[Erp5-report] r23286 - in /erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov...
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Aug 29 15:19:01 CEST 2008
Author: fabien
Date: Fri Aug 29 15:18:55 2008
New Revision: 23286
URL: http://svn.erp5.org?rev=23286&view=rev
Log:
fix editable problems.
Now it's always in editable mode and tabs are hide on citizen web_site.
Citizen steps are hide in dgid web_site
Removed:
erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/erp5_egov_editable_content.css.xml
erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/erp5_egov_form_layout/
erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/erp5_egov_form_layout.xml
erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/erp5_egov_layout/
erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/erp5_egov_layout.xml
erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/erp5_egov_section_layout/
erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/erp5_egov_section_layout.xml
erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/template_erp5_egov.xml
erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/template_erp5_egov_dgid_agent_workspace.xml
erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/workspace_template_erp5_egov.xml
Removed: erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/erp5_egov_editable_content.css.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/erp5_egov_editable_content.css.xml?rev=23285&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/erp5_egov_editable_content.css.xml (original)
+++ erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/erp5_egov_editable_content.css.xml (removed)
@@ -1,472 +1,0 @@
-<?xml version="1.0"?>
-<ZopeData>
- <record id="1" aka="AAAAAAAAAAE=">
- <pickle>
- <tuple>
- <global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
- <tuple/>
- </tuple>
- </pickle>
- <pickle>
- <dictionary>
- <item>
- <key> <string>_Cacheable__manager_id</string> </key>
- <value> <string>style_cache</string> </value>
- </item>
- <item>
- <key> <string>__ac_local_roles__</string> </key>
- <value>
- <none/>
- </value>
- </item>
- <item>
- <key> <string>_bind_names</string> </key>
- <value>
- <object>
- <klass>
- <global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/>
- </klass>
- <tuple/>
- <state>
- <dictionary>
- <item>
- <key> <string>_asgns</string> </key>
- <value>
- <dictionary>
- <item>
- <key> <string>name_subpath</string> </key>
- <value> <string>traverse_subpath</string> </value>
- </item>
- </dictionary>
- </value>
- </item>
- </dictionary>
- </state>
- </object>
- </value>
- </item>
- <item>
- <key> <string>_owner</string> </key>
- <value>
- <none/>
- </value>
- </item>
- <item>
- <key> <string>_text</string> </key>
- <value> <string encoding="cdata"><![CDATA[
-
-<tal:block replace="nothing"\n
- xmlns:tal="http://xml.zope.org/namespaces/tal"\n
- xmlns:metal="http://xml.zope.org/namespaces/metal"\n
- xmlns:i18n="http://xml.zope.org/namespaces/i18n"/>\n
-\n
-<tal:block define="dummy python: request.RESPONSE.setHeader(\'Content-Type\', \'text/css;; charset=utf-8\')"/>\n
-\n
-/*========================================================================================\n
-** FORMs & INPUTs\n
-**========================================================================================*/\n
-\n
-/*\n
- Inspired by Aleksandar Vaci?\'s work,\n
- distributed under Creative Commons Paternity Licence:\n
- * http://www.aplus.co.yu/css/forms/?css=1\n
- * http://creativecommons.org/licenses/by/2.0/\n
------------------------------------------------------------------- */\n
-\n
-div#main_content input, textarea, select {\n
- border: 1px solid #999;\n
-}\n
-\n
-div#main_content input, textarea {\n
- padding: 1px;\n
-}\n
-\n
-div#main_content input.button, input[type="submit"] {\n
- /* XXX Is this case happend in current web implementation ? */\n
- background: #fff url(erp5-website-button.png) bottom repeat-x;\n
-}\n
-\n
-div#main_content input[type="image"] {\n
- border: 0;\n
- vertical-align: bottom;\n
- background-color: transparent;\n
-}\n
-\n
-div#main_content button {\n
- margin: .8em .5em;\n
- padding: .3em;\n
-}\n
-\n
-\n
-/* Default Listbox styling\n
-** TODO: change colors to have better integration in default erp5 web theme.\n
------------------------------------------------------------------- */\n
-\n
-div#main_content .ListSummary table {\n
- width: 100%;\n
- background-color: white;\n
- padding: .1em;\n
- margin-top: 1em;\n
- background: #fff url(erp5-website-field.png) top repeat-x;\n
- border: 1pt solid #ccc;\n
- color: #666;\n
- padding: 2px;\n
-}\n
-\n
-div#main_content .ListContent table {\n
- margin-bottom: 2em;\n
- width: 100%;\n
-}\n
-\n
-div#main_content .ListContent td {\n
- padding: .1em;\n
- border: 1pt solid #adb9cc;\n
- vertical-align: top;\n
-}\n
-\n
-div#main_content .ListContent td.Data {\n
- background: #adb9cc\n
-}\n
-\n
-div#main_content .ListContent tr.DataA {\n
- background: #fff\n
-}\n
-\n
-div#main_content .ListContent tr.DataB {\n
- background: #eee\n
-}\n
-\n
-div#main_content .ListContent table tr:hover {background: #ccc}\n
-\n
-/* Custom web Listbox styling.\n
-** TODO: change colors to have better integration in default erp5 web theme.\n
------------------------------------------------------------------- */\n
-\n
-div#main_content table.listbox,\n
-div#main_content table.listbox tr,\n
-div#main_content table.listbox td,\n
-div#main_content table.listbox th {\n
- border: 0;\n
- color: #000;\n
- line-height: 1.5em;\n
- margin: 0;\n
- padding: 0;\n
-}\n
-\n
-div#main_content table.listbox {\n
- margin-bottom: 3em;\n
- width: 100%;\n
-}\n
-\n
-div#main_content table.listbox .right {float: right}\n
-div#main_content table.listbox .left {float: left}\n
-\n
-div#main_content table.listbox caption,\n
-div#main_content div.searchResultHeader {\n
- border-top: 1px #3366CC solid;\n
- background-color: #c3e3df;\n
- padding: .2em;\n
- color: #000;\n
-}\n
-\n
-div#main_content table.listbox caption em,\n
-div#main_content div.searchResultHeader em {\n
- font-weight: bold;\n
- font-style: normal;\n
-}\n
-\n
-div#main_content table.listbox thead th,\n
-div#main_content table.listbox thead td {\n
- border-right: 1px #ccc solid;\n
- text-align: center;\n
- color: #666;\n
- background: #ddd;\n
-}\n
-\n
-div#main_content table.listbox thead th:last-child,\n
-div#main_content table.listbox thead td:last-child {\n
- border-right: none;\n
-}\n
-\n
-div#main_content table.listbox thead th {\n
- text-transform: capitalize;\n
- font-variant: small-caps;\n
-}\n
-\n
-div#main_content table.listbox tbody td.externalLink a,\n
-div#main_content table.listbox tbody th.externalLink a {\n
- text-decoration: none;\n
- background: transparent url(erp5-website-external-link.png) center right no-repeat;\n
- padding-right: 15px;\n
- color: #637dc1;\n
-}\n
-\n
-div#main_content table.listbox tbody td.externalLink a:hover,\n
-div#main_content table.listbox tbody th.externalLink a:hover {\n
- text-decoration: underline;\n
- color: #637dc1;\n
-}\n
-\n
-div#main_content table.listbox tbody td, table.listbox tbody th {border-top: 1px solid #ddd}\n
-\n
-div#main_content table.listbox td, table.listbox th {\n
- text-align: left;\n
- padding: .2em .5em;\n
-}\n
-\n
-div#main_content table.listbox tbody td a,\n
-div#main_content table.listbox tbody td a:hover,\n
-div#main_content table.listbox tbody td a:visited {color: #4343D9}\n
-\n
-div#main_content table.listbox tbody tr {\n
- background: #fff;\n
-}\n
-\n
-div#main_content table.listbox tbody tr:hover {background: #ccc}\n
-\n
-div#main_content table.listbox tbody span.number, tbody span.date {float: right}\n
-\n
-div#main_content table.listbox tbody .mainLink {\n
- font-weight: bold;\n
- display: block;\n
-}\n
-\n
-div#main_content table.listbox tfoot th, table.listbox tfoot td {border-top: 1px solid #999}\n
-\n
-div#main_content table.listbox tfoot td {text-align: right}\n
-\n
-div#main_content table.listbox tfoot .pageNavigation button {\n
- border: 1px #eee solid;\n
- background: #fff;\n
- padding: .2em .4em;\n
- margin: 0 .1em;\n
-}\n
-\n
-div#main_content table.listbox tfoot .pageNavigation button:hover {\n
- border: 1px #999 solid;\n
- text-decoration: none;\n
- background: #eee;\n
-}\n
-\n
-/*========================================================================================\n
-** PAGE LAYOUT\n
-**========================================================================================*/\n
-\n
-/* Content zone form styling (apply for editable mode and read\n
- only mode within the content zone).\n
- TODO: Change form rendering to let the field go below the label\n
- if there is not enought width to display them inline.\n
- TODO: Use dtml variables to define dynamiccaly label width.\n
------------------------------------------------------------------- */\n
-\n
-div#main_content fieldset {\n
- margin: 1em 0;\n
- padding: .5em;\n
- background: transparent;\n
- border-color: #ccc;\n
- border-width: 1px 0 0;\n
- border-style: dotted none none;\n
-}\n
-\n
-div#main_content fieldset > div {\n
- clear: both;\n
- margin: .1em 0;\n
- position: relative;\n
-}\n
-\n
-div#main_content fieldset div.input {\n
- /*margin-left: 11.5em; /* = div#main_content label width + 0.5 of margin */\n
-}\n
-\n
-div#main_content fieldset legend {\n
- padding: .2em .5em;\n
- font-weight: bold;\n
- color: #666;\n
- text-transform: capitalize;\n
-}\n
-\n
-div#main_content fieldset label {\n
- margin: 0;\n
- display: block;\n
- width: 11em;\n
- text-align: right;\n
- float: left;\n
- text-transform: capitalize;\n
-}\n
-\n
-div#main_content fieldset div.field label:after {content: ":"}\n
-\n
-/* Edit tabs styling.\n
-** Edit tabs are another part of admin stuffs and\n
-** should respect other admin design convention\n
-** (colors, etc...) to keep the UI consistent.\n
------------------------------------------------------------------- */\n
-\n
-div.document div.actions {\n
- position: relative;\n
- width: 100%;\n
- height: 3em;\n
-}\n
-\n
-div.document div.actions ul {\n
- position: absolute;\n
- bottom: -1px;\n
- list-style: none;\n
- margin: 0;\n
-}\n
-\n
-div.document div.actions ul li {\n
- display: inline;\n
- margin: 0;\n
- padding: 0;\n
-}\n
-\n
-div.document div.actions ul a,\n
-div.document div.actions ul li.selected a {\n
- display: block;\n
- float: left;\n
- padding: 4px 1em;\n
- margin: 1px 2px 0 0;\n
- text-align: center;\n
- text-decoration: none;\n
-}\n
-\n
-div.document div.actions ul a {\n
- background: #fffae1;\n
- border: 1px solid #999;\n
-}\n
-\n
-div.document div.actions ul li.selected a,\n
-div.document div.actions ul li.selected a:hover {\n
- border-bottom: none;\n
- padding-bottom: 6px;\n
- margin-top: 0;\n
- background: #fff;\n
-}\n
-\n
-div.document div.actions ul a:hover {\n
- margin-top: 0;\n
- border-color: #000;\n
- border-bottom: none;\n
- padding-bottom: 5px;\n
-}\n
-\n
-\n
-/* Editable mode forms styling\n
------------------------------------------------------------------- */\n
-\n
-/*div.document > div.editable {border-top: 1px solid #999}*/\n
-\n
-/* Save button styling */\n
-div.actions button {\n
-/* position: absolute; */\n
- float: right;\n
- z-index: 300;\n
- right: 0;\n
-}\n
-\n
-/* Bottom Save buttons styling - XXX NOT YET CENTERED */\n
-\n
-\n
-/* Reset common fieldset styling for bottom group in editable mode:\n
- - no need to let some free space in the left side\n
- - no need to display label\n
- - no need to display fieldset legend\n
- TODO: Because thoses properties are used for generic ".bottom" fieldset\n
- and webcontent custom forms, we can add a new CSS class with a better\n
- name to enhance semantics.\n
-*/\n
-div#main_content fieldset.bottom legend,\n
-div#main_content fieldset.bottom label {\n
- display: none;\n
-}\n
-\n
-div#main_content fieldset.bottom div.input {margin-left: inherit}\n
-\n
-\n
-\n
-/* Special rendering for read-only webcontent\n
- (used in WebPage_viewAsWeb and so on).\n
------------------------------------------------------------------- */\n
-\n
-div#main_content > fieldset.webcontent {\n
- margin: 0;\n
- border: 0;\n
-}\n
-\n
-/* TODO: redo webcontent header spacing policy because lack of consistency\n
- (not tested with huge titles) */\n
-\n
-div#main_content > fieldset#fieldset_webcontent {padding: 2em}\n
-\n
-div#main_content > fieldset.header {\n
- padding-bottom: 1em;\n
- border-bottom: .3em solid #999;\n
-}\n
-\n
-/* TODO: span.headline should be a h1, h2, h-something tag to improve SEO */\n
-div#main_content > fieldset.webcontent span.headline {\n
- display: block;\n
- margin: 1em 0;\n
- padding: 0 1em;\n
- font-size: 200%;\n
- color: #999;\n
- font-weight: bold;\n
- text-shadow: .1em .1em .1em #eee;\n
- line-height: 140%;\n
-}\n
-\n
-div#main_content > fieldset.webcontent span.summary {\n
- display: block;\n
- font-size: 120%;\n
- padding: 0 2em;\n
- font-style: italic;\n
-}\n
-\n
-\n
-div#main_content fieldset.webcontent span.headline {\n
- margin: 1em 0;\n
- padding: 0 1em;\n
- font-size: 250%;\n
- color: #999;\n
- font-weight: bold;\n
- text-shadow: .1em .1em .1em #eee;\n
- line-height: 140%;\n
- text-align: left;\n
-}\n
-\n
-\n
-/*------------ widget style -------------*/\n
-\n
-/* hide WebSite_viewWorkspaceWidget */\n
-div#wrapper_footer{\n
- display: none;\n
-}\n
-\n
-div.next_step_action{ \n
- display:none;\n
-}\n
-
-
-]]></string> </value>
- </item>
- <item>
- <key> <string>content_type</string> </key>
- <value> <string>text/html</string> </value>
- </item>
- <item>
- <key> <string>expand</string> </key>
- <value> <int>0</int> </value>
- </item>
- <item>
- <key> <string>id</string> </key>
- <value> <string>erp5_egov_editable_content.css</string> </value>
- </item>
- <item>
- <key> <string>title</string> </key>
- <value> <string></string> </value>
- </item>
- </dictionary>
- </pickle>
- </record>
-</ZopeData>
Removed: erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/erp5_egov_form_layout.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/erp5_egov_form_layout.xml?rev=23285&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/erp5_egov_form_layout.xml (original)
+++ erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/erp5_egov_form_layout.xml (removed)
@@ -1,213 +1,0 @@
-<?xml version="1.0"?>
-<ZopeData>
- <record id="1" aka="AAAAAAAAAAE=">
- <pickle>
- <tuple>
- <global name="ERP5Form" module="Products.ERP5Form.Form"/>
- <tuple/>
- </tuple>
- </pickle>
- <pickle>
- <dictionary>
- <item>
- <key> <string>__ac_local_roles__</string> </key>
- <value>
- <none/>
- </value>
- </item>
- <item>
- <key> <string>_bind_names</string> </key>
- <value>
- <object>
- <klass>
- <global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/>
- </klass>
- <tuple/>
- <state>
- <dictionary>
- <item>
- <key> <string>_asgns</string> </key>
- <value>
- <dictionary/>
- </value>
- </item>
- </dictionary>
- </state>
- </object>
- </value>
- </item>
- <item>
- <key> <string>_objects</string> </key>
- <value>
- <tuple/>
- </value>
- </item>
- <item>
- <key> <string>_owner</string> </key>
- <value>
- <none/>
- </value>
- </item>
- <item>
- <key> <string>action</string> </key>
- <value> <string></string> </value>
- </item>
- <item>
- <key> <string>description</string> </key>
- <value> <string></string> </value>
- </item>
- <item>
- <key> <string>edit_order</string> </key>
- <value>
- <list/>
- </value>
- </item>
- <item>
- <key> <string>encoding</string> </key>
- <value> <string>UTF-8</string> </value>
- </item>
- <item>
- <key> <string>enctype</string> </key>
- <value> <string></string> </value>
- </item>
- <item>
- <key> <string>group_list</string> </key>
- <value>
- <list>
- <string>left column transparent (Logo)</string>
- <string>left column (Navigation)</string>
- <string>left column (Contents)</string>
- <string>left column (Search)</string>
- <string>left column (Debug)</string>
- <string>right column (Demo)</string>
- <string>right column (Toolbox)</string>
- <string>footer</string>
- <string>header</string>
- <string>hidden</string>
- </list>
- </value>
- </item>
- <item>
- <key> <string>groups</string> </key>
- <value>
- <dictionary>
- <item>
- <key> <string>footer</string> </key>
- <value>
- <list>
- <string>next_step</string>
- <string>form_submission_wizard</string>
- </list>
- </value>
- </item>
- <item>
- <key> <string>header</string> </key>
- <value>
- <list>
- <string>header_section</string>
- <string>action_select</string>
- </list>
- </value>
- </item>
- <item>
- <key> <string>hidden</string> </key>
- <value>
- <list>
- <string>admin_toolbox</string>
- <string>website_logo</string>
- <string>language_selector</string>
- <string>breadcrumb</string>
- <string>subsection_list</string>
- <string>section_content_list</string>
- <string>your_search_text</string>
- <string>search_action</string>
- <string>applicable_layout</string>
- <string>about_box</string>
- </list>
- </value>
- </item>
- <item>
- <key> <string>left column (Contents)</string> </key>
- <value>
- <list/>
- </value>
- </item>
- <item>
- <key> <string>left column (Debug)</string> </key>
- <value>
- <list/>
- </value>
- </item>
- <item>
- <key> <string>left column (Navigation)</string> </key>
- <value>
- <list/>
- </value>
- </item>
- <item>
- <key> <string>left column (Search)</string> </key>
- <value>
- <list/>
- </value>
- </item>
- <item>
- <key> <string>left column transparent (Logo)</string> </key>
- <value>
- <list/>
- </value>
- </item>
- <item>
- <key> <string>right column (Demo)</string> </key>
- <value>
- <list/>
- </value>
- </item>
- <item>
- <key> <string>right column (Toolbox)</string> </key>
- <value>
- <list/>
- </value>
- </item>
- </dictionary>
- </value>
- </item>
- <item>
- <key> <string>id</string> </key>
- <value> <string>erp5_egov_form_layout</string> </value>
- </item>
- <item>
- <key> <string>method</string> </key>
- <value> <string>POST</string> </value>
- </item>
- <item>
- <key> <string>name</string> </key>
- <value> <string>erp5_egov_form_layout</string> </value>
- </item>
- <item>
- <key> <string>pt</string> </key>
- <value> <string>template_erp5_egov</string> </value>
- </item>
- <item>
- <key> <string>row_length</string> </key>
- <value> <int>6</int> </value>
- </item>
- <item>
- <key> <string>stored_encoding</string> </key>
- <value> <string>UTF-8</string> </value>
- </item>
- <item>
- <key> <string>title</string> </key>
- <value> <string>Form Layout</string> </value>
- </item>
- <item>
- <key> <string>unicode_mode</string> </key>
- <value> <int>0</int> </value>
- </item>
- <item>
- <key> <string>update_action</string> </key>
- <value> <string></string> </value>
- </item>
- </dictionary>
- </pickle>
- </record>
-</ZopeData>
Removed: erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/erp5_egov_layout.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/erp5_egov_layout.xml?rev=23285&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/erp5_egov_layout.xml (original)
+++ erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/erp5_egov_layout.xml (removed)
@@ -1,189 +1,0 @@
-<?xml version="1.0"?>
-<ZopeData>
- <record id="1" aka="AAAAAAAAAAE=">
- <pickle>
- <tuple>
- <global name="ERP5Form" module="Products.ERP5Form.Form"/>
- <tuple/>
- </tuple>
- </pickle>
- <pickle>
- <dictionary>
- <item>
- <key> <string>__ac_local_roles__</string> </key>
- <value>
- <none/>
- </value>
- </item>
- <item>
- <key> <string>_bind_names</string> </key>
- <value>
- <object>
- <klass>
- <global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/>
- </klass>
- <tuple/>
- <state>
- <dictionary>
- <item>
- <key> <string>_asgns</string> </key>
- <value>
- <dictionary/>
- </value>
- </item>
- </dictionary>
- </state>
- </object>
- </value>
- </item>
- <item>
- <key> <string>_objects</string> </key>
- <value>
- <tuple/>
- </value>
- </item>
- <item>
- <key> <string>_owner</string> </key>
- <value>
- <none/>
- </value>
- </item>
- <item>
- <key> <string>action</string> </key>
- <value> <string></string> </value>
- </item>
- <item>
- <key> <string>encoding</string> </key>
- <value> <string>UTF-8</string> </value>
- </item>
- <item>
- <key> <string>enctype</string> </key>
- <value> <string></string> </value>
- </item>
- <item>
- <key> <string>group_list</string> </key>
- <value>
- <list>
- <string>left column transparent (Logo)</string>
- <string>left column (Navigation)</string>
- <string>left column (Contents)</string>
- <string>left column (Search)</string>
- <string>left column (Debug)</string>
- <string>right column (Demo)</string>
- <string>right column (Toolbox)</string>
- <string>footer</string>
- </list>
- </value>
- </item>
- <item>
- <key> <string>groups</string> </key>
- <value>
- <dictionary>
- <item>
- <key> <string>footer</string> </key>
- <value>
- <list/>
- </value>
- </item>
- <item>
- <key> <string>left column (Contents)</string> </key>
- <value>
- <list>
- <string>subsection_list</string>
- <string>section_content_list</string>
- </list>
- </value>
- </item>
- <item>
- <key> <string>left column (Debug)</string> </key>
- <value>
- <list>
- <string>applicable_layout</string>
- </list>
- </value>
- </item>
- <item>
- <key> <string>left column (Navigation)</string> </key>
- <value>
- <list>
- <string>language_selector</string>
- <string>breadcrumb</string>
- </list>
- </value>
- </item>
- <item>
- <key> <string>left column (Search)</string> </key>
- <value>
- <list>
- <string>your_search_text</string>
- <string>search_action</string>
- </list>
- </value>
- </item>
- <item>
- <key> <string>left column transparent (Logo)</string> </key>
- <value>
- <list>
- <string>website_logo</string>
- </list>
- </value>
- </item>
- <item>
- <key> <string>right column (Demo)</string> </key>
- <value>
- <list>
- <string>about_box</string>
- </list>
- </value>
- </item>
- <item>
- <key> <string>right column (Toolbox)</string> </key>
- <value>
- <list>
- <string>admin_toolbox</string>
- </list>
- </value>
- </item>
- </dictionary>
- </value>
- </item>
- <item>
- <key> <string>id</string> </key>
- <value> <string>erp5_egov_layout</string> </value>
- </item>
- <item>
- <key> <string>method</string> </key>
- <value> <string>POST</string> </value>
- </item>
- <item>
- <key> <string>name</string> </key>
- <value> <string>erp5_web_default_layout</string> </value>
- </item>
- <item>
- <key> <string>pt</string> </key>
- <value> <string>template_erp5_web</string> </value>
- </item>
- <item>
- <key> <string>row_length</string> </key>
- <value> <int>6</int> </value>
- </item>
- <item>
- <key> <string>stored_encoding</string> </key>
- <value> <string>UTF-8</string> </value>
- </item>
- <item>
- <key> <string>title</string> </key>
- <value> <string>Default Web Layout</string> </value>
- </item>
- <item>
- <key> <string>unicode_mode</string> </key>
- <value> <int>0</int> </value>
- </item>
- <item>
- <key> <string>update_action</string> </key>
- <value> <string></string> </value>
- </item>
- </dictionary>
- </pickle>
- </record>
-</ZopeData>
Removed: erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/erp5_egov_section_layout.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/erp5_egov_section_layout.xml?rev=23285&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/erp5_egov_section_layout.xml (original)
+++ erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/erp5_egov_section_layout.xml (removed)
@@ -1,189 +1,0 @@
-<?xml version="1.0"?>
-<ZopeData>
- <record id="1" aka="AAAAAAAAAAE=">
- <pickle>
- <tuple>
- <global name="ERP5Form" module="Products.ERP5Form.Form"/>
- <tuple/>
- </tuple>
- </pickle>
- <pickle>
- <dictionary>
- <item>
- <key> <string>__ac_local_roles__</string> </key>
- <value>
- <none/>
- </value>
- </item>
- <item>
- <key> <string>_bind_names</string> </key>
- <value>
- <object>
- <klass>
- <global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/>
- </klass>
- <tuple/>
- <state>
- <dictionary>
- <item>
- <key> <string>_asgns</string> </key>
- <value>
- <dictionary/>
- </value>
- </item>
- </dictionary>
- </state>
- </object>
- </value>
- </item>
- <item>
- <key> <string>_objects</string> </key>
- <value>
- <tuple/>
- </value>
- </item>
- <item>
- <key> <string>_owner</string> </key>
- <value>
- <none/>
- </value>
- </item>
- <item>
- <key> <string>action</string> </key>
- <value> <string></string> </value>
- </item>
- <item>
- <key> <string>encoding</string> </key>
- <value> <string>UTF-8</string> </value>
- </item>
- <item>
- <key> <string>enctype</string> </key>
- <value> <string></string> </value>
- </item>
- <item>
- <key> <string>group_list</string> </key>
- <value>
- <list>
- <string>left column transparent (Logo)</string>
- <string>left column (Navigation)</string>
- <string>left column (Contents)</string>
- <string>left column (Search)</string>
- <string>left column (Debug)</string>
- <string>right column (Demo)</string>
- <string>right column (Toolbox)</string>
- <string>footer</string>
- </list>
- </value>
- </item>
- <item>
- <key> <string>groups</string> </key>
- <value>
- <dictionary>
- <item>
- <key> <string>footer</string> </key>
- <value>
- <list/>
- </value>
- </item>
- <item>
- <key> <string>left column (Contents)</string> </key>
- <value>
- <list>
- <string>subsection_list</string>
- <string>section_content_list</string>
- </list>
- </value>
- </item>
- <item>
- <key> <string>left column (Debug)</string> </key>
- <value>
- <list>
- <string>applicable_layout</string>
- </list>
- </value>
- </item>
- <item>
- <key> <string>left column (Navigation)</string> </key>
- <value>
- <list>
- <string>language_selector</string>
- <string>breadcrumb</string>
- </list>
- </value>
- </item>
- <item>
- <key> <string>left column (Search)</string> </key>
- <value>
- <list>
- <string>your_search_text</string>
- <string>search_action</string>
- </list>
- </value>
- </item>
- <item>
- <key> <string>left column transparent (Logo)</string> </key>
- <value>
- <list>
- <string>website_logo</string>
- </list>
- </value>
- </item>
- <item>
- <key> <string>right column (Demo)</string> </key>
- <value>
- <list>
- <string>about_box</string>
- </list>
- </value>
- </item>
- <item>
- <key> <string>right column (Toolbox)</string> </key>
- <value>
- <list>
- <string>admin_toolbox</string>
- </list>
- </value>
- </item>
- </dictionary>
- </value>
- </item>
- <item>
- <key> <string>id</string> </key>
- <value> <string>erp5_egov_section_layout</string> </value>
- </item>
- <item>
- <key> <string>method</string> </key>
- <value> <string>POST</string> </value>
- </item>
- <item>
- <key> <string>name</string> </key>
- <value> <string>erp5_web_default_layout</string> </value>
- </item>
- <item>
- <key> <string>pt</string> </key>
- <value> <string>template_erp5_web</string> </value>
- </item>
- <item>
- <key> <string>row_length</string> </key>
- <value> <int>6</int> </value>
- </item>
- <item>
- <key> <string>stored_encoding</string> </key>
- <value> <string>UTF-8</string> </value>
- </item>
- <item>
- <key> <string>title</string> </key>
- <value> <string>Default Section Layout</string> </value>
- </item>
- <item>
- <key> <string>unicode_mode</string> </key>
- <value> <int>0</int> </value>
- </item>
- <item>
- <key> <string>update_action</string> </key>
- <value> <string></string> </value>
- </item>
- </dictionary>
- </pickle>
- </record>
-</ZopeData>
Removed: erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/template_erp5_egov.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/template_erp5_egov.xml?rev=23285&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/template_erp5_egov.xml (original)
+++ erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/template_erp5_egov.xml (removed)
@@ -1,195 +1,0 @@
-<?xml version="1.0"?>
-<ZopeData>
- <record id="1" aka="AAAAAAAAAAE=">
- <pickle>
- <tuple>
- <global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
- <tuple/>
- </tuple>
- </pickle>
- <pickle>
- <dictionary>
- <item>
- <key> <string>__ac_local_roles__</string> </key>
- <value>
- <none/>
- </value>
- </item>
- <item>
- <key> <string>_bind_names</string> </key>
- <value>
- <object>
- <klass>
- <global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/>
- </klass>
- <tuple/>
- <state>
- <dictionary>
- <item>
- <key> <string>_asgns</string> </key>
- <value>
- <dictionary>
- <item>
- <key> <string>name_subpath</string> </key>
- <value> <string>traverse_subpath</string> </value>
- </item>
- </dictionary>
- </value>
- </item>
- </dictionary>
- </state>
- </object>
- </value>
- </item>
- <item>
- <key> <string>_owner</string> </key>
- <value>
- <none/>
- </value>
- </item>
- <item>
- <key> <string>_text</string> </key>
- <value> <string encoding="cdata"><![CDATA[
-
-<tal:block tal:replace="nothing"\n
- xmlns:tal="http://xml.zope.org/namespaces/tal"\n
- xmlns:metal="http://xml.zope.org/namespaces/metal"\n
- xmlns:i18n="http://xml.zope.org/namespaces/i18n">\n
-<!--\n
-Copyright (c) 2006 Nexedi SARL and Contributors. All Rights Reserved.\n
- Vincent Pelletier <vincent at nexedi.com>\n
- Christophe Dumez <christophe at nexedi.com>\n
- Fabien MORIN <fabien at nexedi.com>\n
-\n
-This program is Free Software; you can redistribute it and/or\n
-modify it under the terms of the GNU General Public License\n
-as published by the Free Software Foundation; either version 2\n
-of the License, or (at your option) any later version.\n
-\n
-This program is distributed in the hope that it will be useful,\n
-but WITHOUT ANY WARRANTY; without even the implied warranty of\n
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n
-GNU General Public License for more details.\n
-\n
-You should have received a copy of the GNU General Public License\n
-along with this program; if not, write to the Free Software\n
-Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
--->\n
-</tal:block>\n
-\n
-<tal:block metal:define-macro="master">\n
-<tal:block tal:define="website here/getWebSiteValue;\n
- portal_path python:website.absolute_url();\n
- editable request/editable_mode | python: 0; \n
- global css_list_template python:[\'%s/erp5_egov.css\' % portal_path,\n
- \'%s/erp5_egov_%scontent.css\' % (portal_path, editable and \'editable_\' or \'\'),\n
- \'%s/erp5_egov_admin_toolbox.css\' % portal_path,\n
- \'%s/template_erp5_egov.css\' % portal_path,\n
- \'%s/tabber.css\' % portal_path,\n
- \'%s/WebSite_viewActionSelectRenderer.css\' % portal_path,\n
- \'%s/WebSite_viewFooterRenderer.css\' % portal_path,\n
- \'%s/WebSite_viewNextStepRenderer.css\' % portal_path,\n
- \'%s/WebSite_viewSubmissionWizardRenderer.css\' % portal_path,\n
- \'%s/WebSite_viewToolsRenderer.css\' % portal_path,\n
- \'%s/WebSite_viewWorkspaceWidgets.css\' % portal_path,\n
- \'%s/WebSite_ListBox_asWorkspaceWidgets.css\' % portal_path,\n
- \'%s/WebSite_viewAgentWorklistRenderer.css\' % portal_path,\n
- \'%s/DeclarationTVA_ListBox_asAttachedFile.css\' % portal_path];\n
- global js_list python:[\'%s/tabber.js\' % portal_path,\n
- \'%s/erp5_xhtml_appearance.js\' % portal_path,]">\n
-<!-- \'%s/tabber-cookie.js\' % portal_path, must be added to js_list to use cookies to rembeber las tab used-->\n
-\n
- <tal:block metal:use-macro="here/template_erp5_xhtml_style/macros/master">\n
- <tal:block metal:fill-slot="layout"\n
- tal:define="dummy python: request.set(\'editable_mode\', True)">\n
- <div id="main_content" tal:attributes="class python:editable_mode and\n
- \'editable_mode\' or \'not_editable_mode\'">\n
-\n
- <tal:block tal:condition="here/REQUEST/portal_status_message | nothing">\n
- <!-- XXX Why no portal message displayed there ?\n
- Normally a message should be displayed when saving an object through web interface... -->\n
- <div tal:content="structure here/REQUEST/portal_status_message | nothing" id="transition_message"/>\n
- </tal:block>\n
-\n
- <tal:block metal:define-slot="main"/>\n
-\n
- </div>\n
- \n
- <!-- Layout form rendering -->\n
- <tal:block tal:condition="python: layout_form is not None">\n
-\n
- <tal:block tal:replace="nothing">\n
- \n
- <!--<tal:block tal:define="template python: here.developper_shortcut_render">\n
- <tal:block metal:use-macro="template/macros/form"/>\n
- </tal:block>-->\n
- \n
- <!-- Here we force the editable_mode variable to True to let the layout and widgets\n
- based on forms be rendered as editable or non-editable according the "editable"\n
- property on fields.\n
-\n
- However this has bad side effect: the editable_mode variable in request is\n
- forced to True and is no longer representative of the web site mode.\n
-\n
- We also set some REQUEST variables which will be needed by Widgets.\n
- -->\n
- </tal:block>\n
-\n
- <tal:block tal:repeat="aggregate python: layout_form.Form_getGroupList([\'header\', \'left\', \'right\', \'footer\'])"\n
- tal:define="dummy python: request.set(\'editable_mode\', True);\n
- dialog_mode dialog_mode | nothing;\n
- list_mode list_mode | nothing;\n
- dummy python: request.set(\'dialog_mode\', dialog_mode);\n
- dummy python: request.set(\'list_mode\', list_mode);\n
- dummy python: request.set(\'http_parameters\', http_parameters);\n
- dummy python: request.set(\'actions\', actions);\n
- dummy python: request.set(\'current_action\', current_action);\n
- dummy python: request.set(\'form_id\', form_id);\n
- dummy python: request.set(\'current_web_section\',\n
- request.get(\'current_web_section\', here.getWebSectionValue()));\n
- dummy python: request.set(\'current_web_document\',\n
- request.get(\'current_web_document\', here));\n
- dummy python: request.set(\'form_action\',form_action);\n
- dummy python: request.set(\'is_web_section_default_document\',\n
- request.get(\'is_web_section_default_document\', 0));">\n
- <tal:block metal:use-macro="here/aggregate_render/macros/aggregate_render"/>\n
- </tal:block>\n
- <!--<tal:block tal:replace="structure request"/> -->\n
- </tal:block>\n
- </tal:block>\t\n
- <tal:block metal:fill-slot="footer">\n
- <tal:block metal:use-macro="here/WebSite_viewFooterRenderer/macros/master"/>\n
- </tal:block>\n
- </tal:block>\n
-</tal:block>\n
-</tal:block>\n
-
-
-]]></string> </value>
- </item>
- <item>
- <key> <string>content_type</string> </key>
- <value> <string>text/html</string> </value>
- </item>
- <item>
- <key> <string>expand</string> </key>
- <value> <int>0</int> </value>
- </item>
- <item>
- <key> <string>id</string> </key>
- <value> <string>template_erp5_egov</string> </value>
- </item>
- <item>
- <key> <string>title</string> </key>
- <value> <string></string> </value>
- </item>
- <item>
- <key> <string>uid</string> </key>
- <value>
- <none/>
- </value>
- </item>
- </dictionary>
- </pickle>
- </record>
-</ZopeData>
Removed: erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/template_erp5_egov_dgid_agent_workspace.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/template_erp5_egov_dgid_agent_workspace.xml?rev=23285&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/template_erp5_egov_dgid_agent_workspace.xml (original)
+++ erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/template_erp5_egov_dgid_agent_workspace.xml (removed)
@@ -1,114 +1,0 @@
-<?xml version="1.0"?>
-<ZopeData>
- <record id="1" aka="AAAAAAAAAAE=">
- <pickle>
- <tuple>
- <global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
- <tuple/>
- </tuple>
- </pickle>
- <pickle>
- <dictionary>
- <item>
- <key> <string>__ac_local_roles__</string> </key>
- <value>
- <none/>
- </value>
- </item>
- <item>
- <key> <string>_bind_names</string> </key>
- <value>
- <object>
- <klass>
- <global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/>
- </klass>
- <tuple/>
- <state>
- <dictionary>
- <item>
- <key> <string>_asgns</string> </key>
- <value>
- <dictionary>
- <item>
- <key> <string>name_subpath</string> </key>
- <value> <string>traverse_subpath</string> </value>
- </item>
- </dictionary>
- </value>
- </item>
- </dictionary>
- </state>
- </object>
- </value>
- </item>
- <item>
- <key> <string>_owner</string> </key>
- <value>
- <none/>
- </value>
- </item>
- <item>
- <key> <string>_text</string> </key>
- <value> <string encoding="cdata"><![CDATA[
-
-<tal:block tal:replace="nothing"\n
- xmlns:tal="http://xml.zope.org/namespaces/tal"\n
- xmlns:metal="http://xml.zope.org/namespaces/metal"\n
- xmlns:i18n="http://xml.zope.org/namespaces/i18n">\n
-<!--\n
-Copyright (c) 2006 Nexedi SARL and Contributors. All Rights Reserved.\n
- Vincent Pelletier <vincent at nexedi.com>\n
- Christophe Dumez <christophe at nexedi.com>\n
- Fabien MORIN <fabien at nexedi.com>\n
-\n
-This program is Free Software; you can redistribute it and/or\n
-modify it under the terms of the GNU General Public License\n
-as published by the Free Software Foundation; either version 2\n
-of the License, or (at your option) any later version.\n
-\n
-This program is distributed in the hope that it will be useful,\n
-but WITHOUT ANY WARRANTY; without even the implied warranty of\n
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n
-GNU General Public License for more details.\n
-\n
-You should have received a copy of the GNU General Public License\n
-along with this program; if not, write to the Free Software\n
-Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
--->\n
-</tal:block>\n
-\n
-<tal:block metal:define-macro="master">\n
- <tal:block tal:define="dummy python: request.set(\'editable_mode\', True);">\n
- <tal:block metal:use-macro="here/template_erp5_egov/macros/master">\n
- <tal:block metal:fill-slot="main">\n
- <div id="workspace">\n
- <tal:block metal:define-slot="main"/>\n
- </div>\n
- </tal:block> \n
- </tal:block>\n
- </tal:block>\n
-</tal:block>\n
-
-
-]]></string> </value>
- </item>
- <item>
- <key> <string>content_type</string> </key>
- <value> <string>text/html</string> </value>
- </item>
- <item>
- <key> <string>expand</string> </key>
- <value> <int>0</int> </value>
- </item>
- <item>
- <key> <string>id</string> </key>
- <value> <string>template_erp5_egov_dgid_agent_workspace</string> </value>
- </item>
- <item>
- <key> <string>title</string> </key>
- <value> <string></string> </value>
- </item>
- </dictionary>
- </pickle>
- </record>
-</ZopeData>
Removed: erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/workspace_template_erp5_egov.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/workspace_template_erp5_egov.xml?rev=23285&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/workspace_template_erp5_egov.xml (original)
+++ erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/workspace_template_erp5_egov.xml (removed)
@@ -1,112 +1,0 @@
-<?xml version="1.0"?>
-<ZopeData>
- <record id="1" aka="AAAAAAAAAAE=">
- <pickle>
- <tuple>
- <global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
- <tuple/>
- </tuple>
- </pickle>
- <pickle>
- <dictionary>
- <item>
- <key> <string>__ac_local_roles__</string> </key>
- <value>
- <none/>
- </value>
- </item>
- <item>
- <key> <string>_bind_names</string> </key>
- <value>
- <object>
- <klass>
- <global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/>
- </klass>
- <tuple/>
- <state>
- <dictionary>
- <item>
- <key> <string>_asgns</string> </key>
- <value>
- <dictionary>
- <item>
- <key> <string>name_subpath</string> </key>
- <value> <string>traverse_subpath</string> </value>
- </item>
- </dictionary>
- </value>
- </item>
- </dictionary>
- </state>
- </object>
- </value>
- </item>
- <item>
- <key> <string>_owner</string> </key>
- <value>
- <none/>
- </value>
- </item>
- <item>
- <key> <string>_text</string> </key>
- <value> <string encoding="cdata"><![CDATA[
-
-<tal:block tal:replace="nothing"\n
- xmlns:tal="http://xml.zope.org/namespaces/tal"\n
- xmlns:metal="http://xml.zope.org/namespaces/metal"\n
- xmlns:i18n="http://xml.zope.org/namespaces/i18n">\n
-<!--\n
-Copyright (c) 2006 Nexedi SARL and Contributors. All Rights Reserved.\n
- Vincent Pelletier <vincent at nexedi.com>\n
- Christophe Dumez <christophe at nexedi.com>\n
- Fabien MORIN <fabien at nexedi.com>\n
-\n
-This program is Free Software; you can redistribute it and/or\n
-modify it under the terms of the GNU General Public License\n
-as published by the Free Software Foundation; either version 2\n
-of the License, or (at your option) any later version.\n
-\n
-This program is distributed in the hope that it will be useful,\n
-but WITHOUT ANY WARRANTY; without even the implied warranty of\n
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n
-GNU General Public License for more details.\n
-\n
-You should have received a copy of the GNU General Public License\n
-along with this program; if not, write to the Free Software\n
-Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
--->\n
-</tal:block>\n
-\n
-<tal:block metal:define-macro="master">\n
- <tal:block metal:use-macro="here/template_erp5_egov/macros/master">\n
- <tal:block metal:fill-slot="main">\n
- <div id="workspace">\n
- <tal:block metal:define-slot="main"/>\n
- </div>\n
- </tal:block>\t\n
- </tal:block>\n
-</tal:block>\n
-
-
-]]></string> </value>
- </item>
- <item>
- <key> <string>content_type</string> </key>
- <value> <string>text/html</string> </value>
- </item>
- <item>
- <key> <string>expand</string> </key>
- <value> <int>0</int> </value>
- </item>
- <item>
- <key> <string>id</string> </key>
- <value> <string>workspace_template_erp5_egov</string> </value>
- </item>
- <item>
- <key> <string>title</string> </key>
- <value> <string></string> </value>
- </item>
- </dictionary>
- </pickle>
- </record>
-</ZopeData>
More information about the Erp5-report
mailing list