[Mapbender-commits] r2958 - branches/2.5/http/tools

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Sep 17 09:33:55 EDT 2008


Author: mschulz
Date: 2008-09-17 09:33:55 -0400 (Wed, 17 Sep 2008)
New Revision: 2958

Modified:
   branches/2.5/http/tools/mod_monitorCapabilities_read.php
Log:
changed link to details popup, was php now tools

Modified: branches/2.5/http/tools/mod_monitorCapabilities_read.php
===================================================================
--- branches/2.5/http/tools/mod_monitorCapabilities_read.php	2008-09-17 13:14:41 UTC (rev 2957)
+++ branches/2.5/http/tools/mod_monitorCapabilities_read.php	2008-09-17 13:33:55 UTC (rev 2958)
@@ -1,4 +1,3 @@
-
 <?php
 # $Id: mod_monitorCapabilities_read.php 1283 2007-10-25 15:20:25Z baudson $
 # http://www.mapbender.org/index.php/Monitor_Capabilities
@@ -237,11 +236,11 @@
 	$str .= "</tr></table></td>";
 	
 #	$str .= "\n\t\t\t<td><a href='output_".$wms_id[$k]."_".$max.".txt' target=_blank>log</a></td>";
-	$str .= "\n\t\t<td><input type=button value='details' onclick=\"var newWindow = window.open('../php/mod_monitorCapabilities_read_single.php?wmsid=".$wms_id[$k]."','wms','width=500,height=700,scrollbars');newWindow.href.location='test.php'\"></td></tr>";
+	$str .= "\n\t\t<td><input type=button value='details' onclick=\"var newWindow = window.open('../tools/mod_monitorCapabilities_read_single.php?wmsid=".$wms_id[$k]."','wms','width=500,height=700,scrollbars');newWindow.href.location='test.php'\"></td></tr>";
 	$cnt++;
 }
 $str .= "\n\t</table>\n\t<br/><input type=hidden name=cbs value='".$cnt."'>\n</form>";
 echo $str;
 
 ?>
-</body></html>
\ No newline at end of file
+</body></html>



More information about the Mapbender_commits mailing list