[Mapbender-commits] r5207 - trunk/mapbender/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Dec 18 04:27:31 EST 2009


Author: christoph
Date: 2009-12-18 04:27:30 -0500 (Fri, 18 Dec 2009)
New Revision: 5207

Added:
   trunk/mapbender/http/javascripts/mod_firebug_lite.js
Log:


Added: trunk/mapbender/http/javascripts/mod_firebug_lite.js
===================================================================
--- trunk/mapbender/http/javascripts/mod_firebug_lite.js	                        (rev 0)
+++ trunk/mapbender/http/javascripts/mod_firebug_lite.js	2009-12-18 09:27:30 UTC (rev 5207)
@@ -0,0 +1,32 @@
+/**
+ * Package: firebug_lite
+ *
+ * Description:
+ * Simply includes the Firebug lite JavaScript and CSS
+ * 
+ * Files:
+ *  - http/javascripts/mod_firebug_lite.js
+ *  - http/extensions/firebug-lite/
+ *
+ * SQL:
+ * > INSERT INTO gui_element(fkey_gui_id, e_id, e_pos, e_public, e_comment, 
+ * > e_title, e_element, e_src, e_attributes, e_left, e_top, e_width, 
+ * > e_height, e_z_index, e_more_styles, e_content, e_closetag, e_js_file, 
+ * > e_mb_mod, e_target, e_requires, e_url) VALUES('<appId>','firebug_lite',
+ * > 1,1,'Firebug Lite','Firebug Lite','','','',NULL ,NULL ,NULL ,NULL ,NULL ,
+ * > '','','','mod_firebug_lite.js',
+ * > '../extensions/firebug-lite/firebug-lite-compressed.js','','',
+ * > 'http://getfirebug.com/lite.html');
+ *
+ * Help:
+ * http://www.mapbender.org/<wiki site name>
+ *
+ * Maintainer:
+ * http://www.mapbender.org/User:Christoph_Baudson
+ * 
+ * License:
+ * Copyright (c) 2009, Open Source Geospatial Foundation
+ * This program is dual licensed under the GNU General Public License 
+ * and Simplified BSD license.  
+ * http://svn.osgeo.org/mapbender/trunk/mapbender/license/license.txt
+ */



More information about the Mapbender_commits mailing list