Commit 6a61e187 authored by Lukas Niegsch's avatar Lukas Niegsch

changed router to list web pages and added their actions

parent 074e3e1a
<!doctype html> <!doctype html>
<html> <html>
<head> <head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width" /> <meta name="viewport" content="width=device-width" />
<title>OfficeJS Router Gadget</title> <title>OfficeJS Router Gadget</title>
<script src="rsvp.js" type="text/javascript"></script> <script src="rsvp.js" type="text/javascript"></script>
<script src="renderjs.js" type="text/javascript"></script> <script src="renderjs.js" type="text/javascript"></script>
<script src="gadget_officejs_router.js" type="text/javascript"></script> <script src="gadget_officejs_router.js" type="text/javascript"></script>
</head> </head>
<body> <body>
<script data-renderjs-configuration="configuration_manifest" type="text/x-renderjs-configuration">gadget_officejs_html2pdf.configuration</script> <script data-renderjs-configuration="configuration_manifest" type="text/x-renderjs-configuration">gadget_officejs_html2pdf.configuration</script>
<script data-renderjs-configuration="parent_portal_type" type="text/x-renderjs-configuration">Web Page Module</script> <script data-renderjs-configuration="portal_type" type="text/x-renderjs-configuration">Web Page</script>
<script data-renderjs-configuration="parent_relative_url" type="text/x-renderjs-configuration">web_page_module</script> <script data-renderjs-configuration="parent_portal_type" type="text/x-renderjs-configuration">Web Page Module</script>
<script data-renderjs-configuration="portal_type" type="text/x-renderjs-configuration">Web Page</script> <script data-renderjs-configuration="parent_relative_url" type="text/x-renderjs-configuration">web_page_module</script>
<script data-renderjs-configuration="portal_skin_folder" type="text/x-renderjs-configuration">erp5_text_editor</script> <script data-renderjs-configuration="portal_skin_folder" type="text/x-renderjs-configuration">erp5_officejs_html2pdf</script>
<script data-renderjs-configuration="app_actions" type="text/x-renderjs-configuration">('Web Page Module | text_editor_view')</script> <script data-renderjs-configuration="app_allowed_sub_types" type="text/x-renderjs-configuration">('Web Page Module | Web Page')</script>
<script data-renderjs-configuration="app_allowed_sub_types" type="text/x-renderjs-configuration"></script> <script data-renderjs-configuration="app_actions" type="text/x-renderjs-configuration">('Web Page Module | text_editor_view', 'Web Page | text_editor_view', 'Web Page | text_editor_clone', 'Web Page | export_pdf')</script>
<script data-renderjs-configuration="web_page_module_dict" type="text/x-renderjs-configuration">{"title": "Documents", "filter_action": 1}</script> <script data-renderjs-configuration="app_view_reference" type="text/x-renderjs-configuration">text_editor_view</script>
<script data-renderjs-configuration="app_view_reference" type="text/x-renderjs-configuration"></script> <script data-renderjs-configuration="web_page_module_dict" type="text/x-renderjs-configuration">
<div data-gadget-url="gadget_erp5_router.html" data-gadget-scope="erp5_router"></div> {"title": "Documents",
"front_page": 1,
"upload_button": 0,
"download_button": 0,
"editable": 0,
"hide_add_button": 0,
"jump_button": 0,
"fast_input_button": 0,
"export_button": 0,
"filter_action": 1,
"panel_action": 1,
"previous_next_button": 0,
"history_previous_link": 0,
"hide_listbox_buttons": 1,
"blob_type": "",
"blob_create_object_url": 0}
</script>
<script data-renderjs-configuration="web_page_dict" type="text/x-renderjs-configuration">
{"title": "Document",
"front_page": 0,
"upload_button": 0,
"download_button": 0,
"editable": 1,
"hide_add_button": 1,
"jump_button": 0,
"fast_input_button": 0,
"export_button": 1,
"filter_action": 0,
"panel_action": 1,
"previous_next_button": 1,
"history_previous_link": 1,
"hide_listbox_buttons": 1,
"blob_type": "",
"blob_create_object_url": 0}
</script>
<div data-gadget-url="gadget_erp5_router.html" data-gadget-scope="erp5_router"></div>
</body> </body>
</html> </html>
\ No newline at end of file
...@@ -242,7 +242,7 @@ ...@@ -242,7 +242,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>1001.31665.8274.58897</string> </value> <value> <string>1001.34466.63228.61576</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -260,7 +260,7 @@ ...@@ -260,7 +260,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1657377772.66</float> <float>1657548077.29</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
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