[Mapbender-commits] r4029 - branches/mifan_dev/mapbender/resources/db/pgsql

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Jun 17 07:01:00 EDT 2009


Author: mifan
Date: 2009-06-17 07:01:00 -0400 (Wed, 17 Jun 2009)
New Revision: 4029

Modified:
   branches/mifan_dev/mapbender/resources/db/pgsql/csw_application.sql
Log:
put csw application pgsql data in separate file for teh time being

Modified: branches/mifan_dev/mapbender/resources/db/pgsql/csw_application.sql
===================================================================
--- branches/mifan_dev/mapbender/resources/db/pgsql/csw_application.sql	2009-06-17 09:56:19 UTC (rev 4028)
+++ branches/mifan_dev/mapbender/resources/db/pgsql/csw_application.sql	2009-06-17 11:01:00 UTC (rev 4029)
@@ -0,0 +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('gui1','addCSW',2,1,'search via a CSW Client','Search CSW','img','../img/button_gray/csw_off.png','onclick='window.open("../javascripts/mod_searchCSW_form.php?sessionID","printWin","width=500,height=600,left=300,resizable=yes,scrollbars=yes")';  onmouseover=''this.src = this.src.replace(/_off/,"_over");''  onmouseout=''this.src = this.src.replace(/_over/, "_off");'' ',925,60,24,24,1,'','','','mod_addCSW.php','mod_addWMSgeneralFunctions.js','treeGDE,mapframe1','loadData','http://www.mapbender.org/index.php/AddCSW')



More information about the Mapbender_commits mailing list