Commit 0fe66f69 authored by Fabien Morin's avatar Fabien Morin

This bt is in work in progress, I commit the changes just to not loss all my...

This bt is in work in progress, I commit the changes just to not loss all my work if my computer leave me alone. So I have cleanup lot of things, but there is a lot that are not so clean. (will be soon).

lot of changes including:
- improve skin folder structure by adding erp5_egov_widget_library folder
- add a begin of user space (pending requests and documents)
- bring some changes on css files to have a better renderer
- move code parts : all things thats could be widgets have become widgets with th
eir own css file (it's easyer to understand in a development step)
- improve workflow by adding 2 new states (canceled and deleted)
- define some roles and set up security
- add 2 customs ListBox page templates
- remove a lot of backup or unused files

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19748 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cd5636bb
......@@ -70,18 +70,40 @@
</dictionary>
</value>
</item>
<item>
<key> <string>_count</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item>
<item>
<key> <string>_folder_handler</string> </key>
<value> <string>CMFBTreeFolderHandler</string> </value>
</item>
<item>
<key> <string>_identity_criterion</string> </key>
<value>
<dictionary/>
</value>
</item>
<item>
<key> <string>_mt_index</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent>
</value>
</item>
<item>
<key> <string>_range_criterion</string> </key>
<value>
<dictionary/>
</value>
</item>
<item>
<key> <string>_tree</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAU=</string> </persistent>
</value>
</item>
<item>
<key> <string>container_layout</string> </key>
<value> <string>erp5_egov_workspace_layout</string> </value>
......@@ -102,6 +124,10 @@
<key> <string>id</string> </key>
<value> <string>egov_portal</string> </value>
</item>
<item>
<key> <string>last_id</string> </key>
<value> <string>1</string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Web Site</string> </value>
......@@ -142,4 +168,26 @@
<dictionary/>
</pickle>
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<global name="Length" module="BTrees.Length"/>
</pickle>
<pickle> <int>0</int> </pickle>
</record>
<record id="4" aka="AAAAAAAAAAQ=">
<pickle>
<global name="OOBTree" module="BTrees._OOBTree"/>
</pickle>
<pickle>
<none/>
</pickle>
</record>
<record id="5" aka="AAAAAAAAAAU=">
<pickle>
<global name="OOBTree" module="BTrees._OOBTree"/>
</pickle>
<pickle>
<none/>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>Python_magic</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>Script_magic</string> </key>
<value> <int>3</int> </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_container</string> </key>
<value> <string>container</string> </value>
</item>
<item>
<key> <string>name_context</string> </key>
<value> <string>context</string> </value>
</item>
<item>
<key> <string>name_m_self</string> </key>
<value> <string>script</string> </value>
</item>
<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>_body</string> </key>
<value> <string># Retrieve the edit action\n
"""\n
Special edit method which returns to view mode.\n
The view_document_url is used to define the URL to return to\n
after editing the document.\n
"""\n
\n
next_url_dict = {\n
\'DeclarationDeTVA_view\' : \'DeclarationTVA_viewAttachmentList\',\n
\'DeclarationTVA_viewAttachmentList\' : \'PDFDocument_viewLoginInformation\'\n
}\n
\n
successful_edit_redirect_url = \'%s/%s\' % (context.absolute_url(), form_id)\n
\n
return context.Base_edit(form_id=form_id, \n
selection_index=selection_index, \n
selection_name=selection_name, \n
dialog_id=dialog_id, \n
ignore_layout=ignore_layout, \n
editable_mode=editable_mode, \n
silent_mode=silent_mode, \n
field_prefix=field_prefix, \n
successful_edit_redirect_url=successful_edit_redirect_url)\n
</string> </value>
</item>
<item>
<key> <string>_code</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_filepath</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>form_id, selection_index=0, selection_name=\'\', dialog_id=\'\', ignore_layout=0, editable_mode=1, silent_mode=0, field_prefix=\'my_\'</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>func_code</string> </key>
<value>
<object>
<klass>
<global name="FuncCode" module="Shared.DC.Scripts.Signature"/>
</klass>
<tuple/>
<state>
<dictionary>
<item>
<key> <string>co_argcount</string> </key>
<value> <int>8</int> </value>
</item>
<item>
<key> <string>co_varnames</string> </key>
<value>
<tuple>
<string>form_id</string>
<string>selection_index</string>
<string>selection_name</string>
<string>dialog_id</string>
<string>ignore_layout</string>
<string>editable_mode</string>
<string>silent_mode</string>
<string>field_prefix</string>
<string>next_url_dict</string>
<string>_getattr_</string>
<string>context</string>
<string>successful_edit_redirect_url</string>
</tuple>
</value>
</item>
</dictionary>
</state>
</object>
</value>
</item>
<item>
<key> <string>func_defaults</string> </key>
<value>
<tuple>
<int>0</int>
<string></string>
<string></string>
<int>0</int>
<int>1</int>
<int>0</int>
<string>my_</string>
</tuple>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>EGov_Base_edit</string> </value>
</item>
<item>
<key> <string>warnings</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>Python_magic</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>Script_magic</string> </key>
<value> <int>3</int> </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_container</string> </key>
<value> <string>container</string> </value>
</item>
<item>
<key> <string>name_context</string> </key>
<value> <string>context</string> </value>
</item>
<item>
<key> <string>name_m_self</string> </key>
<value> <string>script</string> </value>
</item>
<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>_body</string> </key>
<value> <string># Retrieve the edit action\n
"""\n
Special edit method which returns to view mode.\n
The view_document_url is used to define the URL to return to\n
after editing the document.\n
"""\n
\n
next_url_dict = {\n
\'DeclarationDeTVA_view\' : \'DeclarationTVA_viewAttachmentList\',\n
\'DeclarationTVA_viewAttachmentList\' : \'PDFDocument_viewLoginInformation\'\n
}\n
\n
successful_edit_redirect_url = \'%s/%s\' % (context.absolute_url(), next_url_dict[form_id])\n
\n
# if the current step is DeclarationTVA_viewAttachmentList, the document must\n
# be submitted\n
if form_id == \'DeclarationTVA_viewAttachmentList\':\n
context.submit()\n
request=context.REQUEST\n
result = request[\'RESPONSE\'].redirect(successful_edit_redirect_url) \n
return result\n
\n
return context.Base_edit(form_id=form_id, \n
selection_index=selection_index, \n
selection_name=selection_name, \n
dialog_id=dialog_id, \n
ignore_layout=ignore_layout, \n
editable_mode=editable_mode, \n
silent_mode=silent_mode, \n
field_prefix=field_prefix, \n
successful_edit_redirect_url=successful_edit_redirect_url)\n
</string> </value>
</item>
<item>
<key> <string>_code</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_filepath</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>form_id, selection_index=0, selection_name=\'\', dialog_id=\'\', ignore_layout=0, editable_mode=1, silent_mode=0, field_prefix=\'my_\'</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>func_code</string> </key>
<value>
<object>
<klass>
<global name="FuncCode" module="Shared.DC.Scripts.Signature"/>
</klass>
<tuple/>
<state>
<dictionary>
<item>
<key> <string>co_argcount</string> </key>
<value> <int>8</int> </value>
</item>
<item>
<key> <string>co_varnames</string> </key>
<value>
<tuple>
<string>form_id</string>
<string>selection_index</string>
<string>selection_name</string>
<string>dialog_id</string>
<string>ignore_layout</string>
<string>editable_mode</string>
<string>silent_mode</string>
<string>field_prefix</string>
<string>next_url_dict</string>
<string>_getattr_</string>
<string>context</string>
<string>_getitem_</string>
<string>successful_edit_redirect_url</string>
<string>request</string>
<string>result</string>
</tuple>
</value>
</item>
</dictionary>
</state>
</object>
</value>
</item>
<item>
<key> <string>func_defaults</string> </key>
<value>
<tuple>
<int>0</int>
<string></string>
<string></string>
<int>0</int>
<int>1</int>
<int>0</int>
<string>my_</string>
</tuple>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>EGov_Base_editAndNextStep</string> </value>
</item>
<item>
<key> <string>warnings</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>Python_magic</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>Script_magic</string> </key>
<value> <int>3</int> </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_container</string> </key>
<value> <string>container</string> </value>
</item>
<item>
<key> <string>name_context</string> </key>
<value> <string>context</string> </value>
</item>
<item>
<key> <string>name_m_self</string> </key>
<value> <string>script</string> </value>
</item>
<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>_body</string> </key>
<value> <string>document = context.portal_catalog.getResultValue(uid=new_request_number)\n
if document is not None:\n
if document.getValidationState() == \'draft\':\n
return document.Base_redirect(form_id=\'view\')\n
return document.Base_redirect(form_id=\'PDFDocument_viewHistory\')\n
\n
\n
# Prepare message\n
msg = "Sorry, this document is not available"\n
return context.Base_redirect(form_id=\'view\', keep_items = {\'portal_status_message\' : msg})\n
</string> </value>
</item>
<item>
<key> <string>_code</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_filepath</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>new_request_number</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>func_code</string> </key>
<value>
<object>
<klass>
<global name="FuncCode" module="Shared.DC.Scripts.Signature"/>
</klass>
<tuple/>
<state>
<dictionary>
<item>
<key> <string>co_argcount</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>co_varnames</string> </key>
<value>
<tuple>
<string>new_request_number</string>
<string>_getattr_</string>
<string>context</string>
<string>document</string>
<string>None</string>
<string>msg</string>
</tuple>
</value>
</item>
</dictionary>
</state>
</object>
</value>
</item>
<item>
<key> <string>func_defaults</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>EGov_goToDocument</string> </value>
</item>
<item>
<key> <string>warnings</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>Python_magic</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>Script_magic</string> </key>
<value> <int>3</int> </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_container</string> </key>
<value> <string>container</string> </value>
</item>
<item>
<key> <string>name_context</string> </key>
<value> <string>context</string> </value>
</item>
<item>
<key> <string>name_m_self</string> </key>
<value> <string>script</string> </value>
</item>
<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>_body</string> </key>
<value> <string>request=context.REQUEST\n
portal = context.getPortalObject()\n
\n
# get module url\n
absolute_url = portal.web_site_module.egov_portal.absolute_url()\n
\n
redirect_url = absolute_url\n
\n
result = request[\'RESPONSE\'].redirect(redirect_url) \n
return result\n
</string> </value>
</item>
<item>
<key> <string>_code</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_filepath</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_params</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>errors</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>func_code</string> </key>
<value>
<object>
<klass>
<global name="FuncCode" module="Shared.DC.Scripts.Signature"/>
</klass>
<tuple/>
<state>
<dictionary>
<item>
<key> <string>co_argcount</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>co_varnames</string> </key>
<value>
<tuple>
<string>_getattr_</string>
<string>context</string>
<string>request</string>
<string>portal</string>
<string>absolute_url</string>
<string>redirect_url</string>
<string>_getitem_</string>
<string>result</string>
</tuple>
</value>
</item>
</dictionary>
</state>
</object>
</value>
</item>
<item>
<key> <string>func_defaults</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>EGov_goToHome</string> </value>
</item>
<item>
<key> <string>warnings</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -62,10 +62,12 @@
<key> <string>group_list</string> </key>
<value>
<list>
<string>new_request (New Request)</string>
<string>track_request (Track Request)</string>
<string>tools</string>
<string>vip_space</string>
<string>widget_space</string>
<string>authenticate</string>
<string>upload</string>
<string>hidden</string>
</list>
</value>
</item>
......@@ -80,22 +82,26 @@
</value>
</item>
<item>
<key> <string>new_request (New Request)</string> </key>
<key> <string>hidden</string> </key>
<value>
<list>
<string>new_request_group</string>
<string>new_request_portal_type</string>
<string>new_request_submit</string>
<string>track_request_user</string>
<string>track_request_login</string>
<string>track_request_submit</string>
<string>home_page</string>
<string>pending_requests</string>
<string>listbox_creation_date</string>
</list>
</value>
</item>
<item>
<key> <string>track_request (Track Request)</string> </key>
<key> <string>tools</string> </key>
<value>
<list>
<string>track_request_user</string>
<string>track_request_login</string>
<string>track_request_submit</string>
<string>tools_tab</string>
</list>
</value>
</item>
......@@ -105,6 +111,23 @@
<list/>
</value>
</item>
<item>
<key> <string>vip_space</string> </key>
<value>
<list>
<string>become_vip</string>
</list>
</value>
</item>
<item>
<key> <string>widget_space</string> </key>
<value>
<list>
<string>listbox</string>
<string>my_documents</string>
</list>
</value>
</item>
</dictionary>
</value>
</item>
......
......@@ -11,7 +11,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>admin_toolbox</string> </value>
<value> <string>become_vip</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......@@ -100,6 +100,10 @@
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>text_editor</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
......@@ -183,6 +187,10 @@
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>text_editor</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
......@@ -212,7 +220,7 @@
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string>adminToolbox</string> </value>
<value> <string>hidden_label</string> </value>
</item>
<item>
<key> <string>default</string> </key>
......@@ -220,7 +228,7 @@
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
<value> <string>this widget promote inscription procedure</string> </value>
</item>
<item>
<key> <string>editable</string> </key>
......@@ -228,7 +236,7 @@
</item>
<item>
<key> <string>enabled</string> </key>
<value> <int>0</int> </value>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
......@@ -268,7 +276,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Admin</string> </value>
<value> <string>Become VIP</string> </value>
</item>
<item>
<key> <string>unicode</string> </key>
......@@ -291,18 +299,15 @@
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.TALESField</string>
<string>TALESMethod</string>
</tuple>
<none/>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>here/admin_toolbox</string> </value>
<value> <string>here/WebSite_viewBecomeVipRenderer</string> </value>
</item>
</dictionary>
</pickle>
......@@ -310,18 +315,15 @@
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.TALESField</string>
<string>TALESMethod</string>
</tuple>
<none/>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>not: here/portal_membership/isAnonymousUser</string> </value>
<value> <string>here/portal_membership/isAnonymousUser</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -11,7 +11,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>breadcrumb</string> </value>
<value> <string>home_page</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......@@ -100,6 +100,10 @@
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>text_editor</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
......@@ -181,6 +185,10 @@
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>text_editor</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
......@@ -210,7 +218,7 @@
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string>hiddenLabel</string> </value>
<value> <string>hidden_label</string> </value>
</item>
<item>
<key> <string>default</string> </key>
......@@ -226,7 +234,7 @@
</item>
<item>
<key> <string>enabled</string> </key>
<value> <int>0</int> </value>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
......@@ -266,7 +274,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Breadcrumb</string> </value>
<value> <string>home_page</string> </value>
</item>
<item>
<key> <string>unicode</string> </key>
......@@ -289,18 +297,15 @@
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.TALESField</string>
<string>TALESMethod</string>
</tuple>
<none/>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>here/breadcrumb</string> </value>
<value> <string>here/WebSite_viewWorkspaceWidget</string> </value>
</item>
</dictionary>
</pickle>
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="ListBox" module="Products.ERP5Form.ListBox"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>listbox</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
<value>
<dictionary>
<item>
<key> <string>external_validator_failed</string> </key>
<value> <string>The input failed the external validator.</string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>overrides</string> </key>
<value>
<dictionary>
<item>
<key> <string>all_columns</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>anchor</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>columns</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>count_method</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default_params</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>domain_root_list</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>domain_tree</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable_columns</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>global_attributes</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>lines</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>list_action</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>list_method</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>meta_types</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>page_template</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>portal_types</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>report_root_list</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>report_tree</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>search</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>search_columns</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>select</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>selection_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>sort</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>sort_columns</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>stat_columns</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>stat_method</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>url_columns</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>tales</string> </key>
<value>
<dictionary>
<item>
<key> <string>all_columns</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>anchor</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>columns</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>count_method</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default_params</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>domain_root_list</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>domain_tree</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable_columns</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>global_attributes</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>lines</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>list_action</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>list_method</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>meta_types</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>page_template</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>portal_types</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>report_root_list</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>report_tree</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>search</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>search_columns</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>select</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>selection_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>sort</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>sort_columns</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>stat_columns</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>stat_method</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>url_columns</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>all_columns</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>anchor</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>columns</string> </key>
<value>
<list>
<tuple>
<string>portal_type</string>
<string>Type</string>
</tuple>
<tuple>
<string>translated_validation_state_title</string>
<string>State</string>
</tuple>
<tuple>
<string>getOwner</string>
<string>Actor</string>
</tuple>
<tuple>
<string>creation_date</string>
<string>Creation Date</string>
</tuple>
</list>
</value>
</item>
<item>
<key> <string>count_method</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string>hidden_label pending_requests</string> </value>
</item>
<item>
<key> <string>default_params</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>domain_root_list</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>domain_tree</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>editable_columns</string> </key>
<value>
<list>
<tuple>
<string>creation_date</string>
<string>Creation Date</string>
</tuple>
</list>
</value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>global_attributes</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>lines</string> </key>
<value> <int>50</int> </value>
</item>
<item>
<key> <string>list_action</string> </key>
<value> <string>list</string> </value>
</item>
<item>
<key> <string>list_method</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item>
<item>
<key> <string>meta_types</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>page_template</string> </key>
<value> <string>WebSite_ListBox_asPendingRequests</string> </value>
</item>
<item>
<key> <string>portal_types</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>report_root_list</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>report_tree</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>search</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>search_columns</string> </key>
<value>
<list>
<tuple>
<string>creation_date</string>
<string>Creation Date</string>
</tuple>
</list>
</value>
</item>
<item>
<key> <string>select</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>selection_name</string> </key>
<value> <string>pending_requests_selection</string> </value>
</item>
<item>
<key> <string>sort</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>sort_columns</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>stat_columns</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>stat_method</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Pending Requests</string> </value>
</item>
<item>
<key> <string>url_columns</string> </key>
<value>
<list/>
</value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>not:here/portal_membership/isAnonymousUser</string> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<tuple>
<global name="Method" module="Products.Formulator.MethodField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>method_name</string> </key>
<value> <string>PendingRequest_listMethod</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="DateTimeField" module="Products.Formulator.StandardFields"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>listbox_creation_date</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
<value>
<dictionary>
<item>
<key> <string>datetime_out_of_range</string> </key>
<value> <string>The date and time you entered were out of range.</string> </value>
</item>
<item>
<key> <string>external_validator_failed</string> </key>
<value> <string>The input failed the external validator.</string> </value>
</item>
<item>
<key> <string>not_datetime</string> </key>
<value> <string>You did not enter a valid date and time.</string> </value>
</item>
<item>
<key> <string>required_not_found</string> </key>
<value> <string>Input is required but no input given.</string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>overrides</string> </key>
<value>
<dictionary>
<item>
<key> <string>allow_empty_time</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>ampm_time_style</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>date_only</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>date_separator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default_now</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>end_datetime</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden_day_is_last_day</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hide_day</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>input_order</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>input_style</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>start_datetime</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>time_separator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>timezone_style</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>sub_form</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>tales</string> </key>
<value>
<dictionary>
<item>
<key> <string>allow_empty_time</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>ampm_time_style</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>date_only</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>date_separator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default_now</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>end_datetime</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden_day_is_last_day</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hide_day</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>input_order</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item>
<item>
<key> <string>input_style</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>start_datetime</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>time_separator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>timezone_style</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>allow_empty_time</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>ampm_time_style</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>date_only</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>date_separator</string> </key>
<value> <string>/</string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>default_now</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>end_datetime</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>hidden_day_is_last_day</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>hide_day</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>input_order</string> </key>
<value> <string>ymd</string> </value>
</item>
<item>
<key> <string>input_style</string> </key>
<value> <string>text</string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>start_datetime</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>time_separator</string> </key>
<value> <string>:</string> </value>
</item>
<item>
<key> <string>timezone_style</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Creation Date</string> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="BasicForm" module="Products.Formulator.Form"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<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>fields</string> </key>
<value>
<dictionary>
<item>
<key> <string>ampm</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent>
</value>
</item>
<item>
<key> <string>day</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAU=</string> </persistent>
</value>
</item>
<item>
<key> <string>hour</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAY=</string> </persistent>
</value>
</item>
<item>
<key> <string>minute</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAc=</string> </persistent>
</value>
</item>
<item>
<key> <string>month</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAg=</string> </persistent>
</value>
</item>
<item>
<key> <string>timezone</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAk=</string> </persistent>
</value>
</item>
<item>
<key> <string>year</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAo=</string> </persistent>
</value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>group_list</string> </key>
<value>
<list>
<string>Default</string>
<string>date</string>
<string>time</string>
</list>
</value>
</item>
<item>
<key> <string>groups</string> </key>
<value>
<dictionary>
<item>
<key> <string>Default</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>date</string> </key>
<value>
<list>
<string>year</string>
<string>month</string>
<string>day</string>
</list>
</value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<list>
<string>hour</string>
<string>minute</string>
<string>ampm</string>
<string>timezone</string>
</list>
</value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>method</string> </key>
<value> <string>POST</string> </value>
</item>
<item>
<key> <string>name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>stored_encoding</string> </key>
<value> <string>ISO-8859-1</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Basic Form</string> </value>
</item>
<item>
<key> <string>unicode_mode</string> </key>
<value> <int>0</int> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>preferences/getPreferredDateOrder | string:ymd</string> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="4" aka="AAAAAAAAAAQ=">
<pickle>
<tuple>
<global name="StringField" module="Products.Formulator.StandardFields"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>ampm</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
<value>
<dictionary>
<item>
<key> <string>external_validator_failed</string> </key>
<value> <string>The input failed the external validator.</string> </value>
</item>
<item>
<key> <string>required_not_found</string> </key>
<value> <string>Input is required but no input given.</string> </value>
</item>
<item>
<key> <string>too_long</string> </key>
<value> <string>Too much input was given.</string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>overrides</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_maxwidth</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_width</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_length</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>truncate</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>unicode</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>tales</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_maxwidth</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_width</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_length</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>truncate</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>unicode</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_maxwidth</string> </key>
<value> <int>2</int> </value>
</item>
<item>
<key> <string>display_width</string> </key>
<value> <int>2</int> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>max_length</string> </key>
<value> <int>2</int> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>am/pm</string> </value>
</item>
<item>
<key> <string>truncate</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>unicode</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <int>0</int> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
<record id="5" aka="AAAAAAAAAAU=">
<pickle>
<tuple>
<global name="IntegerField" module="Products.Formulator.StandardFields"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>day</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
<value>
<dictionary>
<item>
<key> <string>external_validator_failed</string> </key>
<value> <string>The input failed the external validator.</string> </value>
</item>
<item>
<key> <string>integer_out_of_range</string> </key>
<value> <string>The integer you entered was out of range.</string> </value>
</item>
<item>
<key> <string>not_integer</string> </key>
<value> <string>You did not enter an integer.</string> </value>
</item>
<item>
<key> <string>required_not_found</string> </key>
<value> <string>Input is required but no input given.</string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>overrides</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_maxwidth</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_width</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>end</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>start</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>tales</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_maxwidth</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_width</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>end</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>start</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_maxwidth</string> </key>
<value> <int>2</int> </value>
</item>
<item>
<key> <string>display_width</string> </key>
<value> <int>2</int> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>end</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>start</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Day</string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <int>0</int> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
<record id="6" aka="AAAAAAAAAAY=">
<pickle>
<tuple>
<global name="IntegerField" module="Products.Formulator.StandardFields"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>hour</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
<value>
<dictionary>
<item>
<key> <string>external_validator_failed</string> </key>
<value> <string>The input failed the external validator.</string> </value>
</item>
<item>
<key> <string>integer_out_of_range</string> </key>
<value> <string>The integer you entered was out of range.</string> </value>
</item>
<item>
<key> <string>not_integer</string> </key>
<value> <string>You did not enter an integer.</string> </value>
</item>
<item>
<key> <string>required_not_found</string> </key>
<value> <string>Input is required but no input given.</string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>overrides</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_maxwidth</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_width</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>end</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>start</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>tales</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_maxwidth</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_width</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>end</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>start</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_maxwidth</string> </key>
<value> <int>2</int> </value>
</item>
<item>
<key> <string>display_width</string> </key>
<value> <int>2</int> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>end</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>start</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Hour</string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <int>0</int> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
<record id="7" aka="AAAAAAAAAAc=">
<pickle>
<tuple>
<global name="IntegerField" module="Products.Formulator.StandardFields"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>minute</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
<value>
<dictionary>
<item>
<key> <string>external_validator_failed</string> </key>
<value> <string>The input failed the external validator.</string> </value>
</item>
<item>
<key> <string>integer_out_of_range</string> </key>
<value> <string>The integer you entered was out of range.</string> </value>
</item>
<item>
<key> <string>not_integer</string> </key>
<value> <string>You did not enter an integer.</string> </value>
</item>
<item>
<key> <string>required_not_found</string> </key>
<value> <string>Input is required but no input given.</string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>overrides</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_maxwidth</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_width</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>end</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>start</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>tales</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_maxwidth</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_width</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>end</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>start</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_maxwidth</string> </key>
<value> <int>2</int> </value>
</item>
<item>
<key> <string>display_width</string> </key>
<value> <int>2</int> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>end</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>start</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Minute</string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <int>0</int> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
<record id="8" aka="AAAAAAAAAAg=">
<pickle>
<tuple>
<global name="IntegerField" module="Products.Formulator.StandardFields"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>month</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
<value>
<dictionary>
<item>
<key> <string>external_validator_failed</string> </key>
<value> <string>The input failed the external validator.</string> </value>
</item>
<item>
<key> <string>integer_out_of_range</string> </key>
<value> <string>The integer you entered was out of range.</string> </value>
</item>
<item>
<key> <string>not_integer</string> </key>
<value> <string>You did not enter an integer.</string> </value>
</item>
<item>
<key> <string>required_not_found</string> </key>
<value> <string>Input is required but no input given.</string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>overrides</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_maxwidth</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_width</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>end</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>start</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>tales</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_maxwidth</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_width</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>end</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>start</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_maxwidth</string> </key>
<value> <int>2</int> </value>
</item>
<item>
<key> <string>display_width</string> </key>
<value> <int>2</int> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>end</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>start</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Month</string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <int>0</int> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
<record id="9" aka="AAAAAAAAAAk=">
<pickle>
<tuple>
<global name="ListField" module="Products.Formulator.StandardFields"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>timezone</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
<value>
<dictionary>
<item>
<key> <string>external_validator_failed</string> </key>
<value> <string>The input failed the external validator.</string> </value>
</item>
<item>
<key> <string>required_not_found</string> </key>
<value> <string>Input is required but no input given.</string> </value>
</item>
<item>
<key> <string>unknown_selection</string> </key>
<value> <string>You selected an item that was not in the list.</string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>overrides</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra_item</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>first_item</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>items</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>unicode</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>tales</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra_item</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>first_item</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>items</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>unicode</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string>GMT</string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra_item</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>first_item</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>items</string> </key>
<value>
<list>
<tuple>
<string>GMT-12</string>
<string>GMT-12</string>
</tuple>
<tuple>
<string>GMT-11</string>
<string>GMT-11</string>
</tuple>
<tuple>
<string>GMT-10</string>
<string>GMT-10</string>
</tuple>
<tuple>
<string>GMT-9</string>
<string>GMT-9</string>
</tuple>
<tuple>
<string>GMT-8</string>
<string>GMT-8</string>
</tuple>
<tuple>
<string>GMT-7</string>
<string>GMT-7</string>
</tuple>
<tuple>
<string>GMT-6</string>
<string>GMT-6</string>
</tuple>
<tuple>
<string>GMT-5</string>
<string>GMT-5</string>
</tuple>
<tuple>
<string>GMT-4</string>
<string>GMT-4</string>
</tuple>
<tuple>
<string>GMT-3</string>
<string>GMT-3</string>
</tuple>
<tuple>
<string>GMT-2</string>
<string>GMT-2</string>
</tuple>
<tuple>
<string>GMT-1</string>
<string>GMT-1</string>
</tuple>
<tuple>
<string>GMT</string>
<string>GMT</string>
</tuple>
<tuple>
<string>GMT+1</string>
<string>GMT+1</string>
</tuple>
<tuple>
<string>GMT+2</string>
<string>GMT+2</string>
</tuple>
<tuple>
<string>GMT+3</string>
<string>GMT+3</string>
</tuple>
<tuple>
<string>GMT+4</string>
<string>GMT+4</string>
</tuple>
<tuple>
<string>GMT+5</string>
<string>GMT+5</string>
</tuple>
<tuple>
<string>GMT+6</string>
<string>GMT+6</string>
</tuple>
<tuple>
<string>GMT+7</string>
<string>GMT+7</string>
</tuple>
<tuple>
<string>GMT+8</string>
<string>GMT+8</string>
</tuple>
<tuple>
<string>GMT+9</string>
<string>GMT+9</string>
</tuple>
<tuple>
<string>GMT+10</string>
<string>GMT+10</string>
</tuple>
<tuple>
<string>GMT+11</string>
<string>GMT+11</string>
</tuple>
<tuple>
<string>GMT+12</string>
<string>GMT+12</string>
</tuple>
</list>
</value>
</item>
<item>
<key> <string>required</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Timezone</string> </value>
</item>
<item>
<key> <string>unicode</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <int>0</int> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
<record id="10" aka="AAAAAAAAAAo=">
<pickle>
<tuple>
<global name="IntegerField" module="Products.Formulator.StandardFields"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>year</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
<value>
<dictionary>
<item>
<key> <string>external_validator_failed</string> </key>
<value> <string>The input failed the external validator.</string> </value>
</item>
<item>
<key> <string>integer_out_of_range</string> </key>
<value> <string>The integer you entered was out of range.</string> </value>
</item>
<item>
<key> <string>not_integer</string> </key>
<value> <string>You did not enter an integer.</string> </value>
</item>
<item>
<key> <string>required_not_found</string> </key>
<value> <string>Input is required but no input given.</string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>overrides</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_maxwidth</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_width</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>end</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>start</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>tales</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_maxwidth</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_width</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>end</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>start</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_maxwidth</string> </key>
<value> <int>4</int> </value>
</item>
<item>
<key> <string>display_width</string> </key>
<value> <int>4</int> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>end</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>start</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Year</string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <int>0</int> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="EditorField" module="Products.ERP5Form.EditorField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>my_documents</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
<value>
<dictionary>
<item>
<key> <string>external_validator_failed</string> </key>
<value> <string>The input failed the external validator.</string> </value>
</item>
<item>
<key> <string>line_too_long</string> </key>
<value> <string>A line was too long.</string> </value>
</item>
<item>
<key> <string>required_not_found</string> </key>
<value> <string>Input is required but no input given.</string> </value>
</item>
<item>
<key> <string>too_long</string> </key>
<value> <string>You entered too many characters.</string> </value>
</item>
<item>
<key> <string>too_many_lines</string> </key>
<value> <string>You entered too many lines.</string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>overrides</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_length</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_linelength</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_lines</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>text_editor</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>unicode</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>tales</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_length</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_linelength</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_lines</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>text_editor</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>unicode</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string>hidden_label my_documents</string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string encoding="cdata"><![CDATA[
<div class=\'pouet2\'> Here will be displayed all your uploaded documents that you could reuse in other requests.<br />\n
Comming soon...\n
</div>
]]></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string>Display a list of \xe2\x80\x9cofficial\xe2\x80\x9d decisions or digital documents which may be later used to start new procedures</string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>5</int> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>max_length</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_linelength</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_lines</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>text_editor</string> </key>
<value> <string>text_area</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>My Documents</string> </value>
</item>
<item>
<key> <string>unicode</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>40</int> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>not:here/portal_membership/isAnonymousUser</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="EditorField" module="Products.ERP5Form.EditorField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>pending_requests</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
<value>
<dictionary>
<item>
<key> <string>external_validator_failed</string> </key>
<value> <string>The input failed the external validator.</string> </value>
</item>
<item>
<key> <string>line_too_long</string> </key>
<value> <string>A line was too long.</string> </value>
</item>
<item>
<key> <string>required_not_found</string> </key>
<value> <string>Input is required but no input given.</string> </value>
</item>
<item>
<key> <string>too_long</string> </key>
<value> <string>You entered too many characters.</string> </value>
</item>
<item>
<key> <string>too_many_lines</string> </key>
<value> <string>You entered too many lines.</string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>overrides</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_length</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_linelength</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_lines</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>text_editor</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>unicode</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>tales</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_length</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_linelength</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_lines</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>text_editor</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>unicode</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string>hidden_label pending_requests</string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string encoding="cdata"><![CDATA[
<div class=\'pouet1\'> Here we could see soon all your pending requests.\n
</div>
]]></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string>Display a list of the pending requests with their state. It is possible to track all procedures related to a single Person or Organisation rather than having to remember the PIN Code for each procedure.</string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>5</int> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>max_length</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_linelength</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_lines</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>text_editor</string> </key>
<value> <string>text_area</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Pending Requests</string> </value>
</item>
<item>
<key> <string>unicode</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>40</int> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>here/WebSite_viewPendingRequests</string> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>not:here/portal_membership/isAnonymousUser</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="EditorField" module="Products.ERP5Form.EditorField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>tools_tab</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
<value>
<dictionary>
<item>
<key> <string>external_validator_failed</string> </key>
<value> <string>The input failed the external validator.</string> </value>
</item>
<item>
<key> <string>line_too_long</string> </key>
<value> <string>A line was too long.</string> </value>
</item>
<item>
<key> <string>required_not_found</string> </key>
<value> <string>Input is required but no input given.</string> </value>
</item>
<item>
<key> <string>too_long</string> </key>
<value> <string>You entered too many characters.</string> </value>
</item>
<item>
<key> <string>too_many_lines</string> </key>
<value> <string>You entered too many lines.</string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>overrides</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_length</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_linelength</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_lines</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>text_editor</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>unicode</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>tales</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_length</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_linelength</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_lines</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>text_editor</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>unicode</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string>hidden_label</string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string>Tabs widget providing tools for requests</string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>5</int> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>max_length</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_linelength</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_lines</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>text_editor</string> </key>
<value> <string>text_area</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Tools tab</string> </value>
</item>
<item>
<key> <string>unicode</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>40</int> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>here/WebSite_viewToolsRenderer</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>Python_magic</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>Script_magic</string> </key>
<value> <int>3</int> </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_container</string> </key>
<value> <string>container</string> </value>
</item>
<item>
<key> <string>name_context</string> </key>
<value> <string>context</string> </value>
</item>
<item>
<key> <string>name_m_self</string> </key>
<value> <string>script</string> </value>
</item>
<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>_body</string> </key>
<value> <string>"""\n
Default logout handler, overwritten to give website specific portal status message.\n
"""\n
website = context.getWebSiteValue()\n
form_id=\'view\'\n
\n
REQUEST = context.REQUEST\n
if REQUEST.has_key(\'portal_skin\'):\n
context.portal_skins.clearSkinCookie()\n
REQUEST.RESPONSE.expireCookie(\'__ac\', path=\'/\')\n
msg = context.Base_translateString(\'You have been logged out. Thank you for using this website.\')\n
return website.Base_redirect(form_id, keep_items = {\'portal_status_message\' : msg}, **kw)\n
</string> </value>
</item>
<item>
<key> <string>_code</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_filepath</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>dialog_id=None, **kw</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>func_code</string> </key>
<value>
<object>
<klass>
<global name="FuncCode" module="Shared.DC.Scripts.Signature"/>
</klass>
<tuple/>
<state>
<dictionary>
<item>
<key> <string>co_argcount</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>co_varnames</string> </key>
<value>
<tuple>
<string>dialog_id</string>
<string>kw</string>
<string>_getattr_</string>
<string>context</string>
<string>website</string>
<string>form_id</string>
<string>REQUEST</string>
<string>msg</string>
<string>_apply_</string>
</tuple>
</value>
</item>
</dictionary>
</state>
</object>
</value>
</item>
<item>
<key> <string>func_defaults</string> </key>
<value>
<tuple>
<none/>
</tuple>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>WebSite_logout</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Logout handler</string> </value>
</item>
<item>
<key> <string>warnings</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="EditorField" module="Products.ERP5Form.EditorField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>about_box</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
<value>
<dictionary>
<item>
<key> <string>external_validator_failed</string> </key>
<value> <string>The input failed the external validator.</string> </value>
</item>
<item>
<key> <string>line_too_long</string> </key>
<value> <string>A line was too long.</string> </value>
</item>
<item>
<key> <string>required_not_found</string> </key>
<value> <string>Input is required but no input given.</string> </value>
</item>
<item>
<key> <string>too_long</string> </key>
<value> <string>You entered too many characters.</string> </value>
</item>
<item>
<key> <string>too_many_lines</string> </key>
<value> <string>You entered too many lines.</string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>overrides</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_length</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_linelength</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_lines</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>unicode</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>tales</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_length</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_linelength</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_lines</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>unicode</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string>hiddenLabel</string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string encoding="cdata"><![CDATA[
This is a <b>demo</b> html box that displays a some text on the <i>right column</i> of the site.
]]></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>5</int> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>max_length</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_linelength</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_lines</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>text_editor</string> </key>
<value> <string>text_area</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Demo</string> </value>
</item>
<item>
<key> <string>unicode</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>40</int> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="InputButtonField" module="Products.ERP5Form.InputButtonField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>search_action</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
<value>
<dictionary/>
</value>
</item>
<item>
<key> <string>overrides</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>tales</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string>hiddenLabel searchButton</string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string>Go</string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>name</string> </key>
<value> <string>Base_searchResultList:method</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Search</string> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.ERP5Form.EditorField</string>
<string>EditorField</string>
</tuple>
<none/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>website_logo</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
<value>
<dictionary>
<item>
<key> <string>external_validator_failed</string> </key>
<value> <string>The input failed the external validator.</string> </value>
</item>
<item>
<key> <string>line_too_long</string> </key>
<value> <string>A line was too long.</string> </value>
</item>
<item>
<key> <string>required_not_found</string> </key>
<value> <string>Input is required but no input given.</string> </value>
</item>
<item>
<key> <string>too_long</string> </key>
<value> <string>You entered too many characters.</string> </value>
</item>
<item>
<key> <string>too_many_lines</string> </key>
<value> <string>You entered too many lines.</string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>overrides</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_length</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_linelength</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_lines</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>unicode</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>tales</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_length</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_linelength</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_lines</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>unicode</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string>centered logo</string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string encoding="cdata"><![CDATA[
<a href="http://erp5.org"><img src="erp5-website-logo.png"/></a>
]]></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>5</int> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>max_length</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_linelength</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_lines</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>ERP5 WebSite Logo</string> </value>
</item>
<item>
<key> <string>unicode</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>40</int> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.TALESField</string>
<string>TALESMethod</string>
</tuple>
<none/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string encoding="cdata"><![CDATA[
python: """<a href="%s" title="%s"><img src="erp5-website-logo.png" alt="Web Site Logo"/></a>""" % (here.getWebSiteValue().absolute_url(), here.getWebSiteValue().getTitleOrId())
]]></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="StringField" module="Products.Formulator.StandardFields"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>your_search_text</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
<value>
<dictionary>
<item>
<key> <string>external_validator_failed</string> </key>
<value> <string>The input failed the external validator.</string> </value>
</item>
<item>
<key> <string>required_not_found</string> </key>
<value> <string>Input is required but no input given.</string> </value>
</item>
<item>
<key> <string>too_long</string> </key>
<value> <string>Too much input was given.</string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>overrides</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_maxwidth</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_width</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_length</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>truncate</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>unicode</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>tales</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_maxwidth</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_width</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_length</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>truncate</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>unicode</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string>hiddenLabel searchInput</string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_maxwidth</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_width</string> </key>
<value> <int>20</int> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>max_length</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Search</string> </value>
</item>
<item>
<key> <string>truncate</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>unicode</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <int>0</int> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.TALESField</string>
<string>TALESMethod</string>
</tuple>
<none/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>request/your_search_text | string:</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="Image" module="OFS.Image"/>
<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>__name__</string> </key>
<value> <string>erp5-website-background.png</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>image/png</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="base64">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
AAAASUVORK5CYII=</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>300</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <long>26402</long> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>420</int> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="Image" module="OFS.Image"/>
<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>__name__</string> </key>
<value> <string>erp5-website-logo.png</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>image/png</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="base64">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</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>60</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <long>6603</long> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>140</int> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -111,7 +111,9 @@ li {margin-left: 1em}\n
\n
.doNotDisplay {display: none}\n
\n
.hiddenLabel label {display: none}\n
.hidden_label label { \n
display: none !important\n
}\n
\n
table {\n
border-collapse: collapse;\n
......
......@@ -73,6 +73,23 @@
========================================================================================*/\n
\n
<tal:block tal:replace="structure python:here.getPortalObject()[\'erp5_web_editable_content.css\']()"/>\n
div.bottom_actions {\n
display: none;\n
}\n
\n
/* hide action_select widget */\n
.header .widget .adminSection {\n
display: none;\n
}\n
\n
/* remove margin on input fieldsets */\n
div#main_content fieldset div.input {\n
margin:0;\n
}\n
\n
div#main_content fieldset{\n
padding: 0;\n
}\n
]]></string> </value>
......
......@@ -275,7 +275,7 @@ div#main_content fieldset > div {\n
}\n
\n
div#main_content fieldset div.input {\n
margin-left: 11.5em; /* = div#main_content label width + 0.5 of margin */\n
/*margin-left: 11.5em; /* = div#main_content label width + 0.5 of margin */\n
}\n
\n
div#main_content fieldset legend {\n
......@@ -352,11 +352,10 @@ div.document div.actions ul a:hover {\n
}\n
\n
\n
\n
/* Editable mode forms styling\n
------------------------------------------------------------------ */\n
\n
div.document > div.editable {border-top: 1px solid #999}\n
/*div.document > div.editable {border-top: 1px solid #999}*/\n
\n
/* Save button styling */\n
div.actions button {\n
......@@ -369,123 +368,6 @@ div.actions button {\n
/* Bottom Save buttons styling - XXX NOT YET CENTERED */\n
\n
\n
div.bottom_actions,\n
div.step_actions{\n
position: relative;\n
width: 100%;\n
margin-left: auto;\n
margin-right: auto;\n
}\n
\n
.other_page {\n
border: 1px solid #999;\n
}\n
\n
.first_page {\n
border: 1px solid #999;\n
border-top:None;\n
}\n
\n
div.bottom_actions{\n
height: 8em;\n
margin-bottom: 10px;\n
}\n
\n
div.step_actions div#step_buttons{\n
margin-top: 5px;\n
margin-bottom: 5px;\n
}\n
\n
div.step_actions{\n
background: #ccc url(erp5-website-micro-gray-shadow.png) top repeat-x;\n
}\n
\n
\n
div.bottom_actions button,\n
div.step_action button{\n
}\n
\n
div.bottom_actions button.nextStep{\n
}\n
\n
div.bottom_actions button.saveEdit {\n
visibility:hidden;\n
}\n
\n
div.bottom_actions button.saveView {\n
float:right;\n
height: 2.5em;\n
width: 13em;\n
background: #FF6633;\n
text-decoration: none;\n
color: #637dc1;\n
font-size: 200%;\n
}\n
\n
div.bottom_actions button.saveEdit .description {\n
position: relative;\n
top: 3px;\n
left: 2px;\n
}\n
\n
div.bottom_actions button.saveView .description,\n
div.bottom_actions button.nextStep .description{\n
position: relative;\n
top: 3px;\n
left: 3px;\n
}\n
\n
div.bottom_actions button.saveView .image,\n
div.bottom_actions button.saveEdit .image,\n
div.bottom_actions button.nextStep .image{\n
float: left;\n
display: block;\n
width: 22px;\n
height: 22px;\n
}\n
\n
div.bottom_actions button.saveEdit span.image {\n
background-image: url(\'<tal:block tal:replace="here/portal_url"/>/images/save.png\');\n
}\n
\n
div.bottom_actions button.saveView span.image,\n
div.bottom_actions button.nextStep span.image{\n
background-image: url(\'<tal:block tal:replace="here/portal_url"/>/images/save-preview.png\');\n
}\n
\n
\n
div.step_actions button.current_step,\n
div.step_actions button.disable_step,\n
div.step_actions button.normal_step{\n
display: inline;\n
height: 2em;\n
}\n
\n
div.step_actions #step_explaination {\n
}\n
\n
div.step_actions #step_title {\n
padding-top: 5px;\n
padding-bottom: 5px;\n
font-size: 200%;\n
}\n
\n
div.step_actions button.current_step{\n
border: 2pt solid red;\n
background: #00FF00;\n
color: #000\n
}\n
\n
div.step_actions button.normal_step{\n
text-decoration: underline;\n
color: #637dc1; \n
background: #00FF00;\n
}\n
\n
div.step_actions button.disable_step{\n
color:black;\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
......@@ -552,6 +434,18 @@ div#main_content fieldset.webcontent span.headline {\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>
......
......@@ -70,6 +70,7 @@
<string>right column (Demo)</string>
<string>right column (Toolbox)</string>
<string>footer</string>
<string>header</string>
<string>hidden</string>
</list>
</value>
......@@ -82,10 +83,20 @@
<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>
......@@ -162,7 +173,7 @@
</item>
<item>
<key> <string>pt</string> </key>
<value> <string>template_erp5_egov</string> </value>
<value> <string>workspace_template_erp5_egov</string> </value>
</item>
<item>
<key> <string>row_length</string> </key>
......
......@@ -11,7 +11,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>language_selector</string> </value>
<value> <string>action_select</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......@@ -100,6 +100,10 @@
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>text_editor</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
......@@ -181,6 +185,10 @@
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>text_editor</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
......@@ -210,7 +218,7 @@
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string>hiddenLabel languageSelector</string> </value>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
......@@ -226,7 +234,7 @@
</item>
<item>
<key> <string>enabled</string> </key>
<value> <int>0</int> </value>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
......@@ -266,7 +274,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Language</string> </value>
<value> <string>Wizard</string> </value>
</item>
<item>
<key> <string>unicode</string> </key>
......@@ -289,18 +297,15 @@
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.TALESField</string>
<string>TALESMethod</string>
</tuple>
<none/>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>here/language_selector</string> </value>
<value> <string>context/WebSite_viewActionSelectRenderer</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -137,7 +137,9 @@
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>description</string> </key>
......@@ -220,21 +222,7 @@
</item>
<item>
<key> <string>default</string> </key>
<value> <string encoding="cdata"><![CDATA[
<div id="footer">\n
Copyright&copy; Tous Droits r&eacute;serv&eacute;s &agrave; la DGID<br/>\n
<span class="onleft">\n
<a href="credit.php">Cr&eacute;dits et mentions l&eacute;gales</a> -\n
<a href="plan.php">Plan du site</a> -\n
<a href="contact.php">Contact</a>\n
</span>\n
<span class="onright">\n
<strong><a href="#top">Haut </a><br/></strong>\n
</span><hr/>\n
</div>
]]></string> </value>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
......@@ -306,4 +294,20 @@ Copyright&copy; Tous Droits r&eacute;serv&eacute;s &agrave; la DGID<br/>\n
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>context/WebSite_viewSubmissionWizardRenderer</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -11,7 +11,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>section_content_list</string> </value>
<value> <string>header_section</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......@@ -100,6 +100,10 @@
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>text_editor</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
......@@ -181,6 +185,10 @@
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>text_editor</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
......@@ -226,7 +234,7 @@
</item>
<item>
<key> <string>enabled</string> </key>
<value> <int>0</int> </value>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
......@@ -266,7 +274,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Documents</string> </value>
<value> <string>Wizard</string> </value>
</item>
<item>
<key> <string>unicode</string> </key>
......@@ -289,18 +297,15 @@
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.TALESField</string>
<string>TALESMethod</string>
</tuple>
<none/>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>request/current_web_section/section_content_render</string> </value>
<value> <string>context/WebSite_viewHeaderFormRenderer</string> </value>
</item>
</dictionary>
</pickle>
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="EditorField" module="Products.ERP5Form.EditorField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>next_step</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
<value>
<dictionary>
<item>
<key> <string>external_validator_failed</string> </key>
<value> <string>The input failed the external validator.</string> </value>
</item>
<item>
<key> <string>line_too_long</string> </key>
<value> <string>A line was too long.</string> </value>
</item>
<item>
<key> <string>required_not_found</string> </key>
<value> <string>Input is required but no input given.</string> </value>
</item>
<item>
<key> <string>too_long</string> </key>
<value> <string>You entered too many characters.</string> </value>
</item>
<item>
<key> <string>too_many_lines</string> </key>
<value> <string>You entered too many lines.</string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>overrides</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_length</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_linelength</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_lines</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>text_editor</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>unicode</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>tales</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_length</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_linelength</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_lines</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>text_editor</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>unicode</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>5</int> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>max_length</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_linelength</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_lines</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>text_editor</string> </key>
<value> <string>text_area</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Next Step</string> </value>
</item>
<item>
<key> <string>unicode</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>40</int> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>context/WebSite_viewNextStepRenderer</string> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python:request.get(\'form_id\') not in (\'PDFDocument_viewLoginInformation\' , \'PDFDocument_viewHistory\')</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -70,6 +70,8 @@
<string>right column (Demo)</string>
<string>right column (Toolbox)</string>
<string>footer</string>
<string>header</string>
<string>hidden</string>
</list>
</value>
</item>
......@@ -84,46 +86,59 @@
</value>
</item>
<item>
<key> <string>left column (Contents)</string> </key>
<key> <string>header</string> </key>
<value>
<list>
<string>subsection_list</string>
<string>section_content_list</string>
<string>header_section</string>
<string>status_section</string>
</list>
</value>
</item>
<item>
<key> <string>left column (Debug)</string> </key>
<key> <string>hidden</string> </key>
<value>
<list>
<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>admin_toolbox</string>
<string>form_submission_wizard</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>
<string>language_selector</string>
<string>breadcrumb</string>
</list>
<list/>
</value>
</item>
<item>
<key> <string>left column (Search)</string> </key>
<value>
<list>
<string>your_search_text</string>
<string>search_action</string>
</list>
<list/>
</value>
</item>
<item>
<key> <string>left column transparent (Logo)</string> </key>
<value>
<list>
<string>website_logo</string>
</list>
<list/>
</value>
</item>
<item>
......@@ -135,9 +150,7 @@
<item>
<key> <string>right column (Toolbox)</string> </key>
<value>
<list>
<string>admin_toolbox</string>
</list>
<list/>
</value>
</item>
</dictionary>
......
......@@ -137,7 +137,9 @@
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>description</string> </key>
......@@ -220,15 +222,7 @@
</item>
<item>
<key> <string>default</string> </key>
<value> <string encoding="cdata"><![CDATA[
<ul>\n
<li><b>Fill Form</b></li>\n
<li><a>Upload Attachments</a></li>\n
<li><a>Submit</a></li>\n
</ul>
]]></string> </value>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
......@@ -300,4 +294,20 @@
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>context/WebSite_viewSubmissionWizardRenderer</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="EditorField" module="Products.ERP5Form.EditorField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>header_section</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
<value>
<dictionary>
<item>
<key> <string>external_validator_failed</string> </key>
<value> <string>The input failed the external validator.</string> </value>
</item>
<item>
<key> <string>line_too_long</string> </key>
<value> <string>A line was too long.</string> </value>
</item>
<item>
<key> <string>required_not_found</string> </key>
<value> <string>Input is required but no input given.</string> </value>
</item>
<item>
<key> <string>too_long</string> </key>
<value> <string>You entered too many characters.</string> </value>
</item>
<item>
<key> <string>too_many_lines</string> </key>
<value> <string>You entered too many lines.</string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>overrides</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_length</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_linelength</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_lines</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>text_editor</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>unicode</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>tales</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_length</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_linelength</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_lines</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>text_editor</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>unicode</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>5</int> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>max_length</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_linelength</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_lines</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>text_editor</string> </key>
<value> <string>text_area</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Wizard</string> </value>
</item>
<item>
<key> <string>unicode</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>40</int> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>context/WebSite_viewHeaderWorkspaceRenderer</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -11,7 +11,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>subsection_list</string> </value>
<value> <string>status_section</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......@@ -100,6 +100,10 @@
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>text_editor</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
......@@ -181,6 +185,10 @@
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>text_editor</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
......@@ -226,7 +234,7 @@
</item>
<item>
<key> <string>enabled</string> </key>
<value> <int>0</int> </value>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
......@@ -266,7 +274,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Subsections</string> </value>
<value> <string>Status</string> </value>
</item>
<item>
<key> <string>unicode</string> </key>
......@@ -289,18 +297,15 @@
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.TALESField</string>
<string>TALESMethod</string>
</tuple>
<none/>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>request/current_web_section/subsection_render</string> </value>
<value> <string>context/WebSite_viewStatusBarRenderer</string> </value>
</item>
</dictionary>
</pickle>
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="Image" module="OFS.Image"/>
<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>__name__</string> </key>
<value> <string>erp5-website-logo.png</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>image/png</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="base64">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</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>60</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <long>6603</long> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>140</int> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -10,8 +10,8 @@
<pickle>
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>style_cache</string> </value>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts03946648.31</string> </value>
</item>
<item>
<key> <string>__ac_local_roles__</string> </key>
......@@ -21,7 +21,7 @@
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>erp5-website-micro-gray-shadow.png</string> </value>
<value> <string>fleche.png</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
......@@ -29,13 +29,27 @@
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="base64">iVBORw0KGgoAAAANSUhEUgAAAAIAAAAFCAAAAAE931LWAAAAB3RJTUUH1gkUByACpB2kIAAAAB10
RVh0Q29tbWVudABDcmVhdGVkIHdpdGggVGhlIEdJTVDvZCVuAAAAGklEQVQI12OYz3CWYQ/DfCZZ
JkHGVQwssgwALEMDxq9e9P0AAAAASUVORK5CYII=</string> </value>
<value> <string encoding="base64">iVBORw0KGgoAAAANSUhEUgAAADwAAAAdCAYAAAD2DA/hAAAABHNCSVQICAgIfAhkiAAAA2NJREFU
WIXtmEtoXGUYhp/vnDMzmZk0vSRoxcUkabppU3CsYhfNwmJUEBFTa12EgrWIF3BRNCKIoki1OxG6
LboMKgWRqosuquCl1hlLbhMnTUtLGm8zNulcz5xzPheTaGub2EkyZmbwhbP5/4+H7+U7//sfDvyv
2lNzJElzJPlucyTZsVyWsRINVVuKg4e915PZU+FIonc5rLowDA5IHl3zWZtnXjoejgy/HI4MyVJI
9WFYHBCX/ke2suu+Kcv1jb+j4g6G2+PNlaLqxzAOqiYDB3rY3x+AYHyPYn8dbj/dVQmqLgwrDuCS
y7n8lsqx655OXnqmg1DrmW1qZE6FOr596GZZEur8ygC2U+PmFef4/b2pDQ/0/B3U6ZkCRz8cY/ri
ba54a99A9K3cZI8uxpFQ58k7VApxlUzVm16WpMTOHQY777r9muWS4/H5l+cZGQ2ouLd8Iui+3OS9
swtiQp0nop5xObat26Z1fVPV+16O1rcEWNdy4x5HJ1J8H8+j9saEiPTlzvaO3ahOgpu+iKpcid29
Xbi1NVTVhqut1OUCPwzNUMq1zYD1ZP7sg8f+WWOV7zhlZtZDsFejzxWUwZauFpLnUmuzmTUfBTd9
egjR1/MTD3vzFVY58suGbbveDZfVtiEEkjWymdKraODOYNex/vzEo38ASHDzx1HFiQUCDqZZ00Fd
seySi1MyAP+EoH355J4hado8GAWNwaJp3gAyroC2l19pNRCs1e6oKlI8wMkgegAkXQ4tfKCNZ1il
BFKcBPoKP+07A/OhpRY00IQVQLIg2ROIPFEY3//7/J6lOAjaQBP2wEypSv49QV4sjD/tXL1bnrBo
Q5xhpYRnTecR+zmQ9wuJZ6+rscBB556alhoI/oW3JYPnuzAF7u5i4oXvFqqzEHcKM/2BZ6Zr+xJW
32NmMRq8bhlQ82fUuvgNwu7i2MHpxTBL+k3yXyuw5W3QpmmzsGPj1euKh/qSquYvR0GeL44NFP+N
VRcHV8UBda8NViniBX601Zg5KBhHiqOv3BSrLgyXvxWcv4LVM9K4gdO/YhQft0deO1kJqT4Mz/3E
U7VQ3zlcfyyOeH32yJvnK0XVh+G5CXuBmHq+xCAiT9nDh3JLIdVFaAH4uwcuAEdADtvDh1e7nerL
3z2wbiU4fwLNnVW+fE9rTQAAAABJRU5ErkJggg==</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>5</int> </value>
<value> <int>29</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
......@@ -43,7 +57,7 @@ JkHGVQwssgwALEMDxq9e9P0AAAAASUVORK5CYII=</string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>143</int> </value>
<value> <int>940</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......@@ -51,7 +65,7 @@ JkHGVQwssgwALEMDxq9e9P0AAAAASUVORK5CYII=</string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>2</int> </value>
<value> <int>60</int> </value>
</item>
</dictionary>
</pickle>
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="Image" module="OFS.Image"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts03094538.4</string> </value>
</item>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>folder.png</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>image/png</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="base64">iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAABHNCSVQICAgIfAhkiAAABHBJREFU
WIXtmE9oHFUcxz/vvdmZZE2iTUjTpFpN/BNjEUGCSkUk6cWA6MWiKHrQ1j8gWqgHT+pBrCK96CnF
iyhIRKEeTCr0kqqBiqWIggQtVG1KTBs3iZt0d3bePA8zk+zszm53U7rbg194vJnfzPu9z/zm/RfG
GKpouNrDBJ0BLtRZpqqsCvY7gDQwBLQDDiAAGeYKMGGiKJ8PAc8DP15JwAhuAOitw18H0AYsEkT/
siGTAGNwi4sXnE8//+q+qg0h1P6XnpsGuoE8UNgET9kHiYQ2uBPYBdz13geHxxZN90A9NRx8+ZHD
Sqk54B9guY6iFwna8M8EHwgkR7AVaAGss2ttA0G52rX//YnnP3z9yXGgr66C4AEnwuv1SMoKLwuA
fD6/qXTgrUOP5XI5VSegBWwDukqNSVIA2dXVOusIlMXpevaNj/bWU2bv2NDk6Mjuc8DWWgDXI9go
ffb1zK7Rkd0nSu1VI7haEsHru9t498AzFAoFtNaXzLXWic4PfjJdbpQXW4vubgF+rwYoAfKuGzNq
T6OUwvd9gJrypJmq1C+AY8VGpeuii1LAqGFLKI9gSm3Btm2EEGita849z4v5KfULYDtemS0JsKcY
sNSxNkFEUqkUUFsEozy6TvILoK3k5lAKuB24nY1IxiTY+F2biWShUNPk0g8sEE6VxYB3h3D9VBpk
jcAYgxBivW3V2yYrdZxQfcAKwVCzCBtT3Y7Q+DCwbfL4yRd6u7ckehBCJNgq1Vf7uwLBxNHvePuV
p8aBLPAT8GsEOAzcCjzouq6cODqzryaAJNiKr1b8ipi++f4UH7/z6jhwDpgs/sUWwOOvHdpX8Kr+
hiumFjtFa4sTs5WNg82CA8i5BXJuvCOVLRYusQVopP6GeAQ9wEsp5WljKs0wjZILrMEGoEvQKJee
GLv/2y+O/TDSLLJwexNtvOYjwAxgA+6jo/eePjJ9qmmAgzf1ni66XYgA5winudbWFu3YdsPBIr35
4p5jBGHMAm4E6Be/FM21zZCUEoK9TAbKh5lVAMdxaLIyBBEsA/wX0JbVrE7sl41xxSRZgi3cUrMi
+PRD9xwptRUDRl07n2pSBHfevP08QaDW+0QMMJfLSd/3VbTWa7QWFhZSnZ2dWdu2fyM459kAFELI
paWltbW1tVzXNdYfK664sdGArusK13WF53mk0+mzMUCAXC7318rKSucDQ1u/zCwt33ByXuxpFFz/
tf7x5eXlC57nzbW3t/+ZTqeBkrOZ2dnZ/kwms8MYc6fjOH3ZbDattRZaa4wxwhiDMUaENuF5njDG
iHDFHOXRWAZgpJRYluULIbAsy5dSIqU0QgijlCK67+joKOTz+TNSyl+Gh4fX96VJh0dMTU3d1tPT
0+O6roxgwn2u8DxP+L4vtNYCiG2GkhTBKqWMlNIAOI7jK6VQShmllLFt27csC8dx/MHBwRk2zhuT
AdcfBj2lUoL4Arq0V5mEa5OUTBWIqoD1SJR0+2qV1uX3KlqgJqrS8dtVo/8BL1f/AW9zSd8uLDCc
AAAAAElFTkSuQmCC</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>40</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <long>1209</long> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>40</int> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="Image" module="OFS.Image"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts02496953.19</string> </value>
</item>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>login.png</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>image/png</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="base64">iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAABHNCSVQICAgIfAhkiAAAC89JREFU
WIW9mGuMHedZx3/vZWbOfe8Xr3ezvsaxg5Pm5jYkLS1tIydtCWrSJDVCEIFEJQoECYRaEKJqkSgf
kKgUiVKSUFEgTZTQNrXa4oiGhjikMQ62E98dr+1d73p3vWfPnuucmfd9+TBz1uvYThNieKVX82Vm
zm+e//M87/85gqu88o/gC8l2ocUv+0Fwo/a8fBzHYdQKD9m23WmX+G7jcZbe6fvE1YQr/D53dnX1
fO1TN336pu1bPsHGvk30Br0sRUu8WT7BrsM/4Ht7n5mYPnv2C42f8JQ7gP3/AdwB+WF+bdum2x/9
07v/PD/eveaKt841ZvmLXV+O//WVnV+tP8mfMU/8dq9WV4Ov8DE+eu26zf/wJ/d8Je/rgEq7csUd
u5hbxrfJk62Td5zLnZ6LXmPP271bv1e43G9TsDm+9vFbPpmfD+eZD+ff0XN3v+9e9cqbu7/kf9j+
uP0CB//PAJXPfXIwt1kqxanaKSDJGyEuzh8HOJdcAayzFMf6epfWzX2+/QK/B0RXHVBtB5kRD4Q5
I87UTpPVGZRkecsVhNaBtRBbMBaMtTS9UKg+sV30uUF3nqn/FWBpx7OrcNyOENcBPeDmsPEBE9b/
03gPN2Qgf86qkKPVNxjO9eEp8BQolQAKkUTOugQsNtCOYTGs03RLZIpySA25tfG7BSw89PSo5/l/
vHm8/8E7Ng/0bBopUsxqztfaHDhVcS++fm7m9PQT39L+7/RlvRpTrUMob5gsEl+AFkkURSrrSrhW
DJPNWQINQU5mm54dJMkI91aOy7aZ0mefuX3tqp6n/uj+LaMf3tJLoOUl99RDwzOvTPNXz3+XcOtX
yJXmyAeCgq/IeEkUtboQwdhCFEMrgnrbUgstzQi8KS+e+Xr0K/FRnr4c4CURLD709A3rR/t/+Ne/
eXOpr6gpNwwCcwmgAz5+4xAjvTv44rM5vG1/SN5fJBvEZH0INOg0D20KGMYgJDiRPC8E0BR1u8DC
5eAuASzc/0+5bC7/j5/75PUlg2SuZq8Y5k5VDnTneGjbdp48eJzch/6SQuDIBpDR4OkLgFEMXpzK
nj4rY0nlrJiw80xeDu4SQKn9HZs2jF3fnfc5XzfLrUIIkXwtF1qFcw6XfvPa4QLd+z6NqH6HbOkI
hYDlKHYAwxh0O/1Yp3EOxLS2p16LfgzM/GzA6+8TuXzu4dVD3WKxZRBCJK1CCqRwCSTgcMstw1qH
sY5W5BgaHKA5eT/DG58Ab5asH5PxEpmNhWYESmiyooe2zDJVn2XqVXl46VXzPbiyeVgGLGy8e7Cr
VLgOqTjfsARaoJVYbhdSJFo7l0TPWDDGERnHUtOQywYszW9mJLORUrAZ5VdQXg2l2hijiaI8kS5Q
kS2OLx1jfrc3N/Ht2teJ2QtXNg0XIihEfyEfFH1PMFs39OUVHgKNQ0mxDIjrNFpHFDvasWO+ackE
kqg1xP6jB7h5yyhjeg1dfhFfQxhbFl2FydZJTpw5y769Mad2tb4TzbmngcqV4C4GNG2ltRDZQGKF
oGU7+SZwQqDSY8HhMEIQO2g7R8M4pBJkfInn+XTL+1k4Xmfa20exuESxoKg1IqrVAjrcyobMfby6
+pvk75l6IL/B/+bU4+3pdwRo6/NLURg2sr4sZX1J4EkCX+J7Ak9JVNoKk57miJRDyEQbh0AJy0BR
8cE1dyCEox7dTi2sEi226ZIeq7uL5L0CQkg+V3yEvxVf7aq0Fr4x/An/rpmd7StW8bLdMuWJlr/+
Iw/csHl0qJBR5DKKXKDIBZJsIMn6gsAX+F6Sm1pKhBTItAmZ2NKI99M1fJy6qRDTRCiD0iCUpU2T
WlyhGi0SuzaloJ+T7r/7hVFdtf3mhy66TLNdCehai8aN/sLIurVjHxodKpD1JdmMJJ+Ry5AZX+Jr
iVYiPWc7HdIxN1fH9T0LuSkatkzDlGnYMnWT7rhMLS5TjcssxWUEjul4WkjZ2JLN+y9VDsQn3xYQ
wMbhRLu46b4P3DhW6i0oAk+QCyS5jCKRXeHpJB+FECgBnoRW6Nh/9kcE13yfJgs0XZmmK9NwCWTD
lqmnu2bK1KIEtGnqtIKy1i1vsPaG+RfTvNRyXQxYfnOpSvdclB29+7Ytg3qwoCmkUmc9QcaTBFoQ
KEFWg6+gFjpeOrSH+eEv0PamCFmg5c5TdzNUzBkq5gxVM03DnqdpKzRMmapZoBot0LQ1mi6k4Mlx
HfkvLB6+NIpvtfwumvzp8XN2OKi4wTuvXdPNcLdPtw/dWtClIaMEngLjBNNlww9eOsah0q8ii0dB
1nGqjpM1hGyhdIxWFqkMToRE1Imo0bZ1QlsnsiEW8LNOqXqG2d3tnbylJ14yk+Qf+OdcfmDtl/oH
h0Yq50MWqhHWCTJKYIyj0rJMzBuOTDQ5eqLC4Zk2rVpMfvXLZHxL4EHGS445P42yp5ITpWNiRbqX
o6Id2dAfmn05/pYJXe2KgNlPPSaDfOnvP3DbdR/7pVuHxF1bu+jJaRYqhhMzIcdm2pw730ZEMeO9
iuuvyVEqZjg7vYF2u0xxeD8ZLzEKgZdsX4PWifVaBlzp3hxEBkq+Koi6v3vhcHR4JdNFZsErdD18
w5axz9y6sU+s6fVZCh1CSAZ7JEOkFim9Rg7aLcf6/oBtmwZ4+eAjyLH/Ijt4CF+nrlpe8IPGJiBK
goiSl3RctnUSUbSiazz4CPAcXBhFlwGLDz45MjLU8+UtG1fL8V6fSmiRQixLgrhgkzpWyzqHtTDW
6zG1eoSzh75I/8ivk/ENfsewpkkVG1AmBWbFCKAgEEVyWUW7V9wEZIHqJYCeF/zuzVvHV3XnNaF1
xBEo6ZCpi1m2W6z4+hTQWOgt+tSrd9Ce+UW61+0iSF216PhBA7ITuRQsUtDtd1MQ41hZoVmsrgaK
lwCWHnxy1ZrRvt9YNdiFpyX1tktyRiVWi/RHOhJ38ttYhzEQG4evBf0DBWZP/Bb+tc8TeI5AJ5Ka
1E13pDZaEdDHiDeGtr2EtkW5Mkn1lDsNXDRfaACt/c9s3TTS7+nk+Aot2HToUYgLVdcBdeCsw1hB
ZB2xSU6VjC/JyVsoLn2WoZEjaN1Gq0TeSHoYkcOqIsIvERtN01YpNyaYnTrn3twlDu59ovw4cNHk
r4v3/o0a6C3sGBvpRqvEHPha4nX8oBTLyS7S3EkMqyO2DhmneSWS8uzpzrN0+h42j7UJZIASYCSE
KiSkSc3UWKidY+78gpuZbIan97iTJ/699uKpVxrPOctPgNZFgDpTXLt+vP9WTyt8LQi81MFomc63
qbNOk7BTHMYIIuOIpENKl+aoxWU1k6c3mCOvvzrjZVpILTxrMFHLteuLollfsJXaXHTu/Mlw4uz+
5hvthjsMHAPmVlbvBUAv+9F1Yz3K0wI/hfPTI60TRS1BSLEigo7YOFQMKu4UkEzL25LPjor/eOz9
f3d891MvAn5aW2EanVpaBBWgAbQ7tXe5pTMZ785rhktoL5HV15LAEwQdqZdtv1i2/NamgNIhhV0u
b+sEUkhKxUBueP+9hRRwpQG4IsgVAbsKwZb+UpBUlyCRuSN1CqxTmaHTvxK7L4RLZbdp8Ug8z9Fu
awpd/ZvS6LXfLdRFgM1mq2ptTG/OxwkwQuB54uJ8VIm1Wm66ViClAyzOCZyTBMqhA0cYOaZj58Lq
vAG89wIHoGymb3ayVrhr/XhffrQvQ09GUQokOT9x0RktyMhkB0qghUCJxNH4UpDXUPISMxHGcGou
dsf2HZx8/rE/+EZzaX4vl0n8dwUYnvnp6YXJ46/vm4gGJitqwEnf78pp0ZtTdAeSghaUFJQ0FBVk
JQQygfNk8mdQuQ6n56x74+B0Zff3v/3yzkc//2hlduI5fsbE9k5W51DQwEhmYMNtPRt+/oP9a953
0+j4urHVI0Pdo8N92b6eUlDI+kJKCVLSiqytN1rtSqXaWJybXZw9fXzq2Gv/dujInh/tqS7M7AGO
AvX3CrcSsLMUkAP6QQz5+Z4hL1vo015QFAhPdOYQZ62JwnqrUSmH9cocSQ+bJYlYeDXAOut/AMav
blb2FF0NAAAAAElFTkSuQmCC</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>40</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <long>3096</long> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>40</int> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="Image" module="OFS.Image"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts04124897.28</string> </value>
</item>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>logout.png</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>image/png</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="base64">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</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>40</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <long>3337</long> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>40</int> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="Image" module="OFS.Image"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts04113849.49</string> </value>
</item>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>logout2.png</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>image/png</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="base64">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
AAAASUVORK5CYII=</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>40</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <long>1778</long> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>40</int> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="Image" module="OFS.Image"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts03094555.85</string> </value>
</item>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>my_document.png</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>image/png</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="base64">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
UwAAAABJRU5ErkJggg==</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>40</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <long>1609</long> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>40</int> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="Image" module="OFS.Image"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts03094568.63</string> </value>
</item>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>pdf_file.png</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>image/png</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="base64">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</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>40</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <long>1690</long> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>40</int> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="Image" module="OFS.Image"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts02496933.56</string> </value>
</item>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>preferences.png</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>image/png</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="base64">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</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>40</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <long>2678</long> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>40</int> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="Image" module="OFS.Image"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts04047336.62</string> </value>
</item>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>print.png</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>image/png</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="base64">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</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>40</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <long>2276</long> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>40</int> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -10,8 +10,8 @@
<pickle>
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>style_cache</string> </value>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts04104447.69</string> </value>
</item>
<item>
<key> <string>__ac_local_roles__</string> </key>
......@@ -21,7 +21,7 @@
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>erp5-website-external-link.png</string> </value>
<value> <string>save.png</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
......@@ -29,14 +29,28 @@
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="base64">iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJAgMAAAEBz2UWAAAADFBMVEXuCgi2w+Xq7vhjfcGkcHCV
AAAAAXRSTlMAQObYZgAAAAd0SU1FB9YHCQ4aOFUqqUcAAAA9SURBVAjXYzBgOMDAAMQXGAwYHBg+
MLxwYLjOwMB8gGH1AYY5DAw7GBj+MDD8Z/zA8DTHgOHpAwaGV2sYAJX1ESqPz7ipAAAAAElFTkSu
QmCC</string> </value>
<value> <string encoding="base64">iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAABHNCSVQICAgIfAhkiAAAA4pJREFU
WIXNmL1OG0sUx//n7FgGO1aMpXWJWKFQUSRU8AL0iDe4eYRbXCk1zxHd+wxU1BuJjoIeIYxQGixZ
VriywTOTwpphvnZxIkXrI632Y87O+c35mJldOjw8/JuZPxNRBgCz2az99PT0HoH0ej06OzvrbW1t
UdgGAFpre647lFLQWqMsy6fz8/PvAHSqPwBSKfWvYOYvWZYNiAhES9uLxSLWlhKDwQCDwcDq1cFd
Xl5iNBp5bQcHB9je3oZSChsbG++Y+UPYlytE9I9g5jYzR0ZTkmUZhBDJNgMGAEopXF1doSxLTyfP
c+zs7Bjj9jDvJWRDuIquFxOjgRACWZZ5Oq6HzLmqH2YGM3uA/X4fm5ub6HQ6uL29hZTSeycCrJNV
PKi1RlVEiMgO0OgURYF+v4+7uzt0u11Mp9N6wDrILMuQZZk1ZsBCQKVUJWDowclkAq018jzHw8ND
9I4IX6oTZrYedHMnBVcFGB739/cYjUa2upOAprNVPRjmYAhX58GqiKXy2gN8C87kTwgIwI7ewNX1
kTrMuysB1kGaKnSLwAVzK7huNgjbQjg3fX6pil0DJm/dnFu1jypY15OVgKsaSBWIK3meoygKT7fX
6yUBTXt4nQQ0k3EozIzJZIJWqxV1rJSyITbXp6enODk5sfdKKUgpMZ1OoZTCbDaLnJLyIB0fH/8Q
QnRTeeWOkojQ6XS8ebDKi+6mILVR0FpjPp/j+fk5anN1FovF/8kQVx0vLy/eRmKVHYxrMLwOHRIW
iBfiMC/q5ixXt2ahj0JWl28pSCKCXVhTE/ZbkL8DVwUZDtoWiXnogu3t7aEoisizqbND5O08rWGT
BokBWHgASmtcXFxgPB57eiJleH9/H0dHR0nPeINZXrye32iLngX9XV9fYzwee57lJEVDkpqDI8Bf
WQn+tBDRenkwJRFgXWX+aQlta61fAZsEC8VlYfcmteg3LQzEYOsQZjvNhIv8unnQLnUheSOS+MYW
axVexI5KAjYd5qiKwzxsSlIcySJZSw+63xUNkkX2xfL5euSgKRJvy79WVZxIMdZ6+btsd3cXrVar
8TAzMz59+ojhcPgKSEQYDocQQjTuQWD5gd9utwEAQimF+XyOsiy9XxpNiVIKZfnN3guttXS91nSI
A1kIKeVXAH8Rkf1Gvrm54W63m3Rl9B29fGjbPF2nreqZc68fHx+l8/tOSin/+wn8jhA9mNDWVAAA
AABJRU5ErkJggg==</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>9</int> </value>
<value> <int>40</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
......@@ -44,7 +58,7 @@ QmCC</string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>174</int> </value>
<value> <int>979</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......@@ -52,7 +66,7 @@ QmCC</string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>10</int> </value>
<value> <int>40</int> </value>
</item>
</dictionary>
</pickle>
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="Image" module="OFS.Image"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts02461889.73</string> </value>
</item>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>title_gradient_bar.gif</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>image/gif</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="base64">R0lGODlhFwEPAOeQANXX1NLY2tvW1NbY1dnX29zX1dTZ293Y1tvY3NXa3Nja1t7Z2NzZ3tbb3dnb
193a39fc3+Da2drc2d7b4Njd4OHb2tvd2t/c4dne4eLc29ze29rf4uPd3N3f3ODe4tvg4+Te3d7g
3eHf49/h3uLg5Nzi5OXg3uDi3+Ph5d3j5ebh3+fi4OXi5uHk4N/k5ujj4ubj6ODl6OPl4efk6eHm
6erk4+Tm4+jl6uLn6uvl5OXn5Onm6+Po6+zm5ebo5eTp7O3n5ufp5uro7OXq7e7o5+jq5+vp7enr
6Ozq7ubs7u/q6Ors6e3r7+ft7/Dr6fHs6u/s8evu6unu8PDt8urv8vPt7O3v6/Hu8+vw8/Tu7e7w
7fLv9Ozx9PXv7u/x7u3y9fbw7/Dy7/Px9e7z9vfx8PHz8PTy9vL08fXz9+/19/jz8fP18vb0+PD2
+Pn08vr18/j1+vT38/L3+fn2+/P4+/z29fb49Pr3/PT5/P339vf59vv4/fX6/f749/j69/b7/v/5
+Pn7+Pz6/v/6+fr8+f37//f9//v9+v/8+v78//j+///9+//9//n///z/+/7//P//////////////
////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////yH+EUNyZWF0ZWQgd2l0aCBH
SU1QACwAAAAAFwEPAAAI/gAfJXqU6NEjQAYfAVKk6NGhQ4AeEjJEqBAhQoUABQokaKPHQHv67OHT
x4+fO3ny+NHDkiUdPXXsyIRjJ45Nm2zcrNnJho0aNmrOCB1zZkyZo0fNjBlTJkwZMV/AhJkahguX
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
AhAAHxYQADs=</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>15</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <long>3998</long> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>279</int> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="Image" module="OFS.Image"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts02462389.82</string> </value>
</item>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>title_gradient_bar.png</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>image/png</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="base64">iVBORw0KGgoAAAANSUhEUgAAARcAAAAPCAYAAADOIYuWAAAAAXNSR0IArs4c6QAAAAlwSFlzAAAL
EwAACxMBAJqcGAAAAAd0SU1FB9gCCAkTI0GURAIAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRo
IEdJTVBXgQ4XAAAG0ElEQVR42t1b25LiOgxUbjP//7cQO855OKVU07Rshw3szFJFAcG32Fa71VKG
nPNuZjYMg0Wv2n/7vlvrte+7DcPwVBZ/j+P4Uv8/8eX39eq4vX70qeYSr3m//qnKqvGp/njtSinH
f6WU4/o4jg/tlVJsGIaHa15n2zbLOVtK6WH9sbx/juN4vPG1bZvt+37U808fs/eF9+Fv7/9+v9u6
rpZztmEY7Pv726ZpsmmabBxHm+f5+I734f2UUqyUcpThcl7Wr5VSLKVkKSVb19XM7PiNY/X2VVvR
Wqp6XF797nmd3cdefm5VjP7vARW1mXHj8ub77cByZk5eaZM3uJqrCDBqwKLGjddw4/tvv6baUobh
9bZts5TSAQ7TNB3j5s2vgMXbV/eMoILlcNz7vh/A5u9xHG1ZFpvn+aFPHBvuXwRJL8f/s0F7nZSS
5ZytlGI55+M72gTWq60TA0trXVV7kX2dsTscK67//E5gUSc4DuSKG/tJoFJbrD9lP7U5P3MCKfDB
tpm1cFlkK96mG380RgejnLNt22bbttkwDIdRMlNBRoKgMwzD0RayFT601Dh83MgcUkr/G8E82zzP
D6DmrIWBi8FVlWFD87cDi89DSulp79SYBbPTXjuK9uUVe5XnHq/N7wYWdXNq0n7jiyf1ivuJaGwv
pVVgpACFT1nlCvGpi4aNoFI7TPyE97fXZ5eG6yN4ILCp/pmZMOtytlJKOdygdV1t33f7+vo6WIu3
yYDBc4GsC+fAx6bW1MGV2Qu/HFxfZfOK8UTrX6vfcu0VS2NmPL8bWP4FZtILLH96X6qt1unT65Or
vhhQsA/8zwECmYrSU1T7CC4t8GB3KHJ3UKNrMS0EHmcMOWczM1uWxZZleXB/mLGw3oQ6iwNSbb8j
uKE7FumQCFBqLVpAoVjEK/YXsSal8UR7b/4EsEQC4m8Glkg7esc99oC1Om0iLYVZJZ6gzGpyzlIo
5j7QKLCusxV2zbgNbhtPcAQ3Bh52P/g+3R1xxuJ6zzRNtizLA1Bi28qwfa7cbVIaotJZnDE5Y6nZ
RI/GUtMyW1paSwiufbYCNDy++RPA8i+BSo9Y+m4xWAlovRtLnfQKlNwI+CRVjIVPT8VWvKxiJUzh
MRqDIKHqKaBncHNA8aiMA4sLuN4ngg3PM4Kkl2sJ4iji+hi8jZa7weAWMZYoslSLOvG8nyEEZ/TF
+SywtGjgv+T69DAXFX68Qhw7A/o9EQKlrTCjUK5SBCxRmNyBRUVsIh3FDVWFnL2MYjwtERVD3uu6
Hu0oEOHIkHLtzOwAJBWxQj0J3ShnTUpjUfMf6WvsVtaMvQYsvcxJHWStdp/ApSYWRj5bZARXahCv
RlY+6Qpd0WckDPcynIimRq5QbZOjTsBRHL5XbsdBhfUVZCwOHl5XRYcQpBjE0bA5GsPiKbpDDmKK
sbiIi8CmQMLLtNYAdZZ1XW1d1yNCFhl+tHa9USEV8TvDjmoHWOT+dYHL2fyMWl7EJxnLp4BMsbef
5u6pzRV9j0K1kRvCIeEoKsP6CrpCUXSJBWIeA/YdAQuDqDMWBxY3bAYWMzuS5pTBYVsYno5yfHg+
U0p2v9+f8oRa+1UBey+jrYWdVSRS5fHw91fzt7oF3V5a/7f0j3f1EYV2r85neQVMIxCJwCRiLGzQ
GI2JktSUQUenW5S9G80nts8iq3LrcNyYfYuZrx4VwoQ3d4eQUTnAIRMbx9G+vr6exqH2hoPsuq52
v98fomyRxBC5HJGLVMvG7YkOtXScaK/1MCf8Pp/J2mvR8k8AzTtCwD108FPA0ks7a6AU5a70RpCU
K8TAwobtAMXGh1oGh4YxQsPsyVmFSr1Xeo4DnLMFZwzOWBgccGwILCpRDsPVSpBlRufggnk9NSNX
kR/eZ7XsXyWG9wrDNXepJg7XIkkhc3llQ38CWKIbuLKvnmjQ32AsPdGfHlBRtL8W3VPPBbHOwdEq
d4MQHBQjQSNHwFKgpMYRia7+vBADC7pVCGrKVUMRGd2o6NEGFpGVzlI77VXOSMtVivZmrc2Wa9WT
Jdy7f48kuqsa+5SecHVuSYsFXK2xXKFZKaDANtjPVyHrmlCnDJpT/9k1wQ2OrIOfReKwMgMLM4wa
wPl1NGp/EJGfF2LWwhGiKAMXmUkLWFJKdrvdDmCJRNszUcGz+yQCqpZo2/vAa++hN6uHnnqV7Boi
voutRE/+votBXJkc13pAsGfxIlBRKe/MGGph5ChBribgqlA2J6NFc4pRIW8f2UQNWFgvcmC53W5P
wOLggqCGDxuyJuWujNefpqmqUeAc5ZwfgOXVQ7mle0SuUW+KSI9L3RttqrGu/wBS8tk1bCkNQwAA
AABJRU5ErkJggg==</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>15</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <long>1891</long> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>279</int> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -10,8 +10,8 @@
<pickle>
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>style_cache</string> </value>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts03094869.42</string> </value>
</item>
<item>
<key> <string>__ac_local_roles__</string> </key>
......@@ -21,7 +21,7 @@
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>erp5-website-field.png</string> </value>
<value> <string>track_request.png</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
......@@ -29,12 +29,22 @@
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="base64">iVBORw0KGgoAAAANSUhEUgAAAAEAAAAOCAIAAAEWJtGdAAAAM0lEQVR42i3FQQoAMQgEwbFN/v/X
KMIGlFy2LqVzQvd+qip1tzKT5QvfrsgAA/gzA9DMPO8wFIwWjVR6AAAAAElFTkSuQmCC</string> </value>
<value> <string encoding="base64">iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAABHNCSVQICAgIfAhkiAAAAkFJREFU
WIXtmD+o2lAUh3+5VBSJSMSoKHYvSsciOIuDoDiIf3a7irNUaBcdHTo6BIcuOoib0MmH4OhQKCqK
UikOhSCKolbTqZD3KM29iX0F8Vs953e+kGtOCHDnzv+F09FTiEajJavVamjwbrdDt9v9AOCjoaCn
EELeT6dTxSiz2UwhhLzTnHdV+3/AC9pCp9P5ORwOvz6fz9ZyuQxC9F3bfD6HJEngOLrTRS0YCAQ8
7XZb1GWlolqtYr/fg/YMawmaALwBQGRZtvZ6Pd1iDocDwWCQuU9L8FUqlXqIRCIcAIxGIz1uAIBO
p4NOp8Pcp3mLQ6EQl8/ndUmp6ff7uvpu5198PB6xWCyYwi0WC/x+P7OUGibB8XjMFG63259PkOd5
xGIxQ8P0cDtnUJZlSJLEFO7xeJDNZlmdHkEtKAgCisWioWF6uJ1bvF6v0Ww2mcJFUUQikWCWUkMt
aLPZkMvlmML1vvGooRYkhFC/gVwTasHT6YTlcskUbjab4fV6maXUUAseDgcMh0OmcEEQnk+Q53kk
k0lDw/RwO48ZWZbRaDSYwt1uNzKZDLOUGqZNUigUDA37Ta1W+2kymXC5XE5atdSC16Rer0cBTAD8
0Kpl2iStVotJRBRFxOPxP/20AvCNJoNpk6TTadpyAI83yWq1Ukql0nkwGCgAzrQZTJuE53kmQTWb
zeZrpVKJAlAAfKftoxJUFAUANL8G/K2O47gTALZVBO2vWy99Pt8nl8tl+Hk5mUy+bLfbt0Zz7ty5
84Rf6/3cJTR929QAAAAASUVORK5CYII=</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>14</int> </value>
<value> <int>40</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
......@@ -42,7 +52,7 @@ KMIGlFy2LqVzQvd+qip1tzKT5QvfrsgAA/gzA9DMPO8wFIwWjVR6AAAAAElFTkSuQmCC</string> </
</item>
<item>
<key> <string>size</string> </key>
<value> <int>108</int> </value>
<value> <int>650</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......@@ -50,7 +60,7 @@ KMIGlFy2LqVzQvd+qip1tzKT5QvfrsgAA/gzA9DMPO8wFIwWjVR6AAAAAElFTkSuQmCC</string> </
</item>
<item>
<key> <string>width</string> </key>
<value> <int>1</int> </value>
<value> <int>40</int> </value>
</item>
</dictionary>
</pickle>
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="Image" module="OFS.Image"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts04197837.08</string> </value>
</item>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>work_in_progress.png</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>image/png</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="base64">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</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>40</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <long>2780</long> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>40</int> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="DTMLDocument" module="OFS.DTMLDocument"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>tabber-cookie.js</string> </value>
</item>
<item>
<key> <string>_vars</string> </key>
<value>
<dictionary/>
</value>
</item>
<item>
<key> <string>globals</string> </key>
<value>
<dictionary/>
</value>
</item>
<item>
<key> <string>raw</string> </key>
<value> <string encoding="cdata"><![CDATA[
/* Optional: Temporarily hide the "tabber" class so it does not "flash"\n
on the page as plain HTML. After tabber runs, the class is changed\n
to "tabberlive" and it will appear. */\n
\n
document.write(\'<style type="text/css">.tabber{display:none;}<\\/style>\');\n
\n
/*==================================================\n
Set the tabber options (must do this before including tabber.js)\n
==================================================*/\n
var tabberOptions = {\n
\n
\'cookie\':"tabber", /* Name to use for the cookie */\n
\n
\'onLoad\': function(argsObj)\n
{\n
var t = argsObj.tabber;\n
var i;\n
\n
/* Optional: Add the id of the tabber to the cookie name to allow\n
for multiple tabber interfaces on the site. If you have\n
multiple tabber interfaces (even on different pages) I suggest\n
setting a unique id on each one, to avoid having the cookie set\n
the wrong tab.\n
*/\n
if (t.id) {\n
t.cookie = t.id + t.cookie;\n
}\n
\n
/* If a cookie was previously set, restore the active tab */\n
i = parseInt(getCookie(t.cookie));\n
if (isNaN(i)) { return; }\n
t.tabShow(i);\n
},\n
\n
\'onClick\':function(argsObj)\n
{\n
var c = argsObj.tabber.cookie;\n
var i = argsObj.index;\n
setCookie(c, i);\n
}\n
};\n
\n
/*==================================================\n
Cookie functions\n
==================================================*/\n
function setCookie(name, value, expires, path, domain, secure) {\n
document.cookie= name + "=" + escape(value) +\n
((expires) ? "; expires=" + expires.toGMTString() : "") +\n
((path) ? "; path=" + path : "") +\n
((domain) ? "; domain=" + domain : "") +\n
((secure) ? "; secure" : "");\n
}\n
\n
function getCookie(name) {\n
var dc = document.cookie;\n
var prefix = name + "=";\n
var begin = dc.indexOf("; " + prefix);\n
if (begin == -1) {\n
begin = dc.indexOf(prefix);\n
if (begin != 0) return null;\n
} else {\n
begin += 2;\n
}\n
var end = document.cookie.indexOf(";", begin);\n
if (end == -1) {\n
end = dc.length;\n
}\n
return unescape(dc.substring(begin + prefix.length, end));\n
}\n
function deleteCookie(name, path, domain) {\n
if (getCookie(name)) {\n
document.cookie = name + "=" +\n
((path) ? "; path=" + path : "") +\n
((domain) ? "; domain=" + domain : "") +\n
"; expires=Thu, 01-Jan-70 00:00:01 GMT";\n
}\n
}
]]></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?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>_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
.document .status{\n
width:100%;\n
}\n
\n
.document .tools{\n
position:relative;\n
}\n
\n
.content .tools .field{\n
padding-top: 50px;\n
}\n
\n
.document .tools .tabberlive,\n
.become_vip_member{\n
min-width: 400px;\n
}\n
\n
/*--------------------------------------------------\n
REQUIRED to hide the non-active tab content.\n
But do not hide them in the print stylesheet!\n
--------------------------------------------------*/\n
.tabberlive .tabbertabhide {\n
display:none;\n
}\n
\n
/*--------------------------------------------------\n
.tabber = before the tabber interface is set up\n
.tabberlive = after the tabber interface is set up\n
--------------------------------------------------*/\n
.tabber {\n
}\n
.tabberlive {\n
margin-top:1em;\n
}\n
\n
/*--------------------------------------------------\n
ul.tabbernav = the tab navigation list\n
li.tabberactive = the active tab\n
--------------------------------------------------*/\n
ul.tabbernav\n
{\n
margin:0;\n
padding: 3px 0;\n
border-bottom: 1px solid #aaa;\n
font: bold 12px Verdana, sans-serif;\n
}\n
\n
ul.tabbernav li\n
{\n
list-style: none;\n
margin: 0;\n
display: inline;\n
}\n
\n
ul.tabbernav li a\n
{\n
padding: 3px 0.5em;\n
margin-left: 3px;\n
border: 1px solid #aaa;\n
border-bottom: none;\n
background: #88B;\n
text-decoration: none;\n
}\n
\n
ul.tabbernav li a:link { color: #000; }\n
ul.tabbernav li a:visited { color: #667; }\n
\n
ul.tabbernav li a:hover\n
{\n
color: #00248F;\n
text-decoration: underline;\n
background: #AAE;\n
border-color: #227;\n
}\n
\n
ul.tabbernav li.tabberactive a\n
{\n
text-decoration:none;\n
background-color: #DDE;\n
border-bottom: 1px solid #DDE;\n
}\n
\n
ul.tabbernav li.tabberactive a:hover\n
{\n
color: #000;\n
background: #DDE;\n
border-bottom: 1px solid #DDE;\n
}\n
\n
/*--------------------------------------------------\n
.tabbertab = the tab content\n
Add style only after the tabber interface is set up (.tabberlive)\n
--------------------------------------------------*/\n
.tabberlive .tabbertab {\n
padding:15px;\n
border:1px solid #aaa;\n
border-top:0;\n
\n
/* If you don\'t want the tab size changing whenever a tab is changed\n
you can set a fixed height */\n
\n
/* height:200px; */\n
\n
/* If you set a fix height set overflow to auto and you will get a\n
scrollbar when necessary */\n
\n
/* overflow:auto; */\n
background: #fff;\n
}\n
\n
/* If desired, hide the heading since a heading is provided by the tab */\n
.tabberlive .tabbertab h2 {\n
display:none;\n
}\n
.tabberlive .tabbertab h3 {\n
display:none;\n
}\n
\n
/* Example of using an ID to set different styles for the tabs on the page */\n
.tabberlive#tab1 {\n
}\n
.tabberlive#tab2 {\n
}\n
.tabberlive#tab2 .tabbertab {\n
height:200px;\n
overflow:auto;\n
}\n
\n
\n
\n
/*-------------------------------------------------\n
The folowing, is the css style of the tab contents\n
------------------------------------------------*/\n
div#logo_track_request,\n
div.fields,\n
div.fields div{\n
float: left;\n
}\n
\n
div#logo_track_request,\n
div.fields{\n
margin-left: 10px;\n
}\n
\n
div.fields div{\n
margin-left: 20px;\n
}\n
\n
.fields input{\n
}\n
\n
\n
.tabberlive .tabbertab #track_button,\n
.tabberlive .tabbertab #new_request_button{\n
float: right;\n
margin-top: 10px;\n
}\n
\n
\n
.tabberlive .tabbertab #track_button input,\n
.tabberlive .tabbertab #new_request_button input{\n
font-size: 120%;\n
}\n
\n
\n
\n
/*-------------------------------------------------\n
VIP CSS !\n
-------------------------------------------------*/\n
\n
.become_vip_member{\n
border: 1px solid #aaa;\n
padding: 1em 2em 3.5em 2em;\n
background: #fff;\n
}\n
\n
.become_vip_member{\n
margin-bottom: 40px;\n
}\n
\n
\n
.become_vip_member .title{\n
font: bold 12px Verdana, sans-serif;\n
}\n
\n
.become_vip_member #register_button input{\n
margin-top:0.2em;\n
float: right;\n
font-weight: bold;\n
font-size: 1.3em;\n
background: #FF6633;\n
text-decoration:underline;\n
/*color: #637dc1;*/\n
color: white;\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>tabber.css</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="DTMLDocument" module="OFS.DTMLDocument"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>tabber.js</string> </value>
</item>
<item>
<key> <string>_vars</string> </key>
<value>
<dictionary/>
</value>
</item>
<item>
<key> <string>globals</string> </key>
<value>
<dictionary/>
</value>
</item>
<item>
<key> <string>raw</string> </key>
<value> <string encoding="cdata"><![CDATA[
/*==================================================\n
$Id: tabber.js,v 1.9 2006/04/27 20:51:51 pat Exp $\n
tabber.js by Patrick Fitzgerald pat@barelyfitz.com\n
\n
Documentation can be found at the following URL:\n
http://www.barelyfitz.com/projects/tabber/\n
\n
License (http://www.opensource.org/licenses/mit-license.php)\n
\n
Copyright (c) 2006 Patrick Fitzgerald\n
\n
Permission is hereby granted, free of charge, to any person\n
obtaining a copy of this software and associated documentation files\n
(the "Software"), to deal in the Software without restriction,\n
including without limitation the rights to use, copy, modify, merge,\n
publish, distribute, sublicense, and/or sell copies of the Software,\n
and to permit persons to whom the Software is furnished to do so,\n
subject to the following conditions:\n
\n
The above copyright notice and this permission notice shall be\n
included in all copies or substantial portions of the Software.\n
\n
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS\n
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n
ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n
SOFTWARE.\n
==================================================*/\n
\n
function tabberObj(argsObj)\n
{\n
var arg; /* name of an argument to override */\n
\n
/* Element for the main tabber div. If you supply this in argsObj,\n
then the init() method will be called.\n
*/\n
this.div = null;\n
\n
/* Class of the main tabber div */\n
this.classMain = "tabber";\n
\n
/* Rename classMain to classMainLive after tabifying\n
(so a different style can be applied)\n
*/\n
this.classMainLive = "tabberlive";\n
\n
/* Class of each DIV that contains a tab */\n
this.classTab = "tabbertab";\n
\n
/* Class to indicate which tab should be active on startup */\n
this.classTabDefault = "tabbertabdefault";\n
\n
/* Class for the navigation UL */\n
this.classNav = "tabbernav";\n
\n
/* When a tab is to be hidden, instead of setting display=\'none\', we\n
set the class of the div to classTabHide. In your screen\n
stylesheet you should set classTabHide to display:none. In your\n
print stylesheet you should set display:block to ensure that all\n
the information is printed.\n
*/\n
this.classTabHide = "tabbertabhide";\n
\n
/* Class to set the navigation LI when the tab is active, so you can\n
use a different style on the active tab.\n
*/\n
this.classNavActive = "tabberactive";\n
\n
/* Elements that might contain the title for the tab, only used if a\n
title is not specified in the TITLE attribute of DIV classTab.\n
*/\n
this.titleElements = [\'h2\',\'h3\',\'h4\',\'h5\',\'h6\'];\n
\n
/* Should we strip out the HTML from the innerHTML of the title elements?\n
This should usually be true.\n
*/\n
this.titleElementsStripHTML = true;\n
\n
/* If the user specified the tab names using a TITLE attribute on\n
the DIV, then the browser will display a tooltip whenever the\n
mouse is over the DIV. To prevent this tooltip, we can remove the\n
TITLE attribute after getting the tab name.\n
*/\n
this.removeTitle = true;\n
\n
/* If you want to add an id to each link set this to true */\n
this.addLinkId = false;\n
\n
/* If addIds==true, then you can set a format for the ids.\n
<tabberid> will be replaced with the id of the main tabber div.\n
<tabnumberzero> will be replaced with the tab number\n
(tab numbers starting at zero)\n
<tabnumberone> will be replaced with the tab number\n
(tab numbers starting at one)\n
<tabtitle> will be replaced by the tab title\n
(with all non-alphanumeric characters removed)\n
*/\n
this.linkIdFormat = \'<tabberid>nav<tabnumberone>\';\n
\n
/* You can override the defaults listed above by passing in an object:\n
var mytab = new tabber({property:value,property:value});\n
*/\n
for (arg in argsObj) { this[arg] = argsObj[arg]; }\n
\n
/* Create regular expressions for the class names; Note: if you\n
change the class names after a new object is created you must\n
also change these regular expressions.\n
*/\n
this.REclassMain = new RegExp(\'\\\\b\' + this.classMain + \'\\\\b\', \'gi\');\n
this.REclassMainLive = new RegExp(\'\\\\b\' + this.classMainLive + \'\\\\b\', \'gi\');\n
this.REclassTab = new RegExp(\'\\\\b\' + this.classTab + \'\\\\b\', \'gi\');\n
this.REclassTabDefault = new RegExp(\'\\\\b\' + this.classTabDefault + \'\\\\b\', \'gi\');\n
this.REclassTabHide = new RegExp(\'\\\\b\' + this.classTabHide + \'\\\\b\', \'gi\');\n
\n
/* Array of objects holding info about each tab */\n
this.tabs = new Array();\n
\n
/* If the main tabber div was specified, call init() now */\n
if (this.div) {\n
\n
this.init(this.div);\n
\n
/* We don\'t need the main div anymore, and to prevent a memory leak\n
in IE, we must remove the circular reference between the div\n
and the tabber object. */\n
this.div = null;\n
}\n
}\n
\n
\n
/*--------------------------------------------------\n
Methods for tabberObj\n
--------------------------------------------------*/\n
\n
\n
tabberObj.prototype.init = function(e)\n
{\n
/* Set up the tabber interface.\n
\n
e = element (the main containing div)\n
\n
Example:\n
init(document.getElementById(\'mytabberdiv\'))\n
*/\n
\n
var\n
childNodes, /* child nodes of the tabber div */\n
i, i2, /* loop indices */\n
t, /* object to store info about a single tab */\n
defaultTab=0, /* which tab to select by default */\n
DOM_ul, /* tabbernav list */\n
DOM_li, /* tabbernav list item */\n
DOM_a, /* tabbernav link */\n
aId, /* A unique id for DOM_a */\n
headingElement; /* searching for text to use in the tab */\n
\n
/* Verify that the browser supports DOM scripting */\n
if (!document.getElementsByTagName) { return false; }\n
\n
/* If the main DIV has an ID then save it. */\n
if (e.id) {\n
this.id = e.id;\n
}\n
\n
/* Clear the tabs array (but it should normally be empty) */\n
this.tabs.length = 0;\n
\n
/* Loop through an array of all the child nodes within our tabber element. */\n
childNodes = e.childNodes;\n
for(i=0; i < childNodes.length; i++) {\n
\n
/* Find the nodes where class="tabbertab" */\n
if(childNodes[i].className &&\n
childNodes[i].className.match(this.REclassTab)) {\n
\n
/* Create a new object to save info about this tab */\n
t = new Object();\n
\n
/* Save a pointer to the div for this tab */\n
t.div = childNodes[i];\n
\n
/* Add the new object to the array of tabs */\n
this.tabs[this.tabs.length] = t;\n
\n
/* If the class name contains classTabDefault,\n
then select this tab by default.\n
*/\n
if (childNodes[i].className.match(this.REclassTabDefault)) {\n
defaultTab = this.tabs.length-1;\n
}\n
}\n
}\n
\n
/* Create a new UL list to hold the tab headings */\n
DOM_ul = document.createElement("ul");\n
DOM_ul.className = this.classNav;\n
\n
/* Loop through each tab we found */\n
for (i=0; i < this.tabs.length; i++) {\n
\n
t = this.tabs[i];\n
\n
/* Get the label to use for this tab:\n
From the title attribute on the DIV,\n
Or from one of the this.titleElements[] elements,\n
Or use an automatically generated number.\n
*/\n
t.headingText = t.div.title;\n
\n
/* Remove the title attribute to prevent a tooltip from appearing */\n
if (this.removeTitle) { t.div.title = \'\'; }\n
\n
if (!t.headingText) {\n
\n
/* Title was not defined in the title of the DIV,\n
So try to get the title from an element within the DIV.\n
Go through the list of elements in this.titleElements\n
(typically heading elements [\'h2\',\'h3\',\'h4\'])\n
*/\n
for (i2=0; i2<this.titleElements.length; i2++) {\n
headingElement = t.div.getElementsByTagName(this.titleElements[i2])[0];\n
if (headingElement) {\n
t.headingText = headingElement.innerHTML;\n
if (this.titleElementsStripHTML) {\n
t.headingText.replace(/<br>/gi," ");\n
t.headingText = t.headingText.replace(/<[^>]+>/g,"");\n
}\n
break;\n
}\n
}\n
}\n
\n
if (!t.headingText) {\n
/* Title was not found (or is blank) so automatically generate a\n
number for the tab.\n
*/\n
t.headingText = i + 1;\n
}\n
\n
/* Create a list element for the tab */\n
DOM_li = document.createElement("li");\n
\n
/* Save a reference to this list item so we can later change it to\n
the "active" class */\n
t.li = DOM_li;\n
\n
/* Create a link to activate the tab */\n
DOM_a = document.createElement("a");\n
DOM_a.appendChild(document.createTextNode(t.headingText));\n
DOM_a.href = "javascript:void(null);";\n
DOM_a.title = t.headingText;\n
DOM_a.onclick = this.navClick;\n
\n
/* Add some properties to the link so we can identify which tab\n
was clicked. Later the navClick method will need this.\n
*/\n
DOM_a.tabber = this;\n
DOM_a.tabberIndex = i;\n
\n
/* Do we need to add an id to DOM_a? */\n
if (this.addLinkId && this.linkIdFormat) {\n
\n
/* Determine the id name */\n
aId = this.linkIdFormat;\n
aId = aId.replace(/<tabberid>/gi, this.id);\n
aId = aId.replace(/<tabnumberzero>/gi, i);\n
aId = aId.replace(/<tabnumberone>/gi, i+1);\n
aId = aId.replace(/<tabtitle>/gi, t.headingText.replace(/[^a-zA-Z0-9\\-]/gi, \'\'));\n
\n
DOM_a.id = aId;\n
}\n
\n
/* Add the link to the list element */\n
DOM_li.appendChild(DOM_a);\n
\n
/* Add the list element to the list */\n
DOM_ul.appendChild(DOM_li);\n
}\n
\n
/* Add the UL list to the beginning of the tabber div */\n
e.insertBefore(DOM_ul, e.firstChild);\n
\n
/* Make the tabber div "live" so different CSS can be applied */\n
e.className = e.className.replace(this.REclassMain, this.classMainLive);\n
\n
/* Activate the default tab, and do not call the onclick handler */\n
this.tabShow(defaultTab);\n
\n
/* If the user specified an onLoad function, call it now. */\n
if (typeof this.onLoad == \'function\') {\n
this.onLoad({tabber:this});\n
}\n
\n
return this;\n
};\n
\n
\n
tabberObj.prototype.navClick = function(event)\n
{\n
/* This method should only be called by the onClick event of an <A>\n
element, in which case we will determine which tab was clicked by\n
examining a property that we previously attached to the <A>\n
element.\n
\n
Since this was triggered from an onClick event, the variable\n
"this" refers to the <A> element that triggered the onClick\n
event (and not to the tabberObj).\n
\n
When tabberObj was initialized, we added some extra properties\n
to the <A> element, for the purpose of retrieving them now. Get\n
the tabberObj object, plus the tab number that was clicked.\n
*/\n
\n
var\n
rVal, /* Return value from the user onclick function */\n
a, /* element that triggered the onclick event */\n
self, /* the tabber object */\n
tabberIndex, /* index of the tab that triggered the event */\n
onClickArgs; /* args to send the onclick function */\n
\n
a = this;\n
if (!a.tabber) { return false; }\n
\n
self = a.tabber;\n
tabberIndex = a.tabberIndex;\n
\n
/* Remove focus from the link because it looks ugly.\n
I don\'t know if this is a good idea...\n
*/\n
a.blur();\n
\n
/* If the user specified an onClick function, call it now.\n
If the function returns false then do not continue.\n
*/\n
if (typeof self.onClick == \'function\') {\n
\n
onClickArgs = {\'tabber\':self, \'index\':tabberIndex, \'event\':event};\n
\n
/* IE uses a different way to access the event object */\n
if (!event) { onClickArgs.event = window.event; }\n
\n
rVal = self.onClick(onClickArgs);\n
if (rVal === false) { return false; }\n
}\n
\n
self.tabShow(tabberIndex);\n
\n
return false;\n
};\n
\n
\n
tabberObj.prototype.tabHideAll = function()\n
{\n
var i; /* counter */\n
\n
/* Hide all tabs and make all navigation links inactive */\n
for (i = 0; i < this.tabs.length; i++) {\n
this.tabHide(i);\n
}\n
};\n
\n
\n
tabberObj.prototype.tabHide = function(tabberIndex)\n
{\n
var div;\n
\n
if (!this.tabs[tabberIndex]) { return false; }\n
\n
/* Hide a single tab and make its navigation link inactive */\n
div = this.tabs[tabberIndex].div;\n
\n
/* Hide the tab contents by adding classTabHide to the div */\n
if (!div.className.match(this.REclassTabHide)) {\n
div.className += \' \' + this.classTabHide;\n
}\n
this.navClearActive(tabberIndex);\n
\n
return this;\n
};\n
\n
\n
tabberObj.prototype.tabShow = function(tabberIndex)\n
{\n
/* Show the tabberIndex tab and hide all the other tabs */\n
\n
var div;\n
\n
if (!this.tabs[tabberIndex]) { return false; }\n
\n
/* Hide all the tabs first */\n
this.tabHideAll();\n
\n
/* Get the div that holds this tab */\n
div = this.tabs[tabberIndex].div;\n
\n
/* Remove classTabHide from the div */\n
div.className = div.className.replace(this.REclassTabHide, \'\');\n
\n
/* Mark this tab navigation link as "active" */\n
this.navSetActive(tabberIndex);\n
\n
/* If the user specified an onTabDisplay function, call it now. */\n
if (typeof this.onTabDisplay == \'function\') {\n
this.onTabDisplay({\'tabber\':this, \'index\':tabberIndex});\n
}\n
\n
return this;\n
};\n
\n
tabberObj.prototype.navSetActive = function(tabberIndex)\n
{\n
/* Note: this method does *not* enforce the rule\n
that only one nav item can be active at a time.\n
*/\n
\n
/* Set classNavActive for the navigation list item */\n
this.tabs[tabberIndex].li.className = this.classNavActive;\n
\n
return this;\n
};\n
\n
\n
tabberObj.prototype.navClearActive = function(tabberIndex)\n
{\n
/* Note: this method does *not* enforce the rule\n
that one nav should always be active.\n
*/\n
\n
/* Remove classNavActive from the navigation list item */\n
this.tabs[tabberIndex].li.className = \'\';\n
\n
return this;\n
};\n
\n
\n
/*==================================================*/\n
\n
\n
function tabberAutomatic(tabberArgs)\n
{\n
/* This function finds all DIV elements in the document where\n
class=tabber.classMain, then converts them to use the tabber\n
interface.\n
\n
tabberArgs = an object to send to "new tabber()"\n
*/\n
var\n
tempObj, /* Temporary tabber object */\n
divs, /* Array of all divs on the page */\n
i; /* Loop index */\n
\n
if (!tabberArgs) { tabberArgs = {}; }\n
\n
/* Create a tabber object so we can get the value of classMain */\n
tempObj = new tabberObj(tabberArgs);\n
\n
/* Find all DIV elements in the document that have class=tabber */\n
\n
/* First get an array of all DIV elements and loop through them */\n
divs = document.getElementsByTagName("div");\n
for (i=0; i < divs.length; i++) {\n
/* Is this DIV the correct class? */\n
if (divs[i].className &&\n
divs[i].className.match(tempObj.REclassMain)) {\n
\n
/* Now tabify the DIV */\n
tabberArgs.div = divs[i];\n
divs[i].tabber = new tabberObj(tabberArgs);\n
}\n
}\n
\n
return this;\n
}\n
\n
\n
/*==================================================*/\n
\n
\n
function tabberAutomaticOnLoad(tabberArgs)\n
{\n
/* This function adds tabberAutomatic to the window.onload event,\n
so it will run after the document has finished loading.\n
*/\n
var oldOnLoad;\n
\n
if (!tabberArgs) { tabberArgs = {}; }\n
\n
/* Taken from: http://simon.incutio.com/archive/2004/05/26/addLoadEvent */\n
oldOnLoad = window.onload;\n
if (typeof window.onload != \'function\') {\n
window.onload = function() {\n
tabberAutomatic(tabberArgs);\n
};\n
} else {\n
window.onload = function() {\n
oldOnLoad();\n
tabberAutomatic(tabberArgs);\n
};\n
}\n
}\n
\n
\n
/*==================================================*/\n
\n
\n
/* Run tabberAutomaticOnload() unless the "manualStartup" option was specified */\n
\n
if (typeof tabberOptions == \'undefined\') {\n
\n
tabberAutomaticOnLoad();\n
\n
} else {\n
\n
if (!tabberOptions[\'manualStartup\']) {\n
tabberAutomaticOnLoad(tabberOptions);\n
}\n
\n
}\n
\n
\n
]]></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -84,7 +84,10 @@ html {\n
/*border: .1em solid #ccc;*/\n
/*margin-right: 20px;*/\n
/*margin-left: 20px;*/\n
width: <tal:block replace="python: (\'%s%s\') % (min_width+2, unit)"/>;\n
/*width: <tal:block replace="python: (\'%s%s\') % (min_width+2, unit)"/>;*/\n
/*margin-left:11.5em;*/\n
/*margin-right:11.5em;*/\n
margin-bottom: 2em;\n
}\n
\n
\n
......@@ -93,18 +96,25 @@ body {\n
}\n
\n
form#main_form .document{\n
min-width: <tal:block replace="python: (\'%s%s\') % (min_width, unit)"/>;\n
padding-left: <tal:block replace="python: (\'%s%s\') % (LC_fullwidth, unit)"/>;\n
padding-right: <tal:block replace="python: (\'%s%s\') % (RC_fullwidth + CC_padding, unit)"/>;\n
min-width: <tal:block replace="python: (\'%s%s\') % (min_width, unit)"/>;\n
}\n
\n
#wrapper_footer{\n
float:left;\n
}\n
\n
form#main_form div#wrapper_footer,\n
form#main_form div#wrapper_header /* Customisation of template_erp5_web is required to make header work */\n
{\n
width: 100%;\n
/* margin-left: <tal:block replace="python: (\'-%s%s\') % (LC_fullwidth, unit)"/>;\n
margin-right: <tal:block replace="python: (\'-%s%s\') % (RC_fullwidth + CC_padding, unit)"/>;*/\n
min-width:860px;\n
}\n
\n
\n
form#main_form div#main_content,\n
form#main_form div#wrapper_left,\n
form#main_form div#wrapper_right {\n
......@@ -112,17 +122,22 @@ form#main_form div#wrapper_right {\n
float: left;\n
}\n
\n
form#main_form div#main_content {\n
padding: 0 <tal:block replace="python: (\'%s%s\') % (CC_padding, unit)"/>;\n
width: 100%;\n
margin: 1em 0 0;\n
}\n
\n
form#main_form div#wrapper_header,\n
form#main_form div#wrapper_footer {\n
clear: both;\n
}\n
\n
form#main_form div#wrapper_header{\n
position:absolute;\n
top:0;\n
}\n
\n
form#main_form div#main_content{\n
width:100%;\n
float: left;\n
padding-top: 70px;\n
}\n
\n
/*** IE Fix ***/\n
* html form#main_form div#wrapper_left {\n
left: <tal:block replace="python: (\'%s%s\') % (RC_fullwidth, unit)"/>;\n
......@@ -133,6 +148,9 @@ form#main_form div#wrapper_footer {\n
\n
</tal:block>\n
\n
input[type="submit"]{\n
cursor:pointer;\n
}\n
\n
/*========================================================================================\n
** WIDGETS\n
......@@ -201,11 +219,9 @@ form#main_form div.wrapper div.field.logo label {\n
/* Special layout for footer group */\n
form#main_form div#wrapper_footer div.field {\n
margin: 0;\n
line-height:0.8em ;\n
padding-top: 3px;\n
/*padding-top: 3px;*/\n
padding-bottom: 0px;\n
/*background: #ccc url(erp5-website-micro-gray-shadow.png) top repeat-x;*/\n
background: #999;\n
/*background: #999;*/\n
border-color: #999;\n
border-width: 0 0 1px;\n
border-style: solid;\n
......@@ -235,6 +251,67 @@ form#main_form div#wrapper_footer ul.onleft li{\n
display: inline;\n
}\n
\n
form#main_form div#wrapper_header fieldset.widget{\n
border: 0;\n
padding: 0;\n
margin: 0;\n
margin-top: 10px;\n
width: 100%;\n
}\n
\n
form#main_form div#wrapper_header fieldset.widget div.field label{\n
display: none;\n
}\n
\n
form#main_form div#wrapper_header fieldset.widget hr{\n
visibility:hidden;\n
clear:both;\n
}\n
\n
form#main_form div#wrapper_header fieldset.widget ul.onleft {\n
list-style: none;\n
padding: 0;\n
margin: 0;\n
margin-left: 15px;\n
/*background: white;*/\n
/*background: #fff url(erp5-website-field.png) top repeat-x;*/\n
background: white url(img/title_gradient_bar.gif) right repeat-y; \n
}\n
\n
form#main_form div#wrapper_header fieldset.widget ul.onleft li{\n
margin-right: 3em;\n
display: inline;\n
}\n
\n
form#main_form div#wrapper_header fieldset.widget .onright a{\n
background-repeat:no-repeat;\n
height: 40px;\n
padding-top: 20px; \n
padding-left: 40px;\n
padding-right: 20px;\n
padding-bottom: 20px;\n
}\n
\n
.draft_state{\n
color: #AAA; \n
}\n
\n
.open_state{\n
color: green; \n
}\n
\n
.paid_state{\n
color: blue; \n
}\n
\n
.submitted_state{\n
color: #00CCCC; \n
}\n
\n
.archived_state{\n
color: #black; \n
}\n
\n
/* Special layout for search widget */\n
form#main_form div.searchButton {\n
float: left;\n
......@@ -263,34 +340,41 @@ form#main_form div.languageSelector {\n
\n
\n
\n
div#footer {\n
margin-left: 20px;\n
#logged_in_as {\n
float: right;\n
text-align: right;\n
margin-right: 20px;\n
text-align: center;\n
font-size: 110%;\n
}\n
\n
div#header hr,\n
div#footer hr{\n
visibility:hidden;\n
clear:both;\n
#logged_in_as .login,\n
#logged_in_as #fiscal_center{\n
font-weight: bold;\n
}\n
\n
.onleft,\n
.onleft{\n
float:left;\n
#logged_in_as .logged_txt{\n
color: <dtml-var link_color>;\n
/* font-size: 90%; */\n
}\n
\n
div#header ul.onleft {\n
list-style: none;\n
padding: 0;\n
margin: 0;\n
.anonymous{\n
color: red;\n
font-weight: bold;\n
}\n
\n
div#header ul.onleft li{\n
margin-right: 3em;\n
display: inline;\n
span#language{\n
float: right;\n
margin-right: 20px;\n
margin-top: 10px;\n
}\n
\n
\n
\n
.onleft{\n
float:left;\n
}\n
\n
\n
ul.onleft li span {\n
font-weight: bold;\n
}\n
......@@ -300,14 +384,6 @@ ul.onleft li span {\n
text-align:right;\n
} \n
\n
div#header .onright a{\n
background-repeat:no-repeat;\n
height: 40px;\n
padding-top: 20px; \n
padding-left: 40px;\n
padding-right: 20px;\n
padding-bottom: 20px;\n
}\n
\n
form#main_form div .onright a.home{\n
background-image: url(img/home.png); \n
......@@ -317,10 +393,227 @@ form#main_form div .onright a.help{\n
background-image: url(img/help.png); \n
} \n
\n
form#main_form div .onright a.preferences{\n
background-image: url(img/preferences.png); \n
} \n
\n
form#main_form div .onright a.logout{\n
background-image: url(img/logout.png); \n
} \n
\n
form#main_form div .onright a.login{\n
background-image: url(img/login.png); \n
} \n
\n
form#main_form div .onright a.print{\n
background-image: url(img/print.png); \n
} \n
\n
form#main_form #hidden_fieldset{\n
visibility:hidden;\n
}\n
\n
\n
/* add a border around the pdf pages */\n
.other_page {\n
/*border: 1px solid #999;*/\n
}\n
\n
.first_page {\n
/*border: 1px solid #999;*/\n
/*border-top:None;*/\n
}\n
\n
\n
/* Bottom Save buttons styling */\n
\n
div.bottom_actions{\n
position: relative;\n
width: 100%;\n
margin-left: auto;\n
margin-right: auto;\n
}\n
\n
div.bottom_actions{\n
height: 8em;\n
margin-bottom: 10px;\n
z-index: 300;\n
}\n
\n
div.bottom_actions button.saveEdit {\n
display:inline;\n
position:absolute;\n
right: 10em;\n
}\n
\n
div.bottom_actions button.saveView {\n
display:inline;\n
position:absolute;\n
right:0em;\n
}\n
\n
div.bottom_actions button.saveEdit .description {\n
position: relative;\n
top: 3px;\n
left: 2px;\n
}\n
\n
div.bottom_actions button.saveView .description{\n
position: relative;\n
top: 3px;\n
left: 3px;\n
}\n
\n
div.bottom_actions button.saveView .image,\n
div.bottom_actions button.saveEdit .image{\n
float: left;\n
display: block;\n
width: 22px;\n
height: 22px;\n
}\n
\n
div.bottom_actions button.saveEdit span.image {\n
background-image: url(\'<tal:block tal:replace="here/portal_url"/>/images/save.png\');\n
}\n
\n
div.bottom_actions button.saveView span.image {\n
background-image: url(\'<tal:block tal:replace="here/portal_url"/>/images/save-preview.png\');\n
}\n
\n
\n
.input .attachment_missing{\n
color:red;\n
font-weight: bold;\n
font-size: 1.3em;\n
}\n
\n
div.section_explanation{\n
padding-top:1em;\n
padding-bottom:2em;\n
font-size: 1.3em;\n
}\n
\n
.section_description{\n
padding-top: 0.5em;\n
font-size: 1.1em;\n
font-style: italic;\n
}\n
\n
div.section_title{\n
font-size:2em;\n
font-weight: bold;\n
}\n
\n
div.work_in_progress{\n
margin-top:1em;\n
margin-left:2em;\n
font-style: italic;\n
font-weight: bold;\n
color:orange;\n
background-repeat:no-repeat;\n
height: 40px;\n
padding-top: 10px;\n
padding-left: 60px;\n
padding-right: 20px;\n
background-image: url(img/work_in_progress.png); \n
}\n
\n
.bottom_border{\n
width:100%;\n
}\n
\n
div#main_content fieldset {\n
margin: 0;\n
border:none;\n
}\n
\n
.content #fieldset_center,\n
.content #fieldset_left,\n
.content #fieldset_bottom{\n
margin-left: 3em;\n
margin-right: 3em;\n
}\n
\n
.content #fieldset_left{\n
margin-top: 3em;\n
}\n
\n
div#main_content fieldset.bottom{\n
padding:0;\n
}\n
\n
.inline,\n
div.inline_label label,\n
div.inline .input{\n
display: inline;\n
vertical-align:middle;\n
}\n
\n
div.inline_label label{\n
display: inline !important;\n
float:none !important;\n
}\n
\n
.adminSection,\n
.document .actions{\n
margin-left: auto;\n
margin-right: auto;\n
width: 802px !important;\n
text-align: left;\n
}\n
\n
\n
\n
/* ----------------------------------------------------- \n
PDFDocument_viewLoginInformation \n
----------------------------------------------------*/\n
\n
\n
fieldset.white_background{\n
background: white !important;\n
margin-right: auto !important;\n
margin-left: auto !important;\n
padding: 2em !important;\n
border: 1px solid #999 !important;\n
width:800px !important;\n
}\n
\n
.field .input .title{\n
margin-top: 1em;\n
margin-bottom:0.5em;\n
font-size: 2em;\n
}\n
\n
.field .input .explanation{\n
font-size: 1.2em;\n
}\n
\n
.field .input .site_address{\n
font-size: 3em;\n
text-align: center;\n
font-weight: bold;\n
color:#FF6633;\n
margin:1em;\n
}\n
\n
.field .input .big_button{\n
float:left;\n
height: 2em;\n
width: 20%;\n
background:#FF6633;\n
text-decoration: underline;\n
color:white;\n
font-size:2em;\n
margin-left: 20%;\n
margin-top: 2em;\n
border: 1px solid black;\n
font-weight:bold;\n
cursor:pointer;\n
}\n
\n
.white_background .big_button .input{\n
margin:0 !important;\n
}\n
]]></string> </value>
......
......@@ -83,27 +83,31 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\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
global js_list python:[]">\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/DeclarationDeTVA_ListBox_asPendingRequests.css\' % portal_path,\n
\'%s/DeclarationDeTVA_ListBox_asAttachedFile.css\' % portal_path];\n
global js_list python:[\'%s/tabber.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">\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
<a name="top"></a>\n
\n
<div id=header>\n
<span tal:replace="structure here/WebSite_viewHeaderRenderer"/>\n
</div>\n
\n
<tal:block metal:define-slot="main"/>\n
<span tal:replace="structure here/WebSite_viewFooterRenderer"/>\n
\n
\n
</div>\n
\n
......@@ -135,16 +139,23 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\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
......
<?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@nexedi.com>\n
Christophe Dumez <christophe@nexedi.com>\n
Fabien MORIN <fabien@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>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="Folder" module="OFS.Folder"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_objects</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>erp5_egov_widget_library</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Ready to use ERP5 eGov widgets</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>Python_magic</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>Script_magic</string> </key>
<value> <int>3</int> </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_container</string> </key>
<value> <string>container</string> </value>
</item>
<item>
<key> <string>name_context</string> </key>
<value> <string>context</string> </value>
</item>
<item>
<key> <string>name_m_self</string> </key>
<value> <string>script</string> </value>
</item>
<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>_body</string> </key>
<value> <string>declaration_module = context.portal_url.getPortalObject().getDefaultModule(\'declaration_tva_module\')\n
\n
# get user name\n
user_name = context.portal_membership.getAuthenticatedMember().getUserName()\n
\n
return declaration_module.searchFolder(portal_type=\'Declaration De TVA\', owner=user_name)\n
</string> </value>
</item>
<item>
<key> <string>_code</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_filepath</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>*args, **kw</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>func_code</string> </key>
<value>
<object>
<klass>
<global name="FuncCode" module="Shared.DC.Scripts.Signature"/>
</klass>
<tuple/>
<state>
<dictionary>
<item>
<key> <string>co_argcount</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>co_varnames</string> </key>
<value>
<tuple>
<string>args</string>
<string>kw</string>
<string>_getattr_</string>
<string>context</string>
<string>declaration_module</string>
<string>user_name</string>
</tuple>
</value>
</item>
</dictionary>
</state>
</object>
</value>
</item>
<item>
<key> <string>func_defaults</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>PendingRequest_listMethod</string> </value>
</item>
<item>
<key> <string>warnings</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?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>_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
DeclarationDeTVA_ListBox_asAttachedFile CSS.\n
\n
========================================================================================*/\n
\n
\n
.attachment_list_ListContent li a,\n
.attachment_list_ListContent li .attachment_list_getSourceReference,\n
.attachment_list_ListContent li .attachment_list_content_type,\n
.attachment_list_ListContent li .attachment_list_getOwner,\n
.attachment_list_ListContent li .attachment_list_creation_date{\n
padding:2px;\n
}\n
\n
.attachment_list_ListContent li a{\n
text-decoration:underline;\n
}\n
\n
.attachment_list_ListContent li .attachment_list_content_type{\n
display:none;\n
}\n
\n
.attachment_list_ListContent li .attachment_list_getSourceReference{\n
color:#0B850B;\n
}\n
\n
/*.attachment_list_ListContent li .attachment_list_getOwner,\n
.attachment_list_ListContent li .attachment_list_creation_date{\n
position:absolute;\n
margin-top:1.2em;\n
}*/\n
\n
.attachment_list_ListContent li .attachment_list_creation_date{\n
left:80px;\n
}\n
\n
.attachment_list_ListContent li .attachment_list_getOwner{\n
left:30px;\n
}\n
\n
.attachment_list_ListContent li{\n
margin-bottom: 1em;\n
}\n
\n
.attachment_list_ListContent .attachment_list_getOwner{\n
font-weight:bold;\n
}\n
\n
.attachment_list_ListContent .added_by,\n
.attachment_list_ListContent .attachment_list_getOwner,\n
.attachment_list_ListContent .at,\n
.attachment_list_ListContent .attachment_list_creation_date{\n
font-style: italic;\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>WebSite_ListBox_asPendingRequests.css</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?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>_text</string> </key>
<value> <string encoding="cdata"><![CDATA[
<tal:block\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
tal:define="field_id here/getId;\n
form_id python: here.getForm().id;\n
selection_name here/getSelectionName;\n
requested_selection_name here/getRequestedSelectionName;\n
selection_index here/getSelectionIndex;\n
selection here/getSelection;\n
portal_url_string here/getPortalUrlString;\n
real_context here/getContext;\n
context_url real_context/absolute_url;\n
md5_string here/getMD5Checksum;\n
line_list here/query;\n
is_domain_tree_mode here/isDomainTreeMode;\n
is_report_tree_mode here/isReportTreeMode;\n
is_domain_tree_supported here/isDomainTreeSupported;\n
is_report_tree_supported here/isReportTreeSupported;\n
show_select_column here/showSelectColumn;\n
show_search_line here/showSearchLine;\n
">\n
<!-- ListBox starts here. -->\n
<tal:block tal:condition="python:len(line_list)">\n
<input type="hidden" name="list_selection_name" value="default" tal:attributes="value selection_name" />\n
<input type="hidden" name="list_selection_name" value="default"\n
tal:attributes="value selection_name;\n
name string:${field_id}_list_selection_name" />\n
<input tal:condition="md5_string" type="hidden" name="md5_object_uid_list" value="checksum" tal:attributes="value md5_string" />\n
\n
<tal:replace tal:content="nothing">\n
Because TAL cannot accept unbalanced tags, the support for a domain tree is realized by a macro.\n
The macro ListBoxContainer is a no-op, if not in domain tree mode. Otherwise, the macro constructs\n
a domain tree and extracts the body in an extra table.\n
</tal:replace>\n
\n
<tal:block tal:define="expand python: 0">\n
<tal:block metal:define-macro="ListBoxContainer">\n
<tal:block tal:condition="expand">\n
<tal:block tal:condition="not: is_domain_tree_mode">\n
<tal:block metal:define-slot="ListBoxBody" />\n
</tal:block>\n
</tal:block>\n
</tal:block>\n
</tal:block>\n
\n
<tal:block tal:define="expand python: 1">\n
<tal:block metal:use-macro="template/macros/ListBoxContainer">\n
<tal:block metal:fill-slot="ListBoxBody" tal:define="line_list python:line_list[:here.field.get_value(\'lines\')]">\n
<tal:block tal:content="python:here.field.get_value(\'lines\')" />\n
<div class="attachment_list_ListContent">\n
<ul>\n
<tal:block tal:repeat="line line_list"\n
tal:define="checked_uid_set here/getCheckedUidSet">\n
<tal:block tal:define="object python: line.getObject()">\n
<li>\n
<tal:block tal:define="value_list line/render">\n
<tal:block tal:repeat="value line/render">\n
<tal:block tal:condition="python:line.renderer.getSelectedColumnList()[repeat[\'value\'].index][0] == \'getOwner\'">\n
<a href="lien" tal:attributes="href python: value_list[0][4]" i18n:translate="" i18n:domain="ui">View</a>\n
<a href="lien" tal:attributes="href python:\'DeclarationDeTVA_deleteAttachment?id_list=%s&form_id=DeclarationTVA_viewAttachmentList&file_name=%s\' % (object.getId(), object.getSourceReference())" i18n:translate="" i18n:domain="ui">Delete</a>\n
<br/>\n
<span class="added_by" i18n:translate="" i18n:domain="ui">added by</span>\n
</tal:block>\n
<tal:block tal:condition="python:line.renderer.getSelectedColumnList()[repeat[\'value\'].index][0] == \'creation_date\'">\n
<span class="at" i18n:translate="" i18n:domain="ui">at</span>\n
</tal:block>\n
<span tal:define="html python: value[0];\n
original_value python: value[1];\n
error python: value[2]"\n
tal:attributes="class python: \'attachment_list_%s\' % line.renderer.getSelectedColumnList()[repeat[\'value\'].index][0]">\n
<input tal:condition="not: repeat/value/index"\n
type="hidden" value="1" name="listbox_uid:list"\n
tal:attributes="value python: line.getUid() or \'\';\n
name string:${field_id}_uid:list" />\n
<tal:block tal:content="original_value" />\n
</span>\n
</tal:block>\n
</tal:block>\n
</li>\n
</tal:block>\n
</tal:block>\n
</ul>\n
</div>\n
</tal:block>\n
</tal:block>\n
</tal:block>\n
<!-- ListBox ends here. -->\n
</tal:block>\n
</tal:block>\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>WebSite_ListBox_asPendingRequests</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?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 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
WebSite_viewActionSelectWidget CSS.\n
\n
========================================================================================*/\n
.header .widget .adminSection select{\n
width: 122px;\n
margin-left:680px;\n
margin-top: 10px;\n
}\n
\n
.header .widget .adminSection button{\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>WebSite_viewActionSelectRenderer.css</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?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>_text</string> </key>
<value> <string encoding="cdata"><![CDATA[
<div class="adminSection" tal:define="actions request/actions">\n
<tal:block metal:use-macro="here/context_box_render/macros/action"/>\n
</div>
]]></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>WebSite_viewActionSelectRenderer</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?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>_text</string> </key>
<value> <string encoding="cdata"><![CDATA[
<!-- ============================================================== -->\n
<!--\n
Description:\n
This macro render a invitation to becom vip member panel.\n
-->\n
\n
<tal:block metal:define-macro="main">\n
<tal:block tal:define="global web_site_url web_site_url | nothing"/>\n
<tal:block tal:condition="not:web_site_url">\n
<tal:block metal:use-macro="here/global_definitions/macros/header_definitions"/>\n
</tal:block>\n
\n
<div class="become_vip_member">\n
<div class="title" i18n:domain="ui" i18n:translate="">\n
Become a VIP Member\n
</div>\n
<div class="become_vip_explanations">\n
<tal:block i18n:domain="ui" i18n:translate="">\n
Safi is a major Internet portal for performing administrative formalities\n
online. It is a quick and easy way to make a statement, or a request for\n
jutificatif,... without having to move or to queue. For more\n
information, please click\n
</tal:block>\n
<a href="#more_information" i18n:domain="ui" i18n:translate="">here</a>.\n
</div>\n
<div id="register_button">\n
<input i18n:domain="ui" i18n:attributes="value" type="submit"\n
name="search_area/WebSite_viewQuickSearchResultList:method"\n
value="Register >>"/>\n
</div>\n
</div>\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>WebSite_viewBecomeVipRenderer</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?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>_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
WebSite_viewFooterRenderer CSS.\n
\n
========================================================================================*/\n
\n
\n
#footer .onleft,\n
#footer .onright{\n
margin-right: 15px;\n
margin-left: 15px;\n
}\n
\n
#footer .copyright{\n
position:absolute;\n
width:40%;\n
margin-left:30%;\n
text-align:center;\n
}\n
\n
#footer hr{\n
visibility:hidden;\n
clear:both;\n
}\n
\n
#main_form,\n
html,\n
body{\n
height:100%;\n
}\n
\n
#footer{\n
clear:both;\n
line-height:0.8em ;\n
margin-top:-1.6em ;\n
padding: 2px;\n
height:1em;\n
color:black;\n
background: #777;\n
border-top:1px solid #333;\n
}\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>WebSite_viewFooterRenderer.css</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -45,38 +45,28 @@
<key> <string>_text</string> </key>
<value> <string encoding="cdata"><![CDATA[
<div class="step_actions"\n
tal:define="step python:request.has_key(\'step\') and int(request.get(\'step\')) or -1">\n
<div id="step_title">Request Steps</div>\n
<div id="step_buttons">\n
<button type="submit" value="1"\n
tal:attributes="disabled python:step <= 1 and \'disable\' or None; \n
class python: step == 1 and \'current_step\' or \n
step > 1 and \'normal_step\' or\n
step == 1-1 and \'normal_step\' or\n
\'disable_step\';">\n
Valider votre demande\n
</button>\n
<button type="submit" value="2"\n
tal:attributes="disabled python:step == 2 and \'disabled\' or step < 2-1 and \'disable\' or None; \n
class python:step == 2 and \'current_step\' or \n
step > 2 and \'normal_step\' or\n
step == 2-1 and \'normal_step\' or\n
\'disable_step\';">\n
Attacher les pi\xc3\xa8ces jointes\n
</button>\n
<button type="submit" value="3"\n
tal:attributes="disabled python:step == 3 and \'disabled\' or step < 3-1 and \'disable\' or None; \n
class python:step == 3 and \'current_step\' or \n
step > 3 and \'normal_step\' or\n
step == 3-1 and \'normal_step\' or\n
\'disable_step\';">\n
Faire le paiement\n
</button>\n
</div>\n
<div id="step_explaination">The current step is displayed with a red border. Step displayed in green can be repeated by clicking on them.</div>\n
</div>\n
\n
<tal:block metal:define-macro="master">\n
<div id="footer">\n
<a name="bottom"></a>\n
<span class="onleft">\n
<a href="./credit" i18n:domain="ui" i18n:translate="">Credits and legal notices</a> -\n
<a href="./plan" i18n:domain="ui" i18n:translate="">Site Map</a> -\n
<a href="./contact" i18n:domain="ui" i18n:translate="">Contact</a>\n
</span>\n
<span class="clear">\n
</span>\n
<div class="copyright">\n
&copy; 2008 <tal:block i18n:domain="ui" i18n:translate="">All Rights Reserved to the DGID</tal:block>\n
</div>\n
<span class="clear">\n
</span>\n
<span class="onright">\n
<strong><a href="#top" i18n:domain="ui" i18n:translate="">Top</a><br/></strong>\n
</span>\n
<span class="clear">\n
</span>\n
</div>\n
</tal:block>\n
]]></string> </value>
......
<?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>_text</string> </key>
<value> <string encoding="cdata"><![CDATA[
<div>\n
<a name="top"></a>\n
<div style="background-image: url(img/erp5-website-logo.png); background-repeat:no-repeat; height: 40px;padding-top: 20px; padding-left: 130px;">\n
<ul class="onleft">\n
<li><tal:block i18n:translate="" i18n:domain="ui">Reference</tal:block> : <span class="value"><tal:block tal:replace="here/getUid"></tal:block></span></li>\n
<li><tal:block i18n:translate="" i18n:domain="ui">Status</tal:block> : <span class="value" tal:attributes="class python:\'%s_state\' % context.getValidationState()"><tal:block tal:replace="here/getTranslatedValidationStateTitle"/></span></li>\n
<li><tal:block i18n:translate="" i18n:domain="ui">Type</tal:block> : <span class="value"><tal:block tal:replace="here/getPortalType"></tal:block></span></li>\n
</ul>\n
<span class="onright">\n
<a class="home" tal:attributes="href python:context.getPortalObject().web_site_module.egov_portal.absolute_url()" href="./home" \n
i18n:translate="" i18n:domain="ui">Home</a>\n
<a class="print" href="DeclarationDeTVA_viewDeclarationDeTVAAsPdf" i18n:translate="" i18n:domain="ui">Print</a>\n
<a class="help" href="./help" i18n:translate="" i18n:domain="ui">Help</a>\n
</span>\n
<div class="clear">\n
<div> \n
</div>\n
</div>\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>WebSite_viewHeaderFormRenderer</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -46,22 +46,22 @@
<value> <string encoding="cdata"><![CDATA[
<div>\n
<a name="top"></a>\n
\n
<div style="background-image: url(img/erp5-website-logo.png); background-repeat:no-repeat; height: 40px;padding-top: 20px; padding-left: 130px;">\n
\n
<ul class="onleft">\n
<li>Document : <span class="value"><tal:block tal:replace="here/getId"></tal:block></span></li>\n
<li>Status : <span class="value"><tal:block tal:replace="here/getTranslatedValidationStateTitle"></tal:block></span></li>\n
<li>Type : <span class="value"><tal:block tal:replace="here/getPortalType"></tal:block></span></li>\n
</ul>\n
<span class="onright">\n
<a class="home" href="./home">Home</a>\n
<a class="help" href="./help">Help</a>\n
<tal:block tal:condition="here/portal_membership/isAnonymousUser">\n
<a class="login" href="" i18n:translate="" i18n:domain="ui">Login</a>\n
</tal:block>\n
<tal:block tal:condition="not:here/portal_membership/isAnonymousUser">\n
<a class="logout" href="WebSite_logout" i18n:translate="" i18n:domain="ui">Logout</a>\n
</tal:block>\n
<a class="preferences" href="./preferences" i18n:translate="" i18n:domain="ui">Preferences</a>\n
<a class="help" href="./help" i18n:translate="" i18n:domain="ui">Help</a>\n
</span>\n
<hr/>\n
\n
</div>\n
\n
</div>\n
......@@ -77,7 +77,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>WebSite_viewHeaderRenderer</string> </value>
<value> <string>WebSite_viewHeaderWorkspaceRenderer</string> </value>
</item>
<item>
<key> <string>title</string> </key>
......
<?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 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
WebSite_viewNextStepWidget.css CSS.\n
\n
========================================================================================*/\n
\n
/* Define some constant to make the css flexible without pain */\n
<tal:block\n
define="unit python: \'px\';\n
HEIGHT_button python: 40;\n
MARGIN python: 20;\n
">\n
\n
\n
div.next_step_action button.nextStep {\n
height: <tal:block replace="python: (\'%s%s\') % (HEIGHT_button, unit)"/>;\n
width: 11em;\n
background: #FF6633;\n
text-decoration: underline;\n
/*color: #637dc1;*/\n
color: white;\n
font-weight: bold;\n
font-size: 200%;\n
border: 1px solid black;\n
vertical-align: middle;\n
text-align: center;\n
}\n
\n
div.next_step_action{ \n
height: <tal:block replace="python: (\'%s%s\') % (HEIGHT_button+2*MARGIN, unit)"/>;\n
z-index:300;\n
}\n
\n
form#main_form div .next_step_action .onleft button{\n
background: #E6E6E6 url(erp5-website-background.png) no-repeat scroll left;\n
background-image: url(img/save.png);\n
background-repeat:no-repeat;\n
border:none;\n
height: <tal:block replace="python: (\'%s%s\') % (HEIGHT_button, unit)"/>;\n
padding-left: <tal:block replace="python: (\'%s%s\') % (HEIGHT_button+5, unit)"/>;\n
}\n
\n
form#main_form div .next_step_action .onright,\n
form#main_form div .next_step_action .onleft{\n
margin-left:auto;\n
margin-right:auto;\n
position:relative;\n
margin: <tal:block replace="python: (\'%s%s\') % (MARGIN, unit)"/>;\n
}\n
\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>WebSite_viewNextStepRenderer.css</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?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>_text</string> </key>
<value> <string encoding="cdata"><![CDATA[
<div class="next_step_action" tal:define="object_uid here/getUid | nothing;\n
object_path here/getPath | nothing;\n
form nocall: form | nothing;\n
form_id form/id | template/title_or_id | nothing;\n
portal here/getPortalObject;\n
form_action python: form and form.action not in (\'\', None) and portal.portal_membership.checkPermission(\'Modify portal content\', here) and form.action or nothing;\n
local_parameter_list local_parameter_list | python: {};\n
">\n
<input type="hidden" name="form_action" value=""\n
tal:attributes="value request/form_action" />\n
<input type="hidden" name="edit_document_url" value=""\n
tal:attributes="value python:\'%s/%s\' % (here.absolute_url(), form_id)" />\n
<input type="hidden" name="view_document_url" value=""\n
tal:attributes="value python:\'%s/%s\' % (here.absolute_url(), \'view\')" />\n
<input type="hidden" name="actions" value=""\n
tal:attributes="value request/actions" />\n
<input type="hidden" name="current_action" value=""\n
tal:attributes="value request/current_action" />\n
<span class="onleft">\n
<button type="submit" class="save" title="Save" name="EGov_Base_edit:method" \n
i18n:attributes="title" i18n:domain="ui">\n
<span class="image"></span>\n
<span class="description" i18n:translate="" i18n:domain="ui">Save draft and continue later</span>\n
</button>\n
\n
</span>\n
<span class="onright">\n
<button type="submit" class="nextStep" title="Next Step >>" name="EGov_Base_editAndNextStep:method" \n
i18n:attributes="title" i18n:domain="ui">\n
<span class="image"></span>\n
<span class="description"> <tal:block i18n:translate="" i18n:domain="ui">Next Step</tal:block>>></span>\n
</button>\n
</span>\n
<div class="clear">\n
</div>\n
</div>\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>WebSite_viewNextStepRenderer</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?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>_text</string> </key>
<value> <string encoding="cdata"><![CDATA[
<!-- ============================================================== -->\n
<!--\n
Description:\n
This macro render a invitation to becom vip member panel.\n
-->\n
\n
<tal:block metal:define-macro="main">\n
<tal:block tal:define="global web_site_url web_site_url | nothing"/>\n
<tal:block tal:condition="not:web_site_url">\n
<tal:block metal:use-macro="here/global_definitions/macros/header_definitions"/>\n
</tal:block>\n
\n
<div class="become_vip_member">\n
<div class="title" i18n:domain="ui" i18n:translate="">\n
Become a VIP Member\n
</div>\n
<div class="become_vip_explanations">\n
<tal:block i18n:domain="ui" i18n:translate="">\n
Safi is a major Internet portal for performing administrative formalities\n
online. It is a quick and easy way to make a statement, or a request for\n
jutificatif,... without having to move or to queue. For more\n
information, please click\n
</tal:block>\n
<a href="#more_information" i18n:domain="ui" i18n:translate="">here</a>.\n
</div>\n
<div id="register_button">\n
<input i18n:domain="ui" i18n:attributes="value" type="submit"\n
name="search_area/WebSite_viewQuickSearchResultList:method"\n
value="Register >>"/>\n
</div>\n
</div>\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>WebSite_viewPendingRequestRenderer</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?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>action</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</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>multipart/form-data</string> </value>
</item>
<item>
<key> <string>group_list</string> </key>
<value>
<list>
<string>white_background</string>
<string>right</string>
<string>bottom</string>
<string>center</string>
<string>hidden</string>
</list>
</value>
</item>
<item>
<key> <string>groups</string> </key>
<value>
<dictionary>
<item>
<key> <string>bottom</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>center</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>hidden</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>right</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>white_background</string> </key>
<value>
<list>
<string>listbox</string>
<string>my_title</string>
<string>listbox_creation_date</string>
</list>
</value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>WebSite_viewPendingRequests</string> </value>
</item>
<item>
<key> <string>method</string> </key>
<value> <string>POST</string> </value>
</item>
<item>
<key> <string>name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>pt</string> </key>
<value> <string>form_view</string> </value>
</item>
<item>
<key> <string>row_length</string> </key>
<value> <int>4</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></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>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="ListBox" module="Products.ERP5Form.ListBox"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>listbox</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
<value>
<dictionary>
<item>
<key> <string>external_validator_failed</string> </key>
<value> <string>The input failed the external validator.</string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>overrides</string> </key>
<value>
<dictionary>
<item>
<key> <string>all_columns</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>anchor</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>columns</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>count_method</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default_params</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>domain_root_list</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>domain_tree</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable_columns</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>global_attributes</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>lines</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>list_action</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>list_method</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>meta_types</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>page_template</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>portal_types</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>report_root_list</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>report_tree</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>search</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>search_columns</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>select</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>selection_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>sort</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>sort_columns</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>stat_columns</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>stat_method</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>url_columns</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>tales</string> </key>
<value>
<dictionary>
<item>
<key> <string>all_columns</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>anchor</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>columns</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>count_method</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default_params</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>domain_root_list</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>domain_tree</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable_columns</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>global_attributes</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>lines</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>list_action</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>list_method</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>meta_types</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>page_template</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>portal_types</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>report_root_list</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>report_tree</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>search</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>search_columns</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>select</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>selection_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>sort</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>sort_columns</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>stat_columns</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>stat_method</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>url_columns</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>all_columns</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>anchor</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>columns</string> </key>
<value>
<list>
<tuple>
<string>portal_type</string>
<string>Type</string>
</tuple>
<tuple>
<string>getOwner</string>
<string>Actor</string>
</tuple>
<tuple>
<string>creation_date</string>
<string>Creation Date</string>
</tuple>
</list>
</value>
</item>
<item>
<key> <string>count_method</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string>hidden_label</string> </value>
</item>
<item>
<key> <string>default_params</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>domain_root_list</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>domain_tree</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>editable_columns</string> </key>
<value>
<list>
<tuple>
<string>creation_date</string>
<string>Creation Date</string>
</tuple>
</list>
</value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>global_attributes</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>lines</string> </key>
<value> <int>20</int> </value>
</item>
<item>
<key> <string>list_action</string> </key>
<value> <string>list</string> </value>
</item>
<item>
<key> <string>list_method</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item>
<item>
<key> <string>meta_types</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>page_template</string> </key>
<value> <string>DeclarationDeTVA_ListBox_asPendingRequests</string> </value>
</item>
<item>
<key> <string>portal_types</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>report_root_list</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>report_tree</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>search</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>search_columns</string> </key>
<value>
<list>
<tuple>
<string>creation_date</string>
<string>Creation Date</string>
</tuple>
</list>
</value>
</item>
<item>
<key> <string>select</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>selection_name</string> </key>
<value> <string>pending_requests_selection</string> </value>
</item>
<item>
<key> <string>sort</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>sort_columns</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>stat_columns</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>stat_method</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Attachments</string> </value>
</item>
<item>
<key> <string>url_columns</string> </key>
<value>
<list/>
</value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: len(context.DeclarationTVA_getAttachmentListFromReportSelection())</string> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<tuple>
<global name="Method" module="Products.Formulator.MethodField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>method_name</string> </key>
<value> <string>contentValues</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="DateTimeField" module="Products.Formulator.StandardFields"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>listbox_creation_date</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
<value>
<dictionary>
<item>
<key> <string>datetime_out_of_range</string> </key>
<value> <string>The date and time you entered were out of range.</string> </value>
</item>
<item>
<key> <string>external_validator_failed</string> </key>
<value> <string>The input failed the external validator.</string> </value>
</item>
<item>
<key> <string>not_datetime</string> </key>
<value> <string>You did not enter a valid date and time.</string> </value>
</item>
<item>
<key> <string>required_not_found</string> </key>
<value> <string>Input is required but no input given.</string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>overrides</string> </key>
<value>
<dictionary>
<item>
<key> <string>allow_empty_time</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>ampm_time_style</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>date_only</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>date_separator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default_now</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>end_datetime</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden_day_is_last_day</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hide_day</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>input_order</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>input_style</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>start_datetime</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>time_separator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>timezone_style</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>sub_form</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>tales</string> </key>
<value>
<dictionary>
<item>
<key> <string>allow_empty_time</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>ampm_time_style</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>date_only</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>date_separator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default_now</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>end_datetime</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden_day_is_last_day</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hide_day</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>input_order</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item>
<item>
<key> <string>input_style</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>start_datetime</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>time_separator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>timezone_style</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>allow_empty_time</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>ampm_time_style</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>date_only</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>date_separator</string> </key>
<value> <string>/</string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>default_now</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>end_datetime</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>hidden_day_is_last_day</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>hide_day</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>input_order</string> </key>
<value> <string>ymd</string> </value>
</item>
<item>
<key> <string>input_style</string> </key>
<value> <string>text</string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>start_datetime</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>time_separator</string> </key>
<value> <string>:</string> </value>
</item>
<item>
<key> <string>timezone_style</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Creation Date</string> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="BasicForm" module="Products.Formulator.Form"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<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>fields</string> </key>
<value>
<dictionary>
<item>
<key> <string>ampm</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent>
</value>
</item>
<item>
<key> <string>day</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAU=</string> </persistent>
</value>
</item>
<item>
<key> <string>hour</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAY=</string> </persistent>
</value>
</item>
<item>
<key> <string>minute</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAc=</string> </persistent>
</value>
</item>
<item>
<key> <string>month</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAg=</string> </persistent>
</value>
</item>
<item>
<key> <string>timezone</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAk=</string> </persistent>
</value>
</item>
<item>
<key> <string>year</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAo=</string> </persistent>
</value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>group_list</string> </key>
<value>
<list>
<string>Default</string>
<string>date</string>
<string>time</string>
</list>
</value>
</item>
<item>
<key> <string>groups</string> </key>
<value>
<dictionary>
<item>
<key> <string>Default</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>date</string> </key>
<value>
<list>
<string>year</string>
<string>month</string>
<string>day</string>
</list>
</value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<list>
<string>hour</string>
<string>minute</string>
<string>ampm</string>
<string>timezone</string>
</list>
</value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>method</string> </key>
<value> <string>POST</string> </value>
</item>
<item>
<key> <string>name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>stored_encoding</string> </key>
<value> <string>ISO-8859-1</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Basic Form</string> </value>
</item>
<item>
<key> <string>unicode_mode</string> </key>
<value> <int>0</int> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>preferences/getPreferredDateOrder | string:ymd</string> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="4" aka="AAAAAAAAAAQ=">
<pickle>
<tuple>
<global name="StringField" module="Products.Formulator.StandardFields"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>ampm</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
<value>
<dictionary>
<item>
<key> <string>external_validator_failed</string> </key>
<value> <string>The input failed the external validator.</string> </value>
</item>
<item>
<key> <string>required_not_found</string> </key>
<value> <string>Input is required but no input given.</string> </value>
</item>
<item>
<key> <string>too_long</string> </key>
<value> <string>Too much input was given.</string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>overrides</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_maxwidth</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_width</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_length</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>truncate</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>unicode</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>tales</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_maxwidth</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_width</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_length</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>truncate</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>unicode</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_maxwidth</string> </key>
<value> <int>2</int> </value>
</item>
<item>
<key> <string>display_width</string> </key>
<value> <int>2</int> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>max_length</string> </key>
<value> <int>2</int> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>am/pm</string> </value>
</item>
<item>
<key> <string>truncate</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>unicode</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <int>0</int> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
<record id="5" aka="AAAAAAAAAAU=">
<pickle>
<tuple>
<global name="IntegerField" module="Products.Formulator.StandardFields"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>day</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
<value>
<dictionary>
<item>
<key> <string>external_validator_failed</string> </key>
<value> <string>The input failed the external validator.</string> </value>
</item>
<item>
<key> <string>integer_out_of_range</string> </key>
<value> <string>The integer you entered was out of range.</string> </value>
</item>
<item>
<key> <string>not_integer</string> </key>
<value> <string>You did not enter an integer.</string> </value>
</item>
<item>
<key> <string>required_not_found</string> </key>
<value> <string>Input is required but no input given.</string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>overrides</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_maxwidth</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_width</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>end</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>start</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>tales</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_maxwidth</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_width</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>end</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>start</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_maxwidth</string> </key>
<value> <int>2</int> </value>
</item>
<item>
<key> <string>display_width</string> </key>
<value> <int>2</int> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>end</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>start</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Day</string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <int>0</int> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
<record id="6" aka="AAAAAAAAAAY=">
<pickle>
<tuple>
<global name="IntegerField" module="Products.Formulator.StandardFields"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>hour</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
<value>
<dictionary>
<item>
<key> <string>external_validator_failed</string> </key>
<value> <string>The input failed the external validator.</string> </value>
</item>
<item>
<key> <string>integer_out_of_range</string> </key>
<value> <string>The integer you entered was out of range.</string> </value>
</item>
<item>
<key> <string>not_integer</string> </key>
<value> <string>You did not enter an integer.</string> </value>
</item>
<item>
<key> <string>required_not_found</string> </key>
<value> <string>Input is required but no input given.</string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>overrides</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_maxwidth</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_width</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>end</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>start</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>tales</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_maxwidth</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_width</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>end</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>start</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_maxwidth</string> </key>
<value> <int>2</int> </value>
</item>
<item>
<key> <string>display_width</string> </key>
<value> <int>2</int> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>end</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>start</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Hour</string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <int>0</int> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
<record id="7" aka="AAAAAAAAAAc=">
<pickle>
<tuple>
<global name="IntegerField" module="Products.Formulator.StandardFields"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>minute</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
<value>
<dictionary>
<item>
<key> <string>external_validator_failed</string> </key>
<value> <string>The input failed the external validator.</string> </value>
</item>
<item>
<key> <string>integer_out_of_range</string> </key>
<value> <string>The integer you entered was out of range.</string> </value>
</item>
<item>
<key> <string>not_integer</string> </key>
<value> <string>You did not enter an integer.</string> </value>
</item>
<item>
<key> <string>required_not_found</string> </key>
<value> <string>Input is required but no input given.</string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>overrides</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_maxwidth</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_width</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>end</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>start</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>tales</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_maxwidth</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_width</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>end</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>start</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_maxwidth</string> </key>
<value> <int>2</int> </value>
</item>
<item>
<key> <string>display_width</string> </key>
<value> <int>2</int> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>end</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>start</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Minute</string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <int>0</int> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
<record id="8" aka="AAAAAAAAAAg=">
<pickle>
<tuple>
<global name="IntegerField" module="Products.Formulator.StandardFields"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>month</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
<value>
<dictionary>
<item>
<key> <string>external_validator_failed</string> </key>
<value> <string>The input failed the external validator.</string> </value>
</item>
<item>
<key> <string>integer_out_of_range</string> </key>
<value> <string>The integer you entered was out of range.</string> </value>
</item>
<item>
<key> <string>not_integer</string> </key>
<value> <string>You did not enter an integer.</string> </value>
</item>
<item>
<key> <string>required_not_found</string> </key>
<value> <string>Input is required but no input given.</string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>overrides</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_maxwidth</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_width</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>end</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>start</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>tales</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_maxwidth</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_width</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>end</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>start</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_maxwidth</string> </key>
<value> <int>2</int> </value>
</item>
<item>
<key> <string>display_width</string> </key>
<value> <int>2</int> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>end</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>start</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Month</string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <int>0</int> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
<record id="9" aka="AAAAAAAAAAk=">
<pickle>
<tuple>
<global name="ListField" module="Products.Formulator.StandardFields"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>timezone</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
<value>
<dictionary>
<item>
<key> <string>external_validator_failed</string> </key>
<value> <string>The input failed the external validator.</string> </value>
</item>
<item>
<key> <string>required_not_found</string> </key>
<value> <string>Input is required but no input given.</string> </value>
</item>
<item>
<key> <string>unknown_selection</string> </key>
<value> <string>You selected an item that was not in the list.</string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>overrides</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra_item</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>first_item</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>items</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>unicode</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>tales</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra_item</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>first_item</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>items</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>unicode</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string>GMT</string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra_item</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>first_item</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>items</string> </key>
<value>
<list>
<tuple>
<string>GMT-12</string>
<string>GMT-12</string>
</tuple>
<tuple>
<string>GMT-11</string>
<string>GMT-11</string>
</tuple>
<tuple>
<string>GMT-10</string>
<string>GMT-10</string>
</tuple>
<tuple>
<string>GMT-9</string>
<string>GMT-9</string>
</tuple>
<tuple>
<string>GMT-8</string>
<string>GMT-8</string>
</tuple>
<tuple>
<string>GMT-7</string>
<string>GMT-7</string>
</tuple>
<tuple>
<string>GMT-6</string>
<string>GMT-6</string>
</tuple>
<tuple>
<string>GMT-5</string>
<string>GMT-5</string>
</tuple>
<tuple>
<string>GMT-4</string>
<string>GMT-4</string>
</tuple>
<tuple>
<string>GMT-3</string>
<string>GMT-3</string>
</tuple>
<tuple>
<string>GMT-2</string>
<string>GMT-2</string>
</tuple>
<tuple>
<string>GMT-1</string>
<string>GMT-1</string>
</tuple>
<tuple>
<string>GMT</string>
<string>GMT</string>
</tuple>
<tuple>
<string>GMT+1</string>
<string>GMT+1</string>
</tuple>
<tuple>
<string>GMT+2</string>
<string>GMT+2</string>
</tuple>
<tuple>
<string>GMT+3</string>
<string>GMT+3</string>
</tuple>
<tuple>
<string>GMT+4</string>
<string>GMT+4</string>
</tuple>
<tuple>
<string>GMT+5</string>
<string>GMT+5</string>
</tuple>
<tuple>
<string>GMT+6</string>
<string>GMT+6</string>
</tuple>
<tuple>
<string>GMT+7</string>
<string>GMT+7</string>
</tuple>
<tuple>
<string>GMT+8</string>
<string>GMT+8</string>
</tuple>
<tuple>
<string>GMT+9</string>
<string>GMT+9</string>
</tuple>
<tuple>
<string>GMT+10</string>
<string>GMT+10</string>
</tuple>
<tuple>
<string>GMT+11</string>
<string>GMT+11</string>
</tuple>
<tuple>
<string>GMT+12</string>
<string>GMT+12</string>
</tuple>
</list>
</value>
</item>
<item>
<key> <string>required</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Timezone</string> </value>
</item>
<item>
<key> <string>unicode</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <int>0</int> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
<record id="10" aka="AAAAAAAAAAo=">
<pickle>
<tuple>
<global name="IntegerField" module="Products.Formulator.StandardFields"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>year</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
<value>
<dictionary>
<item>
<key> <string>external_validator_failed</string> </key>
<value> <string>The input failed the external validator.</string> </value>
</item>
<item>
<key> <string>integer_out_of_range</string> </key>
<value> <string>The integer you entered was out of range.</string> </value>
</item>
<item>
<key> <string>not_integer</string> </key>
<value> <string>You did not enter an integer.</string> </value>
</item>
<item>
<key> <string>required_not_found</string> </key>
<value> <string>Input is required but no input given.</string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>overrides</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_maxwidth</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_width</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>end</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>start</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>tales</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_maxwidth</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_width</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>end</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>start</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_maxwidth</string> </key>
<value> <int>4</int> </value>
</item>
<item>
<key> <string>display_width</string> </key>
<value> <int>4</int> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>end</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>start</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Year</string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <int>0</int> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -11,7 +11,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>applicable_layout</string> </value>
<value> <string>my_title</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......@@ -121,9 +121,7 @@
</item>
<item>
<key> <string>default</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
......@@ -218,7 +216,7 @@
</item>
<item>
<key> <string>enabled</string> </key>
<value> <int>0</int> </value>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
......@@ -242,7 +240,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Layout</string> </value>
<value> <string>Title</string> </value>
</item>
<item>
<key> <string>truncate</string> </key>
......@@ -262,23 +260,4 @@
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.TALESField</string>
<string>TALESMethod</string>
</tuple>
<none/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>here/getApplicableLayout</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?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>_text</string> </key>
<value> <string encoding="cdata"><![CDATA[
<div id="status">\n
\n
\n
\n
<div id="logged_in_as">\n
<tal:block tal:condition="not: here/portal_membership/isAnonymousUser">\n
<span class="logged_txt"><tal:block i18n:translate=""\n
i18n:domain="ui">User</tal:block> :</span><span class="login">\n
<tal:block tal:replace="python:here.portal_membership.getAuthenticatedMember().getUserName()" />\n
</span>\n
</tal:block>\n
<tal:block tal:condition="here/portal_membership/isAnonymousUser">\n
<span class="anonymous" i18n:translate=""\n
i18n:domain="ui">Anonymous user</span>\n
</tal:block>\n
<div id="fiscal_center">\n
Centre des grandes entreprises\n
</div>\n
</div>\n
<div class="clear">\n
</div>\n
<div class="onright">\n
<span id="language">\n
<select name="select_language"\n
tal:attributes="onChange string:submitAction(this.form,\'Base_doLanguage\')">\n
<option value=""\n
i18n:translate="" i18n:domain="ui">My language</option>\n
<option tal:repeat="language python: here.Localizer.get_languages_map()"\n
tal:omit-tag="nothing"\n
tal:attributes="value language/id;\n
selected python: language[\'selected\'] and \'selected\' or nothing;"\n
tal:content="python: here.Localizer.erp5_ui.gettext(language[\'title\'], lang=language[\'id\'])" />\n
</select>\n
<!--<button type="submit" name="Base_doLanguage:method" title="Select Language"\n
i18n:attributes="title" i18n:domain="ui">\n
<span class="image"></span>\n
<span class="description"\n
i18n:translate="" i18n:domain="ui">Select Language</span>\n
</button>-->\n
</span>\n
</div>\n
<div class="clear">\n
</div>\n
</div>\n
<div class="clear">\n
</div>\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>WebSite_viewStatusBarRenderer</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?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 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
WebSite_viewWorkspaceWidget CSS.\n
\n
========================================================================================*/\n
\n
.submission_wizard{\n
background: #999;\n
padding: 3px;\n
}\n
\n
.submission_wizard .actions{\n
font-size: 1.5em;\n
height: 1.5em;\n
padding-top : 0.8em;\n
padding-bottom : 0.8em;\n
}\n
\n
.submission_wizard .actions ul{\n
margin-left: 10px;\n
}\n
\n
.submission_wizard .actions li{\n
display: inline;\n
margin-left:0;\n
}\n
\n
.submission_wizard .actions img{\n
margin:0;\n
vertical-align:middle; \n
}\n
\n
.submission_wizard .actions li .current,\n
.submission_wizard .actions li .disable,\n
.submission_wizard .actions li .enable{\n
padding: 5px;\n
border: 1px solid black;\n
}\n
\n
.submission_wizard .actions li .current{\n
font-weight: bold;\n
border: 2px solid red;\n
}\n
\n
.submission_wizard .actions li .current,\n
.submission_wizard .actions li .enable{\n
background: #00FF00;\n
}\n
\n
.submission_wizard .actions li .disable{\n
background: #DDF;\n
}\n
\n
.submission_wizard .actions li .enable{\n
text-decoration: underline;\n
}\n
\n
.submission_wizard .wizard_title{\n
padding-top: 2px;\n
margin-bottom: 0.5em;\n
color:white;\n
font-size:2em;\n
font-weight:bold;\n
}\n
\n
.submission_wizard .wizard_explanations{\n
padding-bottom: 2px;\n
color:white;\n
font-size:1.1em;\n
}\n
\n
.submission_wizard .fleche{\n
margin: 0 3px 0 3px;\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>WebSite_viewSubmissionWizardRenderer.css</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?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>_text</string> </key>
<value> <string encoding="cdata"><![CDATA[
<div class="submission_wizard">\n
<div class="clear">\n
</div>\n
<div class="wizard_title" i18n:domain="ui" i18n:translate="">\n
Request Steps\n
</div>\n
<tal:bloc tal:define="current_action request/current_action;\n
actions request/actions;\n
http_parameters request/http_parameters;\n
actions actions/object_view | python: [];\n
action_dict python: {\'View\' : \'Fill Form\',\n
\'Attachments\' : \'Attach Files\',\n
\'History\' : \'Track\',\n
\'Payment\' : \'Pay\'};\n
state_dict python: {\'View\' : (\'draft\',),\n
\'Attachments\' : (\'draft\',),\n
\'History\' : (\'submitted\', \'open\', \'archive\'),\n
\'Payment\' : (\'submitted\',) };\n
global action_not_in_dict_count python:0 \n
">\n
<div class="actions">\n
<ul>\n
<tal:block tal:repeat="action actions">\n
<tal:block tal:condition="python: action_dict.get(action[\'name\']) == None">\n
<tal:block tal:define="global action_not_in_dict_count python: action_not_in_dict_count+1" /> \n
</tal:block>\n
</tal:block>\n
<tal:block tal:repeat="action actions"\n
tal:attributes="class python: action == current_action and \'selected\' or \'not_selected\'">\n
<tal:block tal:condition="python: action_dict.get(action[\'name\'])">\n
<li>\n
<tal:block tal:condition="python: here.getValidationState() in state_dict[action[\'name\']]">\n
<tal:block tal:condition="python: current_action[\'name\'] != action[\'name\']">\n
<a tal:attributes="href python: \'%s%s%s\' % (action[\'url\'], \'?\' in action[\'url\'] and \'&amp;\' or \'?\', http_parameters)"\n
><span class="enable" i18n:translate="" i18n:domain="ui" tal:content="python:action_dict.get(action[\'name\'])">action_name</span></a>\n
</tal:block>\n
<tal:block tal:condition="python: current_action[\'name\'] == action[\'name\']">\n
<span class="current" i18n:translate="" i18n:domain="ui" tal:content="python:action_dict.get(action[\'name\'])">action_name</span>\n
</tal:block>\n
</tal:block>\n
<tal:block tal:condition="python: here.getValidationState() not in state_dict[action[\'name\']]">\n
<span class="disable" i18n:translate="" i18n:domain="ui" tal:content="python:action_dict.get(action[\'name\'])">action_name</span>\n
</tal:block>\n
<span class="fleche" tal:condition="python: actions.index(action) < len(actions)-(action_not_in_dict_count+1)">\n
<img alt="Arrow image" src="img/fleche.png"/>\n
</span>\n
</li>\n
</tal:block>\n
</tal:block>\n
</ul>\n
</div>\n
</tal:bloc>\n
<div class="wizard_explanations" i18n:domain="ui" i18n:translate="">\n
The current step is displayed with a red border. Step displayed in green can be repeated by clicking on them.\n
</div>\n
<div class="clear">\n
</div>\n
</div>\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>WebSite_viewSubmissionWizardRenderer</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?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 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
WebSite_viewToolsRenderer CSS.\n
\n
========================================================================================*/\n
\n
.tools .tabberlive,\n
.vip_space .become_vip_member{\n
margin-left:25%;\n
margin-right:25%;\n
}\n
\n
.tabberlive{\n
margin-bottom:20px;\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>WebSite_viewToolsRenderer.css</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?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>_text</string> </key>
<value> <string encoding="cdata"><![CDATA[
<!-- ============================================================== -->\n
<!--\n
Description:\n
This macro render a tabbed search panel.\n
-->\n
\n
<tal:block metal:define-macro="main">\n
<tal:block tal:define="global web_site_url web_site_url | nothing"/>\n
<tal:block tal:condition="not:web_site_url">\n
<tal:block metal:use-macro="here/global_definitions/macros/header_definitions"/>\n
</tal:block>\n
\n
<div class="tabber" id="mytabber1">\n
\n
<div class="tabbertab">\n
<h2 i18n:translate="" i18n:domain="ui">Track Request</h2>\n
<div tal:condition="here/portal_membership/isAnonymousUser">\n
<div id="track_header">\n
<div id="logo_track_request">\n
<img alt="Track Request Logo" src="img/track_request.png"/>\n
</div>\n
<div class="fields">\n
<div>\n
<p><tal:block i18n:translate="" i18n:domain="ui">Email</tal:block></p>\n
<p\n
tal:condition="here/portal_membership/isAnonymousUser"><tal:block\n
i18n:translate="" i18n:domain="ui">Password</tal:block></p>\n
</div>\n
<div>\n
<p><input type="text" size="20" id="__ac_name" name="__ac_name"\n
class="autofocus"/></p>\n
<p tal:condition="here/portal_membership/isAnonymousUser"><input\n
type="password" size="20" id="password" name="__ac_password"\n
class="autofocus"/></p>\n
</div>\n
</div>\n
</div>\n
<div class="clear"></div>\n
<div id="track_button">\n
<input i18n:domain="ui" i18n:attributes="value" type="submit"\n
name="WebSite_login:method"\n
value="Login"/>\n
</div>\n
</div>\n
<div class="fields" tal:condition="not:here/portal_membership/isAnonymousUser">\n
Here will be tracking form, work in progress...\n
</div>\n
<div class="clear"></div>\n
</div>\n
\n
<div class="tabbertab">\n
<h2 i18n:translate="" i18n:domain="ui">New Request</h2>\n
<div class="fields">\n
<div>\n
<p><tal:block i18n:translate="" i18n:domain="ui">Procedure</tal:block> : </p>\n
<p><tal:block i18n:translate="" i18n:domain="ui">Recipient</tal:block> : </p>\n
</div>\n
\n
<div>\n
<p>\n
<select size="1" class="input" name="new_request_procedure">\n
<tal:block metal:define-macro="procedure_type_option_list">\n
<option value="" selected="selected" i18n:translate="" i18n:domain="ui">VAT Request</option>\n
<option value="" i18n:translate="" i18n:domain="ui">B2345 - Quaterly Revenu Declaration</option>\n
<option value="" i18n:translate="" i18n:domain="ui">Other Request</option>\n
<tal:block tal:condition="exists:here/getProcedureList" \n
tal:repeat="ptype here/getProcedureList">\n
<option tal:attributes="value ptype" tal:content="python:ptype"\n
i18n:translate="" i18n:domain="ui">Standard Type</option>\n
</tal:block>\n
</tal:block>\n
</select>\n
</p>\n
<p>\n
<select size="1" class="input" name="new_request_recipient">\n
<tal:block metal:define-macro="recipient_type_option_list">\n
<option value="" selected="selected" i18n:translate="" i18n:domain="ui">DGID</option>\n
<option value="" i18n:translate="" i18n:domain="ui">DTAMP - Uitegem</option>\n
<option value="" i18n:translate="" i18n:domain="ui">DGID</option>\n
<tal:block tal:condition="exists:here/getRecipientList" \n
tal:repeat="ptype here/getRecipientList">\n
<option tal:attributes="value ptype" tal:content="python:ptype"\n
i18n:translate="" i18n:domain="ui">Standard Type</option>\n
</tal:block>\n
</tal:block>\n
</select>\n
</p>\n
</div>\n
</div>\n
<div class="clear"></div>\n
<div id="new_request_button">\n
<input i18n:domain="ui" i18n:attributes="value" type="submit"\n
name="DeclarationTVA_createNewDeclaration:method"\n
value="New Request"/>\n
</div>\n
<div class="clear"></div>\n
</div>\n
\n
<div class="tabbertab">\n
<h2 i18n:translate="" i18n:domain="ui">Authenticate</h2>\n
<div>\n
<tal:block i18n:translate="" i18n:domain="ui">Work in progress</tal:block>....\n
</div>\n
</div>\n
\n
</div>\n
<div class="clear">\n
</div>\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>WebSite_viewToolsRenderer</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?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 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
WebSite_viewWorkspaceWidgets CSS.\n
\n
========================================================================================*/\n
\n
\n
.widget_space{\n
min-width: 400px;\n
margin-left:25% !important;\n
margin-right:25% !important;\n
/*padding: 0px !important;*/\n
}\n
\n
\n
.widget_space div.field{\n
clear:none !important;\n
min-width:185px;\n
width:47%;\n
/*height:200px;*/\n
}\n
\n
.widget_space .pending_requests{\n
/*margin-right:6% !important;*/\n
float:left;\n
}\n
\n
.widget_space .my_documents{\n
float:right;\n
}\n
\n
.widget_space .pending_requests,\n
.widget_space .my_documents{\n
border:1px solid #AAA;\n
background:white;\n
}\n
\n
.widget_space .input{\n
margin:0 !important;\n
padding:1em;\n
}\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>WebSite_viewWorkspaceWidgets.css</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -65,20 +65,7 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string># Example code:\n
\n
# Import a standard function, and get the HTML request and response objects.\n
from Products.PythonScripts.standard import html_quote\n
request = container.REQUEST\n
RESPONSE = request.RESPONSE\n
\n
# Return a string identifying this script.\n
print "This is the", script.meta_type, \'"%s"\' % script.getId(),\n
if script.title:\n
print "(%s)" % html_quote(script.title),\n
print "in", container.absolute_url()\n
return printed\n
</string> </value>
<value> <string></string> </value>
</item>
<item>
<key> <string>_code</string> </key>
......@@ -92,6 +79,10 @@ return printed\n
<none/>
</value>
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>*args, **kw</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
<value>
......@@ -116,15 +107,8 @@ return printed\n
<key> <string>co_varnames</string> </key>
<value>
<tuple>
<string>_print_</string>
<string>_print</string>
<string>Products.PythonScripts.standard</string>
<string>html_quote</string>
<string>_getattr_</string>
<string>container</string>
<string>request</string>
<string>RESPONSE</string>
<string>script</string>
<string>args</string>
<string>kw</string>
</tuple>
</value>
</item>
......
......@@ -15,10 +15,91 @@
<none/>
</value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>archived</string> </value>
</item>
<item>
<key> <string>permission_roles</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Archived</string> </value>
</item>
<item>
<key> <string>transitions</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>type_list</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="PersistentMapping" module="Persistence.mapping"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>data</string> </key>
<value>
<dictionary>
<item>
<key> <string>Access contents information</string> </key>
<value>
<tuple>
<string>Assignee</string>
<string>Auditor</string>
</tuple>
</value>
</item>
<item>
<key> <string>Add portal content</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>Delete objects</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>Modify portal content</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>View</string> </key>
<value>
<tuple>
<string>Assignee</string>
<string>Auditor</string>
</tuple>
</value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="StateDefinition" module="Products.DCWorkflow.States"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string>If a form can\'t be processing or have no reason to exists, it could be cancelled.</string> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>cancelled</string> </value>
</item>
<item>
<key> <string>permission_roles</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Cancelled</string> </value>
</item>
<item>
<key> <string>transitions</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>type_list</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="PersistentMapping" module="Persistence.mapping"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>data</string> </key>
<value>
<dictionary>
<item>
<key> <string>Access contents information</string> </key>
<value>
<tuple>
<string>Assignee</string>
<string>Assignor</string>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>Add portal content</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>Delete objects</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>Modify portal content</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>View</string> </key>
<value>
<tuple>
<string>Assignee</string>
<string>Assignor</string>
<string>Manager</string>
</tuple>
</value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="StateDefinition" module="Products.DCWorkflow.States"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>deleted</string> </value>
</item>
<item>
<key> <string>permission_roles</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Deleted</string> </value>
</item>
<item>
<key> <string>transitions</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>type_list</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="PersistentMapping" module="Persistence.mapping"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>data</string> </key>
<value>
<dictionary>
<item>
<key> <string>Access contents information</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>Add portal content</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>Delete objects</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>Modify portal content</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>View</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -23,6 +23,12 @@
<key> <string>id</string> </key>
<value> <string>draft</string> </value>
</item>
<item>
<key> <string>permission_roles</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Draft</string> </value>
......@@ -31,6 +37,8 @@
<key> <string>transitions</string> </key>
<value>
<tuple>
<string>delete</string>
<string>delete_action</string>
<string>open</string>
<string>open_action</string>
<string>submit</string>
......@@ -47,4 +55,75 @@
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="PersistentMapping" module="Persistence.mapping"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>data</string> </key>
<value>
<dictionary>
<item>
<key> <string>Access contents information</string> </key>
<value>
<tuple>
<string>Assignee</string>
<string>Auditor</string>
<string>Manager</string>
<string>Owner</string>
</tuple>
</value>
</item>
<item>
<key> <string>Add portal content</string> </key>
<value>
<tuple>
<string>Assignee</string>
<string>Manager</string>
<string>Owner</string>
</tuple>
</value>
</item>
<item>
<key> <string>Delete objects</string> </key>
<value>
<tuple>
<string>Assignee</string>
<string>Manager</string>
<string>Owner</string>
</tuple>
</value>
</item>
<item>
<key> <string>Modify portal content</string> </key>
<value>
<tuple>
<string>Assignee</string>
<string>Manager</string>
<string>Owner</string>
</tuple>
</value>
</item>
<item>
<key> <string>View</string> </key>
<value>
<tuple>
<string>Assignee</string>
<string>Auditor</string>
<string>Manager</string>
<string>Owner</string>
</tuple>
</value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -23,6 +23,12 @@
<key> <string>id</string> </key>
<value> <string>open</string> </value>
</item>
<item>
<key> <string>permission_roles</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Open</string> </value>
......@@ -33,7 +39,10 @@
<tuple>
<string>allocate_action</string>
<string>archive</string>
<string>archive_action</string>
<string>assign_action</string>
<string>cancel</string>
<string>cancel_action</string>
<string>child_procedure_action</string>
<string>process</string>
<string>progress_action</string>
......@@ -49,4 +58,61 @@
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="PersistentMapping" module="Persistence.mapping"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>data</string> </key>
<value>
<dictionary>
<item>
<key> <string>Access contents information</string> </key>
<value>
<tuple>
<string>Assignee</string>
<string>Auditor</string>
<string>Owner</string>
</tuple>
</value>
</item>
<item>
<key> <string>Add portal content</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>Delete objects</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>Modify portal content</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>View</string> </key>
<value>
<tuple>
<string>Assignee</string>
<string>Auditor</string>
<string>Owner</string>
</tuple>
</value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -23,6 +23,12 @@
<key> <string>id</string> </key>
<value> <string>paid</string> </value>
</item>
<item>
<key> <string>permission_roles</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Paid</string> </value>
......@@ -45,4 +51,59 @@
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="PersistentMapping" module="Persistence.mapping"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>data</string> </key>
<value>
<dictionary>
<item>
<key> <string>Access contents information</string> </key>
<value>
<tuple>
<string>Assignee</string>
<string>Owner</string>
</tuple>
</value>
</item>
<item>
<key> <string>Add portal content</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>Delete objects</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>Modify portal content</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>View</string> </key>
<value>
<tuple>
<string>Assignee</string>
<string>Owner</string>
</tuple>
</value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -23,6 +23,12 @@
<key> <string>id</string> </key>
<value> <string>submitted</string> </value>
</item>
<item>
<key> <string>permission_roles</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Submitted</string> </value>
......@@ -31,6 +37,8 @@
<key> <string>transitions</string> </key>
<value>
<tuple>
<string>cancel</string>
<string>cancel_action</string>
<string>open</string>
<string>open_action</string>
<string>pay</string>
......@@ -47,4 +55,65 @@
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="PersistentMapping" module="Persistence.mapping"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>data</string> </key>
<value>
<dictionary>
<item>
<key> <string>Access contents information</string> </key>
<value>
<tuple>
<string>Assignee</string>
<string>Auditor</string>
<string>Owner</string>
</tuple>
</value>
</item>
<item>
<key> <string>Add portal content</string> </key>
<value>
<tuple>
<string>Assignee</string>
</tuple>
</value>
</item>
<item>
<key> <string>Delete objects</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>Modify portal content</string> </key>
<value>
<tuple>
<string>Assignee</string>
</tuple>
</value>
</item>
<item>
<key> <string>View</string> </key>
<value>
<tuple>
<string>Assignee</string>
<string>Auditor</string>
<string>Owner</string>
</tuple>
</value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -38,7 +38,7 @@
<item>
<key> <string>guard</string> </key>
<value>
<none/>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
......@@ -64,4 +64,24 @@
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="Guard" module="Products.DCWorkflow.Guard"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>roles</string> </key>
<value>
<tuple>
<string>Assignor</string>
</tuple>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="TransitionDefinition" module="Products.DCWorkflow.Transitions"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>actbox_category</string> </key>
<value> <string>workflow</string> </value>
</item>
<item>
<key> <string>actbox_name</string> </key>
<value> <string>Archive</string> </value>
</item>
<item>
<key> <string>actbox_url</string> </key>
<value> <string>%(content_url)s/Base_viewWorkflowActionDialog?workflow_action=archive_action</string> </value>
</item>
<item>
<key> <string>after_script_name</string> </key>
<value> <string>archive</string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>guard</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>archive_action</string> </value>
</item>
<item>
<key> <string>new_state_id</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>script_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>trigger_type</string> </key>
<value> <int>1</int> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="Guard" module="Products.DCWorkflow.Guard"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>roles</string> </key>
<value>
<tuple>
<string>Assignee</string>
<string>Assignor</string>
</tuple>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -38,7 +38,7 @@
<item>
<key> <string>guard</string> </key>
<value>
<none/>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
......@@ -64,4 +64,24 @@
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="Guard" module="Products.DCWorkflow.Guard"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>roles</string> </key>
<value>
<tuple>
<string>Assignor</string>
</tuple>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="TransitionDefinition" module="Products.DCWorkflow.Transitions"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>actbox_category</string> </key>
<value> <string>workflow</string> </value>
</item>
<item>
<key> <string>actbox_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>actbox_url</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>after_script_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>guard</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>cancel</string> </value>
</item>
<item>
<key> <string>new_state_id</string> </key>
<value> <string>cancelled</string> </value>
</item>
<item>
<key> <string>script_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>trigger_type</string> </key>
<value> <int>2</int> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="TransitionDefinition" module="Products.DCWorkflow.Transitions"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>actbox_category</string> </key>
<value> <string>workflow</string> </value>
</item>
<item>
<key> <string>actbox_name</string> </key>
<value> <string>Cancel</string> </value>
</item>
<item>
<key> <string>actbox_url</string> </key>
<value> <string>%(content_url)s/Base_viewWorkflowActionDialog?workflow_action=cancel_action</string> </value>
</item>
<item>
<key> <string>after_script_name</string> </key>
<value> <string>cancel</string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string>If a form can\'t be processing or have no reason to exists, it could be cancelled.</string> </value>
</item>
<item>
<key> <string>guard</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>cancel_action</string> </value>
</item>
<item>
<key> <string>new_state_id</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>script_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Cancel</string> </value>
</item>
<item>
<key> <string>trigger_type</string> </key>
<value> <int>1</int> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="Guard" module="Products.DCWorkflow.Guard"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>roles</string> </key>
<value>
<tuple>
<string>Assignee</string>
<string>Assignor</string>
</tuple>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -3,16 +3,12 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="Image" module="OFS.Image"/>
<global name="TransitionDefinition" module="Products.DCWorkflow.Transitions"/>
<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>
......@@ -20,39 +16,50 @@
</value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>erp5-website-button.png</string> </value>
<key> <string>actbox_category</string> </key>
<value> <string>workflow</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>image/png</string> </value>
<key> <string>actbox_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="base64">iVBORw0KGgoAAAANSUhEUgAAAAEAAAAPCAIAAACqfTKuAAAALHRFWHRDcmVhdGlvbiBUaW1lAFNh
dCAyMiBGZWIgMjAwMyAxMDo1MToxNyAtMDAwMK1O4EsAAAAHdElNRQfTAhYKMySSM5s1AAAACXBI
WXMAAAsSAAALEgHS3X78AAAABGdBTUEAALGPC/xhBQAAABtJREFUeNpj+P//PxMI//v3DwVjE0PG
ly5dAgA/8SxICIX8cwAAAABJRU5ErkJggg==</string> </value>
<key> <string>actbox_url</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>15</int> </value>
<key> <string>after_script_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>196</int> </value>
<key> <string>guard</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>delete</string> </value>
</item>
<item>
<key> <string>new_state_id</string> </key>
<value> <string>deleted</string> </value>
</item>
<item>
<key> <string>script_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>1</int> </value>
<key> <string>trigger_type</string> </key>
<value> <int>2</int> </value>
</item>
</dictionary>
</pickle>
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="TransitionDefinition" module="Products.DCWorkflow.Transitions"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>actbox_category</string> </key>
<value> <string>workflow</string> </value>
</item>
<item>
<key> <string>actbox_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>actbox_url</string> </key>
<value> <string>%(content_url)s/Base_viewWorkflowActionDialog?workflow_action=delete_action</string> </value>
</item>
<item>
<key> <string>after_script_name</string> </key>
<value> <string>delete</string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string>The Delete action is invoked whenever the use uses the trash icon to delete a document.</string> </value>
</item>
<item>
<key> <string>guard</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>delete_action</string> </value>
</item>
<item>
<key> <string>new_state_id</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>script_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Delete</string> </value>
</item>
<item>
<key> <string>trigger_type</string> </key>
<value> <int>1</int> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="Guard" module="Products.DCWorkflow.Guard"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>roles</string> </key>
<value>
<tuple>
<string>Assignee</string>
<string>Assignor</string>
</tuple>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -21,15 +21,15 @@
</item>
<item>
<key> <string>actbox_name</string> </key>
<value> <string></string> </value>
<value> <string>Open</string> </value>
</item>
<item>
<key> <string>actbox_url</string> </key>
<value> <string></string> </value>
<value> <string>%(content_url)s/Base_viewWorkflowActionDialog?workflow_action=open_action</string> </value>
</item>
<item>
<key> <string>after_script_name</string> </key>
<value> <string></string> </value>
<value> <string>open</string> </value>
</item>
<item>
<key> <string>description</string> </key>
......@@ -55,7 +55,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
<value> <string>Open</string> </value>
</item>
<item>
<key> <string>trigger_type</string> </key>
......
......@@ -21,11 +21,11 @@
</item>
<item>
<key> <string>actbox_name</string> </key>
<value> <string></string> </value>
<value> <string>Pay</string> </value>
</item>
<item>
<key> <string>actbox_url</string> </key>
<value> <string></string> </value>
<value> <string>%(content_url)s/Base_viewWorkflowActionDialog?workflow_action=pay_action</string> </value>
</item>
<item>
<key> <string>after_script_name</string> </key>
......@@ -38,7 +38,7 @@
<item>
<key> <string>guard</string> </key>
<value>
<none/>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
......@@ -64,4 +64,25 @@
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="Guard" module="Products.DCWorkflow.Guard"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>roles</string> </key>
<value>
<tuple>
<string>Assignee</string>
<string>Assignor</string>
</tuple>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -25,7 +25,7 @@
</item>
<item>
<key> <string>actbox_url</string> </key>
<value> <string>%(content_url)s/BaseWorkflow_viewWorkflowActionDialog?workflow_action=submit_action</string> </value>
<value> <string>%(content_url)s/Base_viewWorkflowActionDialog?workflow_action=submit_action</string> </value>
</item>
<item>
<key> <string>after_script_name</string> </key>
......@@ -38,7 +38,7 @@
<item>
<key> <string>guard</string> </key>
<value>
<none/>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
......@@ -64,4 +64,26 @@
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="Guard" module="Products.DCWorkflow.Guard"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>roles</string> </key>
<value>
<tuple>
<string>Owner</string>
<string>Assignor</string>
<string>Assignee</string>
</tuple>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
2007-12-27 - Initial prototype
\ No newline at end of file
2008-03-07 fabien
* set up security and bring lot of change on all the bt
2007-12-27 fabien
* Initial prototype
\ No newline at end of file
erp5_web
erp5_base
erp5_web
erp5_xhtml_style
erp5_pdf_editor
\ No newline at end of file
8
\ No newline at end of file
22
\ No newline at end of file
erp5_egov
\ No newline at end of file
erp5_egov
erp5_egov_widget_library
\ No newline at end of file
0.1
\ No newline at end of file
0.2
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment