[Mapbender-commits] r3117 - branches/noframes

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Oct 3 10:48:44 EDT 2008


Author: christoph
Date: 2008-10-03 10:48:43 -0400 (Fri, 03 Oct 2008)
New Revision: 3117

Modified:
   branches/noframes/noframeGui.sql
Log:
added overview

Modified: branches/noframes/noframeGui.sql
===================================================================
--- branches/noframes/noframeGui.sql	2008-10-03 14:48:14 UTC (rev 3116)
+++ branches/noframes/noframeGui.sql	2008-10-03 14:48:43 UTC (rev 3117)
@@ -25,4 +25,8 @@
 
 
 
-INSERT INTO gui_mb_user (fkey_gui_id, fkey_mb_user_id, mb_user_type) VALUES ('noframe', 1, 'owner');
\ No newline at end of file
+
+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('noframe','overview',1,1,'Div for an overview map','Overview','div','','',20,10,150,150,2,'overflow:hidden;','<div id=''overview_maps'' style="position:absolute;left:0px;right:0px;"></div>','div','ovnf.php','map_obj.js,map.js,wms.js,wfs_obj.js,initWms.php','','','http://www.mapbender.org/index.php/Mapframe');
+
+
+INSERT INTO gui_mb_user (fkey_gui_id, fkey_mb_user_id, mb_user_type) VALUES ('noframe', 1, 'owner');



More information about the Mapbender_commits mailing list