svn commit: r430 - trunk/mapbender/http/php/mod_wfs_edit.php
astrid_emde at osgeo.org
astrid_emde at osgeo.org
Tue Jun 13 06:36:55 EDT 2006
Author: astrid_emde
Date: 2006-06-13 10:36:54+0000
New Revision: 430
Modified:
trunk/mapbender/http/php/mod_wfs_edit.php
Log:
style and textes
Modified: trunk/mapbender/http/php/mod_wfs_edit.php
Url: https://mapbender.osgeo.org/source/browse/mapbender/trunk/mapbender/http/php/mod_wfs_edit.php?view=diff&rev=430&p1=trunk/mapbender/http/php/mod_wfs_edit.php&p2=trunk/mapbender/http/php/mod_wfs_edit.php&r1=429&r2=430
==============================================================================
--- trunk/mapbender/http/php/mod_wfs_edit.php (original)
+++ trunk/mapbender/http/php/mod_wfs_edit.php 2006-06-13 10:36:54+0000
@@ -24,6 +24,17 @@
<?php
echo '<meta http-equiv="Content-Type" content="text/html; charset='.CHARSET.'">';
?>
+<style type="text/css">
+ <!--
+ body{
+ background-color: #ffffff;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size : 12px;
+ color: #808080
+ }
+
+ -->
+</style>
<title>wfs_edit</title>
<script language="JavaScript" type="text/javascript">
function validate(){
@@ -33,10 +44,12 @@
</head>
<body>
-wfs_conf Configuration<br>
+<br>
+<b>WFS Configuration</b>
+<br><br>
<form name='form1' method='POST' onsubmit='return validate()'>
-<a href="mod_wfs_conf.php">new</a><br>
-
+<a href="mod_wfs_conf.php">new Configuration</a><br><br>
+Select WFS Configuration:<br><br>
<?php
/* save wfs_conf properties */
$con = db_connect($DBSERVER,$OWNER,$PW);
@@ -123,7 +136,7 @@
if(isset($_REQUEST["gaz"]) && $row["wfs_conf_id"] == $_REQUEST["gaz"]){
echo "selected";
}
- echo ">".$row["wfs_conf_abstract"]."</option>";
+ echo ">".$row["wfs_conf_id"]." ".$row["wfs_conf_abstract"]."</option>";
$cnt++;
}
echo "</select>";
More information about the Mapbender_commits
mailing list