Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
109
Merge Requests
109
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
nexedi
erp5
Commits
55c5ddd3
Commit
55c5ddd3
authored
Jul 21, 2014
by
Romain Courteaud
Committed by
Sebastien Robin
Aug 08, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WIP full javascript ERP5 rendering.
parent
46321547
Changes
96
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
96 changed files
with
67455 additions
and
0 deletions
+67455
-0
version_view.xml
...TemplateItem/portal_types/Web%20Manifest/version_view.xml
+81
-0
view.xml
...i/ActionTemplateItem/portal_types/Web%20Manifest/view.xml
+81
-0
view_editor.xml
...nTemplateItem/portal_types/Web%20Manifest/view_editor.xml
+79
-0
web_view.xml
...tionTemplateItem/portal_types/Web%20Manifest/web_view.xml
+96
-0
version_view.xml
...onTemplateItem/portal_types/Web%20Script/version_view.xml
+81
-0
view.xml
..._ui/ActionTemplateItem/portal_types/Web%20Script/view.xml
+79
-0
view_editor.xml
...ionTemplateItem/portal_types/Web%20Script/view_editor.xml
+81
-0
web_view.xml
...ActionTemplateItem/portal_types/Web%20Script/web_view.xml
+96
-0
version_view.xml
...ionTemplateItem/portal_types/Web%20Style/version_view.xml
+81
-0
view.xml
...s_ui/ActionTemplateItem/portal_types/Web%20Style/view.xml
+81
-0
view_editor.xml
...tionTemplateItem/portal_types/Web%20Style/view_editor.xml
+79
-0
web_view.xml
.../ActionTemplateItem/portal_types/Web%20Style/web_view.xml
+96
-0
HalStyle.py
bt5/erp5_web_renderjs_ui/ExtensionTemplateItem/HalStyle.py
+10
-0
rjs_RSVP_js.xml
...derjs_ui/PathTemplateItem/web_page_module/rjs_RSVP_js.xml
+1238
-0
rjs_URI_js.xml
...nderjs_ui/PathTemplateItem/web_page_module/rjs_URI_js.xml
+190
-0
rjs_codemirror_addon_dialog_css.xml
...eItem/web_page_module/rjs_codemirror_addon_dialog_css.xml
+143
-0
rjs_codemirror_addon_dialog_js.xml
...teItem/web_page_module/rjs_codemirror_addon_dialog_js.xml
+252
-0
rjs_codemirror_addon_display_fullscreen_css.xml
...ge_module/rjs_codemirror_addon_display_fullscreen_css.xml
+117
-0
rjs_codemirror_addon_display_fullscreen_js.xml
...age_module/rjs_codemirror_addon_display_fullscreen_js.xml
+156
-0
rjs_codemirror_addon_edit_matchbrackets_js.xml
...age_module/rjs_codemirror_addon_edit_matchbrackets_js.xml
+235
-0
rjs_codemirror_addon_searchcursor_js.xml
.../web_page_module/rjs_codemirror_addon_searchcursor_js.xml
+304
-0
rjs_codemirror_css.xml
...i/PathTemplateItem/web_page_module/rjs_codemirror_css.xml
+412
-0
rjs_codemirror_js.xml
...ui/PathTemplateItem/web_page_module/rjs_codemirror_js.xml
+7750
-0
rjs_codemirror_keymap_vim_js.xml
...lateItem/web_page_module/rjs_codemirror_keymap_vim_js.xml
+4581
-0
rjs_codemirror_mode_clike_js.xml
...lateItem/web_page_module/rjs_codemirror_mode_clike_js.xml
+554
-0
rjs_codemirror_mode_javascript_js.xml
...tem/web_page_module/rjs_codemirror_mode_javascript_js.xml
+798
-0
rjs_codemirror_theme_solarized_css.xml
...em/web_page_module/rjs_codemirror_theme_solarized_css.xml
+281
-0
rjs_gadget_bin_css.xml
...i/PathTemplateItem/web_page_module/rjs_gadget_bin_css.xml
+116
-0
rjs_gadget_bin_html.xml
.../PathTemplateItem/web_page_module/rjs_gadget_bin_html.xml
+199
-0
rjs_gadget_bin_js.xml
...ui/PathTemplateItem/web_page_module/rjs_gadget_bin_js.xml
+655
-0
rjs_gadget_codemirror_css.xml
...emplateItem/web_page_module/rjs_gadget_codemirror_css.xml
+114
-0
rjs_gadget_codemirror_html.xml
...mplateItem/web_page_module/rjs_gadget_codemirror_html.xml
+149
-0
rjs_gadget_codemirror_js.xml
...TemplateItem/web_page_module/rjs_gadget_codemirror_js.xml
+147
-0
rjs_gadget_erp5_appcache.xml
...TemplateItem/web_page_module/rjs_gadget_erp5_appcache.xml
+160
-0
rjs_gadget_erp5_css.xml
.../PathTemplateItem/web_page_module/rjs_gadget_erp5_css.xml
+153
-0
rjs_gadget_erp5_form_html.xml
...emplateItem/web_page_module/rjs_gadget_erp5_form_html.xml
+144
-0
rjs_gadget_erp5_form_js.xml
...hTemplateItem/web_page_module/rjs_gadget_erp5_form_js.xml
+294
-0
rjs_gadget_erp5_html.xml
...PathTemplateItem/web_page_module/rjs_gadget_erp5_html.xml
+181
-0
rjs_gadget_erp5_js.xml
...i/PathTemplateItem/web_page_module/rjs_gadget_erp5_js.xml
+277
-0
rjs_gadget_erp5_listbox_html.xml
...lateItem/web_page_module/rjs_gadget_erp5_listbox_html.xml
+143
-0
rjs_gadget_erp5_listbox_js.xml
...mplateItem/web_page_module/rjs_gadget_erp5_listbox_js.xml
+245
-0
rjs_gadget_erp5_listfield_html.xml
...teItem/web_page_module/rjs_gadget_erp5_listfield_html.xml
+145
-0
rjs_gadget_erp5_listfield_js.xml
...lateItem/web_page_module/rjs_gadget_erp5_listfield_js.xml
+163
-0
rjs_gadget_erp5_stringfield_html.xml
...Item/web_page_module/rjs_gadget_erp5_stringfield_html.xml
+137
-0
rjs_gadget_erp5_stringfield_js.xml
...teItem/web_page_module/rjs_gadget_erp5_stringfield_js.xml
+141
-0
rjs_gadget_global_js.xml
...PathTemplateItem/web_page_module/rjs_gadget_global_js.xml
+205
-0
rjs_gadget_jio_html.xml
.../PathTemplateItem/web_page_module/rjs_gadget_jio_html.xml
+146
-0
rjs_gadget_jio_js.xml
...ui/PathTemplateItem/web_page_module/rjs_gadget_jio_js.xml
+170
-0
rjs_handlebars_js.xml
...ui/PathTemplateItem/web_page_module/rjs_handlebars_js.xml
+2861
-0
rjs_jio_complex_queries_js.xml
...mplateItem/web_page_module/rjs_jio_complex_queries_js.xml
+2045
-0
rjs_jio_js.xml
...nderjs_ui/PathTemplateItem/web_page_module/rjs_jio_js.xml
+5678
-0
rjs_jio_sha1_amd_js.xml
.../PathTemplateItem/web_page_module/rjs_jio_sha1_amd_js.xml
+334
-0
rjs_jio_sha256_amd_js.xml
...athTemplateItem/web_page_module/rjs_jio_sha256_amd_js.xml
+205
-0
rjs_jio_sha2_amd_js.xml
.../PathTemplateItem/web_page_module/rjs_jio_sha2_amd_js.xml
+291
-0
rjs_jio_storage_erp5_js.xml
...hTemplateItem/web_page_module/rjs_jio_storage_erp5_js.xml
+517
-0
rjs_jquery_js.xml
...rjs_ui/PathTemplateItem/web_page_module/rjs_jquery_js.xml
+8945
-0
rjs_jquerymobile_css.xml
...PathTemplateItem/web_page_module/rjs_jquerymobile_css.xml
+4867
-0
rjs_jquerymobile_js.xml
.../PathTemplateItem/web_page_module/rjs_jquerymobile_js.xml
+14203
-0
rjs_renderjs_js.xml
...s_ui/PathTemplateItem/web_page_module/rjs_renderjs_js.xml
+2248
-0
rjs_uritemplate_js.xml
...i/PathTemplateItem/web_page_module/rjs_uritemplate_js.xml
+1062
-0
renderjs_runner.xml
...s_ui/PathTemplateItem/web_site_module/renderjs_runner.xml
+943
-0
allowed_content_types.xml
...eAllowedContentTypeTemplateItem/allowed_content_types.xml
+7
-0
base_category_list.xml
...PortalTypeBaseCategoryTemplateItem/base_category_list.xml
+32
-0
property_sheet_list.xml
...rtalTypePropertySheetTemplateItem/property_sheet_list.xml
+14
-0
Web%20Manifest.xml
...enderjs_ui/PortalTypeRolesTemplateItem/Web%20Manifest.xml
+7
-0
Web%20Script.xml
..._renderjs_ui/PortalTypeRolesTemplateItem/Web%20Script.xml
+7
-0
Web%20Style.xml
...b_renderjs_ui/PortalTypeRolesTemplateItem/Web%20Style.xml
+7
-0
Web%20Manifest.xml
...ui/PortalTypeTemplateItem/portal_types/Web%20Manifest.xml
+168
-0
Web%20Script.xml
...s_ui/PortalTypeTemplateItem/portal_types/Web%20Script.xml
+168
-0
Web%20Style.xml
...js_ui/PortalTypeTemplateItem/portal_types/Web%20Style.xml
+168
-0
workflow_chain_type.xml
...rtalTypeWorkflowChainTemplateItem/workflow_chain_type.xml
+14
-0
registered_skin_selection.xml
...edSkinSelectionTemplateItem/registered_skin_selection.xml
+6
-0
erp5_web_renderjs_ui.xml
...ui/SkinTemplateItem/portal_skins/erp5_web_renderjs_ui.xml
+47
-0
WebManifest_viewAsWeb.xml
...rtal_skins/erp5_web_renderjs_ui/WebManifest_viewAsWeb.xml
+84
-0
WebPage_viewAsGadget.xml
...ortal_skins/erp5_web_renderjs_ui/WebPage_viewAsGadget.xml
+89
-0
WebScript_viewAsWeb.xml
...portal_skins/erp5_web_renderjs_ui/WebScript_viewAsWeb.xml
+84
-0
WebSection_renderDefaultPageAsGadget.xml
..._web_renderjs_ui/WebSection_renderDefaultPageAsGadget.xml
+75
-0
WebStyle_viewAsWeb.xml
.../portal_skins/erp5_web_renderjs_ui/WebStyle_viewAsWeb.xml
+83
-0
dependency_list
bt5/erp5_web_renderjs_ui/bt/dependency_list
+1
-0
license
bt5/erp5_web_renderjs_ui/bt/license
+1
-0
revision
bt5/erp5_web_renderjs_ui/bt/revision
+1
-0
template_action_path_list
bt5/erp5_web_renderjs_ui/bt/template_action_path_list
+12
-0
template_extension_id_list
bt5/erp5_web_renderjs_ui/bt/template_extension_id_list
+1
-0
template_format_version
bt5/erp5_web_renderjs_ui/bt/template_format_version
+1
-0
template_keep_workflow_path_list
bt5/erp5_web_renderjs_ui/bt/template_keep_workflow_path_list
+2
-0
template_path_list
bt5/erp5_web_renderjs_ui/bt/template_path_list
+3
-0
template_portal_type_allowed_content_type_list
...erjs_ui/bt/template_portal_type_allowed_content_type_list
+3
-0
template_portal_type_base_category_list
...eb_renderjs_ui/bt/template_portal_type_base_category_list
+24
-0
template_portal_type_id_list
bt5/erp5_web_renderjs_ui/bt/template_portal_type_id_list
+3
-0
template_portal_type_property_sheet_list
...b_renderjs_ui/bt/template_portal_type_property_sheet_list
+6
-0
template_portal_type_role_list
bt5/erp5_web_renderjs_ui/bt/template_portal_type_role_list
+3
-0
template_portal_type_workflow_chain_list
...b_renderjs_ui/bt/template_portal_type_workflow_chain_list
+15
-0
template_registered_skin_selection_list
...eb_renderjs_ui/bt/template_registered_skin_selection_list
+1
-0
template_skin_id_list
bt5/erp5_web_renderjs_ui/bt/template_skin_id_list
+1
-0
title
bt5/erp5_web_renderjs_ui/bt/title
+1
-0
version
bt5/erp5_web_renderjs_ui/bt/version
+1
-0
No files found.
bt5/erp5_web_renderjs_ui/ActionTemplateItem/portal_types/Web%20Manifest/version_view.xml
0 → 100644
View file @
55c5ddd3
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"ActionInformation"
module=
"Products.CMFCore.ActionInformation"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
action
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAI=
</string>
</persistent>
</value>
</item>
<item>
<key>
<string>
categories
</string>
</key>
<value>
<tuple>
<string>
action_type/object_view
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
category
</string>
</key>
<value>
<string>
object_view
</string>
</value>
</item>
<item>
<key>
<string>
condition
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
icon
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
version_view
</string>
</value>
</item>
<item>
<key>
<string>
permissions
</string>
</key>
<value>
<tuple>
<string>
View
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
priority
</string>
</key>
<value>
<float>
33.0
</float>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string>
Versions
</string>
</value>
</item>
<item>
<key>
<string>
visible
</string>
</key>
<value>
<int>
1
</int>
</value>
</item>
</dictionary>
</pickle>
</record>
<record
id=
"2"
aka=
"AAAAAAAAAAI="
>
<pickle>
<global
name=
"Expression"
module=
"Products.CMFCore.Expression"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
text
</string>
</key>
<value>
<string>
string:${object_url}/Document_viewVersionList
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_web_renderjs_ui/ActionTemplateItem/portal_types/Web%20Manifest/view.xml
0 → 100644
View file @
55c5ddd3
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"ActionInformation"
module=
"Products.CMFCore.ActionInformation"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
action
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAI=
</string>
</persistent>
</value>
</item>
<item>
<key>
<string>
categories
</string>
</key>
<value>
<tuple>
<string>
action_type/object_view
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
category
</string>
</key>
<value>
<string>
object_view
</string>
</value>
</item>
<item>
<key>
<string>
condition
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
icon
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
view
</string>
</value>
</item>
<item>
<key>
<string>
permissions
</string>
</key>
<value>
<tuple>
<string>
View
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
priority
</string>
</key>
<value>
<float>
1.0
</float>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string>
View
</string>
</value>
</item>
<item>
<key>
<string>
visible
</string>
</key>
<value>
<int>
1
</int>
</value>
</item>
</dictionary>
</pickle>
</record>
<record
id=
"2"
aka=
"AAAAAAAAAAI="
>
<pickle>
<global
name=
"Expression"
module=
"Products.CMFCore.Expression"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
text
</string>
</key>
<value>
<string>
string:${object_url}/WebPage_view
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_web_renderjs_ui/ActionTemplateItem/portal_types/Web%20Manifest/view_editor.xml
0 → 100644
View file @
55c5ddd3
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"ActionInformation"
module=
"Products.CMFCore.ActionInformation"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
action
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAI=
</string>
</persistent>
</value>
</item>
<item>
<key>
<string>
categories
</string>
</key>
<value>
<tuple>
<string>
action_type/object_view
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
category
</string>
</key>
<value>
<string>
object_view
</string>
</value>
</item>
<item>
<key>
<string>
condition
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<string>
python: object is not None and not object.isWebMode()
</string>
</value>
</item>
<item>
<key>
<string>
icon
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
view_editor
</string>
</value>
</item>
<item>
<key>
<string>
permissions
</string>
</key>
<value>
<tuple>
<string>
Modify portal content
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
priority
</string>
</key>
<value>
<float>
1.1
</float>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string>
Edit
</string>
</value>
</item>
<item>
<key>
<string>
visible
</string>
</key>
<value>
<int>
1
</int>
</value>
</item>
</dictionary>
</pickle>
</record>
<record
id=
"2"
aka=
"AAAAAAAAAAI="
>
<pickle>
<global
name=
"Expression"
module=
"Products.CMFCore.Expression"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
text
</string>
</key>
<value>
<string>
string:${object_url}/WebPage_viewEditor
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_web_renderjs_ui/ActionTemplateItem/portal_types/Web%20Manifest/web_view.xml
0 → 100644
View file @
55c5ddd3
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"ActionInformation"
module=
"Products.CMFCore.ActionInformation"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
action
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAI=
</string>
</persistent>
</value>
</item>
<item>
<key>
<string>
categories
</string>
</key>
<value>
<tuple>
<string>
action_type/object_web_view
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
category
</string>
</key>
<value>
<string>
object_web_view
</string>
</value>
</item>
<item>
<key>
<string>
condition
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAM=
</string>
</persistent>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
icon
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
web_view
</string>
</value>
</item>
<item>
<key>
<string>
permissions
</string>
</key>
<value>
<tuple>
<string>
View
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
priority
</string>
</key>
<value>
<float>
0.9
</float>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string>
Web View
</string>
</value>
</item>
<item>
<key>
<string>
visible
</string>
</key>
<value>
<int>
1
</int>
</value>
</item>
</dictionary>
</pickle>
</record>
<record
id=
"2"
aka=
"AAAAAAAAAAI="
>
<pickle>
<global
name=
"Expression"
module=
"Products.CMFCore.Expression"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
text
</string>
</key>
<value>
<string>
string:${object_url}/WebManifest_viewAsWeb
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
<record
id=
"3"
aka=
"AAAAAAAAAAM="
>
<pickle>
<global
name=
"Expression"
module=
"Products.CMFCore.Expression"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
text
</string>
</key>
<value>
<string>
python:object is not None and object.isWebMode() and object.hasBaseData() and not object.isEditableMode()
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_web_renderjs_ui/ActionTemplateItem/portal_types/Web%20Script/version_view.xml
0 → 100644
View file @
55c5ddd3
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"ActionInformation"
module=
"Products.CMFCore.ActionInformation"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
action
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAI=
</string>
</persistent>
</value>
</item>
<item>
<key>
<string>
categories
</string>
</key>
<value>
<tuple>
<string>
action_type/object_view
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
category
</string>
</key>
<value>
<string>
object_view
</string>
</value>
</item>
<item>
<key>
<string>
condition
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
icon
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
version_view
</string>
</value>
</item>
<item>
<key>
<string>
permissions
</string>
</key>
<value>
<tuple>
<string>
View
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
priority
</string>
</key>
<value>
<float>
33.0
</float>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string>
Versions
</string>
</value>
</item>
<item>
<key>
<string>
visible
</string>
</key>
<value>
<int>
1
</int>
</value>
</item>
</dictionary>
</pickle>
</record>
<record
id=
"2"
aka=
"AAAAAAAAAAI="
>
<pickle>
<global
name=
"Expression"
module=
"Products.CMFCore.Expression"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
text
</string>
</key>
<value>
<string>
string:${object_url}/Document_viewVersionList
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_web_renderjs_ui/ActionTemplateItem/portal_types/Web%20Script/view.xml
0 → 100644
View file @
55c5ddd3
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"ActionInformation"
module=
"Products.CMFCore.ActionInformation"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
action
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAI=
</string>
</persistent>
</value>
</item>
<item>
<key>
<string>
categories
</string>
</key>
<value>
<tuple>
<string>
action_type/object_view
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
category
</string>
</key>
<value>
<string>
object_view
</string>
</value>
</item>
<item>
<key>
<string>
condition
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<string>
python: object is not None and not object.isWebMode()
</string>
</value>
</item>
<item>
<key>
<string>
icon
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
view
</string>
</value>
</item>
<item>
<key>
<string>
permissions
</string>
</key>
<value>
<tuple>
<string>
Modify portal content
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
priority
</string>
</key>
<value>
<float>
1.0
</float>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string>
View
</string>
</value>
</item>
<item>
<key>
<string>
visible
</string>
</key>
<value>
<int>
1
</int>
</value>
</item>
</dictionary>
</pickle>
</record>
<record
id=
"2"
aka=
"AAAAAAAAAAI="
>
<pickle>
<global
name=
"Expression"
module=
"Products.CMFCore.Expression"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
text
</string>
</key>
<value>
<string>
string:${object_url}/WebPage_viewEditor
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_web_renderjs_ui/ActionTemplateItem/portal_types/Web%20Script/view_editor.xml
0 → 100644
View file @
55c5ddd3
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"ActionInformation"
module=
"Products.CMFCore.ActionInformation"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
action
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAI=
</string>
</persistent>
</value>
</item>
<item>
<key>
<string>
categories
</string>
</key>
<value>
<tuple>
<string>
action_type/object_view
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
category
</string>
</key>
<value>
<string>
object_view
</string>
</value>
</item>
<item>
<key>
<string>
condition
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
icon
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
view_editor
</string>
</value>
</item>
<item>
<key>
<string>
permissions
</string>
</key>
<value>
<tuple>
<string>
View
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
priority
</string>
</key>
<value>
<float>
1.1
</float>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string>
Edit
</string>
</value>
</item>
<item>
<key>
<string>
visible
</string>
</key>
<value>
<int>
1
</int>
</value>
</item>
</dictionary>
</pickle>
</record>
<record
id=
"2"
aka=
"AAAAAAAAAAI="
>
<pickle>
<global
name=
"Expression"
module=
"Products.CMFCore.Expression"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
text
</string>
</key>
<value>
<string>
string:${object_url}/WebPage_view
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_web_renderjs_ui/ActionTemplateItem/portal_types/Web%20Script/web_view.xml
0 → 100644
View file @
55c5ddd3
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"ActionInformation"
module=
"Products.CMFCore.ActionInformation"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
action
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAI=
</string>
</persistent>
</value>
</item>
<item>
<key>
<string>
categories
</string>
</key>
<value>
<tuple>
<string>
action_type/object_web_view
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
category
</string>
</key>
<value>
<string>
object_web_view
</string>
</value>
</item>
<item>
<key>
<string>
condition
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAM=
</string>
</persistent>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
icon
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
web_view
</string>
</value>
</item>
<item>
<key>
<string>
permissions
</string>
</key>
<value>
<tuple>
<string>
View
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
priority
</string>
</key>
<value>
<float>
0.9
</float>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string>
Web View
</string>
</value>
</item>
<item>