Commit f8a58e36 authored by Romain Courteaud's avatar Romain Courteaud

erp5_web_renderjs_ui: add launcher interface

parent 0fcefd6b
......@@ -8,6 +8,7 @@
<meta name="theme-color" content="#085078">
<title>${application_title}</title>
<link rel="http://www.renderjs.org/rel/interface" href="interface_launcher.html">
<meta name="description" content="${site_description}">
<meta name="keywords" content="${site_keywords}">
<link rel="stylesheet" href="${stylesheet_url}">
......
......@@ -154,11 +154,13 @@
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<global name="WorkflowHistoryList" module="Products.ERP5Type.patches.WorkflowTool"/>
<global name="WorkflowHistoryList" module="Products.ERP5Type.Workflow"/>
</pickle>
<pickle>
<tuple>
<none/>
<dictionary>
<item>
<key> <string>_log</string> </key>
<value>
<list>
<dictionary>
<item>
......@@ -202,16 +204,20 @@
</item>
</dictionary>
</list>
</tuple>
</value>
</item>
</dictionary>
</pickle>
</record>
<record id="4" aka="AAAAAAAAAAQ=">
<pickle>
<global name="WorkflowHistoryList" module="Products.ERP5Type.patches.WorkflowTool"/>
<global name="WorkflowHistoryList" module="Products.ERP5Type.Workflow"/>
</pickle>
<pickle>
<tuple>
<none/>
<dictionary>
<item>
<key> <string>_log</string> </key>
<value>
<list>
<dictionary>
<item>
......@@ -234,7 +240,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>975.34836.41174.41949</string> </value>
<value> <string>981.59416.23022.53862</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -252,8 +258,8 @@
</tuple>
<state>
<tuple>
<float>1562571179.69</float>
<string>GMT+9</string>
<float>1581954760.5</float>
<string>UTC</string>
</tuple>
</state>
</object>
......@@ -261,16 +267,20 @@
</item>
</dictionary>
</list>
</tuple>
</value>
</item>
</dictionary>
</pickle>
</record>
<record id="5" aka="AAAAAAAAAAU=">
<pickle>
<global name="WorkflowHistoryList" module="Products.ERP5Type.patches.WorkflowTool"/>
<global name="WorkflowHistoryList" module="Products.ERP5Type.Workflow"/>
</pickle>
<pickle>
<tuple>
<none/>
<dictionary>
<item>
<key> <string>_log</string> </key>
<value>
<list>
<dictionary>
<item>
......@@ -318,7 +328,9 @@
</item>
</dictionary>
</list>
</tuple>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<!DOCTYPE html>
<html>
<head>
<title>Launcher Interface</title>
</head>
<body>
<h1>Launcher Interface</h1>
<h3>Gadget used to launch the application</h3>
<dl>
<dt>declareAndExecuteNotificationGadget</dt>
<dd>XXX</dd>
<dl>
</dl>
<dt>declareAndExecuteTranslationGadget</dt>
<dd>XXX</dd>
<dl>
</dl>
<dt>declareAndExecuteHeaderGadget</dt>
<dd>XXX</dd>
<dl>
</dl>
<dt>declareAndExecutePanelGadget</dt>
<dd>XXX</dd>
<dl>
</dl>
<dt>declareAndExecuteEditorPanelGadget</dt>
<dd>XXX</dd>
<dl>
</dl>
<dt>render</dt>
<dd>XXX</dd>
<dl>
</dl>
</dl>
</body>
</html>
\ 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