diff --git a/bt5/erp5_jquery_plugin_scrollto/PathTemplateItem/portal_skins/erp5_jquery/plugin/scrollto.xml b/bt5/erp5_jquery_plugin_scrollto/PathTemplateItem/portal_skins/erp5_jquery/plugin/scrollto.xml new file mode 100644 index 0000000000000000000000000000000000000000..5eeb2800b62415555e4a14daf6613012cf25d158 --- /dev/null +++ b/bt5/erp5_jquery_plugin_scrollto/PathTemplateItem/portal_skins/erp5_jquery/plugin/scrollto.xml @@ -0,0 +1,26 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Folder" module="OFS.Folder"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_objects</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>scrollto</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string></string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_jquery_plugin_scrollto/PathTemplateItem/portal_skins/erp5_jquery/plugin/scrollto/jquery.scrollTo-min.js.xml b/bt5/erp5_jquery_plugin_scrollto/PathTemplateItem/portal_skins/erp5_jquery/plugin/scrollto/jquery.scrollTo-min.js.xml new file mode 100644 index 0000000000000000000000000000000000000000..b30bfee893102b5f1984f0b063c62dc133c92886 --- /dev/null +++ b/bt5/erp5_jquery_plugin_scrollto/PathTemplateItem/portal_skins/erp5_jquery/plugin/scrollto/jquery.scrollTo-min.js.xml @@ -0,0 +1,57 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="File" module="OFS.Image"/> + </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>ts79962421.31</string> </value> + </item> + <item> + <key> <string>__name__</string> </key> + <value> <string>jquery.scrollTo-min.js</string> </value> + </item> + <item> + <key> <string>content_type</string> </key> + <value> <string>application/x-javascript</string> </value> + </item> + <item> + <key> <string>data</string> </key> + <value> <string encoding="cdata"><![CDATA[ + +/*\n + * jQuery.ScrollTo - Easy element scrolling using jQuery\n + * Copyright (c) 2007-2009 Ariel Flesler - aflesler(at)gmail(dot)com | http://flesler.blogspot.com\n + * Dual licensed under MIT and GPL.\n + * Date: 06/05/2009\n + * @author Ariel Flesler\n + * @version 1.4.2\n + * http://flesler.blogspot.com/2007/10/jqueryscrollto.html\n + */\n +;(function(c){var a=c.scrollTo=function(f,e,d){c(window).scrollTo(f,e,d)};a.defaults={axis:"xy",duration:parseFloat(c.fn.jquery)>=1.3?0:1};a.window=function(d){return c(window)._scrollable()};c.fn._scrollable=function(){return this.map(function(){var e=this,d=!e.nodeName||c.inArray(e.nodeName.toLowerCase(),["iframe","#document","html","body"])!=-1;if(!d){return e}var f=(e.contentWindow||e).document||e.ownerDocument||e;return c.browser.safari||f.compatMode=="BackCompat"?f.body:f.documentElement})};c.fn.scrollTo=function(f,e,d){if(typeof e=="object"){d=e;e=0}if(typeof d=="function"){d={onAfter:d}}if(f=="max"){f=9000000000}d=c.extend({},a.defaults,d);e=e||d.speed||d.duration;d.queue=d.queue&&d.axis.length>1;if(d.queue){e/=2}d.offset=b(d.offset);d.over=b(d.over);return this._scrollable().each(function(){var l=this,j=c(l),k=f,i,g={},m=j.is("html,body");switch(typeof k){case"number":case"string":if(/^([+-]=)?\\d+(\\.\\d+)?(px|%)?$/.test(k)){k=b(k);break}k=c(k,this);case"object":if(k.is||k.style){i=(k=c(k)).offset()}}c.each(d.axis.split(""),function(q,r){var s=r=="x"?"Left":"Top",u=s.toLowerCase(),p="scroll"+s,o=l[p],n=a.max(l,r);if(i){g[p]=i[u]+(m?0:o-j.offset()[u]);if(d.margin){g[p]-=parseInt(k.css("margin"+s))||0;g[p]-=parseInt(k.css("border"+s+"Width"))||0}g[p]+=d.offset[u]||0;if(d.over[u]){g[p]+=k[r=="x"?"width":"height"]()*d.over[u]}}else{var t=k[u];g[p]=t.slice&&t.slice(-1)=="%"?parseFloat(t)/100*n:t}if(/^\\d+$/.test(g[p])){g[p]=g[p]<=0?0:Math.min(g[p],n)}if(!q&&d.queue){if(o!=g[p]){h(d.onAfterFirst)}delete g[p]}});h(d.onAfter);function h(n){j.animate(g,e,d.easing,n&&function(){n.call(this,f,d)})}}).end()};a.max=function(j,i){var h=i=="x"?"Width":"Height",e="scroll"+h;if(!c(j).is("html,body")){return j[e]-c(j)[h.toLowerCase()]()}var g="client"+h,f=j.ownerDocument.documentElement,d=j.ownerDocument.body;return Math.max(f[e],d[e])-Math.min(f[g],d[g])};function b(d){return typeof d=="object"?d:{top:d,left:d}}})(jQuery); + +]]></string> </value> + </item> + <item> + <key> <string>precondition</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>size</string> </key> + <value> <int>2266</int> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string></string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_jquery_plugin_scrollto/bt/change_log b/bt5/erp5_jquery_plugin_scrollto/bt/change_log new file mode 100644 index 0000000000000000000000000000000000000000..6c7854e368da35cbd181c6a55953ee2e591ae60f --- /dev/null +++ b/bt5/erp5_jquery_plugin_scrollto/bt/change_log @@ -0,0 +1,2 @@ +2010-11-02 gabriel +* The initial commit \ No newline at end of file diff --git a/bt5/erp5_jquery_plugin_scrollto/bt/copyright_list b/bt5/erp5_jquery_plugin_scrollto/bt/copyright_list new file mode 100644 index 0000000000000000000000000000000000000000..47af9544bf347df9c8e0f9012f1b865e3abba6b3 --- /dev/null +++ b/bt5/erp5_jquery_plugin_scrollto/bt/copyright_list @@ -0,0 +1 @@ +2010 (c) Nexedi SA \ No newline at end of file diff --git a/bt5/erp5_jquery_plugin_scrollto/bt/dependency_list b/bt5/erp5_jquery_plugin_scrollto/bt/dependency_list new file mode 100644 index 0000000000000000000000000000000000000000..a3d3a39331b4f672bbc4a7c088691cfaab593b1c --- /dev/null +++ b/bt5/erp5_jquery_plugin_scrollto/bt/dependency_list @@ -0,0 +1 @@ +erp5_jquery \ No newline at end of file diff --git a/bt5/erp5_jquery_plugin_scrollto/bt/description b/bt5/erp5_jquery_plugin_scrollto/bt/description new file mode 100644 index 0000000000000000000000000000000000000000..dfd3a466763a8f55d6ec2e159ba7fb60aee9f7de --- /dev/null +++ b/bt5/erp5_jquery_plugin_scrollto/bt/description @@ -0,0 +1 @@ +This Business Template contains only static files of jQuery ScrollTo Plugin. \ No newline at end of file diff --git a/bt5/erp5_jquery_plugin_scrollto/bt/license b/bt5/erp5_jquery_plugin_scrollto/bt/license new file mode 100644 index 0000000000000000000000000000000000000000..3a3e12bcad97e4b3bdd6a8bb499fd23a4bcb0819 --- /dev/null +++ b/bt5/erp5_jquery_plugin_scrollto/bt/license @@ -0,0 +1 @@ +GPL \ No newline at end of file diff --git a/bt5/erp5_jquery_plugin_scrollto/bt/maintainer_list b/bt5/erp5_jquery_plugin_scrollto/bt/maintainer_list new file mode 100644 index 0000000000000000000000000000000000000000..38363f73039fa6118b4a55f85965b90af9fc9384 --- /dev/null +++ b/bt5/erp5_jquery_plugin_scrollto/bt/maintainer_list @@ -0,0 +1 @@ +gabriel \ No newline at end of file diff --git a/bt5/erp5_jquery_plugin_scrollto/bt/revision b/bt5/erp5_jquery_plugin_scrollto/bt/revision new file mode 100644 index 0000000000000000000000000000000000000000..d8263ee9860594d2806b0dfd1bfd17528b0ba2a4 --- /dev/null +++ b/bt5/erp5_jquery_plugin_scrollto/bt/revision @@ -0,0 +1 @@ +2 \ No newline at end of file diff --git a/bt5/erp5_jquery_plugin_scrollto/bt/template_format_version b/bt5/erp5_jquery_plugin_scrollto/bt/template_format_version new file mode 100644 index 0000000000000000000000000000000000000000..56a6051ca2b02b04ef92d5150c9ef600403cb1de --- /dev/null +++ b/bt5/erp5_jquery_plugin_scrollto/bt/template_format_version @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/bt5/erp5_jquery_plugin_scrollto/bt/template_path_list b/bt5/erp5_jquery_plugin_scrollto/bt/template_path_list new file mode 100644 index 0000000000000000000000000000000000000000..4ef8ae5a796b91fb373ef628be8754c17a1ad698 --- /dev/null +++ b/bt5/erp5_jquery_plugin_scrollto/bt/template_path_list @@ -0,0 +1,2 @@ +portal_skins/erp5_jquery/plugin/scrollto +portal_skins/erp5_jquery/plugin/scrollto/** \ No newline at end of file diff --git a/bt5/erp5_jquery_plugin_scrollto/bt/title b/bt5/erp5_jquery_plugin_scrollto/bt/title new file mode 100644 index 0000000000000000000000000000000000000000..6b6652b632bb9062736971c08f9730688d254084 --- /dev/null +++ b/bt5/erp5_jquery_plugin_scrollto/bt/title @@ -0,0 +1 @@ +erp5_jquery_plugin_scrollto \ No newline at end of file diff --git a/bt5/erp5_jquery_plugin_scrollto/bt/version b/bt5/erp5_jquery_plugin_scrollto/bt/version new file mode 100644 index 0000000000000000000000000000000000000000..48360de846a2e022a0b981d250895f20d3480d34 --- /dev/null +++ b/bt5/erp5_jquery_plugin_scrollto/bt/version @@ -0,0 +1 @@ +5.4.7 \ No newline at end of file