svn commit: r783 - trunk/mapbender/http/php/mod_changeEPSG.php

astrid_emde at osgeo.org astrid_emde at osgeo.org
Fri Oct 6 11:32:00 EDT 2006


Author: astrid_emde
Date: 2006-10-06 15:31:59+0000
New Revision: 783

Modified:
   trunk/mapbender/http/php/mod_changeEPSG.php

Log:
element_var epsg_style text_css

Modified: trunk/mapbender/http/php/mod_changeEPSG.php
Url: https://mapbender.osgeo.org/source/browse/mapbender/trunk/mapbender/http/php/mod_changeEPSG.php?view=diff&rev=783&p1=trunk/mapbender/http/php/mod_changeEPSG.php&p2=trunk/mapbender/http/php/mod_changeEPSG.php&r1=782&r2=783
==============================================================================
--- trunk/mapbender/http/php/mod_changeEPSG.php	(original)
+++ trunk/mapbender/http/php/mod_changeEPSG.php	2006-10-06 15:31:59+0000
@@ -37,17 +37,17 @@
 ?>
 <title>Change Spatial Reference System EPSG Code</title>
 <?php
-include '../include/dyn_css.php';
+#include '../include/dyn_css.php';
+$e_id_css = 'changeEPSG';
+echo "<script type='text/javascript'>";
+include('../include/dyn_js.php');
+echo "</script>";
+
+
 ?>
-<style type="text/css">
-<!--
 
-epsg{
-	width:100px;
-	border: solid;
-}
--->
-</style>
+
+
 <?php
 $sql = "SELECT e_target FROM gui_element WHERE e_id = 'changeEPSG' AND fkey_gui_id = $1";
 $v = array($gui_id);




More information about the Mapbender_commits mailing list