Commit ae5c2042 authored by Gabriel Monnerat's avatar Gabriel Monnerat

- add dependency

- update paths of jquery and jquery ui

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45712 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cd0db362
...@@ -2,10 +2,7 @@ ...@@ -2,10 +2,7 @@
<ZopeData> <ZopeData>
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
<global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
<tuple/>
</tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
...@@ -37,7 +34,7 @@ ...@@ -37,7 +34,7 @@
</item> </item>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string encoding="cdata"><![CDATA[ <value> <unicode encoding="cdata"><![CDATA[
<!-- ERP5 WEB INTEGRATION -->\n <!-- ERP5 WEB INTEGRATION -->\n
<tal:block metal:define-macro="master">\n <tal:block metal:define-macro="master">\n
...@@ -62,12 +59,10 @@ ...@@ -62,12 +59,10 @@
has_breadcrumb_area python:len(breadcrumb_area);\n has_breadcrumb_area python:len(breadcrumb_area);\n
side_area python:aggregate.get(\'side\', []);\n side_area python:aggregate.get(\'side\', []);\n
has_side_area python:len(side_area);\n has_side_area python:len(side_area);\n
css_url_list python: [ \n css_url_list python: [\'/cloudooo_style/cloudooo.css\'] + [additional_css for additional_css in section.getLayoutProperty(\'layout_additional_css\', [])];\n
\'/cloudooo_style/cloudooo.css\',\n
] + [additional_css for additional_css in section.getLayoutProperty(\'layout_additional_css\', [])] ;\n
global css_list_template python:[\'%s%s\' % (portal_path,item) for item in css_url_list]; \n global css_list_template python:[\'%s%s\' % (portal_path,item) for item in css_url_list]; \n
js_url_list python: [\'/jquery-ui-1.8.2/js/jquery-1.4.2.min.js\',\'/cloudooo_js/cloudooo.js\',\'/jquery-ui-1.8.2/js/jquery-ui-1.8.2.custom.min.js\']; \n js_url_list python: [\'/jquery/core/jquery.js\',\'/cloudooo_js/cloudooo.js\',\'/jquery/ui/js/jquery-ui.js\']; \n
global js_list python:[\'%s%s\' % (portal_path,item) for item in js_url_list]; ">\n global js_list python:[\'%s%s\' % (portal_path,item) for item in js_url_list];">\n
\n \n
<tal:block metal:use-macro="here/template_erp5_xhtml_style/macros/master">\n <tal:block metal:use-macro="here/template_erp5_xhtml_style/macros/master">\n
<tal:block metal:fill-slot="head">\n <tal:block metal:fill-slot="head">\n
...@@ -151,7 +146,7 @@ ...@@ -151,7 +146,7 @@
</tal:block> \n </tal:block> \n
</tal:block> </tal:block>
]]></string> </value> ]]></unicode> </value>
</item> </item>
<item> <item>
<key> <string>content_type</string> </key> <key> <string>content_type</string> </key>
...@@ -165,9 +160,13 @@ ...@@ -165,9 +160,13 @@
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>template_cloudooo_web</string> </value> <value> <string>template_cloudooo_web</string> </value>
</item> </item>
<item>
<key> <string>output_encoding</string> </key>
<value> <string>utf-8</string> </value>
</item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string></string> </value> <value> <unicode></unicode> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
erp5_jquery erp5_jquery
erp5_jquery_ui
erp5_dms erp5_dms
\ No newline at end of file
3 4
\ No newline at end of file \ 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