[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mapbender-commits
Subject:    [Mapbender-commits] r6643 - trunk/mapbender/resources/db/pgsql
From:       svn_mapbender () osgeo ! org
Date:       2010-07-26 18:03:12
Message-ID: 20100726180312.DAED039070D () trac ! osgeo ! org
[Download RAW message or body]

Author: astrid_emde
Date: 2010-07-26 18:03:12 +0000 (Mon, 26 Jul 2010)
New Revision: 6643

Added:
   trunk/mapbender/resources/db/pgsql/template_basic.sql
   trunk/mapbender/resources/db/pgsql/template_basic2.sql
   trunk/mapbender/resources/db/pgsql/template_basic_zoomBar.sql
   trunk/mapbender/resources/db/pgsql/template_csw.sql
   trunk/mapbender/resources/db/pgsql/template_jquery_ui.sql
   trunk/mapbender/resources/db/pgsql/template_wfs.sql
   trunk/mapbender/resources/db/pgsql/template_wfs2.sql
Log:
template applications from tealscience 

Added: trunk/mapbender/resources/db/pgsql/template_basic.sql
===================================================================
--- trunk/mapbender/resources/db/pgsql/template_basic.sql	                        \
                (rev 0)
+++ trunk/mapbender/resources/db/pgsql/template_basic.sql	2010-07-26 18:03:12 UTC \
(rev 6643) @@ -0,0 +1,21 @@
+INSERT INTO gui (gui_id, gui_name, gui_description, gui_public) VALUES \
('template_basic','template_basic','template application with basic functions',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 ('template_basic','body',1,1,'body \
(obligatory)','','body','','',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 ('template_basic','doubleclickZoom',2,1,'adds doubleclick \
zoom to map module (target). +Deactivates the browser contextmenu!!!','Doubleclick \
zoom','div','','',NULL ,NULL ,NULL ,NULL ,NULL \
,'','','div','mod_doubleclickZoom.js','','mapframe1','',''); +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 \
('template_basic','i18n',1,1,'Internationalization module, collects data from all \
elements and sends them to the server in a single POST request. The strings are \
translated via gettext only.','Internationalization','div','','',NULL ,NULL ,NULL \
,NULL ,NULL ,'','','div','../plugins/mb_i18n.js','','','','http://www.mapbender.org/Gettext');
 +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 ('template_basic','mapframe1',1,1,'frame for a \
map','','div','','',5,5,300,250,2,'overflow:hidden;background-color:#ffffff','','div', \
'../plugins/mb_map.js','../../lib/history.js,map_obj.js,map.js,wms.js,wfs_obj.js,initWms.php','','','http://www.mapbender.org/index.php/Mapframe');
 +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 ('template_basic','mb_navigation',2,1,'Adds navigation \
arrows on top of the map','Navigation','div','','',NULL ,NULL ,NULL ,NULL ,NULL \
,'','','div','../plugins/mb_navigation.js','','mapframe1','mapframe1','http://www.mapbender.org/Navigation');
 +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 ('template_basic','mousewheelZoom',2,1,'adds mousewheel zoom \
to map module (target)','Mousewheel zoom','div','','',NULL ,NULL,NULL ,NULL,NULL \
,'','','div','mod_mousewheelZoom.js','../extensions/jquery.mousewheel.min.js','mapframe1','','');
 +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, \
var_type) VALUES ('template_basic', 'body', 'favicon', '../img/favicon.png', \
'favicon', 'php_var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, \
var_name, var_value, context, var_type) VALUES ('template_basic', '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 ('template_basic', 'body', 'jq_ui_effects_transfer', \
'.ui-effects-transfer { z-index:1003; border: 2px dotted gray; } ', '', 'text/css'); \
+INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, \
var_type) VALUES ('template_basic', 'body', 'jq_ui_theme', \
'../extensions/jquery-ui-1.7.2.custom/css/smoothness/jquery-ui-1.7.2.custom.css', 'UI \
Theme from Themeroller', 'file/css'); +INSERT INTO gui_element_vars(fkey_gui_id, \
fkey_e_id, var_name, var_value, context, var_type) VALUES ('template_basic', 'body', \
'popupcss', '../css/popup.css', 'file css', 'file/css'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_basic', 'body', 'tablesortercss', '../css/tablesorter.css', 'file \
css', 'file/css'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, \
var_value, context, var_type) VALUES ('template_basic', 'body', 'use_load_message', \
'true', '', 'php_var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, \
var_name, var_value, context, var_type) VALUES ('template_basic', 'mapframe1', \
'skipWmsIfSrsNotSupported', '0', 'if set to 1, it skips the WMS request if the \
current SRS is not supported by the WMS; if set to 0, the WMS is always queried. \
Default is 0, because of backwards compatibility', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_basic', 'mapframe1', 'slippy', '1', '1 = Activates an animated, \
pseudo slippy map', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, \
var_name, var_value, context, var_type) VALUES ('template_basic', 'mousewheelZoom', \
'factor', '2', 'The factor by which the map is zoomed on each mousewheel unit', \
'var'); +
+INSERT into gui_mb_user (fkey_gui_id , fkey_mb_user_id , mb_user_type) VALUES \
('template_basic',1,'owner'); +

Added: trunk/mapbender/resources/db/pgsql/template_basic2.sql
===================================================================
--- trunk/mapbender/resources/db/pgsql/template_basic2.sql	                        \
                (rev 0)
+++ trunk/mapbender/resources/db/pgsql/template_basic2.sql	2010-07-26 18:03:12 UTC \
(rev 6643) @@ -0,0 +1,20 @@
+INSERT INTO gui (gui_id, gui_name, gui_description, gui_public) VALUES \
('template_basic2','template_basic2','template application with basic functions',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 ('template_basic2','body',1,1,'body \
(obligatory)','','body','','',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 ('template_basic2','doubleclickZoom',2,1,'adds doubleclick \
zoom to map module (target). +Deactivates the browser contextmenu!!!','Doubleclick \
zoom','div','','',NULL ,NULL ,NULL ,NULL ,NULL \
,'','','div','mod_doubleclickZoom.js','','mapframe1','',''); +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 \
('template_basic2','i18n',1,1,'Internationalization module, collects data from all \
elements and sends them to the server in a single POST request. The strings are \
translated via gettext only.','Internationalization','div','','',NULL ,NULL ,NULL \
,NULL ,NULL ,'','','div','../plugins/mb_i18n.js','','','','http://www.mapbender.org/Gettext');
 +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 ('template_basic2','mapframe1',1,1,'frame for a \
map','','div','','class="ui-priority-primary \
ui-corner-all"',5,5,300,250,3,'overflow:hidden;background-color:#ffffff','','div','../ \
plugins/mb_map.js','../../lib/history.js,map_obj.js,map.js,wms.js,wfs_obj.js,initWms.php','','','http://www.mapbender.org/index.php/Mapframe');
 +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 ('template_basic2','mb_navigation',2,1,'Adds navigation \
arrows on top of the map','Navigation','div','','',NULL ,NULL ,NULL ,NULL ,NULL \
,'','','div','../plugins/mb_navigation.js','','mapframe1','mapframe1','http://www.mapbender.org/Navigation');
 +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 ('template_basic2','mousewheelZoom',2,1,'adds mousewheel \
zoom to map module (target)','Mousewheel zoom','div','','',NULL ,NULL ,NULL ,NULL \
,NULL ,'','','div','mod_mousewheelZoom.js','../extensions/jquery.mousewheel.min.js','mapframe1','','');
 +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 \
('template_basic2','pan1',2,0,'pan','Pan','img','../img/button_blue/pan_off.png','',34 \
0,40,28,28,3,'','','','mod_pan.js','','mapframe1','','http://www.mapbender.org/index.php/Pan');
 +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, \
var_type) VALUES ('template_basic2', 'body', 'favicon', '../img/favicon.png', \
'favicon', 'php_var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, \
var_name, var_value, context, var_type) VALUES ('template_basic2', '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 ('template_basic2', 'body', 'jq_ui_effects_transfer', \
'.ui-effects-transfer { z-index:1003; border: 2px dotted gray; }  +', '', \
'text/css'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, \
var_value, context, var_type) VALUES ('template_basic2', 'body', 'jq_ui_theme', \
'../extensions/jquery-ui-1.7.2.custom/css/smoothness/jquery-ui-1.7.2.custom.css', 'UI \
Theme from Themeroller', 'file/css'); +INSERT INTO gui_element_vars(fkey_gui_id, \
fkey_e_id, var_name, var_value, context, var_type) VALUES ('template_basic2', 'body', \
'use_load_message', 'true', '', 'php_var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_basic2', 'mapframe1', 'skipWmsIfSrsNotSupported', '0', 'if set to \
1, it skips the WMS request if the current SRS is not supported by the WMS; if set to \
0, the WMS is always queried. Default is 0, because of backwards compatibility', \
'var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, \
context, var_type) VALUES ('template_basic2', 'mapframe1', 'slippy', '1', '1 = \
Activates an animated, pseudo slippy map', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_basic2', 'mousewheelZoom', 'factor', '2', 'The factor by which the \
map is zoomed on each mousewheel unit', 'var'); +
+INSERT into gui_mb_user (fkey_gui_id , fkey_mb_user_id , mb_user_type) VALUES \
('template_basic2',1,'owner');

Added: trunk/mapbender/resources/db/pgsql/template_basic_zoomBar.sql
===================================================================
--- trunk/mapbender/resources/db/pgsql/template_basic_zoomBar.sql	                    \
                (rev 0)
+++ trunk/mapbender/resources/db/pgsql/template_basic_zoomBar.sql	2010-07-26 18:03:12 \
UTC (rev 6643) @@ -0,0 +1,27 @@
+INSERT INTO gui (gui_id, gui_name, gui_description, gui_public) VALUES \
('template_basic_zoomBar','template_basic_zoomBar','template application with basic \
functions',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 ('template_basic_zoomBar','body',1,1,'body \
(obligatory)','','body','','',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 ('template_basic_zoomBar','doubleclickZoom',2,1,'adds \
doubleclick zoom to map module (target). +Deactivates the browser \
contextmenu!!!','Doubleclick zoom','div','','',NULL ,NULL ,NULL ,NULL ,NULL \
,'','','div','mod_doubleclickZoom.js','','mapframe1','',''); +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 \
('template_basic_zoomBar','i18n',1,1,'Internationalization module, collects data from \
all elements and sends them to the server in a single POST request. The strings are \
translated via gettext only.','Internationalization','div','','',NULL ,NULL ,NULL \
,NULL ,NULL ,'','','div','../plugins/mb_i18n.js','','','','http://www.mapbender.org/Gettext');
 +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 ('template_basic_zoomBar','jq_ui',1,1,'jQuery UI \
core','','','','',NULL ,NULL ,NULL ,NULL ,NULL \
,'','','','','../extensions/jquery-ui-1.7.2.custom/development-bundle/ui/min.ui.core.js','','','');
 +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 ('template_basic_zoomBar','jq_ui_slider',5,1,'slider from \
the jQuery UI framework','','','','',NULL ,NULL ,NULL ,NULL ,NULL \
,'','','','','../extensions/jquery-ui-1.7.2.custom/development-bundle/ui/min.ui.slider.js','','jq_ui','');
 +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 ('template_basic_zoomBar','mapframe1',1,1,'frame for a \
map','','div','','',40,5,500,500,2,'overflow:hidden;background-color:#ffffff','','div' \
,'../plugins/mb_map.js','../../lib/history.js,map_obj.js,map.js,wms.js,wfs_obj.js,initWms.php','','','http://www.mapbender.org/index.php/Mapframe');
 +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 ('template_basic_zoomBar','mapframe1_zoomBar',1,1,'Finally, \
a stupid zoom bar','Zoom to scale','div','','',65,80,NULL ,NULL \
,100,'','','div','../plugins/mb_zoomBar.js','','mapframe1','mapframe1, \
jq_ui_slider',''); +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 ('template_basic_zoomBar','mb_navigation',2,1,'Adds \
navigation arrows on top of the map','Navigation','div','','',NULL ,NULL ,NULL ,NULL \
,NULL ,'','','div','../plugins/mb_navigation.js','','mapframe1','mapframe1','http://www.mapbender.org/Navigation');
 +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 ('template_basic_zoomBar','mousewheelZoom',2,1,'adds \
mousewheel zoom to map module (target)','Mousewheel zoom','div','','',NULL ,NULL,NULL \
,NULL,NULL ,'','','div','mod_mousewheelZoom.js','../extensions/jquery.mousewheel.min.js','mapframe1','','');
 +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, \
var_type) VALUES ('template_basic_zoomBar', 'body', 'favicon', '../img/favicon.png', \
'favicon', 'php_var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, \
var_name, var_value, context, var_type) VALUES ('template_basic_zoomBar', '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 ('template_basic_zoomBar', 'body', 'jq_ui_effects_transfer', \
'.ui-effects-transfer { z-index:1003; border: 2px dotted gray; } ', '', 'text/css'); \
+INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, \
var_type) VALUES ('template_basic_zoomBar', 'body', 'jq_ui_theme', \
'../extensions/jquery-ui-1.7.2.custom/css/smoothness/jquery-ui-1.7.2.custom.css', 'UI \
Theme from Themeroller', 'file/css'); +INSERT INTO gui_element_vars(fkey_gui_id, \
fkey_e_id, var_name, var_value, context, var_type) VALUES ('template_basic_zoomBar', \
'body', 'popupcss', '../css/popup.css', 'file css', 'file/css'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_basic_zoomBar', 'body', 'tablesortercss', '../css/tablesorter.css', \
'file css', 'file/css'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, \
var_name, var_value, context, var_type) VALUES ('template_basic_zoomBar', 'body', \
'use_load_message', 'true', '', 'php_var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_basic_zoomBar', 'jq_ui', 'css', \
'../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 ('template_basic_zoomBar', 'mapframe1', \
'skipWmsIfSrsNotSupported', '0', 'if set to 1, it skips the WMS request if the \
current SRS is not supported by the WMS; if set to 0, the WMS is always queried. \
Default is 0, because of backwards compatibility', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_basic_zoomBar', 'mapframe1', 'slippy', '1', '1 = Activates an \
animated, pseudo slippy map', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, \
fkey_e_id, var_name, var_value, context, var_type) VALUES ('template_basic_zoomBar', \
'mapframe1_zoomBar', 'defaultLevel', '4', 'define the default level for application \
start', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, \
var_value, context, var_type) VALUES ('template_basic_zoomBar', 'mapframe1_zoomBar', \
'level', '[2500,5000,10000,50000,100000,500000,1000000,10000000,50000000]', '', \
'var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, \
context, var_type) VALUES ('template_basic_zoomBar', 'mousewheelZoom', 'factor', '2', \
'The factor by which the map is zoomed on each mousewheel unit', 'var'); +
+INSERT into gui_mb_user (fkey_gui_id , fkey_mb_user_id , mb_user_type) VALUES \
('template_basic_zoomBar',1,'owner'); +

Added: trunk/mapbender/resources/db/pgsql/template_csw.sql
===================================================================
--- trunk/mapbender/resources/db/pgsql/template_csw.sql	                        (rev \
                0)
+++ trunk/mapbender/resources/db/pgsql/template_csw.sql	2010-07-26 18:03:12 UTC (rev \
6643) @@ -0,0 +1,55 @@
+INSERT INTO gui (gui_id, gui_name, gui_description, gui_public) VALUES \
('template_csw','template_csw','elements with Jquery',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 \
('template_csw','addCSW',2,1,'search via a CSW Client','Search \
CSW','img','../img/button_gray/csw_off.png','onclick=''var searchCSWPopup = new \
mb_popup({title:"Search \
Catalog",url:"../javascripts/mod_searchCSW_ajax.php?sessionID",width:720, \
height:600,left:20, top:20});searchCSWPopup.show()''  onmouseover=''this.src = \
this.src.replace(/_off/,"_over");''  onmouseout=''this.src = \
this.src.replace(/_over/, "_off");'' title="Search \
Catalog"',470,10,26,26,1,'','','','mod_addCSW.php','mod_addWMSgeneralFunctions.js','treeGDE,mapframe1','loadData','http://www.mapbender.org/index.php/AddCSW');
 +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 ('template_csw','addGeoRSS',2,0,'add a GeoRSS Feed to a \
running application','','img','../img/georss_logo_off.png','onclick=''loadGeoRSSByForm()'' \
onmouseover=''this.src = this.src.replace(/_off/,"_over");''  onmouseout=''this.src = \
this.src.replace(/_over/, "_off");'' title="GeoRSSFeed \
hinzuladen"',510,10,26,26,1,'','','','mod_georss.php','popupballon.js,usemap.js,geometry.js,../extensions/wz_jsgraphics.js','mapframe1','','');
 +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 ('template_csw','addWMS',2,1,'add a WMS to the running \
application','Adding \
WMS','img','../img/button_blue_red/add_off.png','',410,10,28,28,3,'filter:Chroma(color \
=#C2CBCF);','','img','mod_addWMS.php','mod_addWMSgeneralFunctions.js','treeGDE,mapframe1','loadData','http://www.mapbender.org/index.php/AddWMS');
 +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 ('template_csw','body',1,1,'body \
+(obligatory)','','body','','',NULL ,NULL ,NULL ,NULL ,NULL \
,'','','body','','','','',''); +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 ('template_csw','doubleclickZoom',2,1,'adds \
doubleclick zoom to map module (target). +Deactivates the browser \
contextmenu!!!','Doubleclick zoom','div','','',NULL ,NULL ,NULL ,NULL ,NULL \
,'','','div','mod_doubleclickZoom.js','','mapframe1','',''); +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 \
('template_csw','i18n',1,1,'Internationalization module, collects data from all \
elements and sends them to the server in a single POST request. The strings are \
translated via gettext only.','Internationalization','div','','',NULL ,NULL ,NULL \
,NULL ,NULL ,'','','div','../plugins/mb_i18n.js','','','','http://www.mapbender.org/Gettext');
 +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 ('template_csw','jq_ui',1,1,'The jQuery UI \
core','','','','',NULL ,NULL ,NULL ,NULL ,NULL \
,'','','','','../extensions/jquery-ui-1.7.2.custom/development-bundle/ui/min.ui.core.js','','','');
 +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 \
('template_csw','logo',2,1,'Logo','Logo','img','../img/mapbender_logo.png','',20,20,180,26,5,'','','img','','','','','');
 +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 \
('template_csw','mapbender',2,1,'Mapbender-Logo','','div','','',500,10,300,10,30,'font-size \
: 10px;font-weight : bold;font-family: Arial, Helvetica, \
sans-serif;color:red','<span>Ma</span><span style="color: blue;">P</span><span \
style="color: red;">b</span><span>ender</span><script type="text/javascript"> \
mb_registerSubFunctions("mod_mapbender()"); function mod_mapbender(){ \
document.getElementById("mapbender").style.left = \
parseInt(document.getElementById("mapframe1").style.left) + \
parseInt(document.getElementById("mapframe1").style.width) - 90; \
document.getElementById("mapbender").style.top = \
parseInt(document.getElementById("mapframe1").style.top) + \
parseInt(document.getElementById("mapframe1").style.height) -1; } </script>','d  \
iv','','','','',''); +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 ('template_csw','mapframe1',1,1,'frame for a \
map','','div','','class=''ui-corner-all''',320,45,608,467,2,'overflow:hidden;backgroun \
d-color:#ffffff','','div','../plugins/mb_map.js','../../lib/history.js,map_obj.js,map. \
js,wms.js,wfs_obj.js,initWms.php','','','http://www.mapbender.org/index.php/Mapframe');
 +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 ('template_csw','mousewheelZoom',2,1,'adds mousewheel zoom \
to map module (target)','Mousewheel zoom','div','','',NULL ,NULL ,NULL ,NULL ,NULL \
,'','','div','mod_mousewheelZoom.js','../extensions/jquery.mousewheel.min.js','mapframe1','','');
 +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 \
('template_csw','overview',2,1,'OverviewFrame','','div','','',320,45,150,130,100,'overflow:hidden;background-color:#ffffff','<div \
id="overview_maps" style="position:absolute;left:0px;right:0px;"></div>','div','../plu \
gins/mb_overview.js','../../lib/history.js,map_obj.js,map.js,wms.js,wfs_obj.js,initWms.php','mapframe1','mapframe1','http://www.mapbender.org/index.php/Overview');
 +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 \
('template_csw','overviewToggle',5,1,'','','div','','class="ui-widget-header \
ui-corner-top" ',-1,-1,NULL ,NULL ,NULL \
,'display:none;height:24px;width:35px;text-align:right;vertical-align:middle','<img \
style=''position:absolute;top:0px;left:0px'' src=''../img/ovtoggle.png'' /><span \
style=''padding:3px''>></span>','div','../javascripts/mod_overviewToggle.js','','overview','','');
 +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 \
('template_csw','pan1',2,1,'pan','Pan','img','../img/button_blue_red/pan_off.png','',3 \
50,10,28,28,3,'filter:Chroma(color=#C2CBCF);','','img','mod_pan.js','','mapframe1','','http://www.mapbender.org/index.php/Pan');
 +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 ('template_csw','popup',6,1,'popup \
replacement','','div','','',NULL ,NULL ,NULL ,NULL ,NULL \
,'','','div','popup.js','','','',''); +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 \
('template_csw','resizeMapsize',2,1,'resize mapsize to browser window size','Resize \
Mapsize','img','../img/button_blink_red/resizemapsize_off.png','',530,10,24,24,NULL \
,'filter:Chroma(color=#C2CBCF);visibility:hidden','','img','mod_resize_mapsize.js','','mapframe1','','http://www.mapbender.org/index.php/ResizeMapsize');
 +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 ('template_csw','sandclock',2,1,'displays a sand clock while \
waiting for requests','','div','','',80,0,NULL ,NULL ,NULL \
,'','','div','mod_sandclock.js','','mapframe1','',''); +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 \
('template_csw','selArea1',2,1,'zoombox','Zoom by \
rectangle','img','../img/button_blue_red/selArea_off.png','',320,10,28,28,1,'','','img \
','mod_selArea.js','mod_box1.js','mapframe1','','http://www.mapbender.org/index.php/SelArea1');
 +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 ('template_csw','treeGDE',2,1,'new treegde2 - directory \
tree, checkbox for visible, checkbox for querylayer +for more infos have a look at \
http://www.mapbender.org/index.php/TreeGDE2','Maps','div','','onmouseover="this.style.zIndex=300;this.style.width=350;" \
onmouseout="this.style.zIndex=2;this.style.width=200"',10,120,250,250,NULL \
,'visibility:visible;overflow:scroll','','div','../html/mod_treefolderPlain.php','jsTree.js','mapframe1','mapframe1','http://www.mapbender.org/index.php/TreeGde');
 +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 ('template_csw','WMS_preferences',2,1,'configures the \
preferences of each loaded wms','WMS \
preferences','img','../img/button_blue/preferences_off.png','onclick=''window.open("../php/mod_WMSpreferences.php?sessionID","","width=400, \
height=600, left=300, resizable=yes, scrollbars=yes")''  onmouseover=''this.src = \
this.src.replace(/_off/,"_over");''  onmouseout=''this.src = \
this.src.replace(/_over/, \
"_off");''',440,10,28,28,3,'filter:Chroma(color=#C2CBCF);','','img','','','mapframe1,treeGDE','','http://www.mapbender.org/index.php/WMS_preferences');
 +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 ('template_csw','zoomFull',2,1,'zoom to full extent \
button','Display complete \
map','img','../img/button_blue_red/zoomFull_off.png','',380,10,24,24,2,'','','img','mod_zoomFull.js','','mapframe1','','http://www.mapbender.org/index.php/ZoomFull');
 +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, \
var_type) VALUES ('template_csw', 'addGeoRSS', 'loadGeorssFromSession', '1', '', \
'php_var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, \
var_value, context, var_type) VALUES ('template_csw', 'body', 'css4TreeGDE', \
'../css/treeGDE2.css', '', 'file/css'); +INSERT INTO gui_element_vars(fkey_gui_id, \
fkey_e_id, var_name, var_value, context, var_type) VALUES ('template_csw', 'body', \
'favicon', '../img/favicon.png', 'favicon', 'php_var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_csw', 'body', 'includeWhileLoading', '../include/gui1_splash.php', \
'', 'php_var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, \
var_value, context, var_type) VALUES ('template_csw', 'body', 'jquery_css', \
'../extensions/jquery-ui-1.7.2.custom/css/ui-lightblue/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 ('template_csw', 'body', 'jq_ui_theme', \
'../extensions/jquery-ui-1.7.2.custom/css/smoothness/jquery-ui-1.7.2.custom.css', 'UI \
Theme from Themeroller', 'file/css'); +INSERT INTO gui_element_vars(fkey_gui_id, \
fkey_e_id, var_name, var_value, context, var_type) VALUES ('template_csw', 'body', \
'popupcss', '../css/popup.css', '', 'file/css'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_csw', 'body', 'tablesortercss', '../css/tablesorter.css', 'file \
css', 'file/css'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, \
var_value, context, var_type) VALUES ('template_csw', 'body', 'use_load_message', \
'true', '', 'php_var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, \
var_name, var_value, context, var_type) VALUES ('template_csw', 'jq_ui', 'css', \
'../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 ('template_csw', 'mapframe1', \
'skipWmsIfSrsNotSupported', '0', 'if set to 1, it skips the WMS request if the \
current SRS is not supported by the WMS; if set to 0, the WMS is always queried. \
Default is 0, because of backwards compatibility', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_csw', 'mapframe1', 'slippy', '0', '1 = Activates an animated, \
pseudo slippy map', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, \
var_name, var_value, context, var_type) VALUES ('template_csw', 'mousewheelZoom', \
'factor', '2', 'The factor by which the map is zoomed on each mousewheel unit', \
'var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, \
context, var_type) VALUES ('template_csw', 'overview', 'overview_wms', '0', 'wms that \
shows up as overview', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, \
var_name, var_value, context, var_type) VALUES ('template_csw', 'overview', \
'skipWmsIfSrsNotSupported', '0', 'if set to 1, it skips the WMS request if the \
current SRS is not supported by the WMS; if set to 0, the WMS is always queried. \
Default is 0, because of backwards compatibility', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_csw', 'resizeMapsize', 'adjust_height', '-5', 'to adjust the height \
of the mapframe on the bottom of the window', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
+INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, \
var_type) VALUES ('template_csw', 'resizeMapsize', 'resize_option', 'auto', 'auto \
(autoresize on load), button (resize by button)', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_csw', 'sandclock', 'mod_sandclock_image', \
'../img/loader_lightblue.gif', 'define a sandclock image ', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_csw', 'treeGDE', 'alerterror', 'true', 'alertbox for wms loading \
error', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, \
var_value, context, var_type) VALUES ('template_csw', 'treeGDE', 'ficheckbox', \
'true', 'checkbox for featureInfo requests', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_csw', 'treeGDE', 'imagedir', '../img/tree_new', 'image directory', \
'var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, \
context, var_type) VALUES ('template_csw', 'treeGDE', 'menu', \
'opacity_up,opacity_down,zoom,metainfo,hide,wms_up,wms_down,layer_up,layer_down,remove', \
'context menu elements', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, \
fkey_e_id, var_name, var_value, context, var_type) VALUES ('template_csw', 'treeGDE', \
'metadatalink', 'false', 'link for layer-metadata', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_csw', 'treeGDE', 'openfolder', 'false', 'initial open folder', \
'var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, \
context, var_type) VALUES ('template_csw', 'treeGDE', 'showstatus', 'true', 'show \
status in folderimages', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, \
fkey_e_id, var_name, var_value, context, var_type) VALUES ('template_csw', 'treeGDE', \
'switchwms', 'true', 'enables/disables all layer of a wms', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_csw', 'treeGDE', 'wmsbuttons', 'false', 'wms management buttons', \
'var'); +
+INSERT into gui_mb_user (fkey_gui_id , fkey_mb_user_id , mb_user_type) VALUES \
('template_csw',1,'owner');

Added: trunk/mapbender/resources/db/pgsql/template_jquery_ui.sql
===================================================================
--- trunk/mapbender/resources/db/pgsql/template_jquery_ui.sql	                        \
                (rev 0)
+++ trunk/mapbender/resources/db/pgsql/template_jquery_ui.sql	2010-07-26 18:03:12 UTC \
(rev 6643) @@ -0,0 +1,70 @@
+INSERT INTO gui (gui_id, gui_name, gui_description, gui_public) VALUES \
('template_jquery_ui','template_jquery_ui','elements with Jquery',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 \
('template_jquery_ui','addWMS',2,0,'add a WMS to the running application','Adding \
WMS','img','../img/button_blue_red/add_off.png','',410,10,28,28,3,'filter:Chroma(color \
=#C2CBCF);','','img','mod_addWMS.php','mod_addWMSgeneralFunctions.js','treeGDE,mapframe1','loadData','http://www.mapbender.org/index.php/AddWMS');
 +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 ('template_jquery_ui','body',1,1,'body \
+(obligatory)','','body','','',NULL ,NULL ,NULL ,NULL ,NULL \
,'','','body','','','','',''); +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 \
('template_jquery_ui','description',1,1,'','Description','div','','',NULL ,NULL ,NULL \
,NULL ,NULL ,'','This application shows some jQuery UI components which are now being \
used by Mapbender application elements. +<br><br>
+Currently there is a only a slider, an accordion and some effects. This application \
will contain some more items, featuring UI dialogs or the jQuery datatables plugin. \
+<br><br> +The application is also themed by the jQuery UI CSS framework. Click \
''Custom theme'' to start the jQuery UI Themeroller (Firefox \
only).','div','','','','',''); +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 ('template_jquery_ui','doubleclickZoom',2,1,'adds \
doubleclick zoom to map module (target). +Deactivates the browser \
contextmenu!!!','Doubleclick zoom','div','','',NULL ,NULL ,NULL ,NULL ,NULL \
,'','','div','mod_doubleclickZoom.js','','mapframe1','',''); +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 \
('template_jquery_ui','i18n',1,1,'Internationalization module, collects data from all \
elements and sends them to the server in a single POST request. The strings are \
translated via gettext only.','Internationalization','div','','',NULL ,NULL ,NULL \
,NULL ,NULL ,'','','div','../plugins/mb_i18n.js','','','','http://www.mapbender.org/Gettext');
 +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 ('template_jquery_ui','jq_ui',1,1,'The jQuery UI \
core','','','','',NULL ,NULL ,NULL ,NULL ,NULL \
,'','','','','../extensions/jquery-ui-1.7.2.custom/development-bundle/ui/min.ui.core.js','','','');
 +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 ('template_jquery_ui','jq_ui_accordion',2,1,'accordion from \
the jQuery UI framework','','','','',NULL ,NULL ,NULL ,NULL ,NULL \
,'','','','','../extensions/jquery-ui-1.7.2.custom/development-bundle/ui/ui.accordion.js','','jq_ui','http://docs.jquery.com/UI/Accordion');
 +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 ('template_jquery_ui','jq_ui_dialog',5,0,'Module to manage \
jQuery UI dialog windows with multiple options for \
customization.','','div','','',-1,-1,NULL ,NULL ,NULL \
,'','','div','','../extensions/jquery-ui-1.7.2.custom/development-bundle/ui/min.ui.dialog.js','','jq_ui','');
 +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 ('template_jquery_ui','jq_ui_logo',2,1,'Logo','jQuery UI \
Logo','img','../img/jquery_ui_logo.png','',35,15,NULL ,NULL \
,5,'','','','','','','',''); +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 ('template_jquery_ui','jq_ui_slider',5,1,'slider \
from the jQuery UI framework','','','','',NULL ,NULL ,NULL ,NULL ,NULL \
,'','','','','../extensions/jquery-ui-1.7.2.custom/development-bundle/ui/min.ui.slider.js','','jq_ui','');
 +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 \
('template_jquery_ui','jq_ui_themeroller',1,1,'','Themeroller','a','','class=''ui-state-default \
ui-corner-all''  +href="javascript:(function(){if%20(!/Firefox/.test(navigator.userAge \
nt)){alert(navigator.userAgent);%20return%20false;%20};%20if(window.jquitr){%20jquitr. \
addThemeRoller();%20}%20else{%20jquitr%20=%20{};%20jquitr.s%20=%20document.createEleme \
nt(''script'');%20jquitr.s.src%20=%20''http://jqueryui.com/themeroller/developertool/d \
evelopertool.js.php'';%20document.getElementsByTagName(''head'')[0].appendChild(jquitr.s);}%20})();"',320,15,NULL \
,NULL ,NULL ,'text-decoration:none;padding:0.4em 1em 0.4em 20px','Custom \
theme','a','','','','',''); +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 \
('template_jquery_ui','logo',2,1,'Logo','Logo','img','../img/mapbender_logo_transparent.png','',55,90,NULL \
,NULL ,5,'','','','','','','',''); +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 \
('template_jquery_ui','mapframe1',1,1,'frame for a \
map','','div','','class=''ui-corner-all''',320,60,608,467,2,'overflow:hidden;backgroun \
d-color:#ffffff','','div','../plugins/mb_map.js','../../lib/history.js,map_obj.js,map. \
js,wms.js,wfs_obj.js,initWms.php','','','http://www.mapbender.org/index.php/Mapframe');
 +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 ('template_jquery_ui','mb_navigation',2,1,'Adds navigation \
arrows on top of the map','Navigation','div','','',NULL ,NULL ,NULL ,NULL ,NULL \
,'','','div','../plugins/mb_navigation.js','','mapframe1','mapframe1','http://www.mapbender.org/Navigation');
 +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 ('template_jquery_ui','mousewheelZoom',2,1,'adds mousewheel \
zoom to map module (target)','Mousewheel zoom','div','','',NULL ,NULL ,NULL ,NULL \
,NULL ,'','','div','mod_mousewheelZoom.js','../extensions/jquery.mousewheel.min.js','mapframe1','','');
 +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 \
('template_jquery_ui','overview',2,1,'OverviewFrame','','div','','',320,60,150,130,100,'overflow:hidden;background-color:#ffffff','<div \
id="overview_maps" style="position:absolute;left:0px;right:0px;"></div>','div','../plu \
gins/mb_overview.js','../../lib/history.js,map_obj.js,map.js,wms.js,wfs_obj.js,initWms.php','mapframe1','mapframe1','http://www.mapbender.org/index.php/Overview');
 +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 \
('template_jquery_ui','overviewToggle',5,1,'','','div','','class="ui-widget-header \
ui-corner-all" ',-1,-1,NULL ,NULL ,NULL \
,'display:none;height:24px;width:35px;vertical-align: middle','<img \
style=''position:absolute;top:0px;left:0px'' src=''../img/ovtoggle.png'' /><span \
style=''margin-left: auto; margin-right: 0pt;'' class=''ui-icon \
ui-icon-triangle-1-e''></span>','div','../javascripts/mod_overviewToggle.js','','overview','','');
 +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 \
('template_jquery_ui','pan1',2,1,'pan','Pan','img','../img/button_blue_red/pan_off.png \
','',560,20,28,28,3,'','','img','mod_pan.js','','mapframe1','','http://www.mapbender.org/index.php/Pan');
 +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 ('template_jquery_ui','resizeMapsize',2,1,'resize mapsize to \
browser window size','Resize \
Mapsize','img','../img/button_blink_red/resizemapsize_off.png','',838,10,24,24,NULL \
,'filter:Chroma(color=#C2CBCF);visibility:hidden','','img','mod_resize_mapsize.js','','mapframe1','','http://www.mapbender.org/index.php/ResizeMapsize');
 +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 ('template_jquery_ui','sandclock',2,1,'displays a sand clock \
while waiting for requests','','div','','',80,0,NULL ,NULL ,NULL \
,'','','div','mod_sandclock.js','','mapframe1','',''); +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 \
('template_jquery_ui','selArea1',2,1,'zoombox','Zoom by \
rectangle','img','../img/button_blue_red/selArea_off.png','',530,20,28,28,1,'','','img \
','mod_selArea.js','mod_box1.js','mapframe1','','http://www.mapbender.org/index.php/SelArea1');
 +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 ('template_jquery_ui','tabs_vertical',2,1,'An accordion \
decorator, replaces the deprecated element tabs','','div','','',10,130,300,NULL \
,2,'','','div','../plugins/mb_tabs_vertical.js','','treeGDE,description','jq_ui_accordion','');
 +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 ('template_jquery_ui','treeGDE',2,1,'new treegde2 - \
directory tree, checkbox for visible, checkbox for querylayer +for more infos have a \
look at http://www.mapbender.org/index.php/TreeGDE2','Maps','div','','onmouseover="this.style.zIndex=300;this.style.width=350;" \
onmouseout="this.style.zIndex=2;this.style.width=200"',NULL ,NULL ,250,250,NULL \
,'visibility:visible;overflow:scroll','','div','../html/mod_treefolderPlain.php','jsTree.js','mapframe1','mapframe1','http://www.mapbender.org/index.php/TreeGde');
 +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 ('template_jquery_ui','WMS_preferences',2,0,'configures the \
preferences of each loaded wms','WMS \
preferences','img','../img/button_blue/preferences_off.png','onclick=''window.open("../php/mod_WMSpreferences.php?sessionID","","width=400, \
height=600, left=300, resizable=yes, scrollbars=yes")''  onmouseover=''this.src = \
this.src.replace(/_off/,"_over");''  onmouseout=''this.src = \
this.src.replace(/_over/, \
"_off");''',440,10,28,28,3,'filter:Chroma(color=#C2CBCF);','','img','','','mapframe1,treeGDE','','http://www.mapbender.org/index.php/WMS_preferences');
 +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 ('template_jquery_ui','wmsTimeSliderYear',5,1,'sets the TIME \
parameter for all activated WMS (years only)','Time','div','','',700,15,200,50,NULL \
,'','','div','../plugins/mb_wmsTimeSliderYear.js','','mapframe1','jq_ui_slider',''); \
+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 ('template_jquery_ui','zoomFull',2,1,'zoom to full extent \
button','Display complete \
map','img','../img/button_blue_red/zoomFull_off.png','',590,20,24,24,2,'','','img','mod_zoomFull.js','','mapframe1','','http://www.mapbender.org/index.php/ZoomFull');
 +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, \
var_type) VALUES ('template_jquery_ui', 'body', 'css4TreeGDE', '../css/treeGDE2.css', \
'', 'file/css'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, \
var_value, context, var_type) VALUES ('template_jquery_ui', 'body', 'favicon', \
'../img/favicon.png', 'favicon', 'php_var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_jquery_ui', '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 ('template_jquery_ui', 'body', 'jquery_css', \
'../extensions/jquery-ui-1.7.2.custom/css/ui-lightblue/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 ('template_jquery_ui', 'body', 'jq_ui_theme', \
'../extensions/jquery-ui-1.7.2.custom/css/smoothness/jquery-ui-1.7.2.custom.css', 'UI \
Theme from Themeroller', 'file/css'); +INSERT INTO gui_element_vars(fkey_gui_id, \
fkey_e_id, var_name, var_value, context, var_type) VALUES ('template_jquery_ui', \
'body', 'popupcss', '../css/popup.css', 'file css', 'file/css'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_jquery_ui', 'body', 'tablesortercss', '../css/tablesorter.css', \
'file css', 'file/css'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, \
var_name, var_value, context, var_type) VALUES ('template_jquery_ui', 'body', \
'use_load_message', 'true', '', 'php_var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_jquery_ui', 'jq_ui', 'css', \
'../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 ('template_jquery_ui', 'jq_ui_accordion', \
'active', '2', '', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, \
var_name, var_value, context, var_type) VALUES ('template_jquery_ui', 'mapframe1', \
'skipWmsIfSrsNotSupported', '0', 'if set to 1, it skips the WMS request if the \
current SRS is not supported by the WMS; if set to 0, the WMS is always queried. \
Default is 0, because of backwards compatibility', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_jquery_ui', 'mapframe1', 'slippy', '1', '1 = Activates an animated, \
pseudo slippy map', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, \
var_name, var_value, context, var_type) VALUES ('template_jquery_ui', \
'mousewheelZoom', 'factor', '2', 'The factor by which the map is zoomed on each \
mousewheel unit', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, \
var_name, var_value, context, var_type) VALUES ('template_jquery_ui', 'overview', \
'overview_wms', '0', 'wms that shows up as overview', 'var'); +INSERT INTO \
+INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, \
var_type) VALUES ('template_jquery_ui', 'resizeMapsize', 'adjust_height', '-15', 'to \
adjust the height of the mapframe on the bottom of the window', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_jquery_ui', 'resizeMapsize', 'adjust_width', '-15', 'to adjust the \
width of the mapframe on the right side of the window', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_jquery_ui', 'resizeMapsize', 'resize_option', 'auto', 'auto \
(autoresize on load), button (resize by button)', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_jquery_ui', 'sandclock', 'mod_sandclock_image', \
'../img/loader_lightblue.gif', 'define a sandclock image ', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_jquery_ui', 'tabs_vertical', 'active', '2', '', 'var'); +INSERT \
INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_jquery_ui', 'treeGDE', 'alerterror', 'true', 'alertbox for wms \
loading error', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, \
var_name, var_value, context, var_type) VALUES ('template_jquery_ui', 'treeGDE', \
'ficheckbox', 'true', 'checkbox for featureInfo requests', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_jquery_ui', 'treeGDE', 'imagedir', '../img/tree_new', 'image \
directory', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, \
var_value, context, var_type) VALUES ('template_jquery_ui', 'treeGDE', 'menu', \
'opacity_up,opacity_down,zoom,metainfo,hide,wms_up,wms_down,layer_up,layer_down,remove', \
'context menu elements', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, \
fkey_e_id, var_name, var_value, context, var_type) VALUES ('template_jquery_ui', \
'treeGDE', 'metadatalink', 'false', 'link for layer-metadata', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_jquery_ui', 'treeGDE', 'openfolder', 'false', 'initial open \
folder', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, \
var_value, context, var_type) VALUES ('template_jquery_ui', 'treeGDE', 'showstatus', \
'true', 'show status in folderimages', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_jquery_ui', 'treeGDE', 'switchwms', 'true', 'enables/disables all \
layer of a wms', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, \
var_name, var_value, context, var_type) VALUES ('template_jquery_ui', 'treeGDE', \
'wmsbuttons', 'false', 'wms management buttons', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_jquery_ui', 'wmsTimeSliderYear', 'wms', '915', '', 'var'); +INSERT \
INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_jquery_ui', 'wmsTimeSliderYear', 'yearDefault', '2007', 'default \
slider setting', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, \
var_name, var_value, context, var_type) VALUES ('template_jquery_ui', \
'wmsTimeSliderYear', 'yearMax', '2007', 'upper end of the time interval', 'var'); \
+INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, \
var_type) VALUES ('template_jquery_ui', 'wmsTimeSliderYear', 'yearMin', '1995', \
'lower end of the time interval', 'var'); +
+INSERT into gui_mb_user (fkey_gui_id , fkey_mb_user_id , mb_user_type) VALUES \
('template_jquery_ui',1,'owner');

Added: trunk/mapbender/resources/db/pgsql/template_wfs.sql
===================================================================
--- trunk/mapbender/resources/db/pgsql/template_wfs.sql	                        (rev \
                0)
+++ trunk/mapbender/resources/db/pgsql/template_wfs.sql	2010-07-26 18:03:12 UTC (rev \
6643) @@ -0,0 +1,93 @@
+INSERT INTO gui (gui_id, gui_name, gui_description, gui_public) VALUES \
('template_wfs','template_wfs','template application with WFS search and digitizing \
using WFS-T',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 ('template_wfs','body',1,1,'body \
(obligatory)','','body','','',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 ('template_wfs','digitize',2,1,'Digitize \
tool.','Digitize','iframe','../javascripts/mod_digitize_tab.php?sessionID','frameborder \
= "0" ',1,1,1,1,5,'visibility:hidden;','','iframe','','geometry.js','mapframe1','','');
 +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 ('template_wfs','doubleclickZoom',2,1,'adds doubleclick zoom \
to map module (target). +Deactivates the browser contextmenu!!!','Doubleclick \
zoom','div','','',NULL ,NULL ,NULL ,NULL ,NULL \
,'','','div','mod_doubleclickZoom.js','','mapframe1','',''); +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 \
('template_wfs','gazetteerWFS',2,1,'a gazetteer for user in the mapbender user \
map','Search','iframe','../javascripts/mod_wfs_gazetteer_client.php?sessionID&target=mapframe1,overview','frameborder \
= "0"',10,600,300,150,4,'visibility:hidden;','','iframe','','geometry.js,requestGeomet \
ryConstructor.js,popup.js,../extensions/wz_jsgraphics.js','mapframe1','wz-graphics','http://www.mapbender.org/GazetteerWFS');
 +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 ('template_wfs','i18n',1,1,'Internationalization module, \
collects data from all elements and sends them to the server in a single POST \
request. The strings are translated via gettext \
only.','Internationalization','div','','',NULL ,NULL ,NULL ,NULL ,NULL \
,'','','div','../plugins/mb_i18n.js','','','','http://www.mapbender.org/Gettext'); \
+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 ('template_wfs','jq_datatables',1,1,'Includes the jQuery \
plugin datatables, use like this +$(selector).datatables(options)','','','','',NULL \
,NULL ,NULL ,NULL ,NULL \
,'','','','../plugins/jq_datatables.js','../extensions/dataTables-1.5/media/js/jquery.dataTables.min.js','','','http://www.datatables.net/');
 +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 ('template_wfs','jq_ui',1,1,'The jQuery UI \
core','','','','',NULL ,NULL ,NULL ,NULL ,NULL \
,'','','','','../extensions/jquery-ui-1.7.2.custom/development-bundle/ui/min.ui.core.js','','','');
 +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 ('template_wfs','jq_ui_dialog',5,1,'Dialog from jQuery UI \
framework','','','','',NULL ,NULL ,NULL ,NULL ,NULL \
,'','','','','../extensions/jquery-ui-1.7.2.custom/development-bundle/ui/min.ui.dialog.js','','jq_ui','');
 +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 ('template_wfs','jq_ui_draggable',5,1,'Draggable from the \
jQuery UI framework','','','','',NULL ,NULL ,NULL ,NULL ,NULL \
,'','','','','../extensions/jquery-ui-1.7.2.custom/development-bundle/ui/min.ui.draggable.js','','jq_ui','http://jqueryui.com/demos/draggable/');
 +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 ('template_wfs','loadData',2,0,'IFRAME, um Daten zu \
laden','','iframe','../html/mod_blank.html','frameborder = "0" ',0,0,1,1,NULL \
,'visibility:visible','','iframe','','','','',''); +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 \
('template_wfs','mapframe1',1,1,'frame for a \
map','','div','','',230,20,500,450,2,'overflow:hidden;background-color:#ffffff','','di \
v','../plugins/mb_map.js','../../lib/history.js,map_obj.js,map.js,wms.js,wfs_obj.js,initWms.php','','','http://www.mapbender.org/index.php/Mapframe');
 +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 ('template_wfs','mb_navigation',2,1,'Adds navigation arrows \
on top of the map','Navigation','div','','',NULL ,NULL ,NULL ,NULL ,NULL \
,'','','div','../plugins/mb_navigation.js','','mapframe1','mapframe1','http://www.mapbender.org/Navigation');
 +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 \
('template_wfs','mb_resultList_transferToDigitize',2,1,'','','div','','',NULL ,NULL \
,NULL ,NULL ,NULL ,'','','div','../plugins/mb_resultList_transferToDigitize.js','','resultList','','');
 +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 ('template_wfs','mousewheelZoom',2,1,'adds mousewheel zoom \
to map module (target)','Mousewheel zoom','div','','',NULL ,NULL ,NULL ,NULL ,NULL \
,'','','div','mod_mousewheelZoom.js','../extensions/jquery.mousewheel.min.js','mapframe1','','');
 +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 ('template_wfs','resultList',2,1,'','Result \
List','div','','',NULL ,NULL ,NULL ,NULL ,NULL \
,'','','div','mod_ResultList.js','../../lib/resultGeometryListController.js, \
../../lib/resultGeometryListModel.js','mapframe1','',''); +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 \
('template_wfs','resultList_DetailPopup',2,1,'Detail Popup For \
resultList','','div','','',NULL ,NULL ,NULL ,NULL ,NULL \
,'','','','../plugins/mb_resultList_DetailPopup.js','','resultList','','http://www.mapbender.org/resultList_DetailPopup');
 +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 ('template_wfs','resultList_Highlight',2,1,'highlighting \
functionality for resultList','','div','','',NULL ,NULL ,NULL ,NULL ,NULL \
,'','','','../plugins/mb_resultList_Highlight.js','','resultList,mapframe1,overview','','http://www.mapbender.org/resultList_Highlight');
 +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 ('template_wfs','resultlist_Popup',2,1,'Popup For \
resultList','','div','','',NULL ,NULL ,NULL ,NULL ,NULL \
,'','','','../plugins/mb_resultList_DetailPopup.js','','resultList','','http://www.mapbender.org/ResultList');
 +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 ('template_wfs','resultList_Zoom',2,1,'zoom functionality \
for resultList','','div','','',NULL ,NULL ,NULL ,NULL ,NULL \
,'','','','../plugins/mb_resultList_Zoom.js','','resultList,mapframe1','','http://www.mapbender.org/resultList_Zoom');
 +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 ('template_wfs','sandclock',2,1,'displays a sand clock while \
waiting for requests','','div','','',80,0,0,0,0,'','','div','mod_sandclock.js','','mapframe1','','');
 +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 ('template_wfs','tabs',1,1,'vertical tabs to handle \
iframes','','div','','',10,20,200,20,2,'font-family: \
Arial,Helvetica;font-weight:bold;','','div','mod_tab.php','','','',''); +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 \
('template_wfs','treeGDE',2,1,'new treegde2 - directory tree, checkbox for visible, \
checkbox for querylayer +for more infos have a look at \
http://www.mapbender.org/index.php/TreeGDE2','Maps','div','','class="ui-widget \
ui-widget-content"',10,220,200,300,NULL \
,'visibility:hidden;overflow:auto','','div','../html/mod_treefolderPlain.php','jsTree.js','mapframe1','mapframe1','http://www.mapbender.org/index.php/TreeGde');
 +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 ('template_wfs','wfs',2,1,'wfs request and result \
handling','','div','','',1,1,1,1,NULL \
,'visibility:hidden','','div','wfs.php','../extensions/wz_jsgraphics.js,geometry.js','mapframe1','','');
 +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 ('template_wfs','wfs_conf',2,1,'get all \
wfs_conf-params','','iframe','../php/mod_wfs.php','frameborder = \
"0"',1,1,1,1,0,'visibility:hidden','','iframe','','','','',''); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs', 'body', 'css_class_bg', 'body{ background-color: #ffffff; \
font-size:80%}', 'to define the color of the body', 'text/css'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs', 'body', 'css_file_body', '../css/mapbender.css', 'file/css', \
'file/css'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, \
var_value, context, var_type) VALUES ('template_wfs', 'body', 'datatables_css', \
'../extensions/dataTables-1.5/media/css/demo_table_jui.css', '', 'file/css'); +INSERT \
INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs', 'body', 'favicon', '../img/favicon.png', 'favicon', \
'php_var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, \
var_value, context, var_type) VALUES ('template_wfs', 'body', 'includeWhileLoading', \
'', 'show splash screen while the application is loading', 'php_var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs', 'body', 'jq_datatables_css', \
'../extensions/dataTables-1.5/media/css/demo_table_jui.min.css', 'css-file for jQuery \
datatables', 'file/css'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, \
var_name, var_value, context, var_type) VALUES ('template_wfs', 'body', \
'jq_ui_theme', '../extensions/jquery-ui-1.7.2.custom/css/smoothness/jquery-ui-1.7.2.custom.css', \
'UI Theme from Themeroller', 'file/css'); +INSERT INTO gui_element_vars(fkey_gui_id, \
fkey_e_id, var_name, var_value, context, var_type) VALUES ('template_wfs', 'body', \
'popupcss', '../css/popup.css', 'file css', 'file/css'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs', 'body', 'resultListCss', '../css/resultList.css', 'css for \
resultList elements', 'file/css'); +INSERT INTO gui_element_vars(fkey_gui_id, \
fkey_e_id, var_name, var_value, context, var_type) VALUES ('template_wfs', 'body', \
'tablesortercss', '../css/tablesorter.css', 'file css', 'file/css'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs', 'body', 'treeGDE_css', '../css/treeGDE2.css', 'cssfile for \
TreeGDE', 'file/css'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, \
var_name, var_value, context, var_type) VALUES ('template_wfs', 'body', \
'use_load_message', 'true', 'show splash screen while the application is loading', \
'php_var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, \
var_value, context, var_type) VALUES ('template_wfs', 'digitize', 'cssUrl', \
'../css/digitize.css', 'url to the style sheet of the mapframe', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs', 'digitize', 'digitize_conf_filename', \
'digitize_default.conf', '', 'php_var'); +INSERT INTO gui_element_vars(fkey_gui_id, \
fkey_e_id, var_name, var_value, context, var_type) VALUES ('template_wfs', \
'digitize', 'text css', 'digitizeGeometryList {position:absolute; top:50px; \
left:0px;} +.digitizeGeometryListItem {color:#000000; font-size:10px;}
+body {font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#ff00ff; \
background-color:#ffffff; margin-top: 0px; margin-left:0px;} +.button {height:18px; \
width:32px;}', 'text css', 'text/css'); +INSERT INTO gui_element_vars(fkey_gui_id, \
fkey_e_id, var_name, var_value, context, var_type) VALUES ('template_wfs', \
'digitize', 'wfsCssUrl', '../css/mapbender.css', 'var', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs', 'gazetteerWFS', 'enableSearchWithoutParams', '0', 'define \
that search can be started without any search params', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs', 'gazetteerWFS', 'initializeOnLoad', '0', 'start gazetteer \
onload', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, \
var_value, context, var_type) VALUES ('template_wfs', 'gazetteerWFS', \
'showResultInPopup', '1', 'if value is 1 search results will be displayed in popup, \
otherwise in gazetteer div', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, \
fkey_e_id, var_name, var_value, context, var_type) VALUES ('template_wfs', \
'gazetteerWFS', 'wfsConfIdString', '2,3,4', 'comma seperated list of WFS conf ids', \
'php_var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, \
var_value, context, var_type) VALUES ('template_wfs', 'gazetteerWFS', \
'wfs_spatial_request_conf_filename', 'wfs_additional_spatial_search.conf', 'location \
and name of the WFS configuration file for spatialRequest', 'php_var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs', 'jq_datatables', 'defaultCss', \
'../extensions/dataTables-1.5/media/css/demo_table_jui.css', '', 'file/css'); +INSERT \
INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs', 'jq_ui', 'css', \
'../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 ('template_wfs', 'mapframe1', \
'skipWmsIfSrsNotSupported', '0', 'if set to 1, it skips the WMS request if the \
current SRS is not supported by the WMS; if set to 0, the WMS is always queried. \
Default is 0, because of backwards compatibility', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs', 'mapframe1', 'slippy', '0', '1 = Activates an animated, \
pseudo slippy map', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, \
var_name, var_value, context, var_type) VALUES ('template_wfs', \
'mb_resultList_transferToDigitize', 'digitizeId', 'digitize', 'references the ID of \
the digitize module', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, \
var_name, var_value, context, var_type) VALUES ('template_wfs', \
'mb_resultList_transferToDigitize', 'importedTracksWfsConfId', '11', '', 'var'); \
+INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, \
var_type) VALUES ('template_wfs', 'mousewheelZoom', 'factor', '2', 'The factor by \
which the map is zoomed on each mousewheel unit', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs', 'resultList', 'position', '[100,100]', 'position of the \
result list dialog', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, \
var_name, var_value, context, var_type) VALUES ('template_wfs', 'resultList', \
'resultListHeight', '400', 'height of the result list dialog', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs', 'resultList', 'resultListTitle', 'Search results', 'title of \
the result list dialog', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, \
fkey_e_id, var_name, var_value, context, var_type) VALUES ('template_wfs', \
'resultList', 'resultListWidth', '800', 'width of the result list dialog', 'var'); \
+INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, \
var_type) VALUES ('template_wfs', 'resultList_DetailPopup', 'detailPopupHeight', \
'250', 'height of the result list detail popup', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs', 'resultList_DetailPopup', 'detailPopupTitle', 'Details', \
'title of the result list detail popup', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs', 'resultList_DetailPopup', 'detailPopupWidth', '350', 'width \
of the result list detail popup', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, \
fkey_e_id, var_name, var_value, context, var_type) VALUES ('template_wfs', \
'resultList_DetailPopup', 'position', '[200,200]', 'position of the result list \
detail popup', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, \
var_name, var_value, context, var_type) VALUES ('template_wfs', \
'resultList_Highlight', 'maxHighlightedPoints', '500', 'max number of points to \
highlight', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, \
var_value, context, var_type) VALUES ('template_wfs', 'resultList_Highlight', \
'resultHighlightColor', '#ff0000', 'color of the highlighting', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs', 'resultList_Highlight', 'resultHighlightLineWidth', '2', \
'width of the highlighting line', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, \
fkey_e_id, var_name, var_value, context, var_type) VALUES ('template_wfs', \
'resultList_Highlight', 'resultHighlightZIndex', '100', 'zindex of the highlighting', \
'var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, \
context, var_type) VALUES ('template_wfs', 'sandclock', 'mod_sandclock_image', \
'../img/sandclock.gif', 'define a sandclock image ', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs', 'tabs', 'open_tab', '2', 'define which tab should be opened \
when a gui is opened', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, \
var_name, var_value, context, var_type) VALUES ('template_wfs', 'tabs', \
'tab_frameHeight[0]', '200', '', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, \
fkey_e_id, var_name, var_value, context, var_type) VALUES ('template_wfs', 'tabs', \
'tab_frameHeight[1]', '340', '', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, \
fkey_e_id, var_name, var_value, context, var_type) VALUES ('template_wfs', 'tabs', \
'tab_frameHeight[2]', '250', '', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, \
fkey_e_id, var_name, var_value, context, var_type) VALUES ('template_wfs', 'tabs', \
'tab_ids[0]', 'treeGDE', '', 'php_var'); +INSERT INTO gui_element_vars(fkey_gui_id, \
fkey_e_id, var_name, var_value, context, var_type) VALUES ('template_wfs', 'tabs', \
'tab_ids[1]', 'gazetteerWFS', '', 'php_var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs', 'tabs', 'tab_ids[2]', 'digitize', '', 'php_var'); +INSERT \
INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs', 'tabs', 'tab_prefix', '  ', '', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs', 'tabs', 'tab_style', \
'position:absolute;visibility:visible;cursor:pointer;', '', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs', 'treeGDE', 'alerterror', 'true', 'alertbox for wms loading \
error', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, \
var_value, context, var_type) VALUES ('template_wfs', 'treeGDE', 'ficheckbox', \
'true', 'checkbox for featureInfo requests', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs', 'treeGDE', 'imagedir', '../img/tree_new', 'image directory', \
'var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, \
context, var_type) VALUES ('template_wfs', 'treeGDE', 'menu', '', 'context menu \
elements', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, \
var_value, context, var_type) VALUES ('template_wfs', 'treeGDE', 'metadatalink', \
'true', 'link for layer-metadata', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, \
fkey_e_id, var_name, var_value, context, var_type) VALUES ('template_wfs', 'treeGDE', \
'openfolder', 'false', 'initial open folder', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs', 'treeGDE', 'showstatus', 'true', 'show status in \
folderimages', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, \
var_name, var_value, context, var_type) VALUES ('template_wfs', 'treeGDE', \
'switchwms', 'true', 'enables/disables all layer of a wms', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs', 'treeGDE', 'wmsbuttons', 'true', 'wms management buttons', \
'var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, \
context, var_type) VALUES ('template_wfs', 'wfs', 'displayWfsResultList', '1', '', \
'var'); +
+INSERT into gui_mb_user (fkey_gui_id , fkey_mb_user_id , mb_user_type) VALUES \
('template_wfs',1,'owner');

Added: trunk/mapbender/resources/db/pgsql/template_wfs2.sql
===================================================================
--- trunk/mapbender/resources/db/pgsql/template_wfs2.sql	                        (rev \
                0)
+++ trunk/mapbender/resources/db/pgsql/template_wfs2.sql	2010-07-26 18:03:12 UTC (rev \
6643) @@ -0,0 +1,101 @@
+INSERT INTO gui (gui_id, gui_name, gui_description, gui_public) VALUES \
('template_wfs2','template_wfs2','template application with WFS search and digitizing \
using WFS-T',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 ('template_wfs2','body',1,1,'body \
(obligatory)','','body','','',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 ('template_wfs2','digitize',2,1,'Digitize \
tool.','Digitize','iframe','../javascripts/mod_digitize_tab.php?sessionID','frameborder \
= "0" ',1,1,1,1,5,'visibility:hidden;','','iframe','','geometry.js','mapframe1','','');
 +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 ('template_wfs2','doubleclickZoom',2,1,'adds doubleclick \
zoom to map module (target). +Deactivates the browser contextmenu!!!','Doubleclick \
zoom','div','','',NULL ,NULL ,NULL ,NULL ,NULL \
,'','','div','mod_doubleclickZoom.js','','mapframe1','',''); +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 \
('template_wfs2','gazetteerWFS',2,1,'a gazetteer for user in the mapbender user \
map','Search','iframe','../javascripts/mod_wfs_gazetteer_client.php?sessionID&target=mapframe1,overview','frameborder \
= "0"',10,600,300,150,4,'visibility:hidden;','','iframe','','geometry.js,requestGeomet \
ryConstructor.js,popup.js,../extensions/wz_jsgraphics.js','mapframe1','wz-graphics','http://www.mapbender.org/GazetteerWFS');
 +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 ('template_wfs2','i18n',1,1,'Internationalization module, \
collects data from all elements and sends them to the server in a single POST \
request. The strings are translated via gettext \
only.','Internationalization','div','','',NULL ,NULL ,NULL ,NULL ,NULL \
,'','','div','../plugins/mb_i18n.js','','','','http://www.mapbender.org/Gettext'); \
+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 ('template_wfs2','jq_datatables',1,1,'Includes the jQuery \
plugin datatables, use like this +$(selector).datatables(options)','','','','',NULL \
,NULL ,NULL ,NULL ,NULL \
,'','','','../plugins/jq_datatables.js','../extensions/dataTables-1.5/media/js/jquery.dataTables.min.js','','','http://www.datatables.net/');
 +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 ('template_wfs2','jq_ui',1,1,'The jQuery UI \
core','','','','',NULL ,NULL ,NULL ,NULL ,NULL \
,'','','','','../extensions/jquery-ui-1.7.2.custom/development-bundle/ui/min.ui.core.js','','','');
 +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 ('template_wfs2','jq_ui_dialog',5,1,'Dialog from jQuery UI \
framework','','','','',NULL ,NULL ,NULL ,NULL ,NULL \
,'','','','','../extensions/jquery-ui-1.7.2.custom/development-bundle/ui/min.ui.dialog.js','','jq_ui','');
 +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 ('template_wfs2','jq_ui_draggable',5,1,'Draggable from the \
jQuery UI framework','','','','',NULL ,NULL ,NULL ,NULL ,NULL \
,'','','','','../extensions/jquery-ui-1.7.2.custom/development-bundle/ui/min.ui.draggable.js','','jq_ui','http://jqueryui.com/demos/draggable/');
 +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 ('template_wfs2','mapframe1',1,1,'frame for a \
map','','div','','class="ui-priority-primary \
ui-corner-all"',230,20,500,450,2,'overflow:hidden;background-color:#ffffff','','div',' \
../plugins/mb_map.js','../../lib/history.js,map_obj.js,map.js,wms.js,wfs_obj.js,initWms.php','','','http://www.mapbender.org/index.php/Mapframe');
 +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 ('template_wfs2','mb_navigation',2,1,'Adds navigation arrows \
on top of the map','Navigation','div','','',NULL ,NULL ,NULL ,NULL ,NULL \
,'','','div','../plugins/mb_navigation.js','','mapframe1','mapframe1','http://www.mapbender.org/Navigation');
 +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 \
('template_wfs2','mb_resultList_transferToDigitize',2,1,'','','div','','',NULL ,NULL \
,NULL ,NULL ,NULL ,'','','div','../plugins/mb_resultList_transferToDigitize.js','','resultList','','');
 +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 ('template_wfs2','mousewheelZoom',2,1,'adds mousewheel zoom \
to map module (target)','Mousewheel zoom','div','','',NULL ,NULL ,NULL ,NULL ,NULL \
,'','','div','mod_mousewheelZoom.js','../extensions/jquery.mousewheel.min.js','mapframe1','','');
 +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 ('template_wfs2','resultList',2,1,'','Result \
List','div','','',NULL ,NULL ,NULL ,NULL ,NULL \
,'','','div','mod_ResultList.js','../../lib/resultGeometryListController.js, \
../../lib/resultGeometryListModel.js','mapframe1','',''); +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 \
('template_wfs2','resultList_DetailPopup',2,1,'Detail Popup For \
resultList','','div','','',NULL ,NULL ,NULL ,NULL ,NULL \
,'','','','../plugins/mb_resultList_DetailPopup.js','','resultList','','http://www.mapbender.org/resultList_DetailPopup');
 +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 ('template_wfs2','resultList_Highlight',2,1,'highlighting \
functionality for resultList','','div','','',NULL ,NULL ,NULL ,NULL ,NULL \
,'','','','../plugins/mb_resultList_Highlight.js','','resultList,mapframe1,overview','','http://www.mapbender.org/resultList_Highlight');
 +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 ('template_wfs2','resultlist_Popup',2,1,'Popup For \
resultList','','div','','',NULL ,NULL ,NULL ,NULL ,NULL \
,'','','','../plugins/mb_resultList_DetailPopup.js','','resultList','','http://www.mapbender.org/ResultList');
 +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 ('template_wfs2','resultList_Zoom',2,1,'zoom functionality \
for resultList','','div','','',NULL ,NULL ,NULL ,NULL ,NULL \
,'','','','../plugins/mb_resultList_Zoom.js','','resultList,mapframe1','','http://www.mapbender.org/resultList_Zoom');
 +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 ('template_wfs2','sandclock',2,1,'displays a sand clock \
while waiting for requests','','div','','',80,0,0,0,0,'','','div','mod_sandclock.js','','mapframe1','','');
 +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 ('template_wfs2','tabs',1,1,'vertical tabs to handle \
iframes','','div','','',10,20,200,20,2,'font-family: \
Arial,Helvetica;font-weight:bold;','','div','mod_tab.php','','','',''); +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 \
('template_wfs2','treeGDE',2,1,'new treegde2 - directory tree, checkbox for visible, \
checkbox for querylayer +for more infos have a look at \
http://www.mapbender.org/index.php/TreeGDE2','Maps','div','','class="ui-widget \
ui-widget-content"',10,220,200,300,NULL \
,'visibility:hidden;overflow:auto','','div','../html/mod_treefolderPlain.php','jsTree.js','mapframe1','mapframe1','http://www.mapbender.org/index.php/TreeGde');
 +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 ('template_wfs2','wfs',2,1,'wfs request and result \
handling','','div','','',1,1,1,1,NULL \
,'visibility:hidden','','div','wfs.php','../extensions/wz_jsgraphics.js,geometry.js','mapframe1','','');
 +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 ('template_wfs2','wfs_conf',2,1,'get all \
wfs_conf-params','','iframe','../php/mod_wfs.php','frameborder = \
"0"',1,1,1,1,0,'visibility:hidden','','iframe','','','','',''); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs2', 'body', 'css_class_bg', 'body{ background-color: #ffffff; \
}', 'to define the color of the body', 'text/css'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs2', 'body', 'css_file_body', '../css/mapbender.css', 'file/css', \
'file/css'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, \
var_value, context, var_type) VALUES ('template_wfs2', 'body', 'datatables_css', \
'../extensions/dataTables-1.5/media/css/demo_table_jui.css', '', 'file/css'); +INSERT \
INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs2', 'body', 'favicon', '../img/favicon.png', 'favicon', \
'php_var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, \
var_value, context, var_type) VALUES ('template_wfs2', 'body', 'includeWhileLoading', \
'', 'show splash screen while the application is loading', 'php_var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs2', 'body', 'jq_datatables_css', \
'../extensions/dataTables-1.5/media/css/demo_table_jui.min.css', 'css-file for jQuery \
datatables', 'file/css'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, \
var_name, var_value, context, var_type) VALUES ('template_wfs2', 'body', \
'jq_ui_effects_transfer', '.ui-effects-transfer { z-index:1003; border: 2px dotted \
gray; }  +', '', 'text/css');
+INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, \
var_type) VALUES ('template_wfs2', 'body', 'jq_ui_theme', \
'../extensions/jquery-ui-1.7.2.custom/css/smoothness/jquery-ui-1.7.2.custom.css', 'UI \
Theme from Themeroller', 'file/css'); +INSERT INTO gui_element_vars(fkey_gui_id, \
fkey_e_id, var_name, var_value, context, var_type) VALUES ('template_wfs2', 'body', \
'links', 'a { +color:#000099;
+font-size:10px;
+text-decoration:none;
+}', '', 'text/css');
+INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, \
var_type) VALUES ('template_wfs2', 'body', 'popupcss', '../css/popup.css', 'file \
css', 'file/css'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, \
var_value, context, var_type) VALUES ('template_wfs2', 'body', 'resultListCss', \
'../css/resultList.css', 'css for resultList elements', 'file/css'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs2', 'body', 'tablesortercss', '../css/tablesorter.css', 'file \
css', 'file/css'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, \
var_value, context, var_type) VALUES ('template_wfs2', 'body', 'treeGDE_css', \
'../css/treeGDE2.css', 'cssfile for TreeGDE', 'file/css'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs2', 'body', 'use_load_message', 'true', 'show splash screen \
while the application is loading', 'php_var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs2', 'digitize', 'cssUrl', '../css/digitize.css', 'url to the \
style sheet of the mapframe', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, \
fkey_e_id, var_name, var_value, context, var_type) VALUES ('template_wfs2', \
'digitize', 'digitize_conf_filename', 'digitize_default.conf', '', 'php_var'); \
+INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, \
var_type) VALUES ('template_wfs2', 'digitize', 'text css', 'digitizeGeometryList \
{position:absolute; top:50px; left:0px;} +.digitizeGeometryListItem {color:#000000; \
font-size:10px;} +body {font-family: Arial, Helvetica, sans-serif; font-size:12px; \
color:#ff00ff; background-color:#ffffff; margin-top: 0px; margin-left:0px;} +.button \
{height:18px; width:32px;}', 'text css', 'text/css'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs2', 'digitize', 'wfsCssUrl', '../css/mapbender.css', 'var', \
'var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, \
context, var_type) VALUES ('template_wfs2', 'gazetteerWFS', \
'enableSearchWithoutParams', '0', 'define that search can be started without any \
search params', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, \
var_name, var_value, context, var_type) VALUES ('template_wfs2', 'gazetteerWFS', \
'initializeOnLoad', '0', 'start gazetteer onload', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs2', 'gazetteerWFS', 'showResultInPopup', '1', 'if value is 1 \
search results will be displayed in popup, otherwise in gazetteer div', 'var'); \
+INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, \
var_type) VALUES ('template_wfs2', 'gazetteerWFS', 'wfsConfIdString', '2,3,4', 'comma \
seperated list of WFS conf ids', 'php_var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs2', 'gazetteerWFS', 'wfs_spatial_request_conf_filename', \
'wfs_additional_spatial_search.conf', 'location and name of the WFS configuration \
file for spatialRequest', 'php_var'); +INSERT INTO gui_element_vars(fkey_gui_id, \
fkey_e_id, var_name, var_value, context, var_type) VALUES ('template_wfs2', \
'jq_datatables', 'defaultCss', \
'../extensions/dataTables-1.5/media/css/demo_table_jui.css', '', 'file/css'); +INSERT \
INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs2', 'jq_ui', 'css', \
'../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 ('template_wfs2', 'mapframe1', \
'skipWmsIfSrsNotSupported', '0', 'if set to 1, it skips the WMS request if the \
current SRS is not supported by the WMS; if set to 0, the WMS is always queried. \
Default is 0, because of backwards compatibility', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs2', 'mapframe1', 'slippy', '1', '1 = Activates an animated, \
pseudo slippy map', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, \
var_name, var_value, context, var_type) VALUES ('template_wfs2', \
'mb_resultList_transferToDigitize', 'digitizeId', 'digitize', 'references the ID of \
the digitize module', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, \
var_name, var_value, context, var_type) VALUES ('template_wfs2', \
'mb_resultList_transferToDigitize', 'importedTracksWfsConfId', '11', '', 'var'); \
+INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, \
var_type) VALUES ('template_wfs2', 'mousewheelZoom', 'factor', '2', 'The factor by \
which the map is zoomed on each mousewheel unit', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs2', 'resultList', 'position', '[100,100]', 'position of the \
result list dialog', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, \
var_name, var_value, context, var_type) VALUES ('template_wfs2', 'resultList', \
'resultListHeight', '400', 'height of the result list dialog', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs2', 'resultList', 'resultListTitle', 'Search results', 'title of \
the result list dialog', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, \
fkey_e_id, var_name, var_value, context, var_type) VALUES ('template_wfs2', \
'resultList', 'resultListWidth', '800', 'width of the result list dialog', 'var'); \
+INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, \
var_type) VALUES ('template_wfs2', 'resultList_DetailPopup', 'detailPopupHeight', \
'250', 'height of the result list detail popup', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs2', 'resultList_DetailPopup', 'detailPopupTitle', 'Details', \
'title of the result list detail popup', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs2', 'resultList_DetailPopup', 'detailPopupWidth', '350', 'width \
of the result list detail popup', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, \
fkey_e_id, var_name, var_value, context, var_type) VALUES ('template_wfs2', \
'resultList_DetailPopup', 'position', '[200,200]', 'position of the result list \
detail popup', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, \
var_name, var_value, context, var_type) VALUES ('template_wfs2', \
'resultList_Highlight', 'maxHighlightedPoints', '500', 'max number of points to \
highlight', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, \
var_value, context, var_type) VALUES ('template_wfs2', 'resultList_Highlight', \
'resultHighlightColor', '#ff0000', 'color of the highlighting', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs2', 'resultList_Highlight', 'resultHighlightLineWidth', '2', \
'width of the highlighting line', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, \
fkey_e_id, var_name, var_value, context, var_type) VALUES ('template_wfs2', \
'resultList_Highlight', 'resultHighlightZIndex', '100', 'zindex of the highlighting', \
'var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, \
context, var_type) VALUES ('template_wfs2', 'sandclock', 'mod_sandclock_image', \
'../img/sandclock.gif', 'define a sandclock image ', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs2', 'tabs', 'open_tab', '2', 'define which tab should be opened \
when a gui is opened', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, \
var_name, var_value, context, var_type) VALUES ('template_wfs2', 'tabs', \
'tab_frameHeight[0]', '200', '', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, \
fkey_e_id, var_name, var_value, context, var_type) VALUES ('template_wfs2', 'tabs', \
'tab_frameHeight[1]', '340', '', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, \
fkey_e_id, var_name, var_value, context, var_type) VALUES ('template_wfs2', 'tabs', \
'tab_frameHeight[2]', '250', '', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, \
fkey_e_id, var_name, var_value, context, var_type) VALUES ('template_wfs2', 'tabs', \
'tab_ids[0]', 'treeGDE', '', 'php_var'); +INSERT INTO gui_element_vars(fkey_gui_id, \
fkey_e_id, var_name, var_value, context, var_type) VALUES ('template_wfs2', 'tabs', \
'tab_ids[1]', 'gazetteerWFS', '', 'php_var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs2', 'tabs', 'tab_ids[2]', 'digitize', '', 'php_var'); +INSERT \
INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs2', 'tabs', 'tab_prefix', '  ', '', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs2', 'tabs', 'tab_style', \
'position:absolute;visibility:visible;cursor:pointer;', '', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs2', 'treeGDE', 'alerterror', 'true', 'alertbox for wms loading \
error', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, \
var_value, context, var_type) VALUES ('template_wfs2', 'treeGDE', 'ficheckbox', \
'true', 'checkbox for featureInfo requests', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs2', 'treeGDE', 'imagedir', '../img/tree_new', 'image directory', \
'var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, \
context, var_type) VALUES ('template_wfs2', 'treeGDE', 'menu', '', 'context menu \
elements', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, \
var_value, context, var_type) VALUES ('template_wfs2', 'treeGDE', 'metadatalink', \
'true', 'link for layer-metadata', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, \
fkey_e_id, var_name, var_value, context, var_type) VALUES ('template_wfs2', \
'treeGDE', 'openfolder', 'false', 'initial open folder', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs2', 'treeGDE', 'showstatus', 'true', 'show status in \
folderimages', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, \
var_name, var_value, context, var_type) VALUES ('template_wfs2', 'treeGDE', \
'switchwms', 'true', 'enables/disables all layer of a wms', 'var'); +INSERT INTO \
gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) \
VALUES ('template_wfs2', 'treeGDE', 'treeGDE_css', '../css/treeGDE2.css', '', \
'text/css'); +INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, \
var_value, context, var_type) VALUES ('template_wfs2', 'treeGDE', 'wmsbuttons', \
'true', 'wms management buttons', 'var'); +INSERT INTO gui_element_vars(fkey_gui_id, \
fkey_e_id, var_name, var_value, context, var_type) VALUES ('template_wfs2', 'wfs', \
'displayWfsResultList', '1', '', 'var'); +
+INSERT into gui_mb_user (fkey_gui_id , fkey_mb_user_id , mb_user_type) VALUES \
('template_wfs2',1,'owner'); +

_______________________________________________
Mapbender_commits mailing list
Mapbender_commits@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapbender_commits


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic