[Mapbender-commits] r5347 - trunk/mapbender/resources/db

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Jan 19 07:20:47 EST 2010


Author: christoph
Date: 2010-01-19 07:20:47 -0500 (Tue, 19 Jan 2010)
New Revision: 5347

Removed:
   trunk/mapbender/resources/db/olapp.sql
Log:
obsolete

Deleted: trunk/mapbender/resources/db/olapp.sql
===================================================================
--- trunk/mapbender/resources/db/olapp.sql	2010-01-19 12:18:33 UTC (rev 5346)
+++ trunk/mapbender/resources/db/olapp.sql	2010-01-19 12:20:47 UTC (rev 5347)
@@ -1,12 +0,0 @@
-INSERT INTO gui (gui_id, gui_name, gui_description, gui_public) VALUES ('openlayers','openlayers','An OpenLayers map with WMS configured by Mapbender',1);
-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 ('openlayers','body',1,1,'body (obligatory)','','body','','bgcolor=''#FAFAFA''',NULL ,NULL ,NULL ,NULL ,NULL ,'','','','','','','','');
-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 ('openlayers','logo',2,1,'Logo','Logo','img','../img/mapbender_logo_transparent.png','',455,26,NULL ,NULL ,NULL ,'','','','','','','','');
-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 ('openlayers','ol',1,1,'An OpenLayers Map, configured with WMS from Mapbender application settings','OpenLayers','div','','class=''ui-corner-all''',10,90,600,400,2,'border:1px solid black; margin:10px;background-color:#FFFFFF','','div','../plugins/ol.js','../extensions/OpenLayers-2.8/OpenLayers.js','','','http://www.openlayers.org/');
-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 ('openlayers','ol_label',1,1,'Just the label saying OpenLayers','OpenLayers Label','span','','',85,15,NULL ,NULL ,NULL ,'font-family:Trebuchet MS,Helvetica,Arial,sans-serif; font-size:30px; text-shadow:2px 2px 3px gray;','OpenLayers','span','','','','','');
-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 ('openlayers','ol_layerSwitch',1,1,'An OpenLayers Layer Switch','OpenLayers Layer Switch','div','','',NULL ,NULL ,NULL ,NULL ,NULL ,'','','div','../plugins/ol_layerSwitch.js','','ol','','http://www.openlayers.org/');
-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 ('openlayers','ol_logo',1,1,'OpenLayers logo','OpenLayers Logo','img','../img/openlayers/120px-OpenLayers_logo.svg.png','',15,10,60,60,NULL ,'','','','','','','','');
-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 ('openlayers','ol_wms',1,1,'Load configured WMS from Mapbender application settings into OpenLayers','','div','','',NULL ,NULL,NULL ,NULL,NULL ,'','','div','../plugins/ol_wms.php','','ol','','http://www.openlayers.org/');
-INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES ('openlayers', 'body', 'includeWhileLoading', '../include/preliminary_logo_splash.php', '', 'php_var');
-INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES ('openlayers', 'body', 'jquery_UI', '../extensions/jquery-ui-1.7.2.custom/css/ui-lightness/jquery-ui-1.7.2.custom.css', '', 'file/css');
-INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES ('openlayers', 'body', 'use_load_message', 'true', '', 'php_var');
-



More information about the Mapbender_commits mailing list