svn commit: r949 - trunk/mapbender/http/frames/index.php
    christoph at osgeo.org 
    christoph at osgeo.org
       
    Thu Nov 23 09:24:23 EST 2006
    
    
  
Author: christoph
Date: 2006-11-23 14:24:22+0000
New Revision: 949
Modified:
   trunk/mapbender/http/frames/index.php
Log:
added point.js to index.php
Modified: trunk/mapbender/http/frames/index.php
Url: https://mapbender.osgeo.org/source/browse/mapbender/trunk/mapbender/http/frames/index.php?view=diff&rev=949&p1=trunk/mapbender/http/frames/index.php&p2=trunk/mapbender/http/frames/index.php&r1=948&r2=949
==============================================================================
--- trunk/mapbender/http/frames/index.php	(original)
+++ trunk/mapbender/http/frames/index.php	2006-11-23 14:24:22+0000
@@ -70,8 +70,12 @@
 -->
 </style>
 
+<script type='text/javascript' src="../javascripts/point.js"></script>
 <script type='text/javascript' src="../javascripts/map_obj.js"></script>
 <script type='text/javascript' src="../javascripts/wfs_obj.js"></script>
+<!--
+<script type='text/javascript' src="../extensions/jquery.js"></script>
+-->
 <?php
 echo "<script type='text/javascript' src='../javascripts/map.php?gui_id=".$_REQUEST["gui_id"]."&".strip_tags(SID)."&mb_myBBOX=".$_REQUEST["mb_myBBOX"]."'></script>";
 echo "<script type='text/javascript' src='../php/mod_createJSObjFromDB.php?". strip_tags (SID)."'></script>";
    
    
More information about the Mapbender_commits
mailing list