[Mapbender-commits] r1239 - trunk/mapbender/http/php
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Mar 22 11:01:15 EDT 2007
Author: astrid_emde
Date: 2007-03-22 11:00:59 -0400 (Thu, 22 Mar 2007)
New Revision: 1239
Modified:
trunk/mapbender/http/php/mod_editWMS_Metadata.php
Log:
style changes
Modified: trunk/mapbender/http/php/mod_editWMS_Metadata.php
===================================================================
--- trunk/mapbender/http/php/mod_editWMS_Metadata.php 2007-03-22 14:52:06 UTC (rev 1238)
+++ trunk/mapbender/http/php/mod_editWMS_Metadata.php 2007-03-22 15:00:59 UTC (rev 1239)
@@ -1,5 +1,5 @@
<?php
-# $Id: mod_editWMS_Metadata.php 11 2006-09-06 12:15:35Z wieth�lter/strotmann $
+# $Id$
# Copyright (C) 2002 CCGIS
#
# This program is free software; you can redistribute it and/or modify
@@ -259,17 +259,15 @@
?>
<form name='form1' action='<?php $self ?>' method='post'>
-<table>
-
-<td WIDTH="380">
-<B><FONT FACE="Arial">WMS Metadaten<FONT/><B/>
+<table border='0'>
+<tr>
+<td WIDTH="300" align="left">
+<B>WMS Metadaten<B/>
<td/>
<td WIDTH="160">
-<input type='button' style='width:100px;height:40px;' value='save' onclick='save()'>
<td/>
+</tr>
-</table>
-
<?php
#Use select box to select a wms
@@ -294,7 +292,11 @@
}
if ($selectBox != "") {
- echo "<br/><select size='6' name='wmsList' style='width:300px' onchange='submit()'>".$selectBox."</select>";
+ echo "<tr><td>";
+ echo "<select size=6 name='wmsList' onchange='submit()'>".$selectBox."</select>";
+ echo "</td><td width='160px' align='right'>";
+ echo "<input type='button' class='sbutton' value='save' onclick='save()'>";
+ echo "</td></tr>";
}
else {
echo "<div>no wms owner.</div>";
@@ -305,6 +307,8 @@
editWMSByWMSID ($_REQUEST['wmsList']);
}
+echo "</table>";
+
//$wms_id;
function editWMSByWMSID($param_wms_id)
{
@@ -321,9 +325,8 @@
$selected_row = db_fetch_array($res_selected_wms_sql);
?>
- <br/>
- <br/>
- <table cellpadding='3' cellspacing='3' border='0' class='table_top' style="font-family: Arial, Helvetica, sans-serif;">
+
+ <table border='0' class='table_top' >
<tr>
<td>WMS-Titel:<td><td/>
<input type='text' name='wms_title_box' value='<?php echo $selected_row["wms_title"];?>' /><td/>
@@ -331,7 +334,7 @@
<td>WMS- Abstract:<td><td/>
<input type='text' name='wms_abstract_box' value='<?php echo $selected_row["wms_abstract"];?>' /><td/>
- <td>Fees:<td><td/>
+ <td >Fees:<td><td/>
<input type='text' name='fees_box' value='<?php echo $selected_row["fees"]?>'/><td/>
<tr/>
@@ -353,7 +356,7 @@
<td>Address:<td><td/>
<input type='text' name='address_box' value='<?php echo $selected_row["address"]?>'/><td/>
- <td>City:<td><td/>
+ <td style="width:">City:<td><td/>
<input type='text' name='city_box' value='<?php echo $selected_row["city"]?>'/><td/>
<tr/>
@@ -389,7 +392,8 @@
<td>Date:<td><td/>
<input type='text' name='wms_timestamp_box' value='<?php echo $datum?>' onClick='pick_the_date(document.form1.wms_timestamp_box)'/><td/>
<tr/>
- <table border='1' cellpadding='1' style="font-family: Arial, Helvetica, sans-serif;">
+
+ <table class="table_layer">
<tr><td>Nr.</td><td>Title</td><td>Abstract</td><td>Keywords</td><td></td></tr>
Property changes on: trunk/mapbender/http/php/mod_editWMS_Metadata.php
___________________________________________________________________
Name: svn:keywords
+ HeadURL Id LastChangedBy LastChangedDate LastChangedRevision
More information about the Mapbender_commits
mailing list