[Mapbender-commits] r2231 - branches/2.5/http/html

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Mar 13 06:31:54 EDT 2008


Author: christoph
Date: 2008-03-13 06:31:54 -0400 (Thu, 13 Mar 2008)
New Revision: 2231

Removed:
   branches/2.5/http/html/mod_sync_treefolder_auge.php
Log:
obsolete

Deleted: branches/2.5/http/html/mod_sync_treefolder_auge.php
===================================================================
--- branches/2.5/http/html/mod_sync_treefolder_auge.php	2008-03-13 10:13:00 UTC (rev 2230)
+++ branches/2.5/http/html/mod_sync_treefolder_auge.php	2008-03-13 10:31:54 UTC (rev 2231)
@@ -1,54 +0,0 @@
-<?php
-session_start();
-?>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-
-<html>
-<head>
-<meta name="author-mail" content="info at ccgis.de">
-<meta name="author" content="U. Rothstein">
-<meta http-equiv="cache-control" content="no-cache">
-<meta http-equiv="pragma" content="no-cache">
-<meta http-equiv="expires" content="0">
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Treefolder</title>
-<?php
-
-import_request_variables("PG");
-session_start();
-
-if(isset($_REQUEST["noquerycheckbox"])){
-	$noquerycheck= $_REQUEST["noquerycheckbox"];
-}
-else{
-	$noquerycheck = 0;
-}
-
-if(isset($_REQUEST["nolink"])){
-	$nolegendlink= $_REQUEST["nolink"];
-}
-else{
-	$nolegendlink = 0;
-}
-
-$e_id_css = 0;
-if(isset($_REQUEST["e_id_css"])){
-	$e_id_css = $_REQUEST["e_id_css"];
-}
-?>
-
-<script type="text/javascript">
-<!--
-function init(){
-	parent.mb_registerInitFunctions("window.frames['treeGDE'].setTree()");	
-}
-function setTree(){
-	document.location.href = "../html/mod_treefolder_auge.php?<?php echo SID; ?>&noquerycheckbox=<?php echo $noquerycheck."&nolink=".$nolegendlink ?>&e_id_css=<?php echo $e_id_css; ?>";
-}
-// -->
-</script>
-</head>
-<body onload='init()'>
-
-</body>
-</html>



More information about the Mapbender_commits mailing list