diff --git a/bt5/erp5_knowledge_pad/PathTemplateItem/portal_gadgets/erp5_documentation.xml b/bt5/erp5_knowledge_pad/PathTemplateItem/portal_gadgets/erp5_documentation.xml new file mode 100644 index 0000000000000000000000000000000000000000..a10ab5dcfa1a74957d314066abbbc0ce782210d8 --- /dev/null +++ b/bt5/erp5_knowledge_pad/PathTemplateItem/portal_gadgets/erp5_documentation.xml @@ -0,0 +1,127 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <global name="Folder" module="Products.ERP5Type.Document.Folder"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_Access_contents_information_Permission</string> </key> + <value> + <list> + <string>Assignor</string> + </list> + </value> + </item> + <item> + <key> <string>_Copy_or_Move_Permission</string> </key> + <value> + <list> + <string>Owner</string> + </list> + </value> + </item> + <item> + <key> <string>_Modify_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Assignor</string> + <string>Manager</string> + <string>Owner</string> + </tuple> + </value> + </item> + <item> + <key> <string>_View_Permission</string> </key> + <value> + <tuple> + <string>Assignor</string> + <string>Manager</string> + <string>Owner</string> + </tuple> + </value> + </item> + <item> + <key> <string>_local_properties</string> </key> + <value> + <tuple> + <dictionary> + <item> + <key> <string>id</string> </key> + <value> <string>multiple_instances_allowed</string> </value> + </item> + <item> + <key> <string>type</string> </key> + <value> <string>int</string> </value> + </item> + </dictionary> + <dictionary> + <item> + <key> <string>id</string> </key> + <value> <string>view_form_id</string> </value> + </item> + <item> + <key> <string>type</string> </key> + <value> <string>string</string> </value> + </item> + </dictionary> + <dictionary> + <item> + <key> <string>id</string> </key> + <value> <string>render_type</string> </value> + </item> + <item> + <key> <string>type</string> </key> + <value> <string>string</string> </value> + </item> + </dictionary> + </tuple> + </value> + </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>gadget_type/erp5_front</string> + <string>gadget_type/web_front</string> + </tuple> + </value> + </item> + <item> + <key> <string>description</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>erp5_documentation</string> </value> + </item> + <item> + <key> <string>multiple_instances_allowed</string> </key> + <value> <int>0</int> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Gadget</string> </value> + </item> + <item> + <key> <string>render_type</string> </key> + <value> <string>asynchronous</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>Documentation</string> </value> + </item> + <item> + <key> <string>view_form_id</string> </key> + <value> <string>ERP5Site_viewAnonymousDocumentationGadget</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_knowledge_pad/SkinTemplateItem/portal_skins/erp5_gadget/ERP5Site_viewAnonymousDocumentationGadget.xml b/bt5/erp5_knowledge_pad/SkinTemplateItem/portal_skins/erp5_gadget/ERP5Site_viewAnonymousDocumentationGadget.xml new file mode 100644 index 0000000000000000000000000000000000000000..75939785f4833ae690c8fd0414d82be9942c1cdc --- /dev/null +++ b/bt5/erp5_knowledge_pad/SkinTemplateItem/portal_skins/erp5_gadget/ERP5Site_viewAnonymousDocumentationGadget.xml @@ -0,0 +1,78 @@ +<?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>_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>_text</string> </key> + <value> <string encoding="cdata"><![CDATA[ + +<div class=\'gadget_documentation\'>\n + <h4>Join ERP5 Network !</h4>\n + <p>\n + <a href="http://www.erp5.org"> Access ERP5 Community to get more information!!</a>\n + </p>\n +\n + <h4>Case Studies</h4>\n + <p>Are you using ERP5 in your business? \n + If so please let us know if you would be \n + interested to provide us with some information \n + by sending an email to erp5-users@erp5.org</p>\n +\n +</div>\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>ERP5Site_viewAnonymousDocumentationGadget</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string></string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_knowledge_pad/bt/revision b/bt5/erp5_knowledge_pad/bt/revision index 755152b7ef45c521051131f49eabed5df6f35d8e..4f36264f98ddc28fc47c7d1838508927951e7552 100644 --- a/bt5/erp5_knowledge_pad/bt/revision +++ b/bt5/erp5_knowledge_pad/bt/revision @@ -1 +1 @@ -359 \ No newline at end of file +360 \ No newline at end of file diff --git a/bt5/erp5_knowledge_pad/bt/template_path_list b/bt5/erp5_knowledge_pad/bt/template_path_list index a7be67fdc69b309023b0e7936536eb44662c9138..ce2697afc4c89cdb0d94159a9408ab8009b763d1 100644 --- a/bt5/erp5_knowledge_pad/bt/template_path_list +++ b/bt5/erp5_knowledge_pad/bt/template_path_list @@ -2,6 +2,7 @@ portal_categories/gadget_type/** portal_gadgets/clock portal_gadgets/clock/** portal_gadgets/erp5_advertisement +portal_gadgets/erp5_documentation portal_gadgets/erp5_persons portal_gadgets/erp5_persons/** portal_gadgets/erp5_rss