svn commit: r268 - trunk/mapbender/http/javascripts/mod_rubberExt.js

vera_schulze at osgeo.org vera_schulze at osgeo.org
Fri May 12 08:19:19 EDT 2006


Author: vera_schulze
Date: 2006-05-12 12:19:18+0000
New Revision: 268

Modified:
   trunk/mapbender/http/javascripts/mod_rubberExt.js   (contents, props changed)

Log:
Code cleaning ready

Modified: trunk/mapbender/http/javascripts/mod_rubberExt.js
Url: https://mapbender.osgeo.org/source/browse/mapbender/trunk/mapbender/http/javascripts/mod_rubberExt.js?view=diff&rev=268&p1=trunk/mapbender/http/javascripts/mod_rubberExt.js&p2=trunk/mapbender/http/javascripts/mod_rubberExt.js&r1=267&r2=268
==============================================================================
--- trunk/mapbender/http/javascripts/mod_rubberExt.js	(original)
+++ trunk/mapbender/http/javascripts/mod_rubberExt.js	2006-05-12 12:19:18+0000
@@ -1,15 +1,27 @@
-//$Id: mod_rubberExt.js,v 1.2 2006/03/17 12:38:36 c_baudson Exp $
-//$Header: /cvsroot/mapbender/mapbender/http/javascripts/mod_rubberExt.js,v 1.2 2006/03/17 12:38:36 c_baudson Exp $
+// $Id$
+// http://www.mapbender.org/index.php/mod_rubberExt.js
+// Copyright (C) 2002 CCGIS 
+//
+// This program is free software; you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation; either version 2, or (at your option)
+// any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
+
 var mod_rubberExt_img = new Image();
 mod_rubberExt_img.src = "../img/button_gray/rubber_off.gif";
 register_setExtRequestSubFunctions("mod_rubberExt()");
 
 function mod_rubberExt(){
-   var str =  "<div onmouseup='parent.mod_wfs_SpatialRequest_delete()' onmouseover='parent.mod_wfs_SpatialRequest_timeout()' onmouseout='parent.mod_wfs_SpatialRequest_go()'><img src='"+mod_rubberExt_img.src+"'></div>";
-   return str;
-}
-/*
-function mod_rubberExt_go(){
-   mod_setExtRequest_delete();
+	var str =  "<div onmouseup='parent.mod_wfs_SpatialRequest_delete()' onmouseover='parent.mod_wfs_SpatialRequest_timeout()' onmouseout='parent.mod_wfs_SpatialRequest_go()'><img src='"+mod_rubberExt_img.src+"'></div>";
+	return str;
 }
-*/
\ No newline at end of file




More information about the Mapbender_commits mailing list