Commit cfca17fa authored by Romain Courteaud's avatar Romain Courteaud Committed by Xiaowu Zhang

erp5_web_renderjs_ui: add launcher interface

parent c578033c
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
<meta name="theme-color" content="#085078"> <meta name="theme-color" content="#085078">
<title>${application_title}</title> <title>${application_title}</title>
<link rel="http://www.renderjs.org/rel/interface" href="interface_launcher.html">
<meta name="description" content="${site_description}"> <meta name="description" content="${site_description}">
<meta name="keywords" content="${site_keywords}"> <meta name="keywords" content="${site_keywords}">
<link rel="stylesheet" href="${stylesheet_url}"> <link rel="stylesheet" href="${stylesheet_url}">
......
...@@ -154,11 +154,13 @@ ...@@ -154,11 +154,13 @@
</record> </record>
<record id="3" aka="AAAAAAAAAAM="> <record id="3" aka="AAAAAAAAAAM=">
<pickle> <pickle>
<global name="WorkflowHistoryList" module="Products.ERP5Type.patches.WorkflowTool"/> <global name="WorkflowHistoryList" module="Products.ERP5Type.Workflow"/>
</pickle> </pickle>
<pickle> <pickle>
<tuple> <dictionary>
<none/> <item>
<key> <string>_log</string> </key>
<value>
<list> <list>
<dictionary> <dictionary>
<item> <item>
...@@ -202,16 +204,20 @@ ...@@ -202,16 +204,20 @@
</item> </item>
</dictionary> </dictionary>
</list> </list>
</tuple> </value>
</item>
</dictionary>
</pickle> </pickle>
</record> </record>
<record id="4" aka="AAAAAAAAAAQ="> <record id="4" aka="AAAAAAAAAAQ=">
<pickle> <pickle>
<global name="WorkflowHistoryList" module="Products.ERP5Type.patches.WorkflowTool"/> <global name="WorkflowHistoryList" module="Products.ERP5Type.Workflow"/>
</pickle> </pickle>
<pickle> <pickle>
<tuple> <dictionary>
<none/> <item>
<key> <string>_log</string> </key>
<value>
<list> <list>
<dictionary> <dictionary>
<item> <item>
...@@ -234,7 +240,7 @@ ...@@ -234,7 +240,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>975.34836.41174.41949</string> </value> <value> <string>981.59416.23022.53862</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -252,8 +258,8 @@ ...@@ -252,8 +258,8 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1562571179.69</float> <float>1581954760.5</float>
<string>GMT+9</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
</object> </object>
...@@ -261,16 +267,20 @@ ...@@ -261,16 +267,20 @@
</item> </item>
</dictionary> </dictionary>
</list> </list>
</tuple> </value>
</item>
</dictionary>
</pickle> </pickle>
</record> </record>
<record id="5" aka="AAAAAAAAAAU="> <record id="5" aka="AAAAAAAAAAU=">
<pickle> <pickle>
<global name="WorkflowHistoryList" module="Products.ERP5Type.patches.WorkflowTool"/> <global name="WorkflowHistoryList" module="Products.ERP5Type.Workflow"/>
</pickle> </pickle>
<pickle> <pickle>
<tuple> <dictionary>
<none/> <item>
<key> <string>_log</string> </key>
<value>
<list> <list>
<dictionary> <dictionary>
<item> <item>
...@@ -318,7 +328,9 @@ ...@@ -318,7 +328,9 @@
</item> </item>
</dictionary> </dictionary>
</list> </list>
</tuple> </value>
</item>
</dictionary>
</pickle> </pickle>
</record> </record>
</ZopeData> </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