[Mapbender-commits] r4384 - branches/mifan_dev/mapbender/http/php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Jul 20 04:31:46 EDT 2009


Author: mifan
Date: 2009-07-20 04:31:46 -0400 (Mon, 20 Jul 2009)
New Revision: 4384

Modified:
   branches/mifan_dev/mapbender/http/php/mod_loadCatalogCapabilities.php
Log:
catalog admin styles

Modified: branches/mifan_dev/mapbender/http/php/mod_loadCatalogCapabilities.php
===================================================================
--- branches/mifan_dev/mapbender/http/php/mod_loadCatalogCapabilities.php	2009-07-20 08:31:19 UTC (rev 4383)
+++ branches/mifan_dev/mapbender/http/php/mod_loadCatalogCapabilities.php	2009-07-20 08:31:46 UTC (rev 4384)
@@ -69,6 +69,10 @@
   		color: #808FFF;
   		font-size : 18px;
   	}
+  	
+  	.confirmation { border: #070 1px solid; background: url(img/dialog-confirmation.png) #E5FFE5 no-repeat 5px 5px; }
+	.confirmation p em { color:#070; }
+  	
   	-->
 </style>
 
@@ -99,6 +103,7 @@
 $ownguis = $admin->getGuisByOwner($_SESSION["mb_user_id"],true);
 
 echo "<form name='form1' action='" . $self ."' method='post'>";
+echo "<fieldset name=form1_field1><legend>GUI Catalogs</legend>";
 echo "<table cellpadding='0' cellspacing='0' border='0'>";
 echo "<tr>";
 echo "<td>";
@@ -159,19 +164,25 @@
 	
 	echo "</td>";
 	echo "<tr></table><br>";
-	echo "<div id='csw_info'>";
-	echo "Add one of the following REQUEST to the Online Resource URL to obtain the CSW Capabilities document:<br>";
+	echo "</fieldset>";
+	//echo "<div id='csw_info'>";
+	echo "<fieldset name=form1_field2>";
+	echo "<div class='confirmation'>";
+	echo "<p>Provide a link here to the Catalog Capabilities URL:<br/>";
+	echo "Add one of the following REQUEST to the Online Resource URL to obtain the CSW Capabilities document:<br />";
 	echo "<i>(Triple click to select and copy)</i><br>"; 
-	echo "REQUEST=GetCapabilities&SERVICE=CSW&VERSION=2.0.2<br>";
-	echo "Provide Link to Catalog Capabilities URL:<br>";
+	echo "<em>REQUEST=GetCapabilities&SERVICE=CSW&VERSION=2.0.2</em><br/></p>";
 	echo "</div>";
 	
+	echo "<fieldset name=form1_field1_field1><legend>Link to Capabilities URL</legend>";
 	if (isset($xml_file)){
 		echo"<input type='text' name='xml_file' size='50' value='".$xml_file."'>";
 	}else{
 		echo"<input type='text' name='xml_file' size='50' value='http://'>";
 	}
 	echo"<input type='button' name='loadCap' value='Load Catalog' onClick='validate(\"guiList\")'>";
+	echo "</fieldset>";
+	echo "</fieldset>";
 	echo "</form>";
 }
 else{



More information about the Mapbender_commits mailing list