[Mapbender-commits] r2091 - branches/2.5/http/php
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Fri Feb 15 10:25:44 EST 2008
Author: vera
Date: 2008-02-15 10:25:44 -0500 (Fri, 15 Feb 2008)
New Revision: 2091
Modified:
branches/2.5/http/php/mod_featuretypeMetadata.php
Log:
integration of metadata.css
Modified: branches/2.5/http/php/mod_featuretypeMetadata.php
===================================================================
--- branches/2.5/http/php/mod_featuretypeMetadata.php 2008-02-15 14:13:01 UTC (rev 2090)
+++ branches/2.5/http/php/mod_featuretypeMetadata.php 2008-02-15 15:25:44 UTC (rev 2091)
@@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
require_once(dirname(__FILE__) . "/../../conf/mapbender.conf");
-require_once(dirname(__FILE__) . "/../../conf/geoportal.conf");
+
$con = db_connect(DBSERVER,OWNER,PW);
db_select_db(DB,$con);
@@ -39,7 +39,8 @@
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="content-language" content="de" />
- <meta http-equiv="content-style-type" content="text/css" />
+ <meta http-equiv="content-style-type" content="text/css" />
+ <link rel="stylesheet" type="text/css" href="../css/metadata.css" />
<?php
echo '<meta http-equiv="Content-Type" content="text/html; charset='.CHARSET.'">';
?>
@@ -47,7 +48,7 @@
<body id="top">
- <div>
+
<?php
$wfs_conf_id = $_GET['wfs_conf_id'];
//for testing only
@@ -121,7 +122,7 @@
$featuretype['E-Mail'] = $row['electronicmailaddress'];
$featuretype['Land'] = $row['country'];
- echo "<table class='contenttable-0-wide'>\n";
+ echo "<table >\n";
$t_a = "\t<tr>\n\t\t<th>\n\t\t\t";
$t_b = "\n\t\t</th>\n\t\t<td>\n\t\t\t";
$t_c = "\n\t\t</td>\n\t</tr>\n";
@@ -133,6 +134,6 @@
echo "</td></tr></table>\n";
?>
- </div>
+
</body>
</html>
More information about the Mapbender_commits
mailing list