[Mapbender-commits] r1067 - trunk/mapbender/http/php
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Fri Jan 26 09:06:09 EST 2007
Author: astrid_emde
Date: 2007-01-26 09:06:09 -0500 (Fri, 26 Jan 2007)
New Revision: 1067
Modified:
trunk/mapbender/http/php/mod_layerMetadata.php
Log:
css file added
Modified: trunk/mapbender/http/php/mod_layerMetadata.php
===================================================================
--- trunk/mapbender/http/php/mod_layerMetadata.php 2007-01-26 14:05:37 UTC (rev 1066)
+++ trunk/mapbender/http/php/mod_layerMetadata.php 2007-01-26 14:06:09 UTC (rev 1067)
@@ -50,7 +50,7 @@
<meta http-equiv="expires" content="0">
<meta http-equiv="content-language" content="de" />
<meta http-equiv="content-style-type" content="text/css" />
- <link rel="stylesheet" type="text/css" href="" />
+ <link rel="stylesheet" type="text/css" href="../css/metadata.css" />
<?php
echo '<meta http-equiv="Content-Type" content="text/html; charset='.CHARSET.'">';
?>
@@ -129,7 +129,7 @@
$layer['E-Mail'] = $row['contactelectronicmailaddress'];
$layer['Land'] = $row['country'];
- echo "<table>\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";
More information about the Mapbender_commits
mailing list