Commit 1900a7cf authored by Ivan Tyagov's avatar Ivan Tyagov

Group all JavaScript code in one file.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36218 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 29b4bac3
...@@ -15,11 +15,11 @@ ...@@ -15,11 +15,11 @@
</item> </item>
<item> <item>
<key> <string>_EtagSupport__etag</string> </key> <key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts69348961.48</string> </value> <value> <string>ts76170392.93</string> </value>
</item> </item>
<item> <item>
<key> <string>__name__</string> </key> <key> <string>__name__</string> </key>
<value> <string>erp5_km_utils.js</string> </value> <value> <string>erp5_km.js</string> </value>
</item> </item>
<item> <item>
<key> <string>content_type</string> </key> <key> <string>content_type</string> </key>
...@@ -27,7 +27,8 @@ ...@@ -27,7 +27,8 @@
</item> </item>
<item> <item>
<key> <string>data</string> </key> <key> <string>data</string> </key>
<value> <string>\n <value> <string encoding="cdata"><![CDATA[
// Browser gadget toggle section\n // Browser gadget toggle section\n
function toggleSection(section_id, image_id){\n function toggleSection(section_id, image_id){\n
section_obj = getElement(section_id);\n section_obj = getElement(section_id);\n
...@@ -62,7 +63,18 @@ function toggleDocumentDetailsPopupWindow(dom_id, show, url){\n ...@@ -62,7 +63,18 @@ function toggleDocumentDetailsPopupWindow(dom_id, show, url){\n
dom_element.style.display=\'none\';\n dom_element.style.display=\'none\';\n
}\n }\n
}\n }\n
</string> </value> \n
MochiKit.DOM.addLoadEvent(setScreenClass);\n
connect(window, "onresize", setScreenClass);\n
\n
function setScreenClass(){\n
var fmt = document.documentElement.clientWidth;\n
var cls = (fmt<=800)?\'screen_small\':(fmt>800)?\'screen_wide\':\'screen_small\';\n
document.body.className=cls;\n
};\n
]]></string> </value>
</item> </item>
<item> <item>
<key> <string>precondition</string> </key> <key> <string>precondition</string> </key>
...@@ -70,7 +82,7 @@ function toggleDocumentDetailsPopupWindow(dom_id, show, url){\n ...@@ -70,7 +82,7 @@ function toggleDocumentDetailsPopupWindow(dom_id, show, url){\n
</item> </item>
<item> <item>
<key> <string>size</string> </key> <key> <string>size</string> </key>
<value> <long>1041</long> </value> <value> <int>1319</int> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="File" module="OFS.Image"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>http_cache</string> </value>
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts49562786.25</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>switch.js</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>application/javascript</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
MochiKit.DOM.addLoadEvent(setScreenClass);\n
connect(window, "onresize", setScreenClass);\n
\n
function setScreenClass(){\n
var fmt = document.documentElement.clientWidth;\n
var cls = (fmt<=800)?\'screen_small\':(fmt>800)?\'screen_wide\':\'screen_small\';\n
document.body.className=cls;\n
};\n
]]></string> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <long>278</long> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
...@@ -123,8 +123,7 @@ ...@@ -123,8 +123,7 @@
\'%s/km_custom.css\' % portal_path,\n \'%s/km_custom.css\' % portal_path,\n
];\n ];\n
global js_list python:[\n global js_list python:[\n
\'%s/erp5_km_utils.js\' % portal_path,\n \'%s/km_js/erp5_km.js\' % portal_path,\n
\'%s/km_js/switch.js\' % portal_path,\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="layout">\n <tal:block metal:fill-slot="layout">\n
......
1442 1443
\ 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