Version Notes
Fix bug Javascript
Add to cart and add to link button
Notice how to add static block to layout
Download this release
Release Info
Developer | magpassion |
Extension | MagentoPassion_mp_toolshop_free |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
- app/design/frontend/default/mp_toolshop/.DS_Store +0 -0
- app/design/frontend/default/mp_toolshop/layout/page.xml +2 -2
- app/design/frontend/default/mp_toolshop/template/page/html/footer.phtml +26 -6
- app/design/frontend/default/mp_toolshop/template/page/html/header.phtml +7 -1
- js/magpassion/quickview/cloud-zoom.1.0.2.min.js +1 -0
- js/magpassion/quickview/colorpicker.js +485 -0
- js/magpassion/quickview/configurable.js +319 -0
- js/magpassion/quickview/fancy/fancybox/jquery.fancybox-1.3.4.pack.js +1156 -0
- js/magpassion/quickview/fancy/fancybox/jquery.fancybox-1.3.4.pack.js- +46 -0
- js/magpassion/quickview/fancy/fancybox/jquery.min.js +4 -0
- js/magpassion/quickview/images/controls.png +0 -0
- js/magpassion/quickview/images/left.png +0 -0
- js/magpassion/quickview/images/loading.gif +0 -0
- js/magpassion/quickview/images/right.png +0 -0
- js/magpassion/quickview/images/wait.gif +0 -0
- js/magpassion/quickview/js/jquery-1.7.2.min.js +6 -0
- js/magpassion/quickview/js/jquery.maskedinput.js +7 -0
- js/magpassion/quickview/js/md_quickview.js +132 -0
- js/magpassion/quickview/js/slides.min.jquery.js +127 -0
- js/magpassion/quickview/product.js +776 -0
- js/magpassion/quickview/thickbox/jquery.noconflict.js +1 -0
- js/magpassion/quickview/thickbox/jquery.thickbox.js +308 -0
- package.xml +10 -8
app/design/frontend/default/mp_toolshop/.DS_Store
DELETED
Binary file
|
app/design/frontend/default/mp_toolshop/layout/page.xml
CHANGED
@@ -59,8 +59,8 @@ Default layout, loads most of the pages
|
|
59 |
<action method="addItem"><type>js</type><name>lib/ds-sleight.js</name><params/><if>lt IE 7</if></action>
|
60 |
<action method="addItem"><type>skin_js</type><name>js/ie6.js</name><params/><if>lt IE 7</if></action>
|
61 |
|
62 |
-
<action method="addJs"><script>
|
63 |
-
<action method="addJs"><script>
|
64 |
|
65 |
</block>
|
66 |
|
59 |
<action method="addItem"><type>js</type><name>lib/ds-sleight.js</name><params/><if>lt IE 7</if></action>
|
60 |
<action method="addItem"><type>skin_js</type><name>js/ie6.js</name><params/><if>lt IE 7</if></action>
|
61 |
|
62 |
+
<action method="addJs"><script>magpassion/quickview/js/jquery-1.7.2.min.js</script></action>
|
63 |
+
<action method="addJs"><script>magpassion/quickview/thickbox/jquery.noconflict.js</script></action>
|
64 |
|
65 |
</block>
|
66 |
|
app/design/frontend/default/mp_toolshop/template/page/html/footer.phtml
CHANGED
@@ -26,29 +26,49 @@
|
|
26 |
?>
|
27 |
<div class="footer-container">
|
28 |
<div class="list-brands">
|
29 |
-
<?php
|
|
|
|
|
|
|
|
|
30 |
</div>
|
31 |
<div class="footer">
|
32 |
<div class="wrapper">
|
33 |
<div class="footer-col">
|
34 |
-
<?php
|
|
|
|
|
|
|
|
|
35 |
</div>
|
36 |
<div class="footer-col-1">
|
37 |
-
<?php
|
|
|
|
|
|
|
|
|
38 |
</div>
|
39 |
<div class="footer-col-2">
|
40 |
-
<?php
|
|
|
|
|
|
|
|
|
41 |
</div>
|
42 |
|
43 |
<div class="footer-col-3">
|
44 |
<div class="footer-icon">
|
45 |
-
<?php
|
|
|
|
|
|
|
|
|
46 |
</div>
|
47 |
<?php echo $this->getChildHtml('left.newsletter') ?>
|
48 |
</div>
|
49 |
</div>
|
50 |
|
51 |
<address><?php echo $this->getCopyright() ?></address>
|
52 |
-
<div class="design_by">Designed by <a title="Visit
|
53 |
</div>
|
54 |
</div>
|
26 |
?>
|
27 |
<div class="footer-container">
|
28 |
<div class="list-brands">
|
29 |
+
<?php
|
30 |
+
if($this->getChildHtml('list_brands'))
|
31 |
+
echo $this->getChildHtml('list_brands');
|
32 |
+
else echo "Please add static block with id=list_brands";
|
33 |
+
?>
|
34 |
</div>
|
35 |
<div class="footer">
|
36 |
<div class="wrapper">
|
37 |
<div class="footer-col">
|
38 |
+
<?php
|
39 |
+
if($this->getChildHtml('store_infomation'))
|
40 |
+
echo $this->getChildHtml('store_infomation');
|
41 |
+
else echo "Please add static block with id=store_infomation";
|
42 |
+
?>
|
43 |
</div>
|
44 |
<div class="footer-col-1">
|
45 |
+
<?php
|
46 |
+
if($this->getChildHtml('my_account'))
|
47 |
+
echo $this->getChildHtml('my_account');
|
48 |
+
else echo "Please add static block with id=my_account";
|
49 |
+
?>
|
50 |
</div>
|
51 |
<div class="footer-col-2">
|
52 |
+
<?php
|
53 |
+
if($this->getChildHtml('extras'))
|
54 |
+
echo $this->getChildHtml('extras');
|
55 |
+
else echo "Please add static block with id=extras";
|
56 |
+
?>
|
57 |
</div>
|
58 |
|
59 |
<div class="footer-col-3">
|
60 |
<div class="footer-icon">
|
61 |
+
<?php
|
62 |
+
if($this->getChildHtml('footer_icon'))
|
63 |
+
echo $this->getChildHtml('footer_icon');
|
64 |
+
else echo "Please add static block with id=footer_icon";
|
65 |
+
?>
|
66 |
</div>
|
67 |
<?php echo $this->getChildHtml('left.newsletter') ?>
|
68 |
</div>
|
69 |
</div>
|
70 |
|
71 |
<address><?php echo $this->getCopyright() ?></address>
|
72 |
+
<div class="design_by">Designed by <a title="Visit Magpassion.com!" href="http://www.magpassion.com/">MagPassion</a> - Powered by Magento.</div>
|
73 |
</div>
|
74 |
</div>
|
app/design/frontend/default/mp_toolshop/template/page/html/header.phtml
CHANGED
@@ -53,7 +53,13 @@
|
|
53 |
|
54 |
<?php echo $this->getChildHtml('topSearch') ?>
|
55 |
|
56 |
-
<?php
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
</div>
|
58 |
</div>
|
59 |
|
53 |
|
54 |
<?php echo $this->getChildHtml('topSearch') ?>
|
55 |
|
56 |
+
<?php if($this->getChildHtml('header_bottom')): ?>
|
57 |
+
<?php echo $this->getChildHtml('header_bottom'); ?>
|
58 |
+
<?php else:?>
|
59 |
+
<ul class="header_bottom">
|
60 |
+
<li>if this message display, please new static block with id="head_bottom"</li>
|
61 |
+
</ul>
|
62 |
+
<?php endif;?>
|
63 |
</div>
|
64 |
</div>
|
65 |
|
js/magpassion/quickview/cloud-zoom.1.0.2.min.js
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('(k($){$(2l).2D(k(){$(\'.F-q, .F-q-2a\').R()});k M(1p){2E(8 i=1;i<2n.2i;i++){1p=1p.1a(\'%\'+(i-1),2n[i])}1g 1p}k R(t,c){8 d=$(\'1f\',t);8 1n;8 1u;8 j=o;8 $C=o;8 n=o;8 $u=o;8 A=o;8 $19=o;8 T;8 1J=0;8 12,13;8 1M=0;8 1G=0;8 1j=0;8 1t=0;8 1I=0;8 1x,1z;8 17=b,20;24(k(){9($C===o){8 w=t.r();t.10().P(M(\'<s X="r:%I;p:U;E:2z%;G:%15;2A-2S:2O" 18="F-q-1H" >2P...</s>\',w/3,(w/ 2) - (w /6))).Q(\':W\').l(\'V\',0.5)}},2R);8 2k=k(){9($19!==o){$19.B();$19=o}};b.1F=k(){9(n){n.B();n=o}9($u){$u.B();$u=o}9(A){A.B();A=o}2k();$(\'.F-q-1H\',t.10()).B()};b.2u=k(){t.f(\'q\',o);9($C){$C.2G();$C.B();$C=o}9(j){j.B();j=o}b.1F()};b.2e=k(){9(j){j.B();j=o}b.1F()};b.1Y=k(){9(n){8 x=(1x-d.2x().G-(12*0.5))>>0;8 y=(1z-d.2x().E-(13*0.5))>>0;9(x<0){x=0}1B 9(x>(d.L()-12)){x=(d.L()-12)}9(y<0){y=0}1B 9(y>(d.J()-13)){y=(d.J()-13)}n.l({G:x,E:y});n.l(\'O-p\',(-x)+\'1l \'+(-y)+\'1l\');1M=(((x)/d.L())*T.r)>>0;1G=(((y)/d.J())*T.K)>>0;1t+=(1M-1t)/c.1R;1j+=(1G-1j)/c.1R;j.l(\'O-p\',(-(1t>>0)+\'1l \')+(-(1j>>0)+\'1l\'))}1J=24(k(){17.1Y()},30)};b.1W=k(1f,1b){1I++;9(1b===1){T=1f}9(1I===2){b.21()}};b.21=k(){$(\'.F-q-1H\',t.10()).B();$C=t.10().P(M("<s 18=\'2I\' X=\'O:#2H;V:0;2L:2M(V=0);z-1C:1D;p:U;r:%I;K:%15;G:%1i;E:%2g;\\\'></s>",d.L(),d.J(),0,0)).Q(\':W\');$C.1m(\'2Q\',b,k(m){1x=m.26;1z=m.27});$C.1m(\'2F\',b,k(m){2N(1J);9(n){n.1v(1K)}9($u){$u.1v(1K)}9(A){A.1v(1K)}j.1v(2B,k(){17.2e()});1g S});$C.1m(\'2C\',b,k(m){1x=m.26;1z=m.27;20=m.f;9(j){j.2X(16,S);j.B()}8 11=c.2w,14=c.2j;8 1h=d.L();8 1d=d.J();8 w=c.1T;8 h=c.1U;9(c.1T==\'1w\'){w=1h}9(c.1U==\'1w\'){h=1d}8 Y=t.10();3e(c.p){1c\'E\':14-=h;1e;1c\'1P\':11+=1h;1e;1c\'2s\':14+=1d;1e;1c\'G\':11-=w;1e;1c\'2v\':w=1h;h=1d;1e;39:Y=$(\'#\'+c.p);9(!Y.2i){Y=t;11+=1h;14+=1d}1B{w=Y.3c();h=Y.2T()}}j=Y.P(M(\'<s 1b="F-q-2h" 18="F-q-2h" X="Z:1k;p:U;G:%I;E:%15;r:%1i;K:%2g;O-3f:1s(\\\'%4\\\');z-1C:1D;"></s>\',11,14,w,h,T.H)).Q(\':W\');9(d.v(\'1E\')&&c.2t){j.P(M(\'<s 18="F-q-1E">%0</s>\',d.v(\'1E\'))).Q(\':W\').l(\'V\',c.2q)}9($.29.3b&&$.29.3g<7){$19=$(\'<23 3a="0" H="#"></23>\').l({p:"U",G:11,E:14,37:1D,r:w,K:h}).2Y(j)}j.1r(1o);9(n){n.B();n=o}9(2d m.f.1L==\'2p\'){m.f.1L=j.2y(0).38-(j.l(\'1y-G-r\').1a(/\\D/g,\'\')*1)-(j.l(\'1y-1P-r\').1a(/\\D/g,\'\')*1)}9(2d m.f.1N==\'2p\'){m.f.1N=j.2y(0).2W-(j.l(\'1y-E-r\').1a(/\\D/g,\'\')*1)-(j.l(\'1y-2s-r\').1a(/\\D/g,\'\')*1)}12=(d.L()/T.r)*m.f.1L;13=(d.J()/T.K)*m.f.1N;n=t.P(M("<s 18 = \'F-q-n\' X=\'Z:1k;z-1C:35;p:U;r:%I;K:%15;\'></s>",12,13)).Q(\':W\');$C.l(\'2o\',n.l(\'2o\'));8 1q=S;9(c.u){n.l(\'O\',\'1s("\'+d.v(\'H\')+\'")\');$u=t.P(M(\'<s X="Z:1k;p:U; G:I; E:I; r:%I; K:%15; O-32:%2;" />\',d.L(),d.J(),c.u)).Q(\':W\');$u.l(\'V\',c.22);1q=16;$u.1r(1o)}9(c.A){n.l(\'O\',\'1s("\'+d.v(\'H\')+\'")\');A=t.P(M(\'<s X="p:U;Z:1k;E:1i; G:1i; r:%I; K:%15;" />\',d.L()-2,d.J()-2,c.u)).Q(\':W\');A.l(\'O\',\'1s("\'+d.v(\'H\')+\'")\');A.l(\'V\',0.5);1q=16;A.1r(1o)}9(!1q){n.l(\'V\',c.2b)}9(c.p!==\'2v\'){n.1r(1o)}20.1Y();1g})};1n=1Z 2r();$(1n).2m(k(){17.1W(b,0)});1n.H=d.v(\'H\');1u=1Z 2r();$(1u).2m(k(){17.1W(b,1)});1u.H=t.v(\'1V\')}$.1Q.R=k(1S){34{2l.36("31",S,16)}2Z(e){}b.2V(k(){8 N,c;2U(\'8 a = {\'+$(b).v(\'3d\')+\'}\');N=a;9($(b).28(\'.F-q\')){$(b).l({\'p\':\'2c\',\'Z\':\'2f\'});$(\'1f\',$(b)).l({\'Z\':\'2f\'});9($(b).10().v(\'1b\')!=\'1O\'){$(b).1O(\'<s 1b="1O" X="E:I;z-1C:1D;p:2c;"></s>\')}c=$.1X({},$.1Q.R.25,1S);c=$.1X({},c,N);$(b).f(\'q\',1Z R($(b),c))}1B 9($(b).28(\'.F-q-2a\')){c=$.1X({},N,1S);$(b).f(\'N\',c);$(b).1m(\'2K\',$(b),k(m){8 f=m.f.f(\'N\');$(\'#\'+f.1A).f(\'q\').2u();$(\'#\'+f.1A).v(\'1V\',m.f.v(\'1V\'));$(\'#\'+f.1A+\' 1f\').v(\'H\',m.f.f(\'N\').2J);$(\'#\'+m.f.f(\'N\').1A).R();1g S})}});1g b};$.1Q.R.25={1T:\'1w\',1U:\'1w\',p:\'1P\',u:S,22:0.5,2b:0.5,A:S,1R:3,2t:16,2q:0.5,2w:0,2j:0}})(33);',62,203,'||||||||var|if||this|opts|sImg||data||||zoomDiv|function|css|event|lens|null|position|zoom|width|div|jWin|tint|attr|||||softFocus|remove|mouseTrap||top|cloud|left|src|0px|outerHeight|height|outerWidth|format|relOpts|background|append|find|CloudZoom|false|zoomImage|absolute|opacity|last|style|appendTo|display|parent|xPos|cw|ch|yPos|1px|true|ctx|class|ie6Fix|replace|id|case|sih|break|img|return|siw|2px|currV|none|px|bind|img1|500|str|noTrans|fadeIn|url|currU|img2|fadeOut|auto|mx|border|my|useZoom|else|index|99|title|removeBits|destV|loading|filesLoaded|controlTimer|299|zoomDivWidth|destU|zoomDivHeight|wrap|right|fn|smoothMove|options|zoomWidth|zoomHeight|href|init2|extend|controlLoop|new|zw|init|tintOpacity|iframe|setTimeout|defaults|pageX|pageY|is|browser|gallery|lensOpacity|relative|typeof|fadedOut|block|3px|big|length|adjustY|ie6FixRemove|document|load|arguments|cursor|undefined|titleOpacity|Image|bottom|showTitle|destroy|inside|adjustX|offset|get|75|text|300|mouseenter|ready|for|mouseleave|unbind|fff|mousetrap|smallImage|click|filter|alpha|clearTimeout|center|Loading|mousemove|200|align|innerHeight|eval|each|offsetHeight|stop|insertBefore|catch||BackgroundImageCache|color|jQuery|try|98|execCommand|zIndex|offsetWidth|default|frameborder|msie|innerWidth|rel|switch|image|version'.split('|'),0,{}))
|
js/magpassion/quickview/colorpicker.js
ADDED
@@ -0,0 +1,485 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/**
|
2 |
+
*
|
3 |
+
* Color picker
|
4 |
+
* Author: Stefan Petre www.eyecon.ro
|
5 |
+
*
|
6 |
+
* Dual licensed under the MIT and GPL licenses
|
7 |
+
*
|
8 |
+
*/
|
9 |
+
jQuery.noConflict();
|
10 |
+
(function ($) {
|
11 |
+
var ColorPicker = function () {
|
12 |
+
var
|
13 |
+
ids = {},
|
14 |
+
inAction,
|
15 |
+
charMin = 65,
|
16 |
+
visible,
|
17 |
+
tpl = '<div class="colorpicker"><div class="colorpicker_color"><div><div></div></div></div><div class="colorpicker_hue"><div></div></div><div class="colorpicker_new_color"></div><div class="colorpicker_current_color"></div><div class="colorpicker_hex"><input type="text" maxlength="6" size="6" /></div><div class="colorpicker_rgb_r colorpicker_field"><input type="text" maxlength="3" size="3" /><span></span></div><div class="colorpicker_rgb_g colorpicker_field"><input type="text" maxlength="3" size="3" /><span></span></div><div class="colorpicker_rgb_b colorpicker_field"><input type="text" maxlength="3" size="3" /><span></span></div><div class="colorpicker_hsb_h colorpicker_field"><input type="text" maxlength="3" size="3" /><span></span></div><div class="colorpicker_hsb_s colorpicker_field"><input type="text" maxlength="3" size="3" /><span></span></div><div class="colorpicker_hsb_b colorpicker_field"><input type="text" maxlength="3" size="3" /><span></span></div><div class="colorpicker_submit"></div></div>',
|
18 |
+
defaults = {
|
19 |
+
eventName: 'click',
|
20 |
+
onShow: function () {},
|
21 |
+
onBeforeShow: function(){},
|
22 |
+
onHide: function () {},
|
23 |
+
onChange: function () {},
|
24 |
+
onSubmit: function () {},
|
25 |
+
color: 'ff0000',
|
26 |
+
livePreview: true,
|
27 |
+
flat: false
|
28 |
+
},
|
29 |
+
fillRGBFields = function (hsb, cal) {
|
30 |
+
var rgb = HSBToRGB(hsb);
|
31 |
+
$(cal).data('colorpicker').fields
|
32 |
+
.eq(1).val(rgb.r).end()
|
33 |
+
.eq(2).val(rgb.g).end()
|
34 |
+
.eq(3).val(rgb.b).end();
|
35 |
+
},
|
36 |
+
fillHSBFields = function (hsb, cal) {
|
37 |
+
$(cal).data('colorpicker').fields
|
38 |
+
.eq(4).val(hsb.h).end()
|
39 |
+
.eq(5).val(hsb.s).end()
|
40 |
+
.eq(6).val(hsb.b).end();
|
41 |
+
},
|
42 |
+
fillHexFields = function (hsb, cal) {
|
43 |
+
$(cal).data('colorpicker').fields
|
44 |
+
.eq(0).val(HSBToHex(hsb)).end();
|
45 |
+
},
|
46 |
+
setSelector = function (hsb, cal) {
|
47 |
+
$(cal).data('colorpicker').selector.css('backgroundColor', '#' + HSBToHex({h: hsb.h, s: 100, b: 100}));
|
48 |
+
$(cal).data('colorpicker').selectorIndic.css({
|
49 |
+
left: parseInt(150 * hsb.s/100, 10),
|
50 |
+
top: parseInt(150 * (100-hsb.b)/100, 10)
|
51 |
+
});
|
52 |
+
},
|
53 |
+
setHue = function (hsb, cal) {
|
54 |
+
$(cal).data('colorpicker').hue.css('top', parseInt(150 - 150 * hsb.h/360, 10));
|
55 |
+
},
|
56 |
+
setCurrentColor = function (hsb, cal) {
|
57 |
+
$(cal).data('colorpicker').currentColor.css('backgroundColor', '#' + HSBToHex(hsb));
|
58 |
+
},
|
59 |
+
setNewColor = function (hsb, cal) {
|
60 |
+
$(cal).data('colorpicker').newColor.css('backgroundColor', '#' + HSBToHex(hsb));
|
61 |
+
},
|
62 |
+
keyDown = function (ev) {
|
63 |
+
var pressedKey = ev.charCode || ev.keyCode || -1;
|
64 |
+
if ((pressedKey > charMin && pressedKey <= 90) || pressedKey == 32) {
|
65 |
+
return false;
|
66 |
+
}
|
67 |
+
var cal = $(this).parent().parent();
|
68 |
+
if (cal.data('colorpicker').livePreview === true) {
|
69 |
+
change.apply(this);
|
70 |
+
}
|
71 |
+
},
|
72 |
+
change = function (ev) {
|
73 |
+
var cal = $(this).parent().parent(), col;
|
74 |
+
if (this.parentNode.className.indexOf('_hex') > 0) {
|
75 |
+
cal.data('colorpicker').color = col = HexToHSB(fixHex(this.value));
|
76 |
+
} else if (this.parentNode.className.indexOf('_hsb') > 0) {
|
77 |
+
cal.data('colorpicker').color = col = fixHSB({
|
78 |
+
h: parseInt(cal.data('colorpicker').fields.eq(4).val(), 10),
|
79 |
+
s: parseInt(cal.data('colorpicker').fields.eq(5).val(), 10),
|
80 |
+
b: parseInt(cal.data('colorpicker').fields.eq(6).val(), 10)
|
81 |
+
});
|
82 |
+
} else {
|
83 |
+
cal.data('colorpicker').color = col = RGBToHSB(fixRGB({
|
84 |
+
r: parseInt(cal.data('colorpicker').fields.eq(1).val(), 10),
|
85 |
+
g: parseInt(cal.data('colorpicker').fields.eq(2).val(), 10),
|
86 |
+
b: parseInt(cal.data('colorpicker').fields.eq(3).val(), 10)
|
87 |
+
}));
|
88 |
+
}
|
89 |
+
if (ev) {
|
90 |
+
fillRGBFields(col, cal.get(0));
|
91 |
+
fillHexFields(col, cal.get(0));
|
92 |
+
fillHSBFields(col, cal.get(0));
|
93 |
+
}
|
94 |
+
setSelector(col, cal.get(0));
|
95 |
+
setHue(col, cal.get(0));
|
96 |
+
setNewColor(col, cal.get(0));
|
97 |
+
cal.data('colorpicker').onChange.apply(cal, [col, HSBToHex(col), HSBToRGB(col)]);
|
98 |
+
},
|
99 |
+
blur = function (ev) {
|
100 |
+
var cal = $(this).parent().parent();
|
101 |
+
cal.data('colorpicker').fields.parent().removeClass('colorpicker_focus');
|
102 |
+
},
|
103 |
+
focus = function () {
|
104 |
+
charMin = this.parentNode.className.indexOf('_hex') > 0 ? 70 : 65;
|
105 |
+
$(this).parent().parent().data('colorpicker').fields.parent().removeClass('colorpicker_focus');
|
106 |
+
$(this).parent().addClass('colorpicker_focus');
|
107 |
+
},
|
108 |
+
downIncrement = function (ev) {
|
109 |
+
var field = $(this).parent().find('input').focus();
|
110 |
+
var current = {
|
111 |
+
el: $(this).parent().addClass('colorpicker_slider'),
|
112 |
+
max: this.parentNode.className.indexOf('_hsb_h') > 0 ? 360 : (this.parentNode.className.indexOf('_hsb') > 0 ? 100 : 255),
|
113 |
+
y: ev.pageY,
|
114 |
+
field: field,
|
115 |
+
val: parseInt(field.val(), 10),
|
116 |
+
preview: $(this).parent().parent().data('colorpicker').livePreview
|
117 |
+
};
|
118 |
+
$(document).bind('mouseup', current, upIncrement);
|
119 |
+
$(document).bind('mousemove', current, moveIncrement);
|
120 |
+
},
|
121 |
+
moveIncrement = function (ev) {
|
122 |
+
ev.data.field.val(Math.max(0, Math.min(ev.data.max, parseInt(ev.data.val + ev.pageY - ev.data.y, 10))));
|
123 |
+
if (ev.data.preview) {
|
124 |
+
change.apply(ev.data.field.get(0), [true]);
|
125 |
+
}
|
126 |
+
return false;
|
127 |
+
},
|
128 |
+
upIncrement = function (ev) {
|
129 |
+
change.apply(ev.data.field.get(0), [true]);
|
130 |
+
ev.data.el.removeClass('colorpicker_slider').find('input').focus();
|
131 |
+
$(document).unbind('mouseup', upIncrement);
|
132 |
+
$(document).unbind('mousemove', moveIncrement);
|
133 |
+
return false;
|
134 |
+
},
|
135 |
+
downHue = function (ev) {
|
136 |
+
var current = {
|
137 |
+
cal: $(this).parent(),
|
138 |
+
y: $(this).offset().top
|
139 |
+
};
|
140 |
+
current.preview = current.cal.data('colorpicker').livePreview;
|
141 |
+
$(document).bind('mouseup', current, upHue);
|
142 |
+
$(document).bind('mousemove', current, moveHue);
|
143 |
+
},
|
144 |
+
moveHue = function (ev) {
|
145 |
+
change.apply(
|
146 |
+
ev.data.cal.data('colorpicker')
|
147 |
+
.fields
|
148 |
+
.eq(4)
|
149 |
+
.val(parseInt(360*(150 - Math.max(0,Math.min(150,(ev.pageY - ev.data.y))))/150, 10))
|
150 |
+
.get(0),
|
151 |
+
[ev.data.preview]
|
152 |
+
);
|
153 |
+
return false;
|
154 |
+
},
|
155 |
+
upHue = function (ev) {
|
156 |
+
fillRGBFields(ev.data.cal.data('colorpicker').color, ev.data.cal.get(0));
|
157 |
+
fillHexFields(ev.data.cal.data('colorpicker').color, ev.data.cal.get(0));
|
158 |
+
$(document).unbind('mouseup', upHue);
|
159 |
+
$(document).unbind('mousemove', moveHue);
|
160 |
+
return false;
|
161 |
+
},
|
162 |
+
downSelector = function (ev) {
|
163 |
+
var current = {
|
164 |
+
cal: $(this).parent(),
|
165 |
+
pos: $(this).offset()
|
166 |
+
};
|
167 |
+
current.preview = current.cal.data('colorpicker').livePreview;
|
168 |
+
$(document).bind('mouseup', current, upSelector);
|
169 |
+
$(document).bind('mousemove', current, moveSelector);
|
170 |
+
},
|
171 |
+
moveSelector = function (ev) {
|
172 |
+
change.apply(
|
173 |
+
ev.data.cal.data('colorpicker')
|
174 |
+
.fields
|
175 |
+
.eq(6)
|
176 |
+
.val(parseInt(100*(150 - Math.max(0,Math.min(150,(ev.pageY - ev.data.pos.top))))/150, 10))
|
177 |
+
.end()
|
178 |
+
.eq(5)
|
179 |
+
.val(parseInt(100*(Math.max(0,Math.min(150,(ev.pageX - ev.data.pos.left))))/150, 10))
|
180 |
+
.get(0),
|
181 |
+
[ev.data.preview]
|
182 |
+
);
|
183 |
+
return false;
|
184 |
+
},
|
185 |
+
upSelector = function (ev) {
|
186 |
+
fillRGBFields(ev.data.cal.data('colorpicker').color, ev.data.cal.get(0));
|
187 |
+
fillHexFields(ev.data.cal.data('colorpicker').color, ev.data.cal.get(0));
|
188 |
+
$(document).unbind('mouseup', upSelector);
|
189 |
+
$(document).unbind('mousemove', moveSelector);
|
190 |
+
return false;
|
191 |
+
},
|
192 |
+
enterSubmit = function (ev) {
|
193 |
+
$(this).addClass('colorpicker_focus');
|
194 |
+
},
|
195 |
+
leaveSubmit = function (ev) {
|
196 |
+
$(this).removeClass('colorpicker_focus');
|
197 |
+
},
|
198 |
+
clickSubmit = function (ev) {
|
199 |
+
var cal = $(this).parent();
|
200 |
+
var col = cal.data('colorpicker').color;
|
201 |
+
cal.data('colorpicker').origColor = col;
|
202 |
+
setCurrentColor(col, cal.get(0));
|
203 |
+
cal.data('colorpicker').onSubmit(col, HSBToHex(col), HSBToRGB(col), cal.data('colorpicker').el);
|
204 |
+
},
|
205 |
+
show = function (ev) {
|
206 |
+
var cal = $('#' + $(this).data('colorpickerId'));
|
207 |
+
cal.data('colorpicker').onBeforeShow.apply(this, [cal.get(0)]);
|
208 |
+
var pos = $(this).offset();
|
209 |
+
var viewPort = getViewport();
|
210 |
+
var top = pos.top + this.offsetHeight;
|
211 |
+
var left = pos.left;
|
212 |
+
if (top + 176 > viewPort.t + viewPort.h) {
|
213 |
+
top -= this.offsetHeight + 176;
|
214 |
+
}
|
215 |
+
if (left + 356 > viewPort.l + viewPort.w) {
|
216 |
+
left -= 356;
|
217 |
+
}
|
218 |
+
cal.css({left: left + 'px', top: top + 'px'});
|
219 |
+
if (cal.data('colorpicker').onShow.apply(this, [cal.get(0)]) != false) {
|
220 |
+
cal.show();
|
221 |
+
}
|
222 |
+
$(document).bind('mousedown', {cal: cal}, hide);
|
223 |
+
return false;
|
224 |
+
},
|
225 |
+
hide = function (ev) {
|
226 |
+
if (!isChildOf(ev.data.cal.get(0), ev.target, ev.data.cal.get(0))) {
|
227 |
+
if (ev.data.cal.data('colorpicker').onHide.apply(this, [ev.data.cal.get(0)]) != false) {
|
228 |
+
ev.data.cal.hide();
|
229 |
+
}
|
230 |
+
$(document).unbind('mousedown', hide);
|
231 |
+
}
|
232 |
+
},
|
233 |
+
isChildOf = function(parentEl, el, container) {
|
234 |
+
if (parentEl == el) {
|
235 |
+
return true;
|
236 |
+
}
|
237 |
+
if (parentEl.contains) {
|
238 |
+
return parentEl.contains(el);
|
239 |
+
}
|
240 |
+
if ( parentEl.compareDocumentPosition ) {
|
241 |
+
return !!(parentEl.compareDocumentPosition(el) & 16);
|
242 |
+
}
|
243 |
+
var prEl = el.parentNode;
|
244 |
+
while(prEl && prEl != container) {
|
245 |
+
if (prEl == parentEl)
|
246 |
+
return true;
|
247 |
+
prEl = prEl.parentNode;
|
248 |
+
}
|
249 |
+
return false;
|
250 |
+
},
|
251 |
+
getViewport = function () {
|
252 |
+
var m = document.compatMode == 'CSS1Compat';
|
253 |
+
return {
|
254 |
+
l : window.pageXOffset || (m ? document.documentElement.scrollLeft : document.body.scrollLeft),
|
255 |
+
t : window.pageYOffset || (m ? document.documentElement.scrollTop : document.body.scrollTop),
|
256 |
+
w : window.innerWidth || (m ? document.documentElement.clientWidth : document.body.clientWidth),
|
257 |
+
h : window.innerHeight || (m ? document.documentElement.clientHeight : document.body.clientHeight)
|
258 |
+
};
|
259 |
+
},
|
260 |
+
fixHSB = function (hsb) {
|
261 |
+
return {
|
262 |
+
h: Math.min(360, Math.max(0, hsb.h)),
|
263 |
+
s: Math.min(100, Math.max(0, hsb.s)),
|
264 |
+
b: Math.min(100, Math.max(0, hsb.b))
|
265 |
+
};
|
266 |
+
},
|
267 |
+
fixRGB = function (rgb) {
|
268 |
+
return {
|
269 |
+
r: Math.min(255, Math.max(0, rgb.r)),
|
270 |
+
g: Math.min(255, Math.max(0, rgb.g)),
|
271 |
+
b: Math.min(255, Math.max(0, rgb.b))
|
272 |
+
};
|
273 |
+
},
|
274 |
+
fixHex = function (hex) {
|
275 |
+
var len = 6 - hex.length;
|
276 |
+
if (len > 0) {
|
277 |
+
var o = [];
|
278 |
+
for (var i=0; i<len; i++) {
|
279 |
+
o.push('0');
|
280 |
+
}
|
281 |
+
o.push(hex);
|
282 |
+
hex = o.join('');
|
283 |
+
}
|
284 |
+
return hex;
|
285 |
+
},
|
286 |
+
HexToRGB = function (hex) {
|
287 |
+
var hex = parseInt(((hex.indexOf('#') > -1) ? hex.substring(1) : hex), 16);
|
288 |
+
return {r: hex >> 16, g: (hex & 0x00FF00) >> 8, b: (hex & 0x0000FF)};
|
289 |
+
},
|
290 |
+
HexToHSB = function (hex) {
|
291 |
+
return RGBToHSB(HexToRGB(hex));
|
292 |
+
},
|
293 |
+
RGBToHSB = function (rgb) {
|
294 |
+
var hsb = {
|
295 |
+
h: 0,
|
296 |
+
s: 0,
|
297 |
+
b: 0
|
298 |
+
};
|
299 |
+
var min = Math.min(rgb.r, rgb.g, rgb.b);
|
300 |
+
var max = Math.max(rgb.r, rgb.g, rgb.b);
|
301 |
+
var delta = max - min;
|
302 |
+
hsb.b = max;
|
303 |
+
if (max != 0) {
|
304 |
+
|
305 |
+
}
|
306 |
+
hsb.s = max != 0 ? 255 * delta / max : 0;
|
307 |
+
if (hsb.s != 0) {
|
308 |
+
if (rgb.r == max) {
|
309 |
+
hsb.h = (rgb.g - rgb.b) / delta;
|
310 |
+
} else if (rgb.g == max) {
|
311 |
+
hsb.h = 2 + (rgb.b - rgb.r) / delta;
|
312 |
+
} else {
|
313 |
+
hsb.h = 4 + (rgb.r - rgb.g) / delta;
|
314 |
+
}
|
315 |
+
} else {
|
316 |
+
hsb.h = -1;
|
317 |
+
}
|
318 |
+
hsb.h *= 60;
|
319 |
+
if (hsb.h < 0) {
|
320 |
+
hsb.h += 360;
|
321 |
+
}
|
322 |
+
hsb.s *= 100/255;
|
323 |
+
hsb.b *= 100/255;
|
324 |
+
return hsb;
|
325 |
+
},
|
326 |
+
HSBToRGB = function (hsb) {
|
327 |
+
var rgb = {};
|
328 |
+
var h = Math.round(hsb.h);
|
329 |
+
var s = Math.round(hsb.s*255/100);
|
330 |
+
var v = Math.round(hsb.b*255/100);
|
331 |
+
if(s == 0) {
|
332 |
+
rgb.r = rgb.g = rgb.b = v;
|
333 |
+
} else {
|
334 |
+
var t1 = v;
|
335 |
+
var t2 = (255-s)*v/255;
|
336 |
+
var t3 = (t1-t2)*(h%60)/60;
|
337 |
+
if(h==360) h = 0;
|
338 |
+
if(h<60) {rgb.r=t1; rgb.b=t2; rgb.g=t2+t3}
|
339 |
+
else if(h<120) {rgb.g=t1; rgb.b=t2; rgb.r=t1-t3}
|
340 |
+
else if(h<180) {rgb.g=t1; rgb.r=t2; rgb.b=t2+t3}
|
341 |
+
else if(h<240) {rgb.b=t1; rgb.r=t2; rgb.g=t1-t3}
|
342 |
+
else if(h<300) {rgb.b=t1; rgb.g=t2; rgb.r=t2+t3}
|
343 |
+
else if(h<360) {rgb.r=t1; rgb.g=t2; rgb.b=t1-t3}
|
344 |
+
else {rgb.r=0; rgb.g=0; rgb.b=0}
|
345 |
+
}
|
346 |
+
return {r:Math.round(rgb.r), g:Math.round(rgb.g), b:Math.round(rgb.b)};
|
347 |
+
},
|
348 |
+
RGBToHex = function (rgb) {
|
349 |
+
var hex = [
|
350 |
+
rgb.r.toString(16),
|
351 |
+
rgb.g.toString(16),
|
352 |
+
rgb.b.toString(16)
|
353 |
+
];
|
354 |
+
$.each(hex, function (nr, val) {
|
355 |
+
if (val.length == 1) {
|
356 |
+
hex[nr] = '0' + val;
|
357 |
+
}
|
358 |
+
});
|
359 |
+
return hex.join('');
|
360 |
+
},
|
361 |
+
HSBToHex = function (hsb) {
|
362 |
+
return RGBToHex(HSBToRGB(hsb));
|
363 |
+
},
|
364 |
+
restoreOriginal = function () {
|
365 |
+
var cal = $(this).parent();
|
366 |
+
var col = cal.data('colorpicker').origColor;
|
367 |
+
cal.data('colorpicker').color = col;
|
368 |
+
fillRGBFields(col, cal.get(0));
|
369 |
+
fillHexFields(col, cal.get(0));
|
370 |
+
fillHSBFields(col, cal.get(0));
|
371 |
+
setSelector(col, cal.get(0));
|
372 |
+
setHue(col, cal.get(0));
|
373 |
+
setNewColor(col, cal.get(0));
|
374 |
+
};
|
375 |
+
return {
|
376 |
+
init: function (opt) {
|
377 |
+
opt = $.extend({}, defaults, opt||{});
|
378 |
+
if (typeof opt.color == 'string') {
|
379 |
+
opt.color = HexToHSB(opt.color);
|
380 |
+
} else if (opt.color.r != undefined && opt.color.g != undefined && opt.color.b != undefined) {
|
381 |
+
opt.color = RGBToHSB(opt.color);
|
382 |
+
} else if (opt.color.h != undefined && opt.color.s != undefined && opt.color.b != undefined) {
|
383 |
+
opt.color = fixHSB(opt.color);
|
384 |
+
} else {
|
385 |
+
return this;
|
386 |
+
}
|
387 |
+
return this.each(function () {
|
388 |
+
if (!$(this).data('colorpickerId')) {
|
389 |
+
var options = $.extend({}, opt);
|
390 |
+
options.origColor = opt.color;
|
391 |
+
var id = 'collorpicker_' + parseInt(Math.random() * 1000);
|
392 |
+
$(this).data('colorpickerId', id);
|
393 |
+
var cal = $(tpl).attr('id', id);
|
394 |
+
if (options.flat) {
|
395 |
+
cal.appendTo(this).show();
|
396 |
+
} else {
|
397 |
+
cal.appendTo(document.body);
|
398 |
+
}
|
399 |
+
options.fields = cal
|
400 |
+
.find('input')
|
401 |
+
.bind('keyup', keyDown)
|
402 |
+
.bind('change', change)
|
403 |
+
.bind('blur', blur)
|
404 |
+
.bind('focus', focus);
|
405 |
+
cal
|
406 |
+
.find('span').bind('mousedown', downIncrement).end()
|
407 |
+
.find('>div.colorpicker_current_color').bind('click', restoreOriginal);
|
408 |
+
options.selector = cal.find('div.colorpicker_color').bind('mousedown', downSelector);
|
409 |
+
options.selectorIndic = options.selector.find('div div');
|
410 |
+
options.el = this;
|
411 |
+
options.hue = cal.find('div.colorpicker_hue div');
|
412 |
+
cal.find('div.colorpicker_hue').bind('mousedown', downHue);
|
413 |
+
options.newColor = cal.find('div.colorpicker_new_color');
|
414 |
+
options.currentColor = cal.find('div.colorpicker_current_color');
|
415 |
+
cal.data('colorpicker', options);
|
416 |
+
cal.find('div.colorpicker_submit')
|
417 |
+
.bind('mouseenter', enterSubmit)
|
418 |
+
.bind('mouseleave', leaveSubmit)
|
419 |
+
.bind('click', clickSubmit);
|
420 |
+
fillRGBFields(options.color, cal.get(0));
|
421 |
+
fillHSBFields(options.color, cal.get(0));
|
422 |
+
fillHexFields(options.color, cal.get(0));
|
423 |
+
setHue(options.color, cal.get(0));
|
424 |
+
setSelector(options.color, cal.get(0));
|
425 |
+
setCurrentColor(options.color, cal.get(0));
|
426 |
+
setNewColor(options.color, cal.get(0));
|
427 |
+
if (options.flat) {
|
428 |
+
cal.css({
|
429 |
+
position: 'relative',
|
430 |
+
display: 'block'
|
431 |
+
});
|
432 |
+
} else {
|
433 |
+
$(this).bind(options.eventName, show);
|
434 |
+
}
|
435 |
+
}
|
436 |
+
});
|
437 |
+
},
|
438 |
+
showPicker: function() {
|
439 |
+
return this.each( function () {
|
440 |
+
if ($(this).data('colorpickerId')) {
|
441 |
+
show.apply(this);
|
442 |
+
}
|
443 |
+
});
|
444 |
+
},
|
445 |
+
hidePicker: function() {
|
446 |
+
return this.each( function () {
|
447 |
+
if ($(this).data('colorpickerId')) {
|
448 |
+
$('#' + $(this).data('colorpickerId')).hide();
|
449 |
+
}
|
450 |
+
});
|
451 |
+
},
|
452 |
+
setColor: function(col) {
|
453 |
+
if (typeof col == 'string') {
|
454 |
+
col = HexToHSB(col);
|
455 |
+
} else if (col.r != undefined && col.g != undefined && col.b != undefined) {
|
456 |
+
col = RGBToHSB(col);
|
457 |
+
} else if (col.h != undefined && col.s != undefined && col.b != undefined) {
|
458 |
+
col = fixHSB(col);
|
459 |
+
} else {
|
460 |
+
return this;
|
461 |
+
}
|
462 |
+
return this.each(function(){
|
463 |
+
if ($(this).data('colorpickerId')) {
|
464 |
+
var cal = $('#' + $(this).data('colorpickerId'));
|
465 |
+
cal.data('colorpicker').color = col;
|
466 |
+
cal.data('colorpicker').origColor = col;
|
467 |
+
fillRGBFields(col, cal.get(0));
|
468 |
+
fillHSBFields(col, cal.get(0));
|
469 |
+
fillHexFields(col, cal.get(0));
|
470 |
+
setHue(col, cal.get(0));
|
471 |
+
setSelector(col, cal.get(0));
|
472 |
+
setCurrentColor(col, cal.get(0));
|
473 |
+
setNewColor(col, cal.get(0));
|
474 |
+
}
|
475 |
+
});
|
476 |
+
}
|
477 |
+
};
|
478 |
+
}();
|
479 |
+
$.fn.extend({
|
480 |
+
ColorPicker: ColorPicker.init,
|
481 |
+
ColorPickerHide: ColorPicker.hidePicker,
|
482 |
+
ColorPickerShow: ColorPicker.showPicker,
|
483 |
+
ColorPickerSetColor: ColorPicker.setColor
|
484 |
+
});
|
485 |
+
})(jQuery)
|
js/magpassion/quickview/configurable.js
ADDED
@@ -0,0 +1,319 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/**
|
2 |
+
* Magento
|
3 |
+
*
|
4 |
+
* NOTICE OF LICENSE
|
5 |
+
*
|
6 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
7 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
8 |
+
* It is also available through the world-wide-web at this URL:
|
9 |
+
* http://opensource.org/licenses/afl-3.0.php
|
10 |
+
* If you did not receive a copy of the license and are unable to
|
11 |
+
* obtain it through the world-wide-web, please send an email
|
12 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
13 |
+
*
|
14 |
+
* DISCLAIMER
|
15 |
+
*
|
16 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
17 |
+
* versions in the future. If you wish to customize Magento for your
|
18 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
19 |
+
*
|
20 |
+
* @category Varien
|
21 |
+
* @package js
|
22 |
+
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
23 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
+
*/
|
25 |
+
if (typeof Product == 'undefined') {
|
26 |
+
var Product = {};
|
27 |
+
}
|
28 |
+
|
29 |
+
/**************************** CONFIGURABLE PRODUCT **************************/
|
30 |
+
Product.Config = Class.create();
|
31 |
+
Product.Config.prototype = {
|
32 |
+
initialize: function(config){
|
33 |
+
this.config = config;
|
34 |
+
this.taxConfig = this.config.taxConfig;
|
35 |
+
if (config.containerId) {
|
36 |
+
this.settings = $$('#' + config.containerId + ' ' + '.super-attribute-select');
|
37 |
+
} else {
|
38 |
+
this.settings = $$('.super-attribute-select');
|
39 |
+
}
|
40 |
+
this.state = new Hash();
|
41 |
+
this.priceTemplate = new Template(this.config.template);
|
42 |
+
this.prices = config.prices;
|
43 |
+
|
44 |
+
// Set default values from config
|
45 |
+
if (config.defaultValues) {
|
46 |
+
this.values = config.defaultValues;
|
47 |
+
}
|
48 |
+
|
49 |
+
// Overwrite defaults by url
|
50 |
+
var separatorIndex = window.location.href.indexOf('#');
|
51 |
+
if (separatorIndex != -1) {
|
52 |
+
var paramsStr = window.location.href.substr(separatorIndex+1);
|
53 |
+
var urlValues = paramsStr.toQueryParams();
|
54 |
+
if (!this.values) {
|
55 |
+
this.values = {};
|
56 |
+
}
|
57 |
+
for (var i in urlValues) {
|
58 |
+
this.values[i] = urlValues[i];
|
59 |
+
}
|
60 |
+
}
|
61 |
+
|
62 |
+
// Overwrite defaults by inputs values if needed
|
63 |
+
if (config.inputsInitialized) {
|
64 |
+
this.values = {};
|
65 |
+
this.settings.each(function(element) {
|
66 |
+
if (element.value) {
|
67 |
+
var attributeId = element.id.replace(/[a-z]*/, '');
|
68 |
+
this.values[attributeId] = element.value;
|
69 |
+
}
|
70 |
+
}.bind(this));
|
71 |
+
}
|
72 |
+
|
73 |
+
// Put events to check select reloads
|
74 |
+
this.settings.each(function(element){
|
75 |
+
Event.observe(element, 'change', this.configure.bind(this))
|
76 |
+
}.bind(this));
|
77 |
+
|
78 |
+
// fill state
|
79 |
+
this.settings.each(function(element){
|
80 |
+
var attributeId = element.id.replace(/[a-z]*/, '');
|
81 |
+
if(attributeId && this.config.attributes[attributeId]) {
|
82 |
+
element.config = this.config.attributes[attributeId];
|
83 |
+
element.attributeId = attributeId;
|
84 |
+
this.state[attributeId] = false;
|
85 |
+
}
|
86 |
+
}.bind(this))
|
87 |
+
|
88 |
+
// Init settings dropdown
|
89 |
+
var childSettings = [];
|
90 |
+
for(var i=this.settings.length-1;i>=0;i--){
|
91 |
+
var prevSetting = this.settings[i-1] ? this.settings[i-1] : false;
|
92 |
+
var nextSetting = this.settings[i+1] ? this.settings[i+1] : false;
|
93 |
+
if (i == 0){
|
94 |
+
this.fillSelect(this.settings[i])
|
95 |
+
} else {
|
96 |
+
this.settings[i].disabled = true;
|
97 |
+
}
|
98 |
+
$(this.settings[i]).childSettings = childSettings.clone();
|
99 |
+
$(this.settings[i]).prevSetting = prevSetting;
|
100 |
+
$(this.settings[i]).nextSetting = nextSetting;
|
101 |
+
childSettings.push(this.settings[i]);
|
102 |
+
}
|
103 |
+
|
104 |
+
// Set values to inputs
|
105 |
+
this.configureForValues();
|
106 |
+
document.observe("dom:loaded", this.configureForValues.bind(this));
|
107 |
+
},
|
108 |
+
|
109 |
+
configureForValues: function () {
|
110 |
+
if (this.values) {
|
111 |
+
this.settings.each(function(element){
|
112 |
+
var attributeId = element.attributeId;
|
113 |
+
element.value = (typeof(this.values[attributeId]) == 'undefined')? '' : this.values[attributeId];
|
114 |
+
this.configureElement(element);
|
115 |
+
}.bind(this));
|
116 |
+
}
|
117 |
+
},
|
118 |
+
|
119 |
+
configure: function(event){
|
120 |
+
var element = Event.element(event);
|
121 |
+
this.configureElement(element);
|
122 |
+
},
|
123 |
+
|
124 |
+
configureElement : function(element) {
|
125 |
+
this.reloadOptionLabels(element);
|
126 |
+
if(element.value){
|
127 |
+
this.state[element.config.id] = element.value;
|
128 |
+
if(element.nextSetting){
|
129 |
+
element.nextSetting.disabled = false;
|
130 |
+
this.fillSelect(element.nextSetting);
|
131 |
+
this.resetChildren(element.nextSetting);
|
132 |
+
}
|
133 |
+
}
|
134 |
+
else {
|
135 |
+
this.resetChildren(element);
|
136 |
+
}
|
137 |
+
this.reloadPrice();
|
138 |
+
},
|
139 |
+
|
140 |
+
reloadOptionLabels: function(element){
|
141 |
+
var selectedPrice;
|
142 |
+
if(element.options[element.selectedIndex].config && !this.config.stablePrices){
|
143 |
+
selectedPrice = parseFloat(element.options[element.selectedIndex].config.price)
|
144 |
+
}
|
145 |
+
else{
|
146 |
+
selectedPrice = 0;
|
147 |
+
}
|
148 |
+
for(var i=0;i<element.options.length;i++){
|
149 |
+
if(element.options[i].config){
|
150 |
+
element.options[i].text = this.getOptionLabel(element.options[i].config, element.options[i].config.price-selectedPrice);
|
151 |
+
}
|
152 |
+
}
|
153 |
+
},
|
154 |
+
|
155 |
+
resetChildren : function(element){
|
156 |
+
if(element.childSettings) {
|
157 |
+
for(var i=0;i<element.childSettings.length;i++){
|
158 |
+
element.childSettings[i].selectedIndex = 0;
|
159 |
+
element.childSettings[i].disabled = true;
|
160 |
+
if(element.config){
|
161 |
+
this.state[element.config.id] = false;
|
162 |
+
}
|
163 |
+
}
|
164 |
+
}
|
165 |
+
},
|
166 |
+
|
167 |
+
fillSelect: function(element){
|
168 |
+
var attributeId = element.id.replace(/[a-z]*/, '');
|
169 |
+
var options = this.getAttributeOptions(attributeId);
|
170 |
+
this.clearSelect(element);
|
171 |
+
element.options[0] = new Option(this.config.chooseText, '');
|
172 |
+
|
173 |
+
var prevConfig = false;
|
174 |
+
if(element.prevSetting){
|
175 |
+
prevConfig = element.prevSetting.options[element.prevSetting.selectedIndex];
|
176 |
+
}
|
177 |
+
|
178 |
+
if(options) {
|
179 |
+
var index = 1;
|
180 |
+
for(var i=0;i<options.length;i++){
|
181 |
+
var allowedProducts = [];
|
182 |
+
if(prevConfig) {
|
183 |
+
for(var j=0;j<options[i].products.length;j++){
|
184 |
+
if(prevConfig.config.allowedProducts
|
185 |
+
&& prevConfig.config.allowedProducts.indexOf(options[i].products[j])>-1){
|
186 |
+
allowedProducts.push(options[i].products[j]);
|
187 |
+
}
|
188 |
+
}
|
189 |
+
} else {
|
190 |
+
allowedProducts = options[i].products.clone();
|
191 |
+
}
|
192 |
+
|
193 |
+
if(allowedProducts.size()>0){
|
194 |
+
options[i].allowedProducts = allowedProducts;
|
195 |
+
element.options[index] = new Option(this.getOptionLabel(options[i], options[i].price), options[i].id);
|
196 |
+
if (typeof options[i].price != 'undefined') {
|
197 |
+
element.options[index].setAttribute('price', options[i].price);
|
198 |
+
}
|
199 |
+
element.options[index].config = options[i];
|
200 |
+
index++;
|
201 |
+
}
|
202 |
+
}
|
203 |
+
}
|
204 |
+
},
|
205 |
+
|
206 |
+
getOptionLabel: function(option, price){
|
207 |
+
var price = parseFloat(price);
|
208 |
+
if (this.taxConfig.includeTax) {
|
209 |
+
var tax = price / (100 + this.taxConfig.defaultTax) * this.taxConfig.defaultTax;
|
210 |
+
var excl = price - tax;
|
211 |
+
var incl = excl*(1+(this.taxConfig.currentTax/100));
|
212 |
+
} else {
|
213 |
+
var tax = price * (this.taxConfig.currentTax / 100);
|
214 |
+
var excl = price;
|
215 |
+
var incl = excl + tax;
|
216 |
+
}
|
217 |
+
|
218 |
+
if (this.taxConfig.showIncludeTax || this.taxConfig.showBothPrices) {
|
219 |
+
price = incl;
|
220 |
+
} else {
|
221 |
+
price = excl;
|
222 |
+
}
|
223 |
+
|
224 |
+
var str = option.label;
|
225 |
+
if(price){
|
226 |
+
if (this.taxConfig.showBothPrices) {
|
227 |
+
str+= ' ' + this.formatPrice(excl, true) + ' (' + this.formatPrice(price, true) + ' ' + this.taxConfig.inclTaxTitle + ')';
|
228 |
+
} else {
|
229 |
+
str+= ' ' + this.formatPrice(price, true);
|
230 |
+
}
|
231 |
+
}
|
232 |
+
return str;
|
233 |
+
},
|
234 |
+
|
235 |
+
formatPrice: function(price, showSign){
|
236 |
+
var str = '';
|
237 |
+
price = parseFloat(price);
|
238 |
+
if(showSign){
|
239 |
+
if(price<0){
|
240 |
+
str+= '-';
|
241 |
+
price = -price;
|
242 |
+
}
|
243 |
+
else{
|
244 |
+
str+= '+';
|
245 |
+
}
|
246 |
+
}
|
247 |
+
|
248 |
+
var roundedPrice = (Math.round(price*100)/100).toString();
|
249 |
+
|
250 |
+
if (this.prices && this.prices[roundedPrice]) {
|
251 |
+
str+= this.prices[roundedPrice];
|
252 |
+
}
|
253 |
+
else {
|
254 |
+
str+= this.priceTemplate.evaluate({price:price.toFixed(2)});
|
255 |
+
}
|
256 |
+
return str;
|
257 |
+
},
|
258 |
+
|
259 |
+
clearSelect: function(element){
|
260 |
+
for(var i=element.options.length-1;i>=0;i--){
|
261 |
+
element.remove(i);
|
262 |
+
}
|
263 |
+
},
|
264 |
+
|
265 |
+
getAttributeOptions: function(attributeId){
|
266 |
+
if(this.config.attributes[attributeId]){
|
267 |
+
return this.config.attributes[attributeId].options;
|
268 |
+
}
|
269 |
+
},
|
270 |
+
|
271 |
+
reloadPrice: function(){
|
272 |
+
if (this.config.disablePriceReload) {
|
273 |
+
return;
|
274 |
+
}
|
275 |
+
var price = 0;
|
276 |
+
var oldPrice = 0;
|
277 |
+
for(var i=this.settings.length-1;i>=0;i--){
|
278 |
+
var selected = this.settings[i].options[this.settings[i].selectedIndex];
|
279 |
+
if(selected.config){
|
280 |
+
price += parseFloat(selected.config.price);
|
281 |
+
oldPrice += parseFloat(selected.config.oldPrice);
|
282 |
+
}
|
283 |
+
}
|
284 |
+
|
285 |
+
optionsPrice.changePrice('config', {'price': price, 'oldPrice': oldPrice});
|
286 |
+
optionsPrice.reload();
|
287 |
+
|
288 |
+
return price;
|
289 |
+
|
290 |
+
if($('product-price-'+this.config.productId)){
|
291 |
+
$('product-price-'+this.config.productId).innerHTML = price;
|
292 |
+
}
|
293 |
+
this.reloadOldPrice();
|
294 |
+
},
|
295 |
+
|
296 |
+
reloadOldPrice: function(){
|
297 |
+
if (this.config.disablePriceReload) {
|
298 |
+
return;
|
299 |
+
}
|
300 |
+
if ($('old-price-'+this.config.productId)) {
|
301 |
+
|
302 |
+
var price = parseFloat(this.config.oldPrice);
|
303 |
+
for(var i=this.settings.length-1;i>=0;i--){
|
304 |
+
var selected = this.settings[i].options[this.settings[i].selectedIndex];
|
305 |
+
if(selected.config){
|
306 |
+
price+= parseFloat(selected.config.price);
|
307 |
+
}
|
308 |
+
}
|
309 |
+
if (price < 0)
|
310 |
+
price = 0;
|
311 |
+
price = this.formatPrice(price);
|
312 |
+
|
313 |
+
if($('old-price-'+this.config.productId)){
|
314 |
+
$('old-price-'+this.config.productId).innerHTML = price;
|
315 |
+
}
|
316 |
+
|
317 |
+
}
|
318 |
+
}
|
319 |
+
}
|
js/magpassion/quickview/fancy/fancybox/jquery.fancybox-1.3.4.pack.js
ADDED
@@ -0,0 +1,1156 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*
|
2 |
+
* FancyBox - jQuery Plugin
|
3 |
+
* Simple and fancy lightbox alternative
|
4 |
+
*
|
5 |
+
* Examples and documentation at: http://fancybox.net
|
6 |
+
*
|
7 |
+
* Copyright (c) 2008 - 2010 Janis Skarnelis
|
8 |
+
* That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
|
9 |
+
*
|
10 |
+
* Version: 1.3.4 (11/11/2010)
|
11 |
+
* Requires: jQuery v1.3+
|
12 |
+
*
|
13 |
+
* Dual licensed under the MIT and GPL licenses:
|
14 |
+
* http://www.opensource.org/licenses/mit-license.php
|
15 |
+
* http://www.gnu.org/licenses/gpl.html
|
16 |
+
*/
|
17 |
+
|
18 |
+
;(function($) {
|
19 |
+
var tmp, loading, overlay, wrap, outer, content, close, title, nav_left, nav_right,
|
20 |
+
|
21 |
+
selectedIndex = 0, selectedOpts = {}, selectedArray = [], currentIndex = 0, currentOpts = {}, currentArray = [],
|
22 |
+
|
23 |
+
ajaxLoader = null, imgPreloader = new Image(), imgRegExp = /\.(jpg|gif|png|bmp|jpeg)(.*)?$/i, swfRegExp = /[^\.]\.(swf)\s*$/i,
|
24 |
+
|
25 |
+
loadingTimer, loadingFrame = 1,
|
26 |
+
|
27 |
+
titleHeight = 0, titleStr = '', start_pos, final_pos, busy = false, fx = $.extend($('<div/>')[0], { prop: 0 }),
|
28 |
+
|
29 |
+
isIE6 = $.browser.msie && $.browser.version < 7 && !window.XMLHttpRequest,
|
30 |
+
|
31 |
+
/*
|
32 |
+
* Private methods
|
33 |
+
*/
|
34 |
+
|
35 |
+
_abort = function() {
|
36 |
+
loading.hide();
|
37 |
+
|
38 |
+
imgPreloader.onerror = imgPreloader.onload = null;
|
39 |
+
|
40 |
+
if (ajaxLoader) {
|
41 |
+
ajaxLoader.abort();
|
42 |
+
}
|
43 |
+
|
44 |
+
tmp.empty();
|
45 |
+
},
|
46 |
+
|
47 |
+
_error = function() {
|
48 |
+
if (false === selectedOpts.onError(selectedArray, selectedIndex, selectedOpts)) {
|
49 |
+
loading.hide();
|
50 |
+
busy = false;
|
51 |
+
return;
|
52 |
+
}
|
53 |
+
|
54 |
+
selectedOpts.titleShow = false;
|
55 |
+
|
56 |
+
selectedOpts.width = 'auto';
|
57 |
+
selectedOpts.height = 'auto';
|
58 |
+
|
59 |
+
tmp.html( '<p id="fancybox-error">The requested content cannot be loaded.<br />Please try again later.</p>' );
|
60 |
+
|
61 |
+
_process_inline();
|
62 |
+
},
|
63 |
+
|
64 |
+
_start = function() {
|
65 |
+
var obj = selectedArray[ selectedIndex ],
|
66 |
+
href,
|
67 |
+
type,
|
68 |
+
title,
|
69 |
+
str,
|
70 |
+
emb,
|
71 |
+
ret;
|
72 |
+
|
73 |
+
_abort();
|
74 |
+
|
75 |
+
selectedOpts = $.extend({}, $.fn.fancybox.defaults, (typeof $(obj).data('fancybox') == 'undefined' ? selectedOpts : $(obj).data('fancybox')));
|
76 |
+
|
77 |
+
ret = selectedOpts.onStart(selectedArray, selectedIndex, selectedOpts);
|
78 |
+
|
79 |
+
if (ret === false) {
|
80 |
+
busy = false;
|
81 |
+
return;
|
82 |
+
} else if (typeof ret == 'object') {
|
83 |
+
selectedOpts = $.extend(selectedOpts, ret);
|
84 |
+
}
|
85 |
+
|
86 |
+
title = selectedOpts.title || (obj.nodeName ? $(obj).attr('title') : obj.title) || '';
|
87 |
+
|
88 |
+
if (obj.nodeName && !selectedOpts.orig) {
|
89 |
+
selectedOpts.orig = $(obj).children("img:first").length ? $(obj).children("img:first") : $(obj);
|
90 |
+
}
|
91 |
+
|
92 |
+
if (title === '' && selectedOpts.orig && selectedOpts.titleFromAlt) {
|
93 |
+
title = selectedOpts.orig.attr('alt');
|
94 |
+
}
|
95 |
+
|
96 |
+
href = selectedOpts.href || (obj.nodeName ? $(obj).attr('href') : obj.href) || null;
|
97 |
+
|
98 |
+
if ((/^(?:javascript)/i).test(href) || href == '#') {
|
99 |
+
href = null;
|
100 |
+
}
|
101 |
+
|
102 |
+
if (selectedOpts.type) {
|
103 |
+
type = selectedOpts.type;
|
104 |
+
|
105 |
+
if (!href) {
|
106 |
+
href = selectedOpts.content;
|
107 |
+
}
|
108 |
+
|
109 |
+
} else if (selectedOpts.content) {
|
110 |
+
type = 'html';
|
111 |
+
|
112 |
+
} else if (href) {
|
113 |
+
if (href.match(imgRegExp)) {
|
114 |
+
type = 'image';
|
115 |
+
|
116 |
+
} else if (href.match(swfRegExp)) {
|
117 |
+
type = 'swf';
|
118 |
+
|
119 |
+
} else if ($(obj).hasClass("iframe")) {
|
120 |
+
type = 'iframe';
|
121 |
+
|
122 |
+
} else if (href.indexOf("#") === 0) {
|
123 |
+
type = 'inline';
|
124 |
+
|
125 |
+
} else {
|
126 |
+
type = 'ajax';
|
127 |
+
}
|
128 |
+
}
|
129 |
+
|
130 |
+
if (!type) {
|
131 |
+
_error();
|
132 |
+
return;
|
133 |
+
}
|
134 |
+
|
135 |
+
if (type == 'inline') {
|
136 |
+
obj = href.substr(href.indexOf("#"));
|
137 |
+
type = $(obj).length > 0 ? 'inline' : 'ajax';
|
138 |
+
}
|
139 |
+
|
140 |
+
selectedOpts.type = type;
|
141 |
+
selectedOpts.href = href;
|
142 |
+
selectedOpts.title = title;
|
143 |
+
|
144 |
+
if (selectedOpts.autoDimensions) {
|
145 |
+
if (selectedOpts.type == 'html' || selectedOpts.type == 'inline' || selectedOpts.type == 'ajax') {
|
146 |
+
selectedOpts.width = 'auto';
|
147 |
+
selectedOpts.height = 'auto';
|
148 |
+
} else {
|
149 |
+
selectedOpts.autoDimensions = false;
|
150 |
+
}
|
151 |
+
}
|
152 |
+
|
153 |
+
if (selectedOpts.modal) {
|
154 |
+
selectedOpts.overlayShow = true;
|
155 |
+
selectedOpts.hideOnOverlayClick = false;
|
156 |
+
selectedOpts.hideOnContentClick = false;
|
157 |
+
selectedOpts.enableEscapeButton = false;
|
158 |
+
selectedOpts.showCloseButton = false;
|
159 |
+
}
|
160 |
+
|
161 |
+
selectedOpts.padding = parseInt(selectedOpts.padding, 10);
|
162 |
+
selectedOpts.margin = parseInt(selectedOpts.margin, 10);
|
163 |
+
|
164 |
+
tmp.css('padding', (selectedOpts.padding + selectedOpts.margin));
|
165 |
+
|
166 |
+
$('.fancybox-inline-tmp').unbind('fancybox-cancel').bind('fancybox-change', function() {
|
167 |
+
$(this).replaceWith(content.children());
|
168 |
+
});
|
169 |
+
|
170 |
+
switch (type) {
|
171 |
+
case 'html' :
|
172 |
+
tmp.html( selectedOpts.content );
|
173 |
+
_process_inline();
|
174 |
+
break;
|
175 |
+
|
176 |
+
case 'inline' :
|
177 |
+
if ( $(obj).parent().is('#fancybox-content') === true) {
|
178 |
+
busy = false;
|
179 |
+
return;
|
180 |
+
}
|
181 |
+
|
182 |
+
$('<div class="fancybox-inline-tmp" />')
|
183 |
+
.hide()
|
184 |
+
.insertBefore( $(obj) )
|
185 |
+
.bind('fancybox-cleanup', function() {
|
186 |
+
$(this).replaceWith(content.children());
|
187 |
+
}).bind('fancybox-cancel', function() {
|
188 |
+
$(this).replaceWith(tmp.children());
|
189 |
+
});
|
190 |
+
|
191 |
+
$(obj).appendTo(tmp);
|
192 |
+
|
193 |
+
_process_inline();
|
194 |
+
break;
|
195 |
+
|
196 |
+
case 'image':
|
197 |
+
busy = false;
|
198 |
+
|
199 |
+
$.fancybox.showActivity();
|
200 |
+
|
201 |
+
imgPreloader = new Image();
|
202 |
+
|
203 |
+
imgPreloader.onerror = function() {
|
204 |
+
_error();
|
205 |
+
};
|
206 |
+
|
207 |
+
imgPreloader.onload = function() {
|
208 |
+
busy = true;
|
209 |
+
|
210 |
+
imgPreloader.onerror = imgPreloader.onload = null;
|
211 |
+
|
212 |
+
_process_image();
|
213 |
+
};
|
214 |
+
|
215 |
+
imgPreloader.src = href;
|
216 |
+
break;
|
217 |
+
|
218 |
+
case 'swf':
|
219 |
+
selectedOpts.scrolling = 'no';
|
220 |
+
|
221 |
+
str = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="' + selectedOpts.width + '" height="' + selectedOpts.height + '"><param name="movie" value="' + href + '"></param>';
|
222 |
+
emb = '';
|
223 |
+
|
224 |
+
$.each(selectedOpts.swf, function(name, val) {
|
225 |
+
str += '<param name="' + name + '" value="' + val + '"></param>';
|
226 |
+
emb += ' ' + name + '="' + val + '"';
|
227 |
+
});
|
228 |
+
|
229 |
+
str += '<embed src="' + href + '" type="application/x-shockwave-flash" width="' + selectedOpts.width + '" height="' + selectedOpts.height + '"' + emb + '></embed></object>';
|
230 |
+
|
231 |
+
tmp.html(str);
|
232 |
+
|
233 |
+
_process_inline();
|
234 |
+
break;
|
235 |
+
|
236 |
+
case 'ajax':
|
237 |
+
busy = false;
|
238 |
+
|
239 |
+
$.fancybox.showActivity();
|
240 |
+
|
241 |
+
selectedOpts.ajax.win = selectedOpts.ajax.success;
|
242 |
+
|
243 |
+
ajaxLoader = $.ajax($.extend({}, selectedOpts.ajax, {
|
244 |
+
url : href,
|
245 |
+
data : selectedOpts.ajax.data || {},
|
246 |
+
error : function(XMLHttpRequest, textStatus, errorThrown) {
|
247 |
+
if ( XMLHttpRequest.status > 0 ) {
|
248 |
+
_error();
|
249 |
+
}
|
250 |
+
},
|
251 |
+
success : function(data, textStatus, XMLHttpRequest) {
|
252 |
+
var o = typeof XMLHttpRequest == 'object' ? XMLHttpRequest : ajaxLoader;
|
253 |
+
if (o.status == 200) {
|
254 |
+
if ( typeof selectedOpts.ajax.win == 'function' ) {
|
255 |
+
ret = selectedOpts.ajax.win(href, data, textStatus, XMLHttpRequest);
|
256 |
+
|
257 |
+
if (ret === false) {
|
258 |
+
loading.hide();
|
259 |
+
return;
|
260 |
+
} else if (typeof ret == 'string' || typeof ret == 'object') {
|
261 |
+
data = ret;
|
262 |
+
}
|
263 |
+
}
|
264 |
+
|
265 |
+
tmp.html( data );
|
266 |
+
_process_inline();
|
267 |
+
}
|
268 |
+
}
|
269 |
+
}));
|
270 |
+
|
271 |
+
break;
|
272 |
+
|
273 |
+
case 'iframe':
|
274 |
+
_show();
|
275 |
+
break;
|
276 |
+
}
|
277 |
+
},
|
278 |
+
|
279 |
+
_process_inline = function() {
|
280 |
+
var
|
281 |
+
w = selectedOpts.width,
|
282 |
+
h = selectedOpts.height;
|
283 |
+
|
284 |
+
if (w.toString().indexOf('%') > -1) {
|
285 |
+
w = parseInt( ($(window).width() - (selectedOpts.margin * 2)) * parseFloat(w) / 100, 10) + 'px';
|
286 |
+
|
287 |
+
} else {
|
288 |
+
w = w == 'auto' ? 'auto' : w + 'px';
|
289 |
+
}
|
290 |
+
|
291 |
+
if (h.toString().indexOf('%') > -1) {
|
292 |
+
h = parseInt( ($(window).height() - (selectedOpts.margin * 2)) * parseFloat(h) / 100, 10) + 'px';
|
293 |
+
|
294 |
+
} else {
|
295 |
+
h = h == 'auto' ? 'auto' : h + 'px';
|
296 |
+
}
|
297 |
+
|
298 |
+
tmp.wrapInner('<div style="width:' + w + ';height:' + h + ';overflow: ' + (selectedOpts.scrolling == 'auto' ? 'auto' : (selectedOpts.scrolling == 'yes' ? 'scroll' : 'hidden')) + ';position:relative;"></div>');
|
299 |
+
|
300 |
+
selectedOpts.width = tmp.width();
|
301 |
+
selectedOpts.height = tmp.height();
|
302 |
+
|
303 |
+
_show();
|
304 |
+
},
|
305 |
+
|
306 |
+
_process_image = function() {
|
307 |
+
selectedOpts.width = imgPreloader.width;
|
308 |
+
selectedOpts.height = imgPreloader.height;
|
309 |
+
|
310 |
+
$("<img />").attr({
|
311 |
+
'id' : 'fancybox-img',
|
312 |
+
'src' : imgPreloader.src,
|
313 |
+
'alt' : selectedOpts.title
|
314 |
+
}).appendTo( tmp );
|
315 |
+
|
316 |
+
_show();
|
317 |
+
},
|
318 |
+
|
319 |
+
_show = function() {
|
320 |
+
var pos, equal;
|
321 |
+
|
322 |
+
loading.hide();
|
323 |
+
|
324 |
+
if (wrap.is(":visible") && false === currentOpts.onCleanup(currentArray, currentIndex, currentOpts)) {
|
325 |
+
$.event.trigger('fancybox-cancel');
|
326 |
+
|
327 |
+
busy = false;
|
328 |
+
return;
|
329 |
+
}
|
330 |
+
|
331 |
+
busy = true;
|
332 |
+
|
333 |
+
$(content.add( overlay )).unbind();
|
334 |
+
|
335 |
+
$(window).unbind("resize.fb scroll.fb");
|
336 |
+
$(document).unbind('keydown.fb');
|
337 |
+
|
338 |
+
if (wrap.is(":visible") && currentOpts.titlePosition !== 'outside') {
|
339 |
+
wrap.css('height', wrap.height());
|
340 |
+
}
|
341 |
+
|
342 |
+
currentArray = selectedArray;
|
343 |
+
currentIndex = selectedIndex;
|
344 |
+
currentOpts = selectedOpts;
|
345 |
+
|
346 |
+
if (currentOpts.overlayShow) {
|
347 |
+
overlay.css({
|
348 |
+
'background-color' : currentOpts.overlayColor,
|
349 |
+
'opacity' : currentOpts.overlayOpacity,
|
350 |
+
'cursor' : currentOpts.hideOnOverlayClick ? 'pointer' : 'auto',
|
351 |
+
'height' : $(document).height()
|
352 |
+
});
|
353 |
+
|
354 |
+
if (!overlay.is(':visible')) {
|
355 |
+
if (isIE6) {
|
356 |
+
$('select:not(#fancybox-tmp select)').filter(function() {
|
357 |
+
return this.style.visibility !== 'hidden';
|
358 |
+
}).css({'visibility' : 'hidden'}).one('fancybox-cleanup', function() {
|
359 |
+
this.style.visibility = 'inherit';
|
360 |
+
});
|
361 |
+
}
|
362 |
+
|
363 |
+
overlay.show();
|
364 |
+
}
|
365 |
+
} else {
|
366 |
+
overlay.hide();
|
367 |
+
}
|
368 |
+
|
369 |
+
final_pos = _get_zoom_to();
|
370 |
+
|
371 |
+
_process_title();
|
372 |
+
|
373 |
+
if (wrap.is(":visible")) {
|
374 |
+
$( close.add( nav_left ).add( nav_right ) ).hide();
|
375 |
+
|
376 |
+
pos = wrap.position(),
|
377 |
+
|
378 |
+
start_pos = {
|
379 |
+
top : pos.top,
|
380 |
+
left : pos.left,
|
381 |
+
width : wrap.width(),
|
382 |
+
height : wrap.height()
|
383 |
+
};
|
384 |
+
|
385 |
+
equal = (start_pos.width == final_pos.width && start_pos.height == final_pos.height);
|
386 |
+
|
387 |
+
content.fadeTo(currentOpts.changeFade, 0.3, function() {
|
388 |
+
var finish_resizing = function() {
|
389 |
+
content.html( tmp.contents() ).fadeTo(currentOpts.changeFade, 1, _finish);
|
390 |
+
};
|
391 |
+
|
392 |
+
$.event.trigger('fancybox-change');
|
393 |
+
|
394 |
+
content
|
395 |
+
.empty()
|
396 |
+
.removeAttr('filter')
|
397 |
+
.css({
|
398 |
+
'border-width' : currentOpts.padding,
|
399 |
+
'width' : final_pos.width - currentOpts.padding * 2,
|
400 |
+
'height' : selectedOpts.autoDimensions ? 'auto' : final_pos.height - titleHeight - currentOpts.padding * 2
|
401 |
+
});
|
402 |
+
|
403 |
+
if (equal) {
|
404 |
+
finish_resizing();
|
405 |
+
|
406 |
+
} else {
|
407 |
+
fx.prop = 0;
|
408 |
+
|
409 |
+
$(fx).animate({prop: 1}, {
|
410 |
+
duration : currentOpts.changeSpeed,
|
411 |
+
easing : currentOpts.easingChange,
|
412 |
+
step : _draw,
|
413 |
+
complete : finish_resizing
|
414 |
+
});
|
415 |
+
}
|
416 |
+
});
|
417 |
+
|
418 |
+
return;
|
419 |
+
}
|
420 |
+
|
421 |
+
wrap.removeAttr("style");
|
422 |
+
|
423 |
+
content.css('border-width', currentOpts.padding);
|
424 |
+
|
425 |
+
if (currentOpts.transitionIn == 'elastic') {
|
426 |
+
start_pos = _get_zoom_from();
|
427 |
+
|
428 |
+
content.html( tmp.contents() );
|
429 |
+
|
430 |
+
wrap.show();
|
431 |
+
|
432 |
+
if (currentOpts.opacity) {
|
433 |
+
final_pos.opacity = 0;
|
434 |
+
}
|
435 |
+
|
436 |
+
fx.prop = 0;
|
437 |
+
|
438 |
+
$(fx).animate({prop: 1}, {
|
439 |
+
duration : currentOpts.speedIn,
|
440 |
+
easing : currentOpts.easingIn,
|
441 |
+
step : _draw,
|
442 |
+
complete : _finish
|
443 |
+
});
|
444 |
+
|
445 |
+
return;
|
446 |
+
}
|
447 |
+
|
448 |
+
if (currentOpts.titlePosition == 'inside' && titleHeight > 0) {
|
449 |
+
title.show();
|
450 |
+
}
|
451 |
+
|
452 |
+
content
|
453 |
+
.css({
|
454 |
+
'width' : final_pos.width - currentOpts.padding * 2,
|
455 |
+
'height' : selectedOpts.autoDimensions ? 'auto' : final_pos.height - titleHeight - currentOpts.padding * 2
|
456 |
+
})
|
457 |
+
.html( tmp.contents() );
|
458 |
+
|
459 |
+
wrap
|
460 |
+
.css(final_pos)
|
461 |
+
.fadeIn( currentOpts.transitionIn == 'none' ? 0 : currentOpts.speedIn, _finish );
|
462 |
+
},
|
463 |
+
|
464 |
+
_format_title = function(title) {
|
465 |
+
if (title && title.length) {
|
466 |
+
if (currentOpts.titlePosition == 'float') {
|
467 |
+
return '<table id="fancybox-title-float-wrap" cellpadding="0" cellspacing="0"><tr><td id="fancybox-title-float-left"></td><td id="fancybox-title-float-main">' + title + '</td><td id="fancybox-title-float-right"></td></tr></table>';
|
468 |
+
}
|
469 |
+
|
470 |
+
return '<div id="fancybox-title-' + currentOpts.titlePosition + '">' + title + '</div>';
|
471 |
+
}
|
472 |
+
|
473 |
+
return false;
|
474 |
+
},
|
475 |
+
|
476 |
+
_process_title = function() {
|
477 |
+
titleStr = currentOpts.title || '';
|
478 |
+
titleHeight = 0;
|
479 |
+
|
480 |
+
title
|
481 |
+
.empty()
|
482 |
+
.removeAttr('style')
|
483 |
+
.removeClass();
|
484 |
+
|
485 |
+
if (currentOpts.titleShow === false) {
|
486 |
+
title.hide();
|
487 |
+
return;
|
488 |
+
}
|
489 |
+
|
490 |
+
titleStr = $.isFunction(currentOpts.titleFormat) ? currentOpts.titleFormat(titleStr, currentArray, currentIndex, currentOpts) : _format_title(titleStr);
|
491 |
+
|
492 |
+
if (!titleStr || titleStr === '') {
|
493 |
+
title.hide();
|
494 |
+
return;
|
495 |
+
}
|
496 |
+
|
497 |
+
title
|
498 |
+
.addClass('fancybox-title-' + currentOpts.titlePosition)
|
499 |
+
.html( titleStr )
|
500 |
+
.appendTo( 'body' )
|
501 |
+
.show();
|
502 |
+
|
503 |
+
switch (currentOpts.titlePosition) {
|
504 |
+
case 'inside':
|
505 |
+
title
|
506 |
+
.css({
|
507 |
+
'width' : final_pos.width - (currentOpts.padding * 2),
|
508 |
+
'marginLeft' : currentOpts.padding,
|
509 |
+
'marginRight' : currentOpts.padding
|
510 |
+
});
|
511 |
+
|
512 |
+
titleHeight = title.outerHeight(true);
|
513 |
+
|
514 |
+
title.appendTo( outer );
|
515 |
+
|
516 |
+
final_pos.height += titleHeight;
|
517 |
+
break;
|
518 |
+
|
519 |
+
case 'over':
|
520 |
+
title
|
521 |
+
.css({
|
522 |
+
'marginLeft' : currentOpts.padding,
|
523 |
+
'width' : final_pos.width - (currentOpts.padding * 2),
|
524 |
+
'bottom' : currentOpts.padding
|
525 |
+
})
|
526 |
+
.appendTo( outer );
|
527 |
+
break;
|
528 |
+
|
529 |
+
case 'float':
|
530 |
+
title
|
531 |
+
.css('left', parseInt((title.width() - final_pos.width - 40)/ 2, 10) * -1)
|
532 |
+
.appendTo( wrap );
|
533 |
+
break;
|
534 |
+
|
535 |
+
default:
|
536 |
+
title
|
537 |
+
.css({
|
538 |
+
'width' : final_pos.width - (currentOpts.padding * 2),
|
539 |
+
'paddingLeft' : currentOpts.padding,
|
540 |
+
'paddingRight' : currentOpts.padding
|
541 |
+
})
|
542 |
+
.appendTo( wrap );
|
543 |
+
break;
|
544 |
+
}
|
545 |
+
|
546 |
+
title.hide();
|
547 |
+
},
|
548 |
+
|
549 |
+
_set_navigation = function() {
|
550 |
+
if (currentOpts.enableEscapeButton || currentOpts.enableKeyboardNav) {
|
551 |
+
$(document).bind('keydown.fb', function(e) {
|
552 |
+
if (e.keyCode == 27 && currentOpts.enableEscapeButton) {
|
553 |
+
e.preventDefault();
|
554 |
+
$.fancybox.close();
|
555 |
+
|
556 |
+
} else if ((e.keyCode == 37 || e.keyCode == 39) && currentOpts.enableKeyboardNav && e.target.tagName !== 'INPUT' && e.target.tagName !== 'TEXTAREA' && e.target.tagName !== 'SELECT') {
|
557 |
+
e.preventDefault();
|
558 |
+
$.fancybox[ e.keyCode == 37 ? 'prev' : 'next']();
|
559 |
+
}
|
560 |
+
});
|
561 |
+
}
|
562 |
+
|
563 |
+
if (!currentOpts.showNavArrows) {
|
564 |
+
nav_left.hide();
|
565 |
+
nav_right.hide();
|
566 |
+
return;
|
567 |
+
}
|
568 |
+
|
569 |
+
if ((currentOpts.cyclic && currentArray.length > 1) || currentIndex !== 0) {
|
570 |
+
nav_left.show();
|
571 |
+
}
|
572 |
+
|
573 |
+
if ((currentOpts.cyclic && currentArray.length > 1) || currentIndex != (currentArray.length -1)) {
|
574 |
+
nav_right.show();
|
575 |
+
}
|
576 |
+
},
|
577 |
+
|
578 |
+
_finish = function () {
|
579 |
+
if (!$.support.opacity) {
|
580 |
+
content.get(0).style.removeAttribute('filter');
|
581 |
+
wrap.get(0).style.removeAttribute('filter');
|
582 |
+
}
|
583 |
+
|
584 |
+
if (selectedOpts.autoDimensions) {
|
585 |
+
content.css('height', 'auto');
|
586 |
+
}
|
587 |
+
|
588 |
+
wrap.css('height', 'auto');
|
589 |
+
|
590 |
+
if (titleStr && titleStr.length) {
|
591 |
+
title.show();
|
592 |
+
}
|
593 |
+
|
594 |
+
if (currentOpts.showCloseButton) {
|
595 |
+
close.show();
|
596 |
+
}
|
597 |
+
|
598 |
+
_set_navigation();
|
599 |
+
|
600 |
+
if (currentOpts.hideOnContentClick) {
|
601 |
+
content.bind('click', $.fancybox.close);
|
602 |
+
}
|
603 |
+
|
604 |
+
if (currentOpts.hideOnOverlayClick) {
|
605 |
+
overlay.bind('click', $.fancybox.close);
|
606 |
+
}
|
607 |
+
|
608 |
+
$(window).bind("resize.fb", $.fancybox.resize);
|
609 |
+
|
610 |
+
if (currentOpts.centerOnScroll) {
|
611 |
+
$(window).bind("scroll.fb", $.fancybox.center);
|
612 |
+
}
|
613 |
+
|
614 |
+
if (currentOpts.type == 'iframe') {
|
615 |
+
$('<iframe id="fancybox-frame" name="fancybox-frame' + new Date().getTime() + '" frameborder="0" hspace="0" ' + ($.browser.msie ? 'allowtransparency="true""' : '') + ' scrolling="' + selectedOpts.scrolling + '" src="' + currentOpts.href + '"></iframe>').appendTo(content);
|
616 |
+
}
|
617 |
+
|
618 |
+
wrap.show();
|
619 |
+
|
620 |
+
busy = false;
|
621 |
+
|
622 |
+
$.fancybox.center();
|
623 |
+
|
624 |
+
currentOpts.onComplete(currentArray, currentIndex, currentOpts);
|
625 |
+
|
626 |
+
_preload_images();
|
627 |
+
},
|
628 |
+
|
629 |
+
_preload_images = function() {
|
630 |
+
var href,
|
631 |
+
objNext;
|
632 |
+
|
633 |
+
if ((currentArray.length -1) > currentIndex) {
|
634 |
+
href = currentArray[ currentIndex + 1 ].href;
|
635 |
+
|
636 |
+
if (typeof href !== 'undefined' && href.match(imgRegExp)) {
|
637 |
+
objNext = new Image();
|
638 |
+
objNext.src = href;
|
639 |
+
}
|
640 |
+
}
|
641 |
+
|
642 |
+
if (currentIndex > 0) {
|
643 |
+
href = currentArray[ currentIndex - 1 ].href;
|
644 |
+
|
645 |
+
if (typeof href !== 'undefined' && href.match(imgRegExp)) {
|
646 |
+
objNext = new Image();
|
647 |
+
objNext.src = href;
|
648 |
+
}
|
649 |
+
}
|
650 |
+
},
|
651 |
+
|
652 |
+
_draw = function(pos) {
|
653 |
+
var dim = {
|
654 |
+
width : parseInt(start_pos.width + (final_pos.width - start_pos.width) * pos, 10),
|
655 |
+
height : parseInt(start_pos.height + (final_pos.height - start_pos.height) * pos, 10),
|
656 |
+
|
657 |
+
top : parseInt(start_pos.top + (final_pos.top - start_pos.top) * pos, 10),
|
658 |
+
left : parseInt(start_pos.left + (final_pos.left - start_pos.left) * pos, 10)
|
659 |
+
};
|
660 |
+
|
661 |
+
if (typeof final_pos.opacity !== 'undefined') {
|
662 |
+
dim.opacity = pos < 0.5 ? 0.5 : pos;
|
663 |
+
}
|
664 |
+
|
665 |
+
wrap.css(dim);
|
666 |
+
|
667 |
+
content.css({
|
668 |
+
'width' : dim.width - currentOpts.padding * 2,
|
669 |
+
'height' : dim.height - (titleHeight * pos) - currentOpts.padding * 2
|
670 |
+
});
|
671 |
+
},
|
672 |
+
|
673 |
+
_get_viewport = function() {
|
674 |
+
return [
|
675 |
+
$(window).width() - (currentOpts.margin * 2),
|
676 |
+
$(window).height() - (currentOpts.margin * 2),
|
677 |
+
$(document).scrollLeft() + currentOpts.margin,
|
678 |
+
$(document).scrollTop() + currentOpts.margin
|
679 |
+
];
|
680 |
+
},
|
681 |
+
|
682 |
+
_get_zoom_to = function () {
|
683 |
+
var view = _get_viewport(),
|
684 |
+
to = {},
|
685 |
+
resize = currentOpts.autoScale,
|
686 |
+
double_padding = currentOpts.padding * 2,
|
687 |
+
ratio;
|
688 |
+
|
689 |
+
if (currentOpts.width.toString().indexOf('%') > -1) {
|
690 |
+
to.width = parseInt((view[0] * parseFloat(currentOpts.width)) / 100, 10);
|
691 |
+
} else {
|
692 |
+
to.width = currentOpts.width + double_padding;
|
693 |
+
}
|
694 |
+
|
695 |
+
if (currentOpts.height.toString().indexOf('%') > -1) {
|
696 |
+
to.height = parseInt((view[1] * parseFloat(currentOpts.height)) / 100, 10);
|
697 |
+
} else {
|
698 |
+
to.height = currentOpts.height + double_padding;
|
699 |
+
}
|
700 |
+
|
701 |
+
if (resize && (to.width > view[0] || to.height > view[1])) {
|
702 |
+
if (selectedOpts.type == 'image' || selectedOpts.type == 'swf') {
|
703 |
+
ratio = (currentOpts.width ) / (currentOpts.height );
|
704 |
+
|
705 |
+
if ((to.width ) > view[0]) {
|
706 |
+
to.width = view[0];
|
707 |
+
to.height = parseInt(((to.width - double_padding) / ratio) + double_padding, 10);
|
708 |
+
}
|
709 |
+
|
710 |
+
if ((to.height) > view[1]) {
|
711 |
+
to.height = view[1];
|
712 |
+
to.width = parseInt(((to.height - double_padding) * ratio) + double_padding, 10);
|
713 |
+
}
|
714 |
+
|
715 |
+
} else {
|
716 |
+
to.width = Math.min(to.width, view[0]);
|
717 |
+
to.height = Math.min(to.height, view[1]);
|
718 |
+
}
|
719 |
+
}
|
720 |
+
|
721 |
+
to.top = parseInt(Math.max(view[3] - 20, view[3] + ((view[1] - to.height - 40) * 0.5)), 10);
|
722 |
+
to.left = parseInt(Math.max(view[2] - 20, view[2] + ((view[0] - to.width - 40) * 0.5)), 10);
|
723 |
+
|
724 |
+
return to;
|
725 |
+
},
|
726 |
+
|
727 |
+
_get_obj_pos = function(obj) {
|
728 |
+
var pos = obj.offset();
|
729 |
+
|
730 |
+
pos.top += parseInt( obj.css('paddingTop'), 10 ) || 0;
|
731 |
+
pos.left += parseInt( obj.css('paddingLeft'), 10 ) || 0;
|
732 |
+
|
733 |
+
pos.top += parseInt( obj.css('border-top-width'), 10 ) || 0;
|
734 |
+
pos.left += parseInt( obj.css('border-left-width'), 10 ) || 0;
|
735 |
+
|
736 |
+
pos.width = obj.width();
|
737 |
+
pos.height = obj.height();
|
738 |
+
|
739 |
+
return pos;
|
740 |
+
},
|
741 |
+
|
742 |
+
_get_zoom_from = function() {
|
743 |
+
var orig = selectedOpts.orig ? $(selectedOpts.orig) : false,
|
744 |
+
from = {},
|
745 |
+
pos,
|
746 |
+
view;
|
747 |
+
|
748 |
+
if (orig && orig.length) {
|
749 |
+
pos = _get_obj_pos(orig);
|
750 |
+
|
751 |
+
from = {
|
752 |
+
width : pos.width + (currentOpts.padding * 2),
|
753 |
+
height : pos.height + (currentOpts.padding * 2),
|
754 |
+
top : pos.top - currentOpts.padding - 20,
|
755 |
+
left : pos.left - currentOpts.padding - 20
|
756 |
+
};
|
757 |
+
|
758 |
+
} else {
|
759 |
+
view = _get_viewport();
|
760 |
+
|
761 |
+
from = {
|
762 |
+
width : currentOpts.padding * 2,
|
763 |
+
height : currentOpts.padding * 2,
|
764 |
+
top : parseInt(view[3] + view[1] * 0.5, 10),
|
765 |
+
left : parseInt(view[2] + view[0] * 0.5, 10)
|
766 |
+
};
|
767 |
+
}
|
768 |
+
|
769 |
+
return from;
|
770 |
+
},
|
771 |
+
|
772 |
+
_animate_loading = function() {
|
773 |
+
if (!loading.is(':visible')){
|
774 |
+
clearInterval(loadingTimer);
|
775 |
+
return;
|
776 |
+
}
|
777 |
+
|
778 |
+
// $('div', loading).css('top', (loadingFrame * -40) + 'px');
|
779 |
+
|
780 |
+
loadingFrame = (loadingFrame + 1) % 12;
|
781 |
+
};
|
782 |
+
|
783 |
+
/*
|
784 |
+
* Public methods
|
785 |
+
*/
|
786 |
+
|
787 |
+
$.fn.fancybox = function(options) {
|
788 |
+
if (!$(this).length) {
|
789 |
+
return this;
|
790 |
+
}
|
791 |
+
|
792 |
+
$(this)
|
793 |
+
.data('fancybox', $.extend({}, options, ($.metadata ? $(this).metadata() : {})))
|
794 |
+
.unbind('click.fb')
|
795 |
+
.bind('click.fb', function(e) {
|
796 |
+
e.preventDefault();
|
797 |
+
|
798 |
+
if (busy) {
|
799 |
+
return;
|
800 |
+
}
|
801 |
+
|
802 |
+
busy = true;
|
803 |
+
|
804 |
+
$(this).blur();
|
805 |
+
|
806 |
+
selectedArray = [];
|
807 |
+
selectedIndex = 0;
|
808 |
+
|
809 |
+
var rel = $(this).attr('rel') || '';
|
810 |
+
|
811 |
+
if (!rel || rel == '' || rel === 'nofollow') {
|
812 |
+
selectedArray.push(this);
|
813 |
+
|
814 |
+
} else {
|
815 |
+
selectedArray = $("a[rel=" + rel + "], area[rel=" + rel + "]");
|
816 |
+
selectedIndex = selectedArray.index( this );
|
817 |
+
}
|
818 |
+
|
819 |
+
_start();
|
820 |
+
|
821 |
+
return;
|
822 |
+
});
|
823 |
+
|
824 |
+
return this;
|
825 |
+
};
|
826 |
+
|
827 |
+
$.fancybox = function(obj) {
|
828 |
+
var opts;
|
829 |
+
|
830 |
+
if (busy) {
|
831 |
+
return;
|
832 |
+
}
|
833 |
+
|
834 |
+
busy = true;
|
835 |
+
opts = typeof arguments[1] !== 'undefined' ? arguments[1] : {};
|
836 |
+
|
837 |
+
selectedArray = [];
|
838 |
+
selectedIndex = parseInt(opts.index, 10) || 0;
|
839 |
+
|
840 |
+
if ($.isArray(obj)) {
|
841 |
+
for (var i = 0, j = obj.length; i < j; i++) {
|
842 |
+
if (typeof obj[i] == 'object') {
|
843 |
+
$(obj[i]).data('fancybox', $.extend({}, opts, obj[i]));
|
844 |
+
} else {
|
845 |
+
obj[i] = $({}).data('fancybox', $.extend({content : obj[i]}, opts));
|
846 |
+
}
|
847 |
+
}
|
848 |
+
|
849 |
+
selectedArray = jQuery.merge(selectedArray, obj);
|
850 |
+
|
851 |
+
} else {
|
852 |
+
if (typeof obj == 'object') {
|
853 |
+
$(obj).data('fancybox', $.extend({}, opts, obj));
|
854 |
+
} else {
|
855 |
+
obj = $({}).data('fancybox', $.extend({content : obj}, opts));
|
856 |
+
}
|
857 |
+
|
858 |
+
selectedArray.push(obj);
|
859 |
+
}
|
860 |
+
|
861 |
+
if (selectedIndex > selectedArray.length || selectedIndex < 0) {
|
862 |
+
selectedIndex = 0;
|
863 |
+
}
|
864 |
+
|
865 |
+
_start();
|
866 |
+
};
|
867 |
+
|
868 |
+
$.fancybox.showActivity = function() {
|
869 |
+
clearInterval(loadingTimer);
|
870 |
+
|
871 |
+
loading.show();
|
872 |
+
loadingTimer = setInterval(_animate_loading, 66);
|
873 |
+
};
|
874 |
+
|
875 |
+
$.fancybox.hideActivity = function() {
|
876 |
+
loading.hide();
|
877 |
+
};
|
878 |
+
|
879 |
+
$.fancybox.next = function() {
|
880 |
+
return $.fancybox.pos( currentIndex + 1);
|
881 |
+
};
|
882 |
+
|
883 |
+
$.fancybox.prev = function() {
|
884 |
+
return $.fancybox.pos( currentIndex - 1);
|
885 |
+
};
|
886 |
+
|
887 |
+
$.fancybox.pos = function(pos) {
|
888 |
+
if (busy) {
|
889 |
+
return;
|
890 |
+
}
|
891 |
+
|
892 |
+
pos = parseInt(pos);
|
893 |
+
|
894 |
+
selectedArray = currentArray;
|
895 |
+
|
896 |
+
if (pos > -1 && pos < currentArray.length) {
|
897 |
+
selectedIndex = pos;
|
898 |
+
_start();
|
899 |
+
|
900 |
+
} else if (currentOpts.cyclic && currentArray.length > 1) {
|
901 |
+
selectedIndex = pos >= currentArray.length ? 0 : currentArray.length - 1;
|
902 |
+
_start();
|
903 |
+
}
|
904 |
+
|
905 |
+
return;
|
906 |
+
};
|
907 |
+
|
908 |
+
$.fancybox.cancel = function() {
|
909 |
+
if (busy) {
|
910 |
+
return;
|
911 |
+
}
|
912 |
+
|
913 |
+
busy = true;
|
914 |
+
|
915 |
+
$.event.trigger('fancybox-cancel');
|
916 |
+
|
917 |
+
_abort();
|
918 |
+
|
919 |
+
selectedOpts.onCancel(selectedArray, selectedIndex, selectedOpts);
|
920 |
+
|
921 |
+
busy = false;
|
922 |
+
};
|
923 |
+
|
924 |
+
// Note: within an iframe use - parent.$.fancybox.close();
|
925 |
+
$.fancybox.close = function() {
|
926 |
+
if (busy || wrap.is(':hidden')) {
|
927 |
+
return;
|
928 |
+
}
|
929 |
+
|
930 |
+
busy = true;
|
931 |
+
|
932 |
+
if (currentOpts && false === currentOpts.onCleanup(currentArray, currentIndex, currentOpts)) {
|
933 |
+
busy = false;
|
934 |
+
return;
|
935 |
+
}
|
936 |
+
|
937 |
+
_abort();
|
938 |
+
|
939 |
+
$(close.add( nav_left ).add( nav_right )).hide();
|
940 |
+
|
941 |
+
$(content.add( overlay )).unbind();
|
942 |
+
|
943 |
+
$(window).unbind("resize.fb scroll.fb");
|
944 |
+
$(document).unbind('keydown.fb');
|
945 |
+
|
946 |
+
content.find('iframe').attr('src', isIE6 && /^https/i.test(window.location.href || '') ? 'javascript:void(false)' : 'about:blank');
|
947 |
+
|
948 |
+
if (currentOpts.titlePosition !== 'inside') {
|
949 |
+
title.empty();
|
950 |
+
}
|
951 |
+
|
952 |
+
wrap.stop();
|
953 |
+
|
954 |
+
function _cleanup() {
|
955 |
+
overlay.fadeOut('fast');
|
956 |
+
|
957 |
+
title.empty().hide();
|
958 |
+
wrap.hide();
|
959 |
+
|
960 |
+
$.event.trigger('fancybox-cleanup');
|
961 |
+
|
962 |
+
content.empty();
|
963 |
+
|
964 |
+
currentOpts.onClosed(currentArray, currentIndex, currentOpts);
|
965 |
+
|
966 |
+
currentArray = selectedOpts = [];
|
967 |
+
currentIndex = selectedIndex = 0;
|
968 |
+
currentOpts = selectedOpts = {};
|
969 |
+
|
970 |
+
busy = false;
|
971 |
+
}
|
972 |
+
|
973 |
+
if (currentOpts.transitionOut == 'elastic') {
|
974 |
+
start_pos = _get_zoom_from();
|
975 |
+
|
976 |
+
var pos = wrap.position();
|
977 |
+
|
978 |
+
final_pos = {
|
979 |
+
top : pos.top ,
|
980 |
+
left : pos.left,
|
981 |
+
width : wrap.width(),
|
982 |
+
height : wrap.height()
|
983 |
+
};
|
984 |
+
|
985 |
+
if (currentOpts.opacity) {
|
986 |
+
final_pos.opacity = 1;
|
987 |
+
}
|
988 |
+
|
989 |
+
title.empty().hide();
|
990 |
+
|
991 |
+
fx.prop = 1;
|
992 |
+
|
993 |
+
$(fx).animate({ prop: 0 }, {
|
994 |
+
duration : currentOpts.speedOut,
|
995 |
+
easing : currentOpts.easingOut,
|
996 |
+
step : _draw,
|
997 |
+
complete : _cleanup
|
998 |
+
});
|
999 |
+
|
1000 |
+
} else {
|
1001 |
+
wrap.fadeOut( currentOpts.transitionOut == 'none' ? 0 : currentOpts.speedOut, _cleanup);
|
1002 |
+
}
|
1003 |
+
};
|
1004 |
+
|
1005 |
+
$.fancybox.resize = function() {
|
1006 |
+
if (overlay.is(':visible')) {
|
1007 |
+
overlay.css('height', $(document).height());
|
1008 |
+
}
|
1009 |
+
|
1010 |
+
$.fancybox.center(true);
|
1011 |
+
};
|
1012 |
+
|
1013 |
+
$.fancybox.center = function() {
|
1014 |
+
var view, align;
|
1015 |
+
|
1016 |
+
if (busy) {
|
1017 |
+
return;
|
1018 |
+
}
|
1019 |
+
|
1020 |
+
align = arguments[0] === true ? 1 : 0;
|
1021 |
+
view = _get_viewport();
|
1022 |
+
|
1023 |
+
if (!align && (wrap.width() > view[0] || wrap.height() > view[1])) {
|
1024 |
+
return;
|
1025 |
+
}
|
1026 |
+
|
1027 |
+
wrap
|
1028 |
+
.stop()
|
1029 |
+
.animate({
|
1030 |
+
'top' : parseInt(Math.max(view[3] - 20, view[3] + ((view[1] - content.height() - 40) * 0.5) - currentOpts.padding)),
|
1031 |
+
'left' : parseInt(Math.max(view[2] - 20, view[2] + ((view[0] - content.width() - 40) * 0.5) - currentOpts.padding))
|
1032 |
+
}, typeof arguments[0] == 'number' ? arguments[0] : 200);
|
1033 |
+
};
|
1034 |
+
|
1035 |
+
$.fancybox.init = function() {
|
1036 |
+
if ($("#fancybox-wrap").length) {
|
1037 |
+
return;
|
1038 |
+
}
|
1039 |
+
|
1040 |
+
$('body').append(
|
1041 |
+
tmp = $('<div id="fancybox-tmp"></div>'),
|
1042 |
+
loading = $('<div class="clear_b"> </div><div id="fancybox-loading-overlay"></div><div id="fancybox-loading"><span></span><div></div></div>'),
|
1043 |
+
overlay = $('<div id="fancybox-overlay"></div>'),
|
1044 |
+
wrap = $('<div id="fancybox-wrap"></div>')
|
1045 |
+
);
|
1046 |
+
|
1047 |
+
outer = $('<div id="fancybox-outer"></div>')
|
1048 |
+
.append('')
|
1049 |
+
.appendTo( wrap );
|
1050 |
+
|
1051 |
+
outer.append(
|
1052 |
+
content = $('<div id="fancybox-content"></div>'),
|
1053 |
+
close = $('<a id="fancybox-close"></a>'),
|
1054 |
+
title = $('<div id="fancybox-title"></div>'),
|
1055 |
+
|
1056 |
+
nav_left = $('<a href="javascript:;" id="fancybox-left"><span class="fancy-ico" id="fancybox-left-ico"></span></a>'),
|
1057 |
+
nav_right = $('<a href="javascript:;" id="fancybox-right"><span class="fancy-ico" id="fancybox-right-ico"></span></a>')
|
1058 |
+
);
|
1059 |
+
|
1060 |
+
close.click($.fancybox.close);
|
1061 |
+
loading.click($.fancybox.cancel);
|
1062 |
+
|
1063 |
+
nav_left.click(function(e) {
|
1064 |
+
e.preventDefault();
|
1065 |
+
$.fancybox.prev();
|
1066 |
+
});
|
1067 |
+
|
1068 |
+
nav_right.click(function(e) {
|
1069 |
+
e.preventDefault();
|
1070 |
+
$.fancybox.next();
|
1071 |
+
});
|
1072 |
+
|
1073 |
+
if ($.fn.mousewheel) {
|
1074 |
+
wrap.bind('mousewheel.fb', function(e, delta) {
|
1075 |
+
if (busy) {
|
1076 |
+
e.preventDefault();
|
1077 |
+
|
1078 |
+
} else if ($(e.target).get(0).clientHeight == 0 || $(e.target).get(0).scrollHeight === $(e.target).get(0).clientHeight) {
|
1079 |
+
e.preventDefault();
|
1080 |
+
$.fancybox[ delta > 0 ? 'prev' : 'next']();
|
1081 |
+
}
|
1082 |
+
});
|
1083 |
+
}
|
1084 |
+
|
1085 |
+
if (!$.support.opacity) {
|
1086 |
+
wrap.addClass('fancybox-ie');
|
1087 |
+
}
|
1088 |
+
|
1089 |
+
if (isIE6) {
|
1090 |
+
loading.addClass('fancybox-ie6');
|
1091 |
+
wrap.addClass('fancybox-ie6');
|
1092 |
+
|
1093 |
+
$('<iframe id="fancybox-hide-sel-frame" src="' + (/^https/i.test(window.location.href || '') ? 'javascript:void(false)' : 'about:blank' ) + '" scrolling="no" border="0" frameborder="0" tabindex="-1"></iframe>').prependTo(outer);
|
1094 |
+
}
|
1095 |
+
};
|
1096 |
+
|
1097 |
+
$.fn.fancybox.defaults = {
|
1098 |
+
padding : 10,
|
1099 |
+
margin : 40,
|
1100 |
+
opacity : false,
|
1101 |
+
modal : false,
|
1102 |
+
cyclic : false,
|
1103 |
+
scrolling : 'auto', // 'auto', 'yes' or 'no'
|
1104 |
+
|
1105 |
+
width : 560,
|
1106 |
+
height : 340,
|
1107 |
+
|
1108 |
+
autoScale : true,
|
1109 |
+
autoDimensions : true,
|
1110 |
+
centerOnScroll : false,
|
1111 |
+
|
1112 |
+
ajax : {},
|
1113 |
+
swf : { wmode: 'transparent' },
|
1114 |
+
|
1115 |
+
hideOnOverlayClick : true,
|
1116 |
+
hideOnContentClick : false,
|
1117 |
+
|
1118 |
+
overlayShow : true,
|
1119 |
+
overlayOpacity : 0.7,
|
1120 |
+
overlayColor : '#fff',
|
1121 |
+
|
1122 |
+
titleShow : true,
|
1123 |
+
titlePosition : 'float', // 'float', 'outside', 'inside' or 'over'
|
1124 |
+
titleFormat : null,
|
1125 |
+
titleFromAlt : false,
|
1126 |
+
|
1127 |
+
transitionIn : 'fade', // 'elastic', 'fade' or 'none'
|
1128 |
+
transitionOut : 'fade', // 'elastic', 'fade' or 'none'
|
1129 |
+
|
1130 |
+
speedIn : 300,
|
1131 |
+
speedOut : 300,
|
1132 |
+
|
1133 |
+
changeSpeed : 300,
|
1134 |
+
changeFade : 'fast',
|
1135 |
+
|
1136 |
+
easingIn : 'swing',
|
1137 |
+
easingOut : 'swing',
|
1138 |
+
|
1139 |
+
showCloseButton : true,
|
1140 |
+
showNavArrows : true,
|
1141 |
+
enableEscapeButton : true,
|
1142 |
+
enableKeyboardNav : true,
|
1143 |
+
|
1144 |
+
onStart : function(){},
|
1145 |
+
onCancel : function(){},
|
1146 |
+
onComplete : function(){},
|
1147 |
+
onCleanup : function(){},
|
1148 |
+
onClosed : function(){},
|
1149 |
+
onError : function(){}
|
1150 |
+
};
|
1151 |
+
|
1152 |
+
$(document).ready(function() {
|
1153 |
+
$.fancybox.init();
|
1154 |
+
});
|
1155 |
+
|
1156 |
+
})(jQuery);
|
js/magpassion/quickview/fancy/fancybox/jquery.fancybox-1.3.4.pack.js-
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*
|
2 |
+
* FancyBox - jQuery Plugin
|
3 |
+
* Simple and fancy lightbox alternative
|
4 |
+
*
|
5 |
+
* Examples and documentation at: http://fancybox.net
|
6 |
+
*
|
7 |
+
* Copyright (c) 2008 - 2010 Janis Skarnelis
|
8 |
+
* That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
|
9 |
+
*
|
10 |
+
* Version: 1.3.4 (11/11/2010)
|
11 |
+
* Requires: jQuery v1.3+
|
12 |
+
*
|
13 |
+
* Dual licensed under the MIT and GPL licenses:
|
14 |
+
* http://www.opensource.org/licenses/mit-license.php
|
15 |
+
* http://www.gnu.org/licenses/gpl.html
|
16 |
+
*/
|
17 |
+
|
18 |
+
;(function(b){var m,t,u,f,D,j,E,n,z,A,q=0,e={},o=[],p=0,d={},l=[],G=null,v=new Image,J=/\.(jpg|gif|png|bmp|jpeg)(.*)?$/i,W=/[^\.]\.(swf)\s*$/i,K,L=1,y=0,s="",r,i,h=false,B=b.extend(b("<div/>")[0],{prop:0}),M=b.browser.msie&&b.browser.version<7&&!window.XMLHttpRequest,N=function(){t.hide();v.onerror=v.onload=null;G&&G.abort();m.empty()},O=function(){if(false===e.onError(o,q,e)){t.hide();h=false}else{e.titleShow=false;e.width="auto";e.height="auto";m.html('<p id="fancybox-error">The requested content cannot be loaded.<br />Please try again later.</p>');
|
19 |
+
F()}},I=function(){var a=o[q],c,g,k,C,P,w;N();e=b.extend({},b.fn.fancybox.defaults,typeof b(a).data("fancybox")=="undefined"?e:b(a).data("fancybox"));w=e.onStart(o,q,e);if(w===false)h=false;else{if(typeof w=="object")e=b.extend(e,w);k=e.title||(a.nodeName?b(a).attr("title"):a.title)||"";if(a.nodeName&&!e.orig)e.orig=b(a).children("img:first").length?b(a).children("img:first"):b(a);if(k===""&&e.orig&&e.titleFromAlt)k=e.orig.attr("alt");c=e.href||(a.nodeName?b(a).attr("href"):a.href)||null;if(/^(?:javascript)/i.test(c)||
|
20 |
+
c=="#")c=null;if(e.type){g=e.type;if(!c)c=e.content}else if(e.content)g="html";else if(c)g=c.match(J)?"image":c.match(W)?"swf":b(a).hasClass("iframe")?"iframe":c.indexOf("#")===0?"inline":"ajax";if(g){if(g=="inline"){a=c.substr(c.indexOf("#"));g=b(a).length>0?"inline":"ajax"}e.type=g;e.href=c;e.title=k;if(e.autoDimensions)if(e.type=="html"||e.type=="inline"||e.type=="ajax"){e.width="auto";e.height="auto"}else e.autoDimensions=false;if(e.modal){e.overlayShow=true;e.hideOnOverlayClick=false;e.hideOnContentClick=
|
21 |
+
false;e.enableEscapeButton=false;e.showCloseButton=false}e.padding=parseInt(e.padding,10);e.margin=parseInt(e.margin,10);m.css("padding",e.padding+e.margin);b(".fancybox-inline-tmp").unbind("fancybox-cancel").bind("fancybox-change",function(){b(this).replaceWith(j.children())});switch(g){case "html":m.html(e.content);F();break;case "inline":if(b(a).parent().is("#fancybox-content")===true){h=false;break}b('<div class="fancybox-inline-tmp" />').hide().insertBefore(b(a)).bind("fancybox-cleanup",function(){b(this).replaceWith(j.children())}).bind("fancybox-cancel",
|
22 |
+
function(){b(this).replaceWith(m.children())});b(a).appendTo(m);F();break;case "image":h=false;b.fancybox.showActivity();v=new Image;v.onerror=function(){O()};v.onload=function(){h=true;v.onerror=v.onload=null;e.width=v.width;e.height=v.height;b("<img />").attr({id:"fancybox-img",src:v.src,alt:e.title}).appendTo(m);Q()};v.src=c;break;case "swf":e.scrolling="no";C='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+e.width+'" height="'+e.height+'"><param name="movie" value="'+c+
|
23 |
+
'"></param>';P="";b.each(e.swf,function(x,H){C+='<param name="'+x+'" value="'+H+'"></param>';P+=" "+x+'="'+H+'"'});C+='<embed src="'+c+'" type="application/x-shockwave-flash" width="'+e.width+'" height="'+e.height+'"'+P+"></embed></object>";m.html(C);F();break;case "ajax":h=false;b.fancybox.showActivity();e.ajax.win=e.ajax.success;G=b.ajax(b.extend({},e.ajax,{url:c,data:e.ajax.data||{},error:function(x){x.status>0&&O()},success:function(x,H,R){if((typeof R=="object"?R:G).status==200){if(typeof e.ajax.win==
|
24 |
+
"function"){w=e.ajax.win(c,x,H,R);if(w===false){t.hide();return}else if(typeof w=="string"||typeof w=="object")x=w}m.html(x);F()}}}));break;case "iframe":Q()}}else O()}},F=function(){var a=e.width,c=e.height;a=a.toString().indexOf("%")>-1?parseInt((b(window).width()-e.margin*2)*parseFloat(a)/100,10)+"px":a=="auto"?"auto":a+"px";c=c.toString().indexOf("%")>-1?parseInt((b(window).height()-e.margin*2)*parseFloat(c)/100,10)+"px":c=="auto"?"auto":c+"px";m.wrapInner('<div style="width:'+a+";height:"+c+
|
25 |
+
";overflow: "+(e.scrolling=="auto"?"auto":e.scrolling=="yes"?"scroll":"hidden")+';position:relative;"></div>');e.width=m.width();e.height=m.height();Q()},Q=function(){var a,c;t.hide();if(f.is(":visible")&&false===d.onCleanup(l,p,d)){b.event.trigger("fancybox-cancel");h=false}else{h=true;b(j.add(u)).unbind();b(window).unbind("resize.fb scroll.fb");b(document).unbind("keydown.fb");f.is(":visible")&&d.titlePosition!=="outside"&&f.css("height",f.height());l=o;p=q;d=e;if(d.overlayShow){u.css({"background-color":d.overlayColor,
|
26 |
+
opacity:d.overlayOpacity,cursor:d.hideOnOverlayClick?"pointer":"auto",height:b(document).height()});if(!u.is(":visible")){M&&b("select:not(#fancybox-tmp select)").filter(function(){return this.style.visibility!=="hidden"}).css({visibility:"hidden"}).one("fancybox-cleanup",function(){this.style.visibility="inherit"});u.show()}}else u.hide();i=X();s=d.title||"";y=0;n.empty().removeAttr("style").removeClass();if(d.titleShow!==false){if(b.isFunction(d.titleFormat))a=d.titleFormat(s,l,p,d);else a=s&&s.length?
|
27 |
+
d.titlePosition=="float"?'<table id="fancybox-title-float-wrap" cellpadding="0" cellspacing="0"><tr><td id="fancybox-title-float-left"></td><td id="fancybox-title-float-main">'+s+'</td><td id="fancybox-title-float-right"></td></tr></table>':'<div id="fancybox-title-'+d.titlePosition+'">'+s+"</div>":false;s=a;if(!(!s||s==="")){n.addClass("fancybox-title-"+d.titlePosition).html(s).appendTo("body").show();switch(d.titlePosition){case "inside":n.css({width:i.width-d.padding*2,marginLeft:d.padding,marginRight:d.padding});
|
28 |
+
y=n.outerHeight(true);n.appendTo(D);i.height+=y;break;case "over":n.css({marginLeft:d.padding,width:i.width-d.padding*2,bottom:d.padding}).appendTo(D);break;case "float":n.css("left",parseInt((n.width()-i.width-40)/2,10)*-1).appendTo(f);break;default:n.css({width:i.width-d.padding*2,paddingLeft:d.padding,paddingRight:d.padding}).appendTo(f)}}}n.hide();if(f.is(":visible")){b(E.add(z).add(A)).hide();a=f.position();r={top:a.top,left:a.left,width:f.width(),height:f.height()};c=r.width==i.width&&r.height==
|
29 |
+
i.height;j.fadeTo(d.changeFade,0.3,function(){var g=function(){j.html(m.contents()).fadeTo(d.changeFade,1,S)};b.event.trigger("fancybox-change");j.empty().removeAttr("filter").css({"border-width":d.padding,width:i.width-d.padding*2,height:e.autoDimensions?"auto":i.height-y-d.padding*2});if(c)g();else{B.prop=0;b(B).animate({prop:1},{duration:d.changeSpeed,easing:d.easingChange,step:T,complete:g})}})}else{f.removeAttr("style");j.css("border-width",d.padding);if(d.transitionIn=="elastic"){r=V();j.html(m.contents());
|
30 |
+
f.show();if(d.opacity)i.opacity=0;B.prop=0;b(B).animate({prop:1},{duration:d.speedIn,easing:d.easingIn,step:T,complete:S})}else{d.titlePosition=="inside"&&y>0&&n.show();j.css({width:i.width-d.padding*2,height:e.autoDimensions?"auto":i.height-y-d.padding*2}).html(m.contents());f.css(i).fadeIn(d.transitionIn=="none"?0:d.speedIn,S)}}}},Y=function(){if(d.enableEscapeButton||d.enableKeyboardNav)b(document).bind("keydown.fb",function(a){if(a.keyCode==27&&d.enableEscapeButton){a.preventDefault();b.fancybox.close()}else if((a.keyCode==
|
31 |
+
37||a.keyCode==39)&&d.enableKeyboardNav&&a.target.tagName!=="INPUT"&&a.target.tagName!=="TEXTAREA"&&a.target.tagName!=="SELECT"){a.preventDefault();b.fancybox[a.keyCode==37?"prev":"next"]()}});if(d.showNavArrows){if(d.cyclic&&l.length>1||p!==0)z.show();if(d.cyclic&&l.length>1||p!=l.length-1)A.show()}else{z.hide();A.hide()}},S=function(){if(!b.support.opacity){j.get(0).style.removeAttribute("filter");f.get(0).style.removeAttribute("filter")}e.autoDimensions&&j.css("height","auto");f.css("height","auto");
|
32 |
+
s&&s.length&&n.show();d.showCloseButton&&E.show();Y();d.hideOnContentClick&&j.bind("click",b.fancybox.close);d.hideOnOverlayClick&&u.bind("click",b.fancybox.close);b(window).bind("resize.fb",b.fancybox.resize);d.centerOnScroll&&b(window).bind("scroll.fb",b.fancybox.center);if(d.type=="iframe")b('<iframe id="fancybox-frame" name="fancybox-frame'+(new Date).getTime()+'" frameborder="0" hspace="0" '+(b.browser.msie?'allowtransparency="true""':"")+' scrolling="'+e.scrolling+'" src="'+d.href+'"></iframe>').appendTo(j);
|
33 |
+
f.show();h=false;b.fancybox.center();d.onComplete(l,p,d);var a,c;if(l.length-1>p){a=l[p+1].href;if(typeof a!=="undefined"&&a.match(J)){c=new Image;c.src=a}}if(p>0){a=l[p-1].href;if(typeof a!=="undefined"&&a.match(J)){c=new Image;c.src=a}}},T=function(a){var c={width:parseInt(r.width+(i.width-r.width)*a,10),height:parseInt(r.height+(i.height-r.height)*a,10),top:parseInt(r.top+(i.top-r.top)*a,10),left:parseInt(r.left+(i.left-r.left)*a,10)};if(typeof i.opacity!=="undefined")c.opacity=a<0.5?0.5:a;f.css(c);
|
34 |
+
j.css({width:c.width-d.padding*2,height:c.height-y*a-d.padding*2})},U=function(){return[b(window).width()-d.margin*2,b(window).height()-d.margin*2,b(document).scrollLeft()+d.margin,b(document).scrollTop()+d.margin]},X=function(){var a=U(),c={},g=d.autoScale,k=d.padding*2;c.width=d.width.toString().indexOf("%")>-1?parseInt(a[0]*parseFloat(d.width)/100,10):d.width+k;c.height=d.height.toString().indexOf("%")>-1?parseInt(a[1]*parseFloat(d.height)/100,10):d.height+k;if(g&&(c.width>a[0]||c.height>a[1]))if(e.type==
|
35 |
+
"image"||e.type=="swf"){g=d.width/d.height;if(c.width>a[0]){c.width=a[0];c.height=parseInt((c.width-k)/g+k,10)}if(c.height>a[1]){c.height=a[1];c.width=parseInt((c.height-k)*g+k,10)}}else{c.width=Math.min(c.width,a[0]);c.height=Math.min(c.height,a[1])}c.top=parseInt(Math.max(a[3]-20,a[3]+(a[1]-c.height-40)*0.5),10);c.left=parseInt(Math.max(a[2]-20,a[2]+(a[0]-c.width-40)*0.5),10);return c},V=function(){var a=e.orig?b(e.orig):false,c={};if(a&&a.length){c=a.offset();c.top+=parseInt(a.css("paddingTop"),
|
36 |
+
10)||0;c.left+=parseInt(a.css("paddingLeft"),10)||0;c.top+=parseInt(a.css("border-top-width"),10)||0;c.left+=parseInt(a.css("border-left-width"),10)||0;c.width=a.width();c.height=a.height();c={width:c.width+d.padding*2,height:c.height+d.padding*2,top:c.top-d.padding-20,left:c.left-d.padding-20}}else{a=U();c={width:d.padding*2,height:d.padding*2,top:parseInt(a[3]+a[1]*0.5,10),left:parseInt(a[2]+a[0]*0.5,10)}}return c},Z=function(){if(t.is(":visible")){b("div",t).css("top",L*-40+"px");L=(L+1)%12}else clearInterval(K)};
|
37 |
+
b.fn.fancybox=function(a){if(!b(this).length)return this;b(this).data("fancybox",b.extend({},a,b.metadata?b(this).metadata():{})).unbind("click.fb").bind("click.fb",function(c){c.preventDefault();if(!h){h=true;b(this).blur();o=[];q=0;c=b(this).attr("rel")||"";if(!c||c==""||c==="nofollow")o.push(this);else{o=b("a[rel="+c+"], area[rel="+c+"]");q=o.index(this)}I()}});return this};b.fancybox=function(a,c){var g;if(!h){h=true;g=typeof c!=="undefined"?c:{};o=[];q=parseInt(g.index,10)||0;if(b.isArray(a)){for(var k=
|
38 |
+
0,C=a.length;k<C;k++)if(typeof a[k]=="object")b(a[k]).data("fancybox",b.extend({},g,a[k]));else a[k]=b({}).data("fancybox",b.extend({content:a[k]},g));o=jQuery.merge(o,a)}else{if(typeof a=="object")b(a).data("fancybox",b.extend({},g,a));else a=b({}).data("fancybox",b.extend({content:a},g));o.push(a)}if(q>o.length||q<0)q=0;I()}};b.fancybox.showActivity=function(){clearInterval(K);t.show();K=setInterval(Z,66)};b.fancybox.hideActivity=function(){t.hide()};b.fancybox.next=function(){return b.fancybox.pos(p+
|
39 |
+
1)};b.fancybox.prev=function(){return b.fancybox.pos(p-1)};b.fancybox.pos=function(a){if(!h){a=parseInt(a);o=l;if(a>-1&&a<l.length){q=a;I()}else if(d.cyclic&&l.length>1){q=a>=l.length?0:l.length-1;I()}}};b.fancybox.cancel=function(){if(!h){h=true;b.event.trigger("fancybox-cancel");N();e.onCancel(o,q,e);h=false}};b.fancybox.close=function(){function a(){u.fadeOut("fast");n.empty().hide();f.hide();b.event.trigger("fancybox-cleanup");j.empty();d.onClosed(l,p,d);l=e=[];p=q=0;d=e={};h=false}if(!(h||f.is(":hidden"))){h=
|
40 |
+
true;if(d&&false===d.onCleanup(l,p,d))h=false;else{N();b(E.add(z).add(A)).hide();b(j.add(u)).unbind();b(window).unbind("resize.fb scroll.fb");b(document).unbind("keydown.fb");j.find("iframe").attr("src",M&&/^https/i.test(window.location.href||"")?"javascript:void(false)":"about:blank");d.titlePosition!=="inside"&&n.empty();f.stop();if(d.transitionOut=="elastic"){r=V();var c=f.position();i={top:c.top,left:c.left,width:f.width(),height:f.height()};if(d.opacity)i.opacity=1;n.empty().hide();B.prop=1;
|
41 |
+
b(B).animate({prop:0},{duration:d.speedOut,easing:d.easingOut,step:T,complete:a})}else f.fadeOut(d.transitionOut=="none"?0:d.speedOut,a)}}};b.fancybox.resize=function(){u.is(":visible")&&u.css("height",b(document).height());b.fancybox.center(true)};b.fancybox.center=function(a){var c,g;if(!h){g=a===true?1:0;c=U();!g&&(f.width()>c[0]||f.height()>c[1])||f.stop().animate({top:parseInt(Math.max(c[3]-20,c[3]+(c[1]-j.height()-40)*0.5-d.padding)),left:parseInt(Math.max(c[2]-20,c[2]+(c[0]-j.width()-40)*0.5-
|
42 |
+
d.padding))},typeof a=="number"?a:200)}};b.fancybox.init=function(){if(!b("#fancybox-wrap").length){b("body").append(m=b('<div id="fancybox-tmp"></div>'),t=b('<div id="fancybox-loading"><span></span><div></div></div>'),u=b('<div id="fancybox-overlay"></div>'),f=b('<div id="fancybox-wrap"></div>'));D=b('<div id="fancybox-outer"></div>').append('<div class="fancybox-bg" id="fancybox-bg-n"></div><div class="fancybox-bg" id="fancybox-bg-ne"></div><div class="fancybox-bg" id="fancybox-bg-e"></div><div class="fancybox-bg" id="fancybox-bg-se"></div><div class="fancybox-bg" id="fancybox-bg-s"></div><div class="fancybox-bg" id="fancybox-bg-sw"></div><div class="fancybox-bg" id="fancybox-bg-w"></div><div class="fancybox-bg" id="fancybox-bg-nw"></div>').appendTo(f);
|
43 |
+
D.append(j=b('<div id="fancybox-content"></div>'),E=b('<a id="fancybox-close"></a>'),n=b('<div id="fancybox-title"></div>'),z=b('<a href="javascript:;" id="fancybox-left"><span class="fancy-ico" id="fancybox-left-ico"></span></a>'),A=b('<a href="javascript:;" id="fancybox-right"><span class="fancy-ico" id="fancybox-right-ico"></span></a>'));E.click(b.fancybox.close);t.click(b.fancybox.cancel);z.click(function(a){a.preventDefault();b.fancybox.prev()});A.click(function(a){a.preventDefault();b.fancybox.next()});
|
44 |
+
b.fn.mousewheel&&f.bind("mousewheel.fb",function(a,c){if(h)a.preventDefault();else if(b(a.target).get(0).clientHeight==0||b(a.target).get(0).scrollHeight===b(a.target).get(0).clientHeight){a.preventDefault();b.fancybox[c>0?"prev":"next"]()}});b.support.opacity||f.addClass("fancybox-ie");if(M){t.addClass("fancybox-ie6");f.addClass("fancybox-ie6");b('<iframe id="fancybox-hide-sel-frame" src="'+(/^https/i.test(window.location.href||"")?"javascript:void(false)":"about:blank")+'" scrolling="no" border="0" frameborder="0" tabindex="-1"></iframe>').prependTo(D)}}};
|
45 |
+
b.fn.fancybox.defaults={padding:10,margin:40,opacity:false,modal:false,cyclic:false,scrolling:"auto",width:625,height:415,autoScale:true,autoDimensions:true,centerOnScroll:false,ajax:{},swf:{wmode:"transparent"},hideOnOverlayClick:true,hideOnContentClick:false,overlayShow:true,overlayOpacity:0.7,overlayColor:"#777",titleShow:true,titlePosition:"float",titleFormat:null,titleFromAlt:false,transitionIn:"fade",transitionOut:"fade",speedIn:300,speedOut:300,changeSpeed:300,changeFade:"fast",easingIn:"swing",
|
46 |
+
easingOut:"swing",showCloseButton:true,showNavArrows:true,enableEscapeButton:true,enableKeyboardNav:true,onStart:function(){},onCancel:function(){},onComplete:function(){},onCleanup:function(){},onClosed:function(){},onError:function(){}};b(document).ready(function(){b.fancybox.init()})})(jQuery);
|
js/magpassion/quickview/fancy/fancybox/jquery.min.js
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
1 |
+
/*! jQuery v1.7.2 jquery.com | jquery.org/license */
|
2 |
+
(function(a,b){function cy(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cu(a){if(!cj[a]){var b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){ck||(ck=c.createElement("iframe"),ck.frameBorder=ck.width=ck.height=0),b.appendChild(ck);if(!cl||!ck.createElement)cl=(ck.contentWindow||ck.contentDocument).document,cl.write((f.support.boxModel?"<!doctype html>":"")+"<html><body>"),cl.close();d=cl.createElement(a),cl.body.appendChild(d),e=f.css(d,"display"),b.removeChild(ck)}cj[a]=e}return cj[a]}function ct(a,b){var c={};f.each(cp.concat.apply([],cp.slice(0,b)),function(){c[this]=a});return c}function cs(){cq=b}function cr(){setTimeout(cs,0);return cq=f.now()}function ci(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function ch(){try{return new a.XMLHttpRequest}catch(b){}}function cb(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var d=a.dataTypes,e={},g,h,i=d.length,j,k=d[0],l,m,n,o,p;for(g=1;g<i;g++){if(g===1)for(h in a.converters)typeof h=="string"&&(e[h.toLowerCase()]=a.converters[h]);l=k,k=d[g];if(k==="*")k=l;else if(l!=="*"&&l!==k){m=l+" "+k,n=e[m]||e["* "+k];if(!n){p=b;for(o in e){j=o.split(" ");if(j[0]===l||j[0]==="*"){p=e[j[1]+" "+k];if(p){o=e[o],o===!0?n=p:p===!0&&(n=o);break}}}}!n&&!p&&f.error("No conversion from "+m.replace(" "," to ")),n!==!0&&(c=n?n(c):p(o(c)))}}return c}function ca(a,c,d){var e=a.contents,f=a.dataTypes,g=a.responseFields,h,i,j,k;for(i in g)i in d&&(c[g[i]]=d[i]);while(f[0]==="*")f.shift(),h===b&&(h=a.mimeType||c.getResponseHeader("content-type"));if(h)for(i in e)if(e[i]&&e[i].test(h)){f.unshift(i);break}if(f[0]in d)j=f[0];else{for(i in d){if(!f[0]||a.converters[i+" "+f[0]]){j=i;break}k||(k=i)}j=j||k}if(j){j!==f[0]&&f.unshift(j);return d[j]}}function b_(a,b,c,d){if(f.isArray(b))f.each(b,function(b,e){c||bD.test(a)?d(a,e):b_(a+"["+(typeof e=="object"?b:"")+"]",e,c,d)});else if(!c&&f.type(b)==="object")for(var e in b)b_(a+"["+e+"]",b[e],c,d);else d(a,b)}function b$(a,c){var d,e,g=f.ajaxSettings.flatOptions||{};for(d in c)c[d]!==b&&((g[d]?a:e||(e={}))[d]=c[d]);e&&f.extend(!0,a,e)}function bZ(a,c,d,e,f,g){f=f||c.dataTypes[0],g=g||{},g[f]=!0;var h=a[f],i=0,j=h?h.length:0,k=a===bS,l;for(;i<j&&(k||!l);i++)l=h[i](c,d,e),typeof l=="string"&&(!k||g[l]?l=b:(c.dataTypes.unshift(l),l=bZ(a,c,d,e,l,g)));(k||!l)&&!g["*"]&&(l=bZ(a,c,d,e,"*",g));return l}function bY(a){return function(b,c){typeof b!="string"&&(c=b,b="*");if(f.isFunction(c)){var d=b.toLowerCase().split(bO),e=0,g=d.length,h,i,j;for(;e<g;e++)h=d[e],j=/^\+/.test(h),j&&(h=h.substr(1)||"*"),i=a[h]=a[h]||[],i[j?"unshift":"push"](c)}}}function bB(a,b,c){var d=b==="width"?a.offsetWidth:a.offsetHeight,e=b==="width"?1:0,g=4;if(d>0){if(c!=="border")for(;e<g;e+=2)c||(d-=parseFloat(f.css(a,"padding"+bx[e]))||0),c==="margin"?d+=parseFloat(f.css(a,c+bx[e]))||0:d-=parseFloat(f.css(a,"border"+bx[e]+"Width"))||0;return d+"px"}d=by(a,b);if(d<0||d==null)d=a.style[b];if(bt.test(d))return d;d=parseFloat(d)||0;if(c)for(;e<g;e+=2)d+=parseFloat(f.css(a,"padding"+bx[e]))||0,c!=="padding"&&(d+=parseFloat(f.css(a,"border"+bx[e]+"Width"))||0),c==="margin"&&(d+=parseFloat(f.css(a,c+bx[e]))||0);return d+"px"}function bo(a){var b=c.createElement("div");bh.appendChild(b),b.innerHTML=a.outerHTML;return b.firstChild}function bn(a){var b=(a.nodeName||"").toLowerCase();b==="input"?bm(a):b!=="script"&&typeof a.getElementsByTagName!="undefined"&&f.grep(a.getElementsByTagName("input"),bm)}function bm(a){if(a.type==="checkbox"||a.type==="radio")a.defaultChecked=a.checked}function bl(a){return typeof a.getElementsByTagName!="undefined"?a.getElementsByTagName("*"):typeof a.querySelectorAll!="undefined"?a.querySelectorAll("*"):[]}function bk(a,b){var c;b.nodeType===1&&(b.clearAttributes&&b.clearAttributes(),b.mergeAttributes&&b.mergeAttributes(a),c=b.nodeName.toLowerCase(),c==="object"?b.outerHTML=a.outerHTML:c!=="input"||a.type!=="checkbox"&&a.type!=="radio"?c==="option"?b.selected=a.defaultSelected:c==="input"||c==="textarea"?b.defaultValue=a.defaultValue:c==="script"&&b.text!==a.text&&(b.text=a.text):(a.checked&&(b.defaultChecked=b.checked=a.checked),b.value!==a.value&&(b.value=a.value)),b.removeAttribute(f.expando),b.removeAttribute("_submit_attached"),b.removeAttribute("_change_attached"))}function bj(a,b){if(b.nodeType===1&&!!f.hasData(a)){var c,d,e,g=f._data(a),h=f._data(b,g),i=g.events;if(i){delete h.handle,h.events={};for(c in i)for(d=0,e=i[c].length;d<e;d++)f.event.add(b,c,i[c][d])}h.data&&(h.data=f.extend({},h.data))}}function bi(a,b){return f.nodeName(a,"table")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function U(a){var b=V.split("|"),c=a.createDocumentFragment();if(c.createElement)while(b.length)c.createElement(b.pop());return c}function T(a,b,c){b=b||0;if(f.isFunction(b))return f.grep(a,function(a,d){var e=!!b.call(a,d,a);return e===c});if(b.nodeType)return f.grep(a,function(a,d){return a===b===c});if(typeof b=="string"){var d=f.grep(a,function(a){return a.nodeType===1});if(O.test(b))return f.filter(b,d,!c);b=f.filter(b,d)}return f.grep(a,function(a,d){return f.inArray(a,b)>=0===c})}function S(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function K(){return!0}function J(){return!1}function n(a,b,c){var d=b+"defer",e=b+"queue",g=b+"mark",h=f._data(a,d);h&&(c==="queue"||!f._data(a,e))&&(c==="mark"||!f._data(a,g))&&setTimeout(function(){!f._data(a,e)&&!f._data(a,g)&&(f.removeData(a,d,!0),h.fire())},0)}function m(a){for(var b in a){if(b==="data"&&f.isEmptyObject(a[b]))continue;if(b!=="toJSON")return!1}return!0}function l(a,c,d){if(d===b&&a.nodeType===1){var e="data-"+c.replace(k,"-$1").toLowerCase();d=a.getAttribute(e);if(typeof d=="string"){try{d=d==="true"?!0:d==="false"?!1:d==="null"?null:f.isNumeric(d)?+d:j.test(d)?f.parseJSON(d):d}catch(g){}f.data(a,c,d)}else d=b}return d}function h(a){var b=g[a]={},c,d;a=a.split(/\s+/);for(c=0,d=a.length;c<d;c++)b[a[c]]=!0;return b}var c=a.document,d=a.navigator,e=a.location,f=function(){function J(){if(!e.isReady){try{c.documentElement.doScroll("left")}catch(a){setTimeout(J,1);return}e.ready()}}var e=function(a,b){return new e.fn.init(a,b,h)},f=a.jQuery,g=a.$,h,i=/^(?:[^#<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,j=/\S/,k=/^\s+/,l=/\s+$/,m=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,n=/^[\],:{}\s]*$/,o=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,p=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,q=/(?:^|:|,)(?:\s*\[)+/g,r=/(webkit)[ \/]([\w.]+)/,s=/(opera)(?:.*version)?[ \/]([\w.]+)/,t=/(msie) ([\w.]+)/,u=/(mozilla)(?:.*? rv:([\w.]+))?/,v=/-([a-z]|[0-9])/ig,w=/^-ms-/,x=function(a,b){return(b+"").toUpperCase()},y=d.userAgent,z,A,B,C=Object.prototype.toString,D=Object.prototype.hasOwnProperty,E=Array.prototype.push,F=Array.prototype.slice,G=String.prototype.trim,H=Array.prototype.indexOf,I={};e.fn=e.prototype={constructor:e,init:function(a,d,f){var g,h,j,k;if(!a)return this;if(a.nodeType){this.context=this[0]=a,this.length=1;return this}if(a==="body"&&!d&&c.body){this.context=c,this[0]=c.body,this.selector=a,this.length=1;return this}if(typeof a=="string"){a.charAt(0)!=="<"||a.charAt(a.length-1)!==">"||a.length<3?g=i.exec(a):g=[null,a,null];if(g&&(g[1]||!d)){if(g[1]){d=d instanceof e?d[0]:d,k=d?d.ownerDocument||d:c,j=m.exec(a),j?e.isPlainObject(d)?(a=[c.createElement(j[1])],e.fn.attr.call(a,d,!0)):a=[k.createElement(j[1])]:(j=e.buildFragment([g[1]],[k]),a=(j.cacheable?e.clone(j.fragment):j.fragment).childNodes);return e.merge(this,a)}h=c.getElementById(g[2]);if(h&&h.parentNode){if(h.id!==g[2])return f.find(a);this.length=1,this[0]=h}this.context=c,this.selector=a;return this}return!d||d.jquery?(d||f).find(a):this.constructor(d).find(a)}if(e.isFunction(a))return f.ready(a);a.selector!==b&&(this.selector=a.selector,this.context=a.context);return e.makeArray(a,this)},selector:"",jquery:"1.7.2",length:0,size:function(){return this.length},toArray:function(){return F.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,b,c){var d=this.constructor();e.isArray(a)?E.apply(d,a):e.merge(d,a),d.prevObject=this,d.context=this.context,b==="find"?d.selector=this.selector+(this.selector?" ":"")+c:b&&(d.selector=this.selector+"."+b+"("+c+")");return d},each:function(a,b){return e.each(this,a,b)},ready:function(a){e.bindReady(),A.add(a);return this},eq:function(a){a=+a;return a===-1?this.slice(a):this.slice(a,a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(F.apply(this,arguments),"slice",F.call(arguments).join(","))},map:function(a){return this.pushStack(e.map(this,function(b,c){return a.call(b,c,b)}))},end:function(){return this.prevObject||this.constructor(null)},push:E,sort:[].sort,splice:[].splice},e.fn.init.prototype=e.fn,e.extend=e.fn.extend=function(){var a,c,d,f,g,h,i=arguments[0]||{},j=1,k=arguments.length,l=!1;typeof i=="boolean"&&(l=i,i=arguments[1]||{},j=2),typeof i!="object"&&!e.isFunction(i)&&(i={}),k===j&&(i=this,--j);for(;j<k;j++)if((a=arguments[j])!=null)for(c in a){d=i[c],f=a[c];if(i===f)continue;l&&f&&(e.isPlainObject(f)||(g=e.isArray(f)))?(g?(g=!1,h=d&&e.isArray(d)?d:[]):h=d&&e.isPlainObject(d)?d:{},i[c]=e.extend(l,h,f)):f!==b&&(i[c]=f)}return i},e.extend({noConflict:function(b){a.$===e&&(a.$=g),b&&a.jQuery===e&&(a.jQuery=f);return e},isReady:!1,readyWait:1,holdReady:function(a){a?e.readyWait++:e.ready(!0)},ready:function(a){if(a===!0&&!--e.readyWait||a!==!0&&!e.isReady){if(!c.body)return setTimeout(e.ready,1);e.isReady=!0;if(a!==!0&&--e.readyWait>0)return;A.fireWith(c,[e]),e.fn.trigger&&e(c).trigger("ready").off("ready")}},bindReady:function(){if(!A){A=e.Callbacks("once memory");if(c.readyState==="complete")return setTimeout(e.ready,1);if(c.addEventListener)c.addEventListener("DOMContentLoaded",B,!1),a.addEventListener("load",e.ready,!1);else if(c.attachEvent){c.attachEvent("onreadystatechange",B),a.attachEvent("onload",e.ready);var b=!1;try{b=a.frameElement==null}catch(d){}c.documentElement.doScroll&&b&&J()}}},isFunction:function(a){return e.type(a)==="function"},isArray:Array.isArray||function(a){return e.type(a)==="array"},isWindow:function(a){return a!=null&&a==a.window},isNumeric:function(a){return!isNaN(parseFloat(a))&&isFinite(a)},type:function(a){return a==null?String(a):I[C.call(a)]||"object"},isPlainObject:function(a){if(!a||e.type(a)!=="object"||a.nodeType||e.isWindow(a))return!1;try{if(a.constructor&&!D.call(a,"constructor")&&!D.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}var d;for(d in a);return d===b||D.call(a,d)},isEmptyObject:function(a){for(var b in a)return!1;return!0},error:function(a){throw new Error(a)},parseJSON:function(b){if(typeof b!="string"||!b)return null;b=e.trim(b);if(a.JSON&&a.JSON.parse)return a.JSON.parse(b);if(n.test(b.replace(o,"@").replace(p,"]").replace(q,"")))return(new Function("return "+b))();e.error("Invalid JSON: "+b)},parseXML:function(c){if(typeof c!="string"||!c)return null;var d,f;try{a.DOMParser?(f=new DOMParser,d=f.parseFromString(c,"text/xml")):(d=new ActiveXObject("Microsoft.XMLDOM"),d.async="false",d.loadXML(c))}catch(g){d=b}(!d||!d.documentElement||d.getElementsByTagName("parsererror").length)&&e.error("Invalid XML: "+c);return d},noop:function(){},globalEval:function(b){b&&j.test(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(w,"ms-").replace(v,x)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,c,d){var f,g=0,h=a.length,i=h===b||e.isFunction(a);if(d){if(i){for(f in a)if(c.apply(a[f],d)===!1)break}else for(;g<h;)if(c.apply(a[g++],d)===!1)break}else if(i){for(f in a)if(c.call(a[f],f,a[f])===!1)break}else for(;g<h;)if(c.call(a[g],g,a[g++])===!1)break;return a},trim:G?function(a){return a==null?"":G.call(a)}:function(a){return a==null?"":(a+"").replace(k,"").replace(l,"")},makeArray:function(a,b){var c=b||[];if(a!=null){var d=e.type(a);a.length==null||d==="string"||d==="function"||d==="regexp"||e.isWindow(a)?E.call(c,a):e.merge(c,a)}return c},inArray:function(a,b,c){var d;if(b){if(H)return H.call(b,a,c);d=b.length,c=c?c<0?Math.max(0,d+c):c:0;for(;c<d;c++)if(c in b&&b[c]===a)return c}return-1},merge:function(a,c){var d=a.length,e=0;if(typeof c.length=="number")for(var f=c.length;e<f;e++)a[d++]=c[e];else while(c[e]!==b)a[d++]=c[e++];a.length=d;return a},grep:function(a,b,c){var d=[],e;c=!!c;for(var f=0,g=a.length;f<g;f++)e=!!b(a[f],f),c!==e&&d.push(a[f]);return d},map:function(a,c,d){var f,g,h=[],i=0,j=a.length,k=a instanceof e||j!==b&&typeof j=="number"&&(j>0&&a[0]&&a[j-1]||j===0||e.isArray(a));if(k)for(;i<j;i++)f=c(a[i],i,d),f!=null&&(h[h.length]=f);else for(g in a)f=c(a[g],g,d),f!=null&&(h[h.length]=f);return h.concat.apply([],h)},guid:1,proxy:function(a,c){if(typeof c=="string"){var d=a[c];c=a,a=d}if(!e.isFunction(a))return b;var f=F.call(arguments,2),g=function(){return a.apply(c,f.concat(F.call(arguments)))};g.guid=a.guid=a.guid||g.guid||e.guid++;return g},access:function(a,c,d,f,g,h,i){var j,k=d==null,l=0,m=a.length;if(d&&typeof d=="object"){for(l in d)e.access(a,c,l,d[l],1,h,f);g=1}else if(f!==b){j=i===b&&e.isFunction(f),k&&(j?(j=c,c=function(a,b,c){return j.call(e(a),c)}):(c.call(a,f),c=null));if(c)for(;l<m;l++)c(a[l],d,j?f.call(a[l],l,c(a[l],d)):f,i);g=1}return g?a:k?c.call(a):m?c(a[0],d):h},now:function(){return(new Date).getTime()},uaMatch:function(a){a=a.toLowerCase();var b=r.exec(a)||s.exec(a)||t.exec(a)||a.indexOf("compatible")<0&&u.exec(a)||[];return{browser:b[1]||"",version:b[2]||"0"}},sub:function(){function a(b,c){return new a.fn.init(b,c)}e.extend(!0,a,this),a.superclass=this,a.fn=a.prototype=this(),a.fn.constructor=a,a.sub=this.sub,a.fn.init=function(d,f){f&&f instanceof e&&!(f instanceof a)&&(f=a(f));return e.fn.init.call(this,d,f,b)},a.fn.init.prototype=a.fn;var b=a(c);return a},browser:{}}),e.each("Boolean Number String Function Array Date RegExp Object".split(" "),function(a,b){I["[object "+b+"]"]=b.toLowerCase()}),z=e.uaMatch(y),z.browser&&(e.browser[z.browser]=!0,e.browser.version=z.version),e.browser.webkit&&(e.browser.safari=!0),j.test("�")&&(k=/^[\s\xA0]+/,l=/[\s\xA0]+$/),h=e(c),c.addEventListener?B=function(){c.removeEventListener("DOMContentLoaded",B,!1),e.ready()}:c.attachEvent&&(B=function(){c.readyState==="complete"&&(c.detachEvent("onreadystatechange",B),e.ready())});return e}(),g={};f.Callbacks=function(a){a=a?g[a]||h(a):{};var c=[],d=[],e,i,j,k,l,m,n=function(b){var d,e,g,h,i;for(d=0,e=b.length;d<e;d++)g=b[d],h=f.type(g),h==="array"?n(g):h==="function"&&(!a.unique||!p.has(g))&&c.push(g)},o=function(b,f){f=f||[],e=!a.memory||[b,f],i=!0,j=!0,m=k||0,k=0,l=c.length;for(;c&&m<l;m++)if(c[m].apply(b,f)===!1&&a.stopOnFalse){e=!0;break}j=!1,c&&(a.once?e===!0?p.disable():c=[]:d&&d.length&&(e=d.shift(),p.fireWith(e[0],e[1])))},p={add:function(){if(c){var a=c.length;n(arguments),j?l=c.length:e&&e!==!0&&(k=a,o(e[0],e[1]))}return this},remove:function(){if(c){var b=arguments,d=0,e=b.length;for(;d<e;d++)for(var f=0;f<c.length;f++)if(b[d]===c[f]){j&&f<=l&&(l--,f<=m&&m--),c.splice(f--,1);if(a.unique)break}}return this},has:function(a){if(c){var b=0,d=c.length;for(;b<d;b++)if(a===c[b])return!0}return!1},empty:function(){c=[];return this},disable:function(){c=d=e=b;return this},disabled:function(){return!c},lock:function(){d=b,(!e||e===!0)&&p.disable();return this},locked:function(){return!d},fireWith:function(b,c){d&&(j?a.once||d.push([b,c]):(!a.once||!e)&&o(b,c));return this},fire:function(){p.fireWith(this,arguments);return this},fired:function(){return!!i}};return p};var i=[].slice;f.extend({Deferred:function(a){var b=f.Callbacks("once memory"),c=f.Callbacks("once memory"),d=f.Callbacks("memory"),e="pending",g={resolve:b,reject:c,notify:d},h={done:b.add,fail:c.add,progress:d.add,state:function(){return e},isResolved:b.fired,isRejected:c.fired,then:function(a,b,c){i.done(a).fail(b).progress(c);return this},always:function(){i.done.apply(i,arguments).fail.apply(i,arguments);return this},pipe:function(a,b,c){return f.Deferred(function(d){f.each({done:[a,"resolve"],fail:[b,"reject"],progress:[c,"notify"]},function(a,b){var c=b[0],e=b[1],g;f.isFunction(c)?i[a](function(){g=c.apply(this,arguments),g&&f.isFunction(g.promise)?g.promise().then(d.resolve,d.reject,d.notify):d[e+"With"](this===i?d:this,[g])}):i[a](d[e])})}).promise()},promise:function(a){if(a==null)a=h;else for(var b in h)a[b]=h[b];return a}},i=h.promise({}),j;for(j in g)i[j]=g[j].fire,i[j+"With"]=g[j].fireWith;i.done(function(){e="resolved"},c.disable,d.lock).fail(function(){e="rejected"},b.disable,d.lock),a&&a.call(i,i);return i},when:function(a){function m(a){return function(b){e[a]=arguments.length>1?i.call(arguments,0):b,j.notifyWith(k,e)}}function l(a){return function(c){b[a]=arguments.length>1?i.call(arguments,0):c,--g||j.resolveWith(j,b)}}var b=i.call(arguments,0),c=0,d=b.length,e=Array(d),g=d,h=d,j=d<=1&&a&&f.isFunction(a.promise)?a:f.Deferred(),k=j.promise();if(d>1){for(;c<d;c++)b[c]&&b[c].promise&&f.isFunction(b[c].promise)?b[c].promise().then(l(c),j.reject,m(c)):--g;g||j.resolveWith(j,b)}else j!==a&&j.resolveWith(j,d?[a]:[]);return k}}),f.support=function(){var b,d,e,g,h,i,j,k,l,m,n,o,p=c.createElement("div"),q=c.documentElement;p.setAttribute("className","t"),p.innerHTML=" <link/><table></table><a href='/a' style='top:1px;float:left;opacity:.55;'>a</a><input type='checkbox'/>",d=p.getElementsByTagName("*"),e=p.getElementsByTagName("a")[0];if(!d||!d.length||!e)return{};g=c.createElement("select"),h=g.appendChild(c.createElement("option")),i=p.getElementsByTagName("input")[0],b={leadingWhitespace:p.firstChild.nodeType===3,tbody:!p.getElementsByTagName("tbody").length,htmlSerialize:!!p.getElementsByTagName("link").length,style:/top/.test(e.getAttribute("style")),hrefNormalized:e.getAttribute("href")==="/a",opacity:/^0.55/.test(e.style.opacity),cssFloat:!!e.style.cssFloat,checkOn:i.value==="on",optSelected:h.selected,getSetAttribute:p.className!=="t",enctype:!!c.createElement("form").enctype,html5Clone:c.createElement("nav").cloneNode(!0).outerHTML!=="<:nav></:nav>",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0,pixelMargin:!0},f.boxModel=b.boxModel=c.compatMode==="CSS1Compat",i.checked=!0,b.noCloneChecked=i.cloneNode(!0).checked,g.disabled=!0,b.optDisabled=!h.disabled;try{delete p.test}catch(r){b.deleteExpando=!1}!p.addEventListener&&p.attachEvent&&p.fireEvent&&(p.attachEvent("onclick",function(){b.noCloneEvent=!1}),p.cloneNode(!0).fireEvent("onclick")),i=c.createElement("input"),i.value="t",i.setAttribute("type","radio"),b.radioValue=i.value==="t",i.setAttribute("checked","checked"),i.setAttribute("name","t"),p.appendChild(i),j=c.createDocumentFragment(),j.appendChild(p.lastChild),b.checkClone=j.cloneNode(!0).cloneNode(!0).lastChild.checked,b.appendChecked=i.checked,j.removeChild(i),j.appendChild(p);if(p.attachEvent)for(n in{submit:1,change:1,focusin:1})m="on"+n,o=m in p,o||(p.setAttribute(m,"return;"),o=typeof p[m]=="function"),b[n+"Bubbles"]=o;j.removeChild(p),j=g=h=p=i=null,f(function(){var d,e,g,h,i,j,l,m,n,q,r,s,t,u=c.getElementsByTagName("body")[0];!u||(m=1,t="padding:0;margin:0;border:",r="position:absolute;top:0;left:0;width:1px;height:1px;",s=t+"0;visibility:hidden;",n="style='"+r+t+"5px solid #000;",q="<div "+n+"display:block;'><div style='"+t+"0;display:block;overflow:hidden;'></div></div>"+"<table "+n+"' cellpadding='0' cellspacing='0'>"+"<tr><td></td></tr></table>",d=c.createElement("div"),d.style.cssText=s+"width:0;height:0;position:static;top:0;margin-top:"+m+"px",u.insertBefore(d,u.firstChild),p=c.createElement("div"),d.appendChild(p),p.innerHTML="<table><tr><td style='"+t+"0;display:none'></td><td>t</td></tr></table>",k=p.getElementsByTagName("td"),o=k[0].offsetHeight===0,k[0].style.display="",k[1].style.display="none",b.reliableHiddenOffsets=o&&k[0].offsetHeight===0,a.getComputedStyle&&(p.innerHTML="",l=c.createElement("div"),l.style.width="0",l.style.marginRight="0",p.style.width="2px",p.appendChild(l),b.reliableMarginRight=(parseInt((a.getComputedStyle(l,null)||{marginRight:0}).marginRight,10)||0)===0),typeof p.style.zoom!="undefined"&&(p.innerHTML="",p.style.width=p.style.padding="1px",p.style.border=0,p.style.overflow="hidden",p.style.display="inline",p.style.zoom=1,b.inlineBlockNeedsLayout=p.offsetWidth===3,p.style.display="block",p.style.overflow="visible",p.innerHTML="<div style='width:5px;'></div>",b.shrinkWrapBlocks=p.offsetWidth!==3),p.style.cssText=r+s,p.innerHTML=q,e=p.firstChild,g=e.firstChild,i=e.nextSibling.firstChild.firstChild,j={doesNotAddBorder:g.offsetTop!==5,doesAddBorderForTableAndCells:i.offsetTop===5},g.style.position="fixed",g.style.top="20px",j.fixedPosition=g.offsetTop===20||g.offsetTop===15,g.style.position=g.style.top="",e.style.overflow="hidden",e.style.position="relative",j.subtractsBorderForOverflowNotVisible=g.offsetTop===-5,j.doesNotIncludeMarginInBodyOffset=u.offsetTop!==m,a.getComputedStyle&&(p.style.marginTop="1%",b.pixelMargin=(a.getComputedStyle(p,null)||{marginTop:0}).marginTop!=="1%"),typeof d.style.zoom!="undefined"&&(d.style.zoom=1),u.removeChild(d),l=p=d=null,f.extend(b,j))});return b}();var j=/^(?:\{.*\}|\[.*\])$/,k=/([A-Z])/g;f.extend({cache:{},uuid:0,expando:"jQuery"+(f.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(a){a=a.nodeType?f.cache[a[f.expando]]:a[f.expando];return!!a&&!m(a)},data:function(a,c,d,e){if(!!f.acceptData(a)){var g,h,i,j=f.expando,k=typeof c=="string",l=a.nodeType,m=l?f.cache:a,n=l?a[j]:a[j]&&j,o=c==="events";if((!n||!m[n]||!o&&!e&&!m[n].data)&&k&&d===b)return;n||(l?a[j]=n=++f.uuid:n=j),m[n]||(m[n]={},l||(m[n].toJSON=f.noop));if(typeof c=="object"||typeof c=="function")e?m[n]=f.extend(m[n],c):m[n].data=f.extend(m[n].data,c);g=h=m[n],e||(h.data||(h.data={}),h=h.data),d!==b&&(h[f.camelCase(c)]=d);if(o&&!h[c])return g.events;k?(i=h[c],i==null&&(i=h[f.camelCase(c)])):i=h;return i}},removeData:function(a,b,c){if(!!f.acceptData(a)){var d,e,g,h=f.expando,i=a.nodeType,j=i?f.cache:a,k=i?a[h]:h;if(!j[k])return;if(b){d=c?j[k]:j[k].data;if(d){f.isArray(b)||(b in d?b=[b]:(b=f.camelCase(b),b in d?b=[b]:b=b.split(" ")));for(e=0,g=b.length;e<g;e++)delete d[b[e]];if(!(c?m:f.isEmptyObject)(d))return}}if(!c){delete j[k].data;if(!m(j[k]))return}f.support.deleteExpando||!j.setInterval?delete j[k]:j[k]=null,i&&(f.support.deleteExpando?delete a[h]:a.removeAttribute?a.removeAttribute(h):a[h]=null)}},_data:function(a,b,c){return f.data(a,b,c,!0)},acceptData:function(a){if(a.nodeName){var b=f.noData[a.nodeName.toLowerCase()];if(b)return b!==!0&&a.getAttribute("classid")===b}return!0}}),f.fn.extend({data:function(a,c){var d,e,g,h,i,j=this[0],k=0,m=null;if(a===b){if(this.length){m=f.data(j);if(j.nodeType===1&&!f._data(j,"parsedAttrs")){g=j.attributes;for(i=g.length;k<i;k++)h=g[k].name,h.indexOf("data-")===0&&(h=f.camelCase(h.substring(5)),l(j,h,m[h]));f._data(j,"parsedAttrs",!0)}}return m}if(typeof a=="object")return this.each(function(){f.data(this,a)});d=a.split(".",2),d[1]=d[1]?"."+d[1]:"",e=d[1]+"!";return f.access(this,function(c){if(c===b){m=this.triggerHandler("getData"+e,[d[0]]),m===b&&j&&(m=f.data(j,a),m=l(j,a,m));return m===b&&d[1]?this.data(d[0]):m}d[1]=c,this.each(function(){var b=f(this);b.triggerHandler("setData"+e,d),f.data(this,a,c),b.triggerHandler("changeData"+e,d)})},null,c,arguments.length>1,null,!1)},removeData:function(a){return this.each(function(){f.removeData(this,a)})}}),f.extend({_mark:function(a,b){a&&(b=(b||"fx")+"mark",f._data(a,b,(f._data(a,b)||0)+1))},_unmark:function(a,b,c){a!==!0&&(c=b,b=a,a=!1);if(b){c=c||"fx";var d=c+"mark",e=a?0:(f._data(b,d)||1)-1;e?f._data(b,d,e):(f.removeData(b,d,!0),n(b,c,"mark"))}},queue:function(a,b,c){var d;if(a){b=(b||"fx")+"queue",d=f._data(a,b),c&&(!d||f.isArray(c)?d=f._data(a,b,f.makeArray(c)):d.push(c));return d||[]}},dequeue:function(a,b){b=b||"fx";var c=f.queue(a,b),d=c.shift(),e={};d==="inprogress"&&(d=c.shift()),d&&(b==="fx"&&c.unshift("inprogress"),f._data(a,b+".run",e),d.call(a,function(){f.dequeue(a,b)},e)),c.length||(f.removeData(a,b+"queue "+b+".run",!0),n(a,b,"queue"))}}),f.fn.extend({queue:function(a,c){var d=2;typeof a!="string"&&(c=a,a="fx",d--);if(arguments.length<d)return f.queue(this[0],a);return c===b?this:this.each(function(){var b=f.queue(this,a,c);a==="fx"&&b[0]!=="inprogress"&&f.dequeue(this,a)})},dequeue:function(a){return this.each(function(){f.dequeue(this,a)})},delay:function(a,b){a=f.fx?f.fx.speeds[a]||a:a,b=b||"fx";return this.queue(b,function(b,c){var d=setTimeout(b,a);c.stop=function(){clearTimeout(d)}})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(a,c){function m(){--h||d.resolveWith(e,[e])}typeof a!="string"&&(c=a,a=b),a=a||"fx";var d=f.Deferred(),e=this,g=e.length,h=1,i=a+"defer",j=a+"queue",k=a+"mark",l;while(g--)if(l=f.data(e[g],i,b,!0)||(f.data(e[g],j,b,!0)||f.data(e[g],k,b,!0))&&f.data(e[g],i,f.Callbacks("once memory"),!0))h++,l.add(m);m();return d.promise(c)}});var o=/[\n\t\r]/g,p=/\s+/,q=/\r/g,r=/^(?:button|input)$/i,s=/^(?:button|input|object|select|textarea)$/i,t=/^a(?:rea)?$/i,u=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,v=f.support.getSetAttribute,w,x,y;f.fn.extend({attr:function(a,b){return f.access(this,f.attr,a,b,arguments.length>1)},removeAttr:function(a){return this.each(function(){f.removeAttr(this,a)})},prop:function(a,b){return f.access(this,f.prop,a,b,arguments.length>1)},removeProp:function(a){a=f.propFix[a]||a;return this.each(function(){try{this[a]=b,delete this[a]}catch(c){}})},addClass:function(a){var b,c,d,e,g,h,i;if(f.isFunction(a))return this.each(function(b){f(this).addClass(a.call(this,b,this.className))});if(a&&typeof a=="string"){b=a.split(p);for(c=0,d=this.length;c<d;c++){e=this[c];if(e.nodeType===1)if(!e.className&&b.length===1)e.className=a;else{g=" "+e.className+" ";for(h=0,i=b.length;h<i;h++)~g.indexOf(" "+b[h]+" ")||(g+=b[h]+" ");e.className=f.trim(g)}}}return this},removeClass:function(a){var c,d,e,g,h,i,j;if(f.isFunction(a))return this.each(function(b){f(this).removeClass(a.call(this,b,this.className))});if(a&&typeof a=="string"||a===b){c=(a||"").split(p);for(d=0,e=this.length;d<e;d++){g=this[d];if(g.nodeType===1&&g.className)if(a){h=(" "+g.className+" ").replace(o," ");for(i=0,j=c.length;i<j;i++)h=h.replace(" "+c[i]+" "," ");g.className=f.trim(h)}else g.className=""}}return this},toggleClass:function(a,b){var c=typeof a,d=typeof b=="boolean";if(f.isFunction(a))return this.each(function(c){f(this).toggleClass(a.call(this,c,this.className,b),b)});return this.each(function(){if(c==="string"){var e,g=0,h=f(this),i=b,j=a.split(p);while(e=j[g++])i=d?i:!h.hasClass(e),h[i?"addClass":"removeClass"](e)}else if(c==="undefined"||c==="boolean")this.className&&f._data(this,"__className__",this.className),this.className=this.className||a===!1?"":f._data(this,"__className__")||""})},hasClass:function(a){var b=" "+a+" ",c=0,d=this.length;for(;c<d;c++)if(this[c].nodeType===1&&(" "+this[c].className+" ").replace(o," ").indexOf(b)>-1)return!0;return!1},val:function(a){var c,d,e,g=this[0];{if(!!arguments.length){e=f.isFunction(a);return this.each(function(d){var g=f(this),h;if(this.nodeType===1){e?h=a.call(this,d,g.val()):h=a,h==null?h="":typeof h=="number"?h+="":f.isArray(h)&&(h=f.map(h,function(a){return a==null?"":a+""})),c=f.valHooks[this.type]||f.valHooks[this.nodeName.toLowerCase()];if(!c||!("set"in c)||c.set(this,h,"value")===b)this.value=h}})}if(g){c=f.valHooks[g.type]||f.valHooks[g.nodeName.toLowerCase()];if(c&&"get"in c&&(d=c.get(g,"value"))!==b)return d;d=g.value;return typeof d=="string"?d.replace(q,""):d==null?"":d}}}}),f.extend({valHooks:{option:{get:function(a){var b=a.attributes.value;return!b||b.specified?a.value:a.text}},select:{get:function(a){var b,c,d,e,g=a.selectedIndex,h=[],i=a.options,j=a.type==="select-one";if(g<0)return null;c=j?g:0,d=j?g+1:i.length;for(;c<d;c++){e=i[c];if(e.selected&&(f.support.optDisabled?!e.disabled:e.getAttribute("disabled")===null)&&(!e.parentNode.disabled||!f.nodeName(e.parentNode,"optgroup"))){b=f(e).val();if(j)return b;h.push(b)}}if(j&&!h.length&&i.length)return f(i[g]).val();return h},set:function(a,b){var c=f.makeArray(b);f(a).find("option").each(function(){this.selected=f.inArray(f(this).val(),c)>=0}),c.length||(a.selectedIndex=-1);return c}}},attrFn:{val:!0,css:!0,html:!0,text:!0,data:!0,width:!0,height:!0,offset:!0},attr:function(a,c,d,e){var g,h,i,j=a.nodeType;if(!!a&&j!==3&&j!==8&&j!==2){if(e&&c in f.attrFn)return f(a)[c](d);if(typeof a.getAttribute=="undefined")return f.prop(a,c,d);i=j!==1||!f.isXMLDoc(a),i&&(c=c.toLowerCase(),h=f.attrHooks[c]||(u.test(c)?x:w));if(d!==b){if(d===null){f.removeAttr(a,c);return}if(h&&"set"in h&&i&&(g=h.set(a,d,c))!==b)return g;a.setAttribute(c,""+d);return d}if(h&&"get"in h&&i&&(g=h.get(a,c))!==null)return g;g=a.getAttribute(c);return g===null?b:g}},removeAttr:function(a,b){var c,d,e,g,h,i=0;if(b&&a.nodeType===1){d=b.toLowerCase().split(p),g=d.length;for(;i<g;i++)e=d[i],e&&(c=f.propFix[e]||e,h=u.test(e),h||f.attr(a,e,""),a.removeAttribute(v?e:c),h&&c in a&&(a[c]=!1))}},attrHooks:{type:{set:function(a,b){if(r.test(a.nodeName)&&a.parentNode)f.error("type property can't be changed");else if(!f.support.radioValue&&b==="radio"&&f.nodeName(a,"input")){var c=a.value;a.setAttribute("type",b),c&&(a.value=c);return b}}},value:{get:function(a,b){if(w&&f.nodeName(a,"button"))return w.get(a,b);return b in a?a.value:null},set:function(a,b,c){if(w&&f.nodeName(a,"button"))return w.set(a,b,c);a.value=b}}},propFix:{tabindex:"tabIndex",readonly:"readOnly","for":"htmlFor","class":"className",maxlength:"maxLength",cellspacing:"cellSpacing",cellpadding:"cellPadding",rowspan:"rowSpan",colspan:"colSpan",usemap:"useMap",frameborder:"frameBorder",contenteditable:"contentEditable"},prop:function(a,c,d){var e,g,h,i=a.nodeType;if(!!a&&i!==3&&i!==8&&i!==2){h=i!==1||!f.isXMLDoc(a),h&&(c=f.propFix[c]||c,g=f.propHooks[c]);return d!==b?g&&"set"in g&&(e=g.set(a,d,c))!==b?e:a[c]=d:g&&"get"in g&&(e=g.get(a,c))!==null?e:a[c]}},propHooks:{tabIndex:{get:function(a){var c=a.getAttributeNode("tabindex");return c&&c.specified?parseInt(c.value,10):s.test(a.nodeName)||t.test(a.nodeName)&&a.href?0:b}}}}),f.attrHooks.tabindex=f.propHooks.tabIndex,x={get:function(a,c){var d,e=f.prop(a,c);return e===!0||typeof e!="boolean"&&(d=a.getAttributeNode(c))&&d.nodeValue!==!1?c.toLowerCase():b},set:function(a,b,c){var d;b===!1?f.removeAttr(a,c):(d=f.propFix[c]||c,d in a&&(a[d]=!0),a.setAttribute(c,c.toLowerCase()));return c}},v||(y={name:!0,id:!0,coords:!0},w=f.valHooks.button={get:function(a,c){var d;d=a.getAttributeNode(c);return d&&(y[c]?d.nodeValue!=="":d.specified)?d.nodeValue:b},set:function(a,b,d){var e=a.getAttributeNode(d);e||(e=c.createAttribute(d),a.setAttributeNode(e));return e.nodeValue=b+""}},f.attrHooks.tabindex.set=w.set,f.each(["width","height"],function(a,b){f.attrHooks[b]=f.extend(f.attrHooks[b],{set:function(a,c){if(c===""){a.setAttribute(b,"auto");return c}}})}),f.attrHooks.contenteditable={get:w.get,set:function(a,b,c){b===""&&(b="false"),w.set(a,b,c)}}),f.support.hrefNormalized||f.each(["href","src","width","height"],function(a,c){f.attrHooks[c]=f.extend(f.attrHooks[c],{get:function(a){var d=a.getAttribute(c,2);return d===null?b:d}})}),f.support.style||(f.attrHooks.style={get:function(a){return a.style.cssText.toLowerCase()||b},set:function(a,b){return a.style.cssText=""+b}}),f.support.optSelected||(f.propHooks.selected=f.extend(f.propHooks.selected,{get:function(a){var b=a.parentNode;b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex);return null}})),f.support.enctype||(f.propFix.enctype="encoding"),f.support.checkOn||f.each(["radio","checkbox"],function(){f.valHooks[this]={get:function(a){return a.getAttribute("value")===null?"on":a.value}}}),f.each(["radio","checkbox"],function(){f.valHooks[this]=f.extend(f.valHooks[this],{set:function(a,b){if(f.isArray(b))return a.checked=f.inArray(f(a).val(),b)>=0}})});var z=/^(?:textarea|input|select)$/i,A=/^([^\.]*)?(?:\.(.+))?$/,B=/(?:^|\s)hover(\.\S+)?\b/,C=/^key/,D=/^(?:mouse|contextmenu)|click/,E=/^(?:focusinfocus|focusoutblur)$/,F=/^(\w*)(?:#([\w\-]+))?(?:\.([\w\-]+))?$/,G=function(
|
3 |
+
a){var b=F.exec(a);b&&(b[1]=(b[1]||"").toLowerCase(),b[3]=b[3]&&new RegExp("(?:^|\\s)"+b[3]+"(?:\\s|$)"));return b},H=function(a,b){var c=a.attributes||{};return(!b[1]||a.nodeName.toLowerCase()===b[1])&&(!b[2]||(c.id||{}).value===b[2])&&(!b[3]||b[3].test((c["class"]||{}).value))},I=function(a){return f.event.special.hover?a:a.replace(B,"mouseenter$1 mouseleave$1")};f.event={add:function(a,c,d,e,g){var h,i,j,k,l,m,n,o,p,q,r,s;if(!(a.nodeType===3||a.nodeType===8||!c||!d||!(h=f._data(a)))){d.handler&&(p=d,d=p.handler,g=p.selector),d.guid||(d.guid=f.guid++),j=h.events,j||(h.events=j={}),i=h.handle,i||(h.handle=i=function(a){return typeof f!="undefined"&&(!a||f.event.triggered!==a.type)?f.event.dispatch.apply(i.elem,arguments):b},i.elem=a),c=f.trim(I(c)).split(" ");for(k=0;k<c.length;k++){l=A.exec(c[k])||[],m=l[1],n=(l[2]||"").split(".").sort(),s=f.event.special[m]||{},m=(g?s.delegateType:s.bindType)||m,s=f.event.special[m]||{},o=f.extend({type:m,origType:l[1],data:e,handler:d,guid:d.guid,selector:g,quick:g&&G(g),namespace:n.join(".")},p),r=j[m];if(!r){r=j[m]=[],r.delegateCount=0;if(!s.setup||s.setup.call(a,e,n,i)===!1)a.addEventListener?a.addEventListener(m,i,!1):a.attachEvent&&a.attachEvent("on"+m,i)}s.add&&(s.add.call(a,o),o.handler.guid||(o.handler.guid=d.guid)),g?r.splice(r.delegateCount++,0,o):r.push(o),f.event.global[m]=!0}a=null}},global:{},remove:function(a,b,c,d,e){var g=f.hasData(a)&&f._data(a),h,i,j,k,l,m,n,o,p,q,r,s;if(!!g&&!!(o=g.events)){b=f.trim(I(b||"")).split(" ");for(h=0;h<b.length;h++){i=A.exec(b[h])||[],j=k=i[1],l=i[2];if(!j){for(j in o)f.event.remove(a,j+b[h],c,d,!0);continue}p=f.event.special[j]||{},j=(d?p.delegateType:p.bindType)||j,r=o[j]||[],m=r.length,l=l?new RegExp("(^|\\.)"+l.split(".").sort().join("\\.(?:.*\\.)?")+"(\\.|$)"):null;for(n=0;n<r.length;n++)s=r[n],(e||k===s.origType)&&(!c||c.guid===s.guid)&&(!l||l.test(s.namespace))&&(!d||d===s.selector||d==="**"&&s.selector)&&(r.splice(n--,1),s.selector&&r.delegateCount--,p.remove&&p.remove.call(a,s));r.length===0&&m!==r.length&&((!p.teardown||p.teardown.call(a,l)===!1)&&f.removeEvent(a,j,g.handle),delete o[j])}f.isEmptyObject(o)&&(q=g.handle,q&&(q.elem=null),f.removeData(a,["events","handle"],!0))}},customEvent:{getData:!0,setData:!0,changeData:!0},trigger:function(c,d,e,g){if(!e||e.nodeType!==3&&e.nodeType!==8){var h=c.type||c,i=[],j,k,l,m,n,o,p,q,r,s;if(E.test(h+f.event.triggered))return;h.indexOf("!")>=0&&(h=h.slice(0,-1),k=!0),h.indexOf(".")>=0&&(i=h.split("."),h=i.shift(),i.sort());if((!e||f.event.customEvent[h])&&!f.event.global[h])return;c=typeof c=="object"?c[f.expando]?c:new f.Event(h,c):new f.Event(h),c.type=h,c.isTrigger=!0,c.exclusive=k,c.namespace=i.join("."),c.namespace_re=c.namespace?new RegExp("(^|\\.)"+i.join("\\.(?:.*\\.)?")+"(\\.|$)"):null,o=h.indexOf(":")<0?"on"+h:"";if(!e){j=f.cache;for(l in j)j[l].events&&j[l].events[h]&&f.event.trigger(c,d,j[l].handle.elem,!0);return}c.result=b,c.target||(c.target=e),d=d!=null?f.makeArray(d):[],d.unshift(c),p=f.event.special[h]||{};if(p.trigger&&p.trigger.apply(e,d)===!1)return;r=[[e,p.bindType||h]];if(!g&&!p.noBubble&&!f.isWindow(e)){s=p.delegateType||h,m=E.test(s+h)?e:e.parentNode,n=null;for(;m;m=m.parentNode)r.push([m,s]),n=m;n&&n===e.ownerDocument&&r.push([n.defaultView||n.parentWindow||a,s])}for(l=0;l<r.length&&!c.isPropagationStopped();l++)m=r[l][0],c.type=r[l][1],q=(f._data(m,"events")||{})[c.type]&&f._data(m,"handle"),q&&q.apply(m,d),q=o&&m[o],q&&f.acceptData(m)&&q.apply(m,d)===!1&&c.preventDefault();c.type=h,!g&&!c.isDefaultPrevented()&&(!p._default||p._default.apply(e.ownerDocument,d)===!1)&&(h!=="click"||!f.nodeName(e,"a"))&&f.acceptData(e)&&o&&e[h]&&(h!=="focus"&&h!=="blur"||c.target.offsetWidth!==0)&&!f.isWindow(e)&&(n=e[o],n&&(e[o]=null),f.event.triggered=h,e[h](),f.event.triggered=b,n&&(e[o]=n));return c.result}},dispatch:function(c){c=f.event.fix(c||a.event);var d=(f._data(this,"events")||{})[c.type]||[],e=d.delegateCount,g=[].slice.call(arguments,0),h=!c.exclusive&&!c.namespace,i=f.event.special[c.type]||{},j=[],k,l,m,n,o,p,q,r,s,t,u;g[0]=c,c.delegateTarget=this;if(!i.preDispatch||i.preDispatch.call(this,c)!==!1){if(e&&(!c.button||c.type!=="click")){n=f(this),n.context=this.ownerDocument||this;for(m=c.target;m!=this;m=m.parentNode||this)if(m.disabled!==!0){p={},r=[],n[0]=m;for(k=0;k<e;k++)s=d[k],t=s.selector,p[t]===b&&(p[t]=s.quick?H(m,s.quick):n.is(t)),p[t]&&r.push(s);r.length&&j.push({elem:m,matches:r})}}d.length>e&&j.push({elem:this,matches:d.slice(e)});for(k=0;k<j.length&&!c.isPropagationStopped();k++){q=j[k],c.currentTarget=q.elem;for(l=0;l<q.matches.length&&!c.isImmediatePropagationStopped();l++){s=q.matches[l];if(h||!c.namespace&&!s.namespace||c.namespace_re&&c.namespace_re.test(s.namespace))c.data=s.data,c.handleObj=s,o=((f.event.special[s.origType]||{}).handle||s.handler).apply(q.elem,g),o!==b&&(c.result=o,o===!1&&(c.preventDefault(),c.stopPropagation()))}}i.postDispatch&&i.postDispatch.call(this,c);return c.result}},props:"attrChange attrName relatedNode srcElement altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(a,b){a.which==null&&(a.which=b.charCode!=null?b.charCode:b.keyCode);return a}},mouseHooks:{props:"button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(a,d){var e,f,g,h=d.button,i=d.fromElement;a.pageX==null&&d.clientX!=null&&(e=a.target.ownerDocument||c,f=e.documentElement,g=e.body,a.pageX=d.clientX+(f&&f.scrollLeft||g&&g.scrollLeft||0)-(f&&f.clientLeft||g&&g.clientLeft||0),a.pageY=d.clientY+(f&&f.scrollTop||g&&g.scrollTop||0)-(f&&f.clientTop||g&&g.clientTop||0)),!a.relatedTarget&&i&&(a.relatedTarget=i===a.target?d.toElement:i),!a.which&&h!==b&&(a.which=h&1?1:h&2?3:h&4?2:0);return a}},fix:function(a){if(a[f.expando])return a;var d,e,g=a,h=f.event.fixHooks[a.type]||{},i=h.props?this.props.concat(h.props):this.props;a=f.Event(g);for(d=i.length;d;)e=i[--d],a[e]=g[e];a.target||(a.target=g.srcElement||c),a.target.nodeType===3&&(a.target=a.target.parentNode),a.metaKey===b&&(a.metaKey=a.ctrlKey);return h.filter?h.filter(a,g):a},special:{ready:{setup:f.bindReady},load:{noBubble:!0},focus:{delegateType:"focusin"},blur:{delegateType:"focusout"},beforeunload:{setup:function(a,b,c){f.isWindow(this)&&(this.onbeforeunload=c)},teardown:function(a,b){this.onbeforeunload===b&&(this.onbeforeunload=null)}}},simulate:function(a,b,c,d){var e=f.extend(new f.Event,c,{type:a,isSimulated:!0,originalEvent:{}});d?f.event.trigger(e,null,b):f.event.dispatch.call(b,e),e.isDefaultPrevented()&&c.preventDefault()}},f.event.handle=f.event.dispatch,f.removeEvent=c.removeEventListener?function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c,!1)}:function(a,b,c){a.detachEvent&&a.detachEvent("on"+b,c)},f.Event=function(a,b){if(!(this instanceof f.Event))return new f.Event(a,b);a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||a.returnValue===!1||a.getPreventDefault&&a.getPreventDefault()?K:J):this.type=a,b&&f.extend(this,b),this.timeStamp=a&&a.timeStamp||f.now(),this[f.expando]=!0},f.Event.prototype={preventDefault:function(){this.isDefaultPrevented=K;var a=this.originalEvent;!a||(a.preventDefault?a.preventDefault():a.returnValue=!1)},stopPropagation:function(){this.isPropagationStopped=K;var a=this.originalEvent;!a||(a.stopPropagation&&a.stopPropagation(),a.cancelBubble=!0)},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=K,this.stopPropagation()},isDefaultPrevented:J,isPropagationStopped:J,isImmediatePropagationStopped:J},f.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(a,b){f.event.special[a]={delegateType:b,bindType:b,handle:function(a){var c=this,d=a.relatedTarget,e=a.handleObj,g=e.selector,h;if(!d||d!==c&&!f.contains(c,d))a.type=e.origType,h=e.handler.apply(this,arguments),a.type=b;return h}}}),f.support.submitBubbles||(f.event.special.submit={setup:function(){if(f.nodeName(this,"form"))return!1;f.event.add(this,"click._submit keypress._submit",function(a){var c=a.target,d=f.nodeName(c,"input")||f.nodeName(c,"button")?c.form:b;d&&!d._submit_attached&&(f.event.add(d,"submit._submit",function(a){a._submit_bubble=!0}),d._submit_attached=!0)})},postDispatch:function(a){a._submit_bubble&&(delete a._submit_bubble,this.parentNode&&!a.isTrigger&&f.event.simulate("submit",this.parentNode,a,!0))},teardown:function(){if(f.nodeName(this,"form"))return!1;f.event.remove(this,"._submit")}}),f.support.changeBubbles||(f.event.special.change={setup:function(){if(z.test(this.nodeName)){if(this.type==="checkbox"||this.type==="radio")f.event.add(this,"propertychange._change",function(a){a.originalEvent.propertyName==="checked"&&(this._just_changed=!0)}),f.event.add(this,"click._change",function(a){this._just_changed&&!a.isTrigger&&(this._just_changed=!1,f.event.simulate("change",this,a,!0))});return!1}f.event.add(this,"beforeactivate._change",function(a){var b=a.target;z.test(b.nodeName)&&!b._change_attached&&(f.event.add(b,"change._change",function(a){this.parentNode&&!a.isSimulated&&!a.isTrigger&&f.event.simulate("change",this.parentNode,a,!0)}),b._change_attached=!0)})},handle:function(a){var b=a.target;if(this!==b||a.isSimulated||a.isTrigger||b.type!=="radio"&&b.type!=="checkbox")return a.handleObj.handler.apply(this,arguments)},teardown:function(){f.event.remove(this,"._change");return z.test(this.nodeName)}}),f.support.focusinBubbles||f.each({focus:"focusin",blur:"focusout"},function(a,b){var d=0,e=function(a){f.event.simulate(b,a.target,f.event.fix(a),!0)};f.event.special[b]={setup:function(){d++===0&&c.addEventListener(a,e,!0)},teardown:function(){--d===0&&c.removeEventListener(a,e,!0)}}}),f.fn.extend({on:function(a,c,d,e,g){var h,i;if(typeof a=="object"){typeof c!="string"&&(d=d||c,c=b);for(i in a)this.on(i,c,d,a[i],g);return this}d==null&&e==null?(e=c,d=c=b):e==null&&(typeof c=="string"?(e=d,d=b):(e=d,d=c,c=b));if(e===!1)e=J;else if(!e)return this;g===1&&(h=e,e=function(a){f().off(a);return h.apply(this,arguments)},e.guid=h.guid||(h.guid=f.guid++));return this.each(function(){f.event.add(this,a,e,d,c)})},one:function(a,b,c,d){return this.on(a,b,c,d,1)},off:function(a,c,d){if(a&&a.preventDefault&&a.handleObj){var e=a.handleObj;f(a.delegateTarget).off(e.namespace?e.origType+"."+e.namespace:e.origType,e.selector,e.handler);return this}if(typeof a=="object"){for(var g in a)this.off(g,c,a[g]);return this}if(c===!1||typeof c=="function")d=c,c=b;d===!1&&(d=J);return this.each(function(){f.event.remove(this,a,d,c)})},bind:function(a,b,c){return this.on(a,null,b,c)},unbind:function(a,b){return this.off(a,null,b)},live:function(a,b,c){f(this.context).on(a,this.selector,b,c);return this},die:function(a,b){f(this.context).off(a,this.selector||"**",b);return this},delegate:function(a,b,c,d){return this.on(b,a,c,d)},undelegate:function(a,b,c){return arguments.length==1?this.off(a,"**"):this.off(b,a,c)},trigger:function(a,b){return this.each(function(){f.event.trigger(a,b,this)})},triggerHandler:function(a,b){if(this[0])return f.event.trigger(a,b,this[0],!0)},toggle:function(a){var b=arguments,c=a.guid||f.guid++,d=0,e=function(c){var e=(f._data(this,"lastToggle"+a.guid)||0)%d;f._data(this,"lastToggle"+a.guid,e+1),c.preventDefault();return b[e].apply(this,arguments)||!1};e.guid=c;while(d<b.length)b[d++].guid=c;return this.click(e)},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}}),f.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(a,b){f.fn[b]=function(a,c){c==null&&(c=a,a=null);return arguments.length>0?this.on(b,null,a,c):this.trigger(b)},f.attrFn&&(f.attrFn[b]=!0),C.test(b)&&(f.event.fixHooks[b]=f.event.keyHooks),D.test(b)&&(f.event.fixHooks[b]=f.event.mouseHooks)}),function(){function x(a,b,c,e,f,g){for(var h=0,i=e.length;h<i;h++){var j=e[h];if(j){var k=!1;j=j[a];while(j){if(j[d]===c){k=e[j.sizset];break}if(j.nodeType===1){g||(j[d]=c,j.sizset=h);if(typeof b!="string"){if(j===b){k=!0;break}}else if(m.filter(b,[j]).length>0){k=j;break}}j=j[a]}e[h]=k}}}function w(a,b,c,e,f,g){for(var h=0,i=e.length;h<i;h++){var j=e[h];if(j){var k=!1;j=j[a];while(j){if(j[d]===c){k=e[j.sizset];break}j.nodeType===1&&!g&&(j[d]=c,j.sizset=h);if(j.nodeName.toLowerCase()===b){k=j;break}j=j[a]}e[h]=k}}}var a=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,d="sizcache"+(Math.random()+"").replace(".",""),e=0,g=Object.prototype.toString,h=!1,i=!0,j=/\\/g,k=/\r\n/g,l=/\W/;[0,0].sort(function(){i=!1;return 0});var m=function(b,d,e,f){e=e||[],d=d||c;var h=d;if(d.nodeType!==1&&d.nodeType!==9)return[];if(!b||typeof b!="string")return e;var i,j,k,l,n,q,r,t,u=!0,v=m.isXML(d),w=[],x=b;do{a.exec(""),i=a.exec(x);if(i){x=i[3],w.push(i[1]);if(i[2]){l=i[3];break}}}while(i);if(w.length>1&&p.exec(b))if(w.length===2&&o.relative[w[0]])j=y(w[0]+w[1],d,f);else{j=o.relative[w[0]]?[d]:m(w.shift(),d);while(w.length)b=w.shift(),o.relative[b]&&(b+=w.shift()),j=y(b,j,f)}else{!f&&w.length>1&&d.nodeType===9&&!v&&o.match.ID.test(w[0])&&!o.match.ID.test(w[w.length-1])&&(n=m.find(w.shift(),d,v),d=n.expr?m.filter(n.expr,n.set)[0]:n.set[0]);if(d){n=f?{expr:w.pop(),set:s(f)}:m.find(w.pop(),w.length===1&&(w[0]==="~"||w[0]==="+")&&d.parentNode?d.parentNode:d,v),j=n.expr?m.filter(n.expr,n.set):n.set,w.length>0?k=s(j):u=!1;while(w.length)q=w.pop(),r=q,o.relative[q]?r=w.pop():q="",r==null&&(r=d),o.relative[q](k,r,v)}else k=w=[]}k||(k=j),k||m.error(q||b);if(g.call(k)==="[object Array]")if(!u)e.push.apply(e,k);else if(d&&d.nodeType===1)for(t=0;k[t]!=null;t++)k[t]&&(k[t]===!0||k[t].nodeType===1&&m.contains(d,k[t]))&&e.push(j[t]);else for(t=0;k[t]!=null;t++)k[t]&&k[t].nodeType===1&&e.push(j[t]);else s(k,e);l&&(m(l,h,e,f),m.uniqueSort(e));return e};m.uniqueSort=function(a){if(u){h=i,a.sort(u);if(h)for(var b=1;b<a.length;b++)a[b]===a[b-1]&&a.splice(b--,1)}return a},m.matches=function(a,b){return m(a,null,null,b)},m.matchesSelector=function(a,b){return m(b,null,null,[a]).length>0},m.find=function(a,b,c){var d,e,f,g,h,i;if(!a)return[];for(e=0,f=o.order.length;e<f;e++){h=o.order[e];if(g=o.leftMatch[h].exec(a)){i=g[1],g.splice(1,1);if(i.substr(i.length-1)!=="\\"){g[1]=(g[1]||"").replace(j,""),d=o.find[h](g,b,c);if(d!=null){a=a.replace(o.match[h],"");break}}}}d||(d=typeof b.getElementsByTagName!="undefined"?b.getElementsByTagName("*"):[]);return{set:d,expr:a}},m.filter=function(a,c,d,e){var f,g,h,i,j,k,l,n,p,q=a,r=[],s=c,t=c&&c[0]&&m.isXML(c[0]);while(a&&c.length){for(h in o.filter)if((f=o.leftMatch[h].exec(a))!=null&&f[2]){k=o.filter[h],l=f[1],g=!1,f.splice(1,1);if(l.substr(l.length-1)==="\\")continue;s===r&&(r=[]);if(o.preFilter[h]){f=o.preFilter[h](f,s,d,r,e,t);if(!f)g=i=!0;else if(f===!0)continue}if(f)for(n=0;(j=s[n])!=null;n++)j&&(i=k(j,f,n,s),p=e^i,d&&i!=null?p?g=!0:s[n]=!1:p&&(r.push(j),g=!0));if(i!==b){d||(s=r),a=a.replace(o.match[h],"");if(!g)return[];break}}if(a===q)if(g==null)m.error(a);else break;q=a}return s},m.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)};var n=m.getText=function(a){var b,c,d=a.nodeType,e="";if(d){if(d===1||d===9||d===11){if(typeof a.textContent=="string")return a.textContent;if(typeof a.innerText=="string")return a.innerText.replace(k,"");for(a=a.firstChild;a;a=a.nextSibling)e+=n(a)}else if(d===3||d===4)return a.nodeValue}else for(b=0;c=a[b];b++)c.nodeType!==8&&(e+=n(c));return e},o=m.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF\-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF\-]|\\.)+)\s*(?:(\S?=)\s*(?:(['"])(.*?)\3|(#?(?:[\w\u00c0-\uFFFF\-]|\\.)*)|)|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*\-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\(\s*(even|odd|(?:[+\-]?\d+|(?:[+\-]?\d*)?n\s*(?:[+\-]\s*\d+)?))\s*\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(a){return a.getAttribute("href")},type:function(a){return a.getAttribute("type")}},relative:{"+":function(a,b){var c=typeof b=="string",d=c&&!l.test(b),e=c&&!d;d&&(b=b.toLowerCase());for(var f=0,g=a.length,h;f<g;f++)if(h=a[f]){while((h=h.previousSibling)&&h.nodeType!==1);a[f]=e||h&&h.nodeName.toLowerCase()===b?h||!1:h===b}e&&m.filter(b,a,!0)},">":function(a,b){var c,d=typeof b=="string",e=0,f=a.length;if(d&&!l.test(b)){b=b.toLowerCase();for(;e<f;e++){c=a[e];if(c){var g=c.parentNode;a[e]=g.nodeName.toLowerCase()===b?g:!1}}}else{for(;e<f;e++)c=a[e],c&&(a[e]=d?c.parentNode:c.parentNode===b);d&&m.filter(b,a,!0)}},"":function(a,b,c){var d,f=e++,g=x;typeof b=="string"&&!l.test(b)&&(b=b.toLowerCase(),d=b,g=w),g("parentNode",b,f,a,d,c)},"~":function(a,b,c){var d,f=e++,g=x;typeof b=="string"&&!l.test(b)&&(b=b.toLowerCase(),d=b,g=w),g("previousSibling",b,f,a,d,c)}},find:{ID:function(a,b,c){if(typeof b.getElementById!="undefined"&&!c){var d=b.getElementById(a[1]);return d&&d.parentNode?[d]:[]}},NAME:function(a,b){if(typeof b.getElementsByName!="undefined"){var c=[],d=b.getElementsByName(a[1]);for(var e=0,f=d.length;e<f;e++)d[e].getAttribute("name")===a[1]&&c.push(d[e]);return c.length===0?null:c}},TAG:function(a,b){if(typeof b.getElementsByTagName!="undefined")return b.getElementsByTagName(a[1])}},preFilter:{CLASS:function(a,b,c,d,e,f){a=" "+a[1].replace(j,"")+" ";if(f)return a;for(var g=0,h;(h=b[g])!=null;g++)h&&(e^(h.className&&(" "+h.className+" ").replace(/[\t\n\r]/g," ").indexOf(a)>=0)?c||d.push(h):c&&(b[g]=!1));return!1},ID:function(a){return a[1].replace(j,"")},TAG:function(a,b){return a[1].replace(j,"").toLowerCase()},CHILD:function(a){if(a[1]==="nth"){a[2]||m.error(a[0]),a[2]=a[2].replace(/^\+|\s*/g,"");var b=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=b[1]+(b[2]||1)-0,a[3]=b[3]-0}else a[2]&&m.error(a[0]);a[0]=e++;return a},ATTR:function(a,b,c,d,e,f){var g=a[1]=a[1].replace(j,"");!f&&o.attrMap[g]&&(a[1]=o.attrMap[g]),a[4]=(a[4]||a[5]||"").replace(j,""),a[2]==="~="&&(a[4]=" "+a[4]+" ");return a},PSEUDO:function(b,c,d,e,f){if(b[1]==="not")if((a.exec(b[3])||"").length>1||/^\w/.test(b[3]))b[3]=m(b[3],null,null,c);else{var g=m.filter(b[3],c,d,!0^f);d||e.push.apply(e,g);return!1}else if(o.match.POS.test(b[0])||o.match.CHILD.test(b[0]))return!0;return b},POS:function(a){a.unshift(!0);return a}},filters:{enabled:function(a){return a.disabled===!1&&a.type!=="hidden"},disabled:function(a){return a.disabled===!0},checked:function(a){return a.checked===!0},selected:function(a){a.parentNode&&a.parentNode.selectedIndex;return a.selected===!0},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(a,b,c){return!!m(c[3],a).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){var b=a.getAttribute("type"),c=a.type;return a.nodeName.toLowerCase()==="input"&&"text"===c&&(b===c||b===null)},radio:function(a){return a.nodeName.toLowerCase()==="input"&&"radio"===a.type},checkbox:function(a){return a.nodeName.toLowerCase()==="input"&&"checkbox"===a.type},file:function(a){return a.nodeName.toLowerCase()==="input"&&"file"===a.type},password:function(a){return a.nodeName.toLowerCase()==="input"&&"password"===a.type},submit:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"submit"===a.type},image:function(a){return a.nodeName.toLowerCase()==="input"&&"image"===a.type},reset:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"reset"===a.type},button:function(a){var b=a.nodeName.toLowerCase();return b==="input"&&"button"===a.type||b==="button"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)},focus:function(a){return a===a.ownerDocument.activeElement}},setFilters:{first:function(a,b){return b===0},last:function(a,b,c,d){return b===d.length-1},even:function(a,b){return b%2===0},odd:function(a,b){return b%2===1},lt:function(a,b,c){return b<c[3]-0},gt:function(a,b,c){return b>c[3]-0},nth:function(a,b,c){return c[3]-0===b},eq:function(a,b,c){return c[3]-0===b}},filter:{PSEUDO:function(a,b,c,d){var e=b[1],f=o.filters[e];if(f)return f(a,c,b,d);if(e==="contains")return(a.textContent||a.innerText||n([a])||"").indexOf(b[3])>=0;if(e==="not"){var g=b[3];for(var h=0,i=g.length;h<i;h++)if(g[h]===a)return!1;return!0}m.error(e)},CHILD:function(a,b){var c,e,f,g,h,i,j,k=b[1],l=a;switch(k){case"only":case"first":while(l=l.previousSibling)if(l.nodeType===1)return!1;if(k==="first")return!0;l=a;case"last":while(l=l.nextSibling)if(l.nodeType===1)return!1;return!0;case"nth":c=b[2],e=b[3];if(c===1&&e===0)return!0;f=b[0],g=a.parentNode;if(g&&(g[d]!==f||!a.nodeIndex)){i=0;for(l=g.firstChild;l;l=l.nextSibling)l.nodeType===1&&(l.nodeIndex=++i);g[d]=f}j=a.nodeIndex-e;return c===0?j===0:j%c===0&&j/c>=0}},ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(a,b){return b==="*"&&a.nodeType===1||!!a.nodeName&&a.nodeName.toLowerCase()===b},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(a,b){var c=b[1],d=m.attr?m.attr(a,c):o.attrHandle[c]?o.attrHandle[c](a):a[c]!=null?a[c]:a.getAttribute(c),e=d+"",f=b[2],g=b[4];return d==null?f==="!=":!f&&m.attr?d!=null:f==="="?e===g:f==="*="?e.indexOf(g)>=0:f==="~="?(" "+e+" ").indexOf(g)>=0:g?f==="!="?e!==g:f==="^="?e.indexOf(g)===0:f==="$="?e.substr(e.length-g.length)===g:f==="|="?e===g||e.substr(0,g.length+1)===g+"-":!1:e&&d!==!1},POS:function(a,b,c,d){var e=b[2],f=o.setFilters[e];if(f)return f(a,c,b,d)}}},p=o.match.POS,q=function(a,b){return"\\"+(b-0+1)};for(var r in o.match)o.match[r]=new RegExp(o.match[r].source+/(?![^\[]*\])(?![^\(]*\))/.source),o.leftMatch[r]=new RegExp(/(^(?:.|\r|\n)*?)/.source+o.match[r].source.replace(/\\(\d+)/g,q));o.match.globalPOS=p;var s=function(a,b){a=Array.prototype.slice.call(a,0);if(b){b.push.apply(b,a);return b}return a};try{Array.prototype.slice.call(c.documentElement.childNodes,0)[0].nodeType}catch(t){s=function(a,b){var c=0,d=b||[];if(g.call(a)==="[object Array]")Array.prototype.push.apply(d,a);else if(typeof a.length=="number")for(var e=a.length;c<e;c++)d.push(a[c]);else for(;a[c];c++)d.push(a[c]);return d}}var u,v;c.documentElement.compareDocumentPosition?u=function(a,b){if(a===b){h=!0;return 0}if(!a.compareDocumentPosition||!b.compareDocumentPosition)return a.compareDocumentPosition?-1:1;return a.compareDocumentPosition(b)&4?-1:1}:(u=function(a,b){if(a===b){h=!0;return 0}if(a.sourceIndex&&b.sourceIndex)return a.sourceIndex-b.sourceIndex;var c,d,e=[],f=[],g=a.parentNode,i=b.parentNode,j=g;if(g===i)return v(a,b);if(!g)return-1;if(!i)return 1;while(j)e.unshift(j),j=j.parentNode;j=i;while(j)f.unshift(j),j=j.parentNode;c=e.length,d=f.length;for(var k=0;k<c&&k<d;k++)if(e[k]!==f[k])return v(e[k],f[k]);return k===c?v(a,f[k],-1):v(e[k],b,1)},v=function(a,b,c){if(a===b)return c;var d=a.nextSibling;while(d){if(d===b)return-1;d=d.nextSibling}return 1}),function(){var a=c.createElement("div"),d="script"+(new Date).getTime(),e=c.documentElement;a.innerHTML="<a name='"+d+"'/>",e.insertBefore(a,e.firstChild),c.getElementById(d)&&(o.find.ID=function(a,c,d){if(typeof c.getElementById!="undefined"&&!d){var e=c.getElementById(a[1]);return e?e.id===a[1]||typeof e.getAttributeNode!="undefined"&&e.getAttributeNode("id").nodeValue===a[1]?[e]:b:[]}},o.filter.ID=function(a,b){var c=typeof a.getAttributeNode!="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&c&&c.nodeValue===b}),e.removeChild(a),e=a=null}(),function(){var a=c.createElement("div");a.appendChild(c.createComment("")),a.getElementsByTagName("*").length>0&&(o.find.TAG=function(a,b){var c=b.getElementsByTagName(a[1]);if(a[1]==="*"){var d=[];for(var e=0;c[e];e++)c[e].nodeType===1&&d.push(c[e]);c=d}return c}),a.innerHTML="<a href='#'></a>",a.firstChild&&typeof a.firstChild.getAttribute!="undefined"&&a.firstChild.getAttribute("href")!=="#"&&(o.attrHandle.href=function(a){return a.getAttribute("href",2)}),a=null}(),c.querySelectorAll&&function(){var a=m,b=c.createElement("div"),d="__sizzle__";b.innerHTML="<p class='TEST'></p>";if(!b.querySelectorAll||b.querySelectorAll(".TEST").length!==0){m=function(b,e,f,g){e=e||c;if(!g&&!m.isXML(e)){var h=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b);if(h&&(e.nodeType===1||e.nodeType===9)){if(h[1])return s(e.getElementsByTagName(b),f);if(h[2]&&o.find.CLASS&&e.getElementsByClassName)return s(e.getElementsByClassName(h[2]),f)}if(e.nodeType===9){if(b==="body"&&e.body)return s([e.body],f);if(h&&h[3]){var i=e.getElementById(h[3]);if(!i||!i.parentNode)return s([],f);if(i.id===h[3])return s([i],f)}try{return s(e.querySelectorAll(b),f)}catch(j){}}else if(e.nodeType===1&&e.nodeName.toLowerCase()!=="object"){var k=e,l=e.getAttribute("id"),n=l||d,p=e.parentNode,q=/^\s*[+~]/.test(b);l?n=n.replace(/'/g,"\\$&"):e.setAttribute("id",n),q&&p&&(e=e.parentNode);try{if(!q||p)return s(e.querySelectorAll("[id='"+n+"'] "+b),f)}catch(r){}finally{l||k.removeAttribute("id")}}}return a(b,e,f,g)};for(var e in a)m[e]=a[e];b=null}}(),function(){var a=c.documentElement,b=a.matchesSelector||a.mozMatchesSelector||a.webkitMatchesSelector||a.msMatchesSelector;if(b){var d=!b.call(c.createElement("div"),"div"),e=!1;try{b.call(c.documentElement,"[test!='']:sizzle")}catch(f){e=!0}m.matchesSelector=function(a,c){c=c.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!m.isXML(a))try{if(e||!o.match.PSEUDO.test(c)&&!/!=/.test(c)){var f=b.call(a,c);if(f||!d||a.document&&a.document.nodeType!==11)return f}}catch(g){}return m(c,null,null,[a]).length>0}}}(),function(){var a=c.createElement("div");a.innerHTML="<div class='test e'></div><div class='test'></div>";if(!!a.getElementsByClassName&&a.getElementsByClassName("e").length!==0){a.lastChild.className="e";if(a.getElementsByClassName("e").length===1)return;o.order.splice(1,0,"CLASS"),o.find.CLASS=function(a,b,c){if(typeof b.getElementsByClassName!="undefined"&&!c)return b.getElementsByClassName(a[1])},a=null}}(),c.documentElement.contains?m.contains=function(a,b){return a!==b&&(a.contains?a.contains(b):!0)}:c.documentElement.compareDocumentPosition?m.contains=function(a,b){return!!(a.compareDocumentPosition(b)&16)}:m.contains=function(){return!1},m.isXML=function(a){var b=(a?a.ownerDocument||a:0).documentElement;return b?b.nodeName!=="HTML":!1};var y=function(a,b,c){var d,e=[],f="",g=b.nodeType?[b]:b;while(d=o.match.PSEUDO.exec(a))f+=d[0],a=a.replace(o.match.PSEUDO,"");a=o.relative[a]?a+"*":a;for(var h=0,i=g.length;h<i;h++)m(a,g[h],e,c);return m.filter(f,e)};m.attr=f.attr,m.selectors.attrMap={},f.find=m,f.expr=m.selectors,f.expr[":"]=f.expr.filters,f.unique=m.uniqueSort,f.text=m.getText,f.isXMLDoc=m.isXML,f.contains=m.contains}();var L=/Until$/,M=/^(?:parents|prevUntil|prevAll)/,N=/,/,O=/^.[^:#\[\.,]*$/,P=Array.prototype.slice,Q=f.expr.match.globalPOS,R={children:!0,contents:!0,next:!0,prev:!0};f.fn.extend({find:function(a){var b=this,c,d;if(typeof a!="string")return f(a).filter(function(){for(c=0,d=b.length;c<d;c++)if(f.contains(b[c],this))return!0});var e=this.pushStack("","find",a),g,h,i;for(c=0,d=this.length;c<d;c++){g=e.length,f.find(a,this[c],e);if(c>0)for(h=g;h<e.length;h++)for(i=0;i<g;i++)if(e[i]===e[h]){e.splice(h--,1);break}}return e},has:function(a){var b=f(a);return this.filter(function(){for(var a=0,c=b.length;a<c;a++)if(f.contains(this,b[a]))return!0})},not:function(a){return this.pushStack(T(this,a,!1),"not",a)},filter:function(a){return this.pushStack(T(this,a,!0),"filter",a)},is:function(a){return!!a&&(typeof a=="string"?Q.test(a)?f(a,this.context).index(this[0])>=0:f.filter(a,this).length>0:this.filter(a).length>0)},closest:function(a,b){var c=[],d,e,g=this[0];if(f.isArray(a)){var h=1;while(g&&g.ownerDocument&&g!==b){for(d=0;d<a.length;d++)f(g).is(a[d])&&c.push({selector:a[d],elem:g,level:h});g=g.parentNode,h++}return c}var i=Q.test(a)||typeof a!="string"?f(a,b||this.context):0;for(d=0,e=this.length;d<e;d++){g=this[d];while(g){if(i?i.index(g)>-1:f.find.matchesSelector(g,a)){c.push(g);break}g=g.parentNode;if(!g||!g.ownerDocument||g===b||g.nodeType===11)break}}c=c.length>1?f.unique(c):c;return this.pushStack(c,"closest",a)},index:function(a){if(!a)return this[0]&&this[0].parentNode?this.prevAll().length:-1;if(typeof a=="string")return f.inArray(this[0],f(a));return f.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var c=typeof a=="string"?f(a,b):f.makeArray(a&&a.nodeType?[a]:a),d=f.merge(this.get(),c);return this.pushStack(S(c[0])||S(d[0])?d:f.unique(d))},andSelf:function(){return this.add(this.prevObject)}}),f.each({parent:function(a){var b=a.parentNode;return b&&b.nodeType!==11?b:null},parents:function(a){return f.dir(a,"parentNode")},parentsUntil:function(a,b,c){return f.dir(a,"parentNode",c)},next:function(a){return f.nth(a,2,"nextSibling")},prev:function(a){return f.nth(a,2,"previousSibling")},nextAll:function(a){return f.dir(a,"nextSibling")},prevAll:function(a){return f.dir(a,"previousSibling")},nextUntil:function(a,b,c){return f.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return f.dir(a,"previousSibling",c)},siblings:function(a){return f.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return f.sibling(a.firstChild)},contents:function(a){return f.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:f.makeArray(a.childNodes)}},function(a,b){f.fn[a]=function(c,d){var e=f.map(this,b,c);L.test(a)||(d=c),d&&typeof d=="string"&&(e=f.filter(d,e)),e=this.length>1&&!R[a]?f.unique(e):e,(this.length>1||N.test(d))&&M.test(a)&&(e=e.reverse());return this.pushStack(e,a,P.call(arguments).join(","))}}),f.extend({filter:function(a,b,c){c&&(a=":not("+a+")");return b.length===1?f.find.matchesSelector(b[0],a)?[b[0]]:[]:f.find.matches(a,b)},dir:function(a,c,d){var e=[],g=a[c];while(g&&g.nodeType!==9&&(d===b||g.nodeType!==1||!f(g).is(d)))g.nodeType===1&&e.push(g),g=g[c];return e},nth:function(a,b,c,d){b=b||1;var e=0;for(;a;a=a[c])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){var c=[];for(;a;a=a.nextSibling)a.nodeType===1&&a!==b&&c.push(a);return c}});var V="abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",W=/ jQuery\d+="(?:\d+|null)"/g,X=/^\s+/,Y=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,Z=/<([\w:]+)/,$=/<tbody/i,_=/<|&#?\w+;/,ba=/<(?:script|style)/i,bb=/<(?:script|object|embed|option|style)/i,bc=new RegExp("<(?:"+V+")[\\s/>]","i"),bd=/checked\s*(?:[^=]|=\s*.checked.)/i,be=/\/(java|ecma)script/i,bf=/^\s*<!(?:\[CDATA\[|\-\-)/,bg={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]},bh=U(c);bg.optgroup=bg.option,bg.tbody=bg.tfoot=bg.colgroup=bg.caption=bg.thead,bg.th=bg.td,f.support.htmlSerialize||(bg._default=[1,"div<div>","</div>"]),f.fn.extend({text:function(a){return f.access(this,function(a){return a===b?f.text(this):this.empty().append((this[0]&&this[0].ownerDocument||c).createTextNode(a))},null,a,arguments.length)},wrapAll:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapAll(a.call(this,b))});if(this[0]){var b=f(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&a.firstChild.nodeType===1)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapInner(a.call(this,b))});return this.each(function(){var b=f(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=f.isFunction(a);return this.each(function(c){f(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){f.nodeName(this,"body")||f(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this)});if(arguments.length){var a=f
|
4 |
+
.clean(arguments);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this.nextSibling)});if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,f.clean(arguments));return a}},remove:function(a,b){for(var c=0,d;(d=this[c])!=null;c++)if(!a||f.filter(a,[d]).length)!b&&d.nodeType===1&&(f.cleanData(d.getElementsByTagName("*")),f.cleanData([d])),d.parentNode&&d.parentNode.removeChild(d);return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++){b.nodeType===1&&f.cleanData(b.getElementsByTagName("*"));while(b.firstChild)b.removeChild(b.firstChild)}return this},clone:function(a,b){a=a==null?!1:a,b=b==null?a:b;return this.map(function(){return f.clone(this,a,b)})},html:function(a){return f.access(this,function(a){var c=this[0]||{},d=0,e=this.length;if(a===b)return c.nodeType===1?c.innerHTML.replace(W,""):null;if(typeof a=="string"&&!ba.test(a)&&(f.support.leadingWhitespace||!X.test(a))&&!bg[(Z.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Y,"<$1></$2>");try{for(;d<e;d++)c=this[d]||{},c.nodeType===1&&(f.cleanData(c.getElementsByTagName("*")),c.innerHTML=a);c=0}catch(g){}}c&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(a){if(this[0]&&this[0].parentNode){if(f.isFunction(a))return this.each(function(b){var c=f(this),d=c.html();c.replaceWith(a.call(this,b,d))});typeof a!="string"&&(a=f(a).detach());return this.each(function(){var b=this.nextSibling,c=this.parentNode;f(this).remove(),b?f(b).before(a):f(c).append(a)})}return this.length?this.pushStack(f(f.isFunction(a)?a():a),"replaceWith",a):this},detach:function(a){return this.remove(a,!0)},domManip:function(a,c,d){var e,g,h,i,j=a[0],k=[];if(!f.support.checkClone&&arguments.length===3&&typeof j=="string"&&bd.test(j))return this.each(function(){f(this).domManip(a,c,d,!0)});if(f.isFunction(j))return this.each(function(e){var g=f(this);a[0]=j.call(this,e,c?g.html():b),g.domManip(a,c,d)});if(this[0]){i=j&&j.parentNode,f.support.parentNode&&i&&i.nodeType===11&&i.childNodes.length===this.length?e={fragment:i}:e=f.buildFragment(a,this,k),h=e.fragment,h.childNodes.length===1?g=h=h.firstChild:g=h.firstChild;if(g){c=c&&f.nodeName(g,"tr");for(var l=0,m=this.length,n=m-1;l<m;l++)d.call(c?bi(this[l],g):this[l],e.cacheable||m>1&&l<n?f.clone(h,!0,!0):h)}k.length&&f.each(k,function(a,b){b.src?f.ajax({type:"GET",global:!1,url:b.src,async:!1,dataType:"script"}):f.globalEval((b.text||b.textContent||b.innerHTML||"").replace(bf,"/*$0*/")),b.parentNode&&b.parentNode.removeChild(b)})}return this}}),f.buildFragment=function(a,b,d){var e,g,h,i,j=a[0];b&&b[0]&&(i=b[0].ownerDocument||b[0]),i.createDocumentFragment||(i=c),a.length===1&&typeof j=="string"&&j.length<512&&i===c&&j.charAt(0)==="<"&&!bb.test(j)&&(f.support.checkClone||!bd.test(j))&&(f.support.html5Clone||!bc.test(j))&&(g=!0,h=f.fragments[j],h&&h!==1&&(e=h)),e||(e=i.createDocumentFragment(),f.clean(a,i,e,d)),g&&(f.fragments[j]=h?e:1);return{fragment:e,cacheable:g}},f.fragments={},f.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){f.fn[a]=function(c){var d=[],e=f(c),g=this.length===1&&this[0].parentNode;if(g&&g.nodeType===11&&g.childNodes.length===1&&e.length===1){e[b](this[0]);return this}for(var h=0,i=e.length;h<i;h++){var j=(h>0?this.clone(!0):this).get();f(e[h])[b](j),d=d.concat(j)}return this.pushStack(d,a,e.selector)}}),f.extend({clone:function(a,b,c){var d,e,g,h=f.support.html5Clone||f.isXMLDoc(a)||!bc.test("<"+a.nodeName+">")?a.cloneNode(!0):bo(a);if((!f.support.noCloneEvent||!f.support.noCloneChecked)&&(a.nodeType===1||a.nodeType===11)&&!f.isXMLDoc(a)){bk(a,h),d=bl(a),e=bl(h);for(g=0;d[g];++g)e[g]&&bk(d[g],e[g])}if(b){bj(a,h);if(c){d=bl(a),e=bl(h);for(g=0;d[g];++g)bj(d[g],e[g])}}d=e=null;return h},clean:function(a,b,d,e){var g,h,i,j=[];b=b||c,typeof b.createElement=="undefined"&&(b=b.ownerDocument||b[0]&&b[0].ownerDocument||c);for(var k=0,l;(l=a[k])!=null;k++){typeof l=="number"&&(l+="");if(!l)continue;if(typeof l=="string")if(!_.test(l))l=b.createTextNode(l);else{l=l.replace(Y,"<$1></$2>");var m=(Z.exec(l)||["",""])[1].toLowerCase(),n=bg[m]||bg._default,o=n[0],p=b.createElement("div"),q=bh.childNodes,r;b===c?bh.appendChild(p):U(b).appendChild(p),p.innerHTML=n[1]+l+n[2];while(o--)p=p.lastChild;if(!f.support.tbody){var s=$.test(l),t=m==="table"&&!s?p.firstChild&&p.firstChild.childNodes:n[1]==="<table>"&&!s?p.childNodes:[];for(i=t.length-1;i>=0;--i)f.nodeName(t[i],"tbody")&&!t[i].childNodes.length&&t[i].parentNode.removeChild(t[i])}!f.support.leadingWhitespace&&X.test(l)&&p.insertBefore(b.createTextNode(X.exec(l)[0]),p.firstChild),l=p.childNodes,p&&(p.parentNode.removeChild(p),q.length>0&&(r=q[q.length-1],r&&r.parentNode&&r.parentNode.removeChild(r)))}var u;if(!f.support.appendChecked)if(l[0]&&typeof (u=l.length)=="number")for(i=0;i<u;i++)bn(l[i]);else bn(l);l.nodeType?j.push(l):j=f.merge(j,l)}if(d){g=function(a){return!a.type||be.test(a.type)};for(k=0;j[k];k++){h=j[k];if(e&&f.nodeName(h,"script")&&(!h.type||be.test(h.type)))e.push(h.parentNode?h.parentNode.removeChild(h):h);else{if(h.nodeType===1){var v=f.grep(h.getElementsByTagName("script"),g);j.splice.apply(j,[k+1,0].concat(v))}d.appendChild(h)}}}return j},cleanData:function(a){var b,c,d=f.cache,e=f.event.special,g=f.support.deleteExpando;for(var h=0,i;(i=a[h])!=null;h++){if(i.nodeName&&f.noData[i.nodeName.toLowerCase()])continue;c=i[f.expando];if(c){b=d[c];if(b&&b.events){for(var j in b.events)e[j]?f.event.remove(i,j):f.removeEvent(i,j,b.handle);b.handle&&(b.handle.elem=null)}g?delete i[f.expando]:i.removeAttribute&&i.removeAttribute(f.expando),delete d[c]}}}});var bp=/alpha\([^)]*\)/i,bq=/opacity=([^)]*)/,br=/([A-Z]|^ms)/g,bs=/^[\-+]?(?:\d*\.)?\d+$/i,bt=/^-?(?:\d*\.)?\d+(?!px)[^\d\s]+$/i,bu=/^([\-+])=([\-+.\de]+)/,bv=/^margin/,bw={position:"absolute",visibility:"hidden",display:"block"},bx=["Top","Right","Bottom","Left"],by,bz,bA;f.fn.css=function(a,c){return f.access(this,function(a,c,d){return d!==b?f.style(a,c,d):f.css(a,c)},a,c,arguments.length>1)},f.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=by(a,"opacity");return c===""?"1":c}return a.style.opacity}}},cssNumber:{fillOpacity:!0,fontWeight:!0,lineHeight:!0,opacity:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":f.support.cssFloat?"cssFloat":"styleFloat"},style:function(a,c,d,e){if(!!a&&a.nodeType!==3&&a.nodeType!==8&&!!a.style){var g,h,i=f.camelCase(c),j=a.style,k=f.cssHooks[i];c=f.cssProps[i]||i;if(d===b){if(k&&"get"in k&&(g=k.get(a,!1,e))!==b)return g;return j[c]}h=typeof d,h==="string"&&(g=bu.exec(d))&&(d=+(g[1]+1)*+g[2]+parseFloat(f.css(a,c)),h="number");if(d==null||h==="number"&&isNaN(d))return;h==="number"&&!f.cssNumber[i]&&(d+="px");if(!k||!("set"in k)||(d=k.set(a,d))!==b)try{j[c]=d}catch(l){}}},css:function(a,c,d){var e,g;c=f.camelCase(c),g=f.cssHooks[c],c=f.cssProps[c]||c,c==="cssFloat"&&(c="float");if(g&&"get"in g&&(e=g.get(a,!0,d))!==b)return e;if(by)return by(a,c)},swap:function(a,b,c){var d={},e,f;for(f in b)d[f]=a.style[f],a.style[f]=b[f];e=c.call(a);for(f in b)a.style[f]=d[f];return e}}),f.curCSS=f.css,c.defaultView&&c.defaultView.getComputedStyle&&(bz=function(a,b){var c,d,e,g,h=a.style;b=b.replace(br,"-$1").toLowerCase(),(d=a.ownerDocument.defaultView)&&(e=d.getComputedStyle(a,null))&&(c=e.getPropertyValue(b),c===""&&!f.contains(a.ownerDocument.documentElement,a)&&(c=f.style(a,b))),!f.support.pixelMargin&&e&&bv.test(b)&&bt.test(c)&&(g=h.width,h.width=c,c=e.width,h.width=g);return c}),c.documentElement.currentStyle&&(bA=function(a,b){var c,d,e,f=a.currentStyle&&a.currentStyle[b],g=a.style;f==null&&g&&(e=g[b])&&(f=e),bt.test(f)&&(c=g.left,d=a.runtimeStyle&&a.runtimeStyle.left,d&&(a.runtimeStyle.left=a.currentStyle.left),g.left=b==="fontSize"?"1em":f,f=g.pixelLeft+"px",g.left=c,d&&(a.runtimeStyle.left=d));return f===""?"auto":f}),by=bz||bA,f.each(["height","width"],function(a,b){f.cssHooks[b]={get:function(a,c,d){if(c)return a.offsetWidth!==0?bB(a,b,d):f.swap(a,bw,function(){return bB(a,b,d)})},set:function(a,b){return bs.test(b)?b+"px":b}}}),f.support.opacity||(f.cssHooks.opacity={get:function(a,b){return bq.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle,e=f.isNumeric(b)?"alpha(opacity="+b*100+")":"",g=d&&d.filter||c.filter||"";c.zoom=1;if(b>=1&&f.trim(g.replace(bp,""))===""){c.removeAttribute("filter");if(d&&!d.filter)return}c.filter=bp.test(g)?g.replace(bp,e):g+" "+e}}),f(function(){f.support.reliableMarginRight||(f.cssHooks.marginRight={get:function(a,b){return f.swap(a,{display:"inline-block"},function(){return b?by(a,"margin-right"):a.style.marginRight})}})}),f.expr&&f.expr.filters&&(f.expr.filters.hidden=function(a){var b=a.offsetWidth,c=a.offsetHeight;return b===0&&c===0||!f.support.reliableHiddenOffsets&&(a.style&&a.style.display||f.css(a,"display"))==="none"},f.expr.filters.visible=function(a){return!f.expr.filters.hidden(a)}),f.each({margin:"",padding:"",border:"Width"},function(a,b){f.cssHooks[a+b]={expand:function(c){var d,e=typeof c=="string"?c.split(" "):[c],f={};for(d=0;d<4;d++)f[a+bx[d]+b]=e[d]||e[d-2]||e[0];return f}}});var bC=/%20/g,bD=/\[\]$/,bE=/\r?\n/g,bF=/#.*$/,bG=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,bH=/^(?:color|date|datetime|datetime-local|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,bI=/^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/,bJ=/^(?:GET|HEAD)$/,bK=/^\/\//,bL=/\?/,bM=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,bN=/^(?:select|textarea)/i,bO=/\s+/,bP=/([?&])_=[^&]*/,bQ=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/,bR=f.fn.load,bS={},bT={},bU,bV,bW=["*/"]+["*"];try{bU=e.href}catch(bX){bU=c.createElement("a"),bU.href="",bU=bU.href}bV=bQ.exec(bU.toLowerCase())||[],f.fn.extend({load:function(a,c,d){if(typeof a!="string"&&bR)return bR.apply(this,arguments);if(!this.length)return this;var e=a.indexOf(" ");if(e>=0){var g=a.slice(e,a.length);a=a.slice(0,e)}var h="GET";c&&(f.isFunction(c)?(d=c,c=b):typeof c=="object"&&(c=f.param(c,f.ajaxSettings.traditional),h="POST"));var i=this;f.ajax({url:a,type:h,dataType:"html",data:c,complete:function(a,b,c){c=a.responseText,a.isResolved()&&(a.done(function(a){c=a}),i.html(g?f("<div>").append(c.replace(bM,"")).find(g):c)),d&&i.each(d,[c,b,a])}});return this},serialize:function(){return f.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?f.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||bN.test(this.nodeName)||bH.test(this.type))}).map(function(a,b){var c=f(this).val();return c==null?null:f.isArray(c)?f.map(c,function(a,c){return{name:b.name,value:a.replace(bE,"\r\n")}}):{name:b.name,value:c.replace(bE,"\r\n")}}).get()}}),f.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){f.fn[b]=function(a){return this.on(b,a)}}),f.each(["get","post"],function(a,c){f[c]=function(a,d,e,g){f.isFunction(d)&&(g=g||e,e=d,d=b);return f.ajax({type:c,url:a,data:d,success:e,dataType:g})}}),f.extend({getScript:function(a,c){return f.get(a,b,c,"script")},getJSON:function(a,b,c){return f.get(a,b,c,"json")},ajaxSetup:function(a,b){b?b$(a,f.ajaxSettings):(b=a,a=f.ajaxSettings),b$(a,b);return a},ajaxSettings:{url:bU,isLocal:bI.test(bV[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded; charset=UTF-8",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":bW},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":a.String,"text html":!0,"text json":f.parseJSON,"text xml":f.parseXML},flatOptions:{context:!0,url:!0}},ajaxPrefilter:bY(bS),ajaxTransport:bY(bT),ajax:function(a,c){function w(a,c,l,m){if(s!==2){s=2,q&&clearTimeout(q),p=b,n=m||"",v.readyState=a>0?4:0;var o,r,u,w=c,x=l?ca(d,v,l):b,y,z;if(a>=200&&a<300||a===304){if(d.ifModified){if(y=v.getResponseHeader("Last-Modified"))f.lastModified[k]=y;if(z=v.getResponseHeader("Etag"))f.etag[k]=z}if(a===304)w="notmodified",o=!0;else try{r=cb(d,x),w="success",o=!0}catch(A){w="parsererror",u=A}}else{u=w;if(!w||a)w="error",a<0&&(a=0)}v.status=a,v.statusText=""+(c||w),o?h.resolveWith(e,[r,w,v]):h.rejectWith(e,[v,w,u]),v.statusCode(j),j=b,t&&g.trigger("ajax"+(o?"Success":"Error"),[v,d,o?r:u]),i.fireWith(e,[v,w]),t&&(g.trigger("ajaxComplete",[v,d]),--f.active||f.event.trigger("ajaxStop"))}}typeof a=="object"&&(c=a,a=b),c=c||{};var d=f.ajaxSetup({},c),e=d.context||d,g=e!==d&&(e.nodeType||e instanceof f)?f(e):f.event,h=f.Deferred(),i=f.Callbacks("once memory"),j=d.statusCode||{},k,l={},m={},n,o,p,q,r,s=0,t,u,v={readyState:0,setRequestHeader:function(a,b){if(!s){var c=a.toLowerCase();a=m[c]=m[c]||a,l[a]=b}return this},getAllResponseHeaders:function(){return s===2?n:null},getResponseHeader:function(a){var c;if(s===2){if(!o){o={};while(c=bG.exec(n))o[c[1].toLowerCase()]=c[2]}c=o[a.toLowerCase()]}return c===b?null:c},overrideMimeType:function(a){s||(d.mimeType=a);return this},abort:function(a){a=a||"abort",p&&p.abort(a),w(0,a);return this}};h.promise(v),v.success=v.done,v.error=v.fail,v.complete=i.add,v.statusCode=function(a){if(a){var b;if(s<2)for(b in a)j[b]=[j[b],a[b]];else b=a[v.status],v.then(b,b)}return this},d.url=((a||d.url)+"").replace(bF,"").replace(bK,bV[1]+"//"),d.dataTypes=f.trim(d.dataType||"*").toLowerCase().split(bO),d.crossDomain==null&&(r=bQ.exec(d.url.toLowerCase()),d.crossDomain=!(!r||r[1]==bV[1]&&r[2]==bV[2]&&(r[3]||(r[1]==="http:"?80:443))==(bV[3]||(bV[1]==="http:"?80:443)))),d.data&&d.processData&&typeof d.data!="string"&&(d.data=f.param(d.data,d.traditional)),bZ(bS,d,c,v);if(s===2)return!1;t=d.global,d.type=d.type.toUpperCase(),d.hasContent=!bJ.test(d.type),t&&f.active++===0&&f.event.trigger("ajaxStart");if(!d.hasContent){d.data&&(d.url+=(bL.test(d.url)?"&":"?")+d.data,delete d.data),k=d.url;if(d.cache===!1){var x=f.now(),y=d.url.replace(bP,"$1_="+x);d.url=y+(y===d.url?(bL.test(d.url)?"&":"?")+"_="+x:"")}}(d.data&&d.hasContent&&d.contentType!==!1||c.contentType)&&v.setRequestHeader("Content-Type",d.contentType),d.ifModified&&(k=k||d.url,f.lastModified[k]&&v.setRequestHeader("If-Modified-Since",f.lastModified[k]),f.etag[k]&&v.setRequestHeader("If-None-Match",f.etag[k])),v.setRequestHeader("Accept",d.dataTypes[0]&&d.accepts[d.dataTypes[0]]?d.accepts[d.dataTypes[0]]+(d.dataTypes[0]!=="*"?", "+bW+"; q=0.01":""):d.accepts["*"]);for(u in d.headers)v.setRequestHeader(u,d.headers[u]);if(d.beforeSend&&(d.beforeSend.call(e,v,d)===!1||s===2)){v.abort();return!1}for(u in{success:1,error:1,complete:1})v[u](d[u]);p=bZ(bT,d,c,v);if(!p)w(-1,"No Transport");else{v.readyState=1,t&&g.trigger("ajaxSend",[v,d]),d.async&&d.timeout>0&&(q=setTimeout(function(){v.abort("timeout")},d.timeout));try{s=1,p.send(l,w)}catch(z){if(s<2)w(-1,z);else throw z}}return v},param:function(a,c){var d=[],e=function(a,b){b=f.isFunction(b)?b():b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};c===b&&(c=f.ajaxSettings.traditional);if(f.isArray(a)||a.jquery&&!f.isPlainObject(a))f.each(a,function(){e(this.name,this.value)});else for(var g in a)b_(g,a[g],c,e);return d.join("&").replace(bC,"+")}}),f.extend({active:0,lastModified:{},etag:{}});var cc=f.now(),cd=/(\=)\?(&|$)|\?\?/i;f.ajaxSetup({jsonp:"callback",jsonpCallback:function(){return f.expando+"_"+cc++}}),f.ajaxPrefilter("json jsonp",function(b,c,d){var e=typeof b.data=="string"&&/^application\/x\-www\-form\-urlencoded/.test(b.contentType);if(b.dataTypes[0]==="jsonp"||b.jsonp!==!1&&(cd.test(b.url)||e&&cd.test(b.data))){var g,h=b.jsonpCallback=f.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,i=a[h],j=b.url,k=b.data,l="$1"+h+"$2";b.jsonp!==!1&&(j=j.replace(cd,l),b.url===j&&(e&&(k=k.replace(cd,l)),b.data===k&&(j+=(/\?/.test(j)?"&":"?")+b.jsonp+"="+h))),b.url=j,b.data=k,a[h]=function(a){g=[a]},d.always(function(){a[h]=i,g&&f.isFunction(i)&&a[h](g[0])}),b.converters["script json"]=function(){g||f.error(h+" was not called");return g[0]},b.dataTypes[0]="json";return"script"}}),f.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(a){f.globalEval(a);return a}}}),f.ajaxPrefilter("script",function(a){a.cache===b&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),f.ajaxTransport("script",function(a){if(a.crossDomain){var d,e=c.head||c.getElementsByTagName("head")[0]||c.documentElement;return{send:function(f,g){d=c.createElement("script"),d.async="async",a.scriptCharset&&(d.charset=a.scriptCharset),d.src=a.url,d.onload=d.onreadystatechange=function(a,c){if(c||!d.readyState||/loaded|complete/.test(d.readyState))d.onload=d.onreadystatechange=null,e&&d.parentNode&&e.removeChild(d),d=b,c||g(200,"success")},e.insertBefore(d,e.firstChild)},abort:function(){d&&d.onload(0,1)}}}});var ce=a.ActiveXObject?function(){for(var a in cg)cg[a](0,1)}:!1,cf=0,cg;f.ajaxSettings.xhr=a.ActiveXObject?function(){return!this.isLocal&&ch()||ci()}:ch,function(a){f.extend(f.support,{ajax:!!a,cors:!!a&&"withCredentials"in a})}(f.ajaxSettings.xhr()),f.support.ajax&&f.ajaxTransport(function(c){if(!c.crossDomain||f.support.cors){var d;return{send:function(e,g){var h=c.xhr(),i,j;c.username?h.open(c.type,c.url,c.async,c.username,c.password):h.open(c.type,c.url,c.async);if(c.xhrFields)for(j in c.xhrFields)h[j]=c.xhrFields[j];c.mimeType&&h.overrideMimeType&&h.overrideMimeType(c.mimeType),!c.crossDomain&&!e["X-Requested-With"]&&(e["X-Requested-With"]="XMLHttpRequest");try{for(j in e)h.setRequestHeader(j,e[j])}catch(k){}h.send(c.hasContent&&c.data||null),d=function(a,e){var j,k,l,m,n;try{if(d&&(e||h.readyState===4)){d=b,i&&(h.onreadystatechange=f.noop,ce&&delete cg[i]);if(e)h.readyState!==4&&h.abort();else{j=h.status,l=h.getAllResponseHeaders(),m={},n=h.responseXML,n&&n.documentElement&&(m.xml=n);try{m.text=h.responseText}catch(a){}try{k=h.statusText}catch(o){k=""}!j&&c.isLocal&&!c.crossDomain?j=m.text?200:404:j===1223&&(j=204)}}}catch(p){e||g(-1,p)}m&&g(j,k,m,l)},!c.async||h.readyState===4?d():(i=++cf,ce&&(cg||(cg={},f(a).unload(ce)),cg[i]=d),h.onreadystatechange=d)},abort:function(){d&&d(0,1)}}}});var cj={},ck,cl,cm=/^(?:toggle|show|hide)$/,cn=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,co,cp=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]],cq;f.fn.extend({show:function(a,b,c){var d,e;if(a||a===0)return this.animate(ct("show",3),a,b,c);for(var g=0,h=this.length;g<h;g++)d=this[g],d.style&&(e=d.style.display,!f._data(d,"olddisplay")&&e==="none"&&(e=d.style.display=""),(e===""&&f.css(d,"display")==="none"||!f.contains(d.ownerDocument.documentElement,d))&&f._data(d,"olddisplay",cu(d.nodeName)));for(g=0;g<h;g++){d=this[g];if(d.style){e=d.style.display;if(e===""||e==="none")d.style.display=f._data(d,"olddisplay")||""}}return this},hide:function(a,b,c){if(a||a===0)return this.animate(ct("hide",3),a,b,c);var d,e,g=0,h=this.length;for(;g<h;g++)d=this[g],d.style&&(e=f.css(d,"display"),e!=="none"&&!f._data(d,"olddisplay")&&f._data(d,"olddisplay",e));for(g=0;g<h;g++)this[g].style&&(this[g].style.display="none");return this},_toggle:f.fn.toggle,toggle:function(a,b,c){var d=typeof a=="boolean";f.isFunction(a)&&f.isFunction(b)?this._toggle.apply(this,arguments):a==null||d?this.each(function(){var b=d?a:f(this).is(":hidden");f(this)[b?"show":"hide"]()}):this.animate(ct("toggle",3),a,b,c);return this},fadeTo:function(a,b,c,d){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){function g(){e.queue===!1&&f._mark(this);var b=f.extend({},e),c=this.nodeType===1,d=c&&f(this).is(":hidden"),g,h,i,j,k,l,m,n,o,p,q;b.animatedProperties={};for(i in a){g=f.camelCase(i),i!==g&&(a[g]=a[i],delete a[i]);if((k=f.cssHooks[g])&&"expand"in k){l=k.expand(a[g]),delete a[g];for(i in l)i in a||(a[i]=l[i])}}for(g in a){h=a[g],f.isArray(h)?(b.animatedProperties[g]=h[1],h=a[g]=h[0]):b.animatedProperties[g]=b.specialEasing&&b.specialEasing[g]||b.easing||"swing";if(h==="hide"&&d||h==="show"&&!d)return b.complete.call(this);c&&(g==="height"||g==="width")&&(b.overflow=[this.style.overflow,this.style.overflowX,this.style.overflowY],f.css(this,"display")==="inline"&&f.css(this,"float")==="none"&&(!f.support.inlineBlockNeedsLayout||cu(this.nodeName)==="inline"?this.style.display="inline-block":this.style.zoom=1))}b.overflow!=null&&(this.style.overflow="hidden");for(i in a)j=new f.fx(this,b,i),h=a[i],cm.test(h)?(q=f._data(this,"toggle"+i)||(h==="toggle"?d?"show":"hide":0),q?(f._data(this,"toggle"+i,q==="show"?"hide":"show"),j[q]()):j[h]()):(m=cn.exec(h),n=j.cur(),m?(o=parseFloat(m[2]),p=m[3]||(f.cssNumber[i]?"":"px"),p!=="px"&&(f.style(this,i,(o||1)+p),n=(o||1)/j.cur()*n,f.style(this,i,n+p)),m[1]&&(o=(m[1]==="-="?-1:1)*o+n),j.custom(n,o,p)):j.custom(n,h,""));return!0}var e=f.speed(b,c,d);if(f.isEmptyObject(a))return this.each(e.complete,[!1]);a=f.extend({},a);return e.queue===!1?this.each(g):this.queue(e.queue,g)},stop:function(a,c,d){typeof a!="string"&&(d=c,c=a,a=b),c&&a!==!1&&this.queue(a||"fx",[]);return this.each(function(){function h(a,b,c){var e=b[c];f.removeData(a,c,!0),e.stop(d)}var b,c=!1,e=f.timers,g=f._data(this);d||f._unmark(!0,this);if(a==null)for(b in g)g[b]&&g[b].stop&&b.indexOf(".run")===b.length-4&&h(this,g,b);else g[b=a+".run"]&&g[b].stop&&h(this,g,b);for(b=e.length;b--;)e[b].elem===this&&(a==null||e[b].queue===a)&&(d?e[b](!0):e[b].saveState(),c=!0,e.splice(b,1));(!d||!c)&&f.dequeue(this,a)})}}),f.each({slideDown:ct("show",1),slideUp:ct("hide",1),slideToggle:ct("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){f.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),f.extend({speed:function(a,b,c){var d=a&&typeof a=="object"?f.extend({},a):{complete:c||!c&&b||f.isFunction(a)&&a,duration:a,easing:c&&b||b&&!f.isFunction(b)&&b};d.duration=f.fx.off?0:typeof d.duration=="number"?d.duration:d.duration in f.fx.speeds?f.fx.speeds[d.duration]:f.fx.speeds._default;if(d.queue==null||d.queue===!0)d.queue="fx";d.old=d.complete,d.complete=function(a){f.isFunction(d.old)&&d.old.call(this),d.queue?f.dequeue(this,d.queue):a!==!1&&f._unmark(this)};return d},easing:{linear:function(a){return a},swing:function(a){return-Math.cos(a*Math.PI)/2+.5}},timers:[],fx:function(a,b,c){this.options=b,this.elem=a,this.prop=c,b.orig=b.orig||{}}}),f.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this),(f.fx.step[this.prop]||f.fx.step._default)(this)},cur:function(){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];var a,b=f.css(this.elem,this.prop);return isNaN(a=parseFloat(b))?!b||b==="auto"?0:b:a},custom:function(a,c,d){function h(a){return e.step(a)}var e=this,g=f.fx;this.startTime=cq||cr(),this.end=c,this.now=this.start=a,this.pos=this.state=0,this.unit=d||this.unit||(f.cssNumber[this.prop]?"":"px"),h.queue=this.options.queue,h.elem=this.elem,h.saveState=function(){f._data(e.elem,"fxshow"+e.prop)===b&&(e.options.hide?f._data(e.elem,"fxshow"+e.prop,e.start):e.options.show&&f._data(e.elem,"fxshow"+e.prop,e.end))},h()&&f.timers.push(h)&&!co&&(co=setInterval(g.tick,g.interval))},show:function(){var a=f._data(this.elem,"fxshow"+this.prop);this.options.orig[this.prop]=a||f.style(this.elem,this.prop),this.options.show=!0,a!==b?this.custom(this.cur(),a):this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur()),f(this.elem).show()},hide:function(){this.options.orig[this.prop]=f._data(this.elem,"fxshow"+this.prop)||f.style(this.elem,this.prop),this.options.hide=!0,this.custom(this.cur(),0)},step:function(a){var b,c,d,e=cq||cr(),g=!0,h=this.elem,i=this.options;if(a||e>=i.duration+this.startTime){this.now=this.end,this.pos=this.state=1,this.update(),i.animatedProperties[this.prop]=!0;for(b in i.animatedProperties)i.animatedProperties[b]!==!0&&(g=!1);if(g){i.overflow!=null&&!f.support.shrinkWrapBlocks&&f.each(["","X","Y"],function(a,b){h.style["overflow"+b]=i.overflow[a]}),i.hide&&f(h).hide();if(i.hide||i.show)for(b in i.animatedProperties)f.style(h,b,i.orig[b]),f.removeData(h,"fxshow"+b,!0),f.removeData(h,"toggle"+b,!0);d=i.complete,d&&(i.complete=!1,d.call(h))}return!1}i.duration==Infinity?this.now=e:(c=e-this.startTime,this.state=c/i.duration,this.pos=f.easing[i.animatedProperties[this.prop]](this.state,c,0,1,i.duration),this.now=this.start+(this.end-this.start)*this.pos),this.update();return!0}},f.extend(f.fx,{tick:function(){var a,b=f.timers,c=0;for(;c<b.length;c++)a=b[c],!a()&&b[c]===a&&b.splice(c--,1);b.length||f.fx.stop()},interval:13,stop:function(){clearInterval(co),co=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(a){f.style(a.elem,"opacity",a.now)},_default:function(a){a.elem.style&&a.elem.style[a.prop]!=null?a.elem.style[a.prop]=a.now+a.unit:a.elem[a.prop]=a.now}}}),f.each(cp.concat.apply([],cp),function(a,b){b.indexOf("margin")&&(f.fx.step[b]=function(a){f.style(a.elem,b,Math.max(0,a.now)+a.unit)})}),f.expr&&f.expr.filters&&(f.expr.filters.animated=function(a){return f.grep(f.timers,function(b){return a===b.elem}).length});var cv,cw=/^t(?:able|d|h)$/i,cx=/^(?:body|html)$/i;"getBoundingClientRect"in c.documentElement?cv=function(a,b,c,d){try{d=a.getBoundingClientRect()}catch(e){}if(!d||!f.contains(c,a))return d?{top:d.top,left:d.left}:{top:0,left:0};var g=b.body,h=cy(b),i=c.clientTop||g.clientTop||0,j=c.clientLeft||g.clientLeft||0,k=h.pageYOffset||f.support.boxModel&&c.scrollTop||g.scrollTop,l=h.pageXOffset||f.support.boxModel&&c.scrollLeft||g.scrollLeft,m=d.top+k-i,n=d.left+l-j;return{top:m,left:n}}:cv=function(a,b,c){var d,e=a.offsetParent,g=a,h=b.body,i=b.defaultView,j=i?i.getComputedStyle(a,null):a.currentStyle,k=a.offsetTop,l=a.offsetLeft;while((a=a.parentNode)&&a!==h&&a!==c){if(f.support.fixedPosition&&j.position==="fixed")break;d=i?i.getComputedStyle(a,null):a.currentStyle,k-=a.scrollTop,l-=a.scrollLeft,a===e&&(k+=a.offsetTop,l+=a.offsetLeft,f.support.doesNotAddBorder&&(!f.support.doesAddBorderForTableAndCells||!cw.test(a.nodeName))&&(k+=parseFloat(d.borderTopWidth)||0,l+=parseFloat(d.borderLeftWidth)||0),g=e,e=a.offsetParent),f.support.subtractsBorderForOverflowNotVisible&&d.overflow!=="visible"&&(k+=parseFloat(d.borderTopWidth)||0,l+=parseFloat(d.borderLeftWidth)||0),j=d}if(j.position==="relative"||j.position==="static")k+=h.offsetTop,l+=h.offsetLeft;f.support.fixedPosition&&j.position==="fixed"&&(k+=Math.max(c.scrollTop,h.scrollTop),l+=Math.max(c.scrollLeft,h.scrollLeft));return{top:k,left:l}},f.fn.offset=function(a){if(arguments.length)return a===b?this:this.each(function(b){f.offset.setOffset(this,a,b)});var c=this[0],d=c&&c.ownerDocument;if(!d)return null;if(c===d.body)return f.offset.bodyOffset(c);return cv(c,d,d.documentElement)},f.offset={bodyOffset:function(a){var b=a.offsetTop,c=a.offsetLeft;f.support.doesNotIncludeMarginInBodyOffset&&(b+=parseFloat(f.css(a,"marginTop"))||0,c+=parseFloat(f.css(a,"marginLeft"))||0);return{top:b,left:c}},setOffset:function(a,b,c){var d=f.css(a,"position");d==="static"&&(a.style.position="relative");var e=f(a),g=e.offset(),h=f.css(a,"top"),i=f.css(a,"left"),j=(d==="absolute"||d==="fixed")&&f.inArray("auto",[h,i])>-1,k={},l={},m,n;j?(l=e.position(),m=l.top,n=l.left):(m=parseFloat(h)||0,n=parseFloat(i)||0),f.isFunction(b)&&(b=b.call(a,c,g)),b.top!=null&&(k.top=b.top-g.top+m),b.left!=null&&(k.left=b.left-g.left+n),"using"in b?b.using.call(a,k):e.css(k)}},f.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),c=this.offset(),d=cx.test(b[0].nodeName)?{top:0,left:0}:b.offset();c.top-=parseFloat(f.css(a,"marginTop"))||0,c.left-=parseFloat(f.css(a,"marginLeft"))||0,d.top+=parseFloat(f.css(b[0],"borderTopWidth"))||0,d.left+=parseFloat(f.css(b[0],"borderLeftWidth"))||0;return{top:c.top-d.top,left:c.left-d.left}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||c.body;while(a&&!cx.test(a.nodeName)&&f.css(a,"position")==="static")a=a.offsetParent;return a})}}),f.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(a,c){var d=/Y/.test(c);f.fn[a]=function(e){return f.access(this,function(a,e,g){var h=cy(a);if(g===b)return h?c in h?h[c]:f.support.boxModel&&h.document.documentElement[e]||h.document.body[e]:a[e];h?h.scrollTo(d?f(h).scrollLeft():g,d?g:f(h).scrollTop()):a[e]=g},a,e,arguments.length,null)}}),f.each({Height:"height",Width:"width"},function(a,c){var d="client"+a,e="scroll"+a,g="offset"+a;f.fn["inner"+a]=function(){var a=this[0];return a?a.style?parseFloat(f.css(a,c,"padding")):this[c]():null},f.fn["outer"+a]=function(a){var b=this[0];return b?b.style?parseFloat(f.css(b,c,a?"margin":"border")):this[c]():null},f.fn[c]=function(a){return f.access(this,function(a,c,h){var i,j,k,l;if(f.isWindow(a)){i=a.document,j=i.documentElement[d];return f.support.boxModel&&j||i.body&&i.body[d]||j}if(a.nodeType===9){i=a.documentElement;if(i[d]>=i[e])return i[d];return Math.max(a.body[e],i[e],a.body[g],i[g])}if(h===b){k=f.css(a,c),l=parseFloat(k);return f.isNumeric(l)?l:k}f(a).css(c,h)},c,a,arguments.length,null)}}),a.jQuery=a.$=f,typeof define=="function"&&define.amd&&define.amd.jQuery&&define("jquery",[],function(){return f})})(window);
|
js/magpassion/quickview/images/controls.png
ADDED
Binary file
|
js/magpassion/quickview/images/left.png
ADDED
Binary file
|
js/magpassion/quickview/images/loading.gif
ADDED
Binary file
|
js/magpassion/quickview/images/right.png
ADDED
Binary file
|
js/magpassion/quickview/images/wait.gif
ADDED
Binary file
|
js/magpassion/quickview/js/jquery-1.7.2.min.js
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*! jQuery v1.7.2 jquery.com | jquery.org/license */
|
2 |
+
if(!window.jQuery) {
|
3 |
+
(function(a,b){function cy(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cu(a){if(!cj[a]){var b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){ck||(ck=c.createElement("iframe"),ck.frameBorder=ck.width=ck.height=0),b.appendChild(ck);if(!cl||!ck.createElement)cl=(ck.contentWindow||ck.contentDocument).document,cl.write((f.support.boxModel?"<!doctype html>":"")+"<html><body>"),cl.close();d=cl.createElement(a),cl.body.appendChild(d),e=f.css(d,"display"),b.removeChild(ck)}cj[a]=e}return cj[a]}function ct(a,b){var c={};f.each(cp.concat.apply([],cp.slice(0,b)),function(){c[this]=a});return c}function cs(){cq=b}function cr(){setTimeout(cs,0);return cq=f.now()}function ci(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function ch(){try{return new a.XMLHttpRequest}catch(b){}}function cb(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var d=a.dataTypes,e={},g,h,i=d.length,j,k=d[0],l,m,n,o,p;for(g=1;g<i;g++){if(g===1)for(h in a.converters)typeof h=="string"&&(e[h.toLowerCase()]=a.converters[h]);l=k,k=d[g];if(k==="*")k=l;else if(l!=="*"&&l!==k){m=l+" "+k,n=e[m]||e["* "+k];if(!n){p=b;for(o in e){j=o.split(" ");if(j[0]===l||j[0]==="*"){p=e[j[1]+" "+k];if(p){o=e[o],o===!0?n=p:p===!0&&(n=o);break}}}}!n&&!p&&f.error("No conversion from "+m.replace(" "," to ")),n!==!0&&(c=n?n(c):p(o(c)))}}return c}function ca(a,c,d){var e=a.contents,f=a.dataTypes,g=a.responseFields,h,i,j,k;for(i in g)i in d&&(c[g[i]]=d[i]);while(f[0]==="*")f.shift(),h===b&&(h=a.mimeType||c.getResponseHeader("content-type"));if(h)for(i in e)if(e[i]&&e[i].test(h)){f.unshift(i);break}if(f[0]in d)j=f[0];else{for(i in d){if(!f[0]||a.converters[i+" "+f[0]]){j=i;break}k||(k=i)}j=j||k}if(j){j!==f[0]&&f.unshift(j);return d[j]}}function b_(a,b,c,d){if(f.isArray(b))f.each(b,function(b,e){c||bD.test(a)?d(a,e):b_(a+"["+(typeof e=="object"?b:"")+"]",e,c,d)});else if(!c&&f.type(b)==="object")for(var e in b)b_(a+"["+e+"]",b[e],c,d);else d(a,b)}function b$(a,c){var d,e,g=f.ajaxSettings.flatOptions||{};for(d in c)c[d]!==b&&((g[d]?a:e||(e={}))[d]=c[d]);e&&f.extend(!0,a,e)}function bZ(a,c,d,e,f,g){f=f||c.dataTypes[0],g=g||{},g[f]=!0;var h=a[f],i=0,j=h?h.length:0,k=a===bS,l;for(;i<j&&(k||!l);i++)l=h[i](c,d,e),typeof l=="string"&&(!k||g[l]?l=b:(c.dataTypes.unshift(l),l=bZ(a,c,d,e,l,g)));(k||!l)&&!g["*"]&&(l=bZ(a,c,d,e,"*",g));return l}function bY(a){return function(b,c){typeof b!="string"&&(c=b,b="*");if(f.isFunction(c)){var d=b.toLowerCase().split(bO),e=0,g=d.length,h,i,j;for(;e<g;e++)h=d[e],j=/^\+/.test(h),j&&(h=h.substr(1)||"*"),i=a[h]=a[h]||[],i[j?"unshift":"push"](c)}}}function bB(a,b,c){var d=b==="width"?a.offsetWidth:a.offsetHeight,e=b==="width"?1:0,g=4;if(d>0){if(c!=="border")for(;e<g;e+=2)c||(d-=parseFloat(f.css(a,"padding"+bx[e]))||0),c==="margin"?d+=parseFloat(f.css(a,c+bx[e]))||0:d-=parseFloat(f.css(a,"border"+bx[e]+"Width"))||0;return d+"px"}d=by(a,b);if(d<0||d==null)d=a.style[b];if(bt.test(d))return d;d=parseFloat(d)||0;if(c)for(;e<g;e+=2)d+=parseFloat(f.css(a,"padding"+bx[e]))||0,c!=="padding"&&(d+=parseFloat(f.css(a,"border"+bx[e]+"Width"))||0),c==="margin"&&(d+=parseFloat(f.css(a,c+bx[e]))||0);return d+"px"}function bo(a){var b=c.createElement("div");bh.appendChild(b),b.innerHTML=a.outerHTML;return b.firstChild}function bn(a){var b=(a.nodeName||"").toLowerCase();b==="input"?bm(a):b!=="script"&&typeof a.getElementsByTagName!="undefined"&&f.grep(a.getElementsByTagName("input"),bm)}function bm(a){if(a.type==="checkbox"||a.type==="radio")a.defaultChecked=a.checked}function bl(a){return typeof a.getElementsByTagName!="undefined"?a.getElementsByTagName("*"):typeof a.querySelectorAll!="undefined"?a.querySelectorAll("*"):[]}function bk(a,b){var c;b.nodeType===1&&(b.clearAttributes&&b.clearAttributes(),b.mergeAttributes&&b.mergeAttributes(a),c=b.nodeName.toLowerCase(),c==="object"?b.outerHTML=a.outerHTML:c!=="input"||a.type!=="checkbox"&&a.type!=="radio"?c==="option"?b.selected=a.defaultSelected:c==="input"||c==="textarea"?b.defaultValue=a.defaultValue:c==="script"&&b.text!==a.text&&(b.text=a.text):(a.checked&&(b.defaultChecked=b.checked=a.checked),b.value!==a.value&&(b.value=a.value)),b.removeAttribute(f.expando),b.removeAttribute("_submit_attached"),b.removeAttribute("_change_attached"))}function bj(a,b){if(b.nodeType===1&&!!f.hasData(a)){var c,d,e,g=f._data(a),h=f._data(b,g),i=g.events;if(i){delete h.handle,h.events={};for(c in i)for(d=0,e=i[c].length;d<e;d++)f.event.add(b,c,i[c][d])}h.data&&(h.data=f.extend({},h.data))}}function bi(a,b){return f.nodeName(a,"table")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function U(a){var b=V.split("|"),c=a.createDocumentFragment();if(c.createElement)while(b.length)c.createElement(b.pop());return c}function T(a,b,c){b=b||0;if(f.isFunction(b))return f.grep(a,function(a,d){var e=!!b.call(a,d,a);return e===c});if(b.nodeType)return f.grep(a,function(a,d){return a===b===c});if(typeof b=="string"){var d=f.grep(a,function(a){return a.nodeType===1});if(O.test(b))return f.filter(b,d,!c);b=f.filter(b,d)}return f.grep(a,function(a,d){return f.inArray(a,b)>=0===c})}function S(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function K(){return!0}function J(){return!1}function n(a,b,c){var d=b+"defer",e=b+"queue",g=b+"mark",h=f._data(a,d);h&&(c==="queue"||!f._data(a,e))&&(c==="mark"||!f._data(a,g))&&setTimeout(function(){!f._data(a,e)&&!f._data(a,g)&&(f.removeData(a,d,!0),h.fire())},0)}function m(a){for(var b in a){if(b==="data"&&f.isEmptyObject(a[b]))continue;if(b!=="toJSON")return!1}return!0}function l(a,c,d){if(d===b&&a.nodeType===1){var e="data-"+c.replace(k,"-$1").toLowerCase();d=a.getAttribute(e);if(typeof d=="string"){try{d=d==="true"?!0:d==="false"?!1:d==="null"?null:f.isNumeric(d)?+d:j.test(d)?f.parseJSON(d):d}catch(g){}f.data(a,c,d)}else d=b}return d}function h(a){var b=g[a]={},c,d;a=a.split(/\s+/);for(c=0,d=a.length;c<d;c++)b[a[c]]=!0;return b}var c=a.document,d=a.navigator,e=a.location,f=function(){function J(){if(!e.isReady){try{c.documentElement.doScroll("left")}catch(a){setTimeout(J,1);return}e.ready()}}var e=function(a,b){return new e.fn.init(a,b,h)},f=a.jQuery,g=a.$,h,i=/^(?:[^#<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,j=/\S/,k=/^\s+/,l=/\s+$/,m=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,n=/^[\],:{}\s]*$/,o=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,p=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,q=/(?:^|:|,)(?:\s*\[)+/g,r=/(webkit)[ \/]([\w.]+)/,s=/(opera)(?:.*version)?[ \/]([\w.]+)/,t=/(msie) ([\w.]+)/,u=/(mozilla)(?:.*? rv:([\w.]+))?/,v=/-([a-z]|[0-9])/ig,w=/^-ms-/,x=function(a,b){return(b+"").toUpperCase()},y=d.userAgent,z,A,B,C=Object.prototype.toString,D=Object.prototype.hasOwnProperty,E=Array.prototype.push,F=Array.prototype.slice,G=String.prototype.trim,H=Array.prototype.indexOf,I={};e.fn=e.prototype={constructor:e,init:function(a,d,f){var g,h,j,k;if(!a)return this;if(a.nodeType){this.context=this[0]=a,this.length=1;return this}if(a==="body"&&!d&&c.body){this.context=c,this[0]=c.body,this.selector=a,this.length=1;return this}if(typeof a=="string"){a.charAt(0)!=="<"||a.charAt(a.length-1)!==">"||a.length<3?g=i.exec(a):g=[null,a,null];if(g&&(g[1]||!d)){if(g[1]){d=d instanceof e?d[0]:d,k=d?d.ownerDocument||d:c,j=m.exec(a),j?e.isPlainObject(d)?(a=[c.createElement(j[1])],e.fn.attr.call(a,d,!0)):a=[k.createElement(j[1])]:(j=e.buildFragment([g[1]],[k]),a=(j.cacheable?e.clone(j.fragment):j.fragment).childNodes);return e.merge(this,a)}h=c.getElementById(g[2]);if(h&&h.parentNode){if(h.id!==g[2])return f.find(a);this.length=1,this[0]=h}this.context=c,this.selector=a;return this}return!d||d.jquery?(d||f).find(a):this.constructor(d).find(a)}if(e.isFunction(a))return f.ready(a);a.selector!==b&&(this.selector=a.selector,this.context=a.context);return e.makeArray(a,this)},selector:"",jquery:"1.7.2",length:0,size:function(){return this.length},toArray:function(){return F.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,b,c){var d=this.constructor();e.isArray(a)?E.apply(d,a):e.merge(d,a),d.prevObject=this,d.context=this.context,b==="find"?d.selector=this.selector+(this.selector?" ":"")+c:b&&(d.selector=this.selector+"."+b+"("+c+")");return d},each:function(a,b){return e.each(this,a,b)},ready:function(a){e.bindReady(),A.add(a);return this},eq:function(a){a=+a;return a===-1?this.slice(a):this.slice(a,a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(F.apply(this,arguments),"slice",F.call(arguments).join(","))},map:function(a){return this.pushStack(e.map(this,function(b,c){return a.call(b,c,b)}))},end:function(){return this.prevObject||this.constructor(null)},push:E,sort:[].sort,splice:[].splice},e.fn.init.prototype=e.fn,e.extend=e.fn.extend=function(){var a,c,d,f,g,h,i=arguments[0]||{},j=1,k=arguments.length,l=!1;typeof i=="boolean"&&(l=i,i=arguments[1]||{},j=2),typeof i!="object"&&!e.isFunction(i)&&(i={}),k===j&&(i=this,--j);for(;j<k;j++)if((a=arguments[j])!=null)for(c in a){d=i[c],f=a[c];if(i===f)continue;l&&f&&(e.isPlainObject(f)||(g=e.isArray(f)))?(g?(g=!1,h=d&&e.isArray(d)?d:[]):h=d&&e.isPlainObject(d)?d:{},i[c]=e.extend(l,h,f)):f!==b&&(i[c]=f)}return i},e.extend({noConflict:function(b){a.$===e&&(a.$=g),b&&a.jQuery===e&&(a.jQuery=f);return e},isReady:!1,readyWait:1,holdReady:function(a){a?e.readyWait++:e.ready(!0)},ready:function(a){if(a===!0&&!--e.readyWait||a!==!0&&!e.isReady){if(!c.body)return setTimeout(e.ready,1);e.isReady=!0;if(a!==!0&&--e.readyWait>0)return;A.fireWith(c,[e]),e.fn.trigger&&e(c).trigger("ready").off("ready")}},bindReady:function(){if(!A){A=e.Callbacks("once memory");if(c.readyState==="complete")return setTimeout(e.ready,1);if(c.addEventListener)c.addEventListener("DOMContentLoaded",B,!1),a.addEventListener("load",e.ready,!1);else if(c.attachEvent){c.attachEvent("onreadystatechange",B),a.attachEvent("onload",e.ready);var b=!1;try{b=a.frameElement==null}catch(d){}c.documentElement.doScroll&&b&&J()}}},isFunction:function(a){return e.type(a)==="function"},isArray:Array.isArray||function(a){return e.type(a)==="array"},isWindow:function(a){return a!=null&&a==a.window},isNumeric:function(a){return!isNaN(parseFloat(a))&&isFinite(a)},type:function(a){return a==null?String(a):I[C.call(a)]||"object"},isPlainObject:function(a){if(!a||e.type(a)!=="object"||a.nodeType||e.isWindow(a))return!1;try{if(a.constructor&&!D.call(a,"constructor")&&!D.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}var d;for(d in a);return d===b||D.call(a,d)},isEmptyObject:function(a){for(var b in a)return!1;return!0},error:function(a){throw new Error(a)},parseJSON:function(b){if(typeof b!="string"||!b)return null;b=e.trim(b);if(a.JSON&&a.JSON.parse)return a.JSON.parse(b);if(n.test(b.replace(o,"@").replace(p,"]").replace(q,"")))return(new Function("return "+b))();e.error("Invalid JSON: "+b)},parseXML:function(c){if(typeof c!="string"||!c)return null;var d,f;try{a.DOMParser?(f=new DOMParser,d=f.parseFromString(c,"text/xml")):(d=new ActiveXObject("Microsoft.XMLDOM"),d.async="false",d.loadXML(c))}catch(g){d=b}(!d||!d.documentElement||d.getElementsByTagName("parsererror").length)&&e.error("Invalid XML: "+c);return d},noop:function(){},globalEval:function(b){b&&j.test(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(w,"ms-").replace(v,x)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,c,d){var f,g=0,h=a.length,i=h===b||e.isFunction(a);if(d){if(i){for(f in a)if(c.apply(a[f],d)===!1)break}else for(;g<h;)if(c.apply(a[g++],d)===!1)break}else if(i){for(f in a)if(c.call(a[f],f,a[f])===!1)break}else for(;g<h;)if(c.call(a[g],g,a[g++])===!1)break;return a},trim:G?function(a){return a==null?"":G.call(a)}:function(a){return a==null?"":(a+"").replace(k,"").replace(l,"")},makeArray:function(a,b){var c=b||[];if(a!=null){var d=e.type(a);a.length==null||d==="string"||d==="function"||d==="regexp"||e.isWindow(a)?E.call(c,a):e.merge(c,a)}return c},inArray:function(a,b,c){var d;if(b){if(H)return H.call(b,a,c);d=b.length,c=c?c<0?Math.max(0,d+c):c:0;for(;c<d;c++)if(c in b&&b[c]===a)return c}return-1},merge:function(a,c){var d=a.length,e=0;if(typeof c.length=="number")for(var f=c.length;e<f;e++)a[d++]=c[e];else while(c[e]!==b)a[d++]=c[e++];a.length=d;return a},grep:function(a,b,c){var d=[],e;c=!!c;for(var f=0,g=a.length;f<g;f++)e=!!b(a[f],f),c!==e&&d.push(a[f]);return d},map:function(a,c,d){var f,g,h=[],i=0,j=a.length,k=a instanceof e||j!==b&&typeof j=="number"&&(j>0&&a[0]&&a[j-1]||j===0||e.isArray(a));if(k)for(;i<j;i++)f=c(a[i],i,d),f!=null&&(h[h.length]=f);else for(g in a)f=c(a[g],g,d),f!=null&&(h[h.length]=f);return h.concat.apply([],h)},guid:1,proxy:function(a,c){if(typeof c=="string"){var d=a[c];c=a,a=d}if(!e.isFunction(a))return b;var f=F.call(arguments,2),g=function(){return a.apply(c,f.concat(F.call(arguments)))};g.guid=a.guid=a.guid||g.guid||e.guid++;return g},access:function(a,c,d,f,g,h,i){var j,k=d==null,l=0,m=a.length;if(d&&typeof d=="object"){for(l in d)e.access(a,c,l,d[l],1,h,f);g=1}else if(f!==b){j=i===b&&e.isFunction(f),k&&(j?(j=c,c=function(a,b,c){return j.call(e(a),c)}):(c.call(a,f),c=null));if(c)for(;l<m;l++)c(a[l],d,j?f.call(a[l],l,c(a[l],d)):f,i);g=1}return g?a:k?c.call(a):m?c(a[0],d):h},now:function(){return(new Date).getTime()},uaMatch:function(a){a=a.toLowerCase();var b=r.exec(a)||s.exec(a)||t.exec(a)||a.indexOf("compatible")<0&&u.exec(a)||[];return{browser:b[1]||"",version:b[2]||"0"}},sub:function(){function a(b,c){return new a.fn.init(b,c)}e.extend(!0,a,this),a.superclass=this,a.fn=a.prototype=this(),a.fn.constructor=a,a.sub=this.sub,a.fn.init=function(d,f){f&&f instanceof e&&!(f instanceof a)&&(f=a(f));return e.fn.init.call(this,d,f,b)},a.fn.init.prototype=a.fn;var b=a(c);return a},browser:{}}),e.each("Boolean Number String Function Array Date RegExp Object".split(" "),function(a,b){I["[object "+b+"]"]=b.toLowerCase()}),z=e.uaMatch(y),z.browser&&(e.browser[z.browser]=!0,e.browser.version=z.version),e.browser.webkit&&(e.browser.safari=!0),j.test("�")&&(k=/^[\s\xA0]+/,l=/[\s\xA0]+$/),h=e(c),c.addEventListener?B=function(){c.removeEventListener("DOMContentLoaded",B,!1),e.ready()}:c.attachEvent&&(B=function(){c.readyState==="complete"&&(c.detachEvent("onreadystatechange",B),e.ready())});return e}(),g={};f.Callbacks=function(a){a=a?g[a]||h(a):{};var c=[],d=[],e,i,j,k,l,m,n=function(b){var d,e,g,h,i;for(d=0,e=b.length;d<e;d++)g=b[d],h=f.type(g),h==="array"?n(g):h==="function"&&(!a.unique||!p.has(g))&&c.push(g)},o=function(b,f){f=f||[],e=!a.memory||[b,f],i=!0,j=!0,m=k||0,k=0,l=c.length;for(;c&&m<l;m++)if(c[m].apply(b,f)===!1&&a.stopOnFalse){e=!0;break}j=!1,c&&(a.once?e===!0?p.disable():c=[]:d&&d.length&&(e=d.shift(),p.fireWith(e[0],e[1])))},p={add:function(){if(c){var a=c.length;n(arguments),j?l=c.length:e&&e!==!0&&(k=a,o(e[0],e[1]))}return this},remove:function(){if(c){var b=arguments,d=0,e=b.length;for(;d<e;d++)for(var f=0;f<c.length;f++)if(b[d]===c[f]){j&&f<=l&&(l--,f<=m&&m--),c.splice(f--,1);if(a.unique)break}}return this},has:function(a){if(c){var b=0,d=c.length;for(;b<d;b++)if(a===c[b])return!0}return!1},empty:function(){c=[];return this},disable:function(){c=d=e=b;return this},disabled:function(){return!c},lock:function(){d=b,(!e||e===!0)&&p.disable();return this},locked:function(){return!d},fireWith:function(b,c){d&&(j?a.once||d.push([b,c]):(!a.once||!e)&&o(b,c));return this},fire:function(){p.fireWith(this,arguments);return this},fired:function(){return!!i}};return p};var i=[].slice;f.extend({Deferred:function(a){var b=f.Callbacks("once memory"),c=f.Callbacks("once memory"),d=f.Callbacks("memory"),e="pending",g={resolve:b,reject:c,notify:d},h={done:b.add,fail:c.add,progress:d.add,state:function(){return e},isResolved:b.fired,isRejected:c.fired,then:function(a,b,c){i.done(a).fail(b).progress(c);return this},always:function(){i.done.apply(i,arguments).fail.apply(i,arguments);return this},pipe:function(a,b,c){return f.Deferred(function(d){f.each({done:[a,"resolve"],fail:[b,"reject"],progress:[c,"notify"]},function(a,b){var c=b[0],e=b[1],g;f.isFunction(c)?i[a](function(){g=c.apply(this,arguments),g&&f.isFunction(g.promise)?g.promise().then(d.resolve,d.reject,d.notify):d[e+"With"](this===i?d:this,[g])}):i[a](d[e])})}).promise()},promise:function(a){if(a==null)a=h;else for(var b in h)a[b]=h[b];return a}},i=h.promise({}),j;for(j in g)i[j]=g[j].fire,i[j+"With"]=g[j].fireWith;i.done(function(){e="resolved"},c.disable,d.lock).fail(function(){e="rejected"},b.disable,d.lock),a&&a.call(i,i);return i},when:function(a){function m(a){return function(b){e[a]=arguments.length>1?i.call(arguments,0):b,j.notifyWith(k,e)}}function l(a){return function(c){b[a]=arguments.length>1?i.call(arguments,0):c,--g||j.resolveWith(j,b)}}var b=i.call(arguments,0),c=0,d=b.length,e=Array(d),g=d,h=d,j=d<=1&&a&&f.isFunction(a.promise)?a:f.Deferred(),k=j.promise();if(d>1){for(;c<d;c++)b[c]&&b[c].promise&&f.isFunction(b[c].promise)?b[c].promise().then(l(c),j.reject,m(c)):--g;g||j.resolveWith(j,b)}else j!==a&&j.resolveWith(j,d?[a]:[]);return k}}),f.support=function(){var b,d,e,g,h,i,j,k,l,m,n,o,p=c.createElement("div"),q=c.documentElement;p.setAttribute("className","t"),p.innerHTML=" <link/><table></table><a href='/a' style='top:1px;float:left;opacity:.55;'>a</a><input type='checkbox'/>",d=p.getElementsByTagName("*"),e=p.getElementsByTagName("a")[0];if(!d||!d.length||!e)return{};g=c.createElement("select"),h=g.appendChild(c.createElement("option")),i=p.getElementsByTagName("input")[0],b={leadingWhitespace:p.firstChild.nodeType===3,tbody:!p.getElementsByTagName("tbody").length,htmlSerialize:!!p.getElementsByTagName("link").length,style:/top/.test(e.getAttribute("style")),hrefNormalized:e.getAttribute("href")==="/a",opacity:/^0.55/.test(e.style.opacity),cssFloat:!!e.style.cssFloat,checkOn:i.value==="on",optSelected:h.selected,getSetAttribute:p.className!=="t",enctype:!!c.createElement("form").enctype,html5Clone:c.createElement("nav").cloneNode(!0).outerHTML!=="<:nav></:nav>",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0,pixelMargin:!0},f.boxModel=b.boxModel=c.compatMode==="CSS1Compat",i.checked=!0,b.noCloneChecked=i.cloneNode(!0).checked,g.disabled=!0,b.optDisabled=!h.disabled;try{delete p.test}catch(r){b.deleteExpando=!1}!p.addEventListener&&p.attachEvent&&p.fireEvent&&(p.attachEvent("onclick",function(){b.noCloneEvent=!1}),p.cloneNode(!0).fireEvent("onclick")),i=c.createElement("input"),i.value="t",i.setAttribute("type","radio"),b.radioValue=i.value==="t",i.setAttribute("checked","checked"),i.setAttribute("name","t"),p.appendChild(i),j=c.createDocumentFragment(),j.appendChild(p.lastChild),b.checkClone=j.cloneNode(!0).cloneNode(!0).lastChild.checked,b.appendChecked=i.checked,j.removeChild(i),j.appendChild(p);if(p.attachEvent)for(n in{submit:1,change:1,focusin:1})m="on"+n,o=m in p,o||(p.setAttribute(m,"return;"),o=typeof p[m]=="function"),b[n+"Bubbles"]=o;j.removeChild(p),j=g=h=p=i=null,f(function(){var d,e,g,h,i,j,l,m,n,q,r,s,t,u=c.getElementsByTagName("body")[0];!u||(m=1,t="padding:0;margin:0;border:",r="position:absolute;top:0;left:0;width:1px;height:1px;",s=t+"0;visibility:hidden;",n="style='"+r+t+"5px solid #000;",q="<div "+n+"display:block;'><div style='"+t+"0;display:block;overflow:hidden;'></div></div>"+"<table "+n+"' cellpadding='0' cellspacing='0'>"+"<tr><td></td></tr></table>",d=c.createElement("div"),d.style.cssText=s+"width:0;height:0;position:static;top:0;margin-top:"+m+"px",u.insertBefore(d,u.firstChild),p=c.createElement("div"),d.appendChild(p),p.innerHTML="<table><tr><td style='"+t+"0;display:none'></td><td>t</td></tr></table>",k=p.getElementsByTagName("td"),o=k[0].offsetHeight===0,k[0].style.display="",k[1].style.display="none",b.reliableHiddenOffsets=o&&k[0].offsetHeight===0,a.getComputedStyle&&(p.innerHTML="",l=c.createElement("div"),l.style.width="0",l.style.marginRight="0",p.style.width="2px",p.appendChild(l),b.reliableMarginRight=(parseInt((a.getComputedStyle(l,null)||{marginRight:0}).marginRight,10)||0)===0),typeof p.style.zoom!="undefined"&&(p.innerHTML="",p.style.width=p.style.padding="1px",p.style.border=0,p.style.overflow="hidden",p.style.display="inline",p.style.zoom=1,b.inlineBlockNeedsLayout=p.offsetWidth===3,p.style.display="block",p.style.overflow="visible",p.innerHTML="<div style='width:5px;'></div>",b.shrinkWrapBlocks=p.offsetWidth!==3),p.style.cssText=r+s,p.innerHTML=q,e=p.firstChild,g=e.firstChild,i=e.nextSibling.firstChild.firstChild,j={doesNotAddBorder:g.offsetTop!==5,doesAddBorderForTableAndCells:i.offsetTop===5},g.style.position="fixed",g.style.top="20px",j.fixedPosition=g.offsetTop===20||g.offsetTop===15,g.style.position=g.style.top="",e.style.overflow="hidden",e.style.position="relative",j.subtractsBorderForOverflowNotVisible=g.offsetTop===-5,j.doesNotIncludeMarginInBodyOffset=u.offsetTop!==m,a.getComputedStyle&&(p.style.marginTop="1%",b.pixelMargin=(a.getComputedStyle(p,null)||{marginTop:0}).marginTop!=="1%"),typeof d.style.zoom!="undefined"&&(d.style.zoom=1),u.removeChild(d),l=p=d=null,f.extend(b,j))});return b}();var j=/^(?:\{.*\}|\[.*\])$/,k=/([A-Z])/g;f.extend({cache:{},uuid:0,expando:"jQuery"+(f.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(a){a=a.nodeType?f.cache[a[f.expando]]:a[f.expando];return!!a&&!m(a)},data:function(a,c,d,e){if(!!f.acceptData(a)){var g,h,i,j=f.expando,k=typeof c=="string",l=a.nodeType,m=l?f.cache:a,n=l?a[j]:a[j]&&j,o=c==="events";if((!n||!m[n]||!o&&!e&&!m[n].data)&&k&&d===b)return;n||(l?a[j]=n=++f.uuid:n=j),m[n]||(m[n]={},l||(m[n].toJSON=f.noop));if(typeof c=="object"||typeof c=="function")e?m[n]=f.extend(m[n],c):m[n].data=f.extend(m[n].data,c);g=h=m[n],e||(h.data||(h.data={}),h=h.data),d!==b&&(h[f.camelCase(c)]=d);if(o&&!h[c])return g.events;k?(i=h[c],i==null&&(i=h[f.camelCase(c)])):i=h;return i}},removeData:function(a,b,c){if(!!f.acceptData(a)){var d,e,g,h=f.expando,i=a.nodeType,j=i?f.cache:a,k=i?a[h]:h;if(!j[k])return;if(b){d=c?j[k]:j[k].data;if(d){f.isArray(b)||(b in d?b=[b]:(b=f.camelCase(b),b in d?b=[b]:b=b.split(" ")));for(e=0,g=b.length;e<g;e++)delete d[b[e]];if(!(c?m:f.isEmptyObject)(d))return}}if(!c){delete j[k].data;if(!m(j[k]))return}f.support.deleteExpando||!j.setInterval?delete j[k]:j[k]=null,i&&(f.support.deleteExpando?delete a[h]:a.removeAttribute?a.removeAttribute(h):a[h]=null)}},_data:function(a,b,c){return f.data(a,b,c,!0)},acceptData:function(a){if(a.nodeName){var b=f.noData[a.nodeName.toLowerCase()];if(b)return b!==!0&&a.getAttribute("classid")===b}return!0}}),f.fn.extend({data:function(a,c){var d,e,g,h,i,j=this[0],k=0,m=null;if(a===b){if(this.length){m=f.data(j);if(j.nodeType===1&&!f._data(j,"parsedAttrs")){g=j.attributes;for(i=g.length;k<i;k++)h=g[k].name,h.indexOf("data-")===0&&(h=f.camelCase(h.substring(5)),l(j,h,m[h]));f._data(j,"parsedAttrs",!0)}}return m}if(typeof a=="object")return this.each(function(){f.data(this,a)});d=a.split(".",2),d[1]=d[1]?"."+d[1]:"",e=d[1]+"!";return f.access(this,function(c){if(c===b){m=this.triggerHandler("getData"+e,[d[0]]),m===b&&j&&(m=f.data(j,a),m=l(j,a,m));return m===b&&d[1]?this.data(d[0]):m}d[1]=c,this.each(function(){var b=f(this);b.triggerHandler("setData"+e,d),f.data(this,a,c),b.triggerHandler("changeData"+e,d)})},null,c,arguments.length>1,null,!1)},removeData:function(a){return this.each(function(){f.removeData(this,a)})}}),f.extend({_mark:function(a,b){a&&(b=(b||"fx")+"mark",f._data(a,b,(f._data(a,b)||0)+1))},_unmark:function(a,b,c){a!==!0&&(c=b,b=a,a=!1);if(b){c=c||"fx";var d=c+"mark",e=a?0:(f._data(b,d)||1)-1;e?f._data(b,d,e):(f.removeData(b,d,!0),n(b,c,"mark"))}},queue:function(a,b,c){var d;if(a){b=(b||"fx")+"queue",d=f._data(a,b),c&&(!d||f.isArray(c)?d=f._data(a,b,f.makeArray(c)):d.push(c));return d||[]}},dequeue:function(a,b){b=b||"fx";var c=f.queue(a,b),d=c.shift(),e={};d==="inprogress"&&(d=c.shift()),d&&(b==="fx"&&c.unshift("inprogress"),f._data(a,b+".run",e),d.call(a,function(){f.dequeue(a,b)},e)),c.length||(f.removeData(a,b+"queue "+b+".run",!0),n(a,b,"queue"))}}),f.fn.extend({queue:function(a,c){var d=2;typeof a!="string"&&(c=a,a="fx",d--);if(arguments.length<d)return f.queue(this[0],a);return c===b?this:this.each(function(){var b=f.queue(this,a,c);a==="fx"&&b[0]!=="inprogress"&&f.dequeue(this,a)})},dequeue:function(a){return this.each(function(){f.dequeue(this,a)})},delay:function(a,b){a=f.fx?f.fx.speeds[a]||a:a,b=b||"fx";return this.queue(b,function(b,c){var d=setTimeout(b,a);c.stop=function(){clearTimeout(d)}})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(a,c){function m(){--h||d.resolveWith(e,[e])}typeof a!="string"&&(c=a,a=b),a=a||"fx";var d=f.Deferred(),e=this,g=e.length,h=1,i=a+"defer",j=a+"queue",k=a+"mark",l;while(g--)if(l=f.data(e[g],i,b,!0)||(f.data(e[g],j,b,!0)||f.data(e[g],k,b,!0))&&f.data(e[g],i,f.Callbacks("once memory"),!0))h++,l.add(m);m();return d.promise(c)}});var o=/[\n\t\r]/g,p=/\s+/,q=/\r/g,r=/^(?:button|input)$/i,s=/^(?:button|input|object|select|textarea)$/i,t=/^a(?:rea)?$/i,u=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,v=f.support.getSetAttribute,w,x,y;f.fn.extend({attr:function(a,b){return f.access(this,f.attr,a,b,arguments.length>1)},removeAttr:function(a){return this.each(function(){f.removeAttr(this,a)})},prop:function(a,b){return f.access(this,f.prop,a,b,arguments.length>1)},removeProp:function(a){a=f.propFix[a]||a;return this.each(function(){try{this[a]=b,delete this[a]}catch(c){}})},addClass:function(a){var b,c,d,e,g,h,i;if(f.isFunction(a))return this.each(function(b){f(this).addClass(a.call(this,b,this.className))});if(a&&typeof a=="string"){b=a.split(p);for(c=0,d=this.length;c<d;c++){e=this[c];if(e.nodeType===1)if(!e.className&&b.length===1)e.className=a;else{g=" "+e.className+" ";for(h=0,i=b.length;h<i;h++)~g.indexOf(" "+b[h]+" ")||(g+=b[h]+" ");e.className=f.trim(g)}}}return this},removeClass:function(a){var c,d,e,g,h,i,j;if(f.isFunction(a))return this.each(function(b){f(this).removeClass(a.call(this,b,this.className))});if(a&&typeof a=="string"||a===b){c=(a||"").split(p);for(d=0,e=this.length;d<e;d++){g=this[d];if(g.nodeType===1&&g.className)if(a){h=(" "+g.className+" ").replace(o," ");for(i=0,j=c.length;i<j;i++)h=h.replace(" "+c[i]+" "," ");g.className=f.trim(h)}else g.className=""}}return this},toggleClass:function(a,b){var c=typeof a,d=typeof b=="boolean";if(f.isFunction(a))return this.each(function(c){f(this).toggleClass(a.call(this,c,this.className,b),b)});return this.each(function(){if(c==="string"){var e,g=0,h=f(this),i=b,j=a.split(p);while(e=j[g++])i=d?i:!h.hasClass(e),h[i?"addClass":"removeClass"](e)}else if(c==="undefined"||c==="boolean")this.className&&f._data(this,"__className__",this.className),this.className=this.className||a===!1?"":f._data(this,"__className__")||""})},hasClass:function(a){var b=" "+a+" ",c=0,d=this.length;for(;c<d;c++)if(this[c].nodeType===1&&(" "+this[c].className+" ").replace(o," ").indexOf(b)>-1)return!0;return!1},val:function(a){var c,d,e,g=this[0];{if(!!arguments.length){e=f.isFunction(a);return this.each(function(d){var g=f(this),h;if(this.nodeType===1){e?h=a.call(this,d,g.val()):h=a,h==null?h="":typeof h=="number"?h+="":f.isArray(h)&&(h=f.map(h,function(a){return a==null?"":a+""})),c=f.valHooks[this.type]||f.valHooks[this.nodeName.toLowerCase()];if(!c||!("set"in c)||c.set(this,h,"value")===b)this.value=h}})}if(g){c=f.valHooks[g.type]||f.valHooks[g.nodeName.toLowerCase()];if(c&&"get"in c&&(d=c.get(g,"value"))!==b)return d;d=g.value;return typeof d=="string"?d.replace(q,""):d==null?"":d}}}}),f.extend({valHooks:{option:{get:function(a){var b=a.attributes.value;return!b||b.specified?a.value:a.text}},select:{get:function(a){var b,c,d,e,g=a.selectedIndex,h=[],i=a.options,j=a.type==="select-one";if(g<0)return null;c=j?g:0,d=j?g+1:i.length;for(;c<d;c++){e=i[c];if(e.selected&&(f.support.optDisabled?!e.disabled:e.getAttribute("disabled")===null)&&(!e.parentNode.disabled||!f.nodeName(e.parentNode,"optgroup"))){b=f(e).val();if(j)return b;h.push(b)}}if(j&&!h.length&&i.length)return f(i[g]).val();return h},set:function(a,b){var c=f.makeArray(b);f(a).find("option").each(function(){this.selected=f.inArray(f(this).val(),c)>=0}),c.length||(a.selectedIndex=-1);return c}}},attrFn:{val:!0,css:!0,html:!0,text:!0,data:!0,width:!0,height:!0,offset:!0},attr:function(a,c,d,e){var g,h,i,j=a.nodeType;if(!!a&&j!==3&&j!==8&&j!==2){if(e&&c in f.attrFn)return f(a)[c](d);if(typeof a.getAttribute=="undefined")return f.prop(a,c,d);i=j!==1||!f.isXMLDoc(a),i&&(c=c.toLowerCase(),h=f.attrHooks[c]||(u.test(c)?x:w));if(d!==b){if(d===null){f.removeAttr(a,c);return}if(h&&"set"in h&&i&&(g=h.set(a,d,c))!==b)return g;a.setAttribute(c,""+d);return d}if(h&&"get"in h&&i&&(g=h.get(a,c))!==null)return g;g=a.getAttribute(c);return g===null?b:g}},removeAttr:function(a,b){var c,d,e,g,h,i=0;if(b&&a.nodeType===1){d=b.toLowerCase().split(p),g=d.length;for(;i<g;i++)e=d[i],e&&(c=f.propFix[e]||e,h=u.test(e),h||f.attr(a,e,""),a.removeAttribute(v?e:c),h&&c in a&&(a[c]=!1))}},attrHooks:{type:{set:function(a,b){if(r.test(a.nodeName)&&a.parentNode)f.error("type property can't be changed");else if(!f.support.radioValue&&b==="radio"&&f.nodeName(a,"input")){var c=a.value;a.setAttribute("type",b),c&&(a.value=c);return b}}},value:{get:function(a,b){if(w&&f.nodeName(a,"button"))return w.get(a,b);return b in a?a.value:null},set:function(a,b,c){if(w&&f.nodeName(a,"button"))return w.set(a,b,c);a.value=b}}},propFix:{tabindex:"tabIndex",readonly:"readOnly","for":"htmlFor","class":"className",maxlength:"maxLength",cellspacing:"cellSpacing",cellpadding:"cellPadding",rowspan:"rowSpan",colspan:"colSpan",usemap:"useMap",frameborder:"frameBorder",contenteditable:"contentEditable"},prop:function(a,c,d){var e,g,h,i=a.nodeType;if(!!a&&i!==3&&i!==8&&i!==2){h=i!==1||!f.isXMLDoc(a),h&&(c=f.propFix[c]||c,g=f.propHooks[c]);return d!==b?g&&"set"in g&&(e=g.set(a,d,c))!==b?e:a[c]=d:g&&"get"in g&&(e=g.get(a,c))!==null?e:a[c]}},propHooks:{tabIndex:{get:function(a){var c=a.getAttributeNode("tabindex");return c&&c.specified?parseInt(c.value,10):s.test(a.nodeName)||t.test(a.nodeName)&&a.href?0:b}}}}),f.attrHooks.tabindex=f.propHooks.tabIndex,x={get:function(a,c){var d,e=f.prop(a,c);return e===!0||typeof e!="boolean"&&(d=a.getAttributeNode(c))&&d.nodeValue!==!1?c.toLowerCase():b},set:function(a,b,c){var d;b===!1?f.removeAttr(a,c):(d=f.propFix[c]||c,d in a&&(a[d]=!0),a.setAttribute(c,c.toLowerCase()));return c}},v||(y={name:!0,id:!0,coords:!0},w=f.valHooks.button={get:function(a,c){var d;d=a.getAttributeNode(c);return d&&(y[c]?d.nodeValue!=="":d.specified)?d.nodeValue:b},set:function(a,b,d){var e=a.getAttributeNode(d);e||(e=c.createAttribute(d),a.setAttributeNode(e));return e.nodeValue=b+""}},f.attrHooks.tabindex.set=w.set,f.each(["width","height"],function(a,b){f.attrHooks[b]=f.extend(f.attrHooks[b],{set:function(a,c){if(c===""){a.setAttribute(b,"auto");return c}}})}),f.attrHooks.contenteditable={get:w.get,set:function(a,b,c){b===""&&(b="false"),w.set(a,b,c)}}),f.support.hrefNormalized||f.each(["href","src","width","height"],function(a,c){f.attrHooks[c]=f.extend(f.attrHooks[c],{get:function(a){var d=a.getAttribute(c,2);return d===null?b:d}})}),f.support.style||(f.attrHooks.style={get:function(a){return a.style.cssText.toLowerCase()||b},set:function(a,b){return a.style.cssText=""+b}}),f.support.optSelected||(f.propHooks.selected=f.extend(f.propHooks.selected,{get:function(a){var b=a.parentNode;b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex);return null}})),f.support.enctype||(f.propFix.enctype="encoding"),f.support.checkOn||f.each(["radio","checkbox"],function(){f.valHooks[this]={get:function(a){return a.getAttribute("value")===null?"on":a.value}}}),f.each(["radio","checkbox"],function(){f.valHooks[this]=f.extend(f.valHooks[this],{set:function(a,b){if(f.isArray(b))return a.checked=f.inArray(f(a).val(),b)>=0}})});var z=/^(?:textarea|input|select)$/i,A=/^([^\.]*)?(?:\.(.+))?$/,B=/(?:^|\s)hover(\.\S+)?\b/,C=/^key/,D=/^(?:mouse|contextmenu)|click/,E=/^(?:focusinfocus|focusoutblur)$/,F=/^(\w*)(?:#([\w\-]+))?(?:\.([\w\-]+))?$/,G=function(
|
4 |
+
a){var b=F.exec(a);b&&(b[1]=(b[1]||"").toLowerCase(),b[3]=b[3]&&new RegExp("(?:^|\\s)"+b[3]+"(?:\\s|$)"));return b},H=function(a,b){var c=a.attributes||{};return(!b[1]||a.nodeName.toLowerCase()===b[1])&&(!b[2]||(c.id||{}).value===b[2])&&(!b[3]||b[3].test((c["class"]||{}).value))},I=function(a){return f.event.special.hover?a:a.replace(B,"mouseenter$1 mouseleave$1")};f.event={add:function(a,c,d,e,g){var h,i,j,k,l,m,n,o,p,q,r,s;if(!(a.nodeType===3||a.nodeType===8||!c||!d||!(h=f._data(a)))){d.handler&&(p=d,d=p.handler,g=p.selector),d.guid||(d.guid=f.guid++),j=h.events,j||(h.events=j={}),i=h.handle,i||(h.handle=i=function(a){return typeof f!="undefined"&&(!a||f.event.triggered!==a.type)?f.event.dispatch.apply(i.elem,arguments):b},i.elem=a),c=f.trim(I(c)).split(" ");for(k=0;k<c.length;k++){l=A.exec(c[k])||[],m=l[1],n=(l[2]||"").split(".").sort(),s=f.event.special[m]||{},m=(g?s.delegateType:s.bindType)||m,s=f.event.special[m]||{},o=f.extend({type:m,origType:l[1],data:e,handler:d,guid:d.guid,selector:g,quick:g&&G(g),namespace:n.join(".")},p),r=j[m];if(!r){r=j[m]=[],r.delegateCount=0;if(!s.setup||s.setup.call(a,e,n,i)===!1)a.addEventListener?a.addEventListener(m,i,!1):a.attachEvent&&a.attachEvent("on"+m,i)}s.add&&(s.add.call(a,o),o.handler.guid||(o.handler.guid=d.guid)),g?r.splice(r.delegateCount++,0,o):r.push(o),f.event.global[m]=!0}a=null}},global:{},remove:function(a,b,c,d,e){var g=f.hasData(a)&&f._data(a),h,i,j,k,l,m,n,o,p,q,r,s;if(!!g&&!!(o=g.events)){b=f.trim(I(b||"")).split(" ");for(h=0;h<b.length;h++){i=A.exec(b[h])||[],j=k=i[1],l=i[2];if(!j){for(j in o)f.event.remove(a,j+b[h],c,d,!0);continue}p=f.event.special[j]||{},j=(d?p.delegateType:p.bindType)||j,r=o[j]||[],m=r.length,l=l?new RegExp("(^|\\.)"+l.split(".").sort().join("\\.(?:.*\\.)?")+"(\\.|$)"):null;for(n=0;n<r.length;n++)s=r[n],(e||k===s.origType)&&(!c||c.guid===s.guid)&&(!l||l.test(s.namespace))&&(!d||d===s.selector||d==="**"&&s.selector)&&(r.splice(n--,1),s.selector&&r.delegateCount--,p.remove&&p.remove.call(a,s));r.length===0&&m!==r.length&&((!p.teardown||p.teardown.call(a,l)===!1)&&f.removeEvent(a,j,g.handle),delete o[j])}f.isEmptyObject(o)&&(q=g.handle,q&&(q.elem=null),f.removeData(a,["events","handle"],!0))}},customEvent:{getData:!0,setData:!0,changeData:!0},trigger:function(c,d,e,g){if(!e||e.nodeType!==3&&e.nodeType!==8){var h=c.type||c,i=[],j,k,l,m,n,o,p,q,r,s;if(E.test(h+f.event.triggered))return;h.indexOf("!")>=0&&(h=h.slice(0,-1),k=!0),h.indexOf(".")>=0&&(i=h.split("."),h=i.shift(),i.sort());if((!e||f.event.customEvent[h])&&!f.event.global[h])return;c=typeof c=="object"?c[f.expando]?c:new f.Event(h,c):new f.Event(h),c.type=h,c.isTrigger=!0,c.exclusive=k,c.namespace=i.join("."),c.namespace_re=c.namespace?new RegExp("(^|\\.)"+i.join("\\.(?:.*\\.)?")+"(\\.|$)"):null,o=h.indexOf(":")<0?"on"+h:"";if(!e){j=f.cache;for(l in j)j[l].events&&j[l].events[h]&&f.event.trigger(c,d,j[l].handle.elem,!0);return}c.result=b,c.target||(c.target=e),d=d!=null?f.makeArray(d):[],d.unshift(c),p=f.event.special[h]||{};if(p.trigger&&p.trigger.apply(e,d)===!1)return;r=[[e,p.bindType||h]];if(!g&&!p.noBubble&&!f.isWindow(e)){s=p.delegateType||h,m=E.test(s+h)?e:e.parentNode,n=null;for(;m;m=m.parentNode)r.push([m,s]),n=m;n&&n===e.ownerDocument&&r.push([n.defaultView||n.parentWindow||a,s])}for(l=0;l<r.length&&!c.isPropagationStopped();l++)m=r[l][0],c.type=r[l][1],q=(f._data(m,"events")||{})[c.type]&&f._data(m,"handle"),q&&q.apply(m,d),q=o&&m[o],q&&f.acceptData(m)&&q.apply(m,d)===!1&&c.preventDefault();c.type=h,!g&&!c.isDefaultPrevented()&&(!p._default||p._default.apply(e.ownerDocument,d)===!1)&&(h!=="click"||!f.nodeName(e,"a"))&&f.acceptData(e)&&o&&e[h]&&(h!=="focus"&&h!=="blur"||c.target.offsetWidth!==0)&&!f.isWindow(e)&&(n=e[o],n&&(e[o]=null),f.event.triggered=h,e[h](),f.event.triggered=b,n&&(e[o]=n));return c.result}},dispatch:function(c){c=f.event.fix(c||a.event);var d=(f._data(this,"events")||{})[c.type]||[],e=d.delegateCount,g=[].slice.call(arguments,0),h=!c.exclusive&&!c.namespace,i=f.event.special[c.type]||{},j=[],k,l,m,n,o,p,q,r,s,t,u;g[0]=c,c.delegateTarget=this;if(!i.preDispatch||i.preDispatch.call(this,c)!==!1){if(e&&(!c.button||c.type!=="click")){n=f(this),n.context=this.ownerDocument||this;for(m=c.target;m!=this;m=m.parentNode||this)if(m.disabled!==!0){p={},r=[],n[0]=m;for(k=0;k<e;k++)s=d[k],t=s.selector,p[t]===b&&(p[t]=s.quick?H(m,s.quick):n.is(t)),p[t]&&r.push(s);r.length&&j.push({elem:m,matches:r})}}d.length>e&&j.push({elem:this,matches:d.slice(e)});for(k=0;k<j.length&&!c.isPropagationStopped();k++){q=j[k],c.currentTarget=q.elem;for(l=0;l<q.matches.length&&!c.isImmediatePropagationStopped();l++){s=q.matches[l];if(h||!c.namespace&&!s.namespace||c.namespace_re&&c.namespace_re.test(s.namespace))c.data=s.data,c.handleObj=s,o=((f.event.special[s.origType]||{}).handle||s.handler).apply(q.elem,g),o!==b&&(c.result=o,o===!1&&(c.preventDefault(),c.stopPropagation()))}}i.postDispatch&&i.postDispatch.call(this,c);return c.result}},props:"attrChange attrName relatedNode srcElement altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(a,b){a.which==null&&(a.which=b.charCode!=null?b.charCode:b.keyCode);return a}},mouseHooks:{props:"button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(a,d){var e,f,g,h=d.button,i=d.fromElement;a.pageX==null&&d.clientX!=null&&(e=a.target.ownerDocument||c,f=e.documentElement,g=e.body,a.pageX=d.clientX+(f&&f.scrollLeft||g&&g.scrollLeft||0)-(f&&f.clientLeft||g&&g.clientLeft||0),a.pageY=d.clientY+(f&&f.scrollTop||g&&g.scrollTop||0)-(f&&f.clientTop||g&&g.clientTop||0)),!a.relatedTarget&&i&&(a.relatedTarget=i===a.target?d.toElement:i),!a.which&&h!==b&&(a.which=h&1?1:h&2?3:h&4?2:0);return a}},fix:function(a){if(a[f.expando])return a;var d,e,g=a,h=f.event.fixHooks[a.type]||{},i=h.props?this.props.concat(h.props):this.props;a=f.Event(g);for(d=i.length;d;)e=i[--d],a[e]=g[e];a.target||(a.target=g.srcElement||c),a.target.nodeType===3&&(a.target=a.target.parentNode),a.metaKey===b&&(a.metaKey=a.ctrlKey);return h.filter?h.filter(a,g):a},special:{ready:{setup:f.bindReady},load:{noBubble:!0},focus:{delegateType:"focusin"},blur:{delegateType:"focusout"},beforeunload:{setup:function(a,b,c){f.isWindow(this)&&(this.onbeforeunload=c)},teardown:function(a,b){this.onbeforeunload===b&&(this.onbeforeunload=null)}}},simulate:function(a,b,c,d){var e=f.extend(new f.Event,c,{type:a,isSimulated:!0,originalEvent:{}});d?f.event.trigger(e,null,b):f.event.dispatch.call(b,e),e.isDefaultPrevented()&&c.preventDefault()}},f.event.handle=f.event.dispatch,f.removeEvent=c.removeEventListener?function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c,!1)}:function(a,b,c){a.detachEvent&&a.detachEvent("on"+b,c)},f.Event=function(a,b){if(!(this instanceof f.Event))return new f.Event(a,b);a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||a.returnValue===!1||a.getPreventDefault&&a.getPreventDefault()?K:J):this.type=a,b&&f.extend(this,b),this.timeStamp=a&&a.timeStamp||f.now(),this[f.expando]=!0},f.Event.prototype={preventDefault:function(){this.isDefaultPrevented=K;var a=this.originalEvent;!a||(a.preventDefault?a.preventDefault():a.returnValue=!1)},stopPropagation:function(){this.isPropagationStopped=K;var a=this.originalEvent;!a||(a.stopPropagation&&a.stopPropagation(),a.cancelBubble=!0)},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=K,this.stopPropagation()},isDefaultPrevented:J,isPropagationStopped:J,isImmediatePropagationStopped:J},f.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(a,b){f.event.special[a]={delegateType:b,bindType:b,handle:function(a){var c=this,d=a.relatedTarget,e=a.handleObj,g=e.selector,h;if(!d||d!==c&&!f.contains(c,d))a.type=e.origType,h=e.handler.apply(this,arguments),a.type=b;return h}}}),f.support.submitBubbles||(f.event.special.submit={setup:function(){if(f.nodeName(this,"form"))return!1;f.event.add(this,"click._submit keypress._submit",function(a){var c=a.target,d=f.nodeName(c,"input")||f.nodeName(c,"button")?c.form:b;d&&!d._submit_attached&&(f.event.add(d,"submit._submit",function(a){a._submit_bubble=!0}),d._submit_attached=!0)})},postDispatch:function(a){a._submit_bubble&&(delete a._submit_bubble,this.parentNode&&!a.isTrigger&&f.event.simulate("submit",this.parentNode,a,!0))},teardown:function(){if(f.nodeName(this,"form"))return!1;f.event.remove(this,"._submit")}}),f.support.changeBubbles||(f.event.special.change={setup:function(){if(z.test(this.nodeName)){if(this.type==="checkbox"||this.type==="radio")f.event.add(this,"propertychange._change",function(a){a.originalEvent.propertyName==="checked"&&(this._just_changed=!0)}),f.event.add(this,"click._change",function(a){this._just_changed&&!a.isTrigger&&(this._just_changed=!1,f.event.simulate("change",this,a,!0))});return!1}f.event.add(this,"beforeactivate._change",function(a){var b=a.target;z.test(b.nodeName)&&!b._change_attached&&(f.event.add(b,"change._change",function(a){this.parentNode&&!a.isSimulated&&!a.isTrigger&&f.event.simulate("change",this.parentNode,a,!0)}),b._change_attached=!0)})},handle:function(a){var b=a.target;if(this!==b||a.isSimulated||a.isTrigger||b.type!=="radio"&&b.type!=="checkbox")return a.handleObj.handler.apply(this,arguments)},teardown:function(){f.event.remove(this,"._change");return z.test(this.nodeName)}}),f.support.focusinBubbles||f.each({focus:"focusin",blur:"focusout"},function(a,b){var d=0,e=function(a){f.event.simulate(b,a.target,f.event.fix(a),!0)};f.event.special[b]={setup:function(){d++===0&&c.addEventListener(a,e,!0)},teardown:function(){--d===0&&c.removeEventListener(a,e,!0)}}}),f.fn.extend({on:function(a,c,d,e,g){var h,i;if(typeof a=="object"){typeof c!="string"&&(d=d||c,c=b);for(i in a)this.on(i,c,d,a[i],g);return this}d==null&&e==null?(e=c,d=c=b):e==null&&(typeof c=="string"?(e=d,d=b):(e=d,d=c,c=b));if(e===!1)e=J;else if(!e)return this;g===1&&(h=e,e=function(a){f().off(a);return h.apply(this,arguments)},e.guid=h.guid||(h.guid=f.guid++));return this.each(function(){f.event.add(this,a,e,d,c)})},one:function(a,b,c,d){return this.on(a,b,c,d,1)},off:function(a,c,d){if(a&&a.preventDefault&&a.handleObj){var e=a.handleObj;f(a.delegateTarget).off(e.namespace?e.origType+"."+e.namespace:e.origType,e.selector,e.handler);return this}if(typeof a=="object"){for(var g in a)this.off(g,c,a[g]);return this}if(c===!1||typeof c=="function")d=c,c=b;d===!1&&(d=J);return this.each(function(){f.event.remove(this,a,d,c)})},bind:function(a,b,c){return this.on(a,null,b,c)},unbind:function(a,b){return this.off(a,null,b)},live:function(a,b,c){f(this.context).on(a,this.selector,b,c);return this},die:function(a,b){f(this.context).off(a,this.selector||"**",b);return this},delegate:function(a,b,c,d){return this.on(b,a,c,d)},undelegate:function(a,b,c){return arguments.length==1?this.off(a,"**"):this.off(b,a,c)},trigger:function(a,b){return this.each(function(){f.event.trigger(a,b,this)})},triggerHandler:function(a,b){if(this[0])return f.event.trigger(a,b,this[0],!0)},toggle:function(a){var b=arguments,c=a.guid||f.guid++,d=0,e=function(c){var e=(f._data(this,"lastToggle"+a.guid)||0)%d;f._data(this,"lastToggle"+a.guid,e+1),c.preventDefault();return b[e].apply(this,arguments)||!1};e.guid=c;while(d<b.length)b[d++].guid=c;return this.click(e)},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}}),f.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(a,b){f.fn[b]=function(a,c){c==null&&(c=a,a=null);return arguments.length>0?this.on(b,null,a,c):this.trigger(b)},f.attrFn&&(f.attrFn[b]=!0),C.test(b)&&(f.event.fixHooks[b]=f.event.keyHooks),D.test(b)&&(f.event.fixHooks[b]=f.event.mouseHooks)}),function(){function x(a,b,c,e,f,g){for(var h=0,i=e.length;h<i;h++){var j=e[h];if(j){var k=!1;j=j[a];while(j){if(j[d]===c){k=e[j.sizset];break}if(j.nodeType===1){g||(j[d]=c,j.sizset=h);if(typeof b!="string"){if(j===b){k=!0;break}}else if(m.filter(b,[j]).length>0){k=j;break}}j=j[a]}e[h]=k}}}function w(a,b,c,e,f,g){for(var h=0,i=e.length;h<i;h++){var j=e[h];if(j){var k=!1;j=j[a];while(j){if(j[d]===c){k=e[j.sizset];break}j.nodeType===1&&!g&&(j[d]=c,j.sizset=h);if(j.nodeName.toLowerCase()===b){k=j;break}j=j[a]}e[h]=k}}}var a=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,d="sizcache"+(Math.random()+"").replace(".",""),e=0,g=Object.prototype.toString,h=!1,i=!0,j=/\\/g,k=/\r\n/g,l=/\W/;[0,0].sort(function(){i=!1;return 0});var m=function(b,d,e,f){e=e||[],d=d||c;var h=d;if(d.nodeType!==1&&d.nodeType!==9)return[];if(!b||typeof b!="string")return e;var i,j,k,l,n,q,r,t,u=!0,v=m.isXML(d),w=[],x=b;do{a.exec(""),i=a.exec(x);if(i){x=i[3],w.push(i[1]);if(i[2]){l=i[3];break}}}while(i);if(w.length>1&&p.exec(b))if(w.length===2&&o.relative[w[0]])j=y(w[0]+w[1],d,f);else{j=o.relative[w[0]]?[d]:m(w.shift(),d);while(w.length)b=w.shift(),o.relative[b]&&(b+=w.shift()),j=y(b,j,f)}else{!f&&w.length>1&&d.nodeType===9&&!v&&o.match.ID.test(w[0])&&!o.match.ID.test(w[w.length-1])&&(n=m.find(w.shift(),d,v),d=n.expr?m.filter(n.expr,n.set)[0]:n.set[0]);if(d){n=f?{expr:w.pop(),set:s(f)}:m.find(w.pop(),w.length===1&&(w[0]==="~"||w[0]==="+")&&d.parentNode?d.parentNode:d,v),j=n.expr?m.filter(n.expr,n.set):n.set,w.length>0?k=s(j):u=!1;while(w.length)q=w.pop(),r=q,o.relative[q]?r=w.pop():q="",r==null&&(r=d),o.relative[q](k,r,v)}else k=w=[]}k||(k=j),k||m.error(q||b);if(g.call(k)==="[object Array]")if(!u)e.push.apply(e,k);else if(d&&d.nodeType===1)for(t=0;k[t]!=null;t++)k[t]&&(k[t]===!0||k[t].nodeType===1&&m.contains(d,k[t]))&&e.push(j[t]);else for(t=0;k[t]!=null;t++)k[t]&&k[t].nodeType===1&&e.push(j[t]);else s(k,e);l&&(m(l,h,e,f),m.uniqueSort(e));return e};m.uniqueSort=function(a){if(u){h=i,a.sort(u);if(h)for(var b=1;b<a.length;b++)a[b]===a[b-1]&&a.splice(b--,1)}return a},m.matches=function(a,b){return m(a,null,null,b)},m.matchesSelector=function(a,b){return m(b,null,null,[a]).length>0},m.find=function(a,b,c){var d,e,f,g,h,i;if(!a)return[];for(e=0,f=o.order.length;e<f;e++){h=o.order[e];if(g=o.leftMatch[h].exec(a)){i=g[1],g.splice(1,1);if(i.substr(i.length-1)!=="\\"){g[1]=(g[1]||"").replace(j,""),d=o.find[h](g,b,c);if(d!=null){a=a.replace(o.match[h],"");break}}}}d||(d=typeof b.getElementsByTagName!="undefined"?b.getElementsByTagName("*"):[]);return{set:d,expr:a}},m.filter=function(a,c,d,e){var f,g,h,i,j,k,l,n,p,q=a,r=[],s=c,t=c&&c[0]&&m.isXML(c[0]);while(a&&c.length){for(h in o.filter)if((f=o.leftMatch[h].exec(a))!=null&&f[2]){k=o.filter[h],l=f[1],g=!1,f.splice(1,1);if(l.substr(l.length-1)==="\\")continue;s===r&&(r=[]);if(o.preFilter[h]){f=o.preFilter[h](f,s,d,r,e,t);if(!f)g=i=!0;else if(f===!0)continue}if(f)for(n=0;(j=s[n])!=null;n++)j&&(i=k(j,f,n,s),p=e^i,d&&i!=null?p?g=!0:s[n]=!1:p&&(r.push(j),g=!0));if(i!==b){d||(s=r),a=a.replace(o.match[h],"");if(!g)return[];break}}if(a===q)if(g==null)m.error(a);else break;q=a}return s},m.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)};var n=m.getText=function(a){var b,c,d=a.nodeType,e="";if(d){if(d===1||d===9||d===11){if(typeof a.textContent=="string")return a.textContent;if(typeof a.innerText=="string")return a.innerText.replace(k,"");for(a=a.firstChild;a;a=a.nextSibling)e+=n(a)}else if(d===3||d===4)return a.nodeValue}else for(b=0;c=a[b];b++)c.nodeType!==8&&(e+=n(c));return e},o=m.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF\-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF\-]|\\.)+)\s*(?:(\S?=)\s*(?:(['"])(.*?)\3|(#?(?:[\w\u00c0-\uFFFF\-]|\\.)*)|)|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*\-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\(\s*(even|odd|(?:[+\-]?\d+|(?:[+\-]?\d*)?n\s*(?:[+\-]\s*\d+)?))\s*\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(a){return a.getAttribute("href")},type:function(a){return a.getAttribute("type")}},relative:{"+":function(a,b){var c=typeof b=="string",d=c&&!l.test(b),e=c&&!d;d&&(b=b.toLowerCase());for(var f=0,g=a.length,h;f<g;f++)if(h=a[f]){while((h=h.previousSibling)&&h.nodeType!==1);a[f]=e||h&&h.nodeName.toLowerCase()===b?h||!1:h===b}e&&m.filter(b,a,!0)},">":function(a,b){var c,d=typeof b=="string",e=0,f=a.length;if(d&&!l.test(b)){b=b.toLowerCase();for(;e<f;e++){c=a[e];if(c){var g=c.parentNode;a[e]=g.nodeName.toLowerCase()===b?g:!1}}}else{for(;e<f;e++)c=a[e],c&&(a[e]=d?c.parentNode:c.parentNode===b);d&&m.filter(b,a,!0)}},"":function(a,b,c){var d,f=e++,g=x;typeof b=="string"&&!l.test(b)&&(b=b.toLowerCase(),d=b,g=w),g("parentNode",b,f,a,d,c)},"~":function(a,b,c){var d,f=e++,g=x;typeof b=="string"&&!l.test(b)&&(b=b.toLowerCase(),d=b,g=w),g("previousSibling",b,f,a,d,c)}},find:{ID:function(a,b,c){if(typeof b.getElementById!="undefined"&&!c){var d=b.getElementById(a[1]);return d&&d.parentNode?[d]:[]}},NAME:function(a,b){if(typeof b.getElementsByName!="undefined"){var c=[],d=b.getElementsByName(a[1]);for(var e=0,f=d.length;e<f;e++)d[e].getAttribute("name")===a[1]&&c.push(d[e]);return c.length===0?null:c}},TAG:function(a,b){if(typeof b.getElementsByTagName!="undefined")return b.getElementsByTagName(a[1])}},preFilter:{CLASS:function(a,b,c,d,e,f){a=" "+a[1].replace(j,"")+" ";if(f)return a;for(var g=0,h;(h=b[g])!=null;g++)h&&(e^(h.className&&(" "+h.className+" ").replace(/[\t\n\r]/g," ").indexOf(a)>=0)?c||d.push(h):c&&(b[g]=!1));return!1},ID:function(a){return a[1].replace(j,"")},TAG:function(a,b){return a[1].replace(j,"").toLowerCase()},CHILD:function(a){if(a[1]==="nth"){a[2]||m.error(a[0]),a[2]=a[2].replace(/^\+|\s*/g,"");var b=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=b[1]+(b[2]||1)-0,a[3]=b[3]-0}else a[2]&&m.error(a[0]);a[0]=e++;return a},ATTR:function(a,b,c,d,e,f){var g=a[1]=a[1].replace(j,"");!f&&o.attrMap[g]&&(a[1]=o.attrMap[g]),a[4]=(a[4]||a[5]||"").replace(j,""),a[2]==="~="&&(a[4]=" "+a[4]+" ");return a},PSEUDO:function(b,c,d,e,f){if(b[1]==="not")if((a.exec(b[3])||"").length>1||/^\w/.test(b[3]))b[3]=m(b[3],null,null,c);else{var g=m.filter(b[3],c,d,!0^f);d||e.push.apply(e,g);return!1}else if(o.match.POS.test(b[0])||o.match.CHILD.test(b[0]))return!0;return b},POS:function(a){a.unshift(!0);return a}},filters:{enabled:function(a){return a.disabled===!1&&a.type!=="hidden"},disabled:function(a){return a.disabled===!0},checked:function(a){return a.checked===!0},selected:function(a){a.parentNode&&a.parentNode.selectedIndex;return a.selected===!0},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(a,b,c){return!!m(c[3],a).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){var b=a.getAttribute("type"),c=a.type;return a.nodeName.toLowerCase()==="input"&&"text"===c&&(b===c||b===null)},radio:function(a){return a.nodeName.toLowerCase()==="input"&&"radio"===a.type},checkbox:function(a){return a.nodeName.toLowerCase()==="input"&&"checkbox"===a.type},file:function(a){return a.nodeName.toLowerCase()==="input"&&"file"===a.type},password:function(a){return a.nodeName.toLowerCase()==="input"&&"password"===a.type},submit:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"submit"===a.type},image:function(a){return a.nodeName.toLowerCase()==="input"&&"image"===a.type},reset:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"reset"===a.type},button:function(a){var b=a.nodeName.toLowerCase();return b==="input"&&"button"===a.type||b==="button"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)},focus:function(a){return a===a.ownerDocument.activeElement}},setFilters:{first:function(a,b){return b===0},last:function(a,b,c,d){return b===d.length-1},even:function(a,b){return b%2===0},odd:function(a,b){return b%2===1},lt:function(a,b,c){return b<c[3]-0},gt:function(a,b,c){return b>c[3]-0},nth:function(a,b,c){return c[3]-0===b},eq:function(a,b,c){return c[3]-0===b}},filter:{PSEUDO:function(a,b,c,d){var e=b[1],f=o.filters[e];if(f)return f(a,c,b,d);if(e==="contains")return(a.textContent||a.innerText||n([a])||"").indexOf(b[3])>=0;if(e==="not"){var g=b[3];for(var h=0,i=g.length;h<i;h++)if(g[h]===a)return!1;return!0}m.error(e)},CHILD:function(a,b){var c,e,f,g,h,i,j,k=b[1],l=a;switch(k){case"only":case"first":while(l=l.previousSibling)if(l.nodeType===1)return!1;if(k==="first")return!0;l=a;case"last":while(l=l.nextSibling)if(l.nodeType===1)return!1;return!0;case"nth":c=b[2],e=b[3];if(c===1&&e===0)return!0;f=b[0],g=a.parentNode;if(g&&(g[d]!==f||!a.nodeIndex)){i=0;for(l=g.firstChild;l;l=l.nextSibling)l.nodeType===1&&(l.nodeIndex=++i);g[d]=f}j=a.nodeIndex-e;return c===0?j===0:j%c===0&&j/c>=0}},ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(a,b){return b==="*"&&a.nodeType===1||!!a.nodeName&&a.nodeName.toLowerCase()===b},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(a,b){var c=b[1],d=m.attr?m.attr(a,c):o.attrHandle[c]?o.attrHandle[c](a):a[c]!=null?a[c]:a.getAttribute(c),e=d+"",f=b[2],g=b[4];return d==null?f==="!=":!f&&m.attr?d!=null:f==="="?e===g:f==="*="?e.indexOf(g)>=0:f==="~="?(" "+e+" ").indexOf(g)>=0:g?f==="!="?e!==g:f==="^="?e.indexOf(g)===0:f==="$="?e.substr(e.length-g.length)===g:f==="|="?e===g||e.substr(0,g.length+1)===g+"-":!1:e&&d!==!1},POS:function(a,b,c,d){var e=b[2],f=o.setFilters[e];if(f)return f(a,c,b,d)}}},p=o.match.POS,q=function(a,b){return"\\"+(b-0+1)};for(var r in o.match)o.match[r]=new RegExp(o.match[r].source+/(?![^\[]*\])(?![^\(]*\))/.source),o.leftMatch[r]=new RegExp(/(^(?:.|\r|\n)*?)/.source+o.match[r].source.replace(/\\(\d+)/g,q));o.match.globalPOS=p;var s=function(a,b){a=Array.prototype.slice.call(a,0);if(b){b.push.apply(b,a);return b}return a};try{Array.prototype.slice.call(c.documentElement.childNodes,0)[0].nodeType}catch(t){s=function(a,b){var c=0,d=b||[];if(g.call(a)==="[object Array]")Array.prototype.push.apply(d,a);else if(typeof a.length=="number")for(var e=a.length;c<e;c++)d.push(a[c]);else for(;a[c];c++)d.push(a[c]);return d}}var u,v;c.documentElement.compareDocumentPosition?u=function(a,b){if(a===b){h=!0;return 0}if(!a.compareDocumentPosition||!b.compareDocumentPosition)return a.compareDocumentPosition?-1:1;return a.compareDocumentPosition(b)&4?-1:1}:(u=function(a,b){if(a===b){h=!0;return 0}if(a.sourceIndex&&b.sourceIndex)return a.sourceIndex-b.sourceIndex;var c,d,e=[],f=[],g=a.parentNode,i=b.parentNode,j=g;if(g===i)return v(a,b);if(!g)return-1;if(!i)return 1;while(j)e.unshift(j),j=j.parentNode;j=i;while(j)f.unshift(j),j=j.parentNode;c=e.length,d=f.length;for(var k=0;k<c&&k<d;k++)if(e[k]!==f[k])return v(e[k],f[k]);return k===c?v(a,f[k],-1):v(e[k],b,1)},v=function(a,b,c){if(a===b)return c;var d=a.nextSibling;while(d){if(d===b)return-1;d=d.nextSibling}return 1}),function(){var a=c.createElement("div"),d="script"+(new Date).getTime(),e=c.documentElement;a.innerHTML="<a name='"+d+"'/>",e.insertBefore(a,e.firstChild),c.getElementById(d)&&(o.find.ID=function(a,c,d){if(typeof c.getElementById!="undefined"&&!d){var e=c.getElementById(a[1]);return e?e.id===a[1]||typeof e.getAttributeNode!="undefined"&&e.getAttributeNode("id").nodeValue===a[1]?[e]:b:[]}},o.filter.ID=function(a,b){var c=typeof a.getAttributeNode!="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&c&&c.nodeValue===b}),e.removeChild(a),e=a=null}(),function(){var a=c.createElement("div");a.appendChild(c.createComment("")),a.getElementsByTagName("*").length>0&&(o.find.TAG=function(a,b){var c=b.getElementsByTagName(a[1]);if(a[1]==="*"){var d=[];for(var e=0;c[e];e++)c[e].nodeType===1&&d.push(c[e]);c=d}return c}),a.innerHTML="<a href='#'></a>",a.firstChild&&typeof a.firstChild.getAttribute!="undefined"&&a.firstChild.getAttribute("href")!=="#"&&(o.attrHandle.href=function(a){return a.getAttribute("href",2)}),a=null}(),c.querySelectorAll&&function(){var a=m,b=c.createElement("div"),d="__sizzle__";b.innerHTML="<p class='TEST'></p>";if(!b.querySelectorAll||b.querySelectorAll(".TEST").length!==0){m=function(b,e,f,g){e=e||c;if(!g&&!m.isXML(e)){var h=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b);if(h&&(e.nodeType===1||e.nodeType===9)){if(h[1])return s(e.getElementsByTagName(b),f);if(h[2]&&o.find.CLASS&&e.getElementsByClassName)return s(e.getElementsByClassName(h[2]),f)}if(e.nodeType===9){if(b==="body"&&e.body)return s([e.body],f);if(h&&h[3]){var i=e.getElementById(h[3]);if(!i||!i.parentNode)return s([],f);if(i.id===h[3])return s([i],f)}try{return s(e.querySelectorAll(b),f)}catch(j){}}else if(e.nodeType===1&&e.nodeName.toLowerCase()!=="object"){var k=e,l=e.getAttribute("id"),n=l||d,p=e.parentNode,q=/^\s*[+~]/.test(b);l?n=n.replace(/'/g,"\\$&"):e.setAttribute("id",n),q&&p&&(e=e.parentNode);try{if(!q||p)return s(e.querySelectorAll("[id='"+n+"'] "+b),f)}catch(r){}finally{l||k.removeAttribute("id")}}}return a(b,e,f,g)};for(var e in a)m[e]=a[e];b=null}}(),function(){var a=c.documentElement,b=a.matchesSelector||a.mozMatchesSelector||a.webkitMatchesSelector||a.msMatchesSelector;if(b){var d=!b.call(c.createElement("div"),"div"),e=!1;try{b.call(c.documentElement,"[test!='']:sizzle")}catch(f){e=!0}m.matchesSelector=function(a,c){c=c.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!m.isXML(a))try{if(e||!o.match.PSEUDO.test(c)&&!/!=/.test(c)){var f=b.call(a,c);if(f||!d||a.document&&a.document.nodeType!==11)return f}}catch(g){}return m(c,null,null,[a]).length>0}}}(),function(){var a=c.createElement("div");a.innerHTML="<div class='test e'></div><div class='test'></div>";if(!!a.getElementsByClassName&&a.getElementsByClassName("e").length!==0){a.lastChild.className="e";if(a.getElementsByClassName("e").length===1)return;o.order.splice(1,0,"CLASS"),o.find.CLASS=function(a,b,c){if(typeof b.getElementsByClassName!="undefined"&&!c)return b.getElementsByClassName(a[1])},a=null}}(),c.documentElement.contains?m.contains=function(a,b){return a!==b&&(a.contains?a.contains(b):!0)}:c.documentElement.compareDocumentPosition?m.contains=function(a,b){return!!(a.compareDocumentPosition(b)&16)}:m.contains=function(){return!1},m.isXML=function(a){var b=(a?a.ownerDocument||a:0).documentElement;return b?b.nodeName!=="HTML":!1};var y=function(a,b,c){var d,e=[],f="",g=b.nodeType?[b]:b;while(d=o.match.PSEUDO.exec(a))f+=d[0],a=a.replace(o.match.PSEUDO,"");a=o.relative[a]?a+"*":a;for(var h=0,i=g.length;h<i;h++)m(a,g[h],e,c);return m.filter(f,e)};m.attr=f.attr,m.selectors.attrMap={},f.find=m,f.expr=m.selectors,f.expr[":"]=f.expr.filters,f.unique=m.uniqueSort,f.text=m.getText,f.isXMLDoc=m.isXML,f.contains=m.contains}();var L=/Until$/,M=/^(?:parents|prevUntil|prevAll)/,N=/,/,O=/^.[^:#\[\.,]*$/,P=Array.prototype.slice,Q=f.expr.match.globalPOS,R={children:!0,contents:!0,next:!0,prev:!0};f.fn.extend({find:function(a){var b=this,c,d;if(typeof a!="string")return f(a).filter(function(){for(c=0,d=b.length;c<d;c++)if(f.contains(b[c],this))return!0});var e=this.pushStack("","find",a),g,h,i;for(c=0,d=this.length;c<d;c++){g=e.length,f.find(a,this[c],e);if(c>0)for(h=g;h<e.length;h++)for(i=0;i<g;i++)if(e[i]===e[h]){e.splice(h--,1);break}}return e},has:function(a){var b=f(a);return this.filter(function(){for(var a=0,c=b.length;a<c;a++)if(f.contains(this,b[a]))return!0})},not:function(a){return this.pushStack(T(this,a,!1),"not",a)},filter:function(a){return this.pushStack(T(this,a,!0),"filter",a)},is:function(a){return!!a&&(typeof a=="string"?Q.test(a)?f(a,this.context).index(this[0])>=0:f.filter(a,this).length>0:this.filter(a).length>0)},closest:function(a,b){var c=[],d,e,g=this[0];if(f.isArray(a)){var h=1;while(g&&g.ownerDocument&&g!==b){for(d=0;d<a.length;d++)f(g).is(a[d])&&c.push({selector:a[d],elem:g,level:h});g=g.parentNode,h++}return c}var i=Q.test(a)||typeof a!="string"?f(a,b||this.context):0;for(d=0,e=this.length;d<e;d++){g=this[d];while(g){if(i?i.index(g)>-1:f.find.matchesSelector(g,a)){c.push(g);break}g=g.parentNode;if(!g||!g.ownerDocument||g===b||g.nodeType===11)break}}c=c.length>1?f.unique(c):c;return this.pushStack(c,"closest",a)},index:function(a){if(!a)return this[0]&&this[0].parentNode?this.prevAll().length:-1;if(typeof a=="string")return f.inArray(this[0],f(a));return f.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var c=typeof a=="string"?f(a,b):f.makeArray(a&&a.nodeType?[a]:a),d=f.merge(this.get(),c);return this.pushStack(S(c[0])||S(d[0])?d:f.unique(d))},andSelf:function(){return this.add(this.prevObject)}}),f.each({parent:function(a){var b=a.parentNode;return b&&b.nodeType!==11?b:null},parents:function(a){return f.dir(a,"parentNode")},parentsUntil:function(a,b,c){return f.dir(a,"parentNode",c)},next:function(a){return f.nth(a,2,"nextSibling")},prev:function(a){return f.nth(a,2,"previousSibling")},nextAll:function(a){return f.dir(a,"nextSibling")},prevAll:function(a){return f.dir(a,"previousSibling")},nextUntil:function(a,b,c){return f.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return f.dir(a,"previousSibling",c)},siblings:function(a){return f.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return f.sibling(a.firstChild)},contents:function(a){return f.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:f.makeArray(a.childNodes)}},function(a,b){f.fn[a]=function(c,d){var e=f.map(this,b,c);L.test(a)||(d=c),d&&typeof d=="string"&&(e=f.filter(d,e)),e=this.length>1&&!R[a]?f.unique(e):e,(this.length>1||N.test(d))&&M.test(a)&&(e=e.reverse());return this.pushStack(e,a,P.call(arguments).join(","))}}),f.extend({filter:function(a,b,c){c&&(a=":not("+a+")");return b.length===1?f.find.matchesSelector(b[0],a)?[b[0]]:[]:f.find.matches(a,b)},dir:function(a,c,d){var e=[],g=a[c];while(g&&g.nodeType!==9&&(d===b||g.nodeType!==1||!f(g).is(d)))g.nodeType===1&&e.push(g),g=g[c];return e},nth:function(a,b,c,d){b=b||1;var e=0;for(;a;a=a[c])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){var c=[];for(;a;a=a.nextSibling)a.nodeType===1&&a!==b&&c.push(a);return c}});var V="abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",W=/ jQuery\d+="(?:\d+|null)"/g,X=/^\s+/,Y=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,Z=/<([\w:]+)/,$=/<tbody/i,_=/<|&#?\w+;/,ba=/<(?:script|style)/i,bb=/<(?:script|object|embed|option|style)/i,bc=new RegExp("<(?:"+V+")[\\s/>]","i"),bd=/checked\s*(?:[^=]|=\s*.checked.)/i,be=/\/(java|ecma)script/i,bf=/^\s*<!(?:\[CDATA\[|\-\-)/,bg={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]},bh=U(c);bg.optgroup=bg.option,bg.tbody=bg.tfoot=bg.colgroup=bg.caption=bg.thead,bg.th=bg.td,f.support.htmlSerialize||(bg._default=[1,"div<div>","</div>"]),f.fn.extend({text:function(a){return f.access(this,function(a){return a===b?f.text(this):this.empty().append((this[0]&&this[0].ownerDocument||c).createTextNode(a))},null,a,arguments.length)},wrapAll:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapAll(a.call(this,b))});if(this[0]){var b=f(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&a.firstChild.nodeType===1)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapInner(a.call(this,b))});return this.each(function(){var b=f(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=f.isFunction(a);return this.each(function(c){f(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){f.nodeName(this,"body")||f(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this)});if(arguments.length){var a=f
|
5 |
+
.clean(arguments);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this.nextSibling)});if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,f.clean(arguments));return a}},remove:function(a,b){for(var c=0,d;(d=this[c])!=null;c++)if(!a||f.filter(a,[d]).length)!b&&d.nodeType===1&&(f.cleanData(d.getElementsByTagName("*")),f.cleanData([d])),d.parentNode&&d.parentNode.removeChild(d);return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++){b.nodeType===1&&f.cleanData(b.getElementsByTagName("*"));while(b.firstChild)b.removeChild(b.firstChild)}return this},clone:function(a,b){a=a==null?!1:a,b=b==null?a:b;return this.map(function(){return f.clone(this,a,b)})},html:function(a){return f.access(this,function(a){var c=this[0]||{},d=0,e=this.length;if(a===b)return c.nodeType===1?c.innerHTML.replace(W,""):null;if(typeof a=="string"&&!ba.test(a)&&(f.support.leadingWhitespace||!X.test(a))&&!bg[(Z.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Y,"<$1></$2>");try{for(;d<e;d++)c=this[d]||{},c.nodeType===1&&(f.cleanData(c.getElementsByTagName("*")),c.innerHTML=a);c=0}catch(g){}}c&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(a){if(this[0]&&this[0].parentNode){if(f.isFunction(a))return this.each(function(b){var c=f(this),d=c.html();c.replaceWith(a.call(this,b,d))});typeof a!="string"&&(a=f(a).detach());return this.each(function(){var b=this.nextSibling,c=this.parentNode;f(this).remove(),b?f(b).before(a):f(c).append(a)})}return this.length?this.pushStack(f(f.isFunction(a)?a():a),"replaceWith",a):this},detach:function(a){return this.remove(a,!0)},domManip:function(a,c,d){var e,g,h,i,j=a[0],k=[];if(!f.support.checkClone&&arguments.length===3&&typeof j=="string"&&bd.test(j))return this.each(function(){f(this).domManip(a,c,d,!0)});if(f.isFunction(j))return this.each(function(e){var g=f(this);a[0]=j.call(this,e,c?g.html():b),g.domManip(a,c,d)});if(this[0]){i=j&&j.parentNode,f.support.parentNode&&i&&i.nodeType===11&&i.childNodes.length===this.length?e={fragment:i}:e=f.buildFragment(a,this,k),h=e.fragment,h.childNodes.length===1?g=h=h.firstChild:g=h.firstChild;if(g){c=c&&f.nodeName(g,"tr");for(var l=0,m=this.length,n=m-1;l<m;l++)d.call(c?bi(this[l],g):this[l],e.cacheable||m>1&&l<n?f.clone(h,!0,!0):h)}k.length&&f.each(k,function(a,b){b.src?f.ajax({type:"GET",global:!1,url:b.src,async:!1,dataType:"script"}):f.globalEval((b.text||b.textContent||b.innerHTML||"").replace(bf,"/*$0*/")),b.parentNode&&b.parentNode.removeChild(b)})}return this}}),f.buildFragment=function(a,b,d){var e,g,h,i,j=a[0];b&&b[0]&&(i=b[0].ownerDocument||b[0]),i.createDocumentFragment||(i=c),a.length===1&&typeof j=="string"&&j.length<512&&i===c&&j.charAt(0)==="<"&&!bb.test(j)&&(f.support.checkClone||!bd.test(j))&&(f.support.html5Clone||!bc.test(j))&&(g=!0,h=f.fragments[j],h&&h!==1&&(e=h)),e||(e=i.createDocumentFragment(),f.clean(a,i,e,d)),g&&(f.fragments[j]=h?e:1);return{fragment:e,cacheable:g}},f.fragments={},f.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){f.fn[a]=function(c){var d=[],e=f(c),g=this.length===1&&this[0].parentNode;if(g&&g.nodeType===11&&g.childNodes.length===1&&e.length===1){e[b](this[0]);return this}for(var h=0,i=e.length;h<i;h++){var j=(h>0?this.clone(!0):this).get();f(e[h])[b](j),d=d.concat(j)}return this.pushStack(d,a,e.selector)}}),f.extend({clone:function(a,b,c){var d,e,g,h=f.support.html5Clone||f.isXMLDoc(a)||!bc.test("<"+a.nodeName+">")?a.cloneNode(!0):bo(a);if((!f.support.noCloneEvent||!f.support.noCloneChecked)&&(a.nodeType===1||a.nodeType===11)&&!f.isXMLDoc(a)){bk(a,h),d=bl(a),e=bl(h);for(g=0;d[g];++g)e[g]&&bk(d[g],e[g])}if(b){bj(a,h);if(c){d=bl(a),e=bl(h);for(g=0;d[g];++g)bj(d[g],e[g])}}d=e=null;return h},clean:function(a,b,d,e){var g,h,i,j=[];b=b||c,typeof b.createElement=="undefined"&&(b=b.ownerDocument||b[0]&&b[0].ownerDocument||c);for(var k=0,l;(l=a[k])!=null;k++){typeof l=="number"&&(l+="");if(!l)continue;if(typeof l=="string")if(!_.test(l))l=b.createTextNode(l);else{l=l.replace(Y,"<$1></$2>");var m=(Z.exec(l)||["",""])[1].toLowerCase(),n=bg[m]||bg._default,o=n[0],p=b.createElement("div"),q=bh.childNodes,r;b===c?bh.appendChild(p):U(b).appendChild(p),p.innerHTML=n[1]+l+n[2];while(o--)p=p.lastChild;if(!f.support.tbody){var s=$.test(l),t=m==="table"&&!s?p.firstChild&&p.firstChild.childNodes:n[1]==="<table>"&&!s?p.childNodes:[];for(i=t.length-1;i>=0;--i)f.nodeName(t[i],"tbody")&&!t[i].childNodes.length&&t[i].parentNode.removeChild(t[i])}!f.support.leadingWhitespace&&X.test(l)&&p.insertBefore(b.createTextNode(X.exec(l)[0]),p.firstChild),l=p.childNodes,p&&(p.parentNode.removeChild(p),q.length>0&&(r=q[q.length-1],r&&r.parentNode&&r.parentNode.removeChild(r)))}var u;if(!f.support.appendChecked)if(l[0]&&typeof (u=l.length)=="number")for(i=0;i<u;i++)bn(l[i]);else bn(l);l.nodeType?j.push(l):j=f.merge(j,l)}if(d){g=function(a){return!a.type||be.test(a.type)};for(k=0;j[k];k++){h=j[k];if(e&&f.nodeName(h,"script")&&(!h.type||be.test(h.type)))e.push(h.parentNode?h.parentNode.removeChild(h):h);else{if(h.nodeType===1){var v=f.grep(h.getElementsByTagName("script"),g);j.splice.apply(j,[k+1,0].concat(v))}d.appendChild(h)}}}return j},cleanData:function(a){var b,c,d=f.cache,e=f.event.special,g=f.support.deleteExpando;for(var h=0,i;(i=a[h])!=null;h++){if(i.nodeName&&f.noData[i.nodeName.toLowerCase()])continue;c=i[f.expando];if(c){b=d[c];if(b&&b.events){for(var j in b.events)e[j]?f.event.remove(i,j):f.removeEvent(i,j,b.handle);b.handle&&(b.handle.elem=null)}g?delete i[f.expando]:i.removeAttribute&&i.removeAttribute(f.expando),delete d[c]}}}});var bp=/alpha\([^)]*\)/i,bq=/opacity=([^)]*)/,br=/([A-Z]|^ms)/g,bs=/^[\-+]?(?:\d*\.)?\d+$/i,bt=/^-?(?:\d*\.)?\d+(?!px)[^\d\s]+$/i,bu=/^([\-+])=([\-+.\de]+)/,bv=/^margin/,bw={position:"absolute",visibility:"hidden",display:"block"},bx=["Top","Right","Bottom","Left"],by,bz,bA;f.fn.css=function(a,c){return f.access(this,function(a,c,d){return d!==b?f.style(a,c,d):f.css(a,c)},a,c,arguments.length>1)},f.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=by(a,"opacity");return c===""?"1":c}return a.style.opacity}}},cssNumber:{fillOpacity:!0,fontWeight:!0,lineHeight:!0,opacity:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":f.support.cssFloat?"cssFloat":"styleFloat"},style:function(a,c,d,e){if(!!a&&a.nodeType!==3&&a.nodeType!==8&&!!a.style){var g,h,i=f.camelCase(c),j=a.style,k=f.cssHooks[i];c=f.cssProps[i]||i;if(d===b){if(k&&"get"in k&&(g=k.get(a,!1,e))!==b)return g;return j[c]}h=typeof d,h==="string"&&(g=bu.exec(d))&&(d=+(g[1]+1)*+g[2]+parseFloat(f.css(a,c)),h="number");if(d==null||h==="number"&&isNaN(d))return;h==="number"&&!f.cssNumber[i]&&(d+="px");if(!k||!("set"in k)||(d=k.set(a,d))!==b)try{j[c]=d}catch(l){}}},css:function(a,c,d){var e,g;c=f.camelCase(c),g=f.cssHooks[c],c=f.cssProps[c]||c,c==="cssFloat"&&(c="float");if(g&&"get"in g&&(e=g.get(a,!0,d))!==b)return e;if(by)return by(a,c)},swap:function(a,b,c){var d={},e,f;for(f in b)d[f]=a.style[f],a.style[f]=b[f];e=c.call(a);for(f in b)a.style[f]=d[f];return e}}),f.curCSS=f.css,c.defaultView&&c.defaultView.getComputedStyle&&(bz=function(a,b){var c,d,e,g,h=a.style;b=b.replace(br,"-$1").toLowerCase(),(d=a.ownerDocument.defaultView)&&(e=d.getComputedStyle(a,null))&&(c=e.getPropertyValue(b),c===""&&!f.contains(a.ownerDocument.documentElement,a)&&(c=f.style(a,b))),!f.support.pixelMargin&&e&&bv.test(b)&&bt.test(c)&&(g=h.width,h.width=c,c=e.width,h.width=g);return c}),c.documentElement.currentStyle&&(bA=function(a,b){var c,d,e,f=a.currentStyle&&a.currentStyle[b],g=a.style;f==null&&g&&(e=g[b])&&(f=e),bt.test(f)&&(c=g.left,d=a.runtimeStyle&&a.runtimeStyle.left,d&&(a.runtimeStyle.left=a.currentStyle.left),g.left=b==="fontSize"?"1em":f,f=g.pixelLeft+"px",g.left=c,d&&(a.runtimeStyle.left=d));return f===""?"auto":f}),by=bz||bA,f.each(["height","width"],function(a,b){f.cssHooks[b]={get:function(a,c,d){if(c)return a.offsetWidth!==0?bB(a,b,d):f.swap(a,bw,function(){return bB(a,b,d)})},set:function(a,b){return bs.test(b)?b+"px":b}}}),f.support.opacity||(f.cssHooks.opacity={get:function(a,b){return bq.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle,e=f.isNumeric(b)?"alpha(opacity="+b*100+")":"",g=d&&d.filter||c.filter||"";c.zoom=1;if(b>=1&&f.trim(g.replace(bp,""))===""){c.removeAttribute("filter");if(d&&!d.filter)return}c.filter=bp.test(g)?g.replace(bp,e):g+" "+e}}),f(function(){f.support.reliableMarginRight||(f.cssHooks.marginRight={get:function(a,b){return f.swap(a,{display:"inline-block"},function(){return b?by(a,"margin-right"):a.style.marginRight})}})}),f.expr&&f.expr.filters&&(f.expr.filters.hidden=function(a){var b=a.offsetWidth,c=a.offsetHeight;return b===0&&c===0||!f.support.reliableHiddenOffsets&&(a.style&&a.style.display||f.css(a,"display"))==="none"},f.expr.filters.visible=function(a){return!f.expr.filters.hidden(a)}),f.each({margin:"",padding:"",border:"Width"},function(a,b){f.cssHooks[a+b]={expand:function(c){var d,e=typeof c=="string"?c.split(" "):[c],f={};for(d=0;d<4;d++)f[a+bx[d]+b]=e[d]||e[d-2]||e[0];return f}}});var bC=/%20/g,bD=/\[\]$/,bE=/\r?\n/g,bF=/#.*$/,bG=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,bH=/^(?:color|date|datetime|datetime-local|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,bI=/^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/,bJ=/^(?:GET|HEAD)$/,bK=/^\/\//,bL=/\?/,bM=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,bN=/^(?:select|textarea)/i,bO=/\s+/,bP=/([?&])_=[^&]*/,bQ=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/,bR=f.fn.load,bS={},bT={},bU,bV,bW=["*/"]+["*"];try{bU=e.href}catch(bX){bU=c.createElement("a"),bU.href="",bU=bU.href}bV=bQ.exec(bU.toLowerCase())||[],f.fn.extend({load:function(a,c,d){if(typeof a!="string"&&bR)return bR.apply(this,arguments);if(!this.length)return this;var e=a.indexOf(" ");if(e>=0){var g=a.slice(e,a.length);a=a.slice(0,e)}var h="GET";c&&(f.isFunction(c)?(d=c,c=b):typeof c=="object"&&(c=f.param(c,f.ajaxSettings.traditional),h="POST"));var i=this;f.ajax({url:a,type:h,dataType:"html",data:c,complete:function(a,b,c){c=a.responseText,a.isResolved()&&(a.done(function(a){c=a}),i.html(g?f("<div>").append(c.replace(bM,"")).find(g):c)),d&&i.each(d,[c,b,a])}});return this},serialize:function(){return f.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?f.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||bN.test(this.nodeName)||bH.test(this.type))}).map(function(a,b){var c=f(this).val();return c==null?null:f.isArray(c)?f.map(c,function(a,c){return{name:b.name,value:a.replace(bE,"\r\n")}}):{name:b.name,value:c.replace(bE,"\r\n")}}).get()}}),f.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){f.fn[b]=function(a){return this.on(b,a)}}),f.each(["get","post"],function(a,c){f[c]=function(a,d,e,g){f.isFunction(d)&&(g=g||e,e=d,d=b);return f.ajax({type:c,url:a,data:d,success:e,dataType:g})}}),f.extend({getScript:function(a,c){return f.get(a,b,c,"script")},getJSON:function(a,b,c){return f.get(a,b,c,"json")},ajaxSetup:function(a,b){b?b$(a,f.ajaxSettings):(b=a,a=f.ajaxSettings),b$(a,b);return a},ajaxSettings:{url:bU,isLocal:bI.test(bV[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded; charset=UTF-8",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":bW},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":a.String,"text html":!0,"text json":f.parseJSON,"text xml":f.parseXML},flatOptions:{context:!0,url:!0}},ajaxPrefilter:bY(bS),ajaxTransport:bY(bT),ajax:function(a,c){function w(a,c,l,m){if(s!==2){s=2,q&&clearTimeout(q),p=b,n=m||"",v.readyState=a>0?4:0;var o,r,u,w=c,x=l?ca(d,v,l):b,y,z;if(a>=200&&a<300||a===304){if(d.ifModified){if(y=v.getResponseHeader("Last-Modified"))f.lastModified[k]=y;if(z=v.getResponseHeader("Etag"))f.etag[k]=z}if(a===304)w="notmodified",o=!0;else try{r=cb(d,x),w="success",o=!0}catch(A){w="parsererror",u=A}}else{u=w;if(!w||a)w="error",a<0&&(a=0)}v.status=a,v.statusText=""+(c||w),o?h.resolveWith(e,[r,w,v]):h.rejectWith(e,[v,w,u]),v.statusCode(j),j=b,t&&g.trigger("ajax"+(o?"Success":"Error"),[v,d,o?r:u]),i.fireWith(e,[v,w]),t&&(g.trigger("ajaxComplete",[v,d]),--f.active||f.event.trigger("ajaxStop"))}}typeof a=="object"&&(c=a,a=b),c=c||{};var d=f.ajaxSetup({},c),e=d.context||d,g=e!==d&&(e.nodeType||e instanceof f)?f(e):f.event,h=f.Deferred(),i=f.Callbacks("once memory"),j=d.statusCode||{},k,l={},m={},n,o,p,q,r,s=0,t,u,v={readyState:0,setRequestHeader:function(a,b){if(!s){var c=a.toLowerCase();a=m[c]=m[c]||a,l[a]=b}return this},getAllResponseHeaders:function(){return s===2?n:null},getResponseHeader:function(a){var c;if(s===2){if(!o){o={};while(c=bG.exec(n))o[c[1].toLowerCase()]=c[2]}c=o[a.toLowerCase()]}return c===b?null:c},overrideMimeType:function(a){s||(d.mimeType=a);return this},abort:function(a){a=a||"abort",p&&p.abort(a),w(0,a);return this}};h.promise(v),v.success=v.done,v.error=v.fail,v.complete=i.add,v.statusCode=function(a){if(a){var b;if(s<2)for(b in a)j[b]=[j[b],a[b]];else b=a[v.status],v.then(b,b)}return this},d.url=((a||d.url)+"").replace(bF,"").replace(bK,bV[1]+"//"),d.dataTypes=f.trim(d.dataType||"*").toLowerCase().split(bO),d.crossDomain==null&&(r=bQ.exec(d.url.toLowerCase()),d.crossDomain=!(!r||r[1]==bV[1]&&r[2]==bV[2]&&(r[3]||(r[1]==="http:"?80:443))==(bV[3]||(bV[1]==="http:"?80:443)))),d.data&&d.processData&&typeof d.data!="string"&&(d.data=f.param(d.data,d.traditional)),bZ(bS,d,c,v);if(s===2)return!1;t=d.global,d.type=d.type.toUpperCase(),d.hasContent=!bJ.test(d.type),t&&f.active++===0&&f.event.trigger("ajaxStart");if(!d.hasContent){d.data&&(d.url+=(bL.test(d.url)?"&":"?")+d.data,delete d.data),k=d.url;if(d.cache===!1){var x=f.now(),y=d.url.replace(bP,"$1_="+x);d.url=y+(y===d.url?(bL.test(d.url)?"&":"?")+"_="+x:"")}}(d.data&&d.hasContent&&d.contentType!==!1||c.contentType)&&v.setRequestHeader("Content-Type",d.contentType),d.ifModified&&(k=k||d.url,f.lastModified[k]&&v.setRequestHeader("If-Modified-Since",f.lastModified[k]),f.etag[k]&&v.setRequestHeader("If-None-Match",f.etag[k])),v.setRequestHeader("Accept",d.dataTypes[0]&&d.accepts[d.dataTypes[0]]?d.accepts[d.dataTypes[0]]+(d.dataTypes[0]!=="*"?", "+bW+"; q=0.01":""):d.accepts["*"]);for(u in d.headers)v.setRequestHeader(u,d.headers[u]);if(d.beforeSend&&(d.beforeSend.call(e,v,d)===!1||s===2)){v.abort();return!1}for(u in{success:1,error:1,complete:1})v[u](d[u]);p=bZ(bT,d,c,v);if(!p)w(-1,"No Transport");else{v.readyState=1,t&&g.trigger("ajaxSend",[v,d]),d.async&&d.timeout>0&&(q=setTimeout(function(){v.abort("timeout")},d.timeout));try{s=1,p.send(l,w)}catch(z){if(s<2)w(-1,z);else throw z}}return v},param:function(a,c){var d=[],e=function(a,b){b=f.isFunction(b)?b():b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};c===b&&(c=f.ajaxSettings.traditional);if(f.isArray(a)||a.jquery&&!f.isPlainObject(a))f.each(a,function(){e(this.name,this.value)});else for(var g in a)b_(g,a[g],c,e);return d.join("&").replace(bC,"+")}}),f.extend({active:0,lastModified:{},etag:{}});var cc=f.now(),cd=/(\=)\?(&|$)|\?\?/i;f.ajaxSetup({jsonp:"callback",jsonpCallback:function(){return f.expando+"_"+cc++}}),f.ajaxPrefilter("json jsonp",function(b,c,d){var e=typeof b.data=="string"&&/^application\/x\-www\-form\-urlencoded/.test(b.contentType);if(b.dataTypes[0]==="jsonp"||b.jsonp!==!1&&(cd.test(b.url)||e&&cd.test(b.data))){var g,h=b.jsonpCallback=f.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,i=a[h],j=b.url,k=b.data,l="$1"+h+"$2";b.jsonp!==!1&&(j=j.replace(cd,l),b.url===j&&(e&&(k=k.replace(cd,l)),b.data===k&&(j+=(/\?/.test(j)?"&":"?")+b.jsonp+"="+h))),b.url=j,b.data=k,a[h]=function(a){g=[a]},d.always(function(){a[h]=i,g&&f.isFunction(i)&&a[h](g[0])}),b.converters["script json"]=function(){g||f.error(h+" was not called");return g[0]},b.dataTypes[0]="json";return"script"}}),f.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(a){f.globalEval(a);return a}}}),f.ajaxPrefilter("script",function(a){a.cache===b&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),f.ajaxTransport("script",function(a){if(a.crossDomain){var d,e=c.head||c.getElementsByTagName("head")[0]||c.documentElement;return{send:function(f,g){d=c.createElement("script"),d.async="async",a.scriptCharset&&(d.charset=a.scriptCharset),d.src=a.url,d.onload=d.onreadystatechange=function(a,c){if(c||!d.readyState||/loaded|complete/.test(d.readyState))d.onload=d.onreadystatechange=null,e&&d.parentNode&&e.removeChild(d),d=b,c||g(200,"success")},e.insertBefore(d,e.firstChild)},abort:function(){d&&d.onload(0,1)}}}});var ce=a.ActiveXObject?function(){for(var a in cg)cg[a](0,1)}:!1,cf=0,cg;f.ajaxSettings.xhr=a.ActiveXObject?function(){return!this.isLocal&&ch()||ci()}:ch,function(a){f.extend(f.support,{ajax:!!a,cors:!!a&&"withCredentials"in a})}(f.ajaxSettings.xhr()),f.support.ajax&&f.ajaxTransport(function(c){if(!c.crossDomain||f.support.cors){var d;return{send:function(e,g){var h=c.xhr(),i,j;c.username?h.open(c.type,c.url,c.async,c.username,c.password):h.open(c.type,c.url,c.async);if(c.xhrFields)for(j in c.xhrFields)h[j]=c.xhrFields[j];c.mimeType&&h.overrideMimeType&&h.overrideMimeType(c.mimeType),!c.crossDomain&&!e["X-Requested-With"]&&(e["X-Requested-With"]="XMLHttpRequest");try{for(j in e)h.setRequestHeader(j,e[j])}catch(k){}h.send(c.hasContent&&c.data||null),d=function(a,e){var j,k,l,m,n;try{if(d&&(e||h.readyState===4)){d=b,i&&(h.onreadystatechange=f.noop,ce&&delete cg[i]);if(e)h.readyState!==4&&h.abort();else{j=h.status,l=h.getAllResponseHeaders(),m={},n=h.responseXML,n&&n.documentElement&&(m.xml=n);try{m.text=h.responseText}catch(a){}try{k=h.statusText}catch(o){k=""}!j&&c.isLocal&&!c.crossDomain?j=m.text?200:404:j===1223&&(j=204)}}}catch(p){e||g(-1,p)}m&&g(j,k,m,l)},!c.async||h.readyState===4?d():(i=++cf,ce&&(cg||(cg={},f(a).unload(ce)),cg[i]=d),h.onreadystatechange=d)},abort:function(){d&&d(0,1)}}}});var cj={},ck,cl,cm=/^(?:toggle|show|hide)$/,cn=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,co,cp=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]],cq;f.fn.extend({show:function(a,b,c){var d,e;if(a||a===0)return this.animate(ct("show",3),a,b,c);for(var g=0,h=this.length;g<h;g++)d=this[g],d.style&&(e=d.style.display,!f._data(d,"olddisplay")&&e==="none"&&(e=d.style.display=""),(e===""&&f.css(d,"display")==="none"||!f.contains(d.ownerDocument.documentElement,d))&&f._data(d,"olddisplay",cu(d.nodeName)));for(g=0;g<h;g++){d=this[g];if(d.style){e=d.style.display;if(e===""||e==="none")d.style.display=f._data(d,"olddisplay")||""}}return this},hide:function(a,b,c){if(a||a===0)return this.animate(ct("hide",3),a,b,c);var d,e,g=0,h=this.length;for(;g<h;g++)d=this[g],d.style&&(e=f.css(d,"display"),e!=="none"&&!f._data(d,"olddisplay")&&f._data(d,"olddisplay",e));for(g=0;g<h;g++)this[g].style&&(this[g].style.display="none");return this},_toggle:f.fn.toggle,toggle:function(a,b,c){var d=typeof a=="boolean";f.isFunction(a)&&f.isFunction(b)?this._toggle.apply(this,arguments):a==null||d?this.each(function(){var b=d?a:f(this).is(":hidden");f(this)[b?"show":"hide"]()}):this.animate(ct("toggle",3),a,b,c);return this},fadeTo:function(a,b,c,d){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){function g(){e.queue===!1&&f._mark(this);var b=f.extend({},e),c=this.nodeType===1,d=c&&f(this).is(":hidden"),g,h,i,j,k,l,m,n,o,p,q;b.animatedProperties={};for(i in a){g=f.camelCase(i),i!==g&&(a[g]=a[i],delete a[i]);if((k=f.cssHooks[g])&&"expand"in k){l=k.expand(a[g]),delete a[g];for(i in l)i in a||(a[i]=l[i])}}for(g in a){h=a[g],f.isArray(h)?(b.animatedProperties[g]=h[1],h=a[g]=h[0]):b.animatedProperties[g]=b.specialEasing&&b.specialEasing[g]||b.easing||"swing";if(h==="hide"&&d||h==="show"&&!d)return b.complete.call(this);c&&(g==="height"||g==="width")&&(b.overflow=[this.style.overflow,this.style.overflowX,this.style.overflowY],f.css(this,"display")==="inline"&&f.css(this,"float")==="none"&&(!f.support.inlineBlockNeedsLayout||cu(this.nodeName)==="inline"?this.style.display="inline-block":this.style.zoom=1))}b.overflow!=null&&(this.style.overflow="hidden");for(i in a)j=new f.fx(this,b,i),h=a[i],cm.test(h)?(q=f._data(this,"toggle"+i)||(h==="toggle"?d?"show":"hide":0),q?(f._data(this,"toggle"+i,q==="show"?"hide":"show"),j[q]()):j[h]()):(m=cn.exec(h),n=j.cur(),m?(o=parseFloat(m[2]),p=m[3]||(f.cssNumber[i]?"":"px"),p!=="px"&&(f.style(this,i,(o||1)+p),n=(o||1)/j.cur()*n,f.style(this,i,n+p)),m[1]&&(o=(m[1]==="-="?-1:1)*o+n),j.custom(n,o,p)):j.custom(n,h,""));return!0}var e=f.speed(b,c,d);if(f.isEmptyObject(a))return this.each(e.complete,[!1]);a=f.extend({},a);return e.queue===!1?this.each(g):this.queue(e.queue,g)},stop:function(a,c,d){typeof a!="string"&&(d=c,c=a,a=b),c&&a!==!1&&this.queue(a||"fx",[]);return this.each(function(){function h(a,b,c){var e=b[c];f.removeData(a,c,!0),e.stop(d)}var b,c=!1,e=f.timers,g=f._data(this);d||f._unmark(!0,this);if(a==null)for(b in g)g[b]&&g[b].stop&&b.indexOf(".run")===b.length-4&&h(this,g,b);else g[b=a+".run"]&&g[b].stop&&h(this,g,b);for(b=e.length;b--;)e[b].elem===this&&(a==null||e[b].queue===a)&&(d?e[b](!0):e[b].saveState(),c=!0,e.splice(b,1));(!d||!c)&&f.dequeue(this,a)})}}),f.each({slideDown:ct("show",1),slideUp:ct("hide",1),slideToggle:ct("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){f.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),f.extend({speed:function(a,b,c){var d=a&&typeof a=="object"?f.extend({},a):{complete:c||!c&&b||f.isFunction(a)&&a,duration:a,easing:c&&b||b&&!f.isFunction(b)&&b};d.duration=f.fx.off?0:typeof d.duration=="number"?d.duration:d.duration in f.fx.speeds?f.fx.speeds[d.duration]:f.fx.speeds._default;if(d.queue==null||d.queue===!0)d.queue="fx";d.old=d.complete,d.complete=function(a){f.isFunction(d.old)&&d.old.call(this),d.queue?f.dequeue(this,d.queue):a!==!1&&f._unmark(this)};return d},easing:{linear:function(a){return a},swing:function(a){return-Math.cos(a*Math.PI)/2+.5}},timers:[],fx:function(a,b,c){this.options=b,this.elem=a,this.prop=c,b.orig=b.orig||{}}}),f.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this),(f.fx.step[this.prop]||f.fx.step._default)(this)},cur:function(){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];var a,b=f.css(this.elem,this.prop);return isNaN(a=parseFloat(b))?!b||b==="auto"?0:b:a},custom:function(a,c,d){function h(a){return e.step(a)}var e=this,g=f.fx;this.startTime=cq||cr(),this.end=c,this.now=this.start=a,this.pos=this.state=0,this.unit=d||this.unit||(f.cssNumber[this.prop]?"":"px"),h.queue=this.options.queue,h.elem=this.elem,h.saveState=function(){f._data(e.elem,"fxshow"+e.prop)===b&&(e.options.hide?f._data(e.elem,"fxshow"+e.prop,e.start):e.options.show&&f._data(e.elem,"fxshow"+e.prop,e.end))},h()&&f.timers.push(h)&&!co&&(co=setInterval(g.tick,g.interval))},show:function(){var a=f._data(this.elem,"fxshow"+this.prop);this.options.orig[this.prop]=a||f.style(this.elem,this.prop),this.options.show=!0,a!==b?this.custom(this.cur(),a):this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur()),f(this.elem).show()},hide:function(){this.options.orig[this.prop]=f._data(this.elem,"fxshow"+this.prop)||f.style(this.elem,this.prop),this.options.hide=!0,this.custom(this.cur(),0)},step:function(a){var b,c,d,e=cq||cr(),g=!0,h=this.elem,i=this.options;if(a||e>=i.duration+this.startTime){this.now=this.end,this.pos=this.state=1,this.update(),i.animatedProperties[this.prop]=!0;for(b in i.animatedProperties)i.animatedProperties[b]!==!0&&(g=!1);if(g){i.overflow!=null&&!f.support.shrinkWrapBlocks&&f.each(["","X","Y"],function(a,b){h.style["overflow"+b]=i.overflow[a]}),i.hide&&f(h).hide();if(i.hide||i.show)for(b in i.animatedProperties)f.style(h,b,i.orig[b]),f.removeData(h,"fxshow"+b,!0),f.removeData(h,"toggle"+b,!0);d=i.complete,d&&(i.complete=!1,d.call(h))}return!1}i.duration==Infinity?this.now=e:(c=e-this.startTime,this.state=c/i.duration,this.pos=f.easing[i.animatedProperties[this.prop]](this.state,c,0,1,i.duration),this.now=this.start+(this.end-this.start)*this.pos),this.update();return!0}},f.extend(f.fx,{tick:function(){var a,b=f.timers,c=0;for(;c<b.length;c++)a=b[c],!a()&&b[c]===a&&b.splice(c--,1);b.length||f.fx.stop()},interval:13,stop:function(){clearInterval(co),co=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(a){f.style(a.elem,"opacity",a.now)},_default:function(a){a.elem.style&&a.elem.style[a.prop]!=null?a.elem.style[a.prop]=a.now+a.unit:a.elem[a.prop]=a.now}}}),f.each(cp.concat.apply([],cp),function(a,b){b.indexOf("margin")&&(f.fx.step[b]=function(a){f.style(a.elem,b,Math.max(0,a.now)+a.unit)})}),f.expr&&f.expr.filters&&(f.expr.filters.animated=function(a){return f.grep(f.timers,function(b){return a===b.elem}).length});var cv,cw=/^t(?:able|d|h)$/i,cx=/^(?:body|html)$/i;"getBoundingClientRect"in c.documentElement?cv=function(a,b,c,d){try{d=a.getBoundingClientRect()}catch(e){}if(!d||!f.contains(c,a))return d?{top:d.top,left:d.left}:{top:0,left:0};var g=b.body,h=cy(b),i=c.clientTop||g.clientTop||0,j=c.clientLeft||g.clientLeft||0,k=h.pageYOffset||f.support.boxModel&&c.scrollTop||g.scrollTop,l=h.pageXOffset||f.support.boxModel&&c.scrollLeft||g.scrollLeft,m=d.top+k-i,n=d.left+l-j;return{top:m,left:n}}:cv=function(a,b,c){var d,e=a.offsetParent,g=a,h=b.body,i=b.defaultView,j=i?i.getComputedStyle(a,null):a.currentStyle,k=a.offsetTop,l=a.offsetLeft;while((a=a.parentNode)&&a!==h&&a!==c){if(f.support.fixedPosition&&j.position==="fixed")break;d=i?i.getComputedStyle(a,null):a.currentStyle,k-=a.scrollTop,l-=a.scrollLeft,a===e&&(k+=a.offsetTop,l+=a.offsetLeft,f.support.doesNotAddBorder&&(!f.support.doesAddBorderForTableAndCells||!cw.test(a.nodeName))&&(k+=parseFloat(d.borderTopWidth)||0,l+=parseFloat(d.borderLeftWidth)||0),g=e,e=a.offsetParent),f.support.subtractsBorderForOverflowNotVisible&&d.overflow!=="visible"&&(k+=parseFloat(d.borderTopWidth)||0,l+=parseFloat(d.borderLeftWidth)||0),j=d}if(j.position==="relative"||j.position==="static")k+=h.offsetTop,l+=h.offsetLeft;f.support.fixedPosition&&j.position==="fixed"&&(k+=Math.max(c.scrollTop,h.scrollTop),l+=Math.max(c.scrollLeft,h.scrollLeft));return{top:k,left:l}},f.fn.offset=function(a){if(arguments.length)return a===b?this:this.each(function(b){f.offset.setOffset(this,a,b)});var c=this[0],d=c&&c.ownerDocument;if(!d)return null;if(c===d.body)return f.offset.bodyOffset(c);return cv(c,d,d.documentElement)},f.offset={bodyOffset:function(a){var b=a.offsetTop,c=a.offsetLeft;f.support.doesNotIncludeMarginInBodyOffset&&(b+=parseFloat(f.css(a,"marginTop"))||0,c+=parseFloat(f.css(a,"marginLeft"))||0);return{top:b,left:c}},setOffset:function(a,b,c){var d=f.css(a,"position");d==="static"&&(a.style.position="relative");var e=f(a),g=e.offset(),h=f.css(a,"top"),i=f.css(a,"left"),j=(d==="absolute"||d==="fixed")&&f.inArray("auto",[h,i])>-1,k={},l={},m,n;j?(l=e.position(),m=l.top,n=l.left):(m=parseFloat(h)||0,n=parseFloat(i)||0),f.isFunction(b)&&(b=b.call(a,c,g)),b.top!=null&&(k.top=b.top-g.top+m),b.left!=null&&(k.left=b.left-g.left+n),"using"in b?b.using.call(a,k):e.css(k)}},f.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),c=this.offset(),d=cx.test(b[0].nodeName)?{top:0,left:0}:b.offset();c.top-=parseFloat(f.css(a,"marginTop"))||0,c.left-=parseFloat(f.css(a,"marginLeft"))||0,d.top+=parseFloat(f.css(b[0],"borderTopWidth"))||0,d.left+=parseFloat(f.css(b[0],"borderLeftWidth"))||0;return{top:c.top-d.top,left:c.left-d.left}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||c.body;while(a&&!cx.test(a.nodeName)&&f.css(a,"position")==="static")a=a.offsetParent;return a})}}),f.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(a,c){var d=/Y/.test(c);f.fn[a]=function(e){return f.access(this,function(a,e,g){var h=cy(a);if(g===b)return h?c in h?h[c]:f.support.boxModel&&h.document.documentElement[e]||h.document.body[e]:a[e];h?h.scrollTo(d?f(h).scrollLeft():g,d?g:f(h).scrollTop()):a[e]=g},a,e,arguments.length,null)}}),f.each({Height:"height",Width:"width"},function(a,c){var d="client"+a,e="scroll"+a,g="offset"+a;f.fn["inner"+a]=function(){var a=this[0];return a?a.style?parseFloat(f.css(a,c,"padding")):this[c]():null},f.fn["outer"+a]=function(a){var b=this[0];return b?b.style?parseFloat(f.css(b,c,a?"margin":"border")):this[c]():null},f.fn[c]=function(a){return f.access(this,function(a,c,h){var i,j,k,l;if(f.isWindow(a)){i=a.document,j=i.documentElement[d];return f.support.boxModel&&j||i.body&&i.body[d]||j}if(a.nodeType===9){i=a.documentElement;if(i[d]>=i[e])return i[d];return Math.max(a.body[e],i[e],a.body[g],i[g])}if(h===b){k=f.css(a,c),l=parseFloat(k);return f.isNumeric(l)?l:k}f(a).css(c,h)},c,a,arguments.length,null)}}),a.jQuery=a.$=f,typeof define=="function"&&define.amd&&define.amd.jQuery&&define("jquery",[],function(){return f})})(window);
|
6 |
+
}
|
js/magpassion/quickview/js/jquery.maskedinput.js
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*
|
2 |
+
Masked Input plugin for jQuery
|
3 |
+
Copyright (c) 2007-2009 Josh Bush (digitalbush.com)
|
4 |
+
Licensed under the MIT license (http://digitalbush.com/projects/masked-input-plugin/#license)
|
5 |
+
Version: 1.2.2 (03/09/2009 22:39:06)
|
6 |
+
*/
|
7 |
+
(function(a){var c=(a.browser.msie?"paste":"input")+".mask";var b=(window.orientation!=undefined);a.mask={definitions:{"9":"[0-9]",a:"[A-Za-z]","*":"[A-Za-z0-9]"}};a.fn.extend({caret:function(e,f){if(this.length==0){return}if(typeof e=="number"){f=(typeof f=="number")?f:e;return this.each(function(){if(this.setSelectionRange){this.focus();this.setSelectionRange(e,f)}else{if(this.createTextRange){var g=this.createTextRange();g.collapse(true);g.moveEnd("character",f);g.moveStart("character",e);g.select()}}})}else{if(this[0].setSelectionRange){e=this[0].selectionStart;f=this[0].selectionEnd}else{if(document.selection&&document.selection.createRange){var d=document.selection.createRange();e=0-d.duplicate().moveStart("character",-100000);f=e+d.text.length}}return{begin:e,end:f}}},unmask:function(){return this.trigger("unmask")},mask:function(j,d){if(!j&&this.length>0){var f=a(this[0]);var g=f.data("tests");return a.map(f.data("buffer"),function(l,m){return g[m]?l:null}).join("")}d=a.extend({placeholder:"_",completed:null},d);var k=a.mask.definitions;var g=[];var e=j.length;var i=null;var h=j.length;a.each(j.split(""),function(m,l){if(l=="?"){h--;e=m}else{if(k[l]){g.push(new RegExp(k[l]));if(i==null){i=g.length-1}}else{g.push(null)}}});return this.each(function(){var r=a(this);var m=a.map(j.split(""),function(x,y){if(x!="?"){return k[x]?d.placeholder:x}});var n=false;var q=r.val();r.data("buffer",m).data("tests",g);function v(x){while(++x<=h&&!g[x]){}return x}function t(x){while(!g[x]&&--x>=0){}for(var y=x;y<h;y++){if(g[y]){m[y]=d.placeholder;var z=v(y);if(z<h&&g[y].test(m[z])){m[y]=m[z]}else{break}}}s();r.caret(Math.max(i,x))}function u(y){for(var A=y,z=d.placeholder;A<h;A++){if(g[A]){var B=v(A);var x=m[A];m[A]=z;if(B<h&&g[B].test(x)){z=x}else{break}}}}function l(y){var x=a(this).caret();var z=y.keyCode;n=(z<16||(z>16&&z<32)||(z>32&&z<41));if((x.begin-x.end)!=0&&(!n||z==8||z==46)){w(x.begin,x.end)}if(z==8||z==46||(b&&z==127)){t(x.begin+(z==46?0:-1));return false}else{if(z==27){r.val(q);r.caret(0,p());return false}}}function o(B){if(n){n=false;return(B.keyCode==8)?false:null}B=B||window.event;var C=B.charCode||B.keyCode||B.which;var z=a(this).caret();if(B.ctrlKey||B.altKey||B.metaKey){return true}else{if((C>=32&&C<=125)||C>186){var x=v(z.begin-1);if(x<h){var A=String.fromCharCode(C);if(g[x].test(A)){u(x);m[x]=A;s();var y=v(x);a(this).caret(y);if(d.completed&&y==h){d.completed.call(r)}}}}}return false}function w(x,y){for(var z=x;z<y&&z<h;z++){if(g[z]){m[z]=d.placeholder}}}function s(){return r.val(m.join("")).val()}function p(y){var z=r.val();var C=-1;for(var B=0,x=0;B<h;B++){if(g[B]){m[B]=d.placeholder;while(x++<z.length){var A=z.charAt(x-1);if(g[B].test(A)){m[B]=A;C=B;break}}if(x>z.length){break}}else{if(m[B]==z[x]&&B!=e){x++;C=B}}}if(!y&&C+1<e){r.val("");w(0,h)}else{if(y||C+1>=e){s();if(!y){r.val(r.val().substring(0,C+1))}}}return(e?B:i)}if(!r.attr("readonly")){r.one("unmask",function(){r.unbind(".mask").removeData("buffer").removeData("tests")}).bind("focus.mask",function(){q=r.val();var x=p();s();setTimeout(function(){if(x==j.length){r.caret(0,x)}else{r.caret(x)}},0)}).bind("blur.mask",function(){p();if(r.val()!=q){r.change()}}).bind("keydown.mask",l).bind("keypress.mask",o).bind(c,function(){setTimeout(function(){r.caret(p(true))},0)})}p()})}})})(jQuery);
|
js/magpassion/quickview/js/md_quickview.js
ADDED
@@ -0,0 +1,132 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*
|
2 |
+
*
|
3 |
+
*
|
4 |
+
*/
|
5 |
+
jQuery.noConflict();
|
6 |
+
jQuery(function($) {
|
7 |
+
var myhref,qsbtt;
|
8 |
+
|
9 |
+
// base function
|
10 |
+
|
11 |
+
//get IE version
|
12 |
+
function ieVersion(){
|
13 |
+
var rv = -1; // Return value assumes failure.
|
14 |
+
if (navigator.appName == 'Microsoft Internet Explorer'){
|
15 |
+
var ua = navigator.userAgent;
|
16 |
+
var re = new RegExp("MSIE ([0-9]{1,}[\.0-9]{0,})");
|
17 |
+
if (re.exec(ua) != null)
|
18 |
+
rv = parseFloat( RegExp.$1 );
|
19 |
+
}
|
20 |
+
return rv;
|
21 |
+
}
|
22 |
+
|
23 |
+
//read href attr in a tag
|
24 |
+
function readHref(){
|
25 |
+
var mypath = arguments[0];
|
26 |
+
var patt = /\/[^\/]{0,}$/ig;
|
27 |
+
if(mypath[mypath.length-1]=="/"){
|
28 |
+
mypath = mypath.substring(0,mypath.length-1);
|
29 |
+
return (mypath.match(patt)+"/");
|
30 |
+
}
|
31 |
+
return mypath.match(patt);
|
32 |
+
}
|
33 |
+
|
34 |
+
|
35 |
+
//string trim
|
36 |
+
function strTrim(){
|
37 |
+
return arguments[0].replace(/^\s+|\s+$/g,"");
|
38 |
+
}
|
39 |
+
|
40 |
+
function _qsJnit(){
|
41 |
+
|
42 |
+
|
43 |
+
|
44 |
+
var selectorObj = arguments[0];
|
45 |
+
//selector chon tat ca cac li chua san pham tren luoi
|
46 |
+
var listprod = $(selectorObj.itemClass);
|
47 |
+
var qsImg;
|
48 |
+
var mypath = 'quickview/index/view';
|
49 |
+
// alert(EM.Quickview.BASE_URL);
|
50 |
+
// if(EM.Quickview.BASE_URL.indexOf('index.php') == -1){
|
51 |
+
// mypath = 'quickview/index/view';
|
52 |
+
// }else{
|
53 |
+
// mypath = 'index.php/quickview/index/view';
|
54 |
+
// }
|
55 |
+
var baseUrl = EM.Quickview.BASE_URL + mypath;
|
56 |
+
|
57 |
+
var _qsHref = "<a id=\"md_quickview_handler\" href=\"#\" style=\"visibility:hidden;position:absolute;top:0;left:0\">VIEW</a>";
|
58 |
+
$(document.body).append(_qsHref);
|
59 |
+
|
60 |
+
$.each(listprod, function(index, value) {
|
61 |
+
var reloadurl = baseUrl;
|
62 |
+
|
63 |
+
//get reload url
|
64 |
+
myhref = $(value).children(selectorObj.aClass );
|
65 |
+
var prodHref = readHref(myhref.attr('href'))[0];
|
66 |
+
prodHref[0] == "\/" ? prodHref = prodHref.substring(1,prodHref.length) : prodHref;
|
67 |
+
prodHref=strTrim(prodHref);
|
68 |
+
|
69 |
+
reloadurl = baseUrl+"/path/"+prodHref;
|
70 |
+
version = ieVersion();
|
71 |
+
if(version < 8.0 && version > -1){
|
72 |
+
reloadurl = baseUrl+"/path"+prodHref;
|
73 |
+
}
|
74 |
+
//end reload url
|
75 |
+
|
76 |
+
|
77 |
+
$(selectorObj.imgClass, this).bind('mouseover', function() {
|
78 |
+
var o = $(this).offset();
|
79 |
+
$('#md_quickview_handler').attr('href',reloadurl).show()
|
80 |
+
.css({
|
81 |
+
'top': o.top+($(this).height() - 50)/2+'px',
|
82 |
+
'left': o.left+($(this).width() - 70)/2+'px',
|
83 |
+
'visibility': 'visible'
|
84 |
+
});
|
85 |
+
});
|
86 |
+
$(value).bind('mouseout', function() {
|
87 |
+
$('#md_quickview_handler').hide();
|
88 |
+
});
|
89 |
+
});
|
90 |
+
|
91 |
+
//fix bug image disapper when hover
|
92 |
+
$('#md_quickview_handler')
|
93 |
+
.bind('mouseover', function() {
|
94 |
+
$(this).show();
|
95 |
+
})
|
96 |
+
.bind('click', function() {
|
97 |
+
$(this).hide();
|
98 |
+
});
|
99 |
+
//insert quickview popup
|
100 |
+
|
101 |
+
$('#md_quickview_handler').fancybox({
|
102 |
+
'titleShow' : false,
|
103 |
+
'width' : EM.Quickview.QS_FRM_WIDTH,
|
104 |
+
'height' : 'auto',//EM.Quickview.QS_FRM_HEIGHT,
|
105 |
+
'autoScale' : false,
|
106 |
+
'transitionIn' : 'none',
|
107 |
+
'transitionOut' : 'none',
|
108 |
+
'autoDimensions' : false,
|
109 |
+
'scrolling' : 'no',
|
110 |
+
'padding' :0,
|
111 |
+
'margin' :0,
|
112 |
+
'type' : 'ajax',
|
113 |
+
'overlayColor' : EM.Quickview.OVERLAYCOLOR
|
114 |
+
|
115 |
+
});
|
116 |
+
|
117 |
+
|
118 |
+
|
119 |
+
|
120 |
+
}
|
121 |
+
|
122 |
+
//end base function
|
123 |
+
|
124 |
+
|
125 |
+
_qsJnit({
|
126 |
+
itemClass : '.vnzproductlist li.item', //selector for each items in catalog product list,use to insert quickview image
|
127 |
+
aClass : 'a.product-image', //selector for each a tag in product items,give us href for one product
|
128 |
+
imgClass: '.product-image img' //class for quickview href product-collateral
|
129 |
+
});
|
130 |
+
});
|
131 |
+
|
132 |
+
|
js/magpassion/quickview/js/slides.min.jquery.js
ADDED
@@ -0,0 +1,127 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*
|
2 |
+
* Slides, A Slideshow Plugin for jQuery
|
3 |
+
* Intructions: http://slidesjs.com
|
4 |
+
* By: Nathan Searles, http://nathansearles.com
|
5 |
+
* Version: 1.1.9
|
6 |
+
* Updated: September 5th, 2011
|
7 |
+
*
|
8 |
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
9 |
+
* you may not use this file except in compliance with the License.
|
10 |
+
* You may obtain a copy of the License at
|
11 |
+
*
|
12 |
+
* http://www.apache.org/licenses/LICENSE-2.0
|
13 |
+
*
|
14 |
+
* Unless required by applicable law or agreed to in writing, software
|
15 |
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
16 |
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
17 |
+
* See the License for the specific language governing permissions and
|
18 |
+
* limitations under the License.
|
19 |
+
*/
|
20 |
+
(function (a) {
|
21 |
+
a.fn.slides = function (b) {
|
22 |
+
return b = a.extend({}, a.fn.slides.option, b), this.each(function () {
|
23 |
+
function w(g, h, i) {
|
24 |
+
if (!p && o) {
|
25 |
+
p = !0, b.animationStart(n + 1);
|
26 |
+
switch (g) {
|
27 |
+
case"next":
|
28 |
+
l = n, k = n + 1, k = e === k ? 0 : k, r = f * 2, g = -f * 2, n = k;
|
29 |
+
break;
|
30 |
+
case"prev":
|
31 |
+
l = n, k = n - 1, k = k === -1 ? e - 1 : k, r = 0, g = 0, n = k;
|
32 |
+
break;
|
33 |
+
case"pagination":
|
34 |
+
k = parseInt(i, 10), l = a("." + b.paginationClass + " li." + b.currentClass + " a", c).attr("href").match("[^#/]+$"), k > l ? (r = f * 2, g = -f * 2) : (r = 0, g = 0), n = k
|
35 |
+
}
|
36 |
+
h === "fade" ? b.crossfade ? d.children(":eq(" + k + ")", c).css({zIndex:10}).fadeIn(b.fadeSpeed, b.fadeEasing, function () {
|
37 |
+
b.autoHeight ? d.animate({height:d.children(":eq(" + k + ")", c).outerHeight()}, b.autoHeightSpeed, function () {
|
38 |
+
d.children(":eq(" + l + ")", c).css({display:"none", zIndex:0}), d.children(":eq(" + k + ")", c).css({zIndex:0}), b.animationComplete(k + 1), p = !1
|
39 |
+
}) : (d.children(":eq(" + l + ")", c).css({display:"none", zIndex:0}), d.children(":eq(" + k + ")", c).css({zIndex:0}), b.animationComplete(k + 1), p = !1)
|
40 |
+
}) : d.children(":eq(" + l + ")", c).fadeOut(b.fadeSpeed, b.fadeEasing, function () {
|
41 |
+
b.autoHeight ? d.animate({height:d.children(":eq(" + k + ")", c).outerHeight()}, b.autoHeightSpeed, function () {
|
42 |
+
d.children(":eq(" + k + ")", c).fadeIn(b.fadeSpeed, b.fadeEasing)
|
43 |
+
}) : d.children(":eq(" + k + ")", c).fadeIn(b.fadeSpeed, b.fadeEasing, function () {
|
44 |
+
a.browser.msie && a(this).get(0).style.removeAttribute("filter")
|
45 |
+
}), b.animationComplete(k + 1), p = !1
|
46 |
+
}) : (d.children(":eq(" + k + ")").css({left:r, display:"block"}), b.autoHeight ? d.animate({left:g, height:d.children(":eq(" + k + ")").outerHeight()}, b.slideSpeed, b.slideEasing, function () {
|
47 |
+
d.css({left:-f}), d.children(":eq(" + k + ")").css({left:f, zIndex:5}), d.children(":eq(" + l + ")").css({left:f, display:"none", zIndex:0}), b.animationComplete(k + 1), p = !1
|
48 |
+
}) : d.animate({left:g}, b.slideSpeed, b.slideEasing, function () {
|
49 |
+
d.css({left:-f}), d.children(":eq(" + k + ")").css({left:f, zIndex:5}), d.children(":eq(" + l + ")").css({left:f, display:"none", zIndex:0}), b.animationComplete(k + 1), p = !1
|
50 |
+
})), b.pagination && (a("." + b.paginationClass + " li." + b.currentClass, c).removeClass(b.currentClass), a("." + b.paginationClass + " li:eq(" + k + ")", c).addClass(b.currentClass))
|
51 |
+
}
|
52 |
+
}
|
53 |
+
|
54 |
+
function x() {
|
55 |
+
clearInterval(c.data("interval"))
|
56 |
+
}
|
57 |
+
|
58 |
+
function y() {
|
59 |
+
b.pause ? (clearTimeout(c.data("pause")), clearInterval(c.data("interval")), u = setTimeout(function () {
|
60 |
+
clearTimeout(c.data("pause")), v = setInterval(function () {
|
61 |
+
w("next", i)
|
62 |
+
}, b.play), c.data("interval", v)
|
63 |
+
}, b.pause), c.data("pause", u)) : x()
|
64 |
+
}
|
65 |
+
|
66 |
+
a("." + b.container, a(this)).children().wrapAll('<div class="slides_control"/>');
|
67 |
+
var c = a(this), d = a(".slides_control", c), e = d.children().size(), f = d.children().outerWidth(), g = d.children().outerHeight(), h = b.start - 1, i = b.effect.indexOf(",") < 0 ? b.effect : b.effect.replace(" ", "").split(",")[0], j = b.effect.indexOf(",") < 0 ? i : b.effect.replace(" ", "").split(",")[1], k = 0, l = 0, m = 0, n = 0, o, p, q, r, s, t, u, v;
|
68 |
+
if (e < 2)return a("." + b.container, a(this)).fadeIn(b.fadeSpeed, b.fadeEasing, function () {
|
69 |
+
o = !0, b.slidesLoaded()
|
70 |
+
}), a("." + b.next + ", ." + b.prev).fadeOut(0), !1;
|
71 |
+
if (e < 2)return;
|
72 |
+
h < 0 && (h = 0), h > e && (h = e - 1), b.start && (n = h), b.randomize && d.randomize(), a("." + b.container, c).css({overflow:"visible", position:"relative"}), d.children().css({position:"absolute", top:0, left:d.children().outerWidth(), zIndex:0, display:"none"}), d.css({position:"relative", width:f * 3, height:g, left:-f}), a("." + b.container, c).css({display:"block"}), b.autoHeight && (d.children().css({height:"auto"}), d.animate({height:d.children(":eq(" + h + ")").outerHeight()}, b.autoHeightSpeed));
|
73 |
+
if (b.preload && d.find("img:eq(" + h + ")").length) {
|
74 |
+
a("." + b.container, c).css({background:"url(" + b.preloadImage + ") no-repeat 50% 50%"});
|
75 |
+
var z = d.find("img:eq(" + h + ")").attr("src") + "?" + (new Date).getTime();
|
76 |
+
a("img", c).parent().attr("class") != "slides_control" ? t = d.children(":eq(0)")[0].tagName.toLowerCase() : t = d.find("img:eq(" + h + ")"), d.find("img:eq(" + h + ")").attr("src", z).load(function () {
|
77 |
+
d.find(t + ":eq(" + h + ")").fadeIn(b.fadeSpeed, b.fadeEasing, function () {
|
78 |
+
a(this).css({zIndex:5}), a("." + b.container, c).css({background:""}), o = !0, b.slidesLoaded()
|
79 |
+
})
|
80 |
+
})
|
81 |
+
} else d.children(":eq(" + h + ")").fadeIn(b.fadeSpeed, b.fadeEasing, function () {
|
82 |
+
o = !0, b.slidesLoaded()
|
83 |
+
});
|
84 |
+
b.bigTarget && (d.children().css({cursor:"pointer"}), d.children().click(function () {
|
85 |
+
return w("next", i), !1
|
86 |
+
})), b.hoverPause && b.play && (d.bind("mouseover", function () {
|
87 |
+
x()
|
88 |
+
}), d.bind("mouseleave", function () {
|
89 |
+
y()
|
90 |
+
})), b.generateNextPrev && (a("." + b.container, c).after('<a href="#" class="' + b.prev + '"></a>'), a("." + b.prev, c).after('<a href="#" class="' + b.next + '"></a>')), a("." + b.next, c).click(function (a) {
|
91 |
+
a.preventDefault(), b.play && y(), w("next", i)
|
92 |
+
}), a("." + b.prev, c).click(function (a) {
|
93 |
+
a.preventDefault(), b.play && y(), w("prev", i)
|
94 |
+
}), b.generatePagination ? (b.prependPagination ? c.prepend("<ul class=" + b.paginationClass + "></ul>") : c.append("<ul class=" + b.paginationClass + "></ul>"), d.children().each(function () {
|
95 |
+
a("." + b.paginationClass, c).append('<li><a href="#' + m + '">' + (m + 1) + "</a></li>"), m++
|
96 |
+
})) : a("." + b.paginationClass + " li a", c).each(function () {
|
97 |
+
a(this).attr("href", "#" + m), m++
|
98 |
+
}), a("." + b.paginationClass + " li:eq(" + h + ")", c).addClass(b.currentClass), a("." + b.paginationClass + " li a", c).click(function () {
|
99 |
+
return b.play && y(), q = a(this).attr("href").match("[^#/]+$"), n != q && w("pagination", j, q), !1
|
100 |
+
}), a("a.link", c).click(function () {
|
101 |
+
return b.play && y(), q = a(this).attr("href").match("[^#/]+$") - 1, n != q && w("pagination", j, q), !1
|
102 |
+
}), b.play && (v = setInterval(function () {
|
103 |
+
w("next", i)
|
104 |
+
}, b.play), c.data("interval", v))
|
105 |
+
})
|
106 |
+
}, a.fn.slides.option = {preload:!1, preloadImage:"/img/loading.gif", container:"slides_container", generateNextPrev:!1, next:"next", prev:"prev", pagination:!0, generatePagination:!0, prependPagination:!1, paginationClass:"pagination", currentClass:"current", fadeSpeed:350, fadeEasing:"", slideSpeed:350, slideEasing:"", start:1, effect:"slide", crossfade:!1, randomize:!1, play:0, pause:0, hoverPause:!1, autoHeight:!1, autoHeightSpeed:350, bigTarget:!1, animationStart:function () {
|
107 |
+
}, animationComplete:function () {
|
108 |
+
}, slidesLoaded:function () {
|
109 |
+
}}, a.fn.randomize = function (b) {
|
110 |
+
function c() {
|
111 |
+
return Math.round(Math.random()) - .5
|
112 |
+
}
|
113 |
+
|
114 |
+
return a(this).each(function () {
|
115 |
+
var d = a(this), e = d.children(), f = e.length;
|
116 |
+
if (f > 1) {
|
117 |
+
e.hide();
|
118 |
+
var g = [];
|
119 |
+
for (i = 0; i < f; i++)g[g.length] = i;
|
120 |
+
g = g.sort(c), a.each(g, function (a, c) {
|
121 |
+
var f = e.eq(c), g = f.clone(!0);
|
122 |
+
g.show().appendTo(d), b !== undefined && b(f, g), f.remove()
|
123 |
+
})
|
124 |
+
}
|
125 |
+
})
|
126 |
+
}
|
127 |
+
})(jQuery)
|
js/magpassion/quickview/product.js
ADDED
@@ -0,0 +1,776 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/**
|
2 |
+
* Magento
|
3 |
+
*
|
4 |
+
* NOTICE OF LICENSE
|
5 |
+
*
|
6 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
7 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
8 |
+
* It is also available through the world-wide-web at this URL:
|
9 |
+
* http://opensource.org/licenses/afl-3.0.php
|
10 |
+
* If you did not receive a copy of the license and are unable to
|
11 |
+
* obtain it through the world-wide-web, please send an email
|
12 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
13 |
+
*
|
14 |
+
* DISCLAIMER
|
15 |
+
*
|
16 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
17 |
+
* versions in the future. If you wish to customize Magento for your
|
18 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
19 |
+
*
|
20 |
+
* @category Varien
|
21 |
+
* @package js
|
22 |
+
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
23 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
+
*/
|
25 |
+
if(typeof Product=='undefined') {
|
26 |
+
var Product = {};
|
27 |
+
}
|
28 |
+
|
29 |
+
/********************* IMAGE ZOOMER ***********************/
|
30 |
+
|
31 |
+
Product.Zoom = Class.create();
|
32 |
+
/**
|
33 |
+
* Image zoom control
|
34 |
+
*
|
35 |
+
* @author Magento Core Team <core@magentocommerce.com>
|
36 |
+
*/
|
37 |
+
Product.Zoom.prototype = {
|
38 |
+
initialize: function(imageEl, trackEl, handleEl, zoomInEl, zoomOutEl, hintEl){
|
39 |
+
this.containerEl = $(imageEl).parentNode;
|
40 |
+
this.imageEl = $(imageEl);
|
41 |
+
this.handleEl = $(handleEl);
|
42 |
+
this.trackEl = $(trackEl);
|
43 |
+
this.hintEl = $(hintEl);
|
44 |
+
|
45 |
+
this.containerDim = Element.getDimensions(this.containerEl);
|
46 |
+
this.imageDim = Element.getDimensions(this.imageEl);
|
47 |
+
|
48 |
+
this.imageDim.ratio = this.imageDim.width/this.imageDim.height;
|
49 |
+
|
50 |
+
this.floorZoom = 1;
|
51 |
+
|
52 |
+
if (this.imageDim.width > this.imageDim.height) {
|
53 |
+
this.ceilingZoom = this.imageDim.width / this.containerDim.width;
|
54 |
+
} else {
|
55 |
+
this.ceilingZoom = this.imageDim.height / this.containerDim.height;
|
56 |
+
}
|
57 |
+
|
58 |
+
if (this.imageDim.width <= this.containerDim.width
|
59 |
+
&& this.imageDim.height <= this.containerDim.height) {
|
60 |
+
this.trackEl.up().hide();
|
61 |
+
this.hintEl.hide();
|
62 |
+
this.containerEl.removeClassName('product-image-zoom');
|
63 |
+
return;
|
64 |
+
}
|
65 |
+
|
66 |
+
this.imageX = 0;
|
67 |
+
this.imageY = 0;
|
68 |
+
this.imageZoom = 1;
|
69 |
+
|
70 |
+
this.sliderSpeed = 0;
|
71 |
+
this.sliderAccel = 0;
|
72 |
+
this.zoomBtnPressed = false;
|
73 |
+
|
74 |
+
this.showFull = false;
|
75 |
+
|
76 |
+
this.selects = document.getElementsByTagName('select');
|
77 |
+
|
78 |
+
this.draggable = new Draggable(imageEl, {
|
79 |
+
starteffect:false,
|
80 |
+
reverteffect:false,
|
81 |
+
endeffect:false,
|
82 |
+
snap:this.contain.bind(this)
|
83 |
+
});
|
84 |
+
|
85 |
+
this.slider = new Control.Slider(handleEl, trackEl, {
|
86 |
+
axis:'horizontal',
|
87 |
+
minimum:0,
|
88 |
+
maximum:Element.getDimensions(this.trackEl).width,
|
89 |
+
alignX:0,
|
90 |
+
increment:1,
|
91 |
+
sliderValue:0,
|
92 |
+
onSlide:this.scale.bind(this),
|
93 |
+
onChange:this.scale.bind(this)
|
94 |
+
});
|
95 |
+
|
96 |
+
this.scale(0);
|
97 |
+
|
98 |
+
Event.observe(this.imageEl, 'dblclick', this.toggleFull.bind(this));
|
99 |
+
|
100 |
+
Event.observe($(zoomInEl), 'mousedown', this.startZoomIn.bind(this));
|
101 |
+
Event.observe($(zoomInEl), 'mouseup', this.stopZooming.bind(this));
|
102 |
+
Event.observe($(zoomInEl), 'mouseout', this.stopZooming.bind(this));
|
103 |
+
|
104 |
+
Event.observe($(zoomOutEl), 'mousedown', this.startZoomOut.bind(this));
|
105 |
+
Event.observe($(zoomOutEl), 'mouseup', this.stopZooming.bind(this));
|
106 |
+
Event.observe($(zoomOutEl), 'mouseout', this.stopZooming.bind(this));
|
107 |
+
},
|
108 |
+
|
109 |
+
toggleFull: function () {
|
110 |
+
this.showFull = !this.showFull;
|
111 |
+
|
112 |
+
//Hide selects for IE6 only
|
113 |
+
if (typeof document.body.style.maxHeight == "undefined") {
|
114 |
+
for (i=0; i<this.selects.length; i++) {
|
115 |
+
this.selects[i].style.visibility = this.showFull ? 'hidden' : 'visible';
|
116 |
+
}
|
117 |
+
}
|
118 |
+
val_scale = !this.showFull ? this.slider.value : 1;
|
119 |
+
this.scale(val_scale);
|
120 |
+
|
121 |
+
this.trackEl.style.visibility = this.showFull ? 'hidden' : 'visible';
|
122 |
+
this.containerEl.style.overflow = this.showFull ? 'visible' : 'hidden';
|
123 |
+
this.containerEl.style.zIndex = this.showFull ? '1000' : '9';
|
124 |
+
|
125 |
+
return this;
|
126 |
+
},
|
127 |
+
|
128 |
+
scale: function (v) {
|
129 |
+
var centerX = (this.containerDim.width*(1-this.imageZoom)/2-this.imageX)/this.imageZoom;
|
130 |
+
var centerY = (this.containerDim.height*(1-this.imageZoom)/2-this.imageY)/this.imageZoom;
|
131 |
+
var overSize = (this.imageDim.width > this.containerDim.width || this.imageDim.height > this.containerDim.height);
|
132 |
+
|
133 |
+
this.imageZoom = this.floorZoom+(v*(this.ceilingZoom-this.floorZoom));
|
134 |
+
|
135 |
+
if (overSize) {
|
136 |
+
if (this.imageDim.width > this.containerDim.width) {
|
137 |
+
this.imageEl.style.width = (this.imageZoom*this.containerDim.width)+'px';
|
138 |
+
} else if (this.imageDim.height > this.containerDim.height) {
|
139 |
+
this.imageEl.style.height = (this.imageZoom*this.containerDim.height)+'px';
|
140 |
+
}
|
141 |
+
|
142 |
+
if(this.containerDim.ratio){
|
143 |
+
this.imageEl.style.height = (this.imageZoom*this.containerDim.width*this.containerDim.ratio)+'px'; // for safari
|
144 |
+
}
|
145 |
+
} else {
|
146 |
+
this.slider.setDisabled();
|
147 |
+
}
|
148 |
+
|
149 |
+
this.imageX = this.containerDim.width*(1-this.imageZoom)/2-centerX*this.imageZoom;
|
150 |
+
this.imageY = this.containerDim.height*(1-this.imageZoom)/2-centerY*this.imageZoom;
|
151 |
+
|
152 |
+
this.contain(this.imageX, this.imageY, this.draggable);
|
153 |
+
|
154 |
+
return true;
|
155 |
+
},
|
156 |
+
|
157 |
+
startZoomIn: function()
|
158 |
+
{
|
159 |
+
if (!this.slider.disabled) {
|
160 |
+
this.zoomBtnPressed = true;
|
161 |
+
this.sliderAccel = .002;
|
162 |
+
this.periodicalZoom();
|
163 |
+
this.zoomer = new PeriodicalExecuter(this.periodicalZoom.bind(this), .05);
|
164 |
+
}
|
165 |
+
return this;
|
166 |
+
},
|
167 |
+
|
168 |
+
startZoomOut: function()
|
169 |
+
{
|
170 |
+
if (!this.slider.disabled) {
|
171 |
+
this.zoomBtnPressed = true;
|
172 |
+
this.sliderAccel = -.002;
|
173 |
+
this.periodicalZoom();
|
174 |
+
this.zoomer = new PeriodicalExecuter(this.periodicalZoom.bind(this), .05);
|
175 |
+
}
|
176 |
+
return this;
|
177 |
+
},
|
178 |
+
|
179 |
+
stopZooming: function()
|
180 |
+
{
|
181 |
+
if (!this.zoomer || this.sliderSpeed==0) {
|
182 |
+
return;
|
183 |
+
}
|
184 |
+
this.zoomBtnPressed = false;
|
185 |
+
this.sliderAccel = 0;
|
186 |
+
},
|
187 |
+
|
188 |
+
periodicalZoom: function()
|
189 |
+
{
|
190 |
+
if (!this.zoomer) {
|
191 |
+
return this;
|
192 |
+
}
|
193 |
+
|
194 |
+
if (this.zoomBtnPressed) {
|
195 |
+
this.sliderSpeed += this.sliderAccel;
|
196 |
+
} else {
|
197 |
+
this.sliderSpeed /= 1.5;
|
198 |
+
if (Math.abs(this.sliderSpeed)<.001) {
|
199 |
+
this.sliderSpeed = 0;
|
200 |
+
this.zoomer.stop();
|
201 |
+
this.zoomer = null;
|
202 |
+
}
|
203 |
+
}
|
204 |
+
this.slider.value += this.sliderSpeed;
|
205 |
+
|
206 |
+
this.slider.setValue(this.slider.value);
|
207 |
+
this.scale(this.slider.value);
|
208 |
+
|
209 |
+
return this;
|
210 |
+
},
|
211 |
+
|
212 |
+
contain: function (x,y,draggable) {
|
213 |
+
|
214 |
+
var dim = Element.getDimensions(draggable.element);
|
215 |
+
|
216 |
+
var xMin = 0, xMax = this.containerDim.width-dim.width;
|
217 |
+
var yMin = 0, yMax = this.containerDim.height-dim.height;
|
218 |
+
|
219 |
+
x = x>xMin ? xMin : x;
|
220 |
+
x = x<xMax ? xMax : x;
|
221 |
+
y = y>yMin ? yMin : y;
|
222 |
+
y = y<yMax ? yMax : y;
|
223 |
+
|
224 |
+
if (this.containerDim.width > dim.width) {
|
225 |
+
x = (this.containerDim.width/2) - (dim.width/2);
|
226 |
+
}
|
227 |
+
|
228 |
+
if (this.containerDim.height > dim.height) {
|
229 |
+
y = (this.containerDim.height/2) - (dim.height/2);
|
230 |
+
}
|
231 |
+
|
232 |
+
this.imageX = x;
|
233 |
+
this.imageY = y;
|
234 |
+
|
235 |
+
this.imageEl.style.left = this.imageX+'px';
|
236 |
+
this.imageEl.style.top = this.imageY+'px';
|
237 |
+
|
238 |
+
return [x,y];
|
239 |
+
}
|
240 |
+
}
|
241 |
+
|
242 |
+
/**************************** CONFIGURABLE PRODUCT **************************/
|
243 |
+
Product.Config = Class.create();
|
244 |
+
Product.Config.prototype = {
|
245 |
+
initialize: function(config){
|
246 |
+
this.config = config;
|
247 |
+
this.taxConfig = this.config.taxConfig;
|
248 |
+
this.settings = $$('.super-attribute-select');
|
249 |
+
this.state = new Hash();
|
250 |
+
this.priceTemplate = new Template(this.config.template);
|
251 |
+
this.prices = config.prices;
|
252 |
+
|
253 |
+
this.settings.each(function(element){
|
254 |
+
Event.observe(element, 'change', this.configure.bind(this))
|
255 |
+
}.bind(this));
|
256 |
+
|
257 |
+
// fill state
|
258 |
+
this.settings.each(function(element){
|
259 |
+
var attributeId = element.id.replace(/[a-z]*/, '');
|
260 |
+
if(attributeId && this.config.attributes[attributeId]) {
|
261 |
+
element.config = this.config.attributes[attributeId];
|
262 |
+
element.attributeId = attributeId;
|
263 |
+
this.state[attributeId] = false;
|
264 |
+
}
|
265 |
+
}.bind(this))
|
266 |
+
|
267 |
+
// Init settings dropdown
|
268 |
+
var childSettings = [];
|
269 |
+
for(var i=this.settings.length-1;i>=0;i--){
|
270 |
+
var prevSetting = this.settings[i-1] ? this.settings[i-1] : false;
|
271 |
+
var nextSetting = this.settings[i+1] ? this.settings[i+1] : false;
|
272 |
+
if(i==0){
|
273 |
+
this.fillSelect(this.settings[i])
|
274 |
+
}
|
275 |
+
else {
|
276 |
+
this.settings[i].disabled=true;
|
277 |
+
}
|
278 |
+
$(this.settings[i]).childSettings = childSettings.clone();
|
279 |
+
$(this.settings[i]).prevSetting = prevSetting;
|
280 |
+
$(this.settings[i]).nextSetting = nextSetting;
|
281 |
+
childSettings.push(this.settings[i]);
|
282 |
+
}
|
283 |
+
|
284 |
+
// Set default values - from config and overwrite them by url values
|
285 |
+
if (config.defaultValues) {
|
286 |
+
this.values = config.defaultValues;
|
287 |
+
}
|
288 |
+
|
289 |
+
var separatorIndex = window.location.href.indexOf('#');
|
290 |
+
if (separatorIndex != -1) {
|
291 |
+
var paramsStr = window.location.href.substr(separatorIndex+1);
|
292 |
+
var urlValues = paramsStr.toQueryParams();
|
293 |
+
if (!this.values) {
|
294 |
+
this.values = {};
|
295 |
+
}
|
296 |
+
for (var i in urlValues) {
|
297 |
+
this.values[i] = urlValues[i];
|
298 |
+
}
|
299 |
+
}
|
300 |
+
|
301 |
+
this.configureForValues();
|
302 |
+
document.observe("dom:loaded", this.configureForValues.bind(this));
|
303 |
+
},
|
304 |
+
|
305 |
+
configureForValues: function () {
|
306 |
+
if (this.values) {
|
307 |
+
this.settings.each(function(element){
|
308 |
+
var attributeId = element.attributeId;
|
309 |
+
element.value = (typeof(this.values[attributeId]) == 'undefined')? '' : this.values[attributeId];
|
310 |
+
this.configureElement(element);
|
311 |
+
}.bind(this));
|
312 |
+
}
|
313 |
+
},
|
314 |
+
|
315 |
+
configure: function(event){
|
316 |
+
var element = Event.element(event);
|
317 |
+
this.configureElement(element);
|
318 |
+
},
|
319 |
+
|
320 |
+
configureElement : function(element) {
|
321 |
+
this.reloadOptionLabels(element);
|
322 |
+
if(element.value){
|
323 |
+
this.state[element.config.id] = element.value;
|
324 |
+
if(element.nextSetting){
|
325 |
+
element.nextSetting.disabled = false;
|
326 |
+
this.fillSelect(element.nextSetting);
|
327 |
+
this.resetChildren(element.nextSetting);
|
328 |
+
}
|
329 |
+
}
|
330 |
+
else {
|
331 |
+
this.resetChildren(element);
|
332 |
+
}
|
333 |
+
this.reloadPrice();
|
334 |
+
// Calculator.updatePrice();
|
335 |
+
},
|
336 |
+
|
337 |
+
reloadOptionLabels: function(element){
|
338 |
+
var selectedPrice;
|
339 |
+
if(element.options[element.selectedIndex].config){
|
340 |
+
selectedPrice = parseFloat(element.options[element.selectedIndex].config.price)
|
341 |
+
}
|
342 |
+
else{
|
343 |
+
selectedPrice = 0;
|
344 |
+
}
|
345 |
+
for(var i=0;i<element.options.length;i++){
|
346 |
+
if(element.options[i].config){
|
347 |
+
element.options[i].text = this.getOptionLabel(element.options[i].config, element.options[i].config.price-selectedPrice);
|
348 |
+
}
|
349 |
+
}
|
350 |
+
},
|
351 |
+
|
352 |
+
resetChildren : function(element){
|
353 |
+
if(element.childSettings) {
|
354 |
+
for(var i=0;i<element.childSettings.length;i++){
|
355 |
+
element.childSettings[i].selectedIndex = 0;
|
356 |
+
element.childSettings[i].disabled = true;
|
357 |
+
if(element.config){
|
358 |
+
this.state[element.config.id] = false;
|
359 |
+
}
|
360 |
+
}
|
361 |
+
}
|
362 |
+
},
|
363 |
+
|
364 |
+
fillSelect: function(element){
|
365 |
+
var attributeId = element.id.replace(/[a-z]*/, '');
|
366 |
+
var options = this.getAttributeOptions(attributeId);
|
367 |
+
this.clearSelect(element);
|
368 |
+
element.options[0] = new Option(this.config.chooseText, '');
|
369 |
+
|
370 |
+
var prevConfig = false;
|
371 |
+
if(element.prevSetting){
|
372 |
+
prevConfig = element.prevSetting.options[element.prevSetting.selectedIndex];
|
373 |
+
}
|
374 |
+
|
375 |
+
if(options) {
|
376 |
+
var index = 1;
|
377 |
+
for(var i=0;i<options.length;i++){
|
378 |
+
var allowedProducts = [];
|
379 |
+
if(prevConfig) {
|
380 |
+
for(var j=0;j<options[i].products.length;j++){
|
381 |
+
if(prevConfig.config.allowedProducts
|
382 |
+
&& prevConfig.config.allowedProducts.indexOf(options[i].products[j])>-1){
|
383 |
+
allowedProducts.push(options[i].products[j]);
|
384 |
+
}
|
385 |
+
}
|
386 |
+
} else {
|
387 |
+
allowedProducts = options[i].products.clone();
|
388 |
+
}
|
389 |
+
|
390 |
+
if(allowedProducts.size()>0){
|
391 |
+
options[i].allowedProducts = allowedProducts;
|
392 |
+
element.options[index] = new Option(this.getOptionLabel(options[i], options[i].price), options[i].id);
|
393 |
+
element.options[index].config = options[i];
|
394 |
+
index++;
|
395 |
+
}
|
396 |
+
}
|
397 |
+
}
|
398 |
+
},
|
399 |
+
|
400 |
+
getOptionLabel: function(option, price){
|
401 |
+
var price = parseFloat(price);
|
402 |
+
if (this.taxConfig.includeTax) {
|
403 |
+
var tax = price / (100 + this.taxConfig.defaultTax) * this.taxConfig.defaultTax;
|
404 |
+
var excl = price - tax;
|
405 |
+
var incl = excl*(1+(this.taxConfig.currentTax/100));
|
406 |
+
} else {
|
407 |
+
var tax = price * (this.taxConfig.currentTax / 100);
|
408 |
+
var excl = price;
|
409 |
+
var incl = excl + tax;
|
410 |
+
}
|
411 |
+
|
412 |
+
if (this.taxConfig.showIncludeTax || this.taxConfig.showBothPrices) {
|
413 |
+
price = incl;
|
414 |
+
} else {
|
415 |
+
price = excl;
|
416 |
+
}
|
417 |
+
|
418 |
+
var str = option.label;
|
419 |
+
if(price){
|
420 |
+
if (this.taxConfig.showBothPrices) {
|
421 |
+
str+= ' ' + this.formatPrice(excl, true) + ' (' + this.formatPrice(price, true) + ' ' + this.taxConfig.inclTaxTitle + ')';
|
422 |
+
} else {
|
423 |
+
str+= ' ' + this.formatPrice(price, true);
|
424 |
+
}
|
425 |
+
}
|
426 |
+
return str;
|
427 |
+
},
|
428 |
+
|
429 |
+
formatPrice: function(price, showSign){
|
430 |
+
var str = '';
|
431 |
+
price = parseFloat(price);
|
432 |
+
if(showSign){
|
433 |
+
if(price<0){
|
434 |
+
str+= '-';
|
435 |
+
price = -price;
|
436 |
+
}
|
437 |
+
else{
|
438 |
+
str+= '+';
|
439 |
+
}
|
440 |
+
}
|
441 |
+
|
442 |
+
var roundedPrice = (Math.round(price*100)/100).toString();
|
443 |
+
|
444 |
+
if (this.prices && this.prices[roundedPrice]) {
|
445 |
+
str+= this.prices[roundedPrice];
|
446 |
+
}
|
447 |
+
else {
|
448 |
+
str+= this.priceTemplate.evaluate({price:price.toFixed(2)});
|
449 |
+
}
|
450 |
+
return str;
|
451 |
+
},
|
452 |
+
|
453 |
+
clearSelect: function(element){
|
454 |
+
for(var i=element.options.length-1;i>=0;i--){
|
455 |
+
element.remove(i);
|
456 |
+
}
|
457 |
+
},
|
458 |
+
|
459 |
+
getAttributeOptions: function(attributeId){
|
460 |
+
if(this.config.attributes[attributeId]){
|
461 |
+
return this.config.attributes[attributeId].options;
|
462 |
+
}
|
463 |
+
},
|
464 |
+
|
465 |
+
reloadPrice: function(){
|
466 |
+
var price = 0;
|
467 |
+
var oldPrice = 0;
|
468 |
+
for(var i=this.settings.length-1;i>=0;i--){
|
469 |
+
var selected = this.settings[i].options[this.settings[i].selectedIndex];
|
470 |
+
if(selected.config){
|
471 |
+
price += parseFloat(selected.config.price);
|
472 |
+
oldPrice += parseFloat(selected.config.oldPrice);
|
473 |
+
}
|
474 |
+
}
|
475 |
+
|
476 |
+
optionsPrice.changePrice('config', {'price': price, 'oldPrice': oldPrice});
|
477 |
+
optionsPrice.reload();
|
478 |
+
|
479 |
+
return price;
|
480 |
+
|
481 |
+
if($('product-price-'+this.config.productId)){
|
482 |
+
$('product-price-'+this.config.productId).innerHTML = price;
|
483 |
+
}
|
484 |
+
this.reloadOldPrice();
|
485 |
+
},
|
486 |
+
|
487 |
+
reloadOldPrice: function(){
|
488 |
+
if ($('old-price-'+this.config.productId)) {
|
489 |
+
|
490 |
+
var price = parseFloat(this.config.oldPrice);
|
491 |
+
for(var i=this.settings.length-1;i>=0;i--){
|
492 |
+
var selected = this.settings[i].options[this.settings[i].selectedIndex];
|
493 |
+
if(selected.config){
|
494 |
+
var parsedOldPrice = parseFloat(selected.config.oldPrice);
|
495 |
+
price += isNaN(parsedOldPrice) ? 0 : parsedOldPrice;
|
496 |
+
}
|
497 |
+
}
|
498 |
+
if (price < 0)
|
499 |
+
price = 0;
|
500 |
+
price = this.formatPrice(price);
|
501 |
+
|
502 |
+
if($('old-price-'+this.config.productId)){
|
503 |
+
$('old-price-'+this.config.productId).innerHTML = price;
|
504 |
+
}
|
505 |
+
|
506 |
+
}
|
507 |
+
}
|
508 |
+
}
|
509 |
+
|
510 |
+
|
511 |
+
/**************************** SUPER PRODUCTS ********************************/
|
512 |
+
|
513 |
+
Product.Super = {};
|
514 |
+
Product.Super.Configurable = Class.create();
|
515 |
+
|
516 |
+
Product.Super.Configurable.prototype = {
|
517 |
+
initialize: function(container, observeCss, updateUrl, updatePriceUrl, priceContainerId) {
|
518 |
+
this.container = $(container);
|
519 |
+
this.observeCss = observeCss;
|
520 |
+
this.updateUrl = updateUrl;
|
521 |
+
this.updatePriceUrl = updatePriceUrl;
|
522 |
+
this.priceContainerId = priceContainerId;
|
523 |
+
this.registerObservers();
|
524 |
+
},
|
525 |
+
registerObservers: function() {
|
526 |
+
var elements = this.container.getElementsByClassName(this.observeCss);
|
527 |
+
elements.each(function(element){
|
528 |
+
Event.observe(element, 'change', this.update.bindAsEventListener(this));
|
529 |
+
}.bind(this));
|
530 |
+
return this;
|
531 |
+
},
|
532 |
+
update: function(event) {
|
533 |
+
var elements = this.container.getElementsByClassName(this.observeCss);
|
534 |
+
var parameters = Form.serializeElements(elements, true);
|
535 |
+
|
536 |
+
new Ajax.Updater(this.container, this.updateUrl + '?ajax=1', {
|
537 |
+
parameters:parameters,
|
538 |
+
onComplete:this.registerObservers.bind(this)
|
539 |
+
});
|
540 |
+
var priceContainer = $(this.priceContainerId);
|
541 |
+
if(priceContainer) {
|
542 |
+
new Ajax.Updater(priceContainer, this.updatePriceUrl + '?ajax=1', {
|
543 |
+
parameters:parameters
|
544 |
+
});
|
545 |
+
}
|
546 |
+
}
|
547 |
+
}
|
548 |
+
|
549 |
+
/**************************** PRICE RELOADER ********************************/
|
550 |
+
Product.OptionsPrice = Class.create();
|
551 |
+
Product.OptionsPrice.prototype = {
|
552 |
+
initialize: function(config) {
|
553 |
+
this.productId = config.productId;
|
554 |
+
this.priceFormat = config.priceFormat;
|
555 |
+
this.includeTax = config.includeTax;
|
556 |
+
this.defaultTax = config.defaultTax;
|
557 |
+
this.currentTax = config.currentTax;
|
558 |
+
this.productPrice = config.productPrice;
|
559 |
+
this.showIncludeTax = config.showIncludeTax;
|
560 |
+
this.showBothPrices = config.showBothPrices;
|
561 |
+
this.productOldPrice = config.productOldPrice;
|
562 |
+
this.priceInclTax = config.priceInclTax;
|
563 |
+
this.priceExclTax = config.priceExclTax;
|
564 |
+
this.skipCalculate = config.skipCalculate;//@deprecated after 1.5.1.0
|
565 |
+
this.duplicateIdSuffix = config.idSuffix;
|
566 |
+
this.specialTaxPrice = config.specialTaxPrice;
|
567 |
+
this.tierPrices = config.tierPrices;
|
568 |
+
this.tierPricesInclTax = config.tierPricesInclTax;
|
569 |
+
|
570 |
+
this.oldPlusDisposition = config.oldPlusDisposition;
|
571 |
+
this.plusDisposition = config.plusDisposition;
|
572 |
+
this.plusDispositionTax = config.plusDispositionTax;
|
573 |
+
|
574 |
+
this.oldMinusDisposition = config.oldMinusDisposition;
|
575 |
+
this.minusDisposition = config.minusDisposition;
|
576 |
+
|
577 |
+
this.exclDisposition = config.exclDisposition;
|
578 |
+
|
579 |
+
this.optionPrices = {};
|
580 |
+
this.customPrices = {};
|
581 |
+
this.containers = {};
|
582 |
+
|
583 |
+
this.displayZeroPrice = true;
|
584 |
+
|
585 |
+
this.initPrices();
|
586 |
+
},
|
587 |
+
|
588 |
+
setDuplicateIdSuffix: function(idSuffix) {
|
589 |
+
this.duplicateIdSuffix = idSuffix;
|
590 |
+
},
|
591 |
+
|
592 |
+
initPrices: function() {
|
593 |
+
this.containers[0] = 'product-price-' + this.productId;
|
594 |
+
this.containers[1] = 'bundle-price-' + this.productId;
|
595 |
+
this.containers[2] = 'price-including-tax-' + this.productId;
|
596 |
+
this.containers[3] = 'price-excluding-tax-' + this.productId;
|
597 |
+
this.containers[4] = 'old-price-' + this.productId;
|
598 |
+
},
|
599 |
+
|
600 |
+
changePrice: function(key, price) {
|
601 |
+
this.optionPrices[key] = price;
|
602 |
+
},
|
603 |
+
|
604 |
+
addCustomPrices: function(key, price) {
|
605 |
+
this.customPrices[key] = price;
|
606 |
+
},
|
607 |
+
getOptionPrices: function() {
|
608 |
+
var price = 0;
|
609 |
+
var nonTaxable = 0;
|
610 |
+
var oldPrice = 0;
|
611 |
+
var priceInclTax = 0;
|
612 |
+
var currentTax = this.currentTax;
|
613 |
+
$H(this.optionPrices).each(function(pair) {
|
614 |
+
if ('undefined' != typeof(pair.value.price) && 'undefined' != typeof(pair.value.oldPrice)) {
|
615 |
+
price += parseFloat(pair.value.price);
|
616 |
+
oldPrice += parseFloat(pair.value.oldPrice);
|
617 |
+
} else if (pair.key == 'nontaxable') {
|
618 |
+
nonTaxable = pair.value;
|
619 |
+
} else if (pair.key == 'priceInclTax') {
|
620 |
+
priceInclTax += pair.value;
|
621 |
+
} else if (pair.key == 'optionsPriceInclTax') {
|
622 |
+
priceInclTax += pair.value * (100 + currentTax) / 100;
|
623 |
+
} else {
|
624 |
+
price += parseFloat(pair.value);
|
625 |
+
oldPrice += parseFloat(pair.value);
|
626 |
+
}
|
627 |
+
});
|
628 |
+
var result = [price, nonTaxable, oldPrice, priceInclTax];
|
629 |
+
return result;
|
630 |
+
},
|
631 |
+
|
632 |
+
reload: function() {
|
633 |
+
var price;
|
634 |
+
var formattedPrice;
|
635 |
+
var optionPrices = this.getOptionPrices();
|
636 |
+
var nonTaxable = optionPrices[1];
|
637 |
+
var optionOldPrice = optionPrices[2];
|
638 |
+
var priceInclTax = optionPrices[3];
|
639 |
+
optionPrices = optionPrices[0];
|
640 |
+
|
641 |
+
$H(this.containers).each(function(pair) {
|
642 |
+
var _productPrice;
|
643 |
+
var _plusDisposition;
|
644 |
+
var _minusDisposition;
|
645 |
+
var _priceInclTax;
|
646 |
+
if ($(pair.value)) {
|
647 |
+
if (pair.value == 'old-price-'+this.productId && this.productOldPrice != this.productPrice) {
|
648 |
+
_productPrice = this.productOldPrice;
|
649 |
+
_plusDisposition = this.oldPlusDisposition;
|
650 |
+
_minusDisposition = this.oldMinusDisposition;
|
651 |
+
} else {
|
652 |
+
_productPrice = this.productPrice;
|
653 |
+
_plusDisposition = this.plusDisposition;
|
654 |
+
_minusDisposition = this.minusDisposition;
|
655 |
+
}
|
656 |
+
_priceInclTax = priceInclTax;
|
657 |
+
|
658 |
+
if (pair.value == 'old-price-'+this.productId && optionOldPrice !== undefined) {
|
659 |
+
price = optionOldPrice+parseFloat(_productPrice);
|
660 |
+
} else if (this.specialTaxPrice == 'true' && this.priceInclTax !== undefined && this.priceExclTax !== undefined) {
|
661 |
+
price = optionPrices+parseFloat(this.priceExclTax);
|
662 |
+
_priceInclTax += this.priceInclTax;
|
663 |
+
} else {
|
664 |
+
price = optionPrices+parseFloat(_productPrice);
|
665 |
+
_priceInclTax += parseFloat(_productPrice) * (100 + this.currentTax) / 100;
|
666 |
+
}
|
667 |
+
|
668 |
+
if (this.specialTaxPrice == 'true') {
|
669 |
+
var excl = price;
|
670 |
+
var incl = _priceInclTax;
|
671 |
+
} else if (this.includeTax == 'true') {
|
672 |
+
// tax = tax included into product price by admin
|
673 |
+
var tax = price / (100 + this.defaultTax) * this.defaultTax;
|
674 |
+
var excl = price - tax;
|
675 |
+
var incl = excl*(1+(this.currentTax/100));
|
676 |
+
} else {
|
677 |
+
var tax = price * (this.currentTax / 100);
|
678 |
+
var excl = price;
|
679 |
+
var incl = excl + tax;
|
680 |
+
}
|
681 |
+
|
682 |
+
var subPrice = 0;
|
683 |
+
var subPriceincludeTax = 0;
|
684 |
+
Object.values(this.customPrices).each(function(el){
|
685 |
+
if (el.excludeTax && el.includeTax) {
|
686 |
+
subPrice += parseFloat(el.excludeTax);
|
687 |
+
subPriceincludeTax += parseFloat(el.includeTax);
|
688 |
+
} else {
|
689 |
+
subPrice += parseFloat(el.price);
|
690 |
+
subPriceincludeTax += parseFloat(el.price);
|
691 |
+
}
|
692 |
+
});
|
693 |
+
excl += subPrice;
|
694 |
+
incl += subPriceincludeTax;
|
695 |
+
|
696 |
+
if (typeof this.exclDisposition == 'undefined') {
|
697 |
+
excl += parseFloat(_plusDisposition);
|
698 |
+
}
|
699 |
+
|
700 |
+
incl += parseFloat(_plusDisposition) + parseFloat(this.plusDispositionTax);
|
701 |
+
excl -= parseFloat(_minusDisposition);
|
702 |
+
incl -= parseFloat(_minusDisposition);
|
703 |
+
|
704 |
+
//adding nontaxlable part of options
|
705 |
+
excl += parseFloat(nonTaxable);
|
706 |
+
incl += parseFloat(nonTaxable);
|
707 |
+
|
708 |
+
if (pair.value == 'price-including-tax-'+this.productId) {
|
709 |
+
price = incl;
|
710 |
+
} else if (pair.value == 'price-excluding-tax-'+this.productId) {
|
711 |
+
price = excl;
|
712 |
+
} else if (pair.value == 'old-price-'+this.productId) {
|
713 |
+
if (this.showIncludeTax || this.showBothPrices) {
|
714 |
+
price = incl;
|
715 |
+
} else {
|
716 |
+
price = excl;
|
717 |
+
}
|
718 |
+
} else {
|
719 |
+
if (this.showIncludeTax) {
|
720 |
+
price = incl;
|
721 |
+
} else {
|
722 |
+
price = excl;
|
723 |
+
}
|
724 |
+
}
|
725 |
+
|
726 |
+
if (price < 0) price = 0;
|
727 |
+
|
728 |
+
if (price > 0 || this.displayZeroPrice) {
|
729 |
+
formattedPrice = this.formatPrice(price);
|
730 |
+
} else {
|
731 |
+
formattedPrice = '';
|
732 |
+
}
|
733 |
+
|
734 |
+
if ($(pair.value).select('.price')[0]) {
|
735 |
+
$(pair.value).select('.price')[0].innerHTML = formattedPrice;
|
736 |
+
if ($(pair.value+this.duplicateIdSuffix) && $(pair.value+this.duplicateIdSuffix).select('.price')[0]) {
|
737 |
+
$(pair.value+this.duplicateIdSuffix).select('.price')[0].innerHTML = formattedPrice;
|
738 |
+
}
|
739 |
+
} else {
|
740 |
+
$(pair.value).innerHTML = formattedPrice;
|
741 |
+
if ($(pair.value+this.duplicateIdSuffix)) {
|
742 |
+
$(pair.value+this.duplicateIdSuffix).innerHTML = formattedPrice;
|
743 |
+
}
|
744 |
+
}
|
745 |
+
};
|
746 |
+
}.bind(this));
|
747 |
+
|
748 |
+
for (var i = 0; i < this.tierPrices.length; i++) {
|
749 |
+
$$('.price.tier-' + i).each(function (el) {
|
750 |
+
var price = this.tierPrices[i] + parseFloat(optionPrices);
|
751 |
+
el.innerHTML = this.formatPrice(price);
|
752 |
+
}, this);
|
753 |
+
$$('.price.tier-' + i + '-incl-tax').each(function (el) {
|
754 |
+
var price = this.tierPricesInclTax[i] + parseFloat(optionPrices);
|
755 |
+
el.innerHTML = this.formatPrice(price);
|
756 |
+
}, this);
|
757 |
+
$$('.benefit').each(function (el) {
|
758 |
+
var parsePrice = function (html) {
|
759 |
+
return parseFloat(/\d+\.?\d*/.exec(html));
|
760 |
+
};
|
761 |
+
var container = $(this.containers[3]) ? this.containers[3] : this.containers[0];
|
762 |
+
var price = parsePrice($(container).innerHTML);
|
763 |
+
var tierPrice = $$('.price.tier-' + i);
|
764 |
+
tierPrice = tierPrice.length ? parseInt(tierPrice[0].innerHTML, 10) : 0;
|
765 |
+
var $percent = Selector.findChildElements(el, ['.percent.tier-' + i]);
|
766 |
+
$percent.each(function (el) {
|
767 |
+
el.innerHTML = Math.ceil(100 - ((100 / price) * tierPrice));
|
768 |
+
});
|
769 |
+
}, this);
|
770 |
+
}
|
771 |
+
|
772 |
+
},
|
773 |
+
formatPrice: function(price) {
|
774 |
+
return formatCurrency(price, this.priceFormat);
|
775 |
+
}
|
776 |
+
}
|
js/magpassion/quickview/thickbox/jquery.noconflict.js
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
jQuery.noConflict();
|
js/magpassion/quickview/thickbox/jquery.thickbox.js
ADDED
@@ -0,0 +1,308 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*
|
2 |
+
* Thickbox 3.1 - One Box To Rule Them All.
|
3 |
+
* By Cody Lindley (http://www.codylindley.com)
|
4 |
+
* Copyright (c) 2007 cody lindley
|
5 |
+
* Licensed under the MIT License: http://www.opensource.org/licenses/mit-license.php
|
6 |
+
*/
|
7 |
+
|
8 |
+
//add thickbox to href & area elements that have a class of .thickbox
|
9 |
+
function tb_init(domChunk){
|
10 |
+
jQuery(domChunk).click(function(){
|
11 |
+
var t = this.title || this.name || null;
|
12 |
+
var a = this.href || this.alt;
|
13 |
+
var g = this.rel || false;
|
14 |
+
tb_show(t,a,g);
|
15 |
+
this.blur();
|
16 |
+
return false;
|
17 |
+
});
|
18 |
+
}
|
19 |
+
|
20 |
+
function tb_show(caption, url, imageGroup) {//function called when the user clicks on a thickbox link
|
21 |
+
|
22 |
+
try {
|
23 |
+
if (typeof document.body.style.maxHeight === "undefined") {//if IE 6
|
24 |
+
jQuery("body","html").css({height: "100%", width: "100%"});
|
25 |
+
jQuery("html").css("overflow","hidden");
|
26 |
+
if (document.getElementById("TB_HideSelect") === null) {//iframe to hide select elements in ie6
|
27 |
+
jQuery("body").append("<iframe id='TB_HideSelect'></iframe><div id='TB_overlay'></div><div id='TB_window'></div>");
|
28 |
+
jQuery("#TB_overlay").click(tb_remove);
|
29 |
+
}
|
30 |
+
}else{//all others
|
31 |
+
if(document.getElementById("TB_overlay") === null){
|
32 |
+
jQuery("body").append("<div id='TB_overlay'></div><div id='TB_window'></div>");
|
33 |
+
jQuery("#TB_overlay").click(tb_remove);
|
34 |
+
}
|
35 |
+
}
|
36 |
+
|
37 |
+
if(tb_detectMacXFF()){
|
38 |
+
jQuery("#TB_overlay").addClass("TB_overlayMacFFBGHack");//use png overlay so hide flash
|
39 |
+
}else{
|
40 |
+
jQuery("#TB_overlay").addClass("TB_overlayBG");//use background and opacity
|
41 |
+
}
|
42 |
+
|
43 |
+
if(caption===null){caption="";}
|
44 |
+
jQuery("body").append("<div id='TB_load' style='background-image:url("+imgLoader.src+") no-repeat;'></div>");//add loader to the page
|
45 |
+
jQuery('#TB_load').show();//show loader
|
46 |
+
|
47 |
+
var baseURL;
|
48 |
+
if(url.indexOf("?")!==-1){ //ff there is a query string involved
|
49 |
+
baseURL = url.substr(0, url.indexOf("?"));
|
50 |
+
}else{
|
51 |
+
baseURL = url;
|
52 |
+
}
|
53 |
+
|
54 |
+
var urlString = /\.jpg$|\.jpeg$|\.png$|\.gif$|\.bmp$/;
|
55 |
+
var urlType = baseURL.toLowerCase().match(urlString);
|
56 |
+
|
57 |
+
if(urlType == '.jpg' || urlType == '.jpeg' || urlType == '.png' || urlType == '.gif' || urlType == '.bmp'){//code to show images
|
58 |
+
|
59 |
+
TB_PrevCaption = "";
|
60 |
+
TB_PrevURL = "";
|
61 |
+
TB_PrevHTML = "";
|
62 |
+
TB_NextCaption = "";
|
63 |
+
TB_NextURL = "";
|
64 |
+
TB_NextHTML = "";
|
65 |
+
TB_imageCount = "";
|
66 |
+
TB_FoundURL = false;
|
67 |
+
if(imageGroup){
|
68 |
+
TB_TempArray = jQuery("a[@rel="+imageGroup+"]").get();
|
69 |
+
for (TB_Counter = 0; ((TB_Counter < TB_TempArray.length) && (TB_NextHTML === "")); TB_Counter++) {
|
70 |
+
var urlTypeTemp = TB_TempArray[TB_Counter].href.toLowerCase().match(urlString);
|
71 |
+
if (!(TB_TempArray[TB_Counter].href == url)) {
|
72 |
+
if (TB_FoundURL) {
|
73 |
+
TB_NextCaption = TB_TempArray[TB_Counter].title;
|
74 |
+
TB_NextURL = TB_TempArray[TB_Counter].href;
|
75 |
+
TB_NextHTML = "<span id='TB_next'> <a href='#'>Next ></a></span>";
|
76 |
+
} else {
|
77 |
+
TB_PrevCaption = TB_TempArray[TB_Counter].title;
|
78 |
+
TB_PrevURL = TB_TempArray[TB_Counter].href;
|
79 |
+
TB_PrevHTML = "<span id='TB_prev'> <a href='#'>< Prev</a></span>";
|
80 |
+
}
|
81 |
+
} else {
|
82 |
+
TB_FoundURL = true;
|
83 |
+
TB_imageCount = "Image " + (TB_Counter + 1) +" of "+ (TB_TempArray.length);
|
84 |
+
}
|
85 |
+
}
|
86 |
+
}
|
87 |
+
|
88 |
+
imgPreloader = new Image();
|
89 |
+
imgPreloader.onload = function(){
|
90 |
+
imgPreloader.onload = null;
|
91 |
+
|
92 |
+
// Resizing large images - orginal by Christian Montoya edited by me.
|
93 |
+
var pagesize = tb_getPageSize();
|
94 |
+
var x = pagesize[0] - 150;
|
95 |
+
var y = pagesize[1] - 150;
|
96 |
+
var imageWidth = imgPreloader.width;
|
97 |
+
var imageHeight = imgPreloader.height;
|
98 |
+
if (imageWidth > x) {
|
99 |
+
imageHeight = imageHeight * (x / imageWidth);
|
100 |
+
imageWidth = x;
|
101 |
+
if (imageHeight > y) {
|
102 |
+
imageWidth = imageWidth * (y / imageHeight);
|
103 |
+
imageHeight = y;
|
104 |
+
}
|
105 |
+
} else if (imageHeight > y) {
|
106 |
+
imageWidth = imageWidth * (y / imageHeight);
|
107 |
+
imageHeight = y;
|
108 |
+
if (imageWidth > x) {
|
109 |
+
imageHeight = imageHeight * (x / imageWidth);
|
110 |
+
imageWidth = x;
|
111 |
+
}
|
112 |
+
}
|
113 |
+
// End Resizing
|
114 |
+
|
115 |
+
TB_WIDTH = imageWidth + 30;
|
116 |
+
TB_HEIGHT = imageHeight + 60;
|
117 |
+
jQuery("#TB_window").append("<a href='' id='TB_ImageOff' title='Close'><img id='TB_Image' src='"+url+"' width='"+imageWidth+"' height='"+imageHeight+"' alt='"+caption+"'/></a>" + "<div id='TB_caption'>"+caption+"<div id='TB_secondLine'>" + TB_imageCount + TB_PrevHTML + TB_NextHTML + "</div></div><div id='TB_closeWindow'><a href='#' id='TB_closeWindowButton' title='Close'>close</a> or Esc Key</div>");
|
118 |
+
|
119 |
+
jQuery("#TB_closeWindowButton").click(tb_remove);
|
120 |
+
|
121 |
+
if (!(TB_PrevHTML === "")) {
|
122 |
+
function goPrev(){
|
123 |
+
if(jQuery(document).unbind("click",goPrev)){jQuery(document).unbind("click",goPrev);}
|
124 |
+
jQuery("#TB_window").remove();
|
125 |
+
jQuery("body").append("<div id='TB_window'></div>");
|
126 |
+
tb_show(TB_PrevCaption, TB_PrevURL, imageGroup);
|
127 |
+
return false;
|
128 |
+
}
|
129 |
+
jQuery("#TB_prev").click(goPrev);
|
130 |
+
}
|
131 |
+
|
132 |
+
if (!(TB_NextHTML === "")) {
|
133 |
+
function goNext(){
|
134 |
+
jQuery("#TB_window").remove();
|
135 |
+
jQuery("body").append("<div id='TB_window'></div>");
|
136 |
+
tb_show(TB_NextCaption, TB_NextURL, imageGroup);
|
137 |
+
return false;
|
138 |
+
}
|
139 |
+
jQuery("#TB_next").click(goNext);
|
140 |
+
|
141 |
+
}
|
142 |
+
|
143 |
+
document.onkeydown = function(e){
|
144 |
+
if (e == null) { // ie
|
145 |
+
keycode = event.keyCode;
|
146 |
+
} else { // mozilla
|
147 |
+
keycode = e.which;
|
148 |
+
}
|
149 |
+
if(keycode == 27){ // close
|
150 |
+
tb_remove();
|
151 |
+
} else if(keycode == 190){ // display previous image
|
152 |
+
if(!(TB_NextHTML == "")){
|
153 |
+
document.onkeydown = "";
|
154 |
+
goNext();
|
155 |
+
}
|
156 |
+
} else if(keycode == 188){ // display next image
|
157 |
+
if(!(TB_PrevHTML == "")){
|
158 |
+
document.onkeydown = "";
|
159 |
+
goPrev();
|
160 |
+
}
|
161 |
+
}
|
162 |
+
};
|
163 |
+
|
164 |
+
tb_position();
|
165 |
+
jQuery("#TB_load").remove();
|
166 |
+
jQuery("#TB_ImageOff").click(tb_remove);
|
167 |
+
jQuery("#TB_window").css({display:"block"}); //for safari using css instead of show
|
168 |
+
};
|
169 |
+
|
170 |
+
imgPreloader.src = url;
|
171 |
+
}else{//code to show html
|
172 |
+
|
173 |
+
var queryString = url.replace(/^[^\?]+\??/,'');
|
174 |
+
var params = tb_parseQuery( queryString );
|
175 |
+
|
176 |
+
TB_WIDTH = (params['width']*1) + 30 || 630; //defaults to 630 if no paramaters were added to URL
|
177 |
+
TB_HEIGHT = (params['height']*1) + 40 || 440; //defaults to 440 if no paramaters were added to URL
|
178 |
+
ajaxContentW = TB_WIDTH - 30;
|
179 |
+
ajaxContentH = TB_HEIGHT - 45;
|
180 |
+
|
181 |
+
if(url.indexOf('TB_iframe') != -1){// either iframe or ajax window
|
182 |
+
urlNoQuery = url.split('TB_');
|
183 |
+
jQuery("#TB_iframeContent").remove();
|
184 |
+
if(params['modal'] != "true"){//iframe no modal
|
185 |
+
jQuery("#TB_window").append("<div id='TB_title'><div id='TB_ajaxWindowTitle'>"+caption+"</div><div id='TB_closeAjaxWindow'><a href='#' id='TB_closeWindowButton' title='Close'>close</a> or Esc Key</div></div><iframe frameborder='0' hspace='0' src='"+urlNoQuery[0]+"' id='TB_iframeContent' name='TB_iframeContent"+Math.round(Math.random()*1000)+"' onload='tb_showIframe()' style='width:"+(ajaxContentW + 29)+"px;height:"+(ajaxContentH + 17)+"px;' > </iframe>");
|
186 |
+
}else{//iframe modal
|
187 |
+
jQuery("#TB_overlay").unbind();
|
188 |
+
jQuery("#TB_window").append("<iframe frameborder='0' hspace='0' src='"+urlNoQuery[0]+"' id='TB_iframeContent' name='TB_iframeContent"+Math.round(Math.random()*1000)+"' onload='tb_showIframe()' style='width:"+(ajaxContentW + 29)+"px;height:"+(ajaxContentH + 17)+"px;'> </iframe>");
|
189 |
+
}
|
190 |
+
}else{// not an iframe, ajax
|
191 |
+
if(jQuery("#TB_window").css("display") != "block"){
|
192 |
+
if(params['modal'] != "true"){//ajax no modal
|
193 |
+
jQuery("#TB_window").append("<div id='TB_title'><div id='TB_ajaxWindowTitle'>"+caption+"</div><div id='TB_closeAjaxWindow'><a href='#' id='TB_closeWindowButton'>close</a> or Esc Key</div></div><div id='TB_ajaxContent' style='width:"+ajaxContentW+"px;height:"+ajaxContentH+"px'></div>");
|
194 |
+
}else{//ajax modal
|
195 |
+
jQuery("#TB_overlay").unbind();
|
196 |
+
jQuery("#TB_window").append("<div id='TB_ajaxContent' class='TB_modal' style='width:"+ajaxContentW+"px;height:"+ajaxContentH+"px;'></div>");
|
197 |
+
}
|
198 |
+
}else{//this means the window is already up, we are just loading new content via ajax
|
199 |
+
jQuery("#TB_ajaxContent")[0].style.width = ajaxContentW +"px";
|
200 |
+
jQuery("#TB_ajaxContent")[0].style.height = ajaxContentH +"px";
|
201 |
+
jQuery("#TB_ajaxContent")[0].scrollTop = 0;
|
202 |
+
jQuery("#TB_ajaxWindowTitle").html(caption);
|
203 |
+
}
|
204 |
+
}
|
205 |
+
|
206 |
+
jQuery("#TB_closeWindowButton").click(tb_remove);
|
207 |
+
|
208 |
+
if(url.indexOf('TB_inline') != -1){
|
209 |
+
jQuery("#TB_ajaxContent").append(jQuery('#' + params['inlineId']).children());
|
210 |
+
jQuery("#TB_window").unload(function () {
|
211 |
+
jQuery('#' + params['inlineId']).append( jQuery("#TB_ajaxContent").children() ); // move elements back when you're finished
|
212 |
+
});
|
213 |
+
tb_position();
|
214 |
+
jQuery("#TB_load").remove();
|
215 |
+
jQuery("#TB_window").css({display:"block"});
|
216 |
+
}else if(url.indexOf('TB_iframe') != -1){
|
217 |
+
tb_position();
|
218 |
+
if($.browser.safari){//safari needs help because it will not fire iframe onload
|
219 |
+
jQuery("#TB_load").remove();
|
220 |
+
jQuery("#TB_window").css({display:"block"});
|
221 |
+
}
|
222 |
+
}else{
|
223 |
+
jQuery("#TB_ajaxContent").load(url += "&random=" + (new Date().getTime()),function(){//to do a post change this load method
|
224 |
+
tb_position();
|
225 |
+
jQuery("#TB_load").remove();
|
226 |
+
tb_init("#TB_ajaxContent a.thickbox");
|
227 |
+
jQuery("#TB_window").css({display:"block"});
|
228 |
+
});
|
229 |
+
}
|
230 |
+
|
231 |
+
}
|
232 |
+
|
233 |
+
if(!params['modal']){
|
234 |
+
document.onkeyup = function(e){
|
235 |
+
if (e == null) { // ie
|
236 |
+
keycode = event.keyCode;
|
237 |
+
} else { // mozilla
|
238 |
+
keycode = e.which;
|
239 |
+
}
|
240 |
+
if(keycode == 27){ // close
|
241 |
+
tb_remove();
|
242 |
+
}
|
243 |
+
};
|
244 |
+
}
|
245 |
+
|
246 |
+
} catch(e) {
|
247 |
+
//nothing here
|
248 |
+
}
|
249 |
+
}
|
250 |
+
|
251 |
+
//helper functions below
|
252 |
+
function tb_showIframe(){
|
253 |
+
jQuery("#TB_load").remove();
|
254 |
+
jQuery("#TB_window").css({display:"block"});
|
255 |
+
}
|
256 |
+
|
257 |
+
function tb_remove() {
|
258 |
+
jQuery("#TB_imageOff").unbind("click");
|
259 |
+
jQuery("#TB_closeWindowButton").unbind("click");
|
260 |
+
jQuery("#TB_window").fadeOut("fast",function(){jQuery('#TB_window,#TB_overlay,#TB_HideSelect').trigger("unload").unbind().remove();});
|
261 |
+
jQuery("#TB_load").remove();
|
262 |
+
if (typeof document.body.style.maxHeight == "undefined") {//if IE 6
|
263 |
+
jQuery("body","html").css({height: "auto", width: "auto"});
|
264 |
+
jQuery("html").css("overflow","");
|
265 |
+
}
|
266 |
+
document.onkeydown = "";
|
267 |
+
document.onkeyup = "";
|
268 |
+
return false;
|
269 |
+
}
|
270 |
+
|
271 |
+
function tb_position() {
|
272 |
+
jQuery("#TB_window").css({marginLeft: '-' + parseInt((TB_WIDTH / 2),10) + 'px', width: TB_WIDTH + 'px'});
|
273 |
+
if ( !(jQuery.browser.msie && jQuery.browser.version < 7)) { // take away IE6
|
274 |
+
jQuery("#TB_window").css({marginTop: '-' + parseInt((TB_HEIGHT / 2),10) + 'px'});
|
275 |
+
}
|
276 |
+
}
|
277 |
+
|
278 |
+
function tb_parseQuery ( query ) {
|
279 |
+
var Params = {};
|
280 |
+
if ( ! query ) {return Params;}// return empty object
|
281 |
+
var Pairs = query.split(/[;&]/);
|
282 |
+
for ( var i = 0; i < Pairs.length; i++ ) {
|
283 |
+
var KeyVal = Pairs[i].split('=');
|
284 |
+
if ( ! KeyVal || KeyVal.length != 2 ) {continue;}
|
285 |
+
var key = unescape( KeyVal[0] );
|
286 |
+
var val = unescape( KeyVal[1] );
|
287 |
+
val = val.replace(/\+/g, ' ');
|
288 |
+
Params[key] = val;
|
289 |
+
}
|
290 |
+
return Params;
|
291 |
+
}
|
292 |
+
|
293 |
+
function tb_getPageSize(){
|
294 |
+
var de = document.documentElement;
|
295 |
+
var w = window.innerWidth || self.innerWidth || (de&&de.clientWidth) || document.body.clientWidth;
|
296 |
+
var h = window.innerHeight || self.innerHeight || (de&&de.clientHeight) || document.body.clientHeight;
|
297 |
+
arrayPageSize = [w,h];
|
298 |
+
return arrayPageSize;
|
299 |
+
}
|
300 |
+
|
301 |
+
function tb_detectMacXFF() {
|
302 |
+
var userAgent = navigator.userAgent.toLowerCase();
|
303 |
+
if (userAgent.indexOf('mac') != -1 && userAgent.indexOf('firefox')!=-1) {
|
304 |
+
return true;
|
305 |
+
}
|
306 |
+
}
|
307 |
+
|
308 |
+
|
package.xml
CHANGED
@@ -1,18 +1,20 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>MagentoPassion_mp_toolshop_free</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/gpl-license.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
-
<summary>
|
10 |
-
<description>
|
11 |
-
<notes>
|
12 |
-
|
13 |
-
|
14 |
-
<
|
15 |
-
<contents><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="mp_toolshop"><dir><dir name="etc"><file name="widget.xml" hash="88342553b5080c3856e9beb4a4a147e6"/></dir><dir name="layout"><file name="catalog.xml" hash="aa28e09491ad45b66e1eaf6d6014d074"/><file name="catalogsearch.xml" hash="dd82fbae32090b436011533dd6f65e7c"/><file name="checkout.xml" hash="d9702d9a892f17b48db22af733b75579"/><file name="contacts.xml" hash="ef18e95f2c365596a2b8ec6f10b7db02"/><file name="customer.xml" hash="bc31e143908897ffbc498c23118e6e97"/><file name="googlecheckout.xml" hash="e8aa6e2d2e4ab72076191f9f3fa42ce8"/><file name="newsletter.xml" hash="e8c7467bb00e18afe0b9dbfa5c19f311"/><file name="page.xml" hash="3d1ed0ffc665ad8fe340bc6e36e279ec"/><file name="review.xml" hash="3d12ea637617f6f4ce56cbc465d1ee1f"/><file name="rss.xml" hash="ac42b9cfeee7b2bcf4ac93efb45c14c2"/><dir name="sales"><file name="billing_agreement.xml" hash="7ef3239d2ea1978bd6820b61a8f55215"/><file name="recurring_profile.xml" hash="e6c3e4ca7c15eabdba5158d1ce4c71b7"/></dir><file name="sendfriend.xml" hash="c95e88ad5db9fc980f125ddf7b2ba4f8"/><file name="tag.xml" hash="78e385d17c0f08dca7199d758863b266"/><file name="wishlist.xml" hash="c24ba64d3d4e8c31afe203a45c27623f"/></dir><dir name="locale"><dir name="en_US"><file name="translate.csv" hash="793e1ff86039f24caff6fad87a094fa1"/></dir></dir><dir name="template"><dir name="catalog"><dir name="category"><file name="page.phtml" hash="0d1460ae38785541544ff977856c663c"/><file name="view.phtml" hash="0761e3402d87acaf3ee7abeca33b4034"/><dir name="widget"><dir name="link"><file name="link_block.phtml" hash="ae9abc51b5a469fc9efeadf4f9d8c818"/><file name="link_inline.phtml" hash="342ba167c268054f5697e8cb258fa2b0"/></dir></dir></dir><dir name="layer"><file name="filter.phtml" hash="f04a867ccce2c04bbd8a1c1e39256cf3"/><file name="state.phtml" hash="f83b964f7a018e60afe50e42fca9391f"/><file name="view.phtml" hash="f8a4b9847df9db1190ea11bd14fc1d4b"/></dir><dir name="msrp"><file name="popup.phtml" hash="ff86f3f2664875d9e0aeef5893b22a38"/></dir><dir name="navigation"><file name="left.phtml" hash="1e8a90e8441371707efce27364be0432"/><file name="top.phtml" hash="bab3c7f3fb128c3bda5c0aed494451ad"/></dir><dir name="product"><dir name="compare"><file name="list.phtml" hash="3f7e5c7150b7bd71a66f865d952bf04e"/><file name="sidebar.phtml" hash="0f2d74052e5c95743c0b621d41691af7"/></dir><file name="gallery.phtml" hash="f648862902de550c41a54bd12eb356b7"/><dir name="list"><file name="related.phtml" hash="7a985dd27b6be6802cafcb3fa4ef10e8"/><file name="toolbar.phtml" hash="fbcb4bf6615e8be95ae170abb2620d10"/><file name="upsell.phtml" hash="02942e56ee57fbee0235a3d69f1fd16e"/></dir><file name="list.phtml" hash="fa513fa8c5d9c697bf66b5f0cb02bac2"/><file name="new.phtml" hash="af235ba400080346b586aa805edb9cb4"/><file name="price.phtml" hash="7008c91ed637cee99e69a25a63365504"/><file name="price_msrp.phtml" hash="e3aeb7c4f4746378335d1ca9720a8644"/><file name="price_msrp_item.phtml" hash="befabef2d7904c8f1167fdc1d9f7b4ef"/><file name="price_msrp_noform.phtml" hash="707a39d2e7e9154fbb52ac14cbfb684a"/><file name="price_msrp_rss.phtml" hash="628db48b1ebfe5a0dbae7e8936d919c7"/><dir name="view"><file name="additional.phtml" hash="0bef5626715b39ac61f34bebc21b7b45"/><file name="addto.phtml" hash="b1de98260dff271ee4dda09e93d10c6f"/><file name="addtocart.phtml" hash="a3045b849b8de27329938b63dc328bd9"/><file name="attributes.phtml" hash="d624f9f3a9fb367a61b530892da13954"/><file name="description.phtml" hash="4441e25ce8218127ad1f630d485f26ee"/><file name="media.phtml" hash="de07050fbb1933ccf112bfd973a2c99b"/><file name="media_old.phtml" hash="3b8e2481999eb8df5d7ba31a9b6e968a"/><dir name="options"><file name="js.phtml" hash="ab63d75206a4568a207bcf0333e24fb2"/><dir name="type"><file name="date.phtml" hash="60e4d2b6dfe4cef8ce3f0b34811e1d44"/><file name="default.phtml" hash="33b21bd7e62d762aa72d4ee69836e8a1"/><file name="file.phtml" hash="cd2d2506f327d72578cbacc792e05c2f"/><file name="select.phtml" hash="13a35dbbaa024c8e8221b3612243ff12"/><file name="text.phtml" hash="3ce0be51437d6e308014329c0fb085f2"/></dir><dir name="wrapper"><file name="bottom.phtml" hash="325acf12c1cd7aff8f3cfa9255609c60"/></dir><file name="wrapper.phtml" hash="ae97390d0786f30cfc76faafb0af987d"/></dir><file name="options.phtml" hash="43c2c354da2381954d1793cfccccd443"/><file name="price.phtml" hash="09f6b72a6fb7a02a7c40b455cbb0914e"/><file name="price_clone.phtml" hash="4de3026811c2c2b47a1aebb56270c4d3"/><file name="tabs.phtml" hash="889e18ab30e9bf05b273ecfa8c5cdbb7"/><file name="tierprices.phtml" hash="20f49023afdfb3629577fd8e920bfe2e"/><dir name="type"><file name="configurable.phtml" hash="d9134bb27b88ba9f35609d51759e432a"/><file name="default.phtml" hash="2923a540fa5ab038553b26ca888da48e"/><file name="grouped.phtml" hash="1ad1afec22120d060bca450271716062"/><dir name="options"><file name="configurable.phtml" hash="67903077406b7e4c2ea118972c72dbfb"/></dir><file name="simple.phtml" hash="d9134bb27b88ba9f35609d51759e432a"/><file name="virtual.phtml" hash="d9134bb27b88ba9f35609d51759e432a"/></dir></dir><file name="view.phtml" hash="e43e37e112456d02ae72937c5f0ffd31"/><dir name="widget"><dir name="link"><file name="link_block.phtml" hash="10d48ca54890d6f24b403e0c7e7e7eb3"/><file name="link_inline.phtml" hash="39ae8b65c7f298dcfb65f6902189f0b9"/></dir><dir name="new"><dir name="column"><file name="new_default_list.phtml" hash="1852d3b8494888513bf58759613b6d24"/><file name="new_images_list.phtml" hash="a2a3a45920703dd66a56a0e1bfc7cdf1"/><file name="new_names_list.phtml" hash="e9171f28d97aa74df6bcc2038f1875fd"/></dir><dir name="content"><file name="new_grid.phtml" hash="d1a671c5408ef006e3b3bbbdf4b80a6a"/><file name="new_list.phtml" hash="1ab959c3111f777b455a091ef4f13261"/></dir></dir></dir></dir><dir name="rss"><dir name="product"><file name="price.phtml" hash="9e2da91f15d9bc7c4f9137a40adb655f"/></dir></dir><dir name="seo"><dir name="sitemap"><file name="container.phtml" hash="055bfe526e089da5084da610e9c9de05"/></dir><file name="sitemap.phtml" hash="9ac45235d6f58f50c3b8258da859d987"/><file name="tree.phtml" hash="9aa9ea44cb6c1425d5c4bb8b2a34d3fd"/></dir></dir><dir name="checkout"><dir name="cart"><file name="coupon.phtml" hash="cf8f751f327e03ffd5e6ff11c9cca045"/><file name="crosssell.phtml" hash="f846b6f6e4ee79420de84839cbfb6196"/><dir name="item"><dir name="configure"><file name="updatecart.phtml" hash="cce612babf4e1d6f66df134e0ec6cc7b"/></dir><file name="default.phtml" hash="b3230a3344422b69fe0527b206321cee"/></dir><file name="noItems.phtml" hash="e1d5660315f8b2abc5b8373b56545e7c"/><dir name="render"><file name="default.phtml" hash="cf9145f46461c9bbb719c877f56b6d97"/><file name="simple.phtml" hash="3e3f4b5d745ca4da7b4c7df976630032"/></dir><file name="shipping.phtml" hash="faeed9e9ee6fd12f1d2f490531c7e78d"/><dir name="sidebar"><file name="default.phtml" hash="5615dc4ca179bab6915e0aefb0ef0d71"/></dir><file name="sidebar.phtml" hash="0bb86a57046f40169f46dd4fbe48b950"/><file name="sidebar_header.phtml" hash="2087e8659568161c6fb14befbd3108f6"/><file name="totals.phtml" hash="25ad49ff5ba8f02d5df3f57bc7c00daa"/></dir><file name="cart.phtml" hash="d694f8873d474e6cd4289c4983636f21"/><dir name="multishipping"><dir name="address"><file name="select.phtml" hash="8005bc1791e7a1ea8f59c6ba4b2e9267"/></dir><file name="addresses.phtml" hash="feb5e8ec57bc875b923c2ad52bdab7a6"/><file name="agreements.phtml" hash="220c0714dc256ca169ff0168aa16425d"/><dir name="billing"><file name="items.phtml" hash="2ab51a99adeab1b8f264b62118073d1b"/></dir><file name="billing.phtml" hash="51cfef68999dbc57e4e000b503c04bbb"/><dir name="item"><file name="default.phtml" hash="e4edf3e5bef85b4f1045bd5da60fd93d"/></dir><file name="link.phtml" hash="0776229ad7b61f1689c2d8b44e8eb118"/><dir name="overview"><file name="item.phtml" hash="c420be40ef6c72e8d1ecc83e40dcaf60"/></dir><file name="overview.phtml" hash="3dbf81e69642eb25b03b80484eb26e62"/><file name="shipping.phtml" hash="bdf2db8d29abc42d2d6e36169b5303f8"/><file name="state.phtml" hash="b47cb49f1492002d4e69128774e3fe8a"/><file name="success.phtml" hash="266a110f3f4fac29396a0115a40930a4"/></dir><dir name="onepage"><file name="agreements.phtml" hash="c21bc04d1420acbee0b2d64805e6875f"/><file name="billing.phtml" hash="5f4d59c489972f898aaf53322c74acee"/><file name="failure.phtml" hash="15b7a400d9cb354d67541eef4d518af4"/><file name="link.phtml" hash="5a34e095dfd173dd1f91a352e9f13d00"/><file name="login.phtml" hash="9b31699df376d0f02e0b44c7a4f97db6"/><dir name="payment"><file name="methods.phtml" hash="564b81f837527db02bff6197d222439b"/></dir><file name="payment.phtml" hash="a871ad331e0a51cbe5a2ca4a8a95aae9"/><file name="progress.phtml" hash="77892b4242d8f85b7e7cd40687cc3724"/><dir name="review"><file name="button.phtml" hash="7020de855e3172511a52d2026d0ee91e"/><file name="info.phtml" hash="0f3a0f1b5d2c404674433c743c27468f"/><file name="item.phtml" hash="918127e69e34acd1c8463def52ab4fe5"/><file name="totals.phtml" hash="e15353e3c8e7304cc534987169b47847"/></dir><file name="review.phtml" hash="ce4912353e9502a96e3134c7eb054d6f"/><file name="shipping.phtml" hash="22928d8ded3a48773649731f4c038ce4"/><dir name="shipping_method"><file name="additional.phtml" hash="5199730d3e5dc50bd9deb29c4d239b7e"/><file name="available.phtml" hash="e9b29674956b8ee7a96d879706451c31"/></dir><file name="shipping_method.phtml" hash="0de50bac1dc8dc5ced6c4ba7f9b38c76"/></dir><file name="onepage.phtml" hash="bbe18bd32577aadfd10152f75537fc8a"/><file name="success.phtml" hash="a337d5860c18f0082e25846ec6be0be3"/><dir name="total"><file name="default.phtml" hash="e5692fb2cc92e67776fe32017d33f7b4"/><file name="nominal.phtml" hash="69f66d9e00eb08cd48e296853317356d"/><file name="tax.phtml" hash="2221ba1f72426e4f476a7a69d409f56e"/></dir></dir><dir name="newsletter"><file name="subscribe.phtml" hash="f462a549c66b94ffbe65b88460e9f5ef"/></dir><dir name="page"><file name="1column.phtml" hash="c3f59c078648c181ccd54c2d4905ba67"/><file name="2columns-left.phtml" hash="112a94ced9a906844a7d9f0f1c8a7fdb"/><file name="2columns-right.phtml" hash="c3d991644efa448241c3e139abdc21c9"/><file name="3columns.phtml" hash="2db743290c48b9cb19e78de442a2dcc3"/><file name="empty.phtml" hash="e1cf980f5825434acd526965a26598b7"/><dir name="html"><file name="breadcrumbs.phtml" hash="e35d955ba21a54577638d6ba1d1b65ed"/><file name="footer.content.phtml" hash="523582554c574f2893e8012e06451ec6"/><file name="footer.phtml" hash="10ba1fa830605837c7a1fb3cf795bddd"/><file name="head.phtml" hash="6658657868e18f46602446418097f8e5"/><file name="header.phtml" hash="a394c7d11c33e077d823a41f773501f7"/><file name="homecontent.phtml" hash="80cc81ccb03217a84547bbfe9ce19cd1"/><file name="notices.phtml" hash="27ca9a908e784aef202f40a09aa07248"/><file name="pager.phtml" hash="89cccc64bc5a8919c3434471e0c0c2a7"/><file name="top.links.phtml" hash="c75f4b24fecf115b7fdd1bc7a7d7e3b1"/><file name="topmenu.phtml" hash="f8f1ab9418e82b65c3f69d2dbb10399c"/><file name="wrapper.phtml" hash="6ba5012143024ac317edeb9b9a817ae4"/></dir><dir name="js"><file name="calendar.phtml" hash="c2ffdedc3f288fd2aa2cdefedfa677e3"/><file name="cookie.phtml" hash="cbf8179d5c31aac3a56baf82d87a797c"/></dir><file name="popup.phtml" hash="af58cacace6aa3d9940f81f234d8ed17"/><file name="print.phtml" hash="961ae7304d163894a8a55fb333fb404b"/><file name="redirect.phtml" hash="57643bd7e8b12eb1350e109682a516a9"/><dir name="switch"><file name="flags.phtml" hash="cb4e4797c21857279dd3dd65c5c1a2a8"/><file name="languages.phtml" hash="9a55294b6520fcc942e5c06b9f62673b"/><file name="stores.phtml" hash="47a4241d9e5243e9fe44b3cc85ec4856"/></dir><dir name="template"><file name="container.phtml" hash="30bf0d92d814935cbd85d76bfb36a921"/><file name="links.phtml" hash="7f72659170e6c7497b330d1e74d8d43e"/><file name="linksblock.phtml" hash="a40d075fa6240d5a0b1a660a767f80b4"/></dir></dir></dir></dir><file name=".DS_Store" hash="d99139024da7578fdad4e6dbdb57b9fa"/></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="mp_toolshop"><dir><dir name="css"><file name="easytabs.css" hash="b38e0846620909529021252f087bc848"/><file name="oauth-simple.css" hash="441743c00cd53acda6b744d54a5d638a"/><file name="print.css" hash="84ce72223e34eaf05c5035088e386922"/><file name="styles-ie.css" hash="7df97bb87c1a30aa385fa914c6323348"/><file name="styles.css" hash="3e6996ffd3632c3aec95da7257d8fb16"/></dir><dir name="images"><file name="bg_search_icon.gif" hash="b5ff3436dd72b81cb2b900f73e67f7d8"/><file name="bkg_account_box.gif" hash="dd98174b6e3e5605a3f9551a59c66841"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_body.gif" hash="82bfc5bfe346c8e974cd33b1314b0acf"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_main1.gif" hash="a8f5717873dc6cf8f6bd22924b5838fe"/><file name="bkg_main2.gif" hash="cf18ba9f7c7e6b058b439cde1a897e9c"/><file name="bkg_nav1.gif" hash="f4e26840c8cca0e74aba5b810341c5c0"/><file name="bkg_nav2.gif" hash="a64c8f5165b239e432d26a62ae5f79b6"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_product_collateral.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="breadcrum.gif" hash="6582c76118c50504aa8532d13ec69945"/><file name="btn-cart.png" hash="150014265b6fd056918e8bbb8d9f11cb"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_previous.gif" hash="63473a1520a73bb0c9b47b685d17cd21"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_search.gif" hash="2d93b43c0a1c1182358677661e26a978"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><dir name="catalog"><dir name="product"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><file name="check-out-icon-white.gif" hash="0b79ca0e51f232c5bd4e9427c352878c"/><file name="check-out-icon.gif" hash="4eacc04bc55ce9ff90f4394c13366e56"/><file name="cvv.gif" hash="83cdd38bf110b0f9c52fe84b56f45298"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="grid-cal.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="i_msg-error.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="i_msg-note.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="i_msg-success.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="logo.gif" hash="6fada77fbd47ee54c64c55ae58e5b2cb"/><file name="logo_arial.gif" hash="f415fed05674eced27ca4b9e852c774e"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="map_popup_arrow.gif" hash="6383b40a9e7bd3c95260bef4fbb1b163"/><dir name="media"><file name="404_callout1.jpg" hash="834e53a03e2921a2fd3c135c0c7189df"/><file name="404_callout2.jpg" hash="016984b4a1579df34147f9407098db73"/><file name="about_us_img.jpg" hash="726f36dd75b5a709a1a14acab1660188"/><file name="best_selling_img01.jpg" hash="5e7337a4061a636df8ee4bf979a092ac"/><file name="best_selling_img02.jpg" hash="b9a49c0964938ec72fb834cb166b9352"/><file name="best_selling_img03.jpg" hash="e3581487fb4589baecc553f2ce8d5247"/><file name="best_selling_img04.jpg" hash="7e59bf99f5f813e327595c52d3320174"/><file name="best_selling_img05.jpg" hash="e396892daec7ffcf7244082b3e596911"/><file name="best_selling_img06.jpg" hash="2702839637efbe0fd0a4bad41cd6a551"/><file name="cell_phone_landing_banner1.jpg" hash="b25562360fc470f1091ca7ea014a3290"/><file name="col_left_callout.jpg" hash="5f762006021e046f9bd536f37ea7c463"/><file name="col_right_callout.jpg" hash="dae22f37a542da272a35195ec286ec25"/><file name="electronics_cellphones.jpg" hash="8f6badbc32ce806c6109c788df6ef5e9"/><file name="electronics_digitalcameras.jpg" hash="953b8d7db6f0bdcd53b1d6b1386962b9"/><file name="electronics_laptops.jpg" hash="e050e92d72000e6bdc763a7b5888ec8a"/><file name="furniture_callout_spot.jpg" hash="28edc7d72486ab2362324995550d87af"/><file name="furnitures_bed_room.jpg" hash="b8616c5bffc23a92d2a1c97dae57b262"/><file name="furnitures_living_room.jpg" hash="2663737f3997cb1a49ce24d07dc8aefb"/><file name="head_electronics_cellphones.gif" hash="a69425966444ea597fb7c629114d5165"/><file name="head_electronics_digicamera.gif" hash="bde3cec3fc16b2d0ae57e7783eb00652"/><file name="head_electronics_laptops.gif" hash="b2c55387ffa92277315bdedeb4cb9b8f"/><file name="laptop_callout_mid1.jpg" hash="4ffb50bd3b7b32a78fd059b1571c202e"/><file name="laptop_callout_mid2.jpg" hash="662cf3881b06b090e9500496b19b03e4"/><file name="laptop_callout_mid3.jpg" hash="22aa71ecfe0aa9b6936a1eddb62d889e"/><file name="laptop_callout_spot.jpg" hash="2e469d1bd871355eaef6076487a973db"/><file name="shirts_landing_banner1.jpg" hash="4acc8620b009d835e5c25587671ea25d"/></dir><file name="nav-category.gif" hash="42c93e9fb3ba87737938b01dbe239757"/><file name="np_cart_thumb.gif" hash="e9fdd943e0947e15f0638506f477e358"/><file name="np_more_img.gif" hash="ace357bfe3e81ffb62137cd5b25ae5e1"/><file name="np_product_main.gif" hash="d0cccda76de50efa025215ce85dacb1c"/><file name="np_thumb.gif" hash="e46270c89358ecc8341d1565c14644b8"/><file name="np_thumb2.gif" hash="8502866cdabc5c74aca7d7bd32a06a03"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="pag-li.png" hash="e54ce655c88421fb587b8edb199bbcd5"/><file name="pager_arrow_left.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="pager_arrow_right.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><dir name="xmlconnect"><dir name="catalog"><dir name="category"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><file name="tab_account.png" hash="0498d73e47ed47179e5546dc15c17dc7"/><file name="tab_cart.png" hash="9055ba76e256a51d3fee53a8c41d5226"/><file name="tab_home.png" hash="07d0af93e167b9366d3d4fb3d6cdb31c"/><file name="tab_more.png" hash="b9fc21feb8d7655bc9c2985c37b0de2f"/><file name="tab_page.png" hash="ca05dbc42f944b8d4255f6675f6dd93a"/><file name="tab_search.png" hash="25e880eb2a4d06828e2e1c3f32d22400"/><file name="tab_shop.png" hash="fe602fc2e7093efef5ecc0b027a32d91"/></dir></dir><dir name="js"><file name="jquery-1.7.2.min.js" hash="b11ced65f32fedbe9bf81ef9db0f3c94"/><file name="jquerynoconflict.js" hash="6932bbddf488374a70b55fbb62052fd2"/></dir><dir name="quickview"><dir name="css"><file name="cloud-zoom.css" hash="0521604f766ffd4877c7b56ffa46c272"/><file name="global.css" hash="b6adcb0640fe572355020ba6d8c13aaa"/><file name="jquery.fancybox-1.3.4.css" hash="086d93aea5a530a3b0a7bfd5777c7e3a"/><file name="jquery.thickbox.css" hash="d674281ed42861419ed9b3f9171f91fe"/><file name="stylefancy.css" hash="ab656afe8dd6bc8fc8c0e48cf48da459"/></dir><dir name="images"><file name="Thumbs.db" hash="ee01d41993d281f758ee8ca9b14afbcc"/><file name="arrow-next.gif" hash="c61dbe2ad601ebe18e6b1a0b50c10a4f"/><file name="arrow-next.png" hash="3364d07dbfdea5ecbc9c3ce680f05ebc"/><file name="arrow-prev.gif" hash="98bf1dddfa471275bd50486d3e3db225"/><file name="arrow-prev.png" hash="c2e833d6b87654b1ea07fc323e927965"/><file name="background.png" hash="96519dab3e5a2a09075632cca4a98141"/><file name="fancy_nav_left.png" hash="798edbcf3b9b8e4f4dc831d188593d2d"/><file name="fancy_nav_right.png" hash="37357762ba52e543e8e550ae02af8c30"/><dir name="fancybox"><file name="fancy_close.png" hash="6e2879a324a76e9972ebc98201aae1d8"/><file name="fancy_loading.png" hash="b1d54c240cf06e7f41e372d56919b738"/><file name="fancy_nav_left.png" hash="3f3e406102152cd8236383568a40ba35"/><file name="fancy_nav_right.png" hash="216e4bde5bddeeaa60dc3d692890a68e"/><file name="fancy_shadow_e.png" hash="fd4f491080d29fade5080877f1ba4c8b"/><file name="fancy_shadow_n.png" hash="18cde16379b2ceadef714d9b346d09ec"/><file name="fancy_shadow_ne.png" hash="63adf788acf193d4e4f3642d7d793125"/><file name="fancy_shadow_nw.png" hash="c820c878aedb7a7f9ebd7135a58e7c65"/><file name="fancy_shadow_s.png" hash="9b9e5c888028aaef40fe5b6a363f1e29"/><file name="fancy_shadow_se.png" hash="a8afd5a008884380ee712d177105268f"/><file name="fancy_shadow_sw.png" hash="f81cc0fee5581d76ad3cebe47e7e791b"/><file name="fancy_shadow_w.png" hash="59b0e63eb059e58d932cfd53da4d87e6"/><file name="fancy_title_left.png" hash="1582ac2d3bef6a6445bf02ceca2741cd"/><file name="fancy_title_main.png" hash="38dad6c1ed4bdc81c0bec721b2deb8c2"/><file name="fancy_title_over.png" hash="b886fd165d4b7ac77d41fb52d87ffc60"/><file name="fancy_title_right.png" hash="6cbe0c935511e7f9a2555ccb6a7324c4"/><file name="fancybox-x.png" hash="168696d8a694214090ef90e029cdf393"/><file name="fancybox-y.png" hash="36a58859beb9a6b19322a37466b9f78e"/><file name="fancybox.png" hash="6c9d925f49eac8653d81c1a53d533a0a"/></dir><file name="fancybox_loading.gif" hash="c6f1ad4957e50b83bb27691df8bc3f41"/><file name="fancybox_sprite.png" hash="61c66a5947e7bf772f7ec1c7985feec6"/><file name="loader_transparent.gif" hash="7c29a73cbc43bc9ab84a353005a12e61"/><file name="loadingAnimation.gif" hash="7c29a73cbc43bc9ab84a353005a12e61"/><file name="loading_background.png" hash="acf427e932fb9413700a4b8b58b41eec"/><file name="md_quickview_preview.png" hash="2717f47bdc9144bc7e3774e8b1aeb61d"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="quick_look.gif" hash="a97a2313657b668d6cac8e197ecc7eb5"/></dir></dir></dir><file name="favicon.ico" hash="88733ee53676a47fc354a61c32516e82"/></dir></dir></dir></target></contents>
|
|
|
|
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.17</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>MagentoPassion_mp_toolshop_free</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/gpl-license.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
+
<summary>Magento theme for a Power & Hand Tools store is designed clean, friendly and high-tech.</summary>
|
10 |
+
<description>Clean, elegant and high-tech in design. The theme is designed for selling Power & Hand Tools. The amazing slideshow could show off the most powerful products, featured products, promotion banners or anything else you want.</description>
|
11 |
+
<notes>Fix bug Javascript
|
12 |
+
Add to cart and add to link button
|
13 |
+
Notice how to add static block to layout</notes>
|
14 |
+
<authors><author><name>magpassion</name><user>magpassion</user><email>magentopassion@gmail.com</email></author></authors>
|
15 |
+
<date>2013-10-18</date>
|
16 |
+
<time>14:21:32</time>
|
17 |
+
<contents><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="mp_toolshop"><dir><dir name="etc"><file name="widget.xml" hash="88342553b5080c3856e9beb4a4a147e6"/></dir><dir name="layout"><file name="catalog.xml" hash="aa28e09491ad45b66e1eaf6d6014d074"/><file name="catalogsearch.xml" hash="dd82fbae32090b436011533dd6f65e7c"/><file name="checkout.xml" hash="d9702d9a892f17b48db22af733b75579"/><file name="contacts.xml" hash="ef18e95f2c365596a2b8ec6f10b7db02"/><file name="customer.xml" hash="bc31e143908897ffbc498c23118e6e97"/><file name="googlecheckout.xml" hash="e8aa6e2d2e4ab72076191f9f3fa42ce8"/><file name="newsletter.xml" hash="e8c7467bb00e18afe0b9dbfa5c19f311"/><file name="page.xml" hash="cba4c80900ab76cc1f9395e7373b9ddb"/><file name="review.xml" hash="3d12ea637617f6f4ce56cbc465d1ee1f"/><file name="rss.xml" hash="ac42b9cfeee7b2bcf4ac93efb45c14c2"/><dir name="sales"><file name="billing_agreement.xml" hash="7ef3239d2ea1978bd6820b61a8f55215"/><file name="recurring_profile.xml" hash="e6c3e4ca7c15eabdba5158d1ce4c71b7"/></dir><file name="sendfriend.xml" hash="c95e88ad5db9fc980f125ddf7b2ba4f8"/><file name="tag.xml" hash="78e385d17c0f08dca7199d758863b266"/><file name="wishlist.xml" hash="c24ba64d3d4e8c31afe203a45c27623f"/></dir><dir name="locale"><dir name="en_US"><file name="translate.csv" hash="793e1ff86039f24caff6fad87a094fa1"/></dir></dir><dir name="template"><dir name="catalog"><dir name="category"><file name="page.phtml" hash="0d1460ae38785541544ff977856c663c"/><file name="view.phtml" hash="0761e3402d87acaf3ee7abeca33b4034"/><dir name="widget"><dir name="link"><file name="link_block.phtml" hash="ae9abc51b5a469fc9efeadf4f9d8c818"/><file name="link_inline.phtml" hash="342ba167c268054f5697e8cb258fa2b0"/></dir></dir></dir><dir name="layer"><file name="filter.phtml" hash="f04a867ccce2c04bbd8a1c1e39256cf3"/><file name="state.phtml" hash="f83b964f7a018e60afe50e42fca9391f"/><file name="view.phtml" hash="f8a4b9847df9db1190ea11bd14fc1d4b"/></dir><dir name="msrp"><file name="popup.phtml" hash="ff86f3f2664875d9e0aeef5893b22a38"/></dir><dir name="navigation"><file name="left.phtml" hash="1e8a90e8441371707efce27364be0432"/><file name="top.phtml" hash="bab3c7f3fb128c3bda5c0aed494451ad"/></dir><dir name="product"><dir name="compare"><file name="list.phtml" hash="3f7e5c7150b7bd71a66f865d952bf04e"/><file name="sidebar.phtml" hash="0f2d74052e5c95743c0b621d41691af7"/></dir><file name="gallery.phtml" hash="f648862902de550c41a54bd12eb356b7"/><dir name="list"><file name="related.phtml" hash="7a985dd27b6be6802cafcb3fa4ef10e8"/><file name="toolbar.phtml" hash="fbcb4bf6615e8be95ae170abb2620d10"/><file name="upsell.phtml" hash="02942e56ee57fbee0235a3d69f1fd16e"/></dir><file name="list.phtml" hash="fa513fa8c5d9c697bf66b5f0cb02bac2"/><file name="new.phtml" hash="af235ba400080346b586aa805edb9cb4"/><file name="price.phtml" hash="7008c91ed637cee99e69a25a63365504"/><file name="price_msrp.phtml" hash="e3aeb7c4f4746378335d1ca9720a8644"/><file name="price_msrp_item.phtml" hash="befabef2d7904c8f1167fdc1d9f7b4ef"/><file name="price_msrp_noform.phtml" hash="707a39d2e7e9154fbb52ac14cbfb684a"/><file name="price_msrp_rss.phtml" hash="628db48b1ebfe5a0dbae7e8936d919c7"/><dir name="view"><file name="additional.phtml" hash="0bef5626715b39ac61f34bebc21b7b45"/><file name="addto.phtml" hash="b1de98260dff271ee4dda09e93d10c6f"/><file name="addtocart.phtml" hash="a3045b849b8de27329938b63dc328bd9"/><file name="attributes.phtml" hash="d624f9f3a9fb367a61b530892da13954"/><file name="description.phtml" hash="4441e25ce8218127ad1f630d485f26ee"/><file name="media.phtml" hash="de07050fbb1933ccf112bfd973a2c99b"/><file name="media_old.phtml" hash="3b8e2481999eb8df5d7ba31a9b6e968a"/><dir name="options"><file name="js.phtml" hash="ab63d75206a4568a207bcf0333e24fb2"/><dir name="type"><file name="date.phtml" hash="60e4d2b6dfe4cef8ce3f0b34811e1d44"/><file name="default.phtml" hash="33b21bd7e62d762aa72d4ee69836e8a1"/><file name="file.phtml" hash="cd2d2506f327d72578cbacc792e05c2f"/><file name="select.phtml" hash="13a35dbbaa024c8e8221b3612243ff12"/><file name="text.phtml" hash="3ce0be51437d6e308014329c0fb085f2"/></dir><dir name="wrapper"><file name="bottom.phtml" hash="325acf12c1cd7aff8f3cfa9255609c60"/></dir><file name="wrapper.phtml" hash="ae97390d0786f30cfc76faafb0af987d"/></dir><file name="options.phtml" hash="43c2c354da2381954d1793cfccccd443"/><file name="price.phtml" hash="09f6b72a6fb7a02a7c40b455cbb0914e"/><file name="price_clone.phtml" hash="4de3026811c2c2b47a1aebb56270c4d3"/><file name="tabs.phtml" hash="889e18ab30e9bf05b273ecfa8c5cdbb7"/><file name="tierprices.phtml" hash="20f49023afdfb3629577fd8e920bfe2e"/><dir name="type"><file name="configurable.phtml" hash="d9134bb27b88ba9f35609d51759e432a"/><file name="default.phtml" hash="2923a540fa5ab038553b26ca888da48e"/><file name="grouped.phtml" hash="1ad1afec22120d060bca450271716062"/><dir name="options"><file name="configurable.phtml" hash="67903077406b7e4c2ea118972c72dbfb"/></dir><file name="simple.phtml" hash="d9134bb27b88ba9f35609d51759e432a"/><file name="virtual.phtml" hash="d9134bb27b88ba9f35609d51759e432a"/></dir></dir><file name="view.phtml" hash="e43e37e112456d02ae72937c5f0ffd31"/><dir name="widget"><dir name="link"><file name="link_block.phtml" hash="10d48ca54890d6f24b403e0c7e7e7eb3"/><file name="link_inline.phtml" hash="39ae8b65c7f298dcfb65f6902189f0b9"/></dir><dir name="new"><dir name="column"><file name="new_default_list.phtml" hash="1852d3b8494888513bf58759613b6d24"/><file name="new_images_list.phtml" hash="a2a3a45920703dd66a56a0e1bfc7cdf1"/><file name="new_names_list.phtml" hash="e9171f28d97aa74df6bcc2038f1875fd"/></dir><dir name="content"><file name="new_grid.phtml" hash="d1a671c5408ef006e3b3bbbdf4b80a6a"/><file name="new_list.phtml" hash="1ab959c3111f777b455a091ef4f13261"/></dir></dir></dir></dir><dir name="rss"><dir name="product"><file name="price.phtml" hash="9e2da91f15d9bc7c4f9137a40adb655f"/></dir></dir><dir name="seo"><dir name="sitemap"><file name="container.phtml" hash="055bfe526e089da5084da610e9c9de05"/></dir><file name="sitemap.phtml" hash="9ac45235d6f58f50c3b8258da859d987"/><file name="tree.phtml" hash="9aa9ea44cb6c1425d5c4bb8b2a34d3fd"/></dir></dir><dir name="checkout"><dir name="cart"><file name="coupon.phtml" hash="cf8f751f327e03ffd5e6ff11c9cca045"/><file name="crosssell.phtml" hash="f846b6f6e4ee79420de84839cbfb6196"/><dir name="item"><dir name="configure"><file name="updatecart.phtml" hash="cce612babf4e1d6f66df134e0ec6cc7b"/></dir><file name="default.phtml" hash="b3230a3344422b69fe0527b206321cee"/></dir><file name="noItems.phtml" hash="e1d5660315f8b2abc5b8373b56545e7c"/><dir name="render"><file name="default.phtml" hash="cf9145f46461c9bbb719c877f56b6d97"/><file name="simple.phtml" hash="3e3f4b5d745ca4da7b4c7df976630032"/></dir><file name="shipping.phtml" hash="faeed9e9ee6fd12f1d2f490531c7e78d"/><dir name="sidebar"><file name="default.phtml" hash="5615dc4ca179bab6915e0aefb0ef0d71"/></dir><file name="sidebar.phtml" hash="0bb86a57046f40169f46dd4fbe48b950"/><file name="sidebar_header.phtml" hash="2087e8659568161c6fb14befbd3108f6"/><file name="totals.phtml" hash="25ad49ff5ba8f02d5df3f57bc7c00daa"/></dir><file name="cart.phtml" hash="d694f8873d474e6cd4289c4983636f21"/><dir name="multishipping"><dir name="address"><file name="select.phtml" hash="8005bc1791e7a1ea8f59c6ba4b2e9267"/></dir><file name="addresses.phtml" hash="feb5e8ec57bc875b923c2ad52bdab7a6"/><file name="agreements.phtml" hash="220c0714dc256ca169ff0168aa16425d"/><dir name="billing"><file name="items.phtml" hash="2ab51a99adeab1b8f264b62118073d1b"/></dir><file name="billing.phtml" hash="51cfef68999dbc57e4e000b503c04bbb"/><dir name="item"><file name="default.phtml" hash="e4edf3e5bef85b4f1045bd5da60fd93d"/></dir><file name="link.phtml" hash="0776229ad7b61f1689c2d8b44e8eb118"/><dir name="overview"><file name="item.phtml" hash="c420be40ef6c72e8d1ecc83e40dcaf60"/></dir><file name="overview.phtml" hash="3dbf81e69642eb25b03b80484eb26e62"/><file name="shipping.phtml" hash="bdf2db8d29abc42d2d6e36169b5303f8"/><file name="state.phtml" hash="b47cb49f1492002d4e69128774e3fe8a"/><file name="success.phtml" hash="266a110f3f4fac29396a0115a40930a4"/></dir><dir name="onepage"><file name="agreements.phtml" hash="c21bc04d1420acbee0b2d64805e6875f"/><file name="billing.phtml" hash="5f4d59c489972f898aaf53322c74acee"/><file name="failure.phtml" hash="15b7a400d9cb354d67541eef4d518af4"/><file name="link.phtml" hash="5a34e095dfd173dd1f91a352e9f13d00"/><file name="login.phtml" hash="9b31699df376d0f02e0b44c7a4f97db6"/><dir name="payment"><file name="methods.phtml" hash="564b81f837527db02bff6197d222439b"/></dir><file name="payment.phtml" hash="a871ad331e0a51cbe5a2ca4a8a95aae9"/><file name="progress.phtml" hash="77892b4242d8f85b7e7cd40687cc3724"/><dir name="review"><file name="button.phtml" hash="7020de855e3172511a52d2026d0ee91e"/><file name="info.phtml" hash="0f3a0f1b5d2c404674433c743c27468f"/><file name="item.phtml" hash="918127e69e34acd1c8463def52ab4fe5"/><file name="totals.phtml" hash="e15353e3c8e7304cc534987169b47847"/></dir><file name="review.phtml" hash="ce4912353e9502a96e3134c7eb054d6f"/><file name="shipping.phtml" hash="22928d8ded3a48773649731f4c038ce4"/><dir name="shipping_method"><file name="additional.phtml" hash="5199730d3e5dc50bd9deb29c4d239b7e"/><file name="available.phtml" hash="e9b29674956b8ee7a96d879706451c31"/></dir><file name="shipping_method.phtml" hash="0de50bac1dc8dc5ced6c4ba7f9b38c76"/></dir><file name="onepage.phtml" hash="bbe18bd32577aadfd10152f75537fc8a"/><file name="success.phtml" hash="a337d5860c18f0082e25846ec6be0be3"/><dir name="total"><file name="default.phtml" hash="e5692fb2cc92e67776fe32017d33f7b4"/><file name="nominal.phtml" hash="69f66d9e00eb08cd48e296853317356d"/><file name="tax.phtml" hash="2221ba1f72426e4f476a7a69d409f56e"/></dir></dir><dir name="newsletter"><file name="subscribe.phtml" hash="f462a549c66b94ffbe65b88460e9f5ef"/></dir><dir name="page"><file name="1column.phtml" hash="c3f59c078648c181ccd54c2d4905ba67"/><file name="2columns-left.phtml" hash="112a94ced9a906844a7d9f0f1c8a7fdb"/><file name="2columns-right.phtml" hash="c3d991644efa448241c3e139abdc21c9"/><file name="3columns.phtml" hash="2db743290c48b9cb19e78de442a2dcc3"/><file name="empty.phtml" hash="e1cf980f5825434acd526965a26598b7"/><dir name="html"><file name="breadcrumbs.phtml" hash="e35d955ba21a54577638d6ba1d1b65ed"/><file name="footer.content.phtml" hash="523582554c574f2893e8012e06451ec6"/><file name="footer.phtml" hash="f99b9bc421b6d40d8ecb1f30df050368"/><file name="head.phtml" hash="6658657868e18f46602446418097f8e5"/><file name="header.phtml" hash="a550aeb2b93fda62766f6cefaed69c87"/><file name="homecontent.phtml" hash="80cc81ccb03217a84547bbfe9ce19cd1"/><file name="notices.phtml" hash="27ca9a908e784aef202f40a09aa07248"/><file name="pager.phtml" hash="89cccc64bc5a8919c3434471e0c0c2a7"/><file name="top.links.phtml" hash="c75f4b24fecf115b7fdd1bc7a7d7e3b1"/><file name="topmenu.phtml" hash="f8f1ab9418e82b65c3f69d2dbb10399c"/><file name="wrapper.phtml" hash="6ba5012143024ac317edeb9b9a817ae4"/></dir><dir name="js"><file name="calendar.phtml" hash="c2ffdedc3f288fd2aa2cdefedfa677e3"/><file name="cookie.phtml" hash="cbf8179d5c31aac3a56baf82d87a797c"/></dir><file name="popup.phtml" hash="af58cacace6aa3d9940f81f234d8ed17"/><file name="print.phtml" hash="961ae7304d163894a8a55fb333fb404b"/><file name="redirect.phtml" hash="57643bd7e8b12eb1350e109682a516a9"/><dir name="switch"><file name="flags.phtml" hash="cb4e4797c21857279dd3dd65c5c1a2a8"/><file name="languages.phtml" hash="9a55294b6520fcc942e5c06b9f62673b"/><file name="stores.phtml" hash="47a4241d9e5243e9fe44b3cc85ec4856"/></dir><dir name="template"><file name="container.phtml" hash="30bf0d92d814935cbd85d76bfb36a921"/><file name="links.phtml" hash="7f72659170e6c7497b330d1e74d8d43e"/><file name="linksblock.phtml" hash="a40d075fa6240d5a0b1a660a767f80b4"/></dir></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="mp_toolshop"><dir><dir name="css"><file name="easytabs.css" hash="b38e0846620909529021252f087bc848"/><file name="oauth-simple.css" hash="441743c00cd53acda6b744d54a5d638a"/><file name="print.css" hash="84ce72223e34eaf05c5035088e386922"/><file name="styles-ie.css" hash="7df97bb87c1a30aa385fa914c6323348"/><file name="styles.css" hash="3e6996ffd3632c3aec95da7257d8fb16"/></dir><dir name="images"><file name="bg_search_icon.gif" hash="b5ff3436dd72b81cb2b900f73e67f7d8"/><file name="bkg_account_box.gif" hash="dd98174b6e3e5605a3f9551a59c66841"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_body.gif" hash="82bfc5bfe346c8e974cd33b1314b0acf"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_main1.gif" hash="a8f5717873dc6cf8f6bd22924b5838fe"/><file name="bkg_main2.gif" hash="cf18ba9f7c7e6b058b439cde1a897e9c"/><file name="bkg_nav1.gif" hash="f4e26840c8cca0e74aba5b810341c5c0"/><file name="bkg_nav2.gif" hash="a64c8f5165b239e432d26a62ae5f79b6"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_product_collateral.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="breadcrum.gif" hash="6582c76118c50504aa8532d13ec69945"/><file name="btn-cart.png" hash="150014265b6fd056918e8bbb8d9f11cb"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_previous.gif" hash="63473a1520a73bb0c9b47b685d17cd21"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_search.gif" hash="2d93b43c0a1c1182358677661e26a978"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><dir name="catalog"><dir name="product"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><file name="check-out-icon-white.gif" hash="0b79ca0e51f232c5bd4e9427c352878c"/><file name="check-out-icon.gif" hash="4eacc04bc55ce9ff90f4394c13366e56"/><file name="cvv.gif" hash="83cdd38bf110b0f9c52fe84b56f45298"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="grid-cal.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="i_msg-error.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="i_msg-note.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="i_msg-success.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="logo.gif" hash="6fada77fbd47ee54c64c55ae58e5b2cb"/><file name="logo_arial.gif" hash="f415fed05674eced27ca4b9e852c774e"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="map_popup_arrow.gif" hash="6383b40a9e7bd3c95260bef4fbb1b163"/><dir name="media"><file name="404_callout1.jpg" hash="834e53a03e2921a2fd3c135c0c7189df"/><file name="404_callout2.jpg" hash="016984b4a1579df34147f9407098db73"/><file name="about_us_img.jpg" hash="726f36dd75b5a709a1a14acab1660188"/><file name="best_selling_img01.jpg" hash="5e7337a4061a636df8ee4bf979a092ac"/><file name="best_selling_img02.jpg" hash="b9a49c0964938ec72fb834cb166b9352"/><file name="best_selling_img03.jpg" hash="e3581487fb4589baecc553f2ce8d5247"/><file name="best_selling_img04.jpg" hash="7e59bf99f5f813e327595c52d3320174"/><file name="best_selling_img05.jpg" hash="e396892daec7ffcf7244082b3e596911"/><file name="best_selling_img06.jpg" hash="2702839637efbe0fd0a4bad41cd6a551"/><file name="cell_phone_landing_banner1.jpg" hash="b25562360fc470f1091ca7ea014a3290"/><file name="col_left_callout.jpg" hash="5f762006021e046f9bd536f37ea7c463"/><file name="col_right_callout.jpg" hash="dae22f37a542da272a35195ec286ec25"/><file name="electronics_cellphones.jpg" hash="8f6badbc32ce806c6109c788df6ef5e9"/><file name="electronics_digitalcameras.jpg" hash="953b8d7db6f0bdcd53b1d6b1386962b9"/><file name="electronics_laptops.jpg" hash="e050e92d72000e6bdc763a7b5888ec8a"/><file name="furniture_callout_spot.jpg" hash="28edc7d72486ab2362324995550d87af"/><file name="furnitures_bed_room.jpg" hash="b8616c5bffc23a92d2a1c97dae57b262"/><file name="furnitures_living_room.jpg" hash="2663737f3997cb1a49ce24d07dc8aefb"/><file name="head_electronics_cellphones.gif" hash="a69425966444ea597fb7c629114d5165"/><file name="head_electronics_digicamera.gif" hash="bde3cec3fc16b2d0ae57e7783eb00652"/><file name="head_electronics_laptops.gif" hash="b2c55387ffa92277315bdedeb4cb9b8f"/><file name="laptop_callout_mid1.jpg" hash="4ffb50bd3b7b32a78fd059b1571c202e"/><file name="laptop_callout_mid2.jpg" hash="662cf3881b06b090e9500496b19b03e4"/><file name="laptop_callout_mid3.jpg" hash="22aa71ecfe0aa9b6936a1eddb62d889e"/><file name="laptop_callout_spot.jpg" hash="2e469d1bd871355eaef6076487a973db"/><file name="shirts_landing_banner1.jpg" hash="4acc8620b009d835e5c25587671ea25d"/></dir><file name="nav-category.gif" hash="42c93e9fb3ba87737938b01dbe239757"/><file name="np_cart_thumb.gif" hash="e9fdd943e0947e15f0638506f477e358"/><file name="np_more_img.gif" hash="ace357bfe3e81ffb62137cd5b25ae5e1"/><file name="np_product_main.gif" hash="d0cccda76de50efa025215ce85dacb1c"/><file name="np_thumb.gif" hash="e46270c89358ecc8341d1565c14644b8"/><file name="np_thumb2.gif" hash="8502866cdabc5c74aca7d7bd32a06a03"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="pag-li.png" hash="e54ce655c88421fb587b8edb199bbcd5"/><file name="pager_arrow_left.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="pager_arrow_right.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><dir name="xmlconnect"><dir name="catalog"><dir name="category"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><file name="tab_account.png" hash="0498d73e47ed47179e5546dc15c17dc7"/><file name="tab_cart.png" hash="9055ba76e256a51d3fee53a8c41d5226"/><file name="tab_home.png" hash="07d0af93e167b9366d3d4fb3d6cdb31c"/><file name="tab_more.png" hash="b9fc21feb8d7655bc9c2985c37b0de2f"/><file name="tab_page.png" hash="ca05dbc42f944b8d4255f6675f6dd93a"/><file name="tab_search.png" hash="25e880eb2a4d06828e2e1c3f32d22400"/><file name="tab_shop.png" hash="fe602fc2e7093efef5ecc0b027a32d91"/></dir></dir><dir name="js"><file name="jquery-1.7.2.min.js" hash="b11ced65f32fedbe9bf81ef9db0f3c94"/><file name="jquerynoconflict.js" hash="6932bbddf488374a70b55fbb62052fd2"/></dir><dir name="quickview"><dir name="css"><file name="cloud-zoom.css" hash="0521604f766ffd4877c7b56ffa46c272"/><file name="global.css" hash="b6adcb0640fe572355020ba6d8c13aaa"/><file name="jquery.fancybox-1.3.4.css" hash="086d93aea5a530a3b0a7bfd5777c7e3a"/><file name="jquery.thickbox.css" hash="d674281ed42861419ed9b3f9171f91fe"/><file name="stylefancy.css" hash="ab656afe8dd6bc8fc8c0e48cf48da459"/></dir><dir name="images"><file name="Thumbs.db" hash="ee01d41993d281f758ee8ca9b14afbcc"/><file name="arrow-next.gif" hash="c61dbe2ad601ebe18e6b1a0b50c10a4f"/><file name="arrow-next.png" hash="3364d07dbfdea5ecbc9c3ce680f05ebc"/><file name="arrow-prev.gif" hash="98bf1dddfa471275bd50486d3e3db225"/><file name="arrow-prev.png" hash="c2e833d6b87654b1ea07fc323e927965"/><file name="background.png" hash="96519dab3e5a2a09075632cca4a98141"/><file name="fancy_nav_left.png" hash="798edbcf3b9b8e4f4dc831d188593d2d"/><file name="fancy_nav_right.png" hash="37357762ba52e543e8e550ae02af8c30"/><dir name="fancybox"><file name="fancy_close.png" hash="6e2879a324a76e9972ebc98201aae1d8"/><file name="fancy_loading.png" hash="b1d54c240cf06e7f41e372d56919b738"/><file name="fancy_nav_left.png" hash="3f3e406102152cd8236383568a40ba35"/><file name="fancy_nav_right.png" hash="216e4bde5bddeeaa60dc3d692890a68e"/><file name="fancy_shadow_e.png" hash="fd4f491080d29fade5080877f1ba4c8b"/><file name="fancy_shadow_n.png" hash="18cde16379b2ceadef714d9b346d09ec"/><file name="fancy_shadow_ne.png" hash="63adf788acf193d4e4f3642d7d793125"/><file name="fancy_shadow_nw.png" hash="c820c878aedb7a7f9ebd7135a58e7c65"/><file name="fancy_shadow_s.png" hash="9b9e5c888028aaef40fe5b6a363f1e29"/><file name="fancy_shadow_se.png" hash="a8afd5a008884380ee712d177105268f"/><file name="fancy_shadow_sw.png" hash="f81cc0fee5581d76ad3cebe47e7e791b"/><file name="fancy_shadow_w.png" hash="59b0e63eb059e58d932cfd53da4d87e6"/><file name="fancy_title_left.png" hash="1582ac2d3bef6a6445bf02ceca2741cd"/><file name="fancy_title_main.png" hash="38dad6c1ed4bdc81c0bec721b2deb8c2"/><file name="fancy_title_over.png" hash="b886fd165d4b7ac77d41fb52d87ffc60"/><file name="fancy_title_right.png" hash="6cbe0c935511e7f9a2555ccb6a7324c4"/><file name="fancybox-x.png" hash="168696d8a694214090ef90e029cdf393"/><file name="fancybox-y.png" hash="36a58859beb9a6b19322a37466b9f78e"/><file name="fancybox.png" hash="6c9d925f49eac8653d81c1a53d533a0a"/></dir><file name="fancybox_loading.gif" hash="c6f1ad4957e50b83bb27691df8bc3f41"/><file name="fancybox_sprite.png" hash="61c66a5947e7bf772f7ec1c7985feec6"/><file name="loader_transparent.gif" hash="7c29a73cbc43bc9ab84a353005a12e61"/><file name="loadingAnimation.gif" hash="7c29a73cbc43bc9ab84a353005a12e61"/><file name="loading_background.png" hash="acf427e932fb9413700a4b8b58b41eec"/><file name="md_quickview_preview.png" hash="2717f47bdc9144bc7e3774e8b1aeb61d"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="quick_look.gif" hash="a97a2313657b668d6cac8e197ecc7eb5"/></dir></dir></dir><file name="favicon.ico" hash="88733ee53676a47fc354a61c32516e82"/></dir></dir></dir></target><target name="mageweb"><dir name="js"><dir name="magpassion"><dir name="quickview"><file name="cloud-zoom.1.0.2.min.js" hash="187c6bd5c7e1357b9cb50257edc8b4e9"/><file name="colorpicker.js" hash="9afb6169162cfd3834b6f836438f53d4"/><file name="configurable.js" hash="cf03517382aea8a55b4cafe10988dbea"/><dir name="fancy"><dir name="fancybox"><file name="jquery.fancybox-1.3.4.pack.js" hash="ebe607c948a447c11c4e017ecf1dde1c"/><file name="jquery.fancybox-1.3.4.pack.js-" hash="cc4dfcd4638507d8c53558426c70a2e9"/><file name="jquery.min.js" hash="c77d319252ddf43debb940d9e3717d3d"/></dir></dir><dir name="images"><file name="controls.png" hash="1881b565ed3ad05432ab5076eee5be0c"/><file name="left.png" hash="209569b438376ce7dd12c05334d81593"/><file name="loading.gif" hash="58c35cf5e9fcbe3914c839c6665794bd"/><file name="right.png" hash="3fde6ad092b250de130df3aaaea99c46"/><file name="wait.gif" hash="a51c5608d01acf32df728f299767f82b"/></dir><dir name="js"><file name="jquery-1.7.2.min.js" hash="09bf7cb5fd333ee8c1c6be7475f85026"/><file name="jquery.maskedinput.js" hash="e8011949ba3cbc4ab53ee95c8f018812"/><file name="md_quickview.js" hash="18511d3490d0e947783e2af905d4af77"/><file name="slides.min.jquery.js" hash="82b8df20ccb65773df2a4cc65f368be9"/></dir><file name="product.js" hash="e785f53c717fdb231c28a09e13bffa9e"/><dir name="thickbox"><file name="jquery.noconflict.js" hash="3179f2255b046d5f2e9a71e365287bef"/><file name="jquery.thickbox.js" hash="409ccdfddea3d126eeea78f615a8f987"/></dir></dir></dir></dir></target></contents>
|
18 |
<compatible/>
|
19 |
<dependencies><required><php><min>5.2.17</min><max>6.0.0</max></php></required></dependencies>
|
20 |
</package>
|