[Erp5-report] r22055 - in /experimental/bt5/erp5_documentation: SkinTemplateItem/portal_ski...
nobody at svn.erp5.org
nobody at svn.erp5.org
Sun Jun 29 13:21:36 CEST 2008
Author: mayoro
Date: Sun Jun 29 13:21:35 2008
New Revision: 22055
URL: http://svn.erp5.org?rev=22055&view=rev
Log:
2008-06-21: mayoro
- make documentation helper accessible in developper mode
- replacing inspection button with contextual documentation of current object
Added:
experimental/bt5/erp5_documentation/SkinTemplateItem/portal_skins/erp5_documentation/DocumentationHelper_getDocumentedObjectUrl.xml
experimental/bt5/erp5_documentation/SkinTemplateItem/portal_skins/erp5_documentation_xhtml_style/context_box_render.xml
Modified:
experimental/bt5/erp5_documentation/bt/change_log
experimental/bt5/erp5_documentation/bt/revision
Added: experimental/bt5/erp5_documentation/SkinTemplateItem/portal_skins/erp5_documentation/DocumentationHelper_getDocumentedObjectUrl.xml
URL: http://svn.erp5.org/experimental/bt5/erp5_documentation/SkinTemplateItem/portal_skins/erp5_documentation/DocumentationHelper_getDocumentedObjectUrl.xml?rev=22055&view=auto
==============================================================================
--- experimental/bt5/erp5_documentation/SkinTemplateItem/portal_skins/erp5_documentation/DocumentationHelper_getDocumentedObjectUrl.xml (added)
+++ experimental/bt5/erp5_documentation/SkinTemplateItem/portal_skins/erp5_documentation/DocumentationHelper_getDocumentedObjectUrl.xml Sun Jun 29 13:21:35 2008
@@ -1,0 +1,168 @@
+<?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 encoding="cdata"><![CDATA[
+
+documented_object = params[\'here\']\n
+url = documented_object.getUrl()\n
+\n
+if url == context.getPortalObject().getUrl():\n
+ class_name = \'ERP5SiteDocumentationHelper\'\n
+elif hasattr(documented_object, \'getPortalTypeName\'):\n
+ if documented_object.getPortalTypeName() in context.getPortalObject().portal_types.objectIds():\n
+ class_name = \'PortalTypeInstanceDocumentationHelper\' \n
+ elif \'portal_skins\' in url.split(\'/\'):\n
+ class_name = \'SkinFolderItemDocumentationHelper\' \n
+ elif \'portal_types\' in url.split(\'/\'):\n
+ class_name = \'PortalTypeDocumentationHelper\'\n
+else:\n
+ # XXX to be complete, jump to ERP5SiteDocumentationHelper instaed of raising error\n
+ class_name = \'ERP5SiteDocumentationHelper\' \n
+portal_url = context.getPortalObject().portal_classes.absolute_url()\n
+return "%s/getDocumentationHelper?uri=%s&class_name=%s" % \\\n
+ (portal_url, url, class_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>params</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>params</string>
+ <string>_getitem_</string>
+ <string>documented_object</string>
+ <string>_getattr_</string>
+ <string>url</string>
+ <string>context</string>
+ <string>class_name</string>
+ <string>hasattr</string>
+ <string>portal_url</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>DocumentationHelper_getDocumentedObjectUrl</string> </value>
+ </item>
+ <item>
+ <key> <string>warnings</string> </key>
+ <value>
+ <tuple/>
+ </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
+</ZopeData>
Added: experimental/bt5/erp5_documentation/SkinTemplateItem/portal_skins/erp5_documentation_xhtml_style/context_box_render.xml
URL: http://svn.erp5.org/experimental/bt5/erp5_documentation/SkinTemplateItem/portal_skins/erp5_documentation_xhtml_style/context_box_render.xml?rev=22055&view=auto
==============================================================================
--- experimental/bt5/erp5_documentation/SkinTemplateItem/portal_skins/erp5_documentation_xhtml_style/context_box_render.xml (added)
+++ experimental/bt5/erp5_documentation/SkinTemplateItem/portal_skins/erp5_documentation_xhtml_style/context_box_render.xml Sun Jun 29 13:21:35 2008
@@ -1,0 +1,357 @@
+<?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 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:block metal:define-macro="master">\n
+ <span id="jump" metal:define-macro="jump">\n
+ <select name="select_jump"\n
+ tal:attributes="onChange string:submitAction(this.form,\'Base_doJump\')">\n
+ <option selected="selected" value=""\n
+ i18n:translate="" i18n:domain="ui">Jump...</option>\n
+ <tal:block tal:repeat="jump actions/object_jump | nothing">\n
+ <option tal:attributes="value jump/url"\n
+ tal:content="jump/name" i18n:translate="" i18n:domain="ui" />\n
+ </tal:block>\n
+ </select>\n
+ <button type="submit" name="Base_doJump:method" title="Jump"\n
+ i18n:attributes="title" i18n:domain="ui">\n
+ <span class="image"></span>\n
+ <span class="description"\n
+ i18n:translate="" i18n:domain="ui">Jump</span>\n
+ </button>\n
+ </span>\n
+\n
+ <span class="separator"><!--separator--></span>\n
+\n
+ <span id="action" metal:define-macro="action">\n
+ <select name="select_action"\n
+ onChange="submitAction(this.form,\'Base_doAction\')">\n
+ <option selected="selected" value=""\n
+ i18n:translate="" i18n:domain="ui">Action...</option>\n
+ <tal:block tal:define="allowed_content_type_list here/getVisibleAllowedContentTypeList | python:[]">\n
+ <tal:block tal:repeat="content_id allowed_content_type_list">\n
+ <option tal:attributes="value python: \'add %s\' % (content_id, )"\n
+ i18n:translate="" i18n:domain="ui">\n
+ Add <tal:block tal:content="content_id"\n
+ i18n:name="portal_type" i18n:translate="" i18n:domain="ui" />\n
+ </option>\n
+ </tal:block>\n
+ </tal:block>\n
+ <tal:block tal:repeat="action actions/object_add | nothing">\n
+ <option tal:attributes="value string:object ${action/url}"\n
+ i18n:translate="" i18n:domain="ui">\n
+ Add <tal:block tal:content="action/name" i18n:name="portal_type" i18n:translate="" />\n
+ </option>\n
+ </tal:block>\n
+ <tal:block tal:define="document_template_list here/getDocumentTemplateList | nothing"\n
+ tal:condition="document_template_list">\n
+ <option disabled="disabled">-- <tal:block i18n:translate="" i18n:domain="ui">Templates</tal:block> --</option>\n
+ <tal:block tal:repeat="document_template document_template_list">\n
+ <option tal:attributes="value python:\'template %s\' % (document_template.getRelativeUrl(), )"\n
+ i18n:translate="" i18n:domain="ui">\n
+ Add <tal:block tal:content="document_template/getTitle"\n
+ i18n:name="document_template" />\n
+ </option>\n
+ </tal:block>\n
+ </tal:block>\n
+ <option disabled="disabled">-- <tal:block i18n:translate="" i18n:domain="ui">Workflows</tal:block> --</option>\n
+ <tal:block tal:repeat="action actions/workflow">\n
+ <option tal:content="action/name"\n
+ tal:attributes="value python: \'workflow %s\' % (action[\'url\'], )"\n
+ i18n:translate="" i18n:domain="ui" />\n
+ </tal:block>\n
+ <option disabled="disabled">-- <tal:block i18n:translate="" i18n:domain="ui">Object</tal:block> --</option>\n
+ <tal:block tal:repeat="action actions/object_action | nothing">\n
+ <option tal:content="action/name"\n
+ tal:attributes="value python: \'object %s\' % (action[\'url\'], )"\n
+ i18n:translate="" i18n:domain="ui" />\n
+ </tal:block>\n
+ <tal:block tal:define="object_view_list actions/object_view|nothing;\n
+ module_view_list python:[i for i in object_view_list if i[\'id\']==\'module_view\']"\n
+ tal:condition="module_view_list">\n
+ <tal:block tal:repeat="action module_view_list">\n
+ <option tal:content="action/name"\n
+ tal:attributes="value python: \'object %s\' % (action[\'url\'],)"\n
+ i18n:translate="" i18n:domain="ui" />\n
+ </tal:block>\n
+ </tal:block>\n
+ <tal:block tal:replace=\'nothing\'>\n
+ <!-- XXX folder actions is inherited from CMF, but not used in ERP5 (for now) -->\n
+ <option disabled="disabled">-- <tal:block i18n:translate="" i18n:domain="ui">folder</tal:block> --</option>\n
+ <tal:block tal:repeat="action actions/folder">\n
+ <option tal:content="action/name"\n
+ tal:attributes="value python: \'folder %s\' % (action[\'url\'], )"\n
+ i18n:translate="" i18n:domain="ui" />\n
+ </tal:block>\n
+ </tal:block>\n
+ </select>\n
+ <button type="submit" name="Base_doAction:method" title="Action"\n
+ i18n:attributes="title" i18n:domain="ui">\n
+ <span class="image"></span>\n
+ <span class="description">Action</span>\n
+ </button>\n
+ </span>\n
+\n
+\n
+ <span class="tool_buttons" metal:define-macro="tool_buttons">\n
+\n
+ <!-- XXX: exchange_actions seems to be bad condition -->\n
+ <span class="first"\n
+ tal:define="search_actions actions/object_search | nothing;\n
+ exchange_actions actions/object_exchange | nothing;\n
+ report_actions actions/object_report | nothing;\n
+ button_actions actions/object_button | nothing;\n
+ fast_input_actions actions/object_fast_input | nothing;\n
+ sort_actions actions/object_sort | nothing;\n
+ ui_actions actions/object_ui | nothing;\n
+ print_actions actions/object_print | nothing;\n
+ list_mode list_mode | nothing">\n
+ <span class="separator"><!--separator--></span>\n
+ <tal:block tal:condition="list_mode | nothing">\n
+ <button class="cut" type="submit" name="Folder_cut:method" title="Cut"\n
+ i18n:attributes="title" i18n:domain="ui">\n
+ <span class="image"></span>\n
+ <span class="description" i18n:translate="" i18n:domain="ui">Cut</span>\n
+ </button>\n
+ <button class="copy" type="submit" name="Folder_copy:method" title="Copy"\n
+ i18n:attributes="title" i18n:domain="ui">\n
+ <span class="image"></span>\n
+ <span class="description" i18n:translate="" i18n:domain="ui">Copy</span>\n
+ </button>\n
+ <button class="paste" type="submit" name="Folder_paste:method" title="Paste"\n
+ i18n:attributes="title" i18n:domain="ui">\n
+ <span class="image"></span>\n
+ <span class="description" i18n:translate="" i18n:domain="ui">Paste</span>\n
+ </button>\n
+ <span class="separator"><!--separator--></span>\n
+ </tal:block>\n
+ <button tal:condition="print_actions" class="print" type="submit" name="Folder_print:method" title="Print"\n
+ i18n:attributes="title" i18n:domain="ui">\n
+ <span class="image"></span>\n
+ <span class="description" i18n:translate="" i18n:domain="ui">Print</span>\n
+ </button>\n
+ <button class="new" type="submit" title="New"\n
+ tal:attributes="name python: list_mode and \'Folder_create:method\' or \'Base_createNewDocument:method\'"\n
+ i18n:attributes="title" i18n:domain="ui">\n
+ <span class="image"></span>\n
+ <span class="description" i18n:translate="" i18n:domain="ui">New</span>\n
+ </button>\n
+ <button class="clone" type="submit" title="Clone"\n
+ tal:condition="python: not list_mode"\n
+ tal:attributes="name python: \'Base_createCloneDocument:method\'"\n
+ i18n:attributes="title" i18n:domain="ui">\n
+ <span class="image"></span>\n
+ <span class="description" i18n:translate="" i18n:domain="ui">Clone</span>\n
+ </button>\n
+ <button tal:condition="list_mode" class="delete" type="submit" name="Folder_deleteObjectList:method" title="Delete"\n
+ i18n:attributes="title" i18n:domain="ui">\n
+ <span class="image"></span>\n
+ <span class="description" i18n:translate="" i18n:domain="ui">Delete</span>\n
+ </button>\n
+ <tal:block tal:condition="not: list_mode">\n
+ <tal:block tal:condition="request/selection_index | nothing">\n
+ <span class="separator"><!--separator--></span>\n
+ <a class="jump_first" title="First"\n
+ tal:attributes="href python: \'portal_selections/viewFirst?%s\' % (http_parameters, )"\n
+ i18n:attributes="title" i18n:domain="ui">\n
+ <span class="image"></span>\n
+ <span class="description" i18n:translate="" i18n:domain="ui">First</span>\n
+ </a>\n
+ <a class="jump_previous" title="Previous"\n
+ tal:attributes="href python: \'portal_selections/viewPrevious?%s\' % (http_parameters, )"\n
+ i18n:attributes="title" i18n:domain="ui">\n
+ <span class="image"></span>\n
+ <span class="description" i18n:translate="" i18n:domain="ui">Previous</span>\n
+ </a>\n
+ <a class="list_mode" title="List Mode" tal:attributes="href python: here.portal_selections.getSelectionListUrlFor(request[\'selection_name\'])"\n
+ i18n:attributes="title" i18n:domain="ui">\n
+ <span class="image"></span>\n
+ <span class="description" i18n:translate="" i18n:domain="ui">List Mode</span>\n
+ </a>\n
+ <a class="jump_next" title="Next"\n
+ tal:attributes="href python: \'portal_selections/viewNext?%s\' % (http_parameters, )"\n
+ i18n:attributes="title" i18n:domain="ui">\n
+ <span class="image"></span>\n
+ <span class="description" i18n:translate="" i18n:domain="ui">Next</span>\n
+ </a>\n
+ <a class="jump_last" title="Last"\n
+ tal:attributes="href python: \'portal_selections/viewLast?%s\' % (http_parameters, )"\n
+ i18n:attributes="title" i18n:domain="ui">\n
+ <span class="image"></span>\n
+ <span class="description" i18n:translate="" i18n:domain="ui">Last</span>\n
+ </a>\n
+ </tal:block>\n
+ </tal:block>\n
+ <tal:block tal:condition="list_mode">\n
+ <span class="separator"><!--separator--></span>\n
+ <a tal:condition="search_actions" class="find" title="Find"\n
+ tal:attributes="href python: portal.ERP5Site_renderCustomLink(search_actions[0][\'url\'], http_parameter_list, dialog_category=\'object_search\')"\n
+ i18n:attributes="title" i18n:domain="ui">\n
+ <span class="image"></span>\n
+ <span class="description" i18n:translate="" i18n:domain="ui">Find</span>\n
+ </a>\n
+ <button class="show_all" type="submit" name="Folder_show:method" title="Show All"\n
+ i18n:attributes="title" i18n:domain="ui">\n
+ <span class="image"></span>\n
+ <span class="description" i18n:translate="" i18n:domain="ui">Show All</span>\n
+ </button>\n
+ <button type="submit" name="Folder_filter:method" title="Filter"\n
+ tal:attributes="class python: here.portal_selections.getSelectionInvertModeFor(request[\'selection_name\']) and \'filter_on\' or \'filter\';"\n
+ i18n:attributes="title" i18n:domain="ui">\n
+ <span class="image"></span>\n
+ <span class="description" i18n:translate="" i18n:domain="ui">Filter</span>\n
+ </button>\n
+ <a tal:condition="sort_actions" class="sort" title="Sort"\n
+ tal:attributes="href python: portal.ERP5Site_renderCustomLink(sort_actions[0][\'url\'], http_parameter_list, dialog_category=\'object_sort\')"\n
+ i18n:attributes="title" i18n:domain="ui">\n
+ <span class="image"></span>\n
+ <span class="description" i18n:translate="" i18n:domain="ui">Sort</span>\n
+ </a>\n
+ </tal:block>\n
+ <span tal:condition="exchange_actions | report_actions"\n
+ class="separator"><!--separator--></span>\n
+ <a tal:condition="exchange_actions" class="import_export" title="Import / Export"\n
+ tal:attributes="href python: portal.ERP5Site_renderCustomLink(exchange_actions[0][\'url\'], http_parameter_list, dialog_category=\'object_exchange\')"\n
+ i18n:attributes="title" i18n:domain="ui">\n
+ <span class="image"></span>\n
+ <span class="description" i18n:translate="" i18n:domain="ui">Import / Export</span>\n
+ </a>\n
+ <a tal:condition="report_actions" class="report" title="Report"\n
+ tal:attributes="href python: portal.ERP5Site_renderCustomLink(report_actions[0][\'url\'], http_parameter_list, dialog_category=\'object_report\')"\n
+ i18n:attributes="title" i18n:domain="ui">\n
+ <span class="image"></span>\n
+ <span class="description" i18n:translate="" i18n:domain="ui">Report</span>\n
+ </a>\n
+ <a tal:condition="fast_input_actions" class="fast_input" title="Fast Input"\n
+ tal:attributes="href python: portal.ERP5Site_renderCustomLink(fast_input_actions[0][\'url\'], http_parameter_list, dialog_category=\'object_fast_input\')"\n
+ i18n:attributes="title" i18n:domain="ui">\n
+ <span class="image"></span>\n
+ <span class="description" i18n:translate="" i18n:domain="ui">Fast Input</span>\n
+ </a>\n
+ <tal:block tal:condition="button_actions">\n
+ <span class="separator"><!--separator--></span>\n
+ <tal:block tal:repeat="button_action button_actions">\n
+ <a tal:attributes="href python: \'%s%s%s\' % (button_action[\'url\'], \'?\' in button_action[\'url\'] and \'&\' or \'?\', http_parameters)">\n
+ <img i18n:attributes="title" i18n:domain="ui"\n
+ tal:attributes="src python:button_action[\'icon\'];\n
+ title python:button_action[\'name\'];\n
+ alt python:button_action[\'name\']" />\n
+ </a>\n
+ </tal:block>\n
+ </tal:block>\n
+ <tal:block tal:condition="list_mode">\n
+ <tal:block tal:condition="ui_actions">\n
+ <span class="separator"><!--separator--></span>\n
+ <a class="configure" title="Configure"\n
+ tal:attributes="href python: portal.ERP5Site_renderCustomLink(ui_actions[0][\'url\'], http_parameter_list, dialog_category=\'object_ui\')"\n
+ i18n:attributes="title" i18n:domain="ui">\n
+ <span class="image"></span>\n
+ <span class="description" i18n:translate="" i18n:domain="ui">Configure</span>\n
+ </a>\n
+ </tal:block>\n
+ </tal:block>\n
+ </span>\n
+\n
+ <span class="second">\n
+ <a tal:condition="preferred_html_style_contextual_help"\n
+ class="jump_help" title="Help"\n
+ tal:attributes="href python: portal.ERP5Site_getHelpUrl(current_action=current_action, current_form_id=current_form_id, workflow_action=request.get(\'workflow_action\'))"\n
+ i18n:attributes="title" i18n:domain="ui">\n
+ <span class="image"></span>\n
+ <span class="description" i18n:translate="" i18n:domain="ui">Help</span>\n
+ </a>\n
+ <a tal:condition="preferred_html_style_developper_mode"\n
+ class="inspect_object" title="Documentation Helper" \n
+ tal:attributes="href python: portal.DocumentationHelper_getDocumentedObjectUrl(here.REQUEST)"\n
+ i18n:attributes="title" i18n:domain="ui">\n
+ <span class="image"></span>\n
+ <span class="description" i18n:translate="" i18n:domain="ui">Inspect object</span>\n
+ </a>\n
+ <a tal:condition="here/hasActivity | nothing" class="activity_pending"\n
+ title="Activity Pending"\n
+ tal:attributes="href python: portal.portal_membership.checkPermission(\'View management screens\', portal.portal_activities) and \'%s%s/manageActivities\' % (here.REQUEST[\'SERVER_URL\'],portal.portal_activities.getUrl(), ) or \'#\'"\n
+ i18n:attributes="title" i18n:domain="ui">\n
+ <span class="image"></span>\n
+ <span class="description" i18n:translate="" i18n:domain="ui">Activity Pending</span>\n
+ </a>\n
+ </span>\n
+ </span>\n
+ <p class="clear"></p>\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>context_box_render</string> </value>
+ </item>
+ <item>
+ <key> <string>title</string> </key>
+ <value> <string></string> </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
+</ZopeData>
Modified: experimental/bt5/erp5_documentation/bt/change_log
URL: http://svn.erp5.org/experimental/bt5/erp5_documentation/bt/change_log?rev=22055&r1=22054&r2=22055&view=diff
==============================================================================
--- experimental/bt5/erp5_documentation/bt/change_log (original)
+++ experimental/bt5/erp5_documentation/bt/change_log Sun Jun 29 13:21:35 2008
@@ -1,3 +1,6 @@
+2008-06-21: mayoro
+adding context_box_render in erp5_documentation_xhtml_style with customization to make documentation accessible in developper mode
+
2008-06-21: mayoro
removing tabulations in ListBox_asAccessorHTML due to previous commit
Modified: experimental/bt5/erp5_documentation/bt/revision
URL: http://svn.erp5.org/experimental/bt5/erp5_documentation/bt/revision?rev=22055&r1=22054&r2=22055&view=diff
==============================================================================
--- experimental/bt5/erp5_documentation/bt/revision (original)
+++ experimental/bt5/erp5_documentation/bt/revision Sun Jun 29 13:21:35 2008
@@ -1,1 +1,1 @@
-32
+33
More information about the Erp5-report
mailing list