diff --git a/common.inc.php b/common.inc.php index 06e5e2c8..de575743 100644 --- a/common.inc.php +++ b/common.inc.php @@ -398,7 +398,7 @@ function send_header($title="", $nav=null, $icon=null, $titletranslated=false) <? //if($title && !$titletranslated) echo i18n($title); else if($title) echo $title; else echo i18n($config['fairname']); ?> - + @@ -407,15 +407,14 @@ function send_header($title="", $nav=null, $icon=null, $titletranslated=false) - - + + + - + - - + +
diff --git a/js/jquery/1.3.2/jquery.min.js b/js/jquery/1.3.2/jquery.min.js deleted file mode 100644 index b1ae21d8..00000000 --- a/js/jquery/1.3.2/jquery.min.js +++ /dev/null @@ -1,19 +0,0 @@ -/* - * jQuery JavaScript Library v1.3.2 - * http://jquery.com/ - * - * Copyright (c) 2009 John Resig - * Dual licensed under the MIT and GPL licenses. - * http://docs.jquery.com/License - * - * Date: 2009-02-19 17:34:21 -0500 (Thu, 19 Feb 2009) - * Revision: 6246 - */ -(function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().find(E)}var F=o(I||[]);F.context=document;F.selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E)}}if(E.selector&&E.context){this.selector=E.selector;this.context=E.context}return this.setArray(o.isArray(E)?E:o.makeArray(E))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===g?Array.prototype.slice.call(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E}else{if(H){G.selector=this.selector+"."+H+"("+E+")"}}return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this},each:function(F,E){return o.each(this,F,E)},index:function(E){return o.inArray(E&&E.jquery?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){return this[0]&&o[G||"attr"](this[0],F)}else{E={};E[F]=H}}return this.each(function(I){for(F in E){o.attr(G?this.style:this,F,o.prop(this,E[F],G,I,F))}})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=g}return this.attr(E,F,"curCSS")},text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F))}var E="";o.each(F||this,function(){o.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this])}})});return E},wrapAll:function(E){if(this[0]){var F=o(E,this[0].ownerDocument).clone();if(this[0].parentNode){F.insertBefore(this[0])}F.map(function(){var G=this;while(G.firstChild){G=G.firstChild}return G}).append(this)}return this},wrapInner:function(E){return this.each(function(){o(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){o(this).wrapAll(E)})},append:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.appendChild(E)}})},prepend:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.insertBefore(E,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this)})},after:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this.nextSibling)})},end:function(){return this.prevObject||o([])},push:[].push,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var F=this.pushStack([],"find",E);F.length=0;o.find(E,this[0],F);return F}else{return this.pushStack(o.unique(o.map(this,function(G){return o.find(E,G)})),"find",E)}},clone:function(G){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.outerHTML;if(!I){var J=this.ownerDocument.createElement("div");J.appendChild(this.cloneNode(true));I=J.innerHTML}return o.clean([I.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(G===true){var H=this.find("*").andSelf(),F=0;E.find("*").andSelf().each(function(){if(this.nodeName!==H[F].nodeName){return}var I=o.data(H[F],"events");for(var K in I){for(var J in I[K]){o.event.add(this,K,I[K][J],I[K][J].data)}}F++})}return E},filter:function(E){return this.pushStack(o.isFunction(E)&&o.grep(this,function(G,F){return E.call(G,F)})||o.multiFilter(E,o.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(E){var G=o.expr.match.POS.test(E)?o(E):null,F=0;return this.map(function(){var H=this;while(H&&H.ownerDocument){if(G?G.index(H)>-1:o(H).is(E)){o.data(H,"closest",F);return H}H=H.parentNode;F++}})},not:function(E){if(typeof E==="string"){if(f.test(E)){return this.pushStack(o.multiFilter(E,this,true),"not",E)}else{E=o.multiFilter(E,this)}}var F=E.length&&E[E.length-1]!==g&&!E.nodeType;return this.filter(function(){return F?o.inArray(this,E)<0:this!=E})},add:function(E){return this.pushStack(o.unique(o.merge(this.get(),typeof E==="string"?o(E):o.makeArray(E))))},is:function(E){return !!E&&o.multiFilter(E,this).length>0},hasClass:function(E){return !!E&&this.is("."+E)},val:function(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).specified?E.value:E.text}if(o.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F=0||o.inArray(this.name,K)>=0)}else{if(o.nodeName(this,"select")){var N=o.makeArray(K);o("option",this).each(function(){this.selected=(o.inArray(this.value,N)>=0||o.inArray(this.text,N)>=0)});if(!N.length){this.selectedIndex=-1}}else{this.value=K}}})},html:function(E){return E===g?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(E)},replaceWith:function(E){return this.after(E).remove()},eq:function(E){return this.slice(E,+E+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(E){return this.pushStack(o.map(this,function(G,F){return E.call(G,F,G)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,M,L){if(this[0]){var I=(this[0].ownerDocument||this[0]).createDocumentFragment(),F=o.clean(J,(this[0].ownerDocument||this[0]),I),H=I.firstChild;if(H){for(var G=0,E=this.length;G1||G>0?I.cloneNode(true):I)}}if(F){o.each(F,z)}}return this;function K(N,O){return M&&o.nodeName(N,"table")&&o.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:false,dataType:"script"})}else{o.globalEval(F.text||F.textContent||F.innerHTML||"")}if(F.parentNode){F.parentNode.removeChild(F)}}function e(){return +new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length,E=false,G;if(typeof J==="boolean"){E=J;J=arguments[1]||{};H=2}if(typeof J!=="object"&&!o.isFunction(J)){J={}}if(I==H){J=this;--H}for(;H-1}},swap:function(H,G,I){var E={};for(var F in G){E[F]=H.style[F];H.style[F]=G[F]}I.call(H);for(var F in G){H.style[F]=E[F]}},css:function(H,F,J,E){if(F=="width"||F=="height"){var L,G={position:"absolute",visibility:"hidden",display:"block"},K=F=="width"?["Left","Right"]:["Top","Bottom"];function I(){L=F=="width"?H.offsetWidth:H.offsetHeight;if(E==="border"){return}o.each(K,function(){if(!E){L-=parseFloat(o.curCSS(H,"padding"+this,true))||0}if(E==="margin"){L+=parseFloat(o.curCSS(H,"margin"+this,true))||0}else{L-=parseFloat(o.curCSS(H,"border"+this+"Width",true))||0}})}if(H.offsetWidth!==0){I()}else{o.swap(H,G,I)}return Math.max(0,Math.round(L))}return o.curCSS(H,F,J)},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!o.support.opacity){L=o.attr(E,"opacity");return L==""?"1":L}if(F.match(/float/i)){F=w}if(!G&&E&&E[F]){L=E[F]}else{if(q.getComputedStyle){if(F.match(/float/i)){F="float"}F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=q.getComputedStyle(I,null);if(M){L=M.getPropertyValue(F)}if(F=="opacity"&&L==""){L="1"}}else{if(I.currentStyle){var J=F.replace(/\-(\w)/g,function(N,O){return O.toUpperCase()});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(L)){var H=E.left,K=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;E.left=L||0;L=E.pixelLeft+"px";E.left=H;I.runtimeStyle.left=K}}}}return L},clean:function(F,K,I){K=K||document;if(typeof K.createElement==="undefined"){K=K.ownerDocument||K[0]&&K[0].ownerDocument||document}if(!I&&F.length===1&&typeof F[0]==="string"){var H=/^<(\w+)\s*\/?>$/.exec(F[0]);if(H){return[K.createElement(H[1])]}}var G=[],E=[],L=K.createElement("div");o.each(F,function(P,S){if(typeof S==="number"){S+=""}if(!S){return}if(typeof S==="string"){S=S.replace(/(<(\w+)[^>]*?)\/>/g,function(U,V,T){return T.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?U:V+">"});var O=S.replace(/^\s+/,"").substring(0,10).toLowerCase();var Q=!O.indexOf("",""]||!O.indexOf("",""]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"","
"]||!O.indexOf("",""]||(!O.indexOf("",""]||!O.indexOf("",""]||!o.support.htmlSerialize&&[1,"div
","
"]||[0,"",""];L.innerHTML=Q[1]+S+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var R=/"&&!R?L.childNodes:[];for(var M=N.length-1;M>=0;--M){if(o.nodeName(N[M],"tbody")&&!N[M].childNodes.length){N[M].parentNode.removeChild(N[M])}}}if(!o.support.leadingWhitespace&&/^\s/.test(S)){L.insertBefore(K.createTextNode(S.match(/^\s*/)[0]),L.firstChild)}S=o.makeArray(L.childNodes)}if(S.nodeType){G.push(S)}else{G=o.merge(G,S)}});if(I){for(var J=0;G[J];J++){if(o.nodeName(G[J],"script")&&(!G[J].type||G[J].type.toLowerCase()==="text/javascript")){E.push(G[J].parentNode?G[J].parentNode.removeChild(G[J]):G[J])}else{if(G[J].nodeType===1){G.splice.apply(G,[J+1,0].concat(o.makeArray(G[J].getElementsByTagName("script"))))}I.appendChild(G[J])}}return E}return G},attr:function(J,G,K){if(!J||J.nodeType==3||J.nodeType==8){return g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.props[G]||G;if(J.tagName){var F=/href|src|style/.test(G);if(G=="selected"&&J.parentNode){J.parentNode.selectedIndex}if(G in J&&H&&!F){if(L){if(G=="type"&&o.nodeName(J,"input")&&J.parentNode){throw"type property can't be changed"}J[G]=K}if(o.nodeName(J,"form")&&J.getAttributeNode(G)){return J.getAttributeNode(G).nodeValue}if(G=="tabIndex"){var I=J.getAttributeNode("tabIndex");return I&&I.specified?I.value:J.nodeName.match(/(button|input|object|select|textarea)/i)?0:J.nodeName.match(/^(a|area)$/i)&&J.href?0:g}return J[G]}if(!o.support.style&&H&&G=="style"){return o.attr(J.style,"cssText",K)}if(L){J.setAttribute(G,""+K)}var E=!o.support.hrefNormalized&&H&&F?J.getAttribute(G,2):J.getAttribute(G);return E===null?g:E}if(!o.support.opacity&&G=="opacity"){if(L){J.zoom=1;J.filter=(J.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(K)+""=="NaN"?"":"alpha(opacity="+K*100+")")}return J.filter&&J.filter.indexOf("opacity=")>=0?(parseFloat(J.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}G=G.replace(/-([a-z])/ig,function(M,N){return N.toUpperCase()});if(L){J[G]=K}return J[G]},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"")},makeArray:function(G){var E=[];if(G!=null){var F=G.length;if(F==null||typeof G==="string"||o.isFunction(G)||G.setInterval){E[0]=G}else{while(F){E[--F]=G[F]}}}return E},inArray:function(G,H){for(var E=0,F=H.length;E0?this.clone(true):this).get();o.fn[F].apply(o(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});o.each({removeAttr:function(E){o.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E)}},addClass:function(E){o.className.add(this,E)},removeClass:function(E){o.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!o.className.has(this,F)}o.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||o.filter(E,[this]).length){o("*",this).add([this]).each(function(){o.event.remove(this);o.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){o(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(E,F){o.fn[E]=function(){return this.each(F,arguments)}});function j(E,F){return E[0]&&parseInt(o.curCSS(E[0],F,true),10)||0}var h="jQuery"+e(),v=0,A={};o.extend({cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H){H=F[h]=++v}if(E&&!o.cache[H]){o.cache[H]={}}if(G!==g){o.cache[H][E]=G}return E?o.cache[H][E]:H},removeData:function(F,E){F=F==l?A:F;var H=F[h];if(E){if(o.cache[H]){delete o.cache[H][E];E="";for(E in o.cache[H]){break}if(!E){o.removeData(F)}}}else{try{delete F[h]}catch(G){if(F.removeAttribute){F.removeAttribute(h)}}delete o.cache[H]}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=o.data(F,E);if(!G||o.isArray(H)){G=o.data(F,E,o.makeArray(H))}else{if(H){G.push(H)}}}return G},dequeue:function(H,G){var E=o.queue(H,G),F=E.shift();if(!G||G==="fx"){F=E[0]}if(F!==g){F.call(H)}}});o.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===g){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===g&&this.length){F=o.data(this[0],E)}return F===g&&H[1]?this.data(H[0]):F}else{return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){o.data(this,E,G)})}},removeData:function(E){return this.each(function(){o.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===g){return o.queue(this[0],E)}return this.each(function(){var G=o.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){o.dequeue(this,E)})}}); -/* - * Sizzle CSS Selector Engine - v0.9.3 - * Copyright 2009, The Dojo Foundation - * Released under the MIT, BSD, and GPL Licenses. - * More information: http://sizzlejs.com/ - */ -(function(){var R=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString;var F=function(Y,U,ab,ac){ab=ab||[];U=U||document;if(U.nodeType!==1&&U.nodeType!==9){return[]}if(!Y||typeof Y!=="string"){return ab}var Z=[],W,af,ai,T,ad,V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.rightContext;break}}if(Z.length>1&&M.exec(Y)){if(Z.length===2&&I.relative[Z[0]]){af=J(Z[0]+Z[1],U)}else{af=I.relative[Z[0]]?[U]:F(Z.shift(),U);while(Z.length){Y=Z.shift();if(I.relative[Y]){Y+=Z.shift()}af=J(Y,af)}}}else{var ae=ac?{expr:Z.pop(),set:E(ac)}:F.find(Z.pop(),Z.length===1&&U.parentNode?U.parentNode:U,Q(U));af=F.filter(ae.expr,ae.set);if(Z.length>0){ai=E(af)}else{X=false}while(Z.length){var ah=Z.pop(),ag=ah;if(!I.relative[ah]){ah=""}else{ag=Z.pop()}if(ag==null){ag=U}I.relative[ah](ai,ag,Q(U))}}if(!ai){ai=af}if(!ai){throw"Syntax error, unrecognized expression: "+(ah||Y)}if(H.call(ai)==="[object Array]"){if(!X){ab.push.apply(ab,ai)}else{if(U.nodeType===1){for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&(ai[aa]===true||ai[aa].nodeType===1&&K(U,ai[aa]))){ab.push(af[aa])}}}else{for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&ai[aa].nodeType===1){ab.push(af[aa])}}}}}else{E(ai,ab)}if(V){F(V,U,ab,ac);if(G){hasDuplicate=false;ab.sort(G);if(hasDuplicate){for(var aa=1;aa":function(Z,U,aa){var X=typeof U==="string";if(X&&!/\W/.test(U)){U=aa?U:U.toUpperCase();for(var V=0,T=Z.length;V=0)){if(!V){T.push(Y)}}else{if(V){U[X]=false}}}}return false},ID:function(T){return T[1].replace(/\\/g,"")},TAG:function(U,T){for(var V=0;T[V]===false;V++){}return T[V]&&Q(T[V])?U[1]:U[1].toUpperCase()},CHILD:function(T){if(T[1]=="nth"){var U=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(T[2]=="even"&&"2n"||T[2]=="odd"&&"2n+1"||!/\D/.test(T[2])&&"0n+"+T[2]||T[2]);T[2]=(U[1]+(U[2]||1))-0;T[3]=U[3]-0}T[0]=L++;return T},ATTR:function(X,U,V,T,Y,Z){var W=X[1].replace(/\\/g,"");if(!Z&&I.attrMap[W]){X[1]=I.attrMap[W]}if(X[2]==="~="){X[4]=" "+X[4]+" "}return X},PSEUDO:function(X,U,V,T,Y){if(X[1]==="not"){if(X[3].match(R).length>1||/^\w/.test(X[3])){X[3]=F(X[3],null,null,U)}else{var W=F.filter(X[3],U,V,true^Y);if(!V){T.push.apply(T,W)}return false}}else{if(I.match.POS.test(X[0])||I.match.CHILD.test(X[0])){return true}}return X},POS:function(T){T.unshift(true);return T}},filters:{enabled:function(T){return T.disabled===false&&T.type!=="hidden"},disabled:function(T){return T.disabled===true},checked:function(T){return T.checked===true},selected:function(T){T.parentNode.selectedIndex;return T.selected===true},parent:function(T){return !!T.firstChild},empty:function(T){return !T.firstChild},has:function(V,U,T){return !!F(T[3],V).length},header:function(T){return/h\d/i.test(T.nodeName)},text:function(T){return"text"===T.type},radio:function(T){return"radio"===T.type},checkbox:function(T){return"checkbox"===T.type},file:function(T){return"file"===T.type},password:function(T){return"password"===T.type},submit:function(T){return"submit"===T.type},image:function(T){return"image"===T.type},reset:function(T){return"reset"===T.type},button:function(T){return"button"===T.type||T.nodeName.toUpperCase()==="BUTTON"},input:function(T){return/input|select|textarea|button/i.test(T.nodeName)}},setFilters:{first:function(U,T){return T===0},last:function(V,U,T,W){return U===W.length-1},even:function(U,T){return T%2===0},odd:function(U,T){return T%2===1},lt:function(V,U,T){return UT[3]-0},nth:function(V,U,T){return T[3]-0==U},eq:function(V,U,T){return T[3]-0==U}},filter:{PSEUDO:function(Z,V,W,aa){var U=V[1],X=I.filters[U];if(X){return X(Z,W,V,aa)}else{if(U==="contains"){return(Z.textContent||Z.innerText||"").indexOf(V[3])>=0}else{if(U==="not"){var Y=V[3];for(var W=0,T=Y.length;W=0)}}},ID:function(U,T){return U.nodeType===1&&U.getAttribute("id")===T},TAG:function(U,T){return(T==="*"&&U.nodeType===1)||U.nodeName===T},CLASS:function(U,T){return(" "+(U.className||U.getAttribute("class"))+" ").indexOf(T)>-1},ATTR:function(Y,W){var V=W[1],T=I.attrHandle[V]?I.attrHandle[V](Y):Y[V]!=null?Y[V]:Y.getAttribute(V),Z=T+"",X=W[2],U=W[4];return T==null?X==="!=":X==="="?Z===U:X==="*="?Z.indexOf(U)>=0:X==="~="?(" "+Z+" ").indexOf(U)>=0:!U?Z&&T!==false:X==="!="?Z!=U:X==="^="?Z.indexOf(U)===0:X==="$="?Z.substr(Z.length-U.length)===U:X==="|="?Z===U||Z.substr(0,U.length+1)===U+"-":false},POS:function(X,U,V,Y){var T=U[2],W=I.setFilters[T];if(W){return W(X,V,U,Y)}}}};var M=I.match.POS;for(var O in I.match){I.match[O]=RegExp(I.match[O].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var E=function(U,T){U=Array.prototype.slice.call(U);if(T){T.push.apply(T,U);return T}return U};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(N){E=function(X,W){var U=W||[];if(H.call(X)==="[object Array]"){Array.prototype.push.apply(U,X)}else{if(typeof X.length==="number"){for(var V=0,T=X.length;V";var T=document.documentElement;T.insertBefore(U,T.firstChild);if(!!document.getElementById(V)){I.find.ID=function(X,Y,Z){if(typeof Y.getElementById!=="undefined"&&!Z){var W=Y.getElementById(X[1]);return W?W.id===X[1]||typeof W.getAttributeNode!=="undefined"&&W.getAttributeNode("id").nodeValue===X[1]?[W]:g:[]}};I.filter.ID=function(Y,W){var X=typeof Y.getAttributeNode!=="undefined"&&Y.getAttributeNode("id");return Y.nodeType===1&&X&&X.nodeValue===W}}T.removeChild(U)})();(function(){var T=document.createElement("div");T.appendChild(document.createComment(""));if(T.getElementsByTagName("*").length>0){I.find.TAG=function(U,Y){var X=Y.getElementsByTagName(U[1]);if(U[1]==="*"){var W=[];for(var V=0;X[V];V++){if(X[V].nodeType===1){W.push(X[V])}}X=W}return X}}T.innerHTML="";if(T.firstChild&&typeof T.firstChild.getAttribute!=="undefined"&&T.firstChild.getAttribute("href")!=="#"){I.attrHandle.href=function(U){return U.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var T=F,U=document.createElement("div");U.innerHTML="

";if(U.querySelectorAll&&U.querySelectorAll(".TEST").length===0){return}F=function(Y,X,V,W){X=X||document;if(!W&&X.nodeType===9&&!Q(X)){try{return E(X.querySelectorAll(Y),V)}catch(Z){}}return T(Y,X,V,W)};F.find=T.find;F.filter=T.filter;F.selectors=T.selectors;F.matches=T.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var T=document.createElement("div");T.innerHTML="
";if(T.getElementsByClassName("e").length===0){return}T.lastChild.className="e";if(T.getElementsByClassName("e").length===1){return}I.order.splice(1,0,"CLASS");I.find.CLASS=function(U,V,W){if(typeof V.getElementsByClassName!=="undefined"&&!W){return V.getElementsByClassName(U[1])}}})()}function P(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W0){X=T;break}}}T=T[U]}ad[W]=X}}}var K=document.compareDocumentPosition?function(U,T){return U.compareDocumentPosition(T)&16}:function(U,T){return U!==T&&(U.contains?U.contains(T):true)};var Q=function(T){return T.nodeType===9&&T.documentElement.nodeName!=="HTML"||!!T.ownerDocument&&Q(T.ownerDocument)};var J=function(T,aa){var W=[],X="",Y,V=aa.nodeType?[aa]:aa;while((Y=I.match.PSEUDO.exec(T))){X+=Y[0];T=T.replace(I.match.PSEUDO,"")}T=I.relative[T]?T+"*":T;for(var Z=0,U=V.length;Z0||T.offsetHeight>0};F.selectors.filters.animated=function(T){return o.grep(o.timers,function(U){return T===U.elem}).length};o.multiFilter=function(V,T,U){if(U){V=":not("+V+")"}return F.matches(V,T)};o.dir=function(V,U){var T=[],W=V[U];while(W&&W!=document){if(W.nodeType==1){T.push(W)}W=W[U]}return T};o.nth=function(X,T,V,W){T=T||1;var U=0;for(;X;X=X[V]){if(X.nodeType==1&&++U==T){break}}return X};o.sibling=function(V,U){var T=[];for(;V;V=V.nextSibling){if(V.nodeType==1&&V!=U){T.push(V)}}return T};return;l.Sizzle=F})();o.event={add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8){return}if(I.setInterval&&I!=l){I=l}if(!H.guid){H.guid=this.guid++}if(K!==g){var G=H;H=this.proxy(G);H.data=K}var E=o.data(I,"events")||o.data(I,"events",{}),J=o.data(I,"handle")||o.data(I,"handle",function(){return typeof o!=="undefined"&&!o.event.triggered?o.event.handle.apply(arguments.callee.elem,arguments):g});J.elem=I;o.each(F.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".");var L=E[N];if(o.event.specialAll[N]){o.event.specialAll[N].setup.call(I,K,O)}if(!L){L=E[N]={};if(!o.event.special[N]||o.event.special[N].setup.call(I,K,O)===false){if(I.addEventListener){I.addEventListener(N,J,false)}else{if(I.attachEvent){I.attachEvent("on"+N,J)}}}}L[H.guid]=H;o.event.global[N]=true});I=null},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){return}var G=o.data(K,"events"),F,E;if(G){if(H===g||(typeof H==="string"&&H.charAt(0)==".")){for(var I in G){this.remove(K,I+(H||""))}}else{if(H.type){J=H.handler;H=H.type}o.each(H.split(/\s+/),function(M,O){var Q=O.split(".");O=Q.shift();var N=RegExp("(^|\\.)"+Q.slice().sort().join(".*\\.")+"(\\.|$)");if(G[O]){if(J){delete G[O][J.guid]}else{for(var P in G[O]){if(N.test(G[O][P].type)){delete G[O][P]}}}if(o.event.specialAll[O]){o.event.specialAll[O].teardown.call(K,Q)}for(F in G[O]){break}if(!F){if(!o.event.special[O]||o.event.special[O].teardown.call(K,Q)===false){if(K.removeEventListener){K.removeEventListener(O,o.data(K,"handle"),false)}else{if(K.detachEvent){K.detachEvent("on"+O,o.data(K,"handle"))}}}F=null;delete G[O]}}})}for(F in G){break}if(!F){var L=o.data(K,"handle");if(L){L.elem=null}o.removeData(K,"events");o.removeData(K,"handle")}}},trigger:function(I,K,H,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[h]?I:o.extend(o.Event(G),I):o.Event(G);if(G.indexOf("!")>=0){I.type=G=G.slice(0,-1);I.exclusive=true}if(!H){I.stopPropagation();if(this.global[G]){o.each(o.cache,function(){if(this.events&&this.events[G]){o.event.trigger(I,K,this.handle.elem)}})}}if(!H||H.nodeType==3||H.nodeType==8){return g}I.result=g;I.target=H;K=o.makeArray(K);K.unshift(I)}I.currentTarget=H;var J=o.data(H,"handle");if(J){J.apply(H,K)}if((!H[G]||(o.nodeName(H,"a")&&G=="click"))&&H["on"+G]&&H["on"+G].apply(H,K)===false){I.result=false}if(!E&&H[G]&&!I.isDefaultPrevented()&&!(o.nodeName(H,"a")&&G=="click")){this.triggered=true;try{H[G]()}catch(L){}}this.triggered=false;if(!I.isPropagationStopped()){var F=H.parentNode||H.ownerDocument;if(F){o.event.trigger(I,K,F,true)}}},handle:function(K){var J,E;K=arguments[0]=o.event.fix(K||l.event);K.currentTarget=this;var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(o.data(this,"events")||{})[K.type];for(var G in E){var H=E[G];if(J||I.test(H.type)){K.handler=H;K.data=H.data;var F=H.apply(this,arguments);if(F!==g){K.result=F;if(F===false){K.preventDefault();K.stopPropagation()}}if(K.isImmediatePropagationStopped()){break}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(H){if(H[h]){return H}var F=H;H=o.Event(F);for(var G=this.props.length,J;G;){J=this.props[--G];H[J]=F[J]}if(!H.target){H.target=H.srcElement||document}if(H.target.nodeType==3){H.target=H.target.parentNode}if(!H.relatedTarget&&H.fromElement){H.relatedTarget=H.fromElement==H.target?H.toElement:H.fromElement}if(H.pageX==null&&H.clientX!=null){var I=document.documentElement,E=document.body;H.pageX=H.clientX+(I&&I.scrollLeft||E&&E.scrollLeft||0)-(I.clientLeft||0);H.pageY=H.clientY+(I&&I.scrollTop||E&&E.scrollTop||0)-(I.clientTop||0)}if(!H.which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.which=H.charCode||H.keyCode}if(!H.metaKey&&H.ctrlKey){H.metaKey=H.ctrlKey}if(!H.which&&H.button){H.which=(H.button&1?1:(H.button&2?3:(H.button&4?2:0)))}return H},proxy:function(F,E){E=E||function(){return F.apply(this,arguments)};E.guid=F.guid=F.guid||E.guid||this.guid++;return E},special:{ready:{setup:B,teardown:function(){}}},specialAll:{live:{setup:function(E,F){o.event.add(this,F[0],c)},teardown:function(G){if(G.length){var E=0,F=RegExp("(^|\\.)"+G[0]+"(\\.|$)");o.each((o.data(this,"events").live||{}),function(){if(F.test(this.type)){E++}});if(E<1){o.event.remove(this,G[0],c)}}}}}};o.Event=function(E){if(!this.preventDefault){return new o.Event(E)}if(E&&E.type){this.originalEvent=E;this.type=E.type}else{this.type=E}this.timeStamp=e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDefault:function(){this.isDefaultPrevented=u;var E=this.originalEvent;if(!E){return}if(E.preventDefault){E.preventDefault()}E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=u;var E=this.originalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=u;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=function(F){var E=F.relatedTarget;while(E&&E!=this){try{E=E.parentNode}catch(G){E=this}}if(E!=this){F.type=F.data;o.event.handle.apply(this,arguments)}};o.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){o.event.special[E]={setup:function(){o.event.add(this,F,a,E)},teardown:function(){o.event.remove(this,F,a)}}});o.fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.add(this,F,E||G,E&&G)})},one:function(G,H,F){var E=o.event.proxy(F||H,function(I){o(this).unbind(I,E);return(F||H).apply(this,arguments)});return this.each(function(){o.event.add(this,G,E,F&&H)})},unbind:function(F,E){return this.each(function(){o.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){o.event.trigger(E,F,this)})},triggerHandler:function(E,G){if(this[0]){var F=o.Event(E);F.preventDefault();F.stopPropagation();o.event.trigger(F,G,this[0]);return F.result}},toggle:function(G){var E=arguments,F=1;while(F=0){var E=G.slice(I,G.length);G=G.slice(0,I)}var H="GET";if(J){if(o.isFunction(J)){K=J;J=null}else{if(typeof J==="object"){J=o.param(J);H="POST"}}}var F=this;o.ajax({url:G,type:H,dataType:"html",data:J,complete:function(M,L){if(L=="success"||L=="notmodified"){F.html(E?o("
").append(M.responseText.replace(//g,"")).find(E):M.responseText)}if(K){F.each(K,[M.responseText,L,M])}}});return this},serialize:function(){return o.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?o.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type))}).map(function(E,F){var G=o(this).val();return G==null?null:o.isArray(G)?o.map(G,function(I,H){return{name:F.name,value:I}}):{name:F.name,value:G}}).get()}});o.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){o.fn[F]=function(G){return this.bind(F,G)}});var r=e();o.extend({get:function(E,G,H,F){if(o.isFunction(G)){H=G;G=null}return o.ajax({type:"GET",url:E,data:G,success:H,dataType:F})},getScript:function(E,F){return o.get(E,null,F,"script")},getJSON:function(E,F,G){return o.get(E,F,G,"json")},post:function(E,G,H,F){if(o.isFunction(G)){H=G;G={}}return o.ajax({type:"POST",url:E,data:G,success:H,dataType:F})},ajaxSetup:function(E){o.extend(o.ajaxSettings,E)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return l.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(M){M=o.extend(true,M,o.extend(true,{},o.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string"){M.data=o.param(M.data)}if(M.dataType=="jsonp"){if(G=="GET"){if(!M.url.match(F)){M.url+=(M.url.match(/\?/)?"&":"?")+(M.jsonp||"callback")+"=?"}}else{if(!M.data||!M.data.match(F)){M.data=(M.data?M.data+"&":"")+(M.jsonp||"callback")+"=?"}}M.dataType="json"}if(M.dataType=="json"&&(M.data&&M.data.match(F)||M.url.match(F))){W="jsonp"+r++;if(M.data){M.data=(M.data+"").replace(F,"="+W+"$1")}M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";l[W]=function(X){V=X;I();L();l[W]=g;try{delete l[W]}catch(Y){}if(H){H.removeChild(T)}}}if(M.dataType=="script"&&M.cache==null){M.cache=false}if(M.cache===false&&G=="GET"){var E=e();var U=M.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+E+"$2");M.url=U+((U==M.url)?(M.url.match(/\?/)?"&":"?")+"_="+E:"")}if(M.data&&G=="GET"){M.url+=(M.url.match(/\?/)?"&":"?")+M.data;M.data=null}if(M.global&&!o.active++){o.event.trigger("ajaxStart")}var Q=/^(\w+:)?\/\/([^\/?#]+)/.exec(M.url);if(M.dataType=="script"&&G=="GET"&&Q&&(Q[1]&&Q[1]!=location.protocol||Q[2]!=location.host)){var H=document.getElementsByTagName("head")[0];var T=document.createElement("script");T.src=M.url;if(M.scriptCharset){T.charset=M.scriptCharset}if(!W){var O=false;T.onload=T.onreadystatechange=function(){if(!O&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){O=true;I();L();T.onload=T.onreadystatechange=null;H.removeChild(T)}}}H.appendChild(T);return g}var K=false;var J=M.xhr();if(M.username){J.open(G,M.url,M.async,M.username,M.password)}else{J.open(G,M.url,M.async)}try{if(M.data){J.setRequestHeader("Content-Type",M.contentType)}if(M.ifModified){J.setRequestHeader("If-Modified-Since",o.lastModified[M.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}J.setRequestHeader("X-Requested-With","XMLHttpRequest");J.setRequestHeader("Accept",M.dataType&&M.accepts[M.dataType]?M.accepts[M.dataType]+", */*":M.accepts._default)}catch(S){}if(M.beforeSend&&M.beforeSend(J,M)===false){if(M.global&&!--o.active){o.event.trigger("ajaxStop")}J.abort();return false}if(M.global){o.event.trigger("ajaxSend",[J,M])}var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}}else{if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null}R=X=="timeout"?"timeout":!o.httpSuccess(J)?"error":M.ifModified&&o.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success"){try{V=o.httpData(J,M.dataType,M)}catch(Z){R="parsererror"}}if(R=="success"){var Y;try{Y=J.getResponseHeader("Last-Modified")}catch(Z){}if(M.ifModified&&Y){o.lastModified[M.url]=Y}if(!W){I()}}else{o.handleError(M,J,R)}L();if(X){J.abort()}if(M.async){J=null}}}};if(M.async){var P=setInterval(N,13);if(M.timeout>0){setTimeout(function(){if(J&&!K){N("timeout")}},M.timeout)}}try{J.send(M.data)}catch(S){o.handleError(M,J,null,S)}if(!M.async){N()}function I(){if(M.success){M.success(V,R)}if(M.global){o.event.trigger("ajaxSuccess",[J,M])}}function L(){if(M.complete){M.complete(J,R)}if(M.global){o.event.trigger("ajaxComplete",[J,M])}if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}return J},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G)}if(F.global){o.event.trigger("ajaxError",[H,F,G])}},active:0,httpSuccess:function(F){try{return !F.status&&location.protocol=="file:"||(F.status>=200&&F.status<300)||F.status==304||F.status==1223}catch(E){}return false},httpNotModified:function(G,E){try{var H=G.getResponseHeader("Last-Modified");return G.status==304||H==o.lastModified[E]}catch(F){}return false},httpData:function(J,H,G){var F=J.getResponseHeader("content-type"),E=H=="xml"||!H&&F&&F.indexOf("xml")>=0,I=E?J.responseXML:J.responseText;if(E&&I.documentElement.tagName=="parsererror"){throw"parsererror"}if(G&&G.dataFilter){I=G.dataFilter(I,H)}if(typeof I==="string"){if(H=="script"){o.globalEval(I)}if(H=="json"){I=l["eval"]("("+I+")")}}return I},param:function(E){var G=[];function H(I,J){G[G.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)}if(o.isArray(E)||E.jquery){o.each(E,function(){H(this.name,this.value)})}else{for(var F in E){if(o.isArray(E[F])){o.each(E[F],function(){H(F,this)})}else{H(F,o.isFunction(E[F])?E[F]():E[F])}}}return G.join("&").replace(/%20/g,"+")}});var m={},n,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function t(F,E){var G={};o.each(d.concat.apply([],d.slice(0,E)),function(){G[this]=F});return G}o.fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}else{for(var H=0,F=this.length;H").appendTo("body");K=I.css("display");if(K==="none"){K="block"}I.remove();m[G]=K}o.data(this[H],"olddisplay",K)}}for(var H=0,F=this.length;H=0;H--){if(G[H].elem==this){if(E){G[H](true)}G.splice(H,1)}}});if(!E){this.dequeue()}return this}});o.each({slideDown:t("show",1),slideUp:t("hide",1),slideToggle:t("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){o.fn[E]=function(G,H){return this.animate(F,G,H)}});o.extend({speed:function(G,H,F){var E=typeof G==="object"?G:{complete:F||!F&&H||o.isFunction(G)&&G,duration:G,easing:F&&H||H&&!o.isFunction(H)&&H};E.duration=o.fx.off?0:typeof E.duration==="number"?E.duration:o.fx.speeds[E.duration]||o.fx.speeds._default;E.old=E.complete;E.complete=function(){if(E.queue!==false){o(this).dequeue()}if(o.isFunction(E.old)){E.old.call(this)}};return E},easing:{linear:function(G,H,E,F){return E+F*G},swing:function(G,H,E,F){return((-Math.cos(G*Math.PI)/2)+0.5)*F+E}},timers:[],fx:function(F,E,G){this.options=E;this.elem=F;this.prop=G;if(!E.orig){E.orig={}}}});o.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(o.fx.step[this.prop]||o.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(F){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var E=parseFloat(o.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(o.curCSS(this.elem,this.prop))||0},custom:function(I,H,G){this.startTime=e();this.start=I;this.end=H;this.unit=G||this.unit||"px";this.now=this.start;this.pos=this.state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(F)&&!n){n=setInterval(function(){var K=o.timers;for(var J=0;J=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var E=true;for(var F in this.options.curAnim){if(this.options.curAnim[F]!==true){E=false}}if(E){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(o.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){o(this.elem).hide()}if(this.options.hide||this.options.show){for(var I in this.options.curAnim){o.attr(this.elem.style,I,this.options.orig[I])}}this.options.complete.call(this.elem)}return false}else{var J=G-this.startTime;this.state=J/this.options.duration;this.pos=o.easing[this.options.easing||(o.easing.swing?"swing":"linear")](this.state,J,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};o.extend(o.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){o.attr(E.elem.style,"opacity",E.now)},_default:function(E){if(E.elem.style&&E.elem.style[E.prop]!=null){E.elem.style[E.prop]=E.now+E.unit}else{E.elem[E.prop]=E.now}}}});if(document.documentElement.getBoundingClientRect){o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}var G=this[0].getBoundingClientRect(),J=this[0].ownerDocument,F=J.body,E=J.documentElement,L=E.clientTop||F.clientTop||0,K=E.clientLeft||F.clientLeft||0,I=G.top+(self.pageYOffset||o.boxModel&&E.scrollTop||F.scrollTop)-L,H=G.left+(self.pageXOffset||o.boxModel&&E.scrollLeft||F.scrollLeft)-K;return{top:I,left:H}}}else{o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}o.offset.initialized||o.offset.initialize();var J=this[0],G=J.offsetParent,F=J,O=J.ownerDocument,M,H=O.documentElement,K=O.body,L=O.defaultView,E=L.getComputedStyle(J,null),N=J.offsetTop,I=J.offsetLeft;while((J=J.parentNode)&&J!==K&&J!==H){M=L.getComputedStyle(J,null);N-=J.scrollTop,I-=J.scrollLeft;if(J===G){N+=J.offsetTop,I+=J.offsetLeft;if(o.offset.doesNotAddBorder&&!(o.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(J.tagName))){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}F=G,G=J.offsetParent}if(o.offset.subtractsBorderForOverflowNotVisible&&M.overflow!=="visible"){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}E=M}if(E.position==="relative"||E.position==="static"){N+=K.offsetTop,I+=K.offsetLeft}if(E.position==="fixed"){N+=Math.max(H.scrollTop,K.scrollTop),I+=Math.max(H.scrollLeft,K.scrollLeft)}return{top:N,left:I}}}o.offset={initialize:function(){if(this.initialized){return}var L=document.body,F=document.createElement("div"),H,G,N,I,M,E,J=L.style.marginTop,K='
';M={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(E in M){F.style[E]=M[E]}F.innerHTML=K;L.insertBefore(F,L.firstChild);H=F.firstChild,G=H.firstChild,I=H.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(G.offsetTop!==5);this.doesAddBorderForTableAndCells=(I.offsetTop===5);H.style.overflow="hidden",H.style.position="relative";this.subtractsBorderForOverflowNotVisible=(G.offsetTop===-5);L.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(L.offsetTop===0);L.style.marginTop=J;L.removeChild(F);this.initialized=true},bodyOffset:function(E){o.offset.initialized||o.offset.initialize();var G=E.offsetTop,F=E.offsetLeft;if(o.offset.doesNotIncludeMarginInBodyOffset){G+=parseInt(o.curCSS(E,"marginTop",true),10)||0,F+=parseInt(o.curCSS(E,"marginLeft",true),10)||0}return{top:G,left:F}}};o.fn.extend({position:function(){var I=0,H=0,F;if(this[0]){var G=this.offsetParent(),J=this.offset(),E=/^body|html$/i.test(G[0].tagName)?{top:0,left:0}:G.offset();J.top-=j(this,"marginTop");J.left-=j(this,"marginLeft");E.top+=j(G,"borderTopWidth");E.left+=j(G,"borderLeftWidth");F={top:J.top-E.top,left:J.left-E.left}}return F},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&o.css(E,"position")=="static")){E=E.offsetParent}return o(E)}});o.each(["Left","Top"],function(F,E){var G="scroll"+E;o.fn[G]=function(H){if(!this[0]){return null}return H!==g?this.each(function(){this==l||this==document?l.scrollTo(!F?H:o(l).scrollLeft(),F?H:o(l).scrollTop()):this[G]=H}):this[0]==l||this[0]==document?self[F?"pageYOffset":"pageXOffset"]||o.boxModel&&document.documentElement[G]||document.body[G]:this[0][G]}});o.each(["Height","Width"],function(I,G){var E=I?"Left":"Top",H=I?"Right":"Bottom",F=G.toLowerCase();o.fn["inner"+G]=function(){return this[0]?o.css(this[0],F,false,"padding"):null};o.fn["outer"+G]=function(K){return this[0]?o.css(this[0],F,false,K?"margin":"border"):null};var J=G.toLowerCase();o.fn[J]=function(K){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+G]||document.body["client"+G]:this[0]==document?Math.max(document.documentElement["client"+G],document.body["scroll"+G],document.documentElement["scroll"+G],document.body["offset"+G],document.documentElement["offset"+G]):K===g?(this.length?o.css(this[0],J):null):this.css(J,typeof K==="string"?K:K+"px")}})})(); \ No newline at end of file diff --git a/js/jqueryui/1.7.2/jquery-ui.min.js b/js/jqueryui/1.7.2/jquery-ui.min.js deleted file mode 100644 index 3e168d10..00000000 --- a/js/jqueryui/1.7.2/jquery-ui.min.js +++ /dev/null @@ -1,9 +0,0 @@ -/* - * jQuery UI 1.7.2 - * - * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT (MIT-LICENSE.txt) - * and GPL (GPL-LICENSE.txt) licenses. - * - * http://docs.jquery.com/UI - */ jQuery.ui||(function(c){var i=c.fn.remove,d=c.browser.mozilla&&(parseFloat(c.browser.version)<1.9);c.ui={version:"1.7.2",plugin:{add:function(k,l,n){var m=c.ui[k].prototype;for(var j in n){m.plugins[j]=m.plugins[j]||[];m.plugins[j].push([l,n[j]])}},call:function(j,l,k){var n=j.plugins[l];if(!n||!j.element[0].parentNode){return}for(var m=0;m0){return true}m[j]=1;l=(m[j]>0);m[j]=0;return l},isOverAxis:function(k,j,l){return(k>j)&&(k<(j+l))},isOver:function(o,k,n,m,j,l){return c.ui.isOverAxis(o,n,j)&&c.ui.isOverAxis(k,m,l)},keyCode:{BACKSPACE:8,CAPS_LOCK:20,COMMA:188,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38}};if(d){var f=c.attr,e=c.fn.removeAttr,h="http://www.w3.org/2005/07/aaa",a=/^aria-/,b=/^wairole:/;c.attr=function(k,j,l){var m=l!==undefined;return(j=="role"?(m?f.call(this,k,j,"wairole:"+l):(f.apply(this,arguments)||"").replace(b,"")):(a.test(j)?(m?k.setAttributeNS(h,j.replace(a,"aaa:"),l):f.call(this,k,j.replace(a,"aaa:"))):f.apply(this,arguments)))};c.fn.removeAttr=function(j){return(a.test(j)?this.each(function(){this.removeAttributeNS(h,j.replace(a,""))}):e.call(this,j))}}c.fn.extend({remove:function(){c("*",this).add(this).each(function(){c(this).triggerHandler("remove")});return i.apply(this,arguments)},enableSelection:function(){return this.attr("unselectable","off").css("MozUserSelect","").unbind("selectstart.ui")},disableSelection:function(){return this.attr("unselectable","on").css("MozUserSelect","none").bind("selectstart.ui",function(){return false})},scrollParent:function(){var j;if((c.browser.msie&&(/(static|relative)/).test(this.css("position")))||(/absolute/).test(this.css("position"))){j=this.parents().filter(function(){return(/(relative|absolute|fixed)/).test(c.curCSS(this,"position",1))&&(/(auto|scroll)/).test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0)}else{j=this.parents().filter(function(){return(/(auto|scroll)/).test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0)}return(/fixed/).test(this.css("position"))||!j.length?c(document):j}});c.extend(c.expr[":"],{data:function(l,k,j){return !!c.data(l,j[3])},focusable:function(k){var l=k.nodeName.toLowerCase(),j=c.attr(k,"tabindex");return(/input|select|textarea|button|object/.test(l)?!k.disabled:"a"==l||"area"==l?k.href||!isNaN(j):!isNaN(j))&&!c(k)["area"==l?"parents":"closest"](":hidden").length},tabbable:function(k){var j=c.attr(k,"tabindex");return(isNaN(j)||j>=0)&&c(k).is(":focusable")}});function g(m,n,o,l){function k(q){var p=c[m][n][q]||[];return(typeof p=="string"?p.split(/,?\s+/):p)}var j=k("getter");if(l.length==1&&typeof l[0]=="string"){j=j.concat(k("getterSetter"))}return(c.inArray(o,j)!=-1)}c.widget=function(k,j){var l=k.split(".")[0];k=k.split(".")[1];c.fn[k]=function(p){var n=(typeof p=="string"),o=Array.prototype.slice.call(arguments,1);if(n&&p.substring(0,1)=="_"){return this}if(n&&g(l,k,p,o)){var m=c.data(this[0],k);return(m?m[p].apply(m,o):undefined)}return this.each(function(){var q=c.data(this,k);(!q&&!n&&c.data(this,k,new c[l][k](this,p))._init());(q&&n&&c.isFunction(q[p])&&q[p].apply(q,o))})};c[l]=c[l]||{};c[l][k]=function(o,n){var m=this;this.namespace=l;this.widgetName=k;this.widgetEventPrefix=c[l][k].eventPrefix||k;this.widgetBaseClass=l+"-"+k;this.options=c.extend({},c.widget.defaults,c[l][k].defaults,c.metadata&&c.metadata.get(o)[k],n);this.element=c(o).bind("setData."+k,function(q,p,r){if(q.target==o){return m._setData(p,r)}}).bind("getData."+k,function(q,p){if(q.target==o){return m._getData(p)}}).bind("remove",function(){return m.destroy()})};c[l][k].prototype=c.extend({},c.widget.prototype,j);c[l][k].getterSetter="option"};c.widget.prototype={_init:function(){},destroy:function(){this.element.removeData(this.widgetName).removeClass(this.widgetBaseClass+"-disabled "+this.namespace+"-state-disabled").removeAttr("aria-disabled")},option:function(l,m){var k=l,j=this;if(typeof l=="string"){if(m===undefined){return this._getData(l)}k={};k[l]=m}c.each(k,function(n,o){j._setData(n,o)})},_getData:function(j){return this.options[j]},_setData:function(j,k){this.options[j]=k;if(j=="disabled"){this.element[k?"addClass":"removeClass"](this.widgetBaseClass+"-disabled "+this.namespace+"-state-disabled").attr("aria-disabled",k)}},enable:function(){this._setData("disabled",false)},disable:function(){this._setData("disabled",true)},_trigger:function(l,m,n){var p=this.options[l],j=(l==this.widgetEventPrefix?l:this.widgetEventPrefix+l);m=c.Event(m);m.type=j;if(m.originalEvent){for(var k=c.event.props.length,o;k;){o=c.event.props[--k];m[o]=m.originalEvent[o]}}this.element.trigger(m,n);return !(c.isFunction(p)&&p.call(this.element[0],m,n)===false||m.isDefaultPrevented())}};c.widget.defaults={disabled:false};c.ui.mouse={_mouseInit:function(){var j=this;this.element.bind("mousedown."+this.widgetName,function(k){return j._mouseDown(k)}).bind("click."+this.widgetName,function(k){if(j._preventClickEvent){j._preventClickEvent=false;k.stopImmediatePropagation();return false}});if(c.browser.msie){this._mouseUnselectable=this.element.attr("unselectable");this.element.attr("unselectable","on")}this.started=false},_mouseDestroy:function(){this.element.unbind("."+this.widgetName);(c.browser.msie&&this.element.attr("unselectable",this._mouseUnselectable))},_mouseDown:function(l){l.originalEvent=l.originalEvent||{};if(l.originalEvent.mouseHandled){return}(this._mouseStarted&&this._mouseUp(l));this._mouseDownEvent=l;var k=this,m=(l.which==1),j=(typeof this.options.cancel=="string"?c(l.target).parents().add(l.target).filter(this.options.cancel).length:false);if(!m||j||!this._mouseCapture(l)){return true}this.mouseDelayMet=!this.options.delay;if(!this.mouseDelayMet){this._mouseDelayTimer=setTimeout(function(){k.mouseDelayMet=true},this.options.delay)}if(this._mouseDistanceMet(l)&&this._mouseDelayMet(l)){this._mouseStarted=(this._mouseStart(l)!==false);if(!this._mouseStarted){l.preventDefault();return true}}this._mouseMoveDelegate=function(n){return k._mouseMove(n)};this._mouseUpDelegate=function(n){return k._mouseUp(n)};c(document).bind("mousemove."+this.widgetName,this._mouseMoveDelegate).bind("mouseup."+this.widgetName,this._mouseUpDelegate);(c.browser.safari||l.preventDefault());l.originalEvent.mouseHandled=true;return true},_mouseMove:function(j){if(c.browser.msie&&!j.button){return this._mouseUp(j)}if(this._mouseStarted){this._mouseDrag(j);return j.preventDefault()}if(this._mouseDistanceMet(j)&&this._mouseDelayMet(j)){this._mouseStarted=(this._mouseStart(this._mouseDownEvent,j)!==false);(this._mouseStarted?this._mouseDrag(j):this._mouseUp(j))}return !this._mouseStarted},_mouseUp:function(j){c(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted=false;this._preventClickEvent=(j.target==this._mouseDownEvent.target);this._mouseStop(j)}return false},_mouseDistanceMet:function(j){return(Math.max(Math.abs(this._mouseDownEvent.pageX-j.pageX),Math.abs(this._mouseDownEvent.pageY-j.pageY))>=this.options.distance)},_mouseDelayMet:function(j){return this.mouseDelayMet},_mouseStart:function(j){},_mouseDrag:function(j){},_mouseStop:function(j){},_mouseCapture:function(j){return true}};c.ui.mouse.defaults={cancel:null,distance:1,delay:0}})(jQuery);(function(a){a.widget("ui.draggable",a.extend({},a.ui.mouse,{_init:function(){if(this.options.helper=="original"&&!(/^(?:r|a|f)/).test(this.element.css("position"))){this.element[0].style.position="relative"}(this.options.addClasses&&this.element.addClass("ui-draggable"));(this.options.disabled&&this.element.addClass("ui-draggable-disabled"));this._mouseInit()},destroy:function(){if(!this.element.data("draggable")){return}this.element.removeData("draggable").unbind(".draggable").removeClass("ui-draggable ui-draggable-dragging ui-draggable-disabled");this._mouseDestroy()},_mouseCapture:function(b){var c=this.options;if(this.helper||c.disabled||a(b.target).is(".ui-resizable-handle")){return false}this.handle=this._getHandle(b);if(!this.handle){return false}return true},_mouseStart:function(b){var c=this.options;this.helper=this._createHelper(b);this._cacheHelperProportions();if(a.ui.ddmanager){a.ui.ddmanager.current=this}this._cacheMargins();this.cssPosition=this.helper.css("position");this.scrollParent=this.helper.scrollParent();this.offset=this.element.offset();this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left};a.extend(this.offset,{click:{left:b.pageX-this.offset.left,top:b.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()});this.originalPosition=this._generatePosition(b);this.originalPageX=b.pageX;this.originalPageY=b.pageY;if(c.cursorAt){this._adjustOffsetFromHelper(c.cursorAt)}if(c.containment){this._setContainment()}this._trigger("start",b);this._cacheHelperProportions();if(a.ui.ddmanager&&!c.dropBehaviour){a.ui.ddmanager.prepareOffsets(this,b)}this.helper.addClass("ui-draggable-dragging");this._mouseDrag(b,true);return true},_mouseDrag:function(b,d){this.position=this._generatePosition(b);this.positionAbs=this._convertPositionTo("absolute");if(!d){var c=this._uiHash();this._trigger("drag",b,c);this.position=c.position}if(!this.options.axis||this.options.axis!="y"){this.helper[0].style.left=this.position.left+"px"}if(!this.options.axis||this.options.axis!="x"){this.helper[0].style.top=this.position.top+"px"}if(a.ui.ddmanager){a.ui.ddmanager.drag(this,b)}return false},_mouseStop:function(c){var d=false;if(a.ui.ddmanager&&!this.options.dropBehaviour){d=a.ui.ddmanager.drop(this,c)}if(this.dropped){d=this.dropped;this.dropped=false}if((this.options.revert=="invalid"&&!d)||(this.options.revert=="valid"&&d)||this.options.revert===true||(a.isFunction(this.options.revert)&&this.options.revert.call(this.element,d))){var b=this;a(this.helper).animate(this.originalPosition,parseInt(this.options.revertDuration,10),function(){b._trigger("stop",c);b._clear()})}else{this._trigger("stop",c);this._clear()}return false},_getHandle:function(b){var c=!this.options.handle||!a(this.options.handle,this.element).length?true:false;a(this.options.handle,this.element).find("*").andSelf().each(function(){if(this==b.target){c=true}});return c},_createHelper:function(c){var d=this.options;var b=a.isFunction(d.helper)?a(d.helper.apply(this.element[0],[c])):(d.helper=="clone"?this.element.clone():this.element);if(!b.parents("body").length){b.appendTo((d.appendTo=="parent"?this.element[0].parentNode:d.appendTo))}if(b[0]!=this.element[0]&&!(/(fixed|absolute)/).test(b.css("position"))){b.css("position","absolute")}return b},_adjustOffsetFromHelper:function(b){if(b.left!=undefined){this.offset.click.left=b.left+this.margins.left}if(b.right!=undefined){this.offset.click.left=this.helperProportions.width-b.right+this.margins.left}if(b.top!=undefined){this.offset.click.top=b.top+this.margins.top}if(b.bottom!=undefined){this.offset.click.top=this.helperProportions.height-b.bottom+this.margins.top}},_getParentOffset:function(){this.offsetParent=this.helper.offsetParent();var b=this.offsetParent.offset();if(this.cssPosition=="absolute"&&this.scrollParent[0]!=document&&a.ui.contains(this.scrollParent[0],this.offsetParent[0])){b.left+=this.scrollParent.scrollLeft();b.top+=this.scrollParent.scrollTop()}if((this.offsetParent[0]==document.body)||(this.offsetParent[0].tagName&&this.offsetParent[0].tagName.toLowerCase()=="html"&&a.browser.msie)){b={top:0,left:0}}return{top:b.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:b.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if(this.cssPosition=="relative"){var b=this.element.position();return{top:b.top-(parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:b.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}}else{return{top:0,left:0}}},_cacheMargins:function(){this.margins={left:(parseInt(this.element.css("marginLeft"),10)||0),top:(parseInt(this.element.css("marginTop"),10)||0)}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var e=this.options;if(e.containment=="parent"){e.containment=this.helper[0].parentNode}if(e.containment=="document"||e.containment=="window"){this.containment=[0-this.offset.relative.left-this.offset.parent.left,0-this.offset.relative.top-this.offset.parent.top,a(e.containment=="document"?document:window).width()-this.helperProportions.width-this.margins.left,(a(e.containment=="document"?document:window).height()||document.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top]}if(!(/^(document|window|parent)$/).test(e.containment)&&e.containment.constructor!=Array){var c=a(e.containment)[0];if(!c){return}var d=a(e.containment).offset();var b=(a(c).css("overflow")!="hidden");this.containment=[d.left+(parseInt(a(c).css("borderLeftWidth"),10)||0)+(parseInt(a(c).css("paddingLeft"),10)||0)-this.margins.left,d.top+(parseInt(a(c).css("borderTopWidth"),10)||0)+(parseInt(a(c).css("paddingTop"),10)||0)-this.margins.top,d.left+(b?Math.max(c.scrollWidth,c.offsetWidth):c.offsetWidth)-(parseInt(a(c).css("borderLeftWidth"),10)||0)-(parseInt(a(c).css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left,d.top+(b?Math.max(c.scrollHeight,c.offsetHeight):c.offsetHeight)-(parseInt(a(c).css("borderTopWidth"),10)||0)-(parseInt(a(c).css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top]}else{if(e.containment.constructor==Array){this.containment=e.containment}}},_convertPositionTo:function(f,h){if(!h){h=this.position}var c=f=="absolute"?1:-1;var e=this.options,b=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&a.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,g=(/(html|body)/i).test(b[0].tagName);return{top:(h.top+this.offset.relative.top*c+this.offset.parent.top*c-(a.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollTop():(g?0:b.scrollTop()))*c)),left:(h.left+this.offset.relative.left*c+this.offset.parent.left*c-(a.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():g?0:b.scrollLeft())*c))}},_generatePosition:function(e){var h=this.options,b=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&a.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,i=(/(html|body)/i).test(b[0].tagName);if(this.cssPosition=="relative"&&!(this.scrollParent[0]!=document&&this.scrollParent[0]!=this.offsetParent[0])){this.offset.relative=this._getRelativeOffset()}var d=e.pageX;var c=e.pageY;if(this.originalPosition){if(this.containment){if(e.pageX-this.offset.click.leftthis.containment[2]){d=this.containment[2]+this.offset.click.left}if(e.pageY-this.offset.click.top>this.containment[3]){c=this.containment[3]+this.offset.click.top}}if(h.grid){var g=this.originalPageY+Math.round((c-this.originalPageY)/h.grid[1])*h.grid[1];c=this.containment?(!(g-this.offset.click.topthis.containment[3])?g:(!(g-this.offset.click.topthis.containment[2])?f:(!(f-this.offset.click.left
').css({width:this.offsetWidth+"px",height:this.offsetHeight+"px",position:"absolute",opacity:"0.001",zIndex:1000}).css(a(this).offset()).appendTo("body")})},stop:function(b,c){a("div.ui-draggable-iframeFix").each(function(){this.parentNode.removeChild(this)})}});a.ui.plugin.add("draggable","opacity",{start:function(c,d){var b=a(d.helper),e=a(this).data("draggable").options;if(b.css("opacity")){e._opacity=b.css("opacity")}b.css("opacity",e.opacity)},stop:function(b,c){var d=a(this).data("draggable").options;if(d._opacity){a(c.helper).css("opacity",d._opacity)}}});a.ui.plugin.add("draggable","scroll",{start:function(c,d){var b=a(this).data("draggable");if(b.scrollParent[0]!=document&&b.scrollParent[0].tagName!="HTML"){b.overflowOffset=b.scrollParent.offset()}},drag:function(d,e){var c=a(this).data("draggable"),f=c.options,b=false;if(c.scrollParent[0]!=document&&c.scrollParent[0].tagName!="HTML"){if(!f.axis||f.axis!="x"){if((c.overflowOffset.top+c.scrollParent[0].offsetHeight)-d.pageY=0;v--){var s=g.snapElements[v].left,n=s+g.snapElements[v].width,m=g.snapElements[v].top,A=m+g.snapElements[v].height;if(!((s-y=p&&n<=k)||(m>=p&&m<=k)||(nk))&&((e>=g&&e<=c)||(d>=g&&d<=c)||(ec));break;default:return false;break}};a.ui.ddmanager={current:null,droppables:{"default":[]},prepareOffsets:function(e,g){var b=a.ui.ddmanager.droppables[e.options.scope];var f=g?g.type:null;var h=(e.currentItem||e.element).find(":data(droppable)").andSelf();droppablesLoop:for(var d=0;d').css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css("top"),left:this.element.css("left")}));this.element=this.element.parent().data("resizable",this.element.data("resizable"));this.elementIsWrapper=true;this.element.css({marginLeft:this.originalElement.css("marginLeft"),marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom")});this.originalElement.css({marginLeft:0,marginTop:0,marginRight:0,marginBottom:0});this.originalResizeStyle=this.originalElement.css("resize");this.originalElement.css("resize","none");this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"}));this.originalElement.css({margin:this.originalElement.css("margin")});this._proportionallyResize()}this.handles=j.handles||(!c(".ui-resizable-handle",this.element).length?"e,s,se":{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne",nw:".ui-resizable-nw"});if(this.handles.constructor==String){if(this.handles=="all"){this.handles="n,e,s,w,se,sw,ne,nw"}var k=this.handles.split(",");this.handles={};for(var f=0;f');if(/sw|se|ne|nw/.test(h)){g.css({zIndex:++j.zIndex})}if("se"==h){g.addClass("ui-icon ui-icon-gripsmall-diagonal-se")}this.handles[h]=".ui-resizable-"+h;this.element.append(g)}}this._renderAxis=function(p){p=p||this.element;for(var m in this.handles){if(this.handles[m].constructor==String){this.handles[m]=c(this.handles[m],this.element).show()}if(this.elementIsWrapper&&this.originalElement[0].nodeName.match(/textarea|input|select|button/i)){var n=c(this.handles[m],this.element),o=0;o=/sw|ne|nw|se|n|s/.test(m)?n.outerHeight():n.outerWidth();var l=["padding",/ne|nw|n/.test(m)?"Top":/se|sw|s/.test(m)?"Bottom":/^e$/.test(m)?"Right":"Left"].join("");p.css(l,o);this._proportionallyResize()}if(!c(this.handles[m]).length){continue}}};this._renderAxis(this.element);this._handles=c(".ui-resizable-handle",this.element).disableSelection();this._handles.mouseover(function(){if(!e.resizing){if(this.className){var i=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i)}e.axis=i&&i[1]?i[1]:"se"}});if(j.autoHide){this._handles.hide();c(this.element).addClass("ui-resizable-autohide").hover(function(){c(this).removeClass("ui-resizable-autohide");e._handles.show()},function(){if(!e.resizing){c(this).addClass("ui-resizable-autohide");e._handles.hide()}})}this._mouseInit()},destroy:function(){this._mouseDestroy();var d=function(f){c(f).removeClass("ui-resizable ui-resizable-disabled ui-resizable-resizing").removeData("resizable").unbind(".resizable").find(".ui-resizable-handle").remove()};if(this.elementIsWrapper){d(this.element);var e=this.element;e.parent().append(this.originalElement.css({position:e.css("position"),width:e.outerWidth(),height:e.outerHeight(),top:e.css("top"),left:e.css("left")})).end().remove()}this.originalElement.css("resize",this.originalResizeStyle);d(this.originalElement)},_mouseCapture:function(e){var f=false;for(var d in this.handles){if(c(this.handles[d])[0]==e.target){f=true}}return this.options.disabled||!!f},_mouseStart:function(f){var i=this.options,e=this.element.position(),d=this.element;this.resizing=true;this.documentScroll={top:c(document).scrollTop(),left:c(document).scrollLeft()};if(d.is(".ui-draggable")||(/absolute/).test(d.css("position"))){d.css({position:"absolute",top:e.top,left:e.left})}if(c.browser.opera&&(/relative/).test(d.css("position"))){d.css({position:"relative",top:"auto",left:"auto"})}this._renderProxy();var j=b(this.helper.css("left")),g=b(this.helper.css("top"));if(i.containment){j+=c(i.containment).scrollLeft()||0;g+=c(i.containment).scrollTop()||0}this.offset=this.helper.offset();this.position={left:j,top:g};this.size=this._helper?{width:d.outerWidth(),height:d.outerHeight()}:{width:d.width(),height:d.height()};this.originalSize=this._helper?{width:d.outerWidth(),height:d.outerHeight()}:{width:d.width(),height:d.height()};this.originalPosition={left:j,top:g};this.sizeDiff={width:d.outerWidth()-d.width(),height:d.outerHeight()-d.height()};this.originalMousePosition={left:f.pageX,top:f.pageY};this.aspectRatio=(typeof i.aspectRatio=="number")?i.aspectRatio:((this.originalSize.width/this.originalSize.height)||1);var h=c(".ui-resizable-"+this.axis).css("cursor");c("body").css("cursor",h=="auto"?this.axis+"-resize":h);d.addClass("ui-resizable-resizing");this._propagate("start",f);return true},_mouseDrag:function(d){var g=this.helper,f=this.options,l={},p=this,i=this.originalMousePosition,m=this.axis;var q=(d.pageX-i.left)||0,n=(d.pageY-i.top)||0;var h=this._change[m];if(!h){return false}var k=h.apply(this,[d,q,n]),j=c.browser.msie&&c.browser.version<7,e=this.sizeDiff;if(this._aspectRatio||d.shiftKey){k=this._updateRatio(k,d)}k=this._respectSize(k,d);this._propagate("resize",d);g.css({top:this.position.top+"px",left:this.position.left+"px",width:this.size.width+"px",height:this.size.height+"px"});if(!this._helper&&this._proportionallyResizeElements.length){this._proportionallyResize()}this._updateCache(k);this._trigger("resize",d,this.ui());return false},_mouseStop:function(g){this.resizing=false;var h=this.options,l=this;if(this._helper){var f=this._proportionallyResizeElements,d=f.length&&(/textarea/i).test(f[0].nodeName),e=d&&c.ui.hasScroll(f[0],"left")?0:l.sizeDiff.height,j=d?0:l.sizeDiff.width;var m={width:(l.size.width-j),height:(l.size.height-e)},i=(parseInt(l.element.css("left"),10)+(l.position.left-l.originalPosition.left))||null,k=(parseInt(l.element.css("top"),10)+(l.position.top-l.originalPosition.top))||null;if(!h.animate){this.element.css(c.extend(m,{top:k,left:i}))}l.helper.height(l.size.height);l.helper.width(l.size.width);if(this._helper&&!h.animate){this._proportionallyResize()}}c("body").css("cursor","auto");this.element.removeClass("ui-resizable-resizing");this._propagate("stop",g);if(this._helper){this.helper.remove()}return false},_updateCache:function(d){var e=this.options;this.offset=this.helper.offset();if(a(d.left)){this.position.left=d.left}if(a(d.top)){this.position.top=d.top}if(a(d.height)){this.size.height=d.height}if(a(d.width)){this.size.width=d.width}},_updateRatio:function(g,f){var h=this.options,i=this.position,e=this.size,d=this.axis;if(g.height){g.width=(e.height*this.aspectRatio)}else{if(g.width){g.height=(e.width/this.aspectRatio)}}if(d=="sw"){g.left=i.left+(e.width-g.width);g.top=null}if(d=="nw"){g.top=i.top+(e.height-g.height);g.left=i.left+(e.width-g.width)}return g},_respectSize:function(k,f){var i=this.helper,h=this.options,q=this._aspectRatio||f.shiftKey,p=this.axis,s=a(k.width)&&h.maxWidth&&(h.maxWidthk.width),r=a(k.height)&&h.minHeight&&(h.minHeight>k.height);if(g){k.width=h.minWidth}if(r){k.height=h.minHeight}if(s){k.width=h.maxWidth}if(l){k.height=h.maxHeight}var e=this.originalPosition.left+this.originalSize.width,n=this.position.top+this.size.height;var j=/sw|nw|w/.test(p),d=/nw|ne|n/.test(p);if(g&&j){k.left=e-h.minWidth}if(s&&j){k.left=e-h.maxWidth}if(r&&d){k.top=n-h.minHeight}if(l&&d){k.top=n-h.maxHeight}var m=!k.width&&!k.height;if(m&&!k.left&&k.top){k.top=null}else{if(m&&!k.top&&k.left){k.left=null}}return k},_proportionallyResize:function(){var j=this.options;if(!this._proportionallyResizeElements.length){return}var f=this.helper||this.element;for(var e=0;e');var d=c.browser.msie&&c.browser.version<7,f=(d?1:0),g=(d?2:-1);this.helper.addClass(this._helper).css({width:this.element.outerWidth()+g,height:this.element.outerHeight()+g,position:"absolute",left:this.elementOffset.left-f+"px",top:this.elementOffset.top-f+"px",zIndex:++h.zIndex});this.helper.appendTo("body").disableSelection()}else{this.helper=this.element}},_change:{e:function(f,e,d){return{width:this.originalSize.width+e}},w:function(g,e,d){var i=this.options,f=this.originalSize,h=this.originalPosition;return{left:h.left+e,width:f.width-e}},n:function(g,e,d){var i=this.options,f=this.originalSize,h=this.originalPosition;return{top:h.top+d,height:f.height-d}},s:function(f,e,d){return{height:this.originalSize.height+d}},se:function(f,e,d){return c.extend(this._change.s.apply(this,arguments),this._change.e.apply(this,[f,e,d]))},sw:function(f,e,d){return c.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[f,e,d]))},ne:function(f,e,d){return c.extend(this._change.n.apply(this,arguments),this._change.e.apply(this,[f,e,d]))},nw:function(f,e,d){return c.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[f,e,d]))}},_propagate:function(e,d){c.ui.plugin.call(this,e,[d,this.ui()]);(e!="resize"&&this._trigger(e,d,this.ui()))},plugins:{},ui:function(){return{originalElement:this.originalElement,element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize,originalPosition:this.originalPosition}}}));c.extend(c.ui.resizable,{version:"1.7.2",eventPrefix:"resize",defaults:{alsoResize:false,animate:false,animateDuration:"slow",animateEasing:"swing",aspectRatio:false,autoHide:false,cancel:":input,option",containment:false,delay:0,distance:1,ghost:false,grid:false,handles:"e,s,se",helper:false,maxHeight:null,maxWidth:null,minHeight:10,minWidth:10,zIndex:1000}});c.ui.plugin.add("resizable","alsoResize",{start:function(e,f){var d=c(this).data("resizable"),g=d.options;_store=function(h){c(h).each(function(){c(this).data("resizable-alsoresize",{width:parseInt(c(this).width(),10),height:parseInt(c(this).height(),10),left:parseInt(c(this).css("left"),10),top:parseInt(c(this).css("top"),10)})})};if(typeof(g.alsoResize)=="object"&&!g.alsoResize.parentNode){if(g.alsoResize.length){g.alsoResize=g.alsoResize[0];_store(g.alsoResize)}else{c.each(g.alsoResize,function(h,i){_store(h)})}}else{_store(g.alsoResize)}},resize:function(f,h){var e=c(this).data("resizable"),i=e.options,g=e.originalSize,k=e.originalPosition;var j={height:(e.size.height-g.height)||0,width:(e.size.width-g.width)||0,top:(e.position.top-k.top)||0,left:(e.position.left-k.left)||0},d=function(l,m){c(l).each(function(){var p=c(this),q=c(this).data("resizable-alsoresize"),o={},n=m&&m.length?m:["width","height","top","left"];c.each(n||["width","height","top","left"],function(r,u){var s=(q[u]||0)+(j[u]||0);if(s&&s>=0){o[u]=s||null}});if(/relative/.test(p.css("position"))&&c.browser.opera){e._revertToRelativePosition=true;p.css({position:"absolute",top:"auto",left:"auto"})}p.css(o)})};if(typeof(i.alsoResize)=="object"&&!i.alsoResize.nodeType){c.each(i.alsoResize,function(l,m){d(l,m)})}else{d(i.alsoResize)}},stop:function(e,f){var d=c(this).data("resizable");if(d._revertToRelativePosition&&c.browser.opera){d._revertToRelativePosition=false;el.css({position:"relative"})}c(this).removeData("resizable-alsoresize-start")}});c.ui.plugin.add("resizable","animate",{stop:function(h,m){var n=c(this).data("resizable"),i=n.options;var g=n._proportionallyResizeElements,d=g.length&&(/textarea/i).test(g[0].nodeName),e=d&&c.ui.hasScroll(g[0],"left")?0:n.sizeDiff.height,k=d?0:n.sizeDiff.width;var f={width:(n.size.width-k),height:(n.size.height-e)},j=(parseInt(n.element.css("left"),10)+(n.position.left-n.originalPosition.left))||null,l=(parseInt(n.element.css("top"),10)+(n.position.top-n.originalPosition.top))||null;n.element.animate(c.extend(f,l&&j?{top:l,left:j}:{}),{duration:i.animateDuration,easing:i.animateEasing,step:function(){var o={width:parseInt(n.element.css("width"),10),height:parseInt(n.element.css("height"),10),top:parseInt(n.element.css("top"),10),left:parseInt(n.element.css("left"),10)};if(g&&g.length){c(g[0]).css({width:o.width,height:o.height})}n._updateCache(o);n._propagate("resize",h)}})}});c.ui.plugin.add("resizable","containment",{start:function(e,q){var s=c(this).data("resizable"),i=s.options,k=s.element;var f=i.containment,j=(f instanceof c)?f.get(0):(/parent/.test(f))?k.parent().get(0):f;if(!j){return}s.containerElement=c(j);if(/document/.test(f)||f==document){s.containerOffset={left:0,top:0};s.containerPosition={left:0,top:0};s.parentData={element:c(document),left:0,top:0,width:c(document).width(),height:c(document).height()||document.body.parentNode.scrollHeight}}else{var m=c(j),h=[];c(["Top","Right","Left","Bottom"]).each(function(p,o){h[p]=b(m.css("padding"+o))});s.containerOffset=m.offset();s.containerPosition=m.position();s.containerSize={height:(m.innerHeight()-h[3]),width:(m.innerWidth()-h[1])};var n=s.containerOffset,d=s.containerSize.height,l=s.containerSize.width,g=(c.ui.hasScroll(j,"left")?j.scrollWidth:l),r=(c.ui.hasScroll(j)?j.scrollHeight:d);s.parentData={element:j,left:n.left,top:n.top,width:g,height:r}}},resize:function(f,p){var s=c(this).data("resizable"),h=s.options,e=s.containerSize,n=s.containerOffset,l=s.size,m=s.position,q=s._aspectRatio||f.shiftKey,d={top:0,left:0},g=s.containerElement;if(g[0]!=document&&(/static/).test(g.css("position"))){d=n}if(m.left<(s._helper?n.left:0)){s.size.width=s.size.width+(s._helper?(s.position.left-n.left):(s.position.left-d.left));if(q){s.size.height=s.size.width/h.aspectRatio}s.position.left=h.helper?n.left:0}if(m.top<(s._helper?n.top:0)){s.size.height=s.size.height+(s._helper?(s.position.top-n.top):s.position.top);if(q){s.size.width=s.size.height*h.aspectRatio}s.position.top=s._helper?n.top:0}s.offset.left=s.parentData.left+s.position.left;s.offset.top=s.parentData.top+s.position.top;var k=Math.abs((s._helper?s.offset.left-d.left:(s.offset.left-d.left))+s.sizeDiff.width),r=Math.abs((s._helper?s.offset.top-d.top:(s.offset.top-n.top))+s.sizeDiff.height);var j=s.containerElement.get(0)==s.element.parent().get(0),i=/relative|absolute/.test(s.containerElement.css("position"));if(j&&i){k-=s.parentData.left}if(k+s.size.width>=s.parentData.width){s.size.width=s.parentData.width-k;if(q){s.size.height=s.size.width/s.aspectRatio}}if(r+s.size.height>=s.parentData.height){s.size.height=s.parentData.height-r;if(q){s.size.width=s.size.height*s.aspectRatio}}},stop:function(e,m){var p=c(this).data("resizable"),f=p.options,k=p.position,l=p.containerOffset,d=p.containerPosition,g=p.containerElement;var i=c(p.helper),q=i.offset(),n=i.outerWidth()-p.sizeDiff.width,j=i.outerHeight()-p.sizeDiff.height;if(p._helper&&!f.animate&&(/relative/).test(g.css("position"))){c(this).css({left:q.left-d.left-l.left,width:n,height:j})}if(p._helper&&!f.animate&&(/static/).test(g.css("position"))){c(this).css({left:q.left-d.left-l.left,width:n,height:j})}}});c.ui.plugin.add("resizable","ghost",{start:function(f,g){var d=c(this).data("resizable"),h=d.options,e=d.size;d.ghost=d.originalElement.clone();d.ghost.css({opacity:0.25,display:"block",position:"relative",height:e.height,width:e.width,margin:0,left:0,top:0}).addClass("ui-resizable-ghost").addClass(typeof h.ghost=="string"?h.ghost:"");d.ghost.appendTo(d.helper)},resize:function(e,f){var d=c(this).data("resizable"),g=d.options;if(d.ghost){d.ghost.css({position:"relative",height:d.size.height,width:d.size.width})}},stop:function(e,f){var d=c(this).data("resizable"),g=d.options;if(d.ghost&&d.helper){d.helper.get(0).removeChild(d.ghost.get(0))}}});c.ui.plugin.add("resizable","grid",{resize:function(d,l){var n=c(this).data("resizable"),g=n.options,j=n.size,h=n.originalSize,i=n.originalPosition,m=n.axis,k=g._aspectRatio||d.shiftKey;g.grid=typeof g.grid=="number"?[g.grid,g.grid]:g.grid;var f=Math.round((j.width-h.width)/(g.grid[0]||1))*(g.grid[0]||1),e=Math.round((j.height-h.height)/(g.grid[1]||1))*(g.grid[1]||1);if(/^(se|s|e)$/.test(m)){n.size.width=h.width+f;n.size.height=h.height+e}else{if(/^(ne)$/.test(m)){n.size.width=h.width+f;n.size.height=h.height+e;n.position.top=i.top-e}else{if(/^(sw)$/.test(m)){n.size.width=h.width+f;n.size.height=h.height+e;n.position.left=i.left-f}else{n.size.width=h.width+f;n.size.height=h.height+e;n.position.top=i.top-e;n.position.left=i.left-f}}}}});var b=function(d){return parseInt(d,10)||0};var a=function(d){return !isNaN(parseInt(d,10))}})(jQuery);(function(a){a.widget("ui.selectable",a.extend({},a.ui.mouse,{_init:function(){var b=this;this.element.addClass("ui-selectable");this.dragged=false;var c;this.refresh=function(){c=a(b.options.filter,b.element[0]);c.each(function(){var d=a(this);var e=d.offset();a.data(this,"selectable-item",{element:this,$element:d,left:e.left,top:e.top,right:e.left+d.outerWidth(),bottom:e.top+d.outerHeight(),startselected:false,selected:d.hasClass("ui-selected"),selecting:d.hasClass("ui-selecting"),unselecting:d.hasClass("ui-unselecting")})})};this.refresh();this.selectees=c.addClass("ui-selectee");this._mouseInit();this.helper=a(document.createElement("div")).css({border:"1px dotted black"}).addClass("ui-selectable-helper")},destroy:function(){this.element.removeClass("ui-selectable ui-selectable-disabled").removeData("selectable").unbind(".selectable");this._mouseDestroy()},_mouseStart:function(d){var b=this;this.opos=[d.pageX,d.pageY];if(this.options.disabled){return}var c=this.options;this.selectees=a(c.filter,this.element[0]);this._trigger("start",d);a(c.appendTo).append(this.helper);this.helper.css({"z-index":100,position:"absolute",left:d.clientX,top:d.clientY,width:0,height:0});if(c.autoRefresh){this.refresh()}this.selectees.filter(".ui-selected").each(function(){var e=a.data(this,"selectable-item");e.startselected=true;if(!d.metaKey){e.$element.removeClass("ui-selected");e.selected=false;e.$element.addClass("ui-unselecting");e.unselecting=true;b._trigger("unselecting",d,{unselecting:e.element})}});a(d.target).parents().andSelf().each(function(){var e=a.data(this,"selectable-item");if(e){e.$element.removeClass("ui-unselecting").addClass("ui-selecting");e.unselecting=false;e.selecting=true;e.selected=true;b._trigger("selecting",d,{selecting:e.element});return false}})},_mouseDrag:function(i){var c=this;this.dragged=true;if(this.options.disabled){return}var e=this.options;var d=this.opos[0],h=this.opos[1],b=i.pageX,g=i.pageY;if(d>b){var f=b;b=d;d=f}if(h>g){var f=g;g=h;h=f}this.helper.css({left:d,top:h,width:b-d,height:g-h});this.selectees.each(function(){var j=a.data(this,"selectable-item");if(!j||j.element==c.element[0]){return}var k=false;if(e.tolerance=="touch"){k=(!(j.left>b||j.rightg||j.bottomd&&j.righth&&j.bottom=0;b--){this.items[b].item.removeData("sortable-item")}},_mouseCapture:function(e,f){if(this.reverting){return false}if(this.options.disabled||this.options.type=="static"){return false}this._refreshItems(e);var d=null,c=this,b=a(e.target).parents().each(function(){if(a.data(this,"sortable-item")==c){d=a(this);return false}});if(a.data(e.target,"sortable-item")==c){d=a(e.target)}if(!d){return false}if(this.options.handle&&!f){var g=false;a(this.options.handle,d).find("*").andSelf().each(function(){if(this==e.target){g=true}});if(!g){return false}}this.currentItem=d;this._removeCurrentsFromItems();return true},_mouseStart:function(e,f,b){var g=this.options,c=this;this.currentContainer=this;this.refreshPositions();this.helper=this._createHelper(e);this._cacheHelperProportions();this._cacheMargins();this.scrollParent=this.helper.scrollParent();this.offset=this.currentItem.offset();this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left};this.helper.css("position","absolute");this.cssPosition=this.helper.css("position");a.extend(this.offset,{click:{left:e.pageX-this.offset.left,top:e.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()});this.originalPosition=this._generatePosition(e);this.originalPageX=e.pageX;this.originalPageY=e.pageY;if(g.cursorAt){this._adjustOffsetFromHelper(g.cursorAt)}this.domPosition={prev:this.currentItem.prev()[0],parent:this.currentItem.parent()[0]};if(this.helper[0]!=this.currentItem[0]){this.currentItem.hide()}this._createPlaceholder();if(g.containment){this._setContainment()}if(g.cursor){if(a("body").css("cursor")){this._storedCursor=a("body").css("cursor")}a("body").css("cursor",g.cursor)}if(g.opacity){if(this.helper.css("opacity")){this._storedOpacity=this.helper.css("opacity")}this.helper.css("opacity",g.opacity)}if(g.zIndex){if(this.helper.css("zIndex")){this._storedZIndex=this.helper.css("zIndex")}this.helper.css("zIndex",g.zIndex)}if(this.scrollParent[0]!=document&&this.scrollParent[0].tagName!="HTML"){this.overflowOffset=this.scrollParent.offset()}this._trigger("start",e,this._uiHash());if(!this._preserveHelperProportions){this._cacheHelperProportions()}if(!b){for(var d=this.containers.length-1;d>=0;d--){this.containers[d]._trigger("activate",e,c._uiHash(this))}}if(a.ui.ddmanager){a.ui.ddmanager.current=this}if(a.ui.ddmanager&&!g.dropBehaviour){a.ui.ddmanager.prepareOffsets(this,e)}this.dragging=true;this.helper.addClass("ui-sortable-helper");this._mouseDrag(e);return true},_mouseDrag:function(f){this.position=this._generatePosition(f);this.positionAbs=this._convertPositionTo("absolute");if(!this.lastPositionAbs){this.lastPositionAbs=this.positionAbs}if(this.options.scroll){var g=this.options,b=false;if(this.scrollParent[0]!=document&&this.scrollParent[0].tagName!="HTML"){if((this.overflowOffset.top+this.scrollParent[0].offsetHeight)-f.pageY=0;d--){var e=this.items[d],c=e.item[0],h=this._intersectsWithPointer(e);if(!h){continue}if(c!=this.currentItem[0]&&this.placeholder[h==1?"next":"prev"]()[0]!=c&&!a.ui.contains(this.placeholder[0],c)&&(this.options.type=="semi-dynamic"?!a.ui.contains(this.element[0],c):true)){this.direction=h==1?"down":"up";if(this.options.tolerance=="pointer"||this._intersectsWithSides(e)){this._rearrange(f,e)}else{break}this._trigger("change",f,this._uiHash());break}}this._contactContainers(f);if(a.ui.ddmanager){a.ui.ddmanager.drag(this,f)}this._trigger("sort",f,this._uiHash());this.lastPositionAbs=this.positionAbs;return false},_mouseStop:function(c,d){if(!c){return}if(a.ui.ddmanager&&!this.options.dropBehaviour){a.ui.ddmanager.drop(this,c)}if(this.options.revert){var b=this;var e=b.placeholder.offset();b.reverting=true;a(this.helper).animate({left:e.left-this.offset.parent.left-b.margins.left+(this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollLeft),top:e.top-this.offset.parent.top-b.margins.top+(this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollTop)},parseInt(this.options.revert,10)||500,function(){b._clear(c)})}else{this._clear(c,d)}return false},cancel:function(){var b=this;if(this.dragging){this._mouseUp();if(this.options.helper=="original"){this.currentItem.css(this._storedCSS).removeClass("ui-sortable-helper")}else{this.currentItem.show()}for(var c=this.containers.length-1;c>=0;c--){this.containers[c]._trigger("deactivate",null,b._uiHash(this));if(this.containers[c].containerCache.over){this.containers[c]._trigger("out",null,b._uiHash(this));this.containers[c].containerCache.over=0}}}if(this.placeholder[0].parentNode){this.placeholder[0].parentNode.removeChild(this.placeholder[0])}if(this.options.helper!="original"&&this.helper&&this.helper[0].parentNode){this.helper.remove()}a.extend(this,{helper:null,dragging:false,reverting:false,_noFinalSort:null});if(this.domPosition.prev){a(this.domPosition.prev).after(this.currentItem)}else{a(this.domPosition.parent).prepend(this.currentItem)}return true},serialize:function(d){var b=this._getItemsAsjQuery(d&&d.connected);var c=[];d=d||{};a(b).each(function(){var e=(a(d.item||this).attr(d.attribute||"id")||"").match(d.expression||(/(.+)[-=_](.+)/));if(e){c.push((d.key||e[1]+"[]")+"="+(d.key&&d.expression?e[1]:e[2]))}});return c.join("&")},toArray:function(d){var b=this._getItemsAsjQuery(d&&d.connected);var c=[];d=d||{};b.each(function(){c.push(a(d.item||this).attr(d.attribute||"id")||"")});return c},_intersectsWith:function(m){var e=this.positionAbs.left,d=e+this.helperProportions.width,k=this.positionAbs.top,j=k+this.helperProportions.height;var f=m.left,c=f+m.width,n=m.top,i=n+m.height;var o=this.offset.click.top,h=this.offset.click.left;var g=(k+o)>n&&(k+o)f&&(e+h)m[this.floating?"width":"height"])){return g}else{return(f0?"down":"up")},_getDragHorizontalDirection:function(){var b=this.positionAbs.left-this.lastPositionAbs.left;return b!=0&&(b>0?"right":"left")},refresh:function(b){this._refreshItems(b);this.refreshPositions()},_connectWith:function(){var b=this.options;return b.connectWith.constructor==String?[b.connectWith]:b.connectWith},_getItemsAsjQuery:function(b){var l=this;var g=[];var e=[];var h=this._connectWith();if(h&&b){for(var d=h.length-1;d>=0;d--){var k=a(h[d]);for(var c=k.length-1;c>=0;c--){var f=a.data(k[c],"sortable");if(f&&f!=this&&!f.options.disabled){e.push([a.isFunction(f.options.items)?f.options.items.call(f.element):a(f.options.items,f.element).not(".ui-sortable-helper"),f])}}}}e.push([a.isFunction(this.options.items)?this.options.items.call(this.element,null,{options:this.options,item:this.currentItem}):a(this.options.items,this.element).not(".ui-sortable-helper"),this]);for(var d=e.length-1;d>=0;d--){e[d][0].each(function(){g.push(this)})}return a(g)},_removeCurrentsFromItems:function(){var d=this.currentItem.find(":data(sortable-item)");for(var c=0;c=0;e--){var m=a(l[e]);for(var d=m.length-1;d>=0;d--){var g=a.data(m[d],"sortable");if(g&&g!=this&&!g.options.disabled){f.push([a.isFunction(g.options.items)?g.options.items.call(g.element[0],b,{item:this.currentItem}):a(g.options.items,g.element),g]);this.containers.push(g)}}}}for(var e=f.length-1;e>=0;e--){var k=f[e][1];var c=f[e][0];for(var d=0,n=c.length;d=0;d--){var e=this.items[d];if(e.instance!=this.currentContainer&&this.currentContainer&&e.item[0]!=this.currentItem[0]){continue}var c=this.options.toleranceElement?a(this.options.toleranceElement,e.item):e.item;if(!b){e.width=c.outerWidth();e.height=c.outerHeight()}var f=c.offset();e.left=f.left;e.top=f.top}if(this.options.custom&&this.options.custom.refreshContainers){this.options.custom.refreshContainers.call(this)}else{for(var d=this.containers.length-1;d>=0;d--){var f=this.containers[d].element.offset();this.containers[d].containerCache.left=f.left;this.containers[d].containerCache.top=f.top;this.containers[d].containerCache.width=this.containers[d].element.outerWidth();this.containers[d].containerCache.height=this.containers[d].element.outerHeight()}}},_createPlaceholder:function(d){var b=d||this,e=b.options;if(!e.placeholder||e.placeholder.constructor==String){var c=e.placeholder;e.placeholder={element:function(){var f=a(document.createElement(b.currentItem[0].nodeName)).addClass(c||b.currentItem[0].className+" ui-sortable-placeholder").removeClass("ui-sortable-helper")[0];if(!c){f.style.visibility="hidden"}return f},update:function(f,g){if(c&&!e.forcePlaceholderSize){return}if(!g.height()){g.height(b.currentItem.innerHeight()-parseInt(b.currentItem.css("paddingTop")||0,10)-parseInt(b.currentItem.css("paddingBottom")||0,10))}if(!g.width()){g.width(b.currentItem.innerWidth()-parseInt(b.currentItem.css("paddingLeft")||0,10)-parseInt(b.currentItem.css("paddingRight")||0,10))}}}}b.placeholder=a(e.placeholder.element.call(b.element,b.currentItem));b.currentItem.after(b.placeholder);e.placeholder.update(b,b.placeholder)},_contactContainers:function(d){for(var c=this.containers.length-1;c>=0;c--){if(this._intersectsWith(this.containers[c].containerCache)){if(!this.containers[c].containerCache.over){if(this.currentContainer!=this.containers[c]){var h=10000;var g=null;var e=this.positionAbs[this.containers[c].floating?"left":"top"];for(var b=this.items.length-1;b>=0;b--){if(!a.ui.contains(this.containers[c].element[0],this.items[b].item[0])){continue}var f=this.items[b][this.containers[c].floating?"left":"top"];if(Math.abs(f-e)this.containment[2]){d=this.containment[2]+this.offset.click.left}if(e.pageY-this.offset.click.top>this.containment[3]){c=this.containment[3]+this.offset.click.top}}if(h.grid){var g=this.originalPageY+Math.round((c-this.originalPageY)/h.grid[1])*h.grid[1];c=this.containment?(!(g-this.offset.click.topthis.containment[3])?g:(!(g-this.offset.click.topthis.containment[2])?f:(!(f-this.offset.click.left=0;c--){if(a.ui.contains(this.containers[c].element[0],this.currentItem[0])&&!e){f.push((function(g){return function(h){g._trigger("receive",h,this._uiHash(this))}}).call(this,this.containers[c]));f.push((function(g){return function(h){g._trigger("update",h,this._uiHash(this))}}).call(this,this.containers[c]))}}}for(var c=this.containers.length-1;c>=0;c--){if(!e){f.push((function(g){return function(h){g._trigger("deactivate",h,this._uiHash(this))}}).call(this,this.containers[c]))}if(this.containers[c].containerCache.over){f.push((function(g){return function(h){g._trigger("out",h,this._uiHash(this))}}).call(this,this.containers[c]));this.containers[c].containerCache.over=0}}if(this._storedCursor){a("body").css("cursor",this._storedCursor)}if(this._storedOpacity){this.helper.css("opacity",this._storedOpacity)}if(this._storedZIndex){this.helper.css("zIndex",this._storedZIndex=="auto"?"":this._storedZIndex)}this.dragging=false;if(this.cancelHelperRemoval){if(!e){this._trigger("beforeStop",d,this._uiHash());for(var c=0;c *",opacity:false,placeholder:false,revert:false,scroll:true,scrollSensitivity:20,scrollSpeed:20,scope:"default",tolerance:"intersect",zIndex:1000}})})(jQuery);jQuery.effects||(function(d){d.effects={version:"1.7.2",save:function(g,h){for(var f=0;f');var j=f.parent();if(f.css("position")=="static"){j.css({position:"relative"});f.css({position:"relative"})}else{var i=f.css("top");if(isNaN(parseInt(i,10))){i="auto"}var h=f.css("left");if(isNaN(parseInt(h,10))){h="auto"}j.css({position:f.css("position"),top:i,left:h,zIndex:f.css("z-index")}).show();f.css({position:"relative",top:0,left:0})}j.css(g);return j},removeWrapper:function(f){if(f.parent().is(".ui-effects-wrapper")){return f.parent().replaceWith(f)}return f},setTransition:function(g,i,f,h){h=h||{};d.each(i,function(k,j){unit=g.cssUnit(j);if(unit[0]>0){h[j]=unit[0]*f+unit[1]}});return h},animateClass:function(h,i,k,j){var f=(typeof k=="function"?k:(j?j:null));var g=(typeof k=="string"?k:null);return this.each(function(){var q={};var o=d(this);var p=o.attr("style")||"";if(typeof p=="object"){p=p.cssText}if(h.toggle){o.hasClass(h.toggle)?h.remove=h.toggle:h.add=h.toggle}var l=d.extend({},(document.defaultView?document.defaultView.getComputedStyle(this,null):this.currentStyle));if(h.add){o.addClass(h.add)}if(h.remove){o.removeClass(h.remove)}var m=d.extend({},(document.defaultView?document.defaultView.getComputedStyle(this,null):this.currentStyle));if(h.add){o.removeClass(h.add)}if(h.remove){o.addClass(h.remove)}for(var r in m){if(typeof m[r]!="function"&&m[r]&&r.indexOf("Moz")==-1&&r.indexOf("length")==-1&&m[r]!=l[r]&&(r.match(/color/i)||(!r.match(/color/i)&&!isNaN(parseInt(m[r],10))))&&(l.position!="static"||(l.position=="static"&&!r.match(/left|top|bottom|right/)))){q[r]=m[r]}}o.animate(q,i,g,function(){if(typeof d(this).attr("style")=="object"){d(this).attr("style")["cssText"]="";d(this).attr("style")["cssText"]=p}else{d(this).attr("style",p)}if(h.add){d(this).addClass(h.add)}if(h.remove){d(this).removeClass(h.remove)}if(f){f.apply(this,arguments)}})})}};function c(g,f){var i=g[1]&&g[1].constructor==Object?g[1]:{};if(f){i.mode=f}var h=g[1]&&g[1].constructor!=Object?g[1]:(i.duration?i.duration:g[2]);h=d.fx.off?0:typeof h==="number"?h:d.fx.speeds[h]||d.fx.speeds._default;var j=i.callback||(d.isFunction(g[1])&&g[1])||(d.isFunction(g[2])&&g[2])||(d.isFunction(g[3])&&g[3]);return[g[0],i,h,j]}d.fn.extend({_show:d.fn.show,_hide:d.fn.hide,__toggle:d.fn.toggle,_addClass:d.fn.addClass,_removeClass:d.fn.removeClass,_toggleClass:d.fn.toggleClass,effect:function(g,f,h,i){return d.effects[g]?d.effects[g].call(this,{method:g,options:f||{},duration:h,callback:i}):null},show:function(){if(!arguments[0]||(arguments[0].constructor==Number||(/(slow|normal|fast)/).test(arguments[0]))){return this._show.apply(this,arguments)}else{return this.effect.apply(this,c(arguments,"show"))}},hide:function(){if(!arguments[0]||(arguments[0].constructor==Number||(/(slow|normal|fast)/).test(arguments[0]))){return this._hide.apply(this,arguments)}else{return this.effect.apply(this,c(arguments,"hide"))}},toggle:function(){if(!arguments[0]||(arguments[0].constructor==Number||(/(slow|normal|fast)/).test(arguments[0]))||(d.isFunction(arguments[0])||typeof arguments[0]=="boolean")){return this.__toggle.apply(this,arguments)}else{return this.effect.apply(this,c(arguments,"toggle"))}},addClass:function(g,f,i,h){return f?d.effects.animateClass.apply(this,[{add:g},f,i,h]):this._addClass(g)},removeClass:function(g,f,i,h){return f?d.effects.animateClass.apply(this,[{remove:g},f,i,h]):this._removeClass(g)},toggleClass:function(g,f,i,h){return((typeof f!=="boolean")&&f)?d.effects.animateClass.apply(this,[{toggle:g},f,i,h]):this._toggleClass(g,f)},morph:function(f,h,g,j,i){return d.effects.animateClass.apply(this,[{add:h,remove:f},g,j,i])},switchClass:function(){return this.morph.apply(this,arguments)},cssUnit:function(f){var g=this.css(f),h=[];d.each(["em","px","%","pt"],function(j,k){if(g.indexOf(k)>0){h=[parseFloat(g),k]}});return h}});d.each(["backgroundColor","borderBottomColor","borderLeftColor","borderRightColor","borderTopColor","color","outlineColor"],function(g,f){d.fx.step[f]=function(h){if(h.state==0){h.start=e(h.elem,f);h.end=b(h.end)}h.elem.style[f]="rgb("+[Math.max(Math.min(parseInt((h.pos*(h.end[0]-h.start[0]))+h.start[0],10),255),0),Math.max(Math.min(parseInt((h.pos*(h.end[1]-h.start[1]))+h.start[1],10),255),0),Math.max(Math.min(parseInt((h.pos*(h.end[2]-h.start[2]))+h.start[2],10),255),0)].join(",")+")"}});function b(g){var f;if(g&&g.constructor==Array&&g.length==3){return g}if(f=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(g)){return[parseInt(f[1],10),parseInt(f[2],10),parseInt(f[3],10)]}if(f=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(g)){return[parseFloat(f[1])*2.55,parseFloat(f[2])*2.55,parseFloat(f[3])*2.55]}if(f=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(g)){return[parseInt(f[1],16),parseInt(f[2],16),parseInt(f[3],16)]}if(f=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(g)){return[parseInt(f[1]+f[1],16),parseInt(f[2]+f[2],16),parseInt(f[3]+f[3],16)]}if(f=/rgba\(0, 0, 0, 0\)/.exec(g)){return a.transparent}return a[d.trim(g).toLowerCase()]}function e(h,f){var g;do{g=d.curCSS(h,f);if(g!=""&&g!="transparent"||d.nodeName(h,"body")){break}f="backgroundColor"}while(h=h.parentNode);return b(g)}var a={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0,0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255,165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0],transparent:[255,255,255]};d.easing.jswing=d.easing.swing;d.extend(d.easing,{def:"easeOutQuad",swing:function(g,h,f,j,i){return d.easing[d.easing.def](g,h,f,j,i)},easeInQuad:function(g,h,f,j,i){return j*(h/=i)*h+f},easeOutQuad:function(g,h,f,j,i){return -j*(h/=i)*(h-2)+f},easeInOutQuad:function(g,h,f,j,i){if((h/=i/2)<1){return j/2*h*h+f}return -j/2*((--h)*(h-2)-1)+f},easeInCubic:function(g,h,f,j,i){return j*(h/=i)*h*h+f},easeOutCubic:function(g,h,f,j,i){return j*((h=h/i-1)*h*h+1)+f},easeInOutCubic:function(g,h,f,j,i){if((h/=i/2)<1){return j/2*h*h*h+f}return j/2*((h-=2)*h*h+2)+f},easeInQuart:function(g,h,f,j,i){return j*(h/=i)*h*h*h+f},easeOutQuart:function(g,h,f,j,i){return -j*((h=h/i-1)*h*h*h-1)+f},easeInOutQuart:function(g,h,f,j,i){if((h/=i/2)<1){return j/2*h*h*h*h+f}return -j/2*((h-=2)*h*h*h-2)+f},easeInQuint:function(g,h,f,j,i){return j*(h/=i)*h*h*h*h+f},easeOutQuint:function(g,h,f,j,i){return j*((h=h/i-1)*h*h*h*h+1)+f},easeInOutQuint:function(g,h,f,j,i){if((h/=i/2)<1){return j/2*h*h*h*h*h+f}return j/2*((h-=2)*h*h*h*h+2)+f},easeInSine:function(g,h,f,j,i){return -j*Math.cos(h/i*(Math.PI/2))+j+f},easeOutSine:function(g,h,f,j,i){return j*Math.sin(h/i*(Math.PI/2))+f},easeInOutSine:function(g,h,f,j,i){return -j/2*(Math.cos(Math.PI*h/i)-1)+f},easeInExpo:function(g,h,f,j,i){return(h==0)?f:j*Math.pow(2,10*(h/i-1))+f},easeOutExpo:function(g,h,f,j,i){return(h==i)?f+j:j*(-Math.pow(2,-10*h/i)+1)+f},easeInOutExpo:function(g,h,f,j,i){if(h==0){return f}if(h==i){return f+j}if((h/=i/2)<1){return j/2*Math.pow(2,10*(h-1))+f}return j/2*(-Math.pow(2,-10*--h)+2)+f},easeInCirc:function(g,h,f,j,i){return -j*(Math.sqrt(1-(h/=i)*h)-1)+f},easeOutCirc:function(g,h,f,j,i){return j*Math.sqrt(1-(h=h/i-1)*h)+f},easeInOutCirc:function(g,h,f,j,i){if((h/=i/2)<1){return -j/2*(Math.sqrt(1-h*h)-1)+f}return j/2*(Math.sqrt(1-(h-=2)*h)+1)+f},easeInElastic:function(g,i,f,m,l){var j=1.70158;var k=0;var h=m;if(i==0){return f}if((i/=l)==1){return f+m}if(!k){k=l*0.3}if(h").css({position:"absolute",visibility:"visible",left:-d*(g/e),top:-f*(c/k)}).parent().addClass("ui-effects-explode").css({position:"absolute",overflow:"hidden",width:g/e,height:c/k,left:l.left+d*(g/e)+(b.options.mode=="show"?(d-Math.floor(e/2))*(g/e):0),top:l.top+f*(c/k)+(b.options.mode=="show"?(f-Math.floor(k/2))*(c/k):0),opacity:b.options.mode=="show"?0:1}).animate({left:l.left+d*(g/e)+(b.options.mode=="show"?0:(d-Math.floor(e/2))*(g/e)),top:l.top+f*(c/k)+(b.options.mode=="show"?0:(f-Math.floor(k/2))*(c/k)),opacity:b.options.mode=="show"?1:0},b.duration||500)}}setTimeout(function(){b.options.mode=="show"?h.css({visibility:"visible"}):h.css({visibility:"visible"}).hide();if(b.callback){b.callback.apply(h[0])}h.dequeue();a("div.ui-effects-explode").remove()},b.duration||500)})}})(jQuery);(function(a){a.effects.fold=function(b){return this.queue(function(){var e=a(this),k=["position","top","left"];var h=a.effects.setMode(e,b.options.mode||"hide");var o=b.options.size||15;var n=!(!b.options.horizFirst);var g=b.duration?b.duration/2:a.fx.speeds._default/2;a.effects.save(e,k);e.show();var d=a.effects.createWrapper(e).css({overflow:"hidden"});var i=((h=="show")!=n);var f=i?["width","height"]:["height","width"];var c=i?[d.width(),d.height()]:[d.height(),d.width()];var j=/([0-9]+)%/.exec(o);if(j){o=parseInt(j[1],10)/100*c[h=="hide"?0:1]}if(h=="show"){d.css(n?{height:0,width:o}:{height:o,width:0})}var m={},l={};m[f[0]]=h=="show"?c[0]:o;l[f[1]]=h=="show"?c[1]:0;d.animate(m,g,b.options.easing).animate(l,g,b.options.easing,function(){if(h=="hide"){e.hide()}a.effects.restore(e,k);a.effects.removeWrapper(e);if(b.callback){b.callback.apply(e[0],arguments)}e.dequeue()})})}})(jQuery);(function(a){a.effects.highlight=function(b){return this.queue(function(){var e=a(this),d=["backgroundImage","backgroundColor","opacity"];var h=a.effects.setMode(e,b.options.mode||"show");var c=b.options.color||"#ffff99";var g=e.css("backgroundColor");a.effects.save(e,d);e.show();e.css({backgroundImage:"none",backgroundColor:c});var f={backgroundColor:g};if(h=="hide"){f.opacity=0}e.animate(f,{queue:false,duration:b.duration,easing:b.options.easing,complete:function(){if(h=="hide"){e.hide()}a.effects.restore(e,d);if(h=="show"&&a.browser.msie){this.style.removeAttribute("filter")}if(b.callback){b.callback.apply(this,arguments)}e.dequeue()}})})}})(jQuery);(function(a){a.effects.pulsate=function(b){return this.queue(function(){var d=a(this);var g=a.effects.setMode(d,b.options.mode||"show");var f=b.options.times||5;var e=b.duration?b.duration/2:a.fx.speeds._default/2;if(g=="hide"){f--}if(d.is(":hidden")){d.css("opacity",0);d.show();d.animate({opacity:1},e,b.options.easing);f=f-2}for(var c=0;c').appendTo(document.body).addClass(b.options.className).css({top:d.top,left:d.left,height:f.innerHeight(),width:f.innerWidth(),position:"absolute"}).animate(g,b.duration,b.options.easing,function(){c.remove();(b.callback&&b.callback.apply(f[0],arguments));f.dequeue()})})}})(jQuery);(function(a){a.widget("ui.accordion",{_init:function(){var d=this.options,b=this;this.running=0;if(d.collapsible==a.ui.accordion.defaults.collapsible&&d.alwaysOpen!=a.ui.accordion.defaults.alwaysOpen){d.collapsible=!d.alwaysOpen}if(d.navigation){var c=this.element.find("a").filter(d.navigationFilter);if(c.length){if(c.filter(d.header).length){this.active=c}else{this.active=c.parent().parent().prev();c.addClass("ui-accordion-content-active")}}}this.element.addClass("ui-accordion ui-widget ui-helper-reset");if(this.element[0].nodeName=="UL"){this.element.children("li").addClass("ui-accordion-li-fix")}this.headers=this.element.find(d.header).addClass("ui-accordion-header ui-helper-reset ui-state-default ui-corner-all").bind("mouseenter.accordion",function(){a(this).addClass("ui-state-hover")}).bind("mouseleave.accordion",function(){a(this).removeClass("ui-state-hover")}).bind("focus.accordion",function(){a(this).addClass("ui-state-focus")}).bind("blur.accordion",function(){a(this).removeClass("ui-state-focus")});this.headers.next().addClass("ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom");this.active=this._findActive(this.active||d.active).toggleClass("ui-state-default").toggleClass("ui-state-active").toggleClass("ui-corner-all").toggleClass("ui-corner-top");this.active.next().addClass("ui-accordion-content-active");a("").addClass("ui-icon "+d.icons.header).prependTo(this.headers);this.active.find(".ui-icon").toggleClass(d.icons.header).toggleClass(d.icons.headerSelected);if(a.browser.msie){this.element.find("a").css("zoom","1")}this.resize();this.element.attr("role","tablist");this.headers.attr("role","tab").bind("keydown",function(e){return b._keydown(e)}).next().attr("role","tabpanel");this.headers.not(this.active||"").attr("aria-expanded","false").attr("tabIndex","-1").next().hide();if(!this.active.length){this.headers.eq(0).attr("tabIndex","0")}else{this.active.attr("aria-expanded","true").attr("tabIndex","0")}if(!a.browser.safari){this.headers.find("a").attr("tabIndex","-1")}if(d.event){this.headers.bind((d.event)+".accordion",function(e){return b._clickHandler.call(b,e,this)})}},destroy:function(){var c=this.options;this.element.removeClass("ui-accordion ui-widget ui-helper-reset").removeAttr("role").unbind(".accordion").removeData("accordion");this.headers.unbind(".accordion").removeClass("ui-accordion-header ui-helper-reset ui-state-default ui-corner-all ui-state-active ui-corner-top").removeAttr("role").removeAttr("aria-expanded").removeAttr("tabindex");this.headers.find("a").removeAttr("tabindex");this.headers.children(".ui-icon").remove();var b=this.headers.next().css("display","").removeAttr("role").removeClass("ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content ui-accordion-content-active");if(c.autoHeight||c.fillHeight){b.css("height","")}},_setData:function(b,c){if(b=="alwaysOpen"){b="collapsible";c=!c}a.widget.prototype._setData.apply(this,arguments)},_keydown:function(e){var g=this.options,f=a.ui.keyCode;if(g.disabled||e.altKey||e.ctrlKey){return}var d=this.headers.length;var b=this.headers.index(e.target);var c=false;switch(e.keyCode){case f.RIGHT:case f.DOWN:c=this.headers[(b+1)%d];break;case f.LEFT:case f.UP:c=this.headers[(b-1+d)%d];break;case f.SPACE:case f.ENTER:return this._clickHandler({target:e.target},e.target)}if(c){a(e.target).attr("tabIndex","-1");a(c).attr("tabIndex","0");c.focus();return false}return true},resize:function(){var e=this.options,d;if(e.fillSpace){if(a.browser.msie){var b=this.element.parent().css("overflow");this.element.parent().css("overflow","hidden")}d=this.element.parent().height();if(a.browser.msie){this.element.parent().css("overflow",b)}this.headers.each(function(){d-=a(this).outerHeight()});var c=0;this.headers.next().each(function(){c=Math.max(c,a(this).innerHeight()-a(this).height())}).height(Math.max(0,d-c)).css("overflow","auto")}else{if(e.autoHeight){d=0;this.headers.next().each(function(){d=Math.max(d,a(this).outerHeight())}).height(d)}}},activate:function(b){var c=this._findActive(b)[0];this._clickHandler({target:c},c)},_findActive:function(b){return b?typeof b=="number"?this.headers.filter(":eq("+b+")"):this.headers.not(this.headers.not(b)):b===false?a([]):this.headers.filter(":eq(0)")},_clickHandler:function(b,f){var d=this.options;if(d.disabled){return false}if(!b.target&&d.collapsible){this.active.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").find(".ui-icon").removeClass(d.icons.headerSelected).addClass(d.icons.header);this.active.next().addClass("ui-accordion-content-active");var h=this.active.next(),e={options:d,newHeader:a([]),oldHeader:d.active,newContent:a([]),oldContent:h},c=(this.active=a([]));this._toggle(c,h,e);return false}var g=a(b.currentTarget||f);var i=g[0]==this.active[0];if(this.running||(!d.collapsible&&i)){return false}this.active.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").find(".ui-icon").removeClass(d.icons.headerSelected).addClass(d.icons.header);this.active.next().addClass("ui-accordion-content-active");if(!i){g.removeClass("ui-state-default ui-corner-all").addClass("ui-state-active ui-corner-top").find(".ui-icon").removeClass(d.icons.header).addClass(d.icons.headerSelected);g.next().addClass("ui-accordion-content-active")}var c=g.next(),h=this.active.next(),e={options:d,newHeader:i&&d.collapsible?a([]):g,oldHeader:this.active,newContent:i&&d.collapsible?a([]):c.find("> *"),oldContent:h.find("> *")},j=this.headers.index(this.active[0])>this.headers.index(g[0]);this.active=i?a([]):g;this._toggle(c,h,e,i,j);return false},_toggle:function(b,i,g,j,k){var d=this.options,m=this;this.toShow=b;this.toHide=i;this.data=g;var c=function(){if(!m){return}return m._completed.apply(m,arguments)};this._trigger("changestart",null,this.data);this.running=i.size()===0?b.size():i.size();if(d.animated){var f={};if(d.collapsible&&j){f={toShow:a([]),toHide:i,complete:c,down:k,autoHeight:d.autoHeight||d.fillSpace}}else{f={toShow:b,toHide:i,complete:c,down:k,autoHeight:d.autoHeight||d.fillSpace}}if(!d.proxied){d.proxied=d.animated}if(!d.proxiedDuration){d.proxiedDuration=d.duration}d.animated=a.isFunction(d.proxied)?d.proxied(f):d.proxied;d.duration=a.isFunction(d.proxiedDuration)?d.proxiedDuration(f):d.proxiedDuration;var l=a.ui.accordion.animations,e=d.duration,h=d.animated;if(!l[h]){l[h]=function(n){this.slide(n,{easing:h,duration:e||700})}}l[h](f)}else{if(d.collapsible&&j){b.toggle()}else{i.hide();b.show()}c(true)}i.prev().attr("aria-expanded","false").attr("tabIndex","-1").blur();b.prev().attr("aria-expanded","true").attr("tabIndex","0").focus()},_completed:function(b){var c=this.options;this.running=b?0:--this.running;if(this.running){return}if(c.clearStyle){this.toShow.add(this.toHide).css({height:"",overflow:""})}this._trigger("change",null,this.data)}});a.extend(a.ui.accordion,{version:"1.7.2",defaults:{active:null,alwaysOpen:true,animated:"slide",autoHeight:true,clearStyle:false,collapsible:false,event:"click",fillSpace:false,header:"> li > :first-child,> :not(li):even",icons:{header:"ui-icon-triangle-1-e",headerSelected:"ui-icon-triangle-1-s"},navigation:false,navigationFilter:function(){return this.href.toLowerCase()==location.href.toLowerCase()}},animations:{slide:function(j,h){j=a.extend({easing:"swing",duration:300},j,h);if(!j.toHide.size()){j.toShow.animate({height:"show"},j);return}if(!j.toShow.size()){j.toHide.animate({height:"hide"},j);return}var c=j.toShow.css("overflow"),g,d={},f={},e=["height","paddingTop","paddingBottom"],b;var i=j.toShow;b=i[0].style.width;i.width(parseInt(i.parent().width(),10)-parseInt(i.css("paddingLeft"),10)-parseInt(i.css("paddingRight"),10)-(parseInt(i.css("borderLeftWidth"),10)||0)-(parseInt(i.css("borderRightWidth"),10)||0));a.each(e,function(k,m){f[m]="hide";var l=(""+a.css(j.toShow[0],m)).match(/^([\d+-.]+)(.*)$/);d[m]={value:l[1],unit:l[2]||"px"}});j.toShow.css({height:0,overflow:"hidden"}).show();j.toHide.filter(":hidden").each(j.complete).end().filter(":visible").animate(f,{step:function(k,l){if(l.prop=="height"){g=(l.now-l.start)/(l.end-l.start)}j.toShow[0].style[l.prop]=(g*d[l.prop].value)+d[l.prop].unit},duration:j.duration,easing:j.easing,complete:function(){if(!j.autoHeight){j.toShow.css("height","")}j.toShow.css("width",b);j.toShow.css({overflow:c});j.complete()}})},bounceslide:function(b){this.slide(b,{easing:b.down?"easeOutBounce":"swing",duration:b.down?1000:200})},easeslide:function(b){this.slide(b,{easing:"easeinout",duration:700})}}})})(jQuery);(function($){$.extend($.ui,{datepicker:{version:"1.7.2"}});var PROP_NAME="datepicker";function Datepicker(){this.debug=false;this._curInst=null;this._keyEvent=false;this._disabledInputs=[];this._datepickerShowing=false;this._inDialog=false;this._mainDivId="ui-datepicker-div";this._inlineClass="ui-datepicker-inline";this._appendClass="ui-datepicker-append";this._triggerClass="ui-datepicker-trigger";this._dialogClass="ui-datepicker-dialog";this._disableClass="ui-datepicker-disabled";this._unselectableClass="ui-datepicker-unselectable";this._currentClass="ui-datepicker-current-day";this._dayOverClass="ui-datepicker-days-cell-over";this.regional=[];this.regional[""]={closeText:"Done",prevText:"Prev",nextText:"Next",currentText:"Today",monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayNamesMin:["Su","Mo","Tu","We","Th","Fr","Sa"],dateFormat:"mm/dd/yy",firstDay:0,isRTL:false};this._defaults={showOn:"focus",showAnim:"show",showOptions:{},defaultDate:null,appendText:"",buttonText:"...",buttonImage:"",buttonImageOnly:false,hideIfNoPrevNext:false,navigationAsDateFormat:false,gotoCurrent:false,changeMonth:false,changeYear:false,showMonthAfterYear:false,yearRange:"-10:+10",showOtherMonths:false,calculateWeek:this.iso8601Week,shortYearCutoff:"+10",minDate:null,maxDate:null,duration:"normal",beforeShowDay:null,beforeShow:null,onSelect:null,onChangeMonthYear:null,onClose:null,numberOfMonths:1,showCurrentAtPos:0,stepMonths:1,stepBigMonths:12,altField:"",altFormat:"",constrainInput:true,showButtonPanel:false};$.extend(this._defaults,this.regional[""]);this.dpDiv=$('
')}$.extend(Datepicker.prototype,{markerClassName:"hasDatepicker",log:function(){if(this.debug){console.log.apply("",arguments)}},setDefaults:function(settings){extendRemove(this._defaults,settings||{});return this},_attachDatepicker:function(target,settings){var inlineSettings=null;for(var attrName in this._defaults){var attrValue=target.getAttribute("date:"+attrName);if(attrValue){inlineSettings=inlineSettings||{};try{inlineSettings[attrName]=eval(attrValue)}catch(err){inlineSettings[attrName]=attrValue}}}var nodeName=target.nodeName.toLowerCase();var inline=(nodeName=="div"||nodeName=="span");if(!target.id){target.id="dp"+(++this.uuid)}var inst=this._newInst($(target),inline);inst.settings=$.extend({},settings||{},inlineSettings||{});if(nodeName=="input"){this._connectDatepicker(target,inst)}else{if(inline){this._inlineDatepicker(target,inst)}}},_newInst:function(target,inline){var id=target[0].id.replace(/([:\[\]\.])/g,"\\\\$1");return{id:id,input:target,selectedDay:0,selectedMonth:0,selectedYear:0,drawMonth:0,drawYear:0,inline:inline,dpDiv:(!inline?this.dpDiv:$('
'))}},_connectDatepicker:function(target,inst){var input=$(target);inst.append=$([]);inst.trigger=$([]);if(input.hasClass(this.markerClassName)){return}var appendText=this._get(inst,"appendText");var isRTL=this._get(inst,"isRTL");if(appendText){inst.append=$(''+appendText+"");input[isRTL?"before":"after"](inst.append)}var showOn=this._get(inst,"showOn");if(showOn=="focus"||showOn=="both"){input.focus(this._showDatepicker)}if(showOn=="button"||showOn=="both"){var buttonText=this._get(inst,"buttonText");var buttonImage=this._get(inst,"buttonImage");inst.trigger=$(this._get(inst,"buttonImageOnly")?$("").addClass(this._triggerClass).attr({src:buttonImage,alt:buttonText,title:buttonText}):$('').addClass(this._triggerClass).html(buttonImage==""?buttonText:$("").attr({src:buttonImage,alt:buttonText,title:buttonText})));input[isRTL?"before":"after"](inst.trigger);inst.trigger.click(function(){if($.datepicker._datepickerShowing&&$.datepicker._lastInput==target){$.datepicker._hideDatepicker()}else{$.datepicker._showDatepicker(target)}return false})}input.addClass(this.markerClassName).keydown(this._doKeyDown).keypress(this._doKeyPress).bind("setData.datepicker",function(event,key,value){inst.settings[key]=value}).bind("getData.datepicker",function(event,key){return this._get(inst,key)});$.data(target,PROP_NAME,inst)},_inlineDatepicker:function(target,inst){var divSpan=$(target);if(divSpan.hasClass(this.markerClassName)){return}divSpan.addClass(this.markerClassName).append(inst.dpDiv).bind("setData.datepicker",function(event,key,value){inst.settings[key]=value}).bind("getData.datepicker",function(event,key){return this._get(inst,key)});$.data(target,PROP_NAME,inst);this._setDate(inst,this._getDefaultDate(inst));this._updateDatepicker(inst);this._updateAlternate(inst)},_dialogDatepicker:function(input,dateText,onSelect,settings,pos){var inst=this._dialogInst;if(!inst){var id="dp"+(++this.uuid);this._dialogInput=$('');this._dialogInput.keydown(this._doKeyDown);$("body").append(this._dialogInput);inst=this._dialogInst=this._newInst(this._dialogInput,false);inst.settings={};$.data(this._dialogInput[0],PROP_NAME,inst)}extendRemove(inst.settings,settings||{});this._dialogInput.val(dateText);this._pos=(pos?(pos.length?pos:[pos.pageX,pos.pageY]):null);if(!this._pos){var browserWidth=window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth;var browserHeight=window.innerHeight||document.documentElement.clientHeight||document.body.clientHeight;var scrollX=document.documentElement.scrollLeft||document.body.scrollLeft;var scrollY=document.documentElement.scrollTop||document.body.scrollTop;this._pos=[(browserWidth/2)-100+scrollX,(browserHeight/2)-150+scrollY]}this._dialogInput.css("left",this._pos[0]+"px").css("top",this._pos[1]+"px");inst.settings.onSelect=onSelect;this._inDialog=true;this.dpDiv.addClass(this._dialogClass);this._showDatepicker(this._dialogInput[0]);if($.blockUI){$.blockUI(this.dpDiv)}$.data(this._dialogInput[0],PROP_NAME,inst);return this},_destroyDatepicker:function(target){var $target=$(target);var inst=$.data(target,PROP_NAME);if(!$target.hasClass(this.markerClassName)){return}var nodeName=target.nodeName.toLowerCase();$.removeData(target,PROP_NAME);if(nodeName=="input"){inst.append.remove();inst.trigger.remove();$target.removeClass(this.markerClassName).unbind("focus",this._showDatepicker).unbind("keydown",this._doKeyDown).unbind("keypress",this._doKeyPress)}else{if(nodeName=="div"||nodeName=="span"){$target.removeClass(this.markerClassName).empty()}}},_enableDatepicker:function(target){var $target=$(target);var inst=$.data(target,PROP_NAME);if(!$target.hasClass(this.markerClassName)){return}var nodeName=target.nodeName.toLowerCase();if(nodeName=="input"){target.disabled=false;inst.trigger.filter("button").each(function(){this.disabled=false}).end().filter("img").css({opacity:"1.0",cursor:""})}else{if(nodeName=="div"||nodeName=="span"){var inline=$target.children("."+this._inlineClass);inline.children().removeClass("ui-state-disabled")}}this._disabledInputs=$.map(this._disabledInputs,function(value){return(value==target?null:value)})},_disableDatepicker:function(target){var $target=$(target);var inst=$.data(target,PROP_NAME);if(!$target.hasClass(this.markerClassName)){return}var nodeName=target.nodeName.toLowerCase();if(nodeName=="input"){target.disabled=true;inst.trigger.filter("button").each(function(){this.disabled=true}).end().filter("img").css({opacity:"0.5",cursor:"default"})}else{if(nodeName=="div"||nodeName=="span"){var inline=$target.children("."+this._inlineClass);inline.children().addClass("ui-state-disabled")}}this._disabledInputs=$.map(this._disabledInputs,function(value){return(value==target?null:value)});this._disabledInputs[this._disabledInputs.length]=target},_isDisabledDatepicker:function(target){if(!target){return false}for(var i=0;i-1)}},_showDatepicker:function(input){input=input.target||input;if(input.nodeName.toLowerCase()!="input"){input=$("input",input.parentNode)[0]}if($.datepicker._isDisabledDatepicker(input)||$.datepicker._lastInput==input){return}var inst=$.datepicker._getInst(input);var beforeShow=$.datepicker._get(inst,"beforeShow");extendRemove(inst.settings,(beforeShow?beforeShow.apply(input,[input,inst]):{}));$.datepicker._hideDatepicker(null,"");$.datepicker._lastInput=input;$.datepicker._setDateFromField(inst);if($.datepicker._inDialog){input.value=""}if(!$.datepicker._pos){$.datepicker._pos=$.datepicker._findPos(input);$.datepicker._pos[1]+=input.offsetHeight}var isFixed=false;$(input).parents().each(function(){isFixed|=$(this).css("position")=="fixed";return !isFixed});if(isFixed&&$.browser.opera){$.datepicker._pos[0]-=document.documentElement.scrollLeft;$.datepicker._pos[1]-=document.documentElement.scrollTop}var offset={left:$.datepicker._pos[0],top:$.datepicker._pos[1]};$.datepicker._pos=null;inst.rangeStart=null;inst.dpDiv.css({position:"absolute",display:"block",top:"-1000px"});$.datepicker._updateDatepicker(inst);offset=$.datepicker._checkOffset(inst,offset,isFixed);inst.dpDiv.css({position:($.datepicker._inDialog&&$.blockUI?"static":(isFixed?"fixed":"absolute")),display:"none",left:offset.left+"px",top:offset.top+"px"});if(!inst.inline){var showAnim=$.datepicker._get(inst,"showAnim")||"show";var duration=$.datepicker._get(inst,"duration");var postProcess=function(){$.datepicker._datepickerShowing=true;if($.browser.msie&&parseInt($.browser.version,10)<7){$("iframe.ui-datepicker-cover").css({width:inst.dpDiv.width()+4,height:inst.dpDiv.height()+4})}};if($.effects&&$.effects[showAnim]){inst.dpDiv.show(showAnim,$.datepicker._get(inst,"showOptions"),duration,postProcess)}else{inst.dpDiv[showAnim](duration,postProcess)}if(duration==""){postProcess()}if(inst.input[0].type!="hidden"){inst.input[0].focus()}$.datepicker._curInst=inst}},_updateDatepicker:function(inst){var dims={width:inst.dpDiv.width()+4,height:inst.dpDiv.height()+4};var self=this;inst.dpDiv.empty().append(this._generateHTML(inst)).find("iframe.ui-datepicker-cover").css({width:dims.width,height:dims.height}).end().find("button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a").bind("mouseout",function(){$(this).removeClass("ui-state-hover");if(this.className.indexOf("ui-datepicker-prev")!=-1){$(this).removeClass("ui-datepicker-prev-hover")}if(this.className.indexOf("ui-datepicker-next")!=-1){$(this).removeClass("ui-datepicker-next-hover")}}).bind("mouseover",function(){if(!self._isDisabledDatepicker(inst.inline?inst.dpDiv.parent()[0]:inst.input[0])){$(this).parents(".ui-datepicker-calendar").find("a").removeClass("ui-state-hover");$(this).addClass("ui-state-hover");if(this.className.indexOf("ui-datepicker-prev")!=-1){$(this).addClass("ui-datepicker-prev-hover")}if(this.className.indexOf("ui-datepicker-next")!=-1){$(this).addClass("ui-datepicker-next-hover")}}}).end().find("."+this._dayOverClass+" a").trigger("mouseover").end();var numMonths=this._getNumberOfMonths(inst);var cols=numMonths[1];var width=17;if(cols>1){inst.dpDiv.addClass("ui-datepicker-multi-"+cols).css("width",(width*cols)+"em")}else{inst.dpDiv.removeClass("ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4").width("")}inst.dpDiv[(numMonths[0]!=1||numMonths[1]!=1?"add":"remove")+"Class"]("ui-datepicker-multi");inst.dpDiv[(this._get(inst,"isRTL")?"add":"remove")+"Class"]("ui-datepicker-rtl");if(inst.input&&inst.input[0].type!="hidden"&&inst==$.datepicker._curInst){$(inst.input[0]).focus()}},_checkOffset:function(inst,offset,isFixed){var dpWidth=inst.dpDiv.outerWidth();var dpHeight=inst.dpDiv.outerHeight();var inputWidth=inst.input?inst.input.outerWidth():0;var inputHeight=inst.input?inst.input.outerHeight():0;var viewWidth=(window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth)+$(document).scrollLeft();var viewHeight=(window.innerHeight||document.documentElement.clientHeight||document.body.clientHeight)+$(document).scrollTop();offset.left-=(this._get(inst,"isRTL")?(dpWidth-inputWidth):0);offset.left-=(isFixed&&offset.left==inst.input.offset().left)?$(document).scrollLeft():0;offset.top-=(isFixed&&offset.top==(inst.input.offset().top+inputHeight))?$(document).scrollTop():0;offset.left-=(offset.left+dpWidth>viewWidth&&viewWidth>dpWidth)?Math.abs(offset.left+dpWidth-viewWidth):0;offset.top-=(offset.top+dpHeight>viewHeight&&viewHeight>dpHeight)?Math.abs(offset.top+dpHeight+inputHeight*2-viewHeight):0;return offset},_findPos:function(obj){while(obj&&(obj.type=="hidden"||obj.nodeType!=1)){obj=obj.nextSibling}var position=$(obj).offset();return[position.left,position.top]},_hideDatepicker:function(input,duration){var inst=this._curInst;if(!inst||(input&&inst!=$.data(input,PROP_NAME))){return}if(inst.stayOpen){this._selectDate("#"+inst.id,this._formatDate(inst,inst.currentDay,inst.currentMonth,inst.currentYear))}inst.stayOpen=false;if(this._datepickerShowing){duration=(duration!=null?duration:this._get(inst,"duration"));var showAnim=this._get(inst,"showAnim");var postProcess=function(){$.datepicker._tidyDialog(inst)};if(duration!=""&&$.effects&&$.effects[showAnim]){inst.dpDiv.hide(showAnim,$.datepicker._get(inst,"showOptions"),duration,postProcess)}else{inst.dpDiv[(duration==""?"hide":(showAnim=="slideDown"?"slideUp":(showAnim=="fadeIn"?"fadeOut":"hide")))](duration,postProcess)}if(duration==""){this._tidyDialog(inst)}var onClose=this._get(inst,"onClose");if(onClose){onClose.apply((inst.input?inst.input[0]:null),[(inst.input?inst.input.val():""),inst])}this._datepickerShowing=false;this._lastInput=null;if(this._inDialog){this._dialogInput.css({position:"absolute",left:"0",top:"-100px"});if($.blockUI){$.unblockUI();$("body").append(this.dpDiv)}}this._inDialog=false}this._curInst=null},_tidyDialog:function(inst){inst.dpDiv.removeClass(this._dialogClass).unbind(".ui-datepicker-calendar")},_checkExternalClick:function(event){if(!$.datepicker._curInst){return}var $target=$(event.target);if(($target.parents("#"+$.datepicker._mainDivId).length==0)&&!$target.hasClass($.datepicker.markerClassName)&&!$target.hasClass($.datepicker._triggerClass)&&$.datepicker._datepickerShowing&&!($.datepicker._inDialog&&$.blockUI)){$.datepicker._hideDatepicker(null,"")}},_adjustDate:function(id,offset,period){var target=$(id);var inst=this._getInst(target[0]);if(this._isDisabledDatepicker(target[0])){return}this._adjustInstDate(inst,offset+(period=="M"?this._get(inst,"showCurrentAtPos"):0),period);this._updateDatepicker(inst)},_gotoToday:function(id){var target=$(id);var inst=this._getInst(target[0]);if(this._get(inst,"gotoCurrent")&&inst.currentDay){inst.selectedDay=inst.currentDay;inst.drawMonth=inst.selectedMonth=inst.currentMonth;inst.drawYear=inst.selectedYear=inst.currentYear}else{var date=new Date();inst.selectedDay=date.getDate();inst.drawMonth=inst.selectedMonth=date.getMonth();inst.drawYear=inst.selectedYear=date.getFullYear()}this._notifyChange(inst);this._adjustDate(target)},_selectMonthYear:function(id,select,period){var target=$(id);var inst=this._getInst(target[0]);inst._selectingMonthYear=false;inst["selected"+(period=="M"?"Month":"Year")]=inst["draw"+(period=="M"?"Month":"Year")]=parseInt(select.options[select.selectedIndex].value,10);this._notifyChange(inst);this._adjustDate(target)},_clickMonthYear:function(id){var target=$(id);var inst=this._getInst(target[0]);if(inst.input&&inst._selectingMonthYear&&!$.browser.msie){inst.input[0].focus()}inst._selectingMonthYear=!inst._selectingMonthYear},_selectDay:function(id,month,year,td){var target=$(id);if($(td).hasClass(this._unselectableClass)||this._isDisabledDatepicker(target[0])){return}var inst=this._getInst(target[0]);inst.selectedDay=inst.currentDay=$("a",td).html();inst.selectedMonth=inst.currentMonth=month;inst.selectedYear=inst.currentYear=year;if(inst.stayOpen){inst.endDay=inst.endMonth=inst.endYear=null}this._selectDate(id,this._formatDate(inst,inst.currentDay,inst.currentMonth,inst.currentYear));if(inst.stayOpen){inst.rangeStart=this._daylightSavingAdjust(new Date(inst.currentYear,inst.currentMonth,inst.currentDay));this._updateDatepicker(inst)}},_clearDate:function(id){var target=$(id);var inst=this._getInst(target[0]);inst.stayOpen=false;inst.endDay=inst.endMonth=inst.endYear=inst.rangeStart=null;this._selectDate(target,"")},_selectDate:function(id,dateStr){var target=$(id);var inst=this._getInst(target[0]);dateStr=(dateStr!=null?dateStr:this._formatDate(inst));if(inst.input){inst.input.val(dateStr)}this._updateAlternate(inst);var onSelect=this._get(inst,"onSelect");if(onSelect){onSelect.apply((inst.input?inst.input[0]:null),[dateStr,inst])}else{if(inst.input){inst.input.trigger("change")}}if(inst.inline){this._updateDatepicker(inst)}else{if(!inst.stayOpen){this._hideDatepicker(null,this._get(inst,"duration"));this._lastInput=inst.input[0];if(typeof(inst.input[0])!="object"){inst.input[0].focus()}this._lastInput=null}}},_updateAlternate:function(inst){var altField=this._get(inst,"altField");if(altField){var altFormat=this._get(inst,"altFormat")||this._get(inst,"dateFormat");var date=this._getDate(inst);dateStr=this.formatDate(altFormat,date,this._getFormatConfig(inst));$(altField).each(function(){$(this).val(dateStr)})}},noWeekends:function(date){var day=date.getDay();return[(day>0&&day<6),""]},iso8601Week:function(date){var checkDate=new Date(date.getFullYear(),date.getMonth(),date.getDate());var firstMon=new Date(checkDate.getFullYear(),1-1,4);var firstDay=firstMon.getDay()||7;firstMon.setDate(firstMon.getDate()+1-firstDay);if(firstDay<4&&checkDatenew Date(checkDate.getFullYear(),12-1,28)){firstDay=new Date(checkDate.getFullYear()+1,1-1,4).getDay()||7;if(firstDay>4&&(checkDate.getDay()||7)0&&iValue="0"&&value.charAt(iValue)<="9"){num=num*10+parseInt(value.charAt(iValue++),10);size--}if(size==origSize){throw"Missing number at position "+iValue}return num};var getName=function(match,shortNames,longNames){var names=(lookAhead(match)?longNames:shortNames);var size=0;for(var j=0;j0&&iValue-1){month=1;day=doy;do{var dim=this._getDaysInMonth(year,month-1);if(day<=dim){break}month++;day-=dim}while(true)}var date=this._daylightSavingAdjust(new Date(year,month-1,day));if(date.getFullYear()!=year||date.getMonth()+1!=month||date.getDate()!=day){throw"Invalid date"}return date},ATOM:"yy-mm-dd",COOKIE:"D, dd M yy",ISO_8601:"yy-mm-dd",RFC_822:"D, d M y",RFC_850:"DD, dd-M-y",RFC_1036:"D, d M y",RFC_1123:"D, d M yy",RFC_2822:"D, d M yy",RSS:"D, d M y",TIMESTAMP:"@",W3C:"yy-mm-dd",formatDate:function(format,date,settings){if(!date){return""}var dayNamesShort=(settings?settings.dayNamesShort:null)||this._defaults.dayNamesShort;var dayNames=(settings?settings.dayNames:null)||this._defaults.dayNames;var monthNamesShort=(settings?settings.monthNamesShort:null)||this._defaults.monthNamesShort;var monthNames=(settings?settings.monthNames:null)||this._defaults.monthNames;var lookAhead=function(match){var matches=(iFormat+1=0;m--){doy+=this._getDaysInMonth(date.getFullYear(),m)}output+=formatNumber("o",doy,3);break;case"m":output+=formatNumber("m",date.getMonth()+1,2);break;case"M":output+=formatName("M",date.getMonth(),monthNamesShort,monthNames);break;case"y":output+=(lookAhead("y")?date.getFullYear():(date.getYear()%100<10?"0":"")+date.getYear()%100);break;case"@":output+=date.getTime();break;case"'":if(lookAhead("'")){output+="'"}else{literal=true}break;default:output+=format.charAt(iFormat)}}}}return output},_possibleChars:function(format){var chars="";var literal=false;for(var iFormat=0;iFormatmaxDate?maxDate:date);return date},_determineDate:function(date,defaultDate){var offsetNumeric=function(offset){var date=new Date();date.setDate(date.getDate()+offset);return date};var offsetString=function(offset,getDaysInMonth){var date=new Date();var year=date.getFullYear();var month=date.getMonth();var day=date.getDate();var pattern=/([+-]?[0-9]+)\s*(d|D|w|W|m|M|y|Y)?/g;var matches=pattern.exec(offset);while(matches){switch(matches[2]||"d"){case"d":case"D":day+=parseInt(matches[1],10);break;case"w":case"W":day+=parseInt(matches[1],10)*7;break;case"m":case"M":month+=parseInt(matches[1],10);day=Math.min(day,getDaysInMonth(year,month));break;case"y":case"Y":year+=parseInt(matches[1],10);day=Math.min(day,getDaysInMonth(year,month));break}matches=pattern.exec(offset)}return new Date(year,month,day)};date=(date==null?defaultDate:(typeof date=="string"?offsetString(date,this._getDaysInMonth):(typeof date=="number"?(isNaN(date)?defaultDate:offsetNumeric(date)):date)));date=(date&&date.toString()=="Invalid Date"?defaultDate:date);if(date){date.setHours(0);date.setMinutes(0);date.setSeconds(0);date.setMilliseconds(0)}return this._daylightSavingAdjust(date)},_daylightSavingAdjust:function(date){if(!date){return null}date.setHours(date.getHours()>12?date.getHours()+2:0);return date},_setDate:function(inst,date,endDate){var clear=!(date);var origMonth=inst.selectedMonth;var origYear=inst.selectedYear;date=this._determineDate(date,new Date());inst.selectedDay=inst.currentDay=date.getDate();inst.drawMonth=inst.selectedMonth=inst.currentMonth=date.getMonth();inst.drawYear=inst.selectedYear=inst.currentYear=date.getFullYear();if(origMonth!=inst.selectedMonth||origYear!=inst.selectedYear){this._notifyChange(inst)}this._adjustInstDate(inst);if(inst.input){inst.input.val(clear?"":this._formatDate(inst))}},_getDate:function(inst){var startDate=(!inst.currentYear||(inst.input&&inst.input.val()=="")?null:this._daylightSavingAdjust(new Date(inst.currentYear,inst.currentMonth,inst.currentDay)));return startDate},_generateHTML:function(inst){var today=new Date();today=this._daylightSavingAdjust(new Date(today.getFullYear(),today.getMonth(),today.getDate()));var isRTL=this._get(inst,"isRTL");var showButtonPanel=this._get(inst,"showButtonPanel");var hideIfNoPrevNext=this._get(inst,"hideIfNoPrevNext");var navigationAsDateFormat=this._get(inst,"navigationAsDateFormat");var numMonths=this._getNumberOfMonths(inst);var showCurrentAtPos=this._get(inst,"showCurrentAtPos");var stepMonths=this._get(inst,"stepMonths");var stepBigMonths=this._get(inst,"stepBigMonths");var isMultiMonth=(numMonths[0]!=1||numMonths[1]!=1);var currentDate=this._daylightSavingAdjust((!inst.currentDay?new Date(9999,9,9):new Date(inst.currentYear,inst.currentMonth,inst.currentDay)));var minDate=this._getMinMaxDate(inst,"min",true);var maxDate=this._getMinMaxDate(inst,"max");var drawMonth=inst.drawMonth-showCurrentAtPos;var drawYear=inst.drawYear;if(drawMonth<0){drawMonth+=12;drawYear--}if(maxDate){var maxDraw=this._daylightSavingAdjust(new Date(maxDate.getFullYear(),maxDate.getMonth()-numMonths[1]+1,maxDate.getDate()));maxDraw=(minDate&&maxDrawmaxDraw){drawMonth--;if(drawMonth<0){drawMonth=11;drawYear--}}}inst.drawMonth=drawMonth;inst.drawYear=drawYear;var prevText=this._get(inst,"prevText");prevText=(!navigationAsDateFormat?prevText:this.formatDate(prevText,this._daylightSavingAdjust(new Date(drawYear,drawMonth-stepMonths,1)),this._getFormatConfig(inst)));var prev=(this._canAdjustMonth(inst,-1,drawYear,drawMonth)?''+prevText+"":(hideIfNoPrevNext?"":''+prevText+""));var nextText=this._get(inst,"nextText");nextText=(!navigationAsDateFormat?nextText:this.formatDate(nextText,this._daylightSavingAdjust(new Date(drawYear,drawMonth+stepMonths,1)),this._getFormatConfig(inst)));var next=(this._canAdjustMonth(inst,+1,drawYear,drawMonth)?''+nextText+"":(hideIfNoPrevNext?"":''+nextText+""));var currentText=this._get(inst,"currentText");var gotoDate=(this._get(inst,"gotoCurrent")&&inst.currentDay?currentDate:today);currentText=(!navigationAsDateFormat?currentText:this.formatDate(currentText,gotoDate,this._getFormatConfig(inst)));var controls=(!inst.inline?'":"");var buttonPanel=(showButtonPanel)?'
'+(isRTL?controls:"")+(this._isInRange(inst,gotoDate)?'":"")+(isRTL?"":controls)+"
":"";var firstDay=parseInt(this._get(inst,"firstDay"),10);firstDay=(isNaN(firstDay)?0:firstDay);var dayNames=this._get(inst,"dayNames");var dayNamesShort=this._get(inst,"dayNamesShort");var dayNamesMin=this._get(inst,"dayNamesMin");var monthNames=this._get(inst,"monthNames");var monthNamesShort=this._get(inst,"monthNamesShort");var beforeShowDay=this._get(inst,"beforeShowDay");var showOtherMonths=this._get(inst,"showOtherMonths");var calculateWeek=this._get(inst,"calculateWeek")||this.iso8601Week;var endDate=inst.endDay?this._daylightSavingAdjust(new Date(inst.endYear,inst.endMonth,inst.endDay)):currentDate;var defaultDate=this._getDefaultDate(inst);var html="";for(var row=0;row'+(/all|left/.test(cornerClass)&&row==0?(isRTL?next:prev):"")+(/all|right/.test(cornerClass)&&row==0?(isRTL?prev:next):"")+this._generateMonthYearHeader(inst,drawMonth,drawYear,minDate,maxDate,selectedDate,row>0||col>0,monthNames,monthNamesShort)+'';var thead="";for(var dow=0;dow<7;dow++){var day=(dow+firstDay)%7;thead+="=5?' class="ui-datepicker-week-end"':"")+'>'+dayNamesMin[day]+""}calender+=thead+"";var daysInMonth=this._getDaysInMonth(drawYear,drawMonth);if(drawYear==inst.selectedYear&&drawMonth==inst.selectedMonth){inst.selectedDay=Math.min(inst.selectedDay,daysInMonth)}var leadDays=(this._getFirstDayOfMonth(drawYear,drawMonth)-firstDay+7)%7;var numRows=(isMultiMonth?6:Math.ceil((leadDays+daysInMonth)/7));var printDate=this._daylightSavingAdjust(new Date(drawYear,drawMonth,1-leadDays));for(var dRow=0;dRow";var tbody="";for(var dow=0;dow<7;dow++){var daySettings=(beforeShowDay?beforeShowDay.apply((inst.input?inst.input[0]:null),[printDate]):[true,""]);var otherMonth=(printDate.getMonth()!=drawMonth);var unselectable=otherMonth||!daySettings[0]||(minDate&&printDatemaxDate);tbody+='";printDate.setDate(printDate.getDate()+1);printDate=this._daylightSavingAdjust(printDate)}calender+=tbody+""}drawMonth++;if(drawMonth>11){drawMonth=0;drawYear++}calender+="
=currentDate.getTime()&&printDate.getTime()<=endDate.getTime()?" "+this._currentClass:"")+(printDate.getTime()==today.getTime()?" ui-datepicker-today":""))+'"'+((!otherMonth||showOtherMonths)&&daySettings[2]?' title="'+daySettings[2]+'"':"")+(unselectable?"":" onclick=\"DP_jQuery.datepicker._selectDay('#"+inst.id+"',"+drawMonth+","+drawYear+', this);return false;"')+">"+(otherMonth?(showOtherMonths?printDate.getDate():" "):(unselectable?''+printDate.getDate()+"":'=currentDate.getTime()&&printDate.getTime()<=endDate.getTime()?" ui-state-active":"")+'" href="#">'+printDate.getDate()+""))+"
"+(isMultiMonth?""+((numMonths[0]>0&&col==numMonths[1]-1)?'
':""):"");group+=calender}html+=group}html+=buttonPanel+($.browser.msie&&parseInt($.browser.version,10)<7&&!inst.inline?'':"");inst._keyEvent=false;return html},_generateMonthYearHeader:function(inst,drawMonth,drawYear,minDate,maxDate,selectedDate,secondary,monthNames,monthNamesShort){minDate=(inst.rangeStart&&minDate&&selectedDate "}else{var inMinYear=(minDate&&minDate.getFullYear()==drawYear);var inMaxYear=(maxDate&&maxDate.getFullYear()==drawYear);monthHtml+='"}if(!showMonthAfterYear){html+=monthHtml+((secondary||changeMonth||changeYear)&&(!(changeMonth&&changeYear))?" ":"")}if(secondary||!changeYear){html+=''+drawYear+""}else{var years=this._get(inst,"yearRange").split(":");var year=0;var endYear=0;if(years.length!=2){year=drawYear-10;endYear=drawYear+10}else{if(years[0].charAt(0)=="+"||years[0].charAt(0)=="-"){year=drawYear+parseInt(years[0],10);endYear=drawYear+parseInt(years[1],10)}else{year=parseInt(years[0],10);endYear=parseInt(years[1],10)}}year=(minDate?Math.max(year,minDate.getFullYear()):year);endYear=(maxDate?Math.min(endYear,maxDate.getFullYear()):endYear);html+='"}if(showMonthAfterYear){html+=(secondary||changeMonth||changeYear?" ":"")+monthHtml}html+="";return html},_adjustInstDate:function(inst,offset,period){var year=inst.drawYear+(period=="Y"?offset:0);var month=inst.drawMonth+(period=="M"?offset:0);var day=Math.min(inst.selectedDay,this._getDaysInMonth(year,month))+(period=="D"?offset:0);var date=this._daylightSavingAdjust(new Date(year,month,day));var minDate=this._getMinMaxDate(inst,"min",true);var maxDate=this._getMinMaxDate(inst,"max");date=(minDate&&datemaxDate?maxDate:date);inst.selectedDay=date.getDate();inst.drawMonth=inst.selectedMonth=date.getMonth();inst.drawYear=inst.selectedYear=date.getFullYear();if(period=="M"||period=="Y"){this._notifyChange(inst)}},_notifyChange:function(inst){var onChange=this._get(inst,"onChangeMonthYear");if(onChange){onChange.apply((inst.input?inst.input[0]:null),[inst.selectedYear,inst.selectedMonth+1,inst])}},_getNumberOfMonths:function(inst){var numMonths=this._get(inst,"numberOfMonths");return(numMonths==null?[1,1]:(typeof numMonths=="number"?[1,numMonths]:numMonths))},_getMinMaxDate:function(inst,minMax,checkRange){var date=this._determineDate(this._get(inst,minMax+"Date"),null);return(!checkRange||!inst.rangeStart?date:(!date||inst.rangeStart>date?inst.rangeStart:date))},_getDaysInMonth:function(year,month){return 32-new Date(year,month,32).getDate()},_getFirstDayOfMonth:function(year,month){return new Date(year,month,1).getDay()},_canAdjustMonth:function(inst,offset,curYear,curMonth){var numMonths=this._getNumberOfMonths(inst);var date=this._daylightSavingAdjust(new Date(curYear,curMonth+(offset<0?offset:numMonths[1]),1));if(offset<0){date.setDate(this._getDaysInMonth(date.getFullYear(),date.getMonth()))}return this._isInRange(inst,date)},_isInRange:function(inst,date){var newMinDate=(!inst.rangeStart?null:this._daylightSavingAdjust(new Date(inst.selectedYear,inst.selectedMonth,inst.selectedDay)));newMinDate=(newMinDate&&inst.rangeStart=minDate)&&(!maxDate||date<=maxDate))},_getFormatConfig:function(inst){var shortYearCutoff=this._get(inst,"shortYearCutoff");shortYearCutoff=(typeof shortYearCutoff!="string"?shortYearCutoff:new Date().getFullYear()%100+parseInt(shortYearCutoff,10));return{shortYearCutoff:shortYearCutoff,dayNamesShort:this._get(inst,"dayNamesShort"),dayNames:this._get(inst,"dayNames"),monthNamesShort:this._get(inst,"monthNamesShort"),monthNames:this._get(inst,"monthNames")}},_formatDate:function(inst,day,month,year){if(!day){inst.currentDay=inst.selectedDay;inst.currentMonth=inst.selectedMonth;inst.currentYear=inst.selectedYear}var date=(day?(typeof day=="object"?day:this._daylightSavingAdjust(new Date(year,month,day))):this._daylightSavingAdjust(new Date(inst.currentYear,inst.currentMonth,inst.currentDay)));return this.formatDate(this._get(inst,"dateFormat"),date,this._getFormatConfig(inst))}});function extendRemove(target,props){$.extend(target,props);for(var name in props){if(props[name]==null||props[name]==undefined){target[name]=props[name]}}return target}function isArray(a){return(a&&(($.browser.safari&&typeof a=="object"&&a.length)||(a.constructor&&a.constructor.toString().match(/\Array\(\)/))))}$.fn.datepicker=function(options){if(!$.datepicker.initialized){$(document).mousedown($.datepicker._checkExternalClick).find("body").append($.datepicker.dpDiv);$.datepicker.initialized=true}var otherArgs=Array.prototype.slice.call(arguments,1);if(typeof options=="string"&&(options=="isDisabled"||options=="getDate")){return $.datepicker["_"+options+"Datepicker"].apply($.datepicker,[this[0]].concat(otherArgs))}if(options=="option"&&arguments.length==2&&typeof arguments[1]=="string"){return $.datepicker["_"+options+"Datepicker"].apply($.datepicker,[this[0]].concat(otherArgs))}return this.each(function(){typeof options=="string"?$.datepicker["_"+options+"Datepicker"].apply($.datepicker,[this].concat(otherArgs)):$.datepicker._attachDatepicker(this,options)})};$.datepicker=new Datepicker();$.datepicker.initialized=false;$.datepicker.uuid=new Date().getTime();$.datepicker.version="1.7.2";window.DP_jQuery=$})(jQuery);(function(c){var b={dragStart:"start.draggable",drag:"drag.draggable",dragStop:"stop.draggable",maxHeight:"maxHeight.resizable",minHeight:"minHeight.resizable",maxWidth:"maxWidth.resizable",minWidth:"minWidth.resizable",resizeStart:"start.resizable",resize:"drag.resizable",resizeStop:"stop.resizable"},a="ui-dialog ui-widget ui-widget-content ui-corner-all ";c.widget("ui.dialog",{_init:function(){this.originalTitle=this.element.attr("title");var l=this,m=this.options,j=m.title||this.originalTitle||" ",e=c.ui.dialog.getTitleId(this.element),k=(this.uiDialog=c("
")).appendTo(document.body).hide().addClass(a+m.dialogClass).css({position:"absolute",overflow:"hidden",zIndex:m.zIndex}).attr("tabIndex",-1).css("outline",0).keydown(function(n){(m.closeOnEscape&&n.keyCode&&n.keyCode==c.ui.keyCode.ESCAPE&&l.close(n))}).attr({role:"dialog","aria-labelledby":e}).mousedown(function(n){l.moveToTop(false,n)}),g=this.element.show().removeAttr("title").addClass("ui-dialog-content ui-widget-content").appendTo(k),f=(this.uiDialogTitlebar=c("
")).addClass("ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix").prependTo(k),i=c('').addClass("ui-dialog-titlebar-close ui-corner-all").attr("role","button").hover(function(){i.addClass("ui-state-hover")},function(){i.removeClass("ui-state-hover")}).focus(function(){i.addClass("ui-state-focus")}).blur(function(){i.removeClass("ui-state-focus")}).mousedown(function(n){n.stopPropagation()}).click(function(n){l.close(n);return false}).appendTo(f),h=(this.uiDialogTitlebarCloseText=c("")).addClass("ui-icon ui-icon-closethick").text(m.closeText).appendTo(i),d=c("").addClass("ui-dialog-title").attr("id",e).html(j).prependTo(f);f.find("*").add(f).disableSelection();(m.draggable&&c.fn.draggable&&this._makeDraggable());(m.resizable&&c.fn.resizable&&this._makeResizable());this._createButtons(m.buttons);this._isOpen=false;(m.bgiframe&&c.fn.bgiframe&&k.bgiframe());(m.autoOpen&&this.open())},destroy:function(){(this.overlay&&this.overlay.destroy());this.uiDialog.hide();this.element.unbind(".dialog").removeData("dialog").removeClass("ui-dialog-content ui-widget-content").hide().appendTo("body");this.uiDialog.remove();(this.originalTitle&&this.element.attr("title",this.originalTitle))},close:function(f){var d=this;if(false===d._trigger("beforeclose",f)){return}(d.overlay&&d.overlay.destroy());d.uiDialog.unbind("keypress.ui-dialog");(d.options.hide?d.uiDialog.hide(d.options.hide,function(){d._trigger("close",f)}):d.uiDialog.hide()&&d._trigger("close",f));c.ui.dialog.overlay.resize();d._isOpen=false;if(d.options.modal){var e=0;c(".ui-dialog").each(function(){if(this!=d.uiDialog[0]){e=Math.max(e,c(this).css("z-index"))}});c.ui.dialog.maxZ=e}},isOpen:function(){return this._isOpen},moveToTop:function(f,e){if((this.options.modal&&!f)||(!this.options.stack&&!this.options.modal)){return this._trigger("focus",e)}if(this.options.zIndex>c.ui.dialog.maxZ){c.ui.dialog.maxZ=this.options.zIndex}(this.overlay&&this.overlay.$el.css("z-index",c.ui.dialog.overlay.maxZ=++c.ui.dialog.maxZ));var d={scrollTop:this.element.attr("scrollTop"),scrollLeft:this.element.attr("scrollLeft")};this.uiDialog.css("z-index",++c.ui.dialog.maxZ);this.element.attr(d);this._trigger("focus",e)},open:function(){if(this._isOpen){return}var e=this.options,d=this.uiDialog;this.overlay=e.modal?new c.ui.dialog.overlay(this):null;(d.next().length&&d.appendTo("body"));this._size();this._position(e.position);d.show(e.show);this.moveToTop(true);(e.modal&&d.bind("keypress.ui-dialog",function(h){if(h.keyCode!=c.ui.keyCode.TAB){return}var g=c(":tabbable",this),i=g.filter(":first")[0],f=g.filter(":last")[0];if(h.target==f&&!h.shiftKey){setTimeout(function(){i.focus()},1)}else{if(h.target==i&&h.shiftKey){setTimeout(function(){f.focus()},1)}}}));c([]).add(d.find(".ui-dialog-content :tabbable:first")).add(d.find(".ui-dialog-buttonpane :tabbable:first")).add(d).filter(":first").focus();this._trigger("open");this._isOpen=true},_createButtons:function(g){var f=this,d=false,e=c("
").addClass("ui-dialog-buttonpane ui-widget-content ui-helper-clearfix");this.uiDialog.find(".ui-dialog-buttonpane").remove();(typeof g=="object"&&g!==null&&c.each(g,function(){return !(d=true)}));if(d){c.each(g,function(h,i){c('').addClass("ui-state-default ui-corner-all").text(h).click(function(){i.apply(f.element[0],arguments)}).hover(function(){c(this).addClass("ui-state-hover")},function(){c(this).removeClass("ui-state-hover")}).focus(function(){c(this).addClass("ui-state-focus")}).blur(function(){c(this).removeClass("ui-state-focus")}).appendTo(e)});e.appendTo(this.uiDialog)}},_makeDraggable:function(){var d=this,f=this.options,e;this.uiDialog.draggable({cancel:".ui-dialog-content",handle:".ui-dialog-titlebar",containment:"document",start:function(){e=f.height;c(this).height(c(this).height()).addClass("ui-dialog-dragging");(f.dragStart&&f.dragStart.apply(d.element[0],arguments))},drag:function(){(f.drag&&f.drag.apply(d.element[0],arguments))},stop:function(){c(this).removeClass("ui-dialog-dragging").height(e);(f.dragStop&&f.dragStop.apply(d.element[0],arguments));c.ui.dialog.overlay.resize()}})},_makeResizable:function(g){g=(g===undefined?this.options.resizable:g);var d=this,f=this.options,e=typeof g=="string"?g:"n,e,s,w,se,sw,ne,nw";this.uiDialog.resizable({cancel:".ui-dialog-content",alsoResize:this.element,maxWidth:f.maxWidth,maxHeight:f.maxHeight,minWidth:f.minWidth,minHeight:f.minHeight,start:function(){c(this).addClass("ui-dialog-resizing");(f.resizeStart&&f.resizeStart.apply(d.element[0],arguments))},resize:function(){(f.resize&&f.resize.apply(d.element[0],arguments))},handles:e,stop:function(){c(this).removeClass("ui-dialog-resizing");f.height=c(this).height();f.width=c(this).width();(f.resizeStop&&f.resizeStop.apply(d.element[0],arguments));c.ui.dialog.overlay.resize()}}).find(".ui-resizable-se").addClass("ui-icon ui-icon-grip-diagonal-se")},_position:function(i){var e=c(window),f=c(document),g=f.scrollTop(),d=f.scrollLeft(),h=g;if(c.inArray(i,["center","top","right","bottom","left"])>=0){i=[i=="right"||i=="left"?i:"center",i=="top"||i=="bottom"?i:"middle"]}if(i.constructor!=Array){i=["center","middle"]}if(i[0].constructor==Number){d+=i[0]}else{switch(i[0]){case"left":d+=0;break;case"right":d+=e.width()-this.uiDialog.outerWidth();break;default:case"center":d+=(e.width()-this.uiDialog.outerWidth())/2}}if(i[1].constructor==Number){g+=i[1]}else{switch(i[1]){case"top":g+=0;break;case"bottom":g+=e.height()-this.uiDialog.outerHeight();break;default:case"middle":g+=(e.height()-this.uiDialog.outerHeight())/2}}g=Math.max(g,h);this.uiDialog.css({top:g,left:d})},_setData:function(e,f){(b[e]&&this.uiDialog.data(b[e],f));switch(e){case"buttons":this._createButtons(f);break;case"closeText":this.uiDialogTitlebarCloseText.text(f);break;case"dialogClass":this.uiDialog.removeClass(this.options.dialogClass).addClass(a+f);break;case"draggable":(f?this._makeDraggable():this.uiDialog.draggable("destroy"));break;case"height":this.uiDialog.height(f);break;case"position":this._position(f);break;case"resizable":var d=this.uiDialog,g=this.uiDialog.is(":data(resizable)");(g&&!f&&d.resizable("destroy"));(g&&typeof f=="string"&&d.resizable("option","handles",f));(g||this._makeResizable(f));break;case"title":c(".ui-dialog-title",this.uiDialogTitlebar).html(f||" ");break;case"width":this.uiDialog.width(f);break}c.widget.prototype._setData.apply(this,arguments)},_size:function(){var e=this.options;this.element.css({height:0,minHeight:0,width:"auto"});var d=this.uiDialog.css({height:"auto",width:e.width}).height();this.element.css({minHeight:Math.max(e.minHeight-d,0),height:e.height=="auto"?"auto":Math.max(e.height-d,0)})}});c.extend(c.ui.dialog,{version:"1.7.2",defaults:{autoOpen:true,bgiframe:false,buttons:{},closeOnEscape:true,closeText:"close",dialogClass:"",draggable:true,hide:null,height:"auto",maxHeight:false,maxWidth:false,minHeight:150,minWidth:150,modal:false,position:"center",resizable:true,show:null,stack:true,title:"",width:300,zIndex:1000},getter:"isOpen",uuid:0,maxZ:0,getTitleId:function(d){return"ui-dialog-title-"+(d.attr("id")||++this.uuid)},overlay:function(d){this.$el=c.ui.dialog.overlay.create(d)}});c.extend(c.ui.dialog.overlay,{instances:[],maxZ:0,events:c.map("focus,mousedown,mouseup,keydown,keypress,click".split(","),function(d){return d+".dialog-overlay"}).join(" "),create:function(e){if(this.instances.length===0){setTimeout(function(){if(c.ui.dialog.overlay.instances.length){c(document).bind(c.ui.dialog.overlay.events,function(f){var g=c(f.target).parents(".ui-dialog").css("zIndex")||0;return(g>c.ui.dialog.overlay.maxZ)})}},1);c(document).bind("keydown.dialog-overlay",function(f){(e.options.closeOnEscape&&f.keyCode&&f.keyCode==c.ui.keyCode.ESCAPE&&e.close(f))});c(window).bind("resize.dialog-overlay",c.ui.dialog.overlay.resize)}var d=c("
").appendTo(document.body).addClass("ui-widget-overlay").css({width:this.width(),height:this.height()});(e.options.bgiframe&&c.fn.bgiframe&&d.bgiframe());this.instances.push(d);return d},destroy:function(d){this.instances.splice(c.inArray(this.instances,d),1);if(this.instances.length===0){c([document,window]).unbind(".dialog-overlay")}d.remove();var e=0;c.each(this.instances,function(){e=Math.max(e,this.css("z-index"))});this.maxZ=e},height:function(){if(c.browser.msie&&c.browser.version<7){var e=Math.max(document.documentElement.scrollHeight,document.body.scrollHeight);var d=Math.max(document.documentElement.offsetHeight,document.body.offsetHeight);if(e
').appendTo(this.element);this._refreshValue()},destroy:function(){this.element.removeClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").removeAttr("role").removeAttr("aria-valuemin").removeAttr("aria-valuemax").removeAttr("aria-valuenow").removeData("progressbar").unbind(".progressbar");this.valueDiv.remove();a.widget.prototype.destroy.apply(this,arguments)},value:function(b){if(b===undefined){return this._value()}this._setData("value",b);return this},_setData:function(b,c){switch(b){case"value":this.options.value=c;this._refreshValue();this._trigger("change",null,{});break}a.widget.prototype._setData.apply(this,arguments)},_value:function(){var b=this.options.value;if(bthis._valueMax()){b=this._valueMax()}return b},_valueMin:function(){var b=0;return b},_valueMax:function(){var b=100;return b},_refreshValue:function(){var b=this.value();this.valueDiv[b==this._valueMax()?"addClass":"removeClass"]("ui-corner-right");this.valueDiv.width(b+"%");this.element.attr("aria-valuenow",b)}});a.extend(a.ui.progressbar,{version:"1.7.2",defaults:{value:0}})})(jQuery);(function(a){a.widget("ui.slider",a.extend({},a.ui.mouse,{_init:function(){var b=this,c=this.options;this._keySliding=false;this._handleIndex=null;this._detectOrientation();this._mouseInit();this.element.addClass("ui-slider ui-slider-"+this.orientation+" ui-widget ui-widget-content ui-corner-all");this.range=a([]);if(c.range){if(c.range===true){this.range=a("
");if(!c.values){c.values=[this._valueMin(),this._valueMin()]}if(c.values.length&&c.values.length!=2){c.values=[c.values[0],c.values[0]]}}else{this.range=a("
")}this.range.appendTo(this.element).addClass("ui-slider-range");if(c.range=="min"||c.range=="max"){this.range.addClass("ui-slider-range-"+c.range)}this.range.addClass("ui-widget-header")}if(a(".ui-slider-handle",this.element).length==0){a('
').appendTo(this.element).addClass("ui-slider-handle")}if(c.values&&c.values.length){while(a(".ui-slider-handle",this.element).length').appendTo(this.element).addClass("ui-slider-handle")}}this.handles=a(".ui-slider-handle",this.element).addClass("ui-state-default ui-corner-all");this.handle=this.handles.eq(0);this.handles.add(this.range).filter("a").click(function(d){d.preventDefault()}).hover(function(){if(!c.disabled){a(this).addClass("ui-state-hover")}},function(){a(this).removeClass("ui-state-hover")}).focus(function(){if(!c.disabled){a(".ui-slider .ui-state-focus").removeClass("ui-state-focus");a(this).addClass("ui-state-focus")}else{a(this).blur()}}).blur(function(){a(this).removeClass("ui-state-focus")});this.handles.each(function(d){a(this).data("index.ui-slider-handle",d)});this.handles.keydown(function(i){var f=true;var e=a(this).data("index.ui-slider-handle");if(b.options.disabled){return}switch(i.keyCode){case a.ui.keyCode.HOME:case a.ui.keyCode.END:case a.ui.keyCode.UP:case a.ui.keyCode.RIGHT:case a.ui.keyCode.DOWN:case a.ui.keyCode.LEFT:f=false;if(!b._keySliding){b._keySliding=true;a(this).addClass("ui-state-active");b._start(i,e)}break}var g,d,h=b._step();if(b.options.values&&b.options.values.length){g=d=b.values(e)}else{g=d=b.value()}switch(i.keyCode){case a.ui.keyCode.HOME:d=b._valueMin();break;case a.ui.keyCode.END:d=b._valueMax();break;case a.ui.keyCode.UP:case a.ui.keyCode.RIGHT:if(g==b._valueMax()){return}d=g+h;break;case a.ui.keyCode.DOWN:case a.ui.keyCode.LEFT:if(g==b._valueMin()){return}d=g-h;break}b._slide(i,e,d);return f}).keyup(function(e){var d=a(this).data("index.ui-slider-handle");if(b._keySliding){b._stop(e,d);b._change(e,d);b._keySliding=false;a(this).removeClass("ui-state-active")}});this._refreshValue()},destroy:function(){this.handles.remove();this.range.remove();this.element.removeClass("ui-slider ui-slider-horizontal ui-slider-vertical ui-slider-disabled ui-widget ui-widget-content ui-corner-all").removeData("slider").unbind(".slider");this._mouseDestroy()},_mouseCapture:function(d){var e=this.options;if(e.disabled){return false}this.elementSize={width:this.element.outerWidth(),height:this.element.outerHeight()};this.elementOffset=this.element.offset();var h={x:d.pageX,y:d.pageY};var j=this._normValueFromMouse(h);var c=this._valueMax()-this._valueMin()+1,f;var k=this,i;this.handles.each(function(l){var m=Math.abs(j-k.values(l));if(c>m){c=m;f=a(this);i=l}});if(e.range==true&&this.values(1)==e.min){f=a(this.handles[++i])}this._start(d,i);k._handleIndex=i;f.addClass("ui-state-active").focus();var g=f.offset();var b=!a(d.target).parents().andSelf().is(".ui-slider-handle");this._clickOffset=b?{left:0,top:0}:{left:d.pageX-g.left-(f.width()/2),top:d.pageY-g.top-(f.height()/2)-(parseInt(f.css("borderTopWidth"),10)||0)-(parseInt(f.css("borderBottomWidth"),10)||0)+(parseInt(f.css("marginTop"),10)||0)};j=this._normValueFromMouse(h);this._slide(d,i,j);return true},_mouseStart:function(b){return true},_mouseDrag:function(d){var b={x:d.pageX,y:d.pageY};var c=this._normValueFromMouse(b);this._slide(d,this._handleIndex,c);return false},_mouseStop:function(b){this.handles.removeClass("ui-state-active");this._stop(b,this._handleIndex);this._change(b,this._handleIndex);this._handleIndex=null;this._clickOffset=null;return false},_detectOrientation:function(){this.orientation=this.options.orientation=="vertical"?"vertical":"horizontal"},_normValueFromMouse:function(d){var c,h;if("horizontal"==this.orientation){c=this.elementSize.width;h=d.x-this.elementOffset.left-(this._clickOffset?this._clickOffset.left:0)}else{c=this.elementSize.height;h=d.y-this.elementOffset.top-(this._clickOffset?this._clickOffset.top:0)}var f=(h/c);if(f>1){f=1}if(f<0){f=0}if("vertical"==this.orientation){f=1-f}var e=this._valueMax()-this._valueMin(),i=f*e,b=i%this.options.step,g=this._valueMin()+i-b;if(b>(this.options.step/2)){g+=this.options.step}return parseFloat(g.toFixed(5))},_start:function(d,c){var b={handle:this.handles[c],value:this.value()};if(this.options.values&&this.options.values.length){b.value=this.values(c);b.values=this.values()}this._trigger("start",d,b)},_slide:function(f,e,d){var g=this.handles[e];if(this.options.values&&this.options.values.length){var b=this.values(e?0:1);if((this.options.values.length==2&&this.options.range===true)&&((e==0&&d>b)||(e==1&&d1){this.options.values[b]=e;this._refreshValue(c);if(!d){this._change(null,b)}}if(arguments.length){if(this.options.values&&this.options.values.length){return this._values(b)}else{return this.value()}}else{return this._values()}},_setData:function(b,d,c){a.widget.prototype._setData.apply(this,arguments);switch(b){case"disabled":if(d){this.handles.filter(".ui-state-focus").blur();this.handles.removeClass("ui-state-hover");this.handles.attr("disabled","disabled")}else{this.handles.removeAttr("disabled")}case"orientation":this._detectOrientation();this.element.removeClass("ui-slider-horizontal ui-slider-vertical").addClass("ui-slider-"+this.orientation);this._refreshValue(c);break;case"value":this._refreshValue(c);break}},_step:function(){var b=this.options.step;return b},_value:function(){var b=this.options.value;if(bthis._valueMax()){b=this._valueMax()}return b},_values:function(b){if(arguments.length){var c=this.options.values[b];if(cthis._valueMax()){c=this._valueMax()}return c}else{return this.options.values}},_valueMin:function(){var b=this.options.min;return b},_valueMax:function(){var b=this.options.max;return b},_refreshValue:function(c){var f=this.options.range,d=this.options,l=this;if(this.options.values&&this.options.values.length){var i,h;this.handles.each(function(p,n){var o=(l.values(p)-l._valueMin())/(l._valueMax()-l._valueMin())*100;var m={};m[l.orientation=="horizontal"?"left":"bottom"]=o+"%";a(this).stop(1,1)[c?"animate":"css"](m,d.animate);if(l.options.range===true){if(l.orientation=="horizontal"){(p==0)&&l.range.stop(1,1)[c?"animate":"css"]({left:o+"%"},d.animate);(p==1)&&l.range[c?"animate":"css"]({width:(o-lastValPercent)+"%"},{queue:false,duration:d.animate})}else{(p==0)&&l.range.stop(1,1)[c?"animate":"css"]({bottom:(o)+"%"},d.animate);(p==1)&&l.range[c?"animate":"css"]({height:(o-lastValPercent)+"%"},{queue:false,duration:d.animate})}}lastValPercent=o})}else{var j=this.value(),g=this._valueMin(),k=this._valueMax(),e=k!=g?(j-g)/(k-g)*100:0;var b={};b[l.orientation=="horizontal"?"left":"bottom"]=e+"%";this.handle.stop(1,1)[c?"animate":"css"](b,d.animate);(f=="min")&&(this.orientation=="horizontal")&&this.range.stop(1,1)[c?"animate":"css"]({width:e+"%"},d.animate);(f=="max")&&(this.orientation=="horizontal")&&this.range[c?"animate":"css"]({width:(100-e)+"%"},{queue:false,duration:d.animate});(f=="min")&&(this.orientation=="vertical")&&this.range.stop(1,1)[c?"animate":"css"]({height:e+"%"},d.animate);(f=="max")&&(this.orientation=="vertical")&&this.range[c?"animate":"css"]({height:(100-e)+"%"},{queue:false,duration:d.animate})}}}));a.extend(a.ui.slider,{getter:"value values",version:"1.7.2",eventPrefix:"slide",defaults:{animate:false,delay:0,distance:0,max:100,min:0,orientation:"horizontal",range:false,step:1,value:0,values:null}})})(jQuery);(function(a){a.widget("ui.tabs",{_init:function(){if(this.options.deselectable!==undefined){this.options.collapsible=this.options.deselectable}this._tabify(true)},_setData:function(b,c){if(b=="selected"){if(this.options.collapsible&&c==this.options.selected){return}this.select(c)}else{this.options[b]=c;if(b=="deselectable"){this.options.collapsible=c}this._tabify()}},_tabId:function(b){return b.title&&b.title.replace(/\s/g,"_").replace(/[^A-Za-z0-9\-_:\.]/g,"")||this.options.idPrefix+a.data(b)},_sanitizeSelector:function(b){return b.replace(/:/g,"\\:")},_cookie:function(){var b=this.cookie||(this.cookie=this.options.cookie.name||"ui-tabs-"+a.data(this.list[0]));return a.cookie.apply(null,[b].concat(a.makeArray(arguments)))},_ui:function(c,b){return{tab:c,panel:b,index:this.anchors.index(c)}},_cleanup:function(){this.lis.filter(".ui-state-processing").removeClass("ui-state-processing").find("span:data(label.tabs)").each(function(){var b=a(this);b.html(b.data("label.tabs")).removeData("label.tabs")})},_tabify:function(n){this.list=this.element.children("ul:first");this.lis=a("li:has(a[href])",this.list);this.anchors=this.lis.map(function(){return a("a",this)[0]});this.panels=a([]);var p=this,d=this.options;var c=/^#.+/;this.anchors.each(function(r,o){var q=a(o).attr("href");var s=q.split("#")[0],u;if(s&&(s===location.toString().split("#")[0]||(u=a("base")[0])&&s===u.href)){q=o.hash;o.href=q}if(c.test(q)){p.panels=p.panels.add(p._sanitizeSelector(q))}else{if(q!="#"){a.data(o,"href.tabs",q);a.data(o,"load.tabs",q.replace(/#.*$/,""));var w=p._tabId(o);o.href="#"+w;var v=a("#"+w);if(!v.length){v=a(d.panelTemplate).attr("id",w).addClass("ui-tabs-panel ui-widget-content ui-corner-bottom").insertAfter(p.panels[r-1]||p.list);v.data("destroy.tabs",true)}p.panels=p.panels.add(v)}else{d.disabled.push(r)}}});if(n){this.element.addClass("ui-tabs ui-widget ui-widget-content ui-corner-all");this.list.addClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.lis.addClass("ui-state-default ui-corner-top");this.panels.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom");if(d.selected===undefined){if(location.hash){this.anchors.each(function(q,o){if(o.hash==location.hash){d.selected=q;return false}})}if(typeof d.selected!="number"&&d.cookie){d.selected=parseInt(p._cookie(),10)}if(typeof d.selected!="number"&&this.lis.filter(".ui-tabs-selected").length){d.selected=this.lis.index(this.lis.filter(".ui-tabs-selected"))}d.selected=d.selected||0}else{if(d.selected===null){d.selected=-1}}d.selected=((d.selected>=0&&this.anchors[d.selected])||d.selected<0)?d.selected:0;d.disabled=a.unique(d.disabled.concat(a.map(this.lis.filter(".ui-state-disabled"),function(q,o){return p.lis.index(q)}))).sort();if(a.inArray(d.selected,d.disabled)!=-1){d.disabled.splice(a.inArray(d.selected,d.disabled),1)}this.panels.addClass("ui-tabs-hide");this.lis.removeClass("ui-tabs-selected ui-state-active");if(d.selected>=0&&this.anchors.length){this.panels.eq(d.selected).removeClass("ui-tabs-hide");this.lis.eq(d.selected).addClass("ui-tabs-selected ui-state-active");p.element.queue("tabs",function(){p._trigger("show",null,p._ui(p.anchors[d.selected],p.panels[d.selected]))});this.load(d.selected)}a(window).bind("unload",function(){p.lis.add(p.anchors).unbind(".tabs");p.lis=p.anchors=p.panels=null})}else{d.selected=this.lis.index(this.lis.filter(".ui-tabs-selected"))}this.element[d.collapsible?"addClass":"removeClass"]("ui-tabs-collapsible");if(d.cookie){this._cookie(d.selected,d.cookie)}for(var g=0,m;(m=this.lis[g]);g++){a(m)[a.inArray(g,d.disabled)!=-1&&!a(m).hasClass("ui-tabs-selected")?"addClass":"removeClass"]("ui-state-disabled")}if(d.cache===false){this.anchors.removeData("cache.tabs")}this.lis.add(this.anchors).unbind(".tabs");if(d.event!="mouseover"){var f=function(o,i){if(i.is(":not(.ui-state-disabled)")){i.addClass("ui-state-"+o)}};var j=function(o,i){i.removeClass("ui-state-"+o)};this.lis.bind("mouseover.tabs",function(){f("hover",a(this))});this.lis.bind("mouseout.tabs",function(){j("hover",a(this))});this.anchors.bind("focus.tabs",function(){f("focus",a(this).closest("li"))});this.anchors.bind("blur.tabs",function(){j("focus",a(this).closest("li"))})}var b,h;if(d.fx){if(a.isArray(d.fx)){b=d.fx[0];h=d.fx[1]}else{b=h=d.fx}}function e(i,o){i.css({display:""});if(a.browser.msie&&o.opacity){i[0].style.removeAttribute("filter")}}var k=h?function(i,o){a(i).closest("li").removeClass("ui-state-default").addClass("ui-tabs-selected ui-state-active");o.hide().removeClass("ui-tabs-hide").animate(h,h.duration||"normal",function(){e(o,h);p._trigger("show",null,p._ui(i,o[0]))})}:function(i,o){a(i).closest("li").removeClass("ui-state-default").addClass("ui-tabs-selected ui-state-active");o.removeClass("ui-tabs-hide");p._trigger("show",null,p._ui(i,o[0]))};var l=b?function(o,i){i.animate(b,b.duration||"normal",function(){p.lis.removeClass("ui-tabs-selected ui-state-active").addClass("ui-state-default");i.addClass("ui-tabs-hide");e(i,b);p.element.dequeue("tabs")})}:function(o,i,q){p.lis.removeClass("ui-tabs-selected ui-state-active").addClass("ui-state-default");i.addClass("ui-tabs-hide");p.element.dequeue("tabs")};this.anchors.bind(d.event+".tabs",function(){var o=this,r=a(this).closest("li"),i=p.panels.filter(":not(.ui-tabs-hide)"),q=a(p._sanitizeSelector(this.hash));if((r.hasClass("ui-tabs-selected")&&!d.collapsible)||r.hasClass("ui-state-disabled")||r.hasClass("ui-state-processing")||p._trigger("select",null,p._ui(this,q[0]))===false){this.blur();return false}d.selected=p.anchors.index(this);p.abort();if(d.collapsible){if(r.hasClass("ui-tabs-selected")){d.selected=-1;if(d.cookie){p._cookie(d.selected,d.cookie)}p.element.queue("tabs",function(){l(o,i)}).dequeue("tabs");this.blur();return false}else{if(!i.length){if(d.cookie){p._cookie(d.selected,d.cookie)}p.element.queue("tabs",function(){k(o,q)});p.load(p.anchors.index(this));this.blur();return false}}}if(d.cookie){p._cookie(d.selected,d.cookie)}if(q.length){if(i.length){p.element.queue("tabs",function(){l(o,i)})}p.element.queue("tabs",function(){k(o,q)});p.load(p.anchors.index(this))}else{throw"jQuery UI Tabs: Mismatching fragment identifier."}if(a.browser.msie){this.blur()}});this.anchors.bind("click.tabs",function(){return false})},destroy:function(){var b=this.options;this.abort();this.element.unbind(".tabs").removeClass("ui-tabs ui-widget ui-widget-content ui-corner-all ui-tabs-collapsible").removeData("tabs");this.list.removeClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.anchors.each(function(){var c=a.data(this,"href.tabs");if(c){this.href=c}var d=a(this).unbind(".tabs");a.each(["href","load","cache"],function(e,f){d.removeData(f+".tabs")})});this.lis.unbind(".tabs").add(this.panels).each(function(){if(a.data(this,"destroy.tabs")){a(this).remove()}else{a(this).removeClass(["ui-state-default","ui-corner-top","ui-tabs-selected","ui-state-active","ui-state-hover","ui-state-focus","ui-state-disabled","ui-tabs-panel","ui-widget-content","ui-corner-bottom","ui-tabs-hide"].join(" "))}});if(b.cookie){this._cookie(null,b.cookie)}},add:function(e,d,c){if(c===undefined){c=this.anchors.length}var b=this,g=this.options,i=a(g.tabTemplate.replace(/#\{href\}/g,e).replace(/#\{label\}/g,d)),h=!e.indexOf("#")?e.replace("#",""):this._tabId(a("a",i)[0]);i.addClass("ui-state-default ui-corner-top").data("destroy.tabs",true);var f=a("#"+h);if(!f.length){f=a(g.panelTemplate).attr("id",h).data("destroy.tabs",true)}f.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide");if(c>=this.lis.length){i.appendTo(this.list);f.appendTo(this.list[0].parentNode)}else{i.insertBefore(this.lis[c]);f.insertBefore(this.panels[c])}g.disabled=a.map(g.disabled,function(k,j){return k>=c?++k:k});this._tabify();if(this.anchors.length==1){i.addClass("ui-tabs-selected ui-state-active");f.removeClass("ui-tabs-hide");this.element.queue("tabs",function(){b._trigger("show",null,b._ui(b.anchors[0],b.panels[0]))});this.load(0)}this._trigger("add",null,this._ui(this.anchors[c],this.panels[c]))},remove:function(b){var d=this.options,e=this.lis.eq(b).remove(),c=this.panels.eq(b).remove();if(e.hasClass("ui-tabs-selected")&&this.anchors.length>1){this.select(b+(b+1=b?--g:g});this._tabify();this._trigger("remove",null,this._ui(e.find("a")[0],c[0]))},enable:function(b){var c=this.options;if(a.inArray(b,c.disabled)==-1){return}this.lis.eq(b).removeClass("ui-state-disabled");c.disabled=a.grep(c.disabled,function(e,d){return e!=b});this._trigger("enable",null,this._ui(this.anchors[b],this.panels[b]))},disable:function(c){var b=this,d=this.options;if(c!=d.selected){this.lis.eq(c).addClass("ui-state-disabled");d.disabled.push(c);d.disabled.sort();this._trigger("disable",null,this._ui(this.anchors[c],this.panels[c]))}},select:function(b){if(typeof b=="string"){b=this.anchors.index(this.anchors.filter("[href$="+b+"]"))}else{if(b===null){b=-1}}if(b==-1&&this.options.collapsible){b=this.options.selected}this.anchors.eq(b).trigger(this.options.event+".tabs")},load:function(e){var c=this,g=this.options,b=this.anchors.eq(e)[0],d=a.data(b,"load.tabs");this.abort();if(!d||this.element.queue("tabs").length!==0&&a.data(b,"cache.tabs")){this.element.dequeue("tabs");return}this.lis.eq(e).addClass("ui-state-processing");if(g.spinner){var f=a("span",b);f.data("label.tabs",f.html()).html(g.spinner)}this.xhr=a.ajax(a.extend({},g.ajaxOptions,{url:d,success:function(i,h){a(c._sanitizeSelector(b.hash)).html(i);c._cleanup();if(g.cache){a.data(b,"cache.tabs",true)}c._trigger("load",null,c._ui(c.anchors[e],c.panels[e]));try{g.ajaxOptions.success(i,h)}catch(j){}c.element.dequeue("tabs")}}))},abort:function(){this.element.queue([]);this.panels.stop(false,true);if(this.xhr){this.xhr.abort();delete this.xhr}this._cleanup()},url:function(c,b){this.anchors.eq(c).removeData("cache.tabs").data("load.tabs",b)},length:function(){return this.anchors.length}});a.extend(a.ui.tabs,{version:"1.7.2",getter:"length",defaults:{ajaxOptions:null,cache:false,cookie:null,collapsible:false,disabled:[],event:"click",fx:null,idPrefix:"ui-tabs-",panelTemplate:"
",spinner:"Loading…",tabTemplate:'
  • #{label}
  • '}});a.extend(a.ui.tabs.prototype,{rotation:null,rotate:function(d,f){var b=this,g=this.options;var c=b._rotate||(b._rotate=function(h){clearTimeout(b.rotation);b.rotation=setTimeout(function(){var i=g.selected;b.select(++i= (c.totalPages-1)) { - c.page = (c.totalPages-1); - } - moveToPage(table); - } - - function moveToPrevPage(table) { - var c = table.config; - c.page--; - if(c.page <= 0) { - c.page = 0; - } - moveToPage(table); - } - - - function moveToPage(table) { - var c = table.config; - if(c.page < 0 || c.page > (c.totalPages-1)) { - c.page = 0; - } - - renderTable(table,c.rowsCopy); - } - - function renderTable(table,rows) { - - var c = table.config; - var l = rows.length; - var s = (c.page * c.size); - var e = (s + c.size); - if(e > rows.length ) { - e = rows.length; - } - - - var tableBody = $(table.tBodies[0]); - - // clear the table body - - $.tablesorter.clearTableBody(table); - - for(var i = s; i < e; i++) { - - //tableBody.append(rows[i]); - - var o = rows[i]; - var l = o.length; - for(var j=0; j < l; j++) { - - tableBody[0].appendChild(o[j]); - - } - } - - fixPosition(table,tableBody); - - $(table).trigger("applyWidgets"); - - if( c.page >= c.totalPages ) { - moveToLastPage(table); - } - - updatePageDisplay(c); - } - - this.appender = function(table,rows) { - - var c = table.config; - - c.rowsCopy = rows; - c.totalRows = rows.length; - c.totalPages = Math.ceil(c.totalRows / c.size); - - renderTable(table,rows); - }; - - this.defaults = { - size: 10, - offset: 0, - page: 0, - totalRows: 0, - totalPages: 0, - container: null, - cssNext: '.next', - cssPrev: '.prev', - cssFirst: '.first', - cssLast: '.last', - cssPageDisplay: '.pagedisplay', - cssPageSize: '.pagesize', - seperator: "/", - positionFixed: true, - appender: this.appender - }; - - this.construct = function(settings) { - - return this.each(function() { - - config = $.extend(this.config, $.tablesorterPager.defaults, settings); - - var table = this, pager = config.container; - - $(this).trigger("appendCache"); - - config.size = parseInt($(".pagesize",pager).val()); - - $(config.cssFirst,pager).click(function() { - moveToFirstPage(table); - return false; - }); - $(config.cssNext,pager).click(function() { - moveToNextPage(table); - return false; - }); - $(config.cssPrev,pager).click(function() { - moveToPrevPage(table); - return false; - }); - $(config.cssLast,pager).click(function() { - moveToLastPage(table); - return false; - }); - $(config.cssPageSize,pager).change(function() { - setPageSize(table,parseInt($(this).val())); - return false; - }); - }); - }; - - } - }); - // extend plugin scope - $.fn.extend({ - tablesorterPager: $.tablesorterPager.construct - }); - -})(jQuery); \ No newline at end of file diff --git a/js/tablesorter/build.xml b/js/tablesorter/build.xml deleted file mode 100644 index 06545bbf..00000000 --- a/js/tablesorter/build.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/js/tablesorter/build/ParseMaster.js b/js/tablesorter/build/ParseMaster.js deleted file mode 100644 index 915a8b5d..00000000 --- a/js/tablesorter/build/ParseMaster.js +++ /dev/null @@ -1,106 +0,0 @@ -/* - ParseMaster, version 1.0.2 (2005-08-19) - Copyright 2005, Dean Edwards - License: http://creativecommons.org/licenses/LGPL/2.1/ -*/ - -/* a multi-pattern parser */ - -// KNOWN BUG: erroneous behavior when using escapeChar with a replacement value that is a function - -function ParseMaster() { - // constants - var $EXPRESSION = 0, $REPLACEMENT = 1, $LENGTH = 2; - // used to determine nesting levels - var $GROUPS = /\(/g, $SUB_REPLACE = /\$\d/, $INDEXED = /^\$\d+$/, - $TRIM = /(['"])\1\+(.*)\+\1\1$/, $$ESCAPE = /\\./g, $QUOTE = /'/, - $$DELETED = /\x01[^\x01]*\x01/g; - var self = this; - // public - this.add = function($expression, $replacement) { - if (!$replacement) $replacement = ""; - // count the number of sub-expressions - // - add one because each pattern is itself a sub-expression - var $length = (_internalEscape(String($expression)).match($GROUPS) || "").length + 1; - // does the pattern deal with sub-expressions? - if ($SUB_REPLACE.test($replacement)) { - // a simple lookup? (e.g. "$2") - if ($INDEXED.test($replacement)) { - // store the index (used for fast retrieval of matched strings) - $replacement = parseInt($replacement.slice(1)) - 1; - } else { // a complicated lookup (e.g. "Hello $2 $1") - // build a function to do the lookup - var i = $length; - var $quote = $QUOTE.test(_internalEscape($replacement)) ? '"' : "'"; - while (i) $replacement = $replacement.split("$" + i--).join($quote + "+a[o+" + i + "]+" + $quote); - $replacement = new Function("a,o", "return" + $quote + $replacement.replace($TRIM, "$1") + $quote); - } - } - // pass the modified arguments - _add($expression || "/^$/", $replacement, $length); - }; - // execute the global replacement - this.exec = function($string) { - _escaped.length = 0; - return _unescape(_escape($string, this.escapeChar).replace( - new RegExp(_patterns, this.ignoreCase ? "gi" : "g"), _replacement), this.escapeChar).replace($$DELETED, ""); - }; - // clear the patterns collection so that this object may be re-used - this.reset = function() { - _patterns.length = 0; - }; - - // private - var _escaped = []; // escaped characters - var _patterns = []; // patterns stored by index - var _toString = function(){return "(" + String(this[$EXPRESSION]).slice(1, -1) + ")"}; - _patterns.toString = function(){return this.join("|")}; - // create and add a new pattern to the patterns collection - function _add() { - arguments.toString = _toString; - // store the pattern - as an arguments object (i think this is quicker..?) - _patterns[_patterns.length] = arguments; - } - // this is the global replace function (it's quite complicated) - function _replacement() { - if (!arguments[0]) return ""; - var i = 1, j = 0, $pattern; - // loop through the patterns - while ($pattern = _patterns[j++]) { - // do we have a result? - if (arguments[i]) { - var $replacement = $pattern[$REPLACEMENT]; - switch (typeof $replacement) { - case "function": return $replacement(arguments, i); - case "number": return arguments[$replacement + i]; - } - var $delete = (arguments[i].indexOf(self.escapeChar) == -1) ? "" : - "\x01" + arguments[i] + "\x01"; - return $delete + $replacement; - // skip over references to sub-expressions - } else i += $pattern[$LENGTH]; - } - }; - // encode escaped characters - function _escape($string, $escapeChar) { - return $escapeChar ? $string.replace(new RegExp("\\" + $escapeChar + "(.)", "g"), function($match, $char) { - _escaped[_escaped.length] = $char; - return $escapeChar; - }) : $string; - }; - // decode escaped characters - function _unescape($string, $escapeChar) { - var i = 0; - return $escapeChar ? $string.replace(new RegExp("\\" + $escapeChar, "g"), function() { - return $escapeChar + (_escaped[i++] || ""); - }) : $string; - }; - function _internalEscape($string) { - return $string.replace($$ESCAPE, ""); - }; -}; -ParseMaster.prototype = { - constructor: ParseMaster, - ignoreCase: false, - escapeChar: "" -}; diff --git a/js/tablesorter/build/js.jar b/js/tablesorter/build/js.jar deleted file mode 100644 index 194e5923..00000000 Binary files a/js/tablesorter/build/js.jar and /dev/null differ diff --git a/js/tablesorter/build/jsmin.js b/js/tablesorter/build/jsmin.js deleted file mode 100644 index 1ef29cf1..00000000 --- a/js/tablesorter/build/jsmin.js +++ /dev/null @@ -1,316 +0,0 @@ -/* jsmin.js - 2006-08-31 -Author: Franck Marcia -This work is an adaptation of jsminc.c published by Douglas Crockford. -Permission is hereby granted to use the Javascript version under the same -conditions as the jsmin.c on which it is based. - -jsmin.c -2006-05-04 - -Copyright (c) 2002 Douglas Crockford (www.crockford.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies -of the Software, and to permit persons to whom the Software is furnished to do -so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -The Software shall be used for Good, not Evil. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - -Update: - add level: - 1: minimal, keep linefeeds if single - 2: normal, the standard algorithm - 3: agressive, remove any linefeed and doesn't take care of potential - missing semicolons (can be regressive) - store stats - jsmin.oldSize - jsmin.newSize -*/ - -String.prototype.has = function(c) { - return this.indexOf(c) > -1; -}; - -function jsmin(comment, input, level) { - - if (input === undefined) { - input = comment; - comment = ''; - level = 2; - } else if (level === undefined || level < 1 || level > 3) { - level = 2; - } - - if (comment.length > 0) { - comment += '\n'; - } - - var a = '', - b = '', - EOF = -1, - LETTERS = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz', - DIGITS = '0123456789', - ALNUM = LETTERS + DIGITS + '_$\\', - theLookahead = EOF; - - - /* isAlphanum -- return true if the character is a letter, digit, underscore, - dollar sign, or non-ASCII character. - */ - - function isAlphanum(c) { - return c != EOF && (ALNUM.has(c) || c.charCodeAt(0) > 126); - } - - - /* get -- return the next character. Watch out for lookahead. If the - character is a control character, translate it to a space or - linefeed. - */ - - function get() { - - var c = theLookahead; - if (get.i == get.l) { - return EOF; - } - theLookahead = EOF; - if (c == EOF) { - c = input.charAt(get.i); - ++get.i; - } - if (c >= ' ' || c == '\n') { - return c; - } - if (c == '\r') { - return '\n'; - } - return ' '; - } - - get.i = 0; - get.l = input.length; - - - /* peek -- get the next character without getting it. - */ - - function peek() { - theLookahead = get(); - return theLookahead; - } - - - /* next -- get the next character, excluding comments. peek() is used to see - if a '/' is followed by a '/' or '*'. - */ - - function next() { - - var c = get(); - if (c == '/') { - switch (peek()) { - case '/': - for (;;) { - c = get(); - if (c <= '\n') { - return c; - } - } - break; - case '*': - get(); - for (;;) { - switch (get()) { - case '*': - if (peek() == '/') { - get(); - return ' '; - } - break; - case EOF: - throw 'Error: Unterminated comment.'; - } - } - break; - default: - return c; - } - } - return c; - } - - - /* action -- do something! What you do is determined by the argument: - 1 Output A. Copy B to A. Get the next B. - 2 Copy B to A. Get the next B. (Delete A). - 3 Get the next B. (Delete B). - action treats a string as a single character. Wow! - action recognizes a regular expression if it is preceded by ( or , or =. - */ - - function action(d) { - - var r = []; - - if (d == 1) { - r.push(a); - } - - if (d < 3) { - a = b; - if (a == '\'' || a == '"') { - for (;;) { - r.push(a); - a = get(); - if (a == b) { - break; - } - if (a <= '\n') { - throw 'Error: unterminated string literal: ' + a; - } - if (a == '\\') { - r.push(a); - a = get(); - } - } - } - } - - b = next(); - - if (b == '/' && '(,=:[!&|'.has(a)) { - r.push(a); - r.push(b); - for (;;) { - a = get(); - if (a == '/') { - break; - } else if (a =='\\') { - r.push(a); - a = get(); - } else if (a <= '\n') { - throw 'Error: unterminated Regular Expression literal'; - } - r.push(a); - } - b = next(); - } - - return r.join(''); - } - - - /* m -- Copy the input to the output, deleting the characters which are - insignificant to JavaScript. Comments will be removed. Tabs will be - replaced with spaces. Carriage returns will be replaced with - linefeeds. - Most spaces and linefeeds will be removed. - */ - - function m() { - - var r = []; - a = '\n'; - - r.push(action(3)); - - while (a != EOF) { - switch (a) { - case ' ': - if (isAlphanum(b)) { - r.push(action(1)); - } else { - r.push(action(2)); - } - break; - case '\n': - switch (b) { - case '{': - case '[': - case '(': - case '+': - case '-': - r.push(action(1)); - break; - case ' ': - r.push(action(3)); - break; - default: - if (isAlphanum(b)) { - r.push(action(1)); - } else { - if (level == 1 && b != '\n') { - r.push(action(1)); - } else { - r.push(action(2)); - } - } - } - break; - default: - switch (b) { - case ' ': - if (isAlphanum(a)) { - r.push(action(1)); - break; - } - r.push(action(3)); - break; - case '\n': - if (level == 1 && a != '\n') { - r.push(action(1)); - } else { - switch (a) { - case '}': - case ']': - case ')': - case '+': - case '-': - case '"': - case '\'': - if (level == 3) { - r.push(action(3)); - } else { - r.push(action(1)); - } - break; - default: - if (isAlphanum(a)) { - r.push(action(1)); - } else { - r.push(action(3)); - } - } - } - break; - default: - r.push(action(1)); - break; - } - } - } - - return r.join(''); - } - - jsmin.oldSize = input.length; - ret = m(input); - jsmin.newSize = ret.length; - - return comment + ret; - -} diff --git a/js/tablesorter/build/min.js b/js/tablesorter/build/min.js deleted file mode 100644 index da11096f..00000000 --- a/js/tablesorter/build/min.js +++ /dev/null @@ -1,5 +0,0 @@ -load("build/jsmin.js", "build/writeFile.js"); - -var f = jsmin('', readFile(arguments[0]), 3); - -writeFile( arguments[1], f ); diff --git a/js/tablesorter/build/pack.js b/js/tablesorter/build/pack.js deleted file mode 100644 index 13557039..00000000 --- a/js/tablesorter/build/pack.js +++ /dev/null @@ -1,5 +0,0 @@ -load("build/ParseMaster.js", "build/packer.js", "build/writeFile.js"); - -var out = readFile( arguments[0] ); - -writeFile( arguments[1], pack( out, 62, true, false ) ); diff --git a/js/tablesorter/build/packer.js b/js/tablesorter/build/packer.js deleted file mode 100644 index 56bfdd1a..00000000 --- a/js/tablesorter/build/packer.js +++ /dev/null @@ -1,316 +0,0 @@ -/* - packer, version 2.0.2 (2005-08-19) - Copyright 2004-2005, Dean Edwards - License: http://creativecommons.org/licenses/LGPL/2.1/ -*/ - -function pack(_script, _encoding, _fastDecode, _specialChars) { - // constants - var $IGNORE = "$1"; - - // validate parameters - _script += "\n"; - _encoding = Math.min(parseInt(_encoding), 95); - - // apply all parsing routines - function _pack($script) { - var i, $parse; - for (i = 0; ($parse = _parsers[i]); i++) { - $script = $parse($script); - } - return $script; - }; - - // unpacking function - this is the boot strap function - // data extracted from this packing routine is passed to - // this function when decoded in the target - var _unpack = function($packed, $ascii, $count, $keywords, $encode, $decode) { - while ($count--) - if ($keywords[$count]) - $packed = $packed.replace(new RegExp('\\b' + $encode($count) + '\\b', 'g'), $keywords[$count]); - return $packed; - }; - - // code-snippet inserted into the unpacker to speed up decoding - var _decode = function() { - // does the browser support String.replace where the - // replacement value is a function? - if (!''.replace(/^/, String)) { - // decode all the values we need - while ($count--) $decode[$encode($count)] = $keywords[$count] || $encode($count); - // global replacement function - $keywords = [function($encoded){return $decode[$encoded]}]; - // generic match - $encode = function(){return'\\w+'}; - // reset the loop counter - we are now doing a global replace - $count = 1; - } - }; - - // keep a list of parsing functions, they'll be executed all at once - var _parsers = []; - function _addParser($parser) { - _parsers[_parsers.length] = $parser; - }; - - // zero encoding - just removal of white space and comments - function _basicCompression($script) { - var $parser = new ParseMaster; - // make safe - $parser.escapeChar = "\\"; - // protect strings - $parser.add(/'[^'\n\r]*'/, $IGNORE); - $parser.add(/"[^"\n\r]*"/, $IGNORE); - // remove comments - $parser.add(/\/\/[^\n\r]*[\n\r]/, " "); - $parser.add(/\/\*[^*]*\*+([^\/][^*]*\*+)*\//, " "); - // protect regular expressions - $parser.add(/\s+(\/[^\/\n\r\*][^\/\n\r]*\/g?i?)/, "$2"); // IGNORE - $parser.add(/[^\w\x24\/'"*)\?:]\/[^\/\n\r\*][^\/\n\r]*\/g?i?/, $IGNORE); - // remove: ;;; doSomething(); - if (_specialChars) $parser.add(/;;;[^\n\r]+[\n\r]/); - // remove redundant semi-colons - $parser.add(/\(;;\)/, $IGNORE); // protect for (;;) loops - $parser.add(/;+\s*([};])/, "$2"); - // apply the above - $script = $parser.exec($script); - - // remove white-space - $parser.add(/(\b|\x24)\s+(\b|\x24)/, "$2 $3"); - $parser.add(/([+\-])\s+([+\-])/, "$2 $3"); - $parser.add(/\s+/, ""); - // done - return $parser.exec($script); - }; - - function _encodeSpecialChars($script) { - var $parser = new ParseMaster; - // replace: $name -> n, $$name -> na - $parser.add(/((\x24+)([a-zA-Z$_]+))(\d*)/, function($match, $offset) { - var $length = $match[$offset + 2].length; - var $start = $length - Math.max($length - $match[$offset + 3].length, 0); - return $match[$offset + 1].substr($start, $length) + $match[$offset + 4]; - }); - // replace: _name -> _0, double-underscore (__name) is ignored - var $regexp = /\b_[A-Za-z\d]\w*/; - // build the word list - var $keywords = _analyze($script, _globalize($regexp), _encodePrivate); - // quick ref - var $encoded = $keywords.$encoded; - $parser.add($regexp, function($match, $offset) { - return $encoded[$match[$offset]]; - }); - return $parser.exec($script); - }; - - function _encodeKeywords($script) { - // escape high-ascii values already in the script (i.e. in strings) - if (_encoding > 62) $script = _escape95($script); - // create the parser - var $parser = new ParseMaster; - var $encode = _getEncoder(_encoding); - // for high-ascii, don't encode single character low-ascii - var $regexp = (_encoding > 62) ? /\w\w+/ : /\w+/; - // build the word list - $keywords = _analyze($script, _globalize($regexp), $encode); - var $encoded = $keywords.$encoded; - // encode - $parser.add($regexp, function($match, $offset) { - return $encoded[$match[$offset]]; - }); - // if encoded, wrap the script in a decoding function - return $script && _bootStrap($parser.exec($script), $keywords); - }; - - function _analyze($script, $regexp, $encode) { - // analyse - // retreive all words in the script - var $all = $script.match($regexp); - var $$sorted = []; // list of words sorted by frequency - var $$encoded = {}; // dictionary of word->encoding - var $$protected = {}; // instances of "protected" words - if ($all) { - var $unsorted = []; // same list, not sorted - var $protected = {}; // "protected" words (dictionary of word->"word") - var $values = {}; // dictionary of charCode->encoding (eg. 256->ff) - var $count = {}; // word->count - var i = $all.length, j = 0, $word; - // count the occurrences - used for sorting later - do { - $word = "$" + $all[--i]; - if (!$count[$word]) { - $count[$word] = 0; - $unsorted[j] = $word; - // make a dictionary of all of the protected words in this script - // these are words that might be mistaken for encoding - $protected["$" + ($values[j] = $encode(j))] = j++; - } - // increment the word counter - $count[$word]++; - } while (i); - // prepare to sort the word list, first we must protect - // words that are also used as codes. we assign them a code - // equivalent to the word itself. - // e.g. if "do" falls within our encoding range - // then we store keywords["do"] = "do"; - // this avoids problems when decoding - i = $unsorted.length; - do { - $word = $unsorted[--i]; - if ($protected[$word] != null) { - $$sorted[$protected[$word]] = $word.slice(1); - $$protected[$protected[$word]] = true; - $count[$word] = 0; - } - } while (i); - // sort the words by frequency - $unsorted.sort(function($match1, $match2) { - return $count[$match2] - $count[$match1]; - }); - j = 0; - // because there are "protected" words in the list - // we must add the sorted words around them - do { - if ($$sorted[i] == null) $$sorted[i] = $unsorted[j++].slice(1); - $$encoded[$$sorted[i]] = $values[i]; - } while (++i < $unsorted.length); - } - return {$sorted: $$sorted, $encoded: $$encoded, $protected: $$protected}; - }; - - // build the boot function used for loading and decoding - function _bootStrap($packed, $keywords) { - var $ENCODE = _safeRegExp("$encode\\($count\\)", "g"); - - // $packed: the packed script - $packed = "'" + _escape($packed) + "'"; - - // $ascii: base for encoding - var $ascii = Math.min($keywords.$sorted.length, _encoding) || 1; - - // $count: number of words contained in the script - var $count = $keywords.$sorted.length; - - // $keywords: list of words contained in the script - for (var i in $keywords.$protected) $keywords.$sorted[i] = ""; - // convert from a string to an array - $keywords = "'" + $keywords.$sorted.join("|") + "'.split('|')"; - - // $encode: encoding function (used for decoding the script) - var $encode = _encoding > 62 ? _encode95 : _getEncoder($ascii); - $encode = String($encode).replace(/_encoding/g, "$ascii").replace(/arguments\.callee/g, "$encode"); - var $inline = "$count" + ($ascii > 10 ? ".toString($ascii)" : ""); - - // $decode: code snippet to speed up decoding - if (_fastDecode) { - // create the decoder - var $decode = _getFunctionBody(_decode); - if (_encoding > 62) $decode = $decode.replace(/\\\\w/g, "[\\xa1-\\xff]"); - // perform the encoding inline for lower ascii values - else if ($ascii < 36) $decode = $decode.replace($ENCODE, $inline); - // special case: when $count==0 there are no keywords. I want to keep - // the basic shape of the unpacking funcion so i'll frig the code... - if (!$count) $decode = $decode.replace(_safeRegExp("($count)\\s*=\\s*1"), "$1=0"); - } - - // boot function - var $unpack = String(_unpack); - if (_fastDecode) { - // insert the decoder - $unpack = $unpack.replace(/\{/, "{" + $decode + ";"); - } - $unpack = $unpack.replace(/"/g, "'"); - if (_encoding > 62) { // high-ascii - // get rid of the word-boundaries for regexp matches - $unpack = $unpack.replace(/'\\\\b'\s*\+|\+\s*'\\\\b'/g, ""); - } - if ($ascii > 36 || _encoding > 62 || _fastDecode) { - // insert the encode function - $unpack = $unpack.replace(/\{/, "{$encode=" + $encode + ";"); - } else { - // perform the encoding inline - $unpack = $unpack.replace($ENCODE, $inline); - } - // pack the boot function too - $unpack = pack($unpack, 0, false, true); - - // arguments - var $params = [$packed, $ascii, $count, $keywords]; - if (_fastDecode) { - // insert placeholders for the decoder - $params = $params.concat(0, "{}"); - } - - // the whole thing - return "eval(" + $unpack + "(" + $params + "))\n"; - }; - - // mmm.. ..which one do i need ?? - function _getEncoder($ascii) { - return $ascii > 10 ? $ascii > 36 ? $ascii > 62 ? _encode95 : _encode62 : _encode36 : _encode10; - }; - - // zero encoding - // characters: 0123456789 - var _encode10 = function($charCode) { - return $charCode; - }; - - // inherent base36 support - // characters: 0123456789abcdefghijklmnopqrstuvwxyz - var _encode36 = function($charCode) { - return $charCode.toString(36); - }; - - // hitch a ride on base36 and add the upper case alpha characters - // characters: 0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ - var _encode62 = function($charCode) { - return ($charCode < _encoding ? '' : arguments.callee(parseInt($charCode / _encoding))) + - (($charCode = $charCode % _encoding) > 35 ? String.fromCharCode($charCode + 29) : $charCode.toString(36)); - }; - - // use high-ascii values - var _encode95 = function($charCode) { - return ($charCode < _encoding ? '' : arguments.callee($charCode / _encoding)) + - String.fromCharCode($charCode % _encoding + 161); - }; - - // special _chars - var _encodePrivate = function($charCode) { - return "_" + $charCode; - }; - - // protect characters used by the parser - function _escape($script) { - return $script.replace(/([\\'])/g, "\\$1"); - }; - - // protect high-ascii characters already in the script - function _escape95($script) { - return $script.replace(/[\xa1-\xff]/g, function($match) { - return "\\x" + $match.charCodeAt(0).toString(16); - }); - }; - - function _safeRegExp($string, $flags) { - return new RegExp($string.replace(/\$/g, "\\$"), $flags); - }; - - // extract the body of a function - function _getFunctionBody($function) { - with (String($function)) return slice(indexOf("{") + 1, lastIndexOf("}")); - }; - - // set the global flag on a RegExp (you have to create a new one) - function _globalize($regexp) { - return new RegExp(String($regexp).slice(1, -1), "g"); - }; - - // build the parsing routine - _addParser(_basicCompression); - if (_specialChars) _addParser(_encodeSpecialChars); - if (_encoding) _addParser(_encodeKeywords); - - // go! - return _pack(_script); -}; diff --git a/js/tablesorter/build/writeFile.js b/js/tablesorter/build/writeFile.js deleted file mode 100644 index 43b1eb24..00000000 --- a/js/tablesorter/build/writeFile.js +++ /dev/null @@ -1,19 +0,0 @@ -importPackage(java.io); - -function writeFile( file, stream ) { - var buffer = new PrintWriter( new FileWriter( file ) ); - buffer.print( stream ); - buffer.close(); -} - -function read( file ) { - var jq = new File(file); - var reader = new BufferedReader(new FileReader(jq)); - var line = null; - var buffer = new java.lang.StringBuffer(jq.length()); - while( (line = reader.readLine()) != null) { - buffer.append(line); - buffer.append("\n"); - } - return buffer.toString(); -} \ No newline at end of file diff --git a/js/tablesorter/changelog b/js/tablesorter/changelog deleted file mode 100644 index f6a525fd..00000000 --- a/js/tablesorter/changelog +++ /dev/null @@ -1,41 +0,0 @@ -tablesorter changelog -====================== -http://tablesorter.com - -Changes in version 2.0.3 (2008-03-17) -------------------------------------- - -Bug fixes -* Missing semicolon, broke the minified version - - -Changes in version 2.0.2 (2008-03-14) -------------------------------------- - -General -* Added support for the new metadata plugin -* Added support for jQuery 1.2.3 -* Added support for decimal numbers and negative and positive digits -* Updated documenation and website with new examples -* Removed packed version. - -Bug fixes -* Sort force (Thanks to David Lynch) - - -Changes in version 2.0.1 (2007-09-17) -------------------------------------- - -General -* Removed the need for Dimensions plugin when using the pagnation plugin thanks to offset being included in the jQuery 1.2 core. -* Added support for jQuery 1.2 -* Added new Minified version of tablesorter -* Updated documenation and website with new examples - -Bug fixes -* If row values are identical the original order is kept (Thanks to David hull) -* If thead includes a table $('tbody:first', table) breaks (Thanks to David Hull) - -Speed improvements: -* appendToTable, setting innerHTML to "" before appending new content to table body. -* zebra widget. (Thanks to James Dempster) \ No newline at end of file diff --git a/js/tablesorter/docs/assets/ajax-content.html b/js/tablesorter/docs/assets/ajax-content.html deleted file mode 100644 index 0d10cfbc..00000000 --- a/js/tablesorter/docs/assets/ajax-content.html +++ /dev/null @@ -1,43 +0,0 @@ - - Peter - Parker - 28 - $9.99 - 20% - - Jul 6, 2006 8:14 AM - - - John - Hood - 33 - $19.99 - 25% - - Dec 10, 2002 5:14 AM - - - Clark - Kent - 18 - $15.89 - 44% - Jan 12, 2003 11:14 AM - - - Bruce - Almighty - 45 - $153.19 - 44% - - Jan 18, 2001 9:12 AM - - - Bruce - Evans - 22 - $13.19 - 11% - Jan 18, 2007 9:12 AM - \ No newline at end of file diff --git a/js/tablesorter/docs/css/jq.css b/js/tablesorter/docs/css/jq.css deleted file mode 100644 index 3f6e34e4..00000000 --- a/js/tablesorter/docs/css/jq.css +++ /dev/null @@ -1,28 +0,0 @@ -body,div,h1{font-family:'trebuchet ms', verdana, arial;margin:0;padding:0;} -body{background-color:#fff;color:#333;font-size:small;margin:0;padding:0;} -h1{font-size:large;font-weight:400;margin:0;} -h2{color:#333;font-size:small;font-weight:400;margin:0;} -pre{background-color:#eee;border:1px solid #ddd;border-left-width:5px;color:#333;font-size:small;overflow-x:auto;padding:15px;} -pre.normal{background-color:transparent;border:none;border-left-width:0;overflow-x:auto;} -#logo{background:url(images/jq.png);display:block;float:right;height:31px;margin-right:10px;margin-top:10px;width:110px;} -#main{margin:0 20px 20px;padding:0 15px 15px 0;} -#content{padding:20px;} -#busy{background-color:#e95555;border:1px ridge #ccc;color:#eee;display:none;padding:3px;position:absolute;right:7px;top:7px;} -hr{height:1px;} -code{font-size:108%;font-style:normal;padding:0;} -ul{color:#333;list-style:square;} -#banner{margin:20px;padding-bottom:10px;text-align:left;} -#banner *{color:#232121;font-family:Georgia, Palatino, Times New Roman;font-size:30px;font-style:normal;font-weight:400;margin:0;padding:0;} -#banner h1{display:block;float:left;} -#banner h1 em{color:#6cf;} -#banner h2{float:right;font-size:26px;margin:10px 10px -10px -10px;} -#banner h3{clear:both;display:block;font-size:12px;margin-top:-20px;} -#banner a{border-top:1px solid #888;display:block;font-size:14px;margin:5px 0 0;padding:10px 0 0;text-align:right;width:auto;} -a.external{background-image:url(../img/external.png);background-position:center right;background-repeat:no-repeat;padding-right:12px;} -form{font-size:10pt;margin-bottom:20px;width:auto;} -form fieldset{padding:10px;text-align:left;width:140px;} -div#main h1{border-bottom:1px solid #CDCDCD;display:block;margin-top:20px;padding:10px 0 2px;} -table#tablesorter-demo {margin: 10px 0 0 0;} -table#options *{font-size:small;} -p.tip em {padding: 2px; background-color: #6cf; color: #FFF;} -div.digg {float: right;} \ No newline at end of file diff --git a/js/tablesorter/docs/example-ajax.html b/js/tablesorter/docs/example-ajax.html deleted file mode 100644 index 254ac709..00000000 --- a/js/tablesorter/docs/example-ajax.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - jQuery plugin: Tablesorter 2.0 - Appending table data with ajax - - - - - - - - - - - -
    -

    Demo

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    First NameLast NameAgeTotalDiscountDate
    PeterParker28$9.9920%Jul 6, 2006 8:14 AM
    JohnHood33$19.9925%Dec 10, 2002 5:14 AM
    ClarkKent18$15.8944%Jan 12, 2003 11:14 AM
    BruceAlmighty45$153.1944%Jan 18, 2001 9:12 AM
    BruceEvans22$13.1911%Jan 18, 2007 9:12 AM
    - Append new table data -
    -
    -
    -

    Javascript

    -
    -
    
    -	
    -

    HTML

    -
    -
    
    -	
    -
    - - - - diff --git a/js/tablesorter/docs/example-empty-table.html b/js/tablesorter/docs/example-empty-table.html deleted file mode 100644 index 52531dc8..00000000 --- a/js/tablesorter/docs/example-empty-table.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - jQuery plugin: Tablesorter 2.0 - Initializing tablesorter on a empty table - - - - - - - - - - - -
    -

    Demo

    -
    - - - - - - - - - - - - - -
    First NameLast NameAgeTotalDiscountDate
    - Append new table data -
    -
    -
    -

    Javascript

    -
    -
    
    -	
    -

    HTML

    -
    -
    
    -	
    -
    - - - - diff --git a/js/tablesorter/docs/example-extending-defaults.html b/js/tablesorter/docs/example-extending-defaults.html deleted file mode 100644 index 931e26a6..00000000 --- a/js/tablesorter/docs/example-extending-defaults.html +++ /dev/null @@ -1,109 +0,0 @@ - - - - jQuery plugin: Tablesorter 2.0 - Extending default options - - - - - - - - - - - - - -
    -

    Demo

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    First NameLast NameAgeTotalDiscountDate
    PeterParker28$9.9920%Jul 6, 2006 8:14 AM
    JohnHood33$19.9925%Dec 10, 2002 5:14 AM
    ClarkKent18$15.8944%Jan 12, 2003 11:14 AM
    BruceAlmighty45$153.1944%Jan 18, 2001 9:12 AM
    BruceEvans22$13.1911%Jan 18, 2007 9:12 AM
    -
    -

    Javascript

    -
    -
    
    -	
    -

    HTML

    -
    -
    
    -	
    -
    - - - - - diff --git a/js/tablesorter/docs/example-meta-headers.html b/js/tablesorter/docs/example-meta-headers.html deleted file mode 100644 index 6340faab..00000000 --- a/js/tablesorter/docs/example-meta-headers.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - jQuery plugin: Tablesorter 2.0 - Disable headers using metadata - - - - - - - - - - - - - - - -
    -

    Demo

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    First NameLast NameAgeTotalDiscountDate
    PeterParker28$9.9920%Jul 6, 2006 8:14 AM
    JohnHood33$19.9925%Dec 10, 2002 5:14 AM
    ClarkKent18$15.8944%Jan 12, 2003 11:14 AM
    BruceAlmighty45$153.1944%Jan 18, 2001 9:12 AM
    BruceEvans22$13.1911%Jan 18, 2007 9:12 AM
    -
    -

    Javascript

    -
    -
    
    -	
    -

    HTML

    -
    -
    
    -	
    -
    - - - - - diff --git a/js/tablesorter/docs/example-meta-parsers.html b/js/tablesorter/docs/example-meta-parsers.html deleted file mode 100644 index 33a938cf..00000000 --- a/js/tablesorter/docs/example-meta-parsers.html +++ /dev/null @@ -1,105 +0,0 @@ - - - - jQuery plugin: Tablesorter 2.0 - Setting column parser using metadata - - - - - - - - - - - - - - -
    -

    Demo

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    First NameLast NameAgeTotalDiscountDate
    PeterParker28$9.9920%Jul 6, 2006 8:14 AM
    JohnHood33$19.9925%Dec 10, 2002 5:14 AM
    ClarkKent18$15.8944%Jan 12, 2003 11:14 AM
    BruceAlmighty45$153.1944%Jan 18, 2001 9:12 AM
    BruceEvans22$13.1911%Jan 18, 2007 9:12 AM
    -
    -

    Javascript

    -
    -
    
    -	
    -

    HTML

    -
    -
    
    -	
    -
    - - - - - diff --git a/js/tablesorter/docs/example-meta-sort-list.html b/js/tablesorter/docs/example-meta-sort-list.html deleted file mode 100644 index 99fdaeba..00000000 --- a/js/tablesorter/docs/example-meta-sort-list.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - jQuery plugin: Tablesorter 2.0 - Setting initial sorting order with metadata - - - - - - - - - - - - - - -
    -

    Demo

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    First NameLast NameAgeTotalDiscountDate
    PeterParker28$9.9920%Jul 6, 2006 8:14 AM
    JohnHood33$19.9925%Dec 10, 2002 5:14 AM
    ClarkKent18$15.8944%Jan 12, 2003 11:14 AM
    BruceAlmighty45$153.1944%Jan 18, 2001 9:12 AM
    BruceEvans22$13.1911%Jan 18, 2007 9:12 AM
    -
    -

    Javascript

    -
    -
    
    -	
    -

    HTML

    -
    -
    
    -	
    -
    - - - - - diff --git a/js/tablesorter/docs/example-option-debug.html b/js/tablesorter/docs/example-option-debug.html deleted file mode 100644 index 8492b607..00000000 --- a/js/tablesorter/docs/example-option-debug.html +++ /dev/null @@ -1,116 +0,0 @@ - - - - jQuery plugin: Tablesorter 2.0 - Enabling debug mode - - - - - - - - - - - - - -
    - -

    - NOTE! If firebug is installed the debuging information will be displayed in the firebug console. -

    - -

    Demo

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    First NameLast NameAgeTotalDiscountDate
    PeterParker28$9.9920%Jul 6, 2006 8:14 AM
    JohnHood33$19.9925%Dec 10, 2002 5:14 AM
    ClarkKent18$15.8944%Jan 12, 2003 11:14 AM
    BruceAlmighty45$153.1944%Jan 18, 2001 9:12 AM
    BruceEvans22$13.1911%Jan 18, 2007 9:12 AM
    - -
    - -

    Javascript

    -
    -
    
    -	
    -

    HTML

    -
    -
    
    -	
    -
    - - - - - diff --git a/js/tablesorter/docs/example-option-digits.html b/js/tablesorter/docs/example-option-digits.html deleted file mode 100644 index 41a72cb7..00000000 --- a/js/tablesorter/docs/example-option-digits.html +++ /dev/null @@ -1,106 +0,0 @@ - - - - jQuery plugin: Tablesorter 2.0 - Enabling debug mode - - - - - - - - - - - - - -
    - -

    Demo

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    First NameLast NameAgeTotalDiscountDiff
    PeterParker289.9920.3%+3
    JohnHood3319.9925.1%-7
    ClarkKent1815.8944.2%-15
    BruceAlmighty45153.1944%+19
    BruceEvans56153.1923%+9
    - -
    - -

    Javascript

    -
    -
    
    -	
    -

    HTML

    -
    -
    
    -	
    -
    - - - - - diff --git a/js/tablesorter/docs/example-option-sort-force.html b/js/tablesorter/docs/example-option-sort-force.html deleted file mode 100644 index 6e8824c7..00000000 --- a/js/tablesorter/docs/example-option-sort-force.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - jQuery plugin: Tablesorter 2.0 - Force a default sorting order - - - - - - - - - - - - -
    -

    Demo

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    First NameLast NameAgeTotalDiscountDate
    PeterParker28$9.9920%Jul 6, 2006 8:14 AM
    JohnHood33$19.9925%Dec 10, 2002 5:14 AM
    ClarkKent18$15.8944%Jan 12, 2003 11:14 AM
    BruceAlmighty45$153.1944%Jan 18, 2001 9:12 AM
    BruceEvans22$13.1911%Jan 18, 2007 9:12 AM
    -
    -

    Javascript

    -
    -
    
    -	
    -

    HTML

    -
    -
    
    -	
    -
    - - - - - diff --git a/js/tablesorter/docs/example-option-sort-key.html b/js/tablesorter/docs/example-option-sort-key.html deleted file mode 100644 index ec8d48a0..00000000 --- a/js/tablesorter/docs/example-option-sort-key.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - jQuery plugin: Tablesorter 2.0 - Change multi-column sorting key - - - - - - - - - - - - - -
    -

    Demo

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    First NameLast NameAgeTotalDiscountDate
    PeterParker28$9.9920%Jul 6, 2006 8:14 AM
    JohnHood33$19.9925%Dec 10, 2002 5:14 AM
    ClarkKent18$15.8944%Jan 12, 2003 11:14 AM
    BruceAlmighty45$153.1944%Jan 18, 2001 9:12 AM
    BruceEvans22$13.1911%Jan 18, 2007 9:12 AM
    -
    -

    Javascript

    -
    -
    
    -	
    -

    HTML

    -
    -
    
    -	
    -
    - - - - - diff --git a/js/tablesorter/docs/example-option-sort-list.html b/js/tablesorter/docs/example-option-sort-list.html deleted file mode 100644 index eda63721..00000000 --- a/js/tablesorter/docs/example-option-sort-list.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - jQuery plugin: Tablesorter 2.0 - Set a initial sorting order - - - - - - - - - - - - - -
    -

    Demo

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    First NameLast NameAgeTotalDiscountDate
    PeterParker28$9.9920%Jul 6, 2006 8:14 AM
    JohnHood33$19.9925%Dec 10, 2002 5:14 AM
    ClarkKent18$15.8944%Jan 12, 2003 11:14 AM
    BruceAlmighty45$153.1944%Jan 18, 2001 9:12 AM
    BruceEvans22$13.1911%Jan 18, 2007 9:12 AM
    -
    -

    Javascript

    -
    -
    
    -	
    -

    HTML

    -
    -
    
    -	
    -
    - - - - - diff --git a/js/tablesorter/docs/example-option-sort-order.html b/js/tablesorter/docs/example-option-sort-order.html deleted file mode 100644 index f6ec341a..00000000 --- a/js/tablesorter/docs/example-option-sort-order.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - jQuery plugin: Tablesorter 2.0 - Set a initi - <link rel="stylesheet" href="css/jq.css" type="text/css" media="print, projection, screen" /> - <link rel="stylesheet" href="../themes/blue/style.css" type="text/css" id="" media="print, projection, screen" /> - <script type="text/javascript" src="../jquery-latest.js"></script> - - <script type="text/javascript" src="../jquery.tablesorter.js"></script> - <script type="text/javascript" src="../addons/pager/jquery.tablesorter.pager.js"></script> - <script type="text/javascript" src="js/chili/chili-1.8b.js"></script> - <script type="text/javascript" src="js/docs.js"></script> - <script type="text/javascript" src="js/examples.js"></script> -<script type="text/javascript" id="js">$(document).ready(function() { - // call the tablesorter plugin - $("table").tablesorter({ - // change the default sorting order from 'asc' to 'desc' - sortInitialOrder: 1 - }); -}); </script> -</head> -<body> -<div id="banner"> - <h1>table<em>sorter</em></h1> - <h2>Set a initial sorting order</h2> - <h3>Flexible client-side table sorting</h3> - <a href="index.html">Back to documentation</a> -</div> -<div id="main"> - <h1>Demo</h1> - <div id="demo"> - <table cellspacing="1" class="tablesorter"> - <thead> - <tr> - <th>First Name</th> - <th>Last Name</th> - <th>Age</th> - <th>Total</th> - <th>Discount</th> - <th>Date</th> - - </tr> - </thead> - <tbody> - <tr> - <td>Peter</td> - <td>Parker</td> - <td>28</td> - <td>$9.99</td> - <td>20%</td> - - <td>Jul 6, 2006 8:14 AM</td> - </tr> - <tr> - <td>John</td> - <td>Hood</td> - <td>33</td> - <td>$19.99</td> - <td>25%</td> - - <td>Dec 10, 2002 5:14 AM</td> - </tr> - <tr> - <td>Clark</td> - <td>Kent</td> - <td>18</td> - <td>$15.89</td> - <td>44%</td> - <td>Jan 12, 2003 11:14 AM</td> - </tr> - <tr> - <td>Bruce</td> - <td>Almighty</td> - <td>45</td> - <td>$153.19</td> - <td>44%</td> - - <td>Jan 18, 2001 9:12 AM</td> - </tr> - <tr> - <td>Bruce</td> - <td>Evans</td> - <td>22</td> - <td>$13.19</td> - <td>11%</td> - <td>Jan 18, 2007 9:12 AM</td> - </tr> - </tbody> - </table> - </div> - <h1>Javascript</h1> - <div id="javascript"> - <pre class="javascript"></pre> - </div> - <h1>HTML</h1> - <div id="html"> - <pre class="html"></pre> - </div> -</div> -<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> -<script type="text/javascript"> -_uacct = "UA-2189649-2"; -urchinTracker(); -</script> -</body> -</html> - diff --git a/js/tablesorter/docs/example-option-text-extraction.html b/js/tablesorter/docs/example-option-text-extraction.html deleted file mode 100644 index fb4b523c..00000000 --- a/js/tablesorter/docs/example-option-text-extraction.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us"> -<head> - <title>jQuery plugin: Tablesorter 2.0 - Dealing with markup inside cells - - - - - - - - - - - - - -
    -

    Demo

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    First NameLast NameAgeTotalDiscountDate
    PeterParker28$9.9920%Jul 6, 2006 8:14 AM
    JohnHood33$19.9925%Dec 10, 2002 5:14 AM
    -
    -

    Javascript

    -
    -
    
    -	
    -

    HTML

    -
    -
    
    -	
    -
    - - - - - diff --git a/js/tablesorter/docs/example-options-headers.html b/js/tablesorter/docs/example-options-headers.html deleted file mode 100644 index b382b355..00000000 --- a/js/tablesorter/docs/example-options-headers.html +++ /dev/null @@ -1,118 +0,0 @@ - - - - jQuery plugin: Tablesorter 2.0 - Disable headers using options - - - - - - - - - - - - - -
    -

    Demo

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    First NameLast NameAgeTotalDiscountDate
    PeterParker28$9.9920%Jul 6, 2006 8:14 AM
    JohnHood33$19.9925%Dec 10, 2002 5:14 AM
    ClarkKent18$15.8944%Jan 12, 2003 11:14 AM
    BruceAlmighty45$153.1944%Jan 18, 2001 9:12 AM
    BruceEvans22$13.1911%Jan 18, 2007 9:12 AM
    -
    -

    Javascript

    -
    -
    
    -	
    -

    HTML

    -
    -
    
    -	
    -
    - - - - - diff --git a/js/tablesorter/docs/example-pager.html b/js/tablesorter/docs/example-pager.html deleted file mode 100644 index 6313568a..00000000 --- a/js/tablesorter/docs/example-pager.html +++ /dev/null @@ -1,329 +0,0 @@ - - - - jQuery plugin: Tablesorter 2.0 - Pager plugin - - - - - - - - - - - -
    - -

    Javascript

    -
    -$(document).ready(function() {
    -	$("table")
    -	.tablesorter({widthFixed: true, widgets: ['zebra']})
    -	.tablesorterPager({container: $("#pager")});
    -});
    -
    -

    Demo

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    NameMajorSexEnglishJapaneseCalculusGeometry
    NameMajorSexEnglishJapaneseCalculusGeometry
    Student01Languagesmale80707580
    Student02Mathematicsmale908810090
    Student03Languagesfemale85958085
    Student04Languagesmale6055100100
    Student05Languagesfemale68809580
    Student06Mathematicsmale1009910090
    Student07Mathematicsmale85689090
    Student08Languagesmale100909085
    Student09Mathematicsmale80506575
    Student10Languagesmale8510010090
    Student11Languagesmale8685100100
    Student12Mathematicsfemale100757085
    Student13Languagesfemale1008010090
    Student14Languagesfemale50455590
    Student15Languagesmale953510090
    Student16Languagesfemale100503070
    Student17Languagesfemale801005565
    Student18Mathematicsmale30495575
    Student19Languagesmale68908870
    Student20Mathematicsmale40454080
    Student21Languagesmale5045100100
    Student22Mathematicsmale1009910090
    Student23Languagesfemale85808080
    student23Mathematicsmale8277079
    student24Languagesfemale100911382
    student25Mathematicsmale22968253
    student26Languagesfemale37295659
    student27Mathematicsmale86826923
    student28Languagesfemale4425431
    student29Mathematicsmale77472238
    student30Languagesfemale19352310
    student31Mathematicsmale90271750
    student32Languagesfemale60753338
    student33Mathematicsmale4313715
    student34Languagesfemale77978144
    student35Mathematicsmale5815195
    student36Languagesfemale70617094
    student37Mathematicsmale6036184
    student38Languagesfemale6339011
    student39Mathematicsmale50463238
    student40Languagesfemale5175253
    student41Mathematicsmale43342878
    student42Languagesfemale11896095
    student43Mathematicsmale48921888
    student44Languagesfemale8225973
    student45Mathematicsmale91733739
    student46Languagesfemale481210
    student47Mathematicsmale8910611
    student48Languagesfemale90322118
    student49Mathematicsmale42494972
    student50Languagesfemale56376754
    student51Mathematicsmale48315563
    student52Languagesfemale38917174
    student53Mathematicsmale26385100
    student54Languagesfemale75811623
    student55Mathematicsmale65521553
    student56Languagesfemale23527994
    student57Mathematicsmale80226112
    student58Languagesfemale5357979
    student59Mathematicsmale96323517
    student60Languagesfemale16766527
    student61Mathematicsmale20572223
    student62Languagesfemale19838778
    student63Mathematicsmale258330
    student64Languagesfemale021993
    student65Mathematicsmale20861396
    student66Languagesfemale28358757
    student67Mathematicsmale36502910
    student68Languagesfemale6090966
    student69Mathematicsmale34614398
    student70Languagesfemale13379183
    student71Mathematicsmale47805782
    student72Languagesfemale69433737
    student73Mathematicsmale54609421
    student74Languagesfemale71143446
    student75Mathematicsmale89963117
    student76Languagesfemale28482994
    student77Mathematicsmale100652024
    student78Languagesfemale11969033
    student79Mathematicsmale53559339
    student80Languagesfemale11008444
    student81Mathematicsmale63789643
    student82Languagesfemale41698235
    student83Mathematicsmale9498139
    student84Languagesfemale94729177
    student85Mathematicsmale71324525
    student86Languagesfemale9896437
    student87Mathematicsmale8917367
    student88Languagesfemale43416879
    student89Mathematicsmale7382237
    student90Languagesfemale94839337
    student91Mathematicsmale8284261
    student92Languagesfemale46413069
    student93Mathematicsmale47198583
    student94Languagesfemale39146462
    student95Mathematicsmale71314628
    student96Languagesfemale90944540
    student97Mathematicsmale468925
    student98Languagesfemale41434799
    student99Mathematicsmale71908973
    student100Languagesfemale31641856
    student101Mathematicsmale52136999
    student102Languagesfemale86398318
    student103Mathematicsmale23659880
    student104Languagesfemale781005766
    student105Mathematicsmale69214397
    student106Languagesfemale2727838
    student107Mathematicsmale86964634
    student108Languagesfemale13846664
    student109Mathematicsmale35959881
    student110Languagesfemale30286254
    student111Mathematicsmale60313585
    student112Languagesfemale19811969
    student113Mathematicsmale6659854
    student114Languagesfemale38804016
    student115Mathematicsmale5849697
    student116Languagesfemale59976954
    student117Mathematicsmale0347949
    student118Languagesfemale1871285
    student119Mathematicsmale9387759
    student120Languagesfemale42232690
    student121Mathematicsmale17396689
    student122Languagesfemale26759018
    student123Mathematicsmale34237780
    student124Languagesfemale5267742
    student125Mathematicsmale5628581
    student126Languagesfemale51356744
    student127Mathematicsmale64644434
    student128Languagesfemale67917982
    student129Mathematicsmale4261579
    student130Languagesfemale7210369
    student131Mathematicsmale9477511
    student132Languagesfemale27958548
    student133Mathematicsmale92114061
    student134Languagesfemale4185660
    student135Mathematicsmale8422652
    student136Languagesfemale7604721
    student137Mathematicsmale51813090
    student138Languagesfemale5861673
    student139Mathematicsmale48383731
    student140Languagesfemale33265660
    student141Mathematicsmale84842975
    student142Languagesfemale7235654
    student143Mathematicsmale31427082
    student144Languagesfemale94875035
    student145Mathematicsmale91528026
    student146Languagesfemale78657979
    student147Mathematicsmale50905971
    student148Languagesfemale15686633
    student149Mathematicsmale17363413
    student150Languagesfemale30956973
    student151Mathematicsmale20534958
    student152Languagesfemale19896060
    student153Mathematicsmale5282203
    student154Languagesfemale66985366
    student155Mathematicsmale5852258
    student156Languagesfemale3443688
    student157Mathematicsmale4309114
    student158Languagesfemale34186731
    student159Mathematicsmale79733452
    student160Languagesfemale15613727
    student161Mathematicsmale74771545
    student162Languagesfemale52621958
    student163Mathematicsmale77602795
    student164Languagesfemale9619357
    student165Mathematicsmale51637519
    student166Languagesfemale32447299
    student167Mathematicsmale82845763
    student168Languagesfemale53128567
    student169Mathematicsmale4916846
    student170Languagesfemale39341665
    student171Mathematicsmale10068884
    student172Languagesfemale14256352
    student173Mathematicsmale74261560
    student174Languagesfemale1158892
    student175Mathematicsmale6247231
    student176Languagesfemale65263242
    student177Mathematicsmale83786924
    student178Languagesfemale14100743
    student179Mathematicsmale2835897
    student180Languagesfemale1483962
    student181Mathematicsmale1442469
    student182Languagesfemale6452722
    student183Mathematicsmale15262785
    student184Languagesfemale9149407
    student185Mathematicsmale87894287
    student186Languagesfemale75766188
    student187Mathematicsmale11486630
    student188Languagesfemale7379272
    student189Mathematicsmale98365815
    student190Languagesfemale8028656
    student191Mathematicsmale3633974
    student192Languagesfemale5923390
    student193Mathematicsmale9461933
    student194Languagesfemale82497242
    student195Mathematicsmale8059830
    student196Languagesfemale89179027
    student197Mathematicsmale4622667
    student198Languagesfemale65757377
    student199Mathematicsmale77975413
    student200Languagesfemale78195796
    student201Mathematicsmale92211180
    student202Languagesfemale45499340
    student203Mathematicsmale74258753
    student204Languagesfemale1571234
    student205Mathematicsmale82979573
    student206Languagesfemale82605898
    student207Mathematicsmale266411100
    student208Languagesfemale6496045
    student209Mathematicsmale96819663
    student210Languagesfemale2439069
    student211Mathematicsmale8664710
    student212Languagesfemale764507
    student213Mathematicsmale59122677
    student214Languagesfemale21259382
    student215Mathematicsmale22186451
    student216Languagesfemale92419828
    student217Mathematicsmale32481417
    student218Languagesfemale62368556
    student219Mathematicsmale33379087
    student220Languagesfemale24436084
    student221Mathematicsmale6593751
    student222Languagesfemale9197576
    student223Mathematicsmale86293227
    student224Languagesfemale63596891
    student225Mathematicsmale57739568
    student226Languagesfemale38545987
    student227Mathematicsmale53627264
    student228Languagesfemale62847273
    student229Mathematicsmale1308358
    student230Languagesfemale35658087
    student231Mathematicsmale76202850
    student232Languagesfemale9176633
    student233Mathematicsmale9229961
    student234Languagesfemale47699839
    student235Mathematicsmale21443882
    student236Languagesfemale19865178
    student237Mathematicsmale28454936
    student238Languagesfemale78194981
    student239Mathematicsmale72694720
    student240Languagesfemale17436656
    student241Mathematicsmale901944
    student242Languagesfemale618251
    student243Mathematicsmale1377213
    student244Languagesfemale8005854
    student245Mathematicsmale8331859
    student246Languagesfemale90992912
    student247Mathematicsmale89238159
    student248Languagesfemale7226283
    student249Mathematicsmale28105047
    student250Languagesfemale8914894
    student251Mathematicsmale15233769
    student252Languagesfemale27821036
    student253Mathematicsmale49456423
    student254Languagesfemale79756374
    student255Mathematicsmale2566475
    student256Languagesfemale36262958
    student257Mathematicsmale17226673
    student258Languagesfemale70919745
    student259Mathematicsmale34307830
    student260Languagesfemale77578677
    student261Mathematicsmale1259687
    student262Languagesfemale11609771
    student263Mathematicsmale12303558
    student264Languagesfemale46152340
    student265Mathematicsmale4481926
    student266Languagesfemale15683215
    student267Mathematicsmale5585098
    student268Languagesfemale42303224
    student269Mathematicsmale781009957
    student270Languagesfemale55338725
    student271Mathematicsmale25972993
    student272Languagesfemale39351843
    student273Mathematicsmale35179958
    student274Languagesfemale86522724
    student275Mathematicsmale97387376
    student276Languagesfemale206198
    student277Mathematicsmale9336947
    student278Languagesfemale423152
    student279Mathematicsmale6118962
    student280Languagesfemale99898794
    student281Mathematicsmale4895900
    student282Languagesfemale60473130
    student283Mathematicsmale64241076
    student284Languagesfemale9937468
    student285Mathematicsmale0986869
    student286Languagesfemale66824959
    student287Mathematicsmale86143717
    student288Languagesfemale27489327
    student289Mathematicsmale8489668
    student290Languagesfemale9902057
    student291Mathematicsmale50967242
    student292Languagesfemale9822792
    student293Mathematicsmale1994287
    student294Languagesfemale9897922
    student295Mathematicsmale75307764
    student296Languagesfemale5198553
    student297Mathematicsmale25958672
    student298Languagesfemale20753735
    student299Mathematicsmale4924111
    student300Languagesfemale2832891
    student301Mathematicsmale4163425
    student302Languagesfemale29167790
    student303Mathematicsmale89415182
    student304Languagesfemale40912434
    student305Mathematicsmale7474978
    student306Languagesfemale6375562
    student307Mathematicsmale30733490
    student308Languagesfemale82919593
    student309Mathematicsmale6247382
    student310Languagesfemale39101257
    student311Mathematicsmale89642067
    student312Languagesfemale56369241
    student313Mathematicsmale99809974
    student314Languagesfemale31796493
    student315Mathematicsmale5327055
    student316Languagesfemale35152960
    student317Mathematicsmale31476960
    student318Languagesfemale88281366
    student319Mathematicsmale65121640
    student320Languagesfemale28171940
    student321Mathematicsmale241004470
    student322Languagesfemale20598352
    student323Mathematicsmale17608291
    student324Languagesfemale95994337
    student325Mathematicsmale30189931
    student326Languagesfemale3478386
    student327Mathematicsmale9863435
    student328Languagesfemale54239846
    student329Mathematicsmale97934518
    student330Languagesfemale2774077
    student331Mathematicsmale9704137
    student332Languagesfemale52377620
    student333Mathematicsmale74186819
    student334Languagesfemale77100339
    student335Mathematicsmale38537718
    student336Languagesfemale18132610
    student337Mathematicsmale90478770
    student338Languagesfemale38493674
    student339Mathematicsmale100641372
    student340Languagesfemale74254152
    student341Mathematicsmale37131613
    student342Languagesfemale24341583
    student343Mathematicsmale2056728
    student344Languagesfemale4522572
    student345Mathematicsmale19117535
    student346Languagesfemale6583115
    student347Mathematicsmale16663611
    student348Languagesfemale1239540
    student349Mathematicsmale752742
    student350Languagesfemale88926055
    student351Mathematicsmale92709145
    student352Languagesfemale74765944
    student353Mathematicsmale63696094
    student354Languagesfemale3685548
    student355Mathematicsmale39962148
    student356Languagesfemale4134275
    student357Mathematicsmale6434733
    student358Languagesfemale95146355
    student359Mathematicsmale701001382
    student360Languagesfemale522410021
    student361Mathematicsmale040869
    student362Languagesfemale024932
    student363Mathematicsmale23108694
    student364Languagesfemale1538649
    student365Mathematicsmale7623310
    student366Languagesfemale35357894
    student367Mathematicsmale294243100
    student368Languagesfemale668510
    student369Mathematicsmale74155683
    student370Languagesfemale7543908
    student371Mathematicsmale4060470
    student372Languagesfemale62421749
    student373Mathematicsmale31464454
    student374Languagesfemale30344787
    student375Mathematicsmale9694152
    student376Languagesfemale85432992
    student377Mathematicsmale7904025
    student378Languagesfemale36407285
    student379Mathematicsmale5368882
    student380Languagesfemale87783879
    student381Mathematicsmale89978338
    student382Languagesfemale21194910
    student383Mathematicsmale47126850
    student384Languagesfemale37124995
    student385Mathematicsmale8408851
    student386Languagesfemale89612748
    student387Mathematicsmale10478761
    student388Languagesfemale1692656
    student389Mathematicsmale57331347
    student390Languagesfemale90357775
    student391Mathematicsmale31474753
    student392Languagesfemale942412
    student393Mathematicsmale6119817
    student394Languagesfemale457577
    student395Mathematicsmale6729212
    student396Languagesfemale516456
    student397Mathematicsmale93147714
    student398Languagesfemale1893427
    student399Mathematicsmale93775791
    student400Languagesfemale67778032
    student401Mathematicsmale5889417
    student402Languagesfemale3056053
    student403Mathematicsmale28253259
    student404Languagesfemale62348164
    student405Mathematicsmale29842623
    student406Languagesfemale7086377
    student407Mathematicsmale8654799
    student408Languagesfemale9381089
    student409Mathematicsmale84214658
    student410Languagesfemale21841849
    student411Mathematicsmale2796340
    student412Languagesfemale9301991
    student413Mathematicsmale31928743
    student414Languagesfemale53259843
    student415Mathematicsmale36758089
    student416Languagesfemale37681254
    student417Mathematicsmale25891253
    student418Languagesfemale922846
    student419Mathematicsmale11286058
    student420Languagesfemale1373517
    student421Mathematicsmale67303885
    student422Languagesfemale68793441
    student423Mathematicsmale72459341
    student424Languagesfemale56464538
    student425Mathematicsmale8621840
    student426Languagesfemale99854119
    student427Mathematicsmale7135389
    student428Languagesfemale22911216
    student429Mathematicsmale1532693
    student430Languagesfemale35463474
    student431Mathematicsmale33839720
    student432Languagesfemale9920326
    student433Mathematicsmale48428318
    student434Languagesfemale4442530
    student435Mathematicsmale78486045
    student436Languagesfemale4757890
    student437Mathematicsmale881210053
    student438Languagesfemale4805160
    student439Mathematicsmale70898516
    student440Languagesfemale71943433
    student441Mathematicsmale68137218
    student442Languagesfemale7539721
    student443Mathematicsmale65366087
    student444Languagesfemale43212434
    student445Mathematicsmale85776528
    student446Languagesfemale61907891
    student447Mathematicsmale9207812
    student448Languagesfemale33306290
    student449Mathematicsmale8616745
    student450Languagesfemale100862423
    student451Mathematicsmale1425645
    student452Languagesfemale86399888
    student453Mathematicsmale72687719
    student454Languagesfemale94523100
    student455Mathematicsmale34678979
    student456Languagesfemale9204745
    student457Mathematicsmale64582698
    student458Languagesfemale439359100
    student459Mathematicsmale82359781
    student460Languagesfemale183524100
    student461Mathematicsmale79804351
    student462Languagesfemale56101767
    student463Mathematicsmale36441485
    student464Languagesfemale2640692
    student465Mathematicsmale59934378
    student466Languagesfemale7884883
    student467Mathematicsmale41378060
    student468Languagesfemale44279777
    student469Mathematicsmale29196482
    student470Languagesfemale50962746
    student471Mathematicsmale49155145
    student472Languagesfemale38353178
    student473Mathematicsmale1802365
    student474Languagesfemale91172376
    student475Mathematicsmale57393563
    student476Languagesfemale33736214
    student477Mathematicsmale96168840
    student478Languagesfemale30631613
    student479Mathematicsmale74393787
    student480Languagesfemale26369479
    student481Mathematicsmale19586512
    student482Languagesfemale73362248
    student483Mathematicsmale7894757
    student484Languagesfemale5951935
    student485Mathematicsmale677110085
    student486Languagesfemale33301546
    student487Mathematicsmale12191637
    student488Languagesfemale80982914
    student489Mathematicsmale70511431
    student490Languagesfemale95381592
    student491Mathematicsmale60317412
    student492Languagesfemale62569068
    student493Mathematicsmale63112991
    student494Languagesfemale4112520
    student495Mathematicsmale6053144
    student496Languagesfemale1135528
    student497Mathematicsmale11964237
    student498Languagesfemale16727974
    student499Mathematicsmale9212266
    student500Languagesfemale34226434
    student501Mathematicsmale50938661
    student502Languagesfemale50224044
    student503Mathematicsmale383917
    student504Languagesfemale98169355
    student505Mathematicsmale86893628
    student506Languagesfemale16531350
    student507Mathematicsmale5757338
    student508Languagesfemale34796977
    student509Mathematicsmale241659
    student510Languagesfemale606299100
    student511Mathematicsmale65525295
    student512Languagesfemale5873941
    student513Mathematicsmale39752876
    student514Languagesfemale4666478
    student515Mathematicsmale5160998
    student516Languagesfemale17201297
    student517Mathematicsmale72179673
    student518Languagesfemale92216227
    student519Mathematicsmale5042433
    student520Languagesfemale5237157
    student521Mathematicsmale58403554
    student522Languagesfemale9385753
    student523Mathematicsmale79201818
    student524Languagesfemale149427
    student525Mathematicsmale95412998
    student526Languagesfemale3459921
    student527Mathematicsmale39664129
    student528Languagesfemale328125
    student529Mathematicsmale33443785
    student530Languagesfemale69255979
    student531Mathematicsmale13504952
    student532Languagesfemale54834531
    student533Mathematicsmale15249751
    student534Languagesfemale7516963
    student535Mathematicsmale9183856
    student536Languagesfemale50137480
    student537Mathematicsmale54757410
    student538Languagesfemale76397046
    student539Mathematicsmale84723940
    student540Languagesfemale10047214
    student541Mathematicsmale426111
    student542Languagesfemale57716561
    student543Mathematicsmale7854134
    student544Languagesfemale14763647
    student545Mathematicsmale15196396
    student546Languagesfemale27823356
    student547Mathematicsmale70239690
    student548Languagesfemale612278
    student549Mathematicsmale22376436
    student550Languagesfemale75969440
    student551Mathematicsmale4382921
    student552Languagesfemale7968718
    student553Mathematicsmale65765244
    student554Languagesfemale41627354
    student555Mathematicsmale25982140
    student556Languagesfemale17709682
    student557Mathematicsmale43912743
    student558Languagesfemale33372433
    student559Mathematicsmale87871031
    student560Languagesfemale48409774
    student561Mathematicsmale63759155
    student562Languagesfemale66825995
    student563Mathematicsmale21955838
    student564Languagesfemale9299745
    student565Mathematicsmale5979420
    student566Languagesfemale64952412
    student567Mathematicsmale70463674
    student568Languagesfemale16259149
    student569Mathematicsmale73332488
    student570Languagesfemale9619527
    student571Mathematicsmale18127646
    student572Languagesfemale61714963
    student573Mathematicsmale46328517
    student574Languagesfemale42421137
    student575Mathematicsmale49764120
    student576Languagesfemale22278012
    student577Mathematicsmale76341866
    student578Languagesfemale96772917
    student579Mathematicsmale62516772
    student580Languagesfemale96672254
    student581Mathematicsmale77112388
    student582Languagesfemale6282433
    student583Mathematicsmale392312100
    student584Languagesfemale10212071
    student585Mathematicsmale11277100
    student586Languagesfemale40349778
    student587Mathematicsmale2518319
    student588Languagesfemale18763025
    student589Mathematicsmale24574681
    student590Languagesfemale2103194
    student591Mathematicsmale91847513
    student592Languagesfemale79449710
    student593Mathematicsmale42606730
    student594Languagesfemale61577535
    student595Mathematicsmale42468171
    student596Languagesfemale92637574
    student597Mathematicsmale86374051
    student598Languagesfemale5210473
    student599Mathematicsmale100281476
    student600Languagesfemale31762043
    student601Mathematicsmale402766
    student602Languagesfemale587921
    student603Mathematicsmale754691
    student604Languagesfemale2830153
    student605Mathematicsmale38939892
    student606Languagesfemale43968991
    student607Mathematicsmale43491483
    student608Languagesfemale50617298
    student609Mathematicsmale4499983
    student610Languagesfemale5367382
    student611Mathematicsmale40849954
    student612Languagesfemale29966569
    student613Mathematicsmale1276599
    student614Languagesfemale4783494
    student615Mathematicsmale3727224
    student616Languagesfemale94394924
    student617Mathematicsmale0752141
    student618Languagesfemale5936418
    student619Mathematicsmale2266133
    student620Languagesfemale4387448
    student621Mathematicsmale100155152
    student622Languagesfemale63719917
    student623Mathematicsmale143444100
    student624Languagesfemale2385727
    student625Mathematicsmale23143240
    student626Languagesfemale34497254
    student627Mathematicsmale21168126
    student628Languagesfemale54693434
    student629Mathematicsmale72116331
    student630Languagesfemale8798947
    student631Mathematicsmale43525358
    student632Languagesfemale5014420
    student633Mathematicsmale89836787
    student634Languagesfemale079916
    student635Mathematicsmale59178458
    student636Languagesfemale94953660
    student637Mathematicsmale39426346
    student638Languagesfemale019610
    student639Mathematicsmale50164171
    student640Languagesfemale8604613
    student641Mathematicsmale45855936
    student642Languagesfemale8335057
    student643Mathematicsmale8306014
    student644Languagesfemale76807338
    student645Mathematicsmale2614582
    student646Languagesfemale9316422
    student647Mathematicsmale85947616
    student648Languagesfemale57453216
    student649Mathematicsmale16169013
    student650Languagesfemale4331887
    student651Mathematicsmale16243244
    student652Languagesfemale5998334
    student653Mathematicsmale73184783
    student654Languagesfemale992510093
    student655Mathematicsmale0739784
    student656Languagesfemale0289475
    student657Mathematicsmale65905863
    student658Languagesfemale84358641
    student659Mathematicsmale4539599
    student660Languagesfemale32103162
    student661Mathematicsmale61285461
    student662Languagesfemale70961454
    student663Mathematicsmale6392298
    student664Languagesfemale41104623
    student665Mathematicsmale81918021
    student666Languagesfemale79716568
    student667Mathematicsmale47691890
    student668Languagesfemale2616700
    student669Mathematicsmale66109335
    student670Languagesfemale66682713
    student671Mathematicsmale86792645
    student672Languagesfemale50532574
    student673Mathematicsmale9753914
    student674Languagesfemale28796942
    student675Mathematicsmale607259
    student676Languagesfemale53213943
    student677Mathematicsmale37654591
    student678Languagesfemale76806027
    student679Mathematicsmale85273455
    student680Languagesfemale66114117
    student681Mathematicsmale27618982
    student682Languagesfemale402613
    student683Mathematicsmale2516695
    student684Languagesfemale63448563
    student685Mathematicsmale97957883
    student686Languagesfemale5121387
    student687Mathematicsmale63928723
    student688Languagesfemale22965959
    student689Mathematicsmale33801523
    student690Languagesfemale34751924
    student691Mathematicsmale36684854
    student692Languagesfemale32362012
    student693Mathematicsmale68917450
    student694Languagesfemale87919637
    student695Mathematicsmale239144
    student696Languagesfemale9462977
    student697Mathematicsmale1474575
    student698Languagesfemale73921990
    student699Mathematicsmale8207978
    student700Languagesfemale763510039
    student701Mathematicsmale27518949
    student702Languagesfemale0647237
    student703Mathematicsmale93469487
    student704Languagesfemale6922172
    student705Mathematicsmale1752113
    student706Languagesfemale1325219
    student707Mathematicsmale75617273
    student708Languagesfemale8437736
    student709Mathematicsmale81194514
    student710Languagesfemale62173927
    student711Mathematicsmale8869681
    student712Languagesfemale53825929
    student713Mathematicsmale83347134
    student714Languagesfemale9552614
    student715Mathematicsmale6715313
    student716Languagesfemale8297825
    student717Mathematicsmale65503146
    student718Languagesfemale27462537
    student719Mathematicsmale98423544
    student720Languagesfemale9014444
    student721Mathematicsmale3168293
    student722Languagesfemale3434370
    student723Mathematicsmale59771421
    student724Languagesfemale16535759
    student725Mathematicsmale7914416
    student726Languagesfemale108199
    student727Mathematicsmale89487916
    student728Languagesfemale8872387
    student729Mathematicsmale17539584
    student730Languagesfemale65523961
    student731Mathematicsmale44309672
    student732Languagesfemale70793233
    student733Mathematicsmale30474611
    student734Languagesfemale761001649
    student735Mathematicsmale39369089
    student736Languagesfemale1941929
    student737Mathematicsmale23737887
    student738Languagesfemale87714464
    student739Mathematicsmale22198220
    student740Languagesfemale94526739
    student741Mathematicsmale14175187
    student742Languagesfemale5663983
    student743Mathematicsmale99924698
    student744Languagesfemale19768388
    student745Mathematicsmale15776881
    student746Languagesfemale48814838
    student747Mathematicsmale2913861
    student748Languagesfemale7163030
    student749Mathematicsmale19683053
    student750Languagesfemale91182762
    student751Mathematicsmale73333836
    student752Languagesfemale99387550
    student753Mathematicsmale55713490
    student754Languagesfemale52409883
    student755Mathematicsmale1463611
    student756Languagesfemale1319496
    student757Mathematicsmale49665592
    student758Languagesfemale0198082
    student759Mathematicsmale2635873
    student760Languagesfemale8287639
    student761Mathematicsmale52118357
    student762Languagesfemale83688425
    student763Mathematicsmale1725670
    student764Languagesfemale1758084
    student765Mathematicsmale7564785
    student766Languagesfemale76329339
    student767Mathematicsmale20758465
    student768Languagesfemale25471289
    student769Mathematicsmale86947945
    student770Languagesfemale65815535
    student771Mathematicsmale62414143
    student772Languagesfemale1446243
    student773Mathematicsmale17557278
    student774Languagesfemale9546356
    student775Mathematicsmale7205648
    student776Languagesfemale30881956
    student777Mathematicsmale42448856
    student778Languagesfemale42695663
    student779Mathematicsmale7857783
    student780Languagesfemale15862498
    student781Mathematicsmale4684369
    student782Languagesfemale67981552
    student783Mathematicsmale33326357
    student784Languagesfemale35951653
    student785Mathematicsmale78545482
    student786Languagesfemale8185914
    student787Mathematicsmale42412314
    student788Languagesfemale591008636
    student789Mathematicsmale1926012
    student790Languagesfemale10034570
    student791Mathematicsmale381217
    student792Languagesfemale3155193
    student793Mathematicsmale11339877
    student794Languagesfemale461786
    student795Mathematicsmale5786727
    student796Languagesfemale5746236
    student797Mathematicsmale57676661
    student798Languagesfemale93888725
    student799Mathematicsmale59966441
    student800Languagesfemale6276923
    student801Mathematicsmale35833255
    student802Languagesfemale42581583
    student803Mathematicsmale41904012
    student804Languagesfemale8143837
    student805Mathematicsmale87773320
    student806Languagesfemale53873037
    student807Mathematicsmale13358516
    student808Languagesfemale20829034
    student809Mathematicsmale5821614
    student810Languagesfemale14282356
    student811Mathematicsmale4997368
    student812Languagesfemale31461163
    student813Mathematicsmale7497643
    student814Languagesfemale42839575
    student815Mathematicsmale2654529
    student816Languagesfemale79596988
    student817Mathematicsmale68182684
    student818Languagesfemale39139915
    student819Mathematicsmale2248716
    student820Languagesfemale12538811
    student821Mathematicsmale33908029
    student822Languagesfemale3795486
    student823Mathematicsmale9178851
    student824Languagesfemale31586731
    student825Mathematicsmale22305098
    student826Languagesfemale55585610
    student827Mathematicsmale56765753
    student828Languagesfemale1129881
    student829Mathematicsmale67926671
    student830Languagesfemale30614449
    student831Mathematicsmale0414461
    student832Languagesfemale72524585
    student833Mathematicsmale60991294
    student834Languagesfemale83587542
    student835Mathematicsmale9505377
    student836Languagesfemale33287062
    student837Mathematicsmale3982755
    student838Languagesfemale411004547
    student839Mathematicsmale81692729
    student840Languagesfemale9012649
    student841Mathematicsmale45382034
    student842Languagesfemale325311
    student843Mathematicsmale55778649
    student844Languagesfemale61609176
    student845Mathematicsmale8085749
    student846Languagesfemale63897371
    student847Mathematicsmale79159742
    student848Languagesfemale99187343
    student849Mathematicsmale30523856
    student850Languagesfemale65866734
    student851Mathematicsmale7343655
    student852Languagesfemale42435173
    student853Mathematicsmale870980
    student854Languagesfemale29411245
    student855Mathematicsmale5739090
    student856Languagesfemale80529654
    student857Mathematicsmale43838246
    student858Languagesfemale7917131
    student859Mathematicsmale6813707
    student860Languagesfemale51441552
    student861Mathematicsmale9170178
    student862Languagesfemale4116578
    student863Mathematicsmale20635585
    student864Languagesfemale5938726
    student865Mathematicsmale4894432
    student866Languagesfemale26679839
    student867Mathematicsmale48793866
    student868Languagesfemale1632153
    student869Mathematicsmale13205085
    student870Languagesfemale4922039
    student871Mathematicsmale8262353
    student872Languagesfemale6607464
    student873Mathematicsmale66483914
    student874Languagesfemale43833100
    student875Mathematicsmale214990
    student876Languagesfemale79807180
    student877Mathematicsmale84252688
    student878Languagesfemale38466660
    student879Mathematicsmale35279851
    student880Languagesfemale5759267
    student881Mathematicsmale7687788
    student882Languagesfemale2140817
    student883Mathematicsmale5046866
    student884Languagesfemale83863092
    student885Mathematicsmale63466694
    student886Languagesfemale7671262
    student887Mathematicsmale7418686
    student888Languagesfemale65774488
    student889Mathematicsmale67326119
    student890Languagesfemale85968541
    student891Mathematicsmale1487705
    student892Languagesfemale81284528
    student893Mathematicsmale9191883
    student894Languagesfemale407024
    student895Mathematicsmale18195189
    student896Languagesfemale70352512
    student897Mathematicsmale7290741
    student898Languagesfemale8417186
    student899Mathematicsmale1423886
    student900Languagesfemale7837601
    student901Mathematicsmale66953168
    student902Languagesfemale23608065
    student903Mathematicsmale76896396
    student904Languagesfemale3469070
    student905Mathematicsmale65449679
    student906Languagesfemale6877865
    student907Mathematicsmale86619943
    student908Languagesfemale88953213
    student909Mathematicsmale531005982
    student910Languagesfemale3579535
    student911Mathematicsmale230177
    student912Languagesfemale9687263
    student913Mathematicsmale23923996
    student914Languagesfemale9497658
    student915Mathematicsmale49312971
    student916Languagesfemale21577957
    student917Mathematicsmale03510089
    student918Languagesfemale64827552
    student919Mathematicsmale16666968
    student920Languagesfemale92951127
    student921Mathematicsmale16888590
    student922Languagesfemale56152698
    student923Mathematicsmale78274017
    student924Languagesfemale95104432
    student925Mathematicsmale99855218
    student926Languagesfemale73317149
    student927Mathematicsmale21791063
    student928Languagesfemale92718012
    student929Mathematicsmale23293388
    student930Languagesfemale4189884
    student931Mathematicsmale97177921
    student932Languagesfemale72409392
    student933Mathematicsmale7558326
    student934Languagesfemale15982728
    student935Mathematicsmale7688806
    student936Languagesfemale84234292
    student937Mathematicsmale71568671
    student938Languagesfemale7395822
    student939Mathematicsmale1555460
    student940Languagesfemale2031308
    student941Mathematicsmale97544181
    student942Languagesfemale83418664
    student943Mathematicsmale7195327
    student944Languagesfemale0273091
    student945Mathematicsmale99751722
    student946Languagesfemale92531090
    student947Mathematicsmale4449432
    student948Languagesfemale0974879
    student949Mathematicsmale97557974
    student950Languagesfemale6598932
    student951Mathematicsmale56733881
    student952Languagesfemale84946150
    student953Mathematicsmale4820770
    student954Languagesfemale39981420
    student955Mathematicsmale4152465
    student956Languagesfemale78229231
    student957Mathematicsmale28382654
    student958Languagesfemale49613554
    student959Mathematicsmale81152817
    student960Languagesfemale5480582
    student961Mathematicsmale7523537
    student962Languagesfemale5565120
    student963Mathematicsmale86427036
    student964Languagesfemale54455480
    student965Mathematicsmale38186992
    student966Languagesfemale33894683
    student967Mathematicsmale4395576
    student968Languagesfemale13261286
    student969Mathematicsmale94228559
    student970Languagesfemale9358610
    student971Mathematicsmale35728536
    student972Languagesfemale37519693
    student973Mathematicsmale71107959
    student974Languagesfemale71317393
    student975Mathematicsmale80268697
    student976Languagesfemale69216769
    student977Mathematicsmale38861039
    student978Languagesfemale48903981
    student979Mathematicsmale9083342
    student980Languagesfemale1919184
    student981Mathematicsmale98255046
    student982Languagesfemale38882116
    student983Mathematicsmale71481843
    student984Languagesfemale79851816
    student985Mathematicsmale51669068
    student986Languagesfemale100956591
    student987Mathematicsmale6742424
    student988Languagesfemale93809435
    student989Mathematicsmale65785794
    student990Languagesfemale27922191
    student991Mathematicsmale77152676
    student992Languagesfemale28845167
    student993Mathematicsmale3786250
    student994Languagesfemale59772074
    student995Mathematicsmale6266875
    student996Languagesfemale88703343
    student997Mathematicsmale73334253
    student998Languagesfemale6410231
    student999Mathematicsmale91931635
    student1000Languagesfemale30689540
    student1001Mathematicsmale2524832
    student1002Languagesfemale50775381
    student1003Mathematicsmale67441065
    student1004Languagesfemale29533486
    student1005Mathematicsmale77692275
    student1006Languagesfemale48829540
    student1007Mathematicsmale30712963
    student1008Languagesfemale4531471
    student1009Mathematicsmale81122044
    student1010Languagesfemale17668242
    student1011Mathematicsmale15113218
    student1012Languagesfemale27345919
    student1013Mathematicsmale18672514
    student1014Languagesfemale24645224
    student1015Mathematicsmale36874846
    student1016Languagesfemale3317068
    student1017Mathematicsmale4826380
    student1018Languagesfemale53638557
    student1019Mathematicsmale5873024
    student1020Languagesfemale8590810
    student1021Mathematicsmale69285276
    student1022Languagesfemale7522752
    -
    -
    - - - - - - -
    -
    - -
    - - - - - diff --git a/js/tablesorter/docs/example-parsers.html b/js/tablesorter/docs/example-parsers.html deleted file mode 100644 index 002ee0a7..00000000 --- a/js/tablesorter/docs/example-parsers.html +++ /dev/null @@ -1,112 +0,0 @@ - - - - jQuery plugin: Tablesorter 2.0 - Writing custom parsers - - - - - - - - - - - - - -
    -

    Demo

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    NameMajorGenderEnglishJapaneseCalculusOverall grades
    Student01Languagesmale807075bad
    Student02Mathematicsmale9088100good
    Student03Languagesfemale859580medium
    -
    -

    Javascript

    -
    -
    
    -	
    -

    HTML

    -
    -
    
    -	
    -
    - - - - - diff --git a/js/tablesorter/docs/example-trigger-sort.html b/js/tablesorter/docs/example-trigger-sort.html deleted file mode 100644 index d107921f..00000000 --- a/js/tablesorter/docs/example-trigger-sort.html +++ /dev/null @@ -1,113 +0,0 @@ - - - - jQuery plugin: Tablesorter 2.0 - Sort table using a link outside the table - - - - - - - - - - - - - -
    -

    Demo

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    First NameLast NameAgeTotalDiscountDate
    PeterParker28$9.9920%Jul 6, 2006 8:14 AM
    JohnHood33$19.9925%Dec 10, 2002 5:14 AM
    ClarkKent18$15.8944%Jan 12, 2003 11:14 AM
    BruceAlmighty45$153.1944%Jan 18, 2001 9:12 AM
    BruceEvans22$13.1911%Jan 18, 2007 9:12 AM
    - Sort first and third columns -
    -
    -
    -

    Javascript

    -
    -
    
    -	
    -

    HTML

    -
    -
    
    -	
    -
    - - - - diff --git a/js/tablesorter/docs/example-triggers.html b/js/tablesorter/docs/example-triggers.html deleted file mode 100644 index 58d1711a..00000000 --- a/js/tablesorter/docs/example-triggers.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - jQuery plugin: Tablesorter 2.0 - Triggers sortStart and sortEnd - - - - - - - - - - - - -
    -

    Demo

    -
    -
    - Please wait... -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    NameMajorSexEnglishJapaneseCalculusGeometry
    NameMajorSexEnglishJapaneseCalculusGeometry
    Student01Languagesmale80707580
    Student02Mathematicsmale908810090
    Student03Languagesfemale85958085
    Student04Languagesmale6055100100
    Student05Languagesfemale68809580
    Student06Mathematicsmale1009910090
    Student07Mathematicsmale85689090
    Student08Languagesmale100909085
    Student09Mathematicsmale80506575
    Student10Languagesmale8510010090
    Student11Languagesmale8685100100
    Student12Mathematicsfemale100757085
    Student13Languagesfemale1008010090
    Student14Languagesfemale50455590
    Student15Languagesmale953510090
    Student16Languagesfemale100503070
    Student17Languagesfemale801005565
    Student18Mathematicsmale30495575
    Student19Languagesmale68908870
    Student20Mathematicsmale40454080
    Student21Languagesmale5045100100
    Student22Mathematicsmale1009910090
    Student23Languagesfemale85808080
    student23Mathematicsmale8277079
    student24Languagesfemale100911382
    student25Mathematicsmale22968253
    student26Languagesfemale37295659
    student27Mathematicsmale86826923
    student28Languagesfemale4425431
    student29Mathematicsmale77472238
    student30Languagesfemale19352310
    student31Mathematicsmale90271750
    student32Languagesfemale60753338
    student33Mathematicsmale4313715
    student34Languagesfemale77978144
    student35Mathematicsmale5815195
    student36Languagesfemale70617094
    student37Mathematicsmale6036184
    student38Languagesfemale6339011
    student39Mathematicsmale50463238
    student40Languagesfemale5175253
    student41Mathematicsmale43342878
    student42Languagesfemale11896095
    student43Mathematicsmale48921888
    student44Languagesfemale8225973
    student45Mathematicsmale91733739
    student46Languagesfemale481210
    student47Mathematicsmale8910611
    student48Languagesfemale90322118
    student49Mathematicsmale42494972
    student50Languagesfemale56376754
    student51Mathematicsmale48315563
    student52Languagesfemale38917174
    student53Mathematicsmale26385100
    student54Languagesfemale75811623
    student55Mathematicsmale65521553
    student56Languagesfemale23527994
    student57Mathematicsmale80226112
    student58Languagesfemale5357979
    student59Mathematicsmale96323517
    student60Languagesfemale16766527
    student61Mathematicsmale20572223
    student62Languagesfemale19838778
    student63Mathematicsmale258330
    student64Languagesfemale021993
    student65Mathematicsmale20861396
    student66Languagesfemale28358757
    student67Mathematicsmale36502910
    student68Languagesfemale6090966
    student69Mathematicsmale34614398
    student70Languagesfemale13379183
    student71Mathematicsmale47805782
    student72Languagesfemale69433737
    student73Mathematicsmale54609421
    student74Languagesfemale71143446
    student75Mathematicsmale89963117
    student76Languagesfemale28482994
    student77Mathematicsmale100652024
    student78Languagesfemale11969033
    student79Mathematicsmale53559339
    student80Languagesfemale11008444
    student81Mathematicsmale63789643
    student82Languagesfemale41698235
    student83Mathematicsmale9498139
    student84Languagesfemale94729177
    student85Mathematicsmale71324525
    student86Languagesfemale9896437
    student87Mathematicsmale8917367
    student88Languagesfemale43416879
    student89Mathematicsmale7382237
    student90Languagesfemale94839337
    student91Mathematicsmale8284261
    student92Languagesfemale46413069
    student93Mathematicsmale47198583
    student94Languagesfemale39146462
    student95Mathematicsmale71314628
    student96Languagesfemale90944540
    student97Mathematicsmale468925
    student98Languagesfemale41434799
    student99Mathematicsmale71908973
    student100Languagesfemale31641856
    student101Mathematicsmale52136999
    student102Languagesfemale86398318
    student103Mathematicsmale23659880
    student104Languagesfemale781005766
    student105Mathematicsmale69214397
    student106Languagesfemale2727838
    student107Mathematicsmale86964634
    student108Languagesfemale13846664
    student109Mathematicsmale35959881
    student110Languagesfemale30286254
    student111Mathematicsmale60313585
    student112Languagesfemale19811969
    student113Mathematicsmale6659854
    student114Languagesfemale38804016
    student115Mathematicsmale5849697
    student116Languagesfemale59976954
    student117Mathematicsmale0347949
    student118Languagesfemale1871285
    student119Mathematicsmale9387759
    student120Languagesfemale42232690
    student121Mathematicsmale17396689
    student122Languagesfemale26759018
    student123Mathematicsmale34237780
    student124Languagesfemale5267742
    student125Mathematicsmale5628581
    student126Languagesfemale51356744
    student127Mathematicsmale64644434
    student128Languagesfemale67917982
    student129Mathematicsmale4261579
    student130Languagesfemale7210369
    student131Mathematicsmale9477511
    student132Languagesfemale27958548
    student133Mathematicsmale92114061
    student134Languagesfemale4185660
    student135Mathematicsmale8422652
    student136Languagesfemale7604721
    student137Mathematicsmale51813090
    student138Languagesfemale5861673
    student139Mathematicsmale48383731
    student140Languagesfemale33265660
    student141Mathematicsmale84842975
    student142Languagesfemale7235654
    student143Mathematicsmale31427082
    student144Languagesfemale94875035
    student145Mathematicsmale91528026
    student146Languagesfemale78657979
    student147Mathematicsmale50905971
    student148Languagesfemale15686633
    student149Mathematicsmale17363413
    student150Languagesfemale30956973
    student151Mathematicsmale20534958
    student152Languagesfemale19896060
    student153Mathematicsmale5282203
    student154Languagesfemale66985366
    student155Mathematicsmale5852258
    student156Languagesfemale3443688
    student157Mathematicsmale4309114
    student158Languagesfemale34186731
    student159Mathematicsmale79733452
    student160Languagesfemale15613727
    student161Mathematicsmale74771545
    student162Languagesfemale52621958
    student163Mathematicsmale77602795
    student164Languagesfemale9619357
    student165Mathematicsmale51637519
    student166Languagesfemale32447299
    student167Mathematicsmale82845763
    student168Languagesfemale53128567
    student169Mathematicsmale4916846
    student170Languagesfemale39341665
    student171Mathematicsmale10068884
    student172Languagesfemale14256352
    student173Mathematicsmale74261560
    student174Languagesfemale1158892
    student175Mathematicsmale6247231
    student176Languagesfemale65263242
    student177Mathematicsmale83786924
    student178Languagesfemale14100743
    student179Mathematicsmale2835897
    student180Languagesfemale1483962
    student181Mathematicsmale1442469
    student182Languagesfemale6452722
    student183Mathematicsmale15262785
    student184Languagesfemale9149407
    student185Mathematicsmale87894287
    student186Languagesfemale75766188
    student187Mathematicsmale11486630
    student188Languagesfemale7379272
    student189Mathematicsmale98365815
    student190Languagesfemale8028656
    student191Mathematicsmale3633974
    student192Languagesfemale5923390
    student193Mathematicsmale9461933
    student194Languagesfemale82497242
    student195Mathematicsmale8059830
    student196Languagesfemale89179027
    student197Mathematicsmale4622667
    student198Languagesfemale65757377
    student199Mathematicsmale77975413
    student200Languagesfemale78195796
    student201Mathematicsmale92211180
    student202Languagesfemale45499340
    student203Mathematicsmale74258753
    student204Languagesfemale1571234
    student205Mathematicsmale82979573
    student206Languagesfemale82605898
    student207Mathematicsmale266411100
    student208Languagesfemale6496045
    student209Mathematicsmale96819663
    student210Languagesfemale2439069
    student211Mathematicsmale8664710
    student212Languagesfemale764507
    student213Mathematicsmale59122677
    student214Languagesfemale21259382
    student215Mathematicsmale22186451
    student216Languagesfemale92419828
    student217Mathematicsmale32481417
    student218Languagesfemale62368556
    student219Mathematicsmale33379087
    student220Languagesfemale24436084
    student221Mathematicsmale6593751
    student222Languagesfemale9197576
    student223Mathematicsmale86293227
    student224Languagesfemale63596891
    student225Mathematicsmale57739568
    student226Languagesfemale38545987
    student227Mathematicsmale53627264
    student228Languagesfemale62847273
    student229Mathematicsmale1308358
    student230Languagesfemale35658087
    student231Mathematicsmale76202850
    student232Languagesfemale9176633
    student233Mathematicsmale9229961
    student234Languagesfemale47699839
    student235Mathematicsmale21443882
    student236Languagesfemale19865178
    student237Mathematicsmale28454936
    student238Languagesfemale78194981
    student239Mathematicsmale72694720
    student240Languagesfemale17436656
    student241Mathematicsmale901944
    student242Languagesfemale618251
    student243Mathematicsmale1377213
    student244Languagesfemale8005854
    student245Mathematicsmale8331859
    student246Languagesfemale90992912
    student247Mathematicsmale89238159
    student248Languagesfemale7226283
    student249Mathematicsmale28105047
    student250Languagesfemale8914894
    student251Mathematicsmale15233769
    student252Languagesfemale27821036
    student253Mathematicsmale49456423
    student254Languagesfemale79756374
    student255Mathematicsmale2566475
    student256Languagesfemale36262958
    student257Mathematicsmale17226673
    student258Languagesfemale70919745
    student259Mathematicsmale34307830
    student260Languagesfemale77578677
    student261Mathematicsmale1259687
    student262Languagesfemale11609771
    student263Mathematicsmale12303558
    student264Languagesfemale46152340
    student265Mathematicsmale4481926
    student266Languagesfemale15683215
    student267Mathematicsmale5585098
    student268Languagesfemale42303224
    student269Mathematicsmale781009957
    student270Languagesfemale55338725
    student271Mathematicsmale25972993
    student272Languagesfemale39351843
    student273Mathematicsmale35179958
    student274Languagesfemale86522724
    student275Mathematicsmale97387376
    student276Languagesfemale206198
    student277Mathematicsmale9336947
    student278Languagesfemale423152
    student279Mathematicsmale6118962
    student280Languagesfemale99898794
    student281Mathematicsmale4895900
    student282Languagesfemale60473130
    student283Mathematicsmale64241076
    student284Languagesfemale9937468
    student285Mathematicsmale0986869
    student286Languagesfemale66824959
    student287Mathematicsmale86143717
    student288Languagesfemale27489327
    student289Mathematicsmale8489668
    student290Languagesfemale9902057
    student291Mathematicsmale50967242
    student292Languagesfemale9822792
    student293Mathematicsmale1994287
    student294Languagesfemale9897922
    student295Mathematicsmale75307764
    student296Languagesfemale5198553
    student297Mathematicsmale25958672
    student298Languagesfemale20753735
    student299Mathematicsmale4924111
    student300Languagesfemale2832891
    student301Mathematicsmale4163425
    student302Languagesfemale29167790
    student303Mathematicsmale89415182
    student304Languagesfemale40912434
    student305Mathematicsmale7474978
    student306Languagesfemale6375562
    student307Mathematicsmale30733490
    student308Languagesfemale82919593
    student309Mathematicsmale6247382
    student310Languagesfemale39101257
    student311Mathematicsmale89642067
    student312Languagesfemale56369241
    student313Mathematicsmale99809974
    student314Languagesfemale31796493
    student315Mathematicsmale5327055
    student316Languagesfemale35152960
    student317Mathematicsmale31476960
    student318Languagesfemale88281366
    student319Mathematicsmale65121640
    student320Languagesfemale28171940
    student321Mathematicsmale241004470
    student322Languagesfemale20598352
    student323Mathematicsmale17608291
    student324Languagesfemale95994337
    student325Mathematicsmale30189931
    student326Languagesfemale3478386
    student327Mathematicsmale9863435
    student328Languagesfemale54239846
    student329Mathematicsmale97934518
    student330Languagesfemale2774077
    student331Mathematicsmale9704137
    student332Languagesfemale52377620
    student333Mathematicsmale74186819
    student334Languagesfemale77100339
    student335Mathematicsmale38537718
    student336Languagesfemale18132610
    student337Mathematicsmale90478770
    student338Languagesfemale38493674
    student339Mathematicsmale100641372
    student340Languagesfemale74254152
    student341Mathematicsmale37131613
    student342Languagesfemale24341583
    student343Mathematicsmale2056728
    student344Languagesfemale4522572
    student345Mathematicsmale19117535
    student346Languagesfemale6583115
    student347Mathematicsmale16663611
    student348Languagesfemale1239540
    student349Mathematicsmale752742
    student350Languagesfemale88926055
    student351Mathematicsmale92709145
    student352Languagesfemale74765944
    student353Mathematicsmale63696094
    student354Languagesfemale3685548
    student355Mathematicsmale39962148
    student356Languagesfemale4134275
    student357Mathematicsmale6434733
    student358Languagesfemale95146355
    student359Mathematicsmale701001382
    student360Languagesfemale522410021
    student361Mathematicsmale040869
    student362Languagesfemale024932
    student363Mathematicsmale23108694
    student364Languagesfemale1538649
    student365Mathematicsmale7623310
    student366Languagesfemale35357894
    student367Mathematicsmale294243100
    student368Languagesfemale668510
    student369Mathematicsmale74155683
    student370Languagesfemale7543908
    student371Mathematicsmale4060470
    student372Languagesfemale62421749
    student373Mathematicsmale31464454
    student374Languagesfemale30344787
    student375Mathematicsmale9694152
    student376Languagesfemale85432992
    student377Mathematicsmale7904025
    student378Languagesfemale36407285
    student379Mathematicsmale5368882
    student380Languagesfemale87783879
    student381Mathematicsmale89978338
    student382Languagesfemale21194910
    student383Mathematicsmale47126850
    student384Languagesfemale37124995
    student385Mathematicsmale8408851
    student386Languagesfemale89612748
    student387Mathematicsmale10478761
    student388Languagesfemale1692656
    student389Mathematicsmale57331347
    student390Languagesfemale90357775
    student391Mathematicsmale31474753
    student392Languagesfemale942412
    student393Mathematicsmale6119817
    student394Languagesfemale457577
    student395Mathematicsmale6729212
    student396Languagesfemale516456
    student397Mathematicsmale93147714
    student398Languagesfemale1893427
    student399Mathematicsmale93775791
    student400Languagesfemale67778032
    student401Mathematicsmale5889417
    student402Languagesfemale3056053
    student403Mathematicsmale28253259
    student404Languagesfemale62348164
    student405Mathematicsmale29842623
    student406Languagesfemale7086377
    student407Mathematicsmale8654799
    student408Languagesfemale9381089
    student409Mathematicsmale84214658
    student410Languagesfemale21841849
    student411Mathematicsmale2796340
    student412Languagesfemale9301991
    student413Mathematicsmale31928743
    student414Languagesfemale53259843
    student415Mathematicsmale36758089
    student416Languagesfemale37681254
    student417Mathematicsmale25891253
    student418Languagesfemale922846
    student419Mathematicsmale11286058
    student420Languagesfemale1373517
    student421Mathematicsmale67303885
    student422Languagesfemale68793441
    student423Mathematicsmale72459341
    student424Languagesfemale56464538
    student425Mathematicsmale8621840
    student426Languagesfemale99854119
    student427Mathematicsmale7135389
    student428Languagesfemale22911216
    student429Mathematicsmale1532693
    student430Languagesfemale35463474
    student431Mathematicsmale33839720
    student432Languagesfemale9920326
    student433Mathematicsmale48428318
    student434Languagesfemale4442530
    student435Mathematicsmale78486045
    student436Languagesfemale4757890
    student437Mathematicsmale881210053
    student438Languagesfemale4805160
    student439Mathematicsmale70898516
    student440Languagesfemale71943433
    student441Mathematicsmale68137218
    student442Languagesfemale7539721
    student443Mathematicsmale65366087
    student444Languagesfemale43212434
    student445Mathematicsmale85776528
    student446Languagesfemale61907891
    student447Mathematicsmale9207812
    student448Languagesfemale33306290
    student449Mathematicsmale8616745
    student450Languagesfemale100862423
    student451Mathematicsmale1425645
    student452Languagesfemale86399888
    student453Mathematicsmale72687719
    student454Languagesfemale94523100
    student455Mathematicsmale34678979
    student456Languagesfemale9204745
    student457Mathematicsmale64582698
    student458Languagesfemale439359100
    student459Mathematicsmale82359781
    student460Languagesfemale183524100
    student461Mathematicsmale79804351
    student462Languagesfemale56101767
    student463Mathematicsmale36441485
    student464Languagesfemale2640692
    student465Mathematicsmale59934378
    student466Languagesfemale7884883
    student467Mathematicsmale41378060
    student468Languagesfemale44279777
    student469Mathematicsmale29196482
    student470Languagesfemale50962746
    student471Mathematicsmale49155145
    student472Languagesfemale38353178
    student473Mathematicsmale1802365
    student474Languagesfemale91172376
    student475Mathematicsmale57393563
    student476Languagesfemale33736214
    student477Mathematicsmale96168840
    student478Languagesfemale30631613
    student479Mathematicsmale74393787
    student480Languagesfemale26369479
    student481Mathematicsmale19586512
    student482Languagesfemale73362248
    student483Mathematicsmale7894757
    student484Languagesfemale5951935
    student485Mathematicsmale677110085
    student486Languagesfemale33301546
    student487Mathematicsmale12191637
    student488Languagesfemale80982914
    student489Mathematicsmale70511431
    student490Languagesfemale95381592
    student491Mathematicsmale60317412
    student492Languagesfemale62569068
    student493Mathematicsmale63112991
    student494Languagesfemale4112520
    student495Mathematicsmale6053144
    student496Languagesfemale1135528
    student497Mathematicsmale11964237
    student498Languagesfemale16727974
    student499Mathematicsmale9212266
    student500Languagesfemale34226434
    student501Mathematicsmale50938661
    student502Languagesfemale50224044
    student503Mathematicsmale383917
    student504Languagesfemale98169355
    student505Mathematicsmale86893628
    student506Languagesfemale16531350
    student507Mathematicsmale5757338
    student508Languagesfemale34796977
    student509Mathematicsmale241659
    student510Languagesfemale606299100
    student511Mathematicsmale65525295
    student512Languagesfemale5873941
    student513Mathematicsmale39752876
    student514Languagesfemale4666478
    student515Mathematicsmale5160998
    student516Languagesfemale17201297
    student517Mathematicsmale72179673
    student518Languagesfemale92216227
    student519Mathematicsmale5042433
    student520Languagesfemale5237157
    student521Mathematicsmale58403554
    student522Languagesfemale9385753
    student523Mathematicsmale79201818
    student524Languagesfemale149427
    student525Mathematicsmale95412998
    student526Languagesfemale3459921
    student527Mathematicsmale39664129
    student528Languagesfemale328125
    student529Mathematicsmale33443785
    student530Languagesfemale69255979
    student531Mathematicsmale13504952
    student532Languagesfemale54834531
    student533Mathematicsmale15249751
    student534Languagesfemale7516963
    student535Mathematicsmale9183856
    student536Languagesfemale50137480
    student537Mathematicsmale54757410
    student538Languagesfemale76397046
    student539Mathematicsmale84723940
    student540Languagesfemale10047214
    student541Mathematicsmale426111
    student542Languagesfemale57716561
    student543Mathematicsmale7854134
    student544Languagesfemale14763647
    student545Mathematicsmale15196396
    student546Languagesfemale27823356
    student547Mathematicsmale70239690
    student548Languagesfemale612278
    student549Mathematicsmale22376436
    student550Languagesfemale75969440
    student551Mathematicsmale4382921
    student552Languagesfemale7968718
    student553Mathematicsmale65765244
    student554Languagesfemale41627354
    student555Mathematicsmale25982140
    student556Languagesfemale17709682
    student557Mathematicsmale43912743
    student558Languagesfemale33372433
    student559Mathematicsmale87871031
    student560Languagesfemale48409774
    student561Mathematicsmale63759155
    student562Languagesfemale66825995
    student563Mathematicsmale21955838
    student564Languagesfemale9299745
    student565Mathematicsmale5979420
    student566Languagesfemale64952412
    student567Mathematicsmale70463674
    student568Languagesfemale16259149
    student569Mathematicsmale73332488
    student570Languagesfemale9619527
    student571Mathematicsmale18127646
    student572Languagesfemale61714963
    student573Mathematicsmale46328517
    student574Languagesfemale42421137
    student575Mathematicsmale49764120
    student576Languagesfemale22278012
    student577Mathematicsmale76341866
    student578Languagesfemale96772917
    student579Mathematicsmale62516772
    student580Languagesfemale96672254
    student581Mathematicsmale77112388
    student582Languagesfemale6282433
    student583Mathematicsmale392312100
    student584Languagesfemale10212071
    student585Mathematicsmale11277100
    student586Languagesfemale40349778
    student587Mathematicsmale2518319
    student588Languagesfemale18763025
    student589Mathematicsmale24574681
    student590Languagesfemale2103194
    student591Mathematicsmale91847513
    student592Languagesfemale79449710
    student593Mathematicsmale42606730
    student594Languagesfemale61577535
    student595Mathematicsmale42468171
    student596Languagesfemale92637574
    student597Mathematicsmale86374051
    student598Languagesfemale5210473
    student599Mathematicsmale100281476
    student600Languagesfemale31762043
    student601Mathematicsmale402766
    student602Languagesfemale587921
    student603Mathematicsmale754691
    student604Languagesfemale2830153
    student605Mathematicsmale38939892
    student606Languagesfemale43968991
    student607Mathematicsmale43491483
    student608Languagesfemale50617298
    student609Mathematicsmale4499983
    student610Languagesfemale5367382
    student611Mathematicsmale40849954
    student612Languagesfemale29966569
    student613Mathematicsmale1276599
    student614Languagesfemale4783494
    student615Mathematicsmale3727224
    student616Languagesfemale94394924
    student617Mathematicsmale0752141
    student618Languagesfemale5936418
    student619Mathematicsmale2266133
    student620Languagesfemale4387448
    student621Mathematicsmale100155152
    student622Languagesfemale63719917
    student623Mathematicsmale143444100
    student624Languagesfemale2385727
    student625Mathematicsmale23143240
    student626Languagesfemale34497254
    student627Mathematicsmale21168126
    student628Languagesfemale54693434
    student629Mathematicsmale72116331
    student630Languagesfemale8798947
    student631Mathematicsmale43525358
    student632Languagesfemale5014420
    student633Mathematicsmale89836787
    student634Languagesfemale079916
    student635Mathematicsmale59178458
    student636Languagesfemale94953660
    student637Mathematicsmale39426346
    student638Languagesfemale019610
    student639Mathematicsmale50164171
    student640Languagesfemale8604613
    student641Mathematicsmale45855936
    student642Languagesfemale8335057
    student643Mathematicsmale8306014
    student644Languagesfemale76807338
    student645Mathematicsmale2614582
    student646Languagesfemale9316422
    student647Mathematicsmale85947616
    student648Languagesfemale57453216
    student649Mathematicsmale16169013
    student650Languagesfemale4331887
    student651Mathematicsmale16243244
    student652Languagesfemale5998334
    student653Mathematicsmale73184783
    student654Languagesfemale992510093
    student655Mathematicsmale0739784
    student656Languagesfemale0289475
    student657Mathematicsmale65905863
    student658Languagesfemale84358641
    student659Mathematicsmale4539599
    student660Languagesfemale32103162
    student661Mathematicsmale61285461
    student662Languagesfemale70961454
    student663Mathematicsmale6392298
    student664Languagesfemale41104623
    student665Mathematicsmale81918021
    student666Languagesfemale79716568
    student667Mathematicsmale47691890
    student668Languagesfemale2616700
    student669Mathematicsmale66109335
    student670Languagesfemale66682713
    student671Mathematicsmale86792645
    student672Languagesfemale50532574
    student673Mathematicsmale9753914
    student674Languagesfemale28796942
    student675Mathematicsmale607259
    student676Languagesfemale53213943
    student677Mathematicsmale37654591
    student678Languagesfemale76806027
    student679Mathematicsmale85273455
    student680Languagesfemale66114117
    student681Mathematicsmale27618982
    student682Languagesfemale402613
    student683Mathematicsmale2516695
    student684Languagesfemale63448563
    student685Mathematicsmale97957883
    student686Languagesfemale5121387
    student687Mathematicsmale63928723
    student688Languagesfemale22965959
    student689Mathematicsmale33801523
    student690Languagesfemale34751924
    student691Mathematicsmale36684854
    student692Languagesfemale32362012
    student693Mathematicsmale68917450
    student694Languagesfemale87919637
    student695Mathematicsmale239144
    student696Languagesfemale9462977
    student697Mathematicsmale1474575
    student698Languagesfemale73921990
    student699Mathematicsmale8207978
    student700Languagesfemale763510039
    student701Mathematicsmale27518949
    student702Languagesfemale0647237
    student703Mathematicsmale93469487
    student704Languagesfemale6922172
    student705Mathematicsmale1752113
    student706Languagesfemale1325219
    student707Mathematicsmale75617273
    student708Languagesfemale8437736
    student709Mathematicsmale81194514
    student710Languagesfemale62173927
    student711Mathematicsmale8869681
    student712Languagesfemale53825929
    student713Mathematicsmale83347134
    student714Languagesfemale9552614
    student715Mathematicsmale6715313
    student716Languagesfemale8297825
    student717Mathematicsmale65503146
    student718Languagesfemale27462537
    student719Mathematicsmale98423544
    student720Languagesfemale9014444
    student721Mathematicsmale3168293
    student722Languagesfemale3434370
    student723Mathematicsmale59771421
    student724Languagesfemale16535759
    student725Mathematicsmale7914416
    student726Languagesfemale108199
    student727Mathematicsmale89487916
    student728Languagesfemale8872387
    student729Mathematicsmale17539584
    student730Languagesfemale65523961
    student731Mathematicsmale44309672
    student732Languagesfemale70793233
    student733Mathematicsmale30474611
    student734Languagesfemale761001649
    student735Mathematicsmale39369089
    student736Languagesfemale1941929
    student737Mathematicsmale23737887
    student738Languagesfemale87714464
    student739Mathematicsmale22198220
    student740Languagesfemale94526739
    student741Mathematicsmale14175187
    student742Languagesfemale5663983
    student743Mathematicsmale99924698
    student744Languagesfemale19768388
    student745Mathematicsmale15776881
    student746Languagesfemale48814838
    student747Mathematicsmale2913861
    student748Languagesfemale7163030
    student749Mathematicsmale19683053
    student750Languagesfemale91182762
    student751Mathematicsmale73333836
    student752Languagesfemale99387550
    student753Mathematicsmale55713490
    student754Languagesfemale52409883
    student755Mathematicsmale1463611
    student756Languagesfemale1319496
    student757Mathematicsmale49665592
    student758Languagesfemale0198082
    student759Mathematicsmale2635873
    student760Languagesfemale8287639
    student761Mathematicsmale52118357
    student762Languagesfemale83688425
    student763Mathematicsmale1725670
    student764Languagesfemale1758084
    student765Mathematicsmale7564785
    student766Languagesfemale76329339
    student767Mathematicsmale20758465
    student768Languagesfemale25471289
    student769Mathematicsmale86947945
    student770Languagesfemale65815535
    student771Mathematicsmale62414143
    student772Languagesfemale1446243
    student773Mathematicsmale17557278
    student774Languagesfemale9546356
    student775Mathematicsmale7205648
    student776Languagesfemale30881956
    student777Mathematicsmale42448856
    student778Languagesfemale42695663
    student779Mathematicsmale7857783
    student780Languagesfemale15862498
    student781Mathematicsmale4684369
    student782Languagesfemale67981552
    student783Mathematicsmale33326357
    student784Languagesfemale35951653
    student785Mathematicsmale78545482
    student786Languagesfemale8185914
    student787Mathematicsmale42412314
    student788Languagesfemale591008636
    student789Mathematicsmale1926012
    student790Languagesfemale10034570
    student791Mathematicsmale381217
    student792Languagesfemale3155193
    student793Mathematicsmale11339877
    student794Languagesfemale461786
    student795Mathematicsmale5786727
    student796Languagesfemale5746236
    student797Mathematicsmale57676661
    student798Languagesfemale93888725
    student799Mathematicsmale59966441
    student800Languagesfemale6276923
    student801Mathematicsmale35833255
    student802Languagesfemale42581583
    student803Mathematicsmale41904012
    student804Languagesfemale8143837
    student805Mathematicsmale87773320
    student806Languagesfemale53873037
    student807Mathematicsmale13358516
    student808Languagesfemale20829034
    student809Mathematicsmale5821614
    student810Languagesfemale14282356
    student811Mathematicsmale4997368
    student812Languagesfemale31461163
    student813Mathematicsmale7497643
    student814Languagesfemale42839575
    student815Mathematicsmale2654529
    student816Languagesfemale79596988
    student817Mathematicsmale68182684
    student818Languagesfemale39139915
    student819Mathematicsmale2248716
    student820Languagesfemale12538811
    student821Mathematicsmale33908029
    student822Languagesfemale3795486
    student823Mathematicsmale9178851
    student824Languagesfemale31586731
    student825Mathematicsmale22305098
    student826Languagesfemale55585610
    student827Mathematicsmale56765753
    student828Languagesfemale1129881
    student829Mathematicsmale67926671
    student830Languagesfemale30614449
    student831Mathematicsmale0414461
    student832Languagesfemale72524585
    student833Mathematicsmale60991294
    student834Languagesfemale83587542
    student835Mathematicsmale9505377
    student836Languagesfemale33287062
    student837Mathematicsmale3982755
    student838Languagesfemale411004547
    student839Mathematicsmale81692729
    student840Languagesfemale9012649
    student841Mathematicsmale45382034
    student842Languagesfemale325311
    student843Mathematicsmale55778649
    student844Languagesfemale61609176
    student845Mathematicsmale8085749
    student846Languagesfemale63897371
    student847Mathematicsmale79159742
    student848Languagesfemale99187343
    student849Mathematicsmale30523856
    student850Languagesfemale65866734
    student851Mathematicsmale7343655
    student852Languagesfemale42435173
    student853Mathematicsmale870980
    student854Languagesfemale29411245
    student855Mathematicsmale5739090
    student856Languagesfemale80529654
    student857Mathematicsmale43838246
    student858Languagesfemale7917131
    student859Mathematicsmale6813707
    student860Languagesfemale51441552
    student861Mathematicsmale9170178
    student862Languagesfemale4116578
    student863Mathematicsmale20635585
    student864Languagesfemale5938726
    student865Mathematicsmale4894432
    student866Languagesfemale26679839
    student867Mathematicsmale48793866
    student868Languagesfemale1632153
    student869Mathematicsmale13205085
    student870Languagesfemale4922039
    student871Mathematicsmale8262353
    student872Languagesfemale6607464
    student873Mathematicsmale66483914
    student874Languagesfemale43833100
    student875Mathematicsmale214990
    student876Languagesfemale79807180
    student877Mathematicsmale84252688
    student878Languagesfemale38466660
    student879Mathematicsmale35279851
    student880Languagesfemale5759267
    student881Mathematicsmale7687788
    student882Languagesfemale2140817
    student883Mathematicsmale5046866
    student884Languagesfemale83863092
    student885Mathematicsmale63466694
    student886Languagesfemale7671262
    student887Mathematicsmale7418686
    student888Languagesfemale65774488
    student889Mathematicsmale67326119
    student890Languagesfemale85968541
    student891Mathematicsmale1487705
    student892Languagesfemale81284528
    student893Mathematicsmale9191883
    student894Languagesfemale407024
    student895Mathematicsmale18195189
    student896Languagesfemale70352512
    student897Mathematicsmale7290741
    student898Languagesfemale8417186
    student899Mathematicsmale1423886
    student900Languagesfemale7837601
    student901Mathematicsmale66953168
    student902Languagesfemale23608065
    student903Mathematicsmale76896396
    student904Languagesfemale3469070
    student905Mathematicsmale65449679
    student906Languagesfemale6877865
    student907Mathematicsmale86619943
    student908Languagesfemale88953213
    student909Mathematicsmale531005982
    student910Languagesfemale3579535
    student911Mathematicsmale230177
    student912Languagesfemale9687263
    student913Mathematicsmale23923996
    student914Languagesfemale9497658
    student915Mathematicsmale49312971
    student916Languagesfemale21577957
    student917Mathematicsmale03510089
    student918Languagesfemale64827552
    student919Mathematicsmale16666968
    student920Languagesfemale92951127
    student921Mathematicsmale16888590
    student922Languagesfemale56152698
    student923Mathematicsmale78274017
    student924Languagesfemale95104432
    student925Mathematicsmale99855218
    student926Languagesfemale73317149
    student927Mathematicsmale21791063
    student928Languagesfemale92718012
    student929Mathematicsmale23293388
    student930Languagesfemale4189884
    student931Mathematicsmale97177921
    student932Languagesfemale72409392
    student933Mathematicsmale7558326
    student934Languagesfemale15982728
    student935Mathematicsmale7688806
    student936Languagesfemale84234292
    student937Mathematicsmale71568671
    student938Languagesfemale7395822
    student939Mathematicsmale1555460
    student940Languagesfemale2031308
    student941Mathematicsmale97544181
    student942Languagesfemale83418664
    student943Mathematicsmale7195327
    student944Languagesfemale0273091
    student945Mathematicsmale99751722
    student946Languagesfemale92531090
    student947Mathematicsmale4449432
    student948Languagesfemale0974879
    student949Mathematicsmale97557974
    student950Languagesfemale6598932
    student951Mathematicsmale56733881
    student952Languagesfemale84946150
    student953Mathematicsmale4820770
    student954Languagesfemale39981420
    student955Mathematicsmale4152465
    student956Languagesfemale78229231
    student957Mathematicsmale28382654
    student958Languagesfemale49613554
    student959Mathematicsmale81152817
    student960Languagesfemale5480582
    student961Mathematicsmale7523537
    student962Languagesfemale5565120
    student963Mathematicsmale86427036
    student964Languagesfemale54455480
    student965Mathematicsmale38186992
    student966Languagesfemale33894683
    student967Mathematicsmale4395576
    student968Languagesfemale13261286
    student969Mathematicsmale94228559
    student970Languagesfemale9358610
    student971Mathematicsmale35728536
    student972Languagesfemale37519693
    student973Mathematicsmale71107959
    student974Languagesfemale71317393
    student975Mathematicsmale80268697
    student976Languagesfemale69216769
    student977Mathematicsmale38861039
    student978Languagesfemale48903981
    student979Mathematicsmale9083342
    student980Languagesfemale1919184
    student981Mathematicsmale98255046
    student982Languagesfemale38882116
    student983Mathematicsmale71481843
    student984Languagesfemale79851816
    student985Mathematicsmale51669068
    student986Languagesfemale100956591
    student987Mathematicsmale6742424
    student988Languagesfemale93809435
    student989Mathematicsmale65785794
    student990Languagesfemale27922191
    student991Mathematicsmale77152676
    student992Languagesfemale28845167
    student993Mathematicsmale3786250
    student994Languagesfemale59772074
    student995Mathematicsmale6266875
    student996Languagesfemale88703343
    student997Mathematicsmale73334253
    student998Languagesfemale6410231
    student999Mathematicsmale91931635
    student1000Languagesfemale30689540
    student1001Mathematicsmale2524832
    student1002Languagesfemale50775381
    student1003Mathematicsmale67441065
    student1004Languagesfemale29533486
    student1005Mathematicsmale77692275
    student1006Languagesfemale48829540
    student1007Mathematicsmale30712963
    student1008Languagesfemale4531471
    student1009Mathematicsmale81122044
    student1010Languagesfemale17668242
    student1011Mathematicsmale15113218
    student1012Languagesfemale27345919
    student1013Mathematicsmale18672514
    student1014Languagesfemale24645224
    student1015Mathematicsmale36874846
    student1016Languagesfemale3317068
    student1017Mathematicsmale4826380
    student1018Languagesfemale53638557
    student1019Mathematicsmale5873024
    student1020Languagesfemale8590810
    student1021Mathematicsmale69285276
    student1022Languagesfemale7522752
    -
    -

    Javascript

    -
    -
    
    -	
    -

    HTML

    -
    -
    
    -	
    -
    - - - - - diff --git a/js/tablesorter/docs/example-widgets.html b/js/tablesorter/docs/example-widgets.html deleted file mode 100644 index 80772269..00000000 --- a/js/tablesorter/docs/example-widgets.html +++ /dev/null @@ -1,383 +0,0 @@ - - - - jQuery plugin: Tablesorter 2.0 - Writing custom widgets - - - - - - - - - - - - -
    - -

    Javascript

    -
    -// add new widget called repeatHeaders
    -$.tablesorter.addWidget({
    -	// give the widget a id
    -	id: "repeatHeaders",
    -	// format is called when the on init and when a sorting has finished
    -	format: function(table) {
    -		// cache and collect all TH headers
    -		if(!this.headers) {
    -			var h = this.headers = []; 
    -			$("thead th",table).each(function() {
    -				h.push(
    -					"" + $(this).text() + ""
    -				);
    -				
    -			});
    -		}
    -		
    -		// remove appended headers by classname.
    -		$("tr.repated-header",table).remove();
    -		
    -		// loop all tr elements and insert a copy of the "headers"	
    -		for(var i=0; i < table.tBodies[0].rows.length; i++) {
    -			// insert a copy of the table head every 10th row
    -			if((i%5) == 4) {
    -				$("tbody tr:eq(" + i + ")",table).before(
    -					$("").html(this.headers.join(""))
    -				
    -				);	
    -			}
    -		}
    -	}
    -});
    -
    -// call the tablesorter plugin and assign widgets with id "zebra" (Default widget in the core) and the newly created "repeatHeaders"
    -$("table").tablesorter({
    -	widgets: ['zebra','repeatHeaders']
    -});
    -
    - -

    Demo

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    NameMajorSexEnglishJapaneseCalculusGeometry
    NameMajorSexEnglishJapaneseCalculusGeometry
    Student01Languagesmale80707580
    Student02Mathematicsmale908810090
    Student03Languagesfemale85958085
    Student04Languagesmale6055100100
    Student05Languagesfemale68809580
    Student06Mathematicsmale1009910090
    Student07Mathematicsmale85689090
    Student08Languagesmale100909085
    Student09Mathematicsmale80506575
    Student10Languagesmale8510010090
    Student11Languagesmale8685100100
    Student12Mathematicsfemale100757085
    Student13Languagesfemale1008010090
    Student14Languagesfemale50455590
    Student15Languagesmale953510090
    Student16Languagesfemale100503070
    Student17Languagesfemale801005565
    Student18Mathematicsmale30495575
    Student19Languagesmale68908870
    Student20Mathematicsmale40454080
    Student21Languagesmale5045100100
    Student22Mathematicsmale1009910090
    Student23Languagesfemale85808080
    -
    - - - - - diff --git a/js/tablesorter/docs/img/external.png b/js/tablesorter/docs/img/external.png deleted file mode 100644 index 419c06fb..00000000 Binary files a/js/tablesorter/docs/img/external.png and /dev/null differ diff --git a/js/tablesorter/docs/index.html b/js/tablesorter/docs/index.html deleted file mode 100644 index b366cec4..00000000 --- a/js/tablesorter/docs/index.html +++ /dev/null @@ -1,559 +0,0 @@ - - - - jQuery plugin: Tablesorter 2.0 - - - - - - - - - - -
    -
    - - -
    -

    - Author: Christian Bach
    - Version: 2.0.3 (changelog)
    - Licence: - Dual licensed under MIT - or GPL licenses. -

    - -

    - Helping out! If you like tablesorter and you're feeling generous, take a look at my Amazon Wish List -

    - -

    Comments and love letters can be sent to: .

    - -

    - - - - - -

    Contents

    -
      -
    1. Introduction
    2. -
    3. Demo
    4. -
    5. Getting started
    6. - -
    7. Examples
    8. - -
    9. Configuration
    10. -
    11. Download
    12. -
    13. Compatibility
    14. -
    15. Support
    16. -
    17. Credits
    18. -
    - - -

    Introduction

    -

    - tablesorter is a jQuery plugin for turning a - standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes. - tablesorter can successfully parse and sort many types of data including linked data in a cell. - It has many useful features including: -

    - -
      -
    • Multi-column sorting
    • -
    • Parsers for sorting text, URIs, integers, currency, floats, IP addresses, dates (ISO, long and short formats), time. Add your own easily
    • -
    • Support for ROWSPAN and COLSPAN on TH elements
    • -
    • Support secondary "hidden" sorting (e.g., maintain alphabetical sort when sorting on other criteria)
    • -
    • Extensibility via widget system
    • -
    • Cross-browser: IE 6.0+, FF 2+, Safari 2.0+, Opera 9.0+
    • -
    • Small code size
    • - -
    - - -

    Demo

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    First NameLast NameAgeTotalDiscountDifferenceDate
    PeterParker28$9.9920.9%+12.1Jul 6, 2006 8:14 AM
    JohnHood33$19.9925%+12Dec 10, 2002 5:14 AM
    ClarkKent18$15.8944%-26Jan 12, 2003 11:14 AM
    BruceAlmighty45$153.1944.7%+77Jan 18, 2001 9:12 AM
    BruceEvans22$13.1911%-100.9Jan 18, 2007 9:12 AM
    - -

    - TIP! Sort multiple columns simultaneously by holding down the shift key and clicking a second, third or even fourth column header! -

    - - - -

    Getting started

    -

    - To use the tablesorter plugin, include the jQuery - library and the tablesorter plugin inside the <head> tag - of your HTML document: -

    - -
    -<script type="text/javascript" src="/path/to/jquery-latest.js"></script>
    -<script type="text/javascript" src="/path/to/jquery.tablesorter.js"></script>
    -
    - - -

    tablesorter works on standard HTML tables. You must include THEAD and TBODY tags:

    - -
    -<table id="myTable">
    -<thead>
    -<tr>
    -	<th>Last Name</th>
    -	<th>First Name</th>
    -	<th>Email</th>
    -	<th>Due</th>
    -	<th>Web Site</th>
    -</tr>
    -</thead>
    -<tbody>
    -<tr>
    -	<td>Smith</td>
    -	<td>John</td>
    -	<td>jsmith@gmail.com</td>
    -	<td>$50.00</td>
    -	<td>http://www.jsmith.com</td>
    -</tr>
    -<tr>
    -	<td>Bach</td>
    -	<td>Frank</td>
    -	<td>fbach@yahoo.com</td>
    -	<td>$50.00</td>
    -	<td>http://www.frank.com</td>
    -</tr>
    -<tr>
    -	<td>Doe</td>
    -	<td>Jason</td>
    -	<td>jdoe@hotmail.com</td>
    -	<td>$100.00</td>
    -	<td>http://www.jdoe.com</td>
    -</tr>
    -<tr>
    -	<td>Conway</td>
    -	<td>Tim</td>
    -	<td>tconway@earthlink.net</td>
    -	<td>$50.00</td>
    -	<td>http://www.timconway.com</td>
    -</tr>
    -</tbody>
    -</table>
    -	
    - - -

    Start by telling tablesorter to sort your table when the document is loaded:

    - - - - -
    -$(document).ready(function()
    -	{
    -		$("#myTable").tablesorter();
    -	}
    -);
    -	
    - -

    - Click on the headers and you'll see that your table is now sortable! You can - also pass in configuration options when you initialize the table. This tells - tablesorter to sort on the first and second column in ascending order. -

    - - - -
    -$(document).ready(function()
    -	{
    -		$("#myTable").tablesorter( {sortList: [[0,0], [1,0]]} );
    -	}
    -);
    -	
    - -

    - NOTE! tablesorter will auto-detect most data types including numbers, dates, ip-adresses for more information see Examples -

    - - - - - - -

    Examples

    -

    - These examples will show what's possible with tablesorter. You need Javascript enabled to - run these samples, just like you and your users will need Javascript enabled to use tablesorter. -

    - - Basic - - Metadata - setting inline options - - - Advanced - - - Companion plugins - - - - - - - - -

    Configuration

    - -

    - tablesorter has many options you can pass in at initialization to achieve different effects: -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    PropertyTypeDefaultDescriptionLink
    sortListArraynullAn array of instructions for per-column sorting and direction in the format: [[columnIndex, sortDirection], ... ] where columnIndex is a zero-based index for your columns left-to-right and sortDirection is 0 for Ascending and 1 for Descending. A valid argument that sorts ascending first by column 1 and then column 2 looks like: [[0,0],[1,0]]Example
    sortMultiSortKeyStringshiftKeyThe key used to select more than one column for multi-column sorting. Defaults to the shift key. Other options might be ctrlKey, altKey.
    Reference: http://developer.mozilla.org/en/docs/DOM:event#Properties
    Example
    textExtractionString Or Functionsimple - Defines which method is used to extract data from a table cell for sorting. - Built-in options include "simple" and "complex". Use complex if you have data marked up - inside of a table cell like: <td><strong><em>123 Main Street</em></strong></td>. - Complex can be slow in large tables so consider writing your own text extraction function "myTextExtraction" which you define like: -
    -var myTextExtraction = function(node) 
    -{ 
    -	// extract data from markup and return it 
    -	return node.childNodes[0].childNodes[0].innerHTML;
    -}
    -$(document).ready(function()
    -	{
    -		$("#myTable").tableSorter( {textExtraction: myTextExtraction} );
    -	}
    -);
    -
    - - tablesorter will pass a jQuery object containing the contents of the current cell for you to parse and return. Thanks to Josh Nathanson for the examples. -
    Example
    headersObjectnull - An object of instructions for per-column controls in the format: headers: { 0: { option: setting }, ... } For example, to disable - sorting on the first two columns of a table: headers: { 0: { sorter: false}, 1: {sorter: false} } - Example
    sortForceArraynullUse to add an additional forced sort that will be appended to the dynamic selections by the user. For example, can be used to sort people alphabetically after some other user-selected sort that results in rows with the same value like dates or money due. It can help prevent data from appearing as though it has a random secondary sort.Example
    widthFixedBooleanfalseIndicates if tablesorter should apply fixed widths to the table columns. This is useful for the Pager companion. Requires the jQuery dimension plugin to work.Example
    cancelSelectionBooleantrueIndicates if tablesorter should disable selection of text in the table header (TH). Makes header behave more like a button.
    cssHeaderString"header"The CSS style used to style the header in its unsorted state. Example from the blue skin: -
    -th.header {
    -	background-image: url(../img/small.gif);	
    -	cursor: pointer;
    -	font-weight: bold;
    -	background-repeat: no-repeat;
    -	background-position: center left;
    -	padding-left: 20px;
    -	border-right: 1px solid #dad9c7;
    -	margin-left: -1px;
    -}
    -
    -
    cssAscString"headerSortUp"The CSS style used to style the header when sorting ascending. Example from the blue skin: -
    -th.headerSortUp {
    -	background-image: url(../img/small_asc.gif);
    -	background-color: #3399FF;
    -}
    -
    -
    cssDescString"headerSortDown"The CSS style used to style the header when sorting descending. Example from the blue skin: -
    -th.headerSortDown {
    -	background-image: url(../img/small_desc.gif);
    -	background-color: #3399FF;
    -}
    -
    -
    debugBooleanfalse - Boolean flag indicating if tablesorter should display debuging information usefull for development. - Example
    - - - - -

    Download

    - -

    Full release - Plugin, Documentation, Add-ons, Themes jquery.tablesorter.zip

    - - -

    Pick n choose - Place at least the required files in a directory on your webserver that is accessible to a web browser. Record this location.

    - - Required: - - - Optional/Add-Ons: - - - Widgets: - - - Themes: -
      -
    • Green Skin - Images and CSS styles for green themed headers
    • -
    • Blue Skin - Images and CSS styles for blue themed headers (as seen in the examples)
    • -
    - - -

    Browser Compatibility

    - -

    tablesorter has been tested successfully in the following browsers with Javascript enabled:

    -
      -
    • Firefox 2+
    • -
    • Internet Explorer 6+
    • -
    • Safari 2+
    • -
    • Opera 9+
    • -
    • Konqueror
    • -
    - -

    jQuery Browser Compatibility

    - - - - - -

    Support

    -

    - Support is available through the - jQuery Mailing List. -

    -

    Access to the jQuery Mailing List is also available through Nabble Forums.

    - - - -

    Credits

    -

    - Written by Christian Bach. -

    -

    - Documentation written by Brian Ghidinelli, - based on Mike Alsup's great documention. -

    -

    - John Resig for the fantastic jQuery -

    -
    - - - - - - diff --git a/js/tablesorter/docs/js/chili/chili-1.8b.js b/js/tablesorter/docs/js/chili/chili-1.8b.js deleted file mode 100644 index c066040c..00000000 --- a/js/tablesorter/docs/js/chili/chili-1.8b.js +++ /dev/null @@ -1,392 +0,0 @@ -/* -=============================================================================== -Chili is the jQuery code highlighter plugin -............................................................................... - Copyright 2007 / Andrea Ercolino -------------------------------------------------------------------------------- -LICENSE: http://www.opensource.org/licenses/mit-license.php -WEBSITE: http://noteslog.com/chili/ -=============================================================================== - -=============================================================================== -Metaobjects is the jQuery metadata plugin on steroids -............................................................................... - Copyright 2007 / Andrea Ercolino -------------------------------------------------------------------------------- -LICENSE: http://www.opensource.org/licenses/mit-license.php -WEBSITE: http://noteslog.com/metaobjects/ -=============================================================================== -*/ - -//----------------------------------------------------------------------------- -( function($) { - -ChiliBook = { //implied global - - version: "1.8b" // 2007-05-26 - - , automatic: true - , automaticSelector: "code" - - , codeLanguage: function( el ) { - var recipeName = $( el ).attr( "class" ); - return recipeName ? recipeName : ''; - } - - , metadataSelector: "object.chili" // use an empty string for not executing - - , recipeLoading: true - , recipeFolder: "" // used like: recipeFolder + recipeName + '.js' - , stylesheetLoading: true - , stylesheetFolder: "" // used like: stylesheetFolder + recipeName + '.css' - - , defaultReplacement: '$$' - - , replaceSpace: " " // use an empty string for not replacing - , replaceTab: "    " // use an empty string for not replacing - , replaceNewLine: " 
    " // use an empty string for not replacing - - , recipes: {} //repository - , queue: {} //register - - //fix for IE: copy of PREformatted text strips off all html, losing newlines - , preFixCopy: document.selection && document.selection.createRange - , preContent: "" - , preElement: null -}; - - -$.metaobjects = function( options ) { - - options = $.extend( { - context: document - , clean: true - , selector: 'object.metaobject' - }, options ); - - function jsValue( value ) { - eval( 'value = ' + value + ";" ); - return value; - } - - return $( options.selector, options.context ) - .each( function() { - - var settings = { target: this.parentNode }; - $( '> param[@name=metaparam]', this ) - .each( function() { - $.extend( settings, jsValue( this.value ) ); - } ); - - $( '> param', this ) - .not( '[@name=metaparam]' ) - .each( function() { - var name = this.name, value = jsValue( this.value ); - $( settings.target ) - .each( function() { - this[ name ] = value; - } ); - } ); - - if( options.clean ) { - $( this ).remove(); - } - } ); -}; - -$.fn.chili = function( options ) { - var book = $.extend( {}, ChiliBook, options || {} ); - - function cook( ingredients, recipe ) { - - function prepareStep( stepName, step ) { - var exp = ( typeof step.exp == "string" ) ? step.exp : step.exp.source; - steps.push( { - stepName: stepName - , exp: "(" + exp + ")" - , length: 1 // add 1 to account for the newly added parentheses - + (exp // count number of submatches in here - .replace( /\\./g, "%" ) // disable any escaped character - .replace( /\[.*?\]/g, "%" ) // disable any character class - .match( /\((?!\?)/g ) // match any open parenthesis, not followed by a ? - || [] // make sure it is an empty array if there are no matches - ).length // get the number of matches - , replacement: (step.replacement) ? step.replacement : book.defaultReplacement - } ); - } // function prepareStep( stepName, step ) - - function knowHow() { - var prevLength = 0; - var exps = new Array; - for (var i = 0; i < steps.length; i++) { - var exp = steps[ i ].exp; - // adjust backreferences - exp = exp.replace( /\\\\|\\(\d+)/g, function( m, aNum ) { - return !aNum ? m : "\\" + ( prevLength + 1 + parseInt( aNum, 10 ) ); - } ); - exps.push( exp ); - prevLength += steps[ i ].length; - } - var source = exps.join( "|" ); - return new RegExp( source, (recipe.ignoreCase) ? "gi" : "g" ); - } // function knowHow() - - function escapeHTML( str ) { - return str.replace( /&/g, "&" ).replace( / 1 ) { - return; - } - var ingredients = el.childNodes[0] && el.childNodes[0].data; - if( ! ingredients ) { - return; - } - // hack for IE: \r is used instead of \n - ingredients = ingredients.replace(/\r\n?/g, "\n"); - - var dish = cook( ingredients, recipe ); // all happens here - - if( book.replaceTab ) { - dish = dish.replace( /\t/g, book.replaceTab ); - } - if( book.replaceNewLine ) { - dish = dish.replace( /\n/g, book.replaceNewLine ); - } - - $( el ).html( dish ); - if( ChiliBook.preFixCopy ) { - $( el ) - .parents() - .filter( "pre" ) - .bind( "mousedown", function() { - ChiliBook.preElement = this; - } ) - .bind( "mouseup", function() { - if( ChiliBook.preElement == this ) { - ChiliBook.preContent = document.selection.createRange().htmlText; - } - } ) - ; - } - } // function makeDish( el ) - - function getPath( recipeName, options ) { - var settingsDef = { - recipeFolder: book.recipeFolder - , recipeFile: recipeName + ".js" - , stylesheetFolder: book.stylesheetFolder - , stylesheetFile: recipeName + ".css" - }; - var settings; - if( options && typeof options == "object" ) { - settings = $.extend( settingsDef, options ); - } - else { - settings = settingsDef; - } - return { - recipe : settings.recipeFolder + settings.recipeFile - , stylesheet: settings.stylesheetFolder + settings.stylesheetFile - }; - } //function getPath( recipeName, options ) - -//----------------------------------------------------------------------------- -// initializations - if( book.metadataSelector ) { - $.metaobjects( { context: this, selector: book.metadataSelector } ); - } - -//----------------------------------------------------------------------------- -// the coloring starts here - this - .each( function() { - var el = this; - var recipeName = book.codeLanguage( el ); - if( '' != recipeName ) { - var path = getPath( recipeName, el.chili ); - if( book.recipeLoading || el.chili ) { - /* dynamic setups come here */ - if( ! book.queue[ path.recipe ] ) { - /* this is a new recipe to download */ - try { - book.queue[ path.recipe ] = [ el ]; - $.getJSON( path.recipe, function( recipeLoaded ) { - recipeLoaded.path = path.recipe; - book.recipes[ path.recipe ] = recipeLoaded; - if( book.stylesheetLoading ) { - checkCSS( path.stylesheet ); - } - var q = book.queue[ path.recipe ]; - for( var i = 0, iTop = q.length; i < iTop; i++ ) { - makeDish( q[ i ], path.recipe ); - } - } ); - } - catch( recipeNotAvailable ) { - alert( "the recipe for '" + recipeName + "' was not found in '" + path.recipe + "'" ); - } - } - else { - /* not a new recipe, so just enqueue this element */ - book.queue[ path.recipe ].push( el ); - } - /* a recipe could have been already downloaded */ - makeDish( el, path.recipe ); - } - else { - /* static setups come here */ - makeDish( el, path.recipe ); - } - } - } ); - - return this; -//----------------------------------------------------------------------------- -}; - -//main -$( function() { - - if( ChiliBook.automatic ) { - if( ChiliBook.elementPath ) { - //preserve backward compatibility - ChiliBook.automaticSelector = ChiliBook.elementPath; - if( ChiliBook.elementClass ) { - ChiliBook.codeLanguage = function ( el ) { - var selectClass = new RegExp( "\\b" + ChiliBook.elementClass + "\\b", "gi" ); - var elClass = $( el ).attr( "class" ); - if( ! elClass ) { - return ''; - } - var recipeName = $.trim( elClass.replace( selectClass, "" ) ); - return recipeName; - }; - } - } - - $( ChiliBook.automaticSelector ).chili(); - } - - if( ChiliBook.preFixCopy ) { - function preformatted( text ) { - if( '' == text ) { - return ""; - } - do { - var newline_flag = (new Date()).valueOf(); - } - while( text.indexOf( newline_flag ) > -1 ); - text = text.replace( /\]*?\>/ig, newline_flag ); - var el = document.createElement( '
    ' );
    -			el.innerHTML = text;
    -			text = el.innerText.replace( new RegExp( newline_flag, "g" ), '\r\n' );
    -			return text;
    -		}
    -
    -		$( "body" )
    -		.bind( "copy", function() {
    -			if( '' != ChiliBook.preContent ) {
    -				window.clipboardData.setData( 'Text', preformatted( ChiliBook.preContent ) );
    -				event.returnValue = false;
    -			}
    -		} )
    -		.bind( "mousedown", function() {
    -			ChiliBook.preContent = "";
    -		} )
    -		.bind( "mouseup", function() {
    -			ChiliBook.preElement = null;
    -		} )
    -		;
    -	}
    -
    -} );
    -
    -} ) ( jQuery );
    diff --git a/js/tablesorter/docs/js/chili/chili-1.8b.pack.js b/js/tablesorter/docs/js/chili/chili-1.8b.pack.js
    deleted file mode 100644
    index 21758e2e..00000000
    --- a/js/tablesorter/docs/js/chili/chili-1.8b.pack.js
    +++ /dev/null
    @@ -1 +0,0 @@
    -(function($){ChiliBook={version:"1.8b",automatic:true,automaticSelector:"code",codeLanguage:function(el){var recipeName=$(el).attr("class");return recipeName?recipeName:''},metadataSelector:"object.chili",recipeLoading:true,recipeFolder:"",stylesheetLoading:true,stylesheetFolder:"",defaultReplacement:'$$',replaceSpace:" ",replaceTab:"    ",replaceNewLine:" 
    ",recipes:{},queue:{},preFixCopy:document.selection&&document.selection.createRange,preContent:"",preElement:null};$.metaobjects=function(options){options=$.extend({context:document,clean:true,selector:'object.metaobject'},options);function jsValue(value){eval('value = '+value+";");return value}return $(options.selector,options.context).each(function(){var settings={target:this.parentNode};$('> param[@name=metaparam]',this).each(function(){$.extend(settings,jsValue(this.value))});$('> param',this).not('[@name=metaparam]').each(function(){var name=this.name,value=jsValue(this.value);$(settings.target).each(function(){this[name]=value})});if(options.clean){$(this).remove()}})};$.fn.chili=function(options){var book=$.extend({},ChiliBook,options||{});function cook(ingredients,recipe){function prepareStep(stepName,step){var exp=(typeof step.exp=="string")?step.exp:step.exp.source;steps.push({stepName:stepName,exp:"("+exp+")",length:1+(exp.replace(/\\./g,"%").replace(/\[.*?\]/g,"%").match(/\((?!\?)/g)||[]).length,replacement:(step.replacement)?step.replacement:book.defaultReplacement})}function knowHow(){var prevLength=0;var exps=new Array;for(var i=0;i1){return}var ingredients=el.childNodes[0]&&el.childNodes[0].data;if(!ingredients){return}ingredients=ingredients.replace(/\r\n?/g,"\n");var dish=cook(ingredients,recipe);if(book.replaceTab){dish=dish.replace(/\t/g,book.replaceTab)}if(book.replaceNewLine){dish=dish.replace(/\n/g,book.replaceNewLine)}$(el).html(dish);if(ChiliBook.preFixCopy){$(el).parents().filter("pre").bind("mousedown",function(){ChiliBook.preElement=this}).bind("mouseup",function(){if(ChiliBook.preElement==this){ChiliBook.preContent=document.selection.createRange().htmlText}})}}function getPath(recipeName,options){var settingsDef={recipeFolder:book.recipeFolder,recipeFile:recipeName+".js",stylesheetFolder:book.stylesheetFolder,stylesheetFile:recipeName+".css"};var settings;if(options&&typeof options=="object"){settings=$.extend(settingsDef,options)}else{settings=settingsDef}return{recipe:settings.recipeFolder+settings.recipeFile,stylesheet:settings.stylesheetFolder+settings.stylesheetFile}}if(book.metadataSelector){$.metaobjects({context:this,selector:book.metadataSelector})}$(this).each(function(){var el=this;var recipeName=book.codeLanguage(el);if(''!=recipeName){var path=getPath(recipeName,el.chili);if(book.recipeLoading||el.chili){if(!book.queue[path.recipe]){try{book.queue[path.recipe]=[el];$.getJSON(path.recipe,function(recipeLoaded){recipeLoaded.path=path.recipe;book.recipes[path.recipe]=recipeLoaded;if(book.stylesheetLoading){checkCSS(path.stylesheet)}var q=book.queue[path.recipe];for(var i=0,iTop=q.length;i-1);text=text.replace(/\]*?\>/ig,newline_flag);var el=document.createElement('
    ');el.innerHTML=text;text=el.innerText.replace(new RegExp(newline_flag,"g"),'\r\n');return text}$("body").bind("copy",function(){if(''!=ChiliBook.preContent){window.clipboardData.setData('Text',preformatted(ChiliBook.preContent));event.returnValue=false}}).bind("mousedown",function(){ChiliBook.preContent=""}).bind("mouseup",function(){ChiliBook.preElement=null})}})})(jQuery);
    \ No newline at end of file
    diff --git a/js/tablesorter/docs/js/chili/cplusplus.css b/js/tablesorter/docs/js/chili/cplusplus.css
    deleted file mode 100644
    index 47707356..00000000
    --- a/js/tablesorter/docs/js/chili/cplusplus.css
    +++ /dev/null
    @@ -1,18 +0,0 @@
    -/*
    -===============================================================================
    -Chili is the jQuery code highlighter plugin
    -...............................................................................
    -                                               Copyright 2007 / Andrea Ercolino
    --------------------------------------------------------------------------------
    -LICENSE: http://www.opensource.org/licenses/mit-license.php
    -WEBSITE: http://noteslog.com/chili/
    -===============================================================================
    -*/
    -
    -.cplusplus .mlcom    { color: #4040c2; }
    -.cplusplus .com      { color: green; }
    -.cplusplus .string   { color: teal; }
    -.cplusplus .keyword  { color: navy; font-weight: bold; }
    -.cplusplus .datatype { color: blue; }
    -.cplusplus .preproc  { color: red; }
    -.cplusplus .number   { color: red; }
    diff --git a/js/tablesorter/docs/js/chili/cplusplus.js b/js/tablesorter/docs/js/chili/cplusplus.js
    deleted file mode 100644
    index 5cc6b5b9..00000000
    --- a/js/tablesorter/docs/js/chili/cplusplus.js
    +++ /dev/null
    @@ -1,22 +0,0 @@
    -/*
    -===============================================================================
    -Chili is the jQuery code highlighter plugin
    -...............................................................................
    -                                               Copyright 2007 / Andrea Ercolino
    --------------------------------------------------------------------------------
    -LICENSE: http://www.opensource.org/licenses/mit-license.php
    -WEBSITE: http://noteslog.com/chili/
    -===============================================================================
    -*/
    -
    -{
    -	steps: {
    -		  mlcom   : { exp: /\/\*[^*]*\*+(?:[^\/][^*]*\*+)*\// }
    -		, com     : { exp: /\/\/.*/ }
    -		, preproc : { exp: /[\^\n]\s*#\w+/ }
    -		, string  : { exp: /(?:\'[^\'\\\n]*(?:\\.[^\'\\\n]*)*\')|(?:\"[^\"\\\n]*(?:\\.[^\"\\\n]*)*\")/ }
    -		, number  : { exp: /\b[+-]?(?:\d*\.?\d+|\d+\.?\d*)(?:[eE][+-]?\d+)?\b/ }
    -		, datatype: { exp: /\b(?:ATOM|BOOL|BOOLEAN|BYTE|CHAR|COLORREF|DWORD|DWORD32|DWORD64|DWORDLONG|DWORD_PTR|FILE|FLOAT|HACCEL|HALF_PTR|HANDLE|HBITMAP|HBRUSH|HCOLORSPACE|HCONV|HCONVLIST|HCURSOR|HDC|HDDEDATA|HDESK|HDROP|HDWP|HENHMETAFILE|HFILE|HFONT|HGDIOBJ|HGLOBAL|HHOOK|HICON|HINSTANCE|HKEY|HKL|HLOCAL|HMENU|HMETAFILE|HMODULE|HMONITOR|HPALETTE|HPEN|HRESULT|HRGN|HRSRC|HSZ|HWINSTA|HWND|INT|INT32|INT64|INT_PTR|LANGID|LCID|LCTYPE|LGRPID|LONG|LONG32|LONG64|LONGLONG|LONG_PTR|LPARAM|LPBOOL|LPBYTE|LPCOLORREF|LPCSTR|LPCTSTR|LPCVOID|LPCWSTR|LPDWORD|LPHANDLE|LPINT|LPLONG|LPSTR|LPTSTR|LPVOID|LPWORD|LPWSTR|LRESULT|PBOOL|PBOOLEAN|PBYTE|PCHAR|PCSTR|PCTSTR|PCWSTR|PDWORD32|PDWORD64|PDWORDLONG|PDWORD_PTR|PFLOAT|PHALF_PTR|PHANDLE|PHKEY|PINT|PINT32|PINT64|PINT_PTR|PLCID|PLONG|PLONG32|PLONG64|PLONGLONG|PLONG_PTR|POINTER_32|POINTER_64|PSHORT|PSIZE_T|PSSIZE_T|PSTR|PTBYTE|PTCHAR|PTSTR|PUCHAR|PUHALF_PTR|PUINT|PUINT32|PUINT64|PUINT_PTR|PULONG|PULONG32|PULONG64|PULONGLONG|PULONG_PTR|PUSHORT|PVOID|PWCHAR|PWORD|PWSTR|SC_HANDLE|SC_LOCK|SERVICE_STATUS_HANDLE|SHORT|SIZE_T|SSIZE_T|TBYTE|TCHAR|UCHAR|UHALF_PTR|UINT|UINT32|UINT64|UINT_PTR|ULONG|ULONG32|ULONG64|ULONGLONG|ULONG_PTR|USHORT|USN|VOID|WCHAR|WORD|WPARAM|_EXCEPTION_POINTERS|_FPIEEE_RECORD|_HEAPINFO|_HFILE|_PNH|__finddata64_t|__int16|__int32|__int64|__int8|__stat64|__time64_t|__timeb64|__wchar_t|__wfinddata64_t|_complex|_dev_t|_diskfree_t|_exception|_finddata_t|_finddatai64_t|_off_t|_onexit_t|_purecall_handler|_stat|_stati64|_timeb|_utimbuf|_wfinddata_t|_wfinddatai64_t|bool|char|clock_t|div_t|double|float|fpos_t|int|intptr_t|jmp_buf|lconv|ldiv_t|long|mbstate_t|ptrdiff_t|short|sig_atomic_t|signed|size_t|terminate_function|time_t|tm|uintptr_t|va_list|wchar_t|wctrans_t|wctype_t|wint_t)\b/ }
    -		, keyword : { exp: /\b(?:__declspec|__exception|__finally|__try|break|case|catch|class|const|const_cast|continue|default|delete|deprecated|dllexport|dllimport|do|dynamic_cast|else|enum|explicit|extern|false|for|friend|goto|if|inline|mutable|naked|namespace|new|noinline|noreturn|nothrow|private|protected|public|register|reinterpret_cast|return|selectany|sizeof|static|static_cast|struct|switch|template|this|thread|throw|true|try|typedef|typeid|typename|union|using|uuid|virtual|void|volatile|whcar_t|while)\b/ }
    -	}
    -}
    diff --git a/js/tablesorter/docs/js/chili/csharp.css b/js/tablesorter/docs/js/chili/csharp.css
    deleted file mode 100644
    index f34c628c..00000000
    --- a/js/tablesorter/docs/js/chili/csharp.css
    +++ /dev/null
    @@ -1,17 +0,0 @@
    -/*
    -===============================================================================
    -Chili is the jQuery code highlighter plugin
    -...............................................................................
    -                                               Copyright 2007 / Andrea Ercolino
    --------------------------------------------------------------------------------
    -LICENSE: http://www.opensource.org/licenses/mit-license.php
    -WEBSITE: http://noteslog.com/chili/
    -===============================================================================
    -*/
    -
    -.csharp .mlcom    { color: #4040c2; }
    -.csharp .com      { color: green; }
    -.csharp .string   { color: teal; }
    -.csharp .keyword  { color: navy; font-weight: bold; }
    -.csharp .preproc  { color: red; }
    -.csharp .number   { color: red; }
    diff --git a/js/tablesorter/docs/js/chili/csharp.js b/js/tablesorter/docs/js/chili/csharp.js
    deleted file mode 100644
    index 005a3a6c..00000000
    --- a/js/tablesorter/docs/js/chili/csharp.js
    +++ /dev/null
    @@ -1,21 +0,0 @@
    -/*
    -===============================================================================
    -Chili is the jQuery code highlighter plugin
    -...............................................................................
    -                                               Copyright 2007 / Andrea Ercolino
    --------------------------------------------------------------------------------
    -LICENSE: http://www.opensource.org/licenses/mit-license.php
    -WEBSITE: http://noteslog.com/chili/
    -===============================================================================
    -*/
    -
    -{
    -	steps: {
    -		  mlcom  : { exp: /\/\*[^*]*\*+(?:[^\/][^*]*\*+)*\// }
    -		, com    : { exp: /\/\/.*/ }
    -		, string : { exp: /(?:\'[^\'\\\n]*(?:\\.[^\'\\\n]*)*\')|(?:\"[^\"\\\n]*(?:\\.[^\"\\\n]*)*\")/ }
    -		, preproc: { exp: /^\s*#.*/ }
    -		, number : { exp: /\b[+-]?(?:\d*\.?\d+|\d+\.?\d*)(?:[eE][+-]?\d+)?\b/ }
    -		, keyword: { exp: /\b(?:abstract|as|base|bool|break|byte|case|catch|char|checked|class|const|continue|decimal|default|delegate|do|double|else|enum|event|explicit|extern|false|finally|fixed|float|for|foreach|get|goto|if|implicit|in|int|interface|internal|is|lock|long|namespace|new|null|object|operator|out|override|params|private|protected|public|readonly|ref|return|sbyte|sealed|set|short|sizeof|stackalloc|static|string|struct|switch|this|throw|true|try|typeof|uint|ulong|unchecked|unsafe|ushort|using|virtual|void|while)\b/ }
    -	}
    -}
    diff --git a/js/tablesorter/docs/js/chili/css.css b/js/tablesorter/docs/js/chili/css.css
    deleted file mode 100644
    index e401117c..00000000
    --- a/js/tablesorter/docs/js/chili/css.css
    +++ /dev/null
    @@ -1,17 +0,0 @@
    -/*
    -===============================================================================
    -Chili is the jQuery code highlighter plugin
    -...............................................................................
    -                                               Copyright 2007 / Andrea Ercolino
    --------------------------------------------------------------------------------
    -LICENSE: http://www.opensource.org/licenses/mit-license.php
    -WEBSITE: http://noteslog.com/chili/
    -===============================================================================
    -*/
    -
    -.css .mlcom  { color: #4040c2; }
    -.css .color  { color: green; }
    -.css .string { color: teal; }
    -.css .attrib { color: navy; font-weight: bold; }
    -.css .value  { color: blue; }
    -.css .number { color: red; }
    diff --git a/js/tablesorter/docs/js/chili/css.js b/js/tablesorter/docs/js/chili/css.js
    deleted file mode 100644
    index b8261d1e..00000000
    --- a/js/tablesorter/docs/js/chili/css.js
    +++ /dev/null
    @@ -1,21 +0,0 @@
    -/*
    -===============================================================================
    -Chili is the jQuery code highlighter plugin
    -...............................................................................
    -                                               Copyright 2007 / Andrea Ercolino
    --------------------------------------------------------------------------------
    -LICENSE: http://www.opensource.org/licenses/mit-license.php
    -WEBSITE: http://noteslog.com/chili/
    -===============================================================================
    -*/
    -
    -{
    -	steps: {
    -		  mlcom : { exp: /\/\*[^*]*\*+(?:[^\/][^*]*\*+)*\// }
    -		, string: { exp: /(?:\'[^\'\\\n]*(?:\\.[^\'\\\n]*)*\')|(?:\"[^\"\\\n]*(?:\\.[^\"\\\n]*)*\")/ }
    -		, number: { exp: /(?:\b[+-]?(?:\d*\.?\d+|\d+\.?\d*))(?:%|(?:(?:px|pt|em|)\b))/ }
    -		, attrib: { exp: /\b(?:z-index|x-height|word-spacing|widths|width|widows|white-space|volume|voice-family|visibility|vertical-align|units-per-em|unicode-range|unicode-bidi|text-transform|text-shadow|text-indent|text-decoration|text-align|table-layout|stress|stemv|stemh|src|speech-rate|speak-punctuation|speak-numeral|speak-header|speak|slope|size|right|richness|quotes|position|play-during|pitch-range|pitch|pause-before|pause-after|pause|page-break-inside|page-break-before|page-break-after|page|padding-top|padding-right|padding-left|padding-bottom|padding|overflow|outline-width|outline-style|outline-color|outline|orphans|min-width|min-height|max-width|max-height|mathline|marks|marker-offset|margin-top|margin-right|margin-left|margin-bottom|margin|list-style-type|list-style-position|list-style-image|list-style|line-height|letter-spacing|height|font-weight|font-variant|font-style|font-stretch|font-size-adjust|font-size|font-family|font|float|empty-cells|elevation|display|direction|descent|definition-src|cursor|cue-before|cue-after|cue|counter-reset|counter-increment|content|color|clip|clear|centerline|caption-side|cap-height|bottom|border-width|border-top-width|border-top-style|border-top-color|border-top|border-style|border-spacing|border-right-width|border-right-style|border-right-color|border-right|border-left-width|border-left-style|border-left-color|border-left|border-color|border-collapse|border-bottom-width|border-bottom-style|border-bottom-color|border-bottom|border|bbox|baseline|background-repeat|background-position|background-image|background-color|background-attachment|background|azimuth|ascent)\b/ }
    -		, value : { exp: /\b(?:xx-small|xx-large|x-soft|x-small|x-slow|x-low|x-loud|x-large|x-high|x-fast|wider|wait|w-resize|visible|url|uppercase|upper-roman|upper-latin|upper-alpha|underline|ultra-expanded|ultra-condensed|tv|tty|transparent|top|thin|thick|text-top|text-bottom|table-row-group|table-row|table-header-group|table-footer-group|table-column-group|table-column|table-cell|table-caption|sw-resize|super|sub|status-bar|static|square|spell-out|speech|solid|soft|smaller|small-caption|small-caps|small|slower|slow|silent|show|separate|semi-expanded|semi-condensed|se-resize|scroll|screen|s-resize|run-in|rtl|rightwards|right-side|right|ridge|rgb|repeat-y|repeat-x|repeat|relative|projection|print|pre|portrait|pointer|overline|outside|outset|open-quote|once|oblique|nw-resize|nowrap|normal|none|no-repeat|no-open-quote|no-close-quote|ne-resize|narrower|n-resize|move|mix|middle|message-box|medium|marker|ltr|lowercase|lower-roman|lower-latin|lower-greek|lower-alpha|lower|low|loud|local|list-item|line-through|lighter|level|leftwards|left-side|left|larger|large|landscape|justify|italic|invert|inside|inset|inline-table|inline|icon|higher|high|hide|hidden|help|hebrew|handheld|groove|format|fixed|faster|fast|far-right|far-left|fantasy|extra-expanded|extra-condensed|expanded|embossed|embed|e-resize|double|dotted|disc|digits|default|decimal-leading-zero|decimal|dashed|cursive|crosshair|cross|crop|counters|counter|continuous|condensed|compact|collapse|code|close-quote|circle|center-right|center-left|center|caption|capitalize|braille|bottom|both|bolder|bold|block|blink|bidi-override|below|behind|baseline|avoid|auto|aural|attr|armenian|always|all|absolute|above)\b/ }
    -		, color : { exp: /(?:\#[a-zA-Z0-9]{3,6})|(?:yellow|white|teal|silver|red|purple|olive|navy|maroon|lime|green|gray|fuchsia|blue|black|aqua)/ }
    -	}
    -}
    diff --git a/js/tablesorter/docs/js/chili/delphi.css b/js/tablesorter/docs/js/chili/delphi.css
    deleted file mode 100644
    index da03d320..00000000
    --- a/js/tablesorter/docs/js/chili/delphi.css
    +++ /dev/null
    @@ -1,17 +0,0 @@
    -/*
    -===============================================================================
    -Chili is the jQuery code highlighter plugin
    -...............................................................................
    -                                               Copyright 2007 / Andrea Ercolino
    --------------------------------------------------------------------------------
    -LICENSE: http://www.opensource.org/licenses/mit-license.php
    -WEBSITE: http://noteslog.com/chili/
    -===============================================================================
    -*/
    -
    -.delphi .mlcom   { color: #4040c2; }
    -.delphi .com     { color: green; }
    -.delphi .string  { color: teal; }
    -.delphi .keyword { color: navy; font-weight: bold; }
    -.delphi .direct  { color: red; }
    -.delphi .number  { color: red; }
    diff --git a/js/tablesorter/docs/js/chili/delphi.js b/js/tablesorter/docs/js/chili/delphi.js
    deleted file mode 100644
    index e7b231f3..00000000
    --- a/js/tablesorter/docs/js/chili/delphi.js
    +++ /dev/null
    @@ -1,21 +0,0 @@
    -/*
    -===============================================================================
    -Chili is the jQuery code highlighter plugin
    -...............................................................................
    -                                               Copyright 2007 / Andrea Ercolino
    --------------------------------------------------------------------------------
    -LICENSE: http://www.opensource.org/licenses/mit-license.php
    -WEBSITE: http://noteslog.com/chili/
    -===============================================================================
    -*/
    -
    -{
    -	steps: {
    -		  mlcom  : { exp: /(?:\(\*[\s\S]*?\*\))|(?:{(?!\$)[\s\S]*?})/ }
    -		, com    : { exp: /\/\/.*/ }
    -		, string : { exp: /(?:\'[^\'\\\n]*(?:\\.[^\'\\\n]*)*\')/ }
    -		, number : { exp: /(?:\b[+-]?(?:\d*\.?\d+|\d+\.?\d*)(?:[eE][+-]?\d+)?\b)|(?:\$[a-zA-Z0-9]+\b)/ }
    -		, direct : { exp: /\{\$[a-zA-Z]+ .+\}/ }
    -		, keyword: { exp: /\b(?:abs|addr|and|ansichar|ansistring|array|as|asm|begin|boolean|byte|cardinal|case|char|class|comp|const|constructor|currency|destructor|div|do|double|downto|else|end|except|exports|extended|false|file|finalization|finally|for|function|goto|if|implementation|in|inherited|initialization|int64|integer|interface|is|label|library|longint|longword|mod|nil|not|object|of|on|or|packed|pansichar|pansistring|pchar|pcurrency|pdatetime|pextended|pint64|pointer|private|procedure|program|property|protected|pshortstring|pstring|public|published|pvariant|pwidechar|pwidestring|raise|real|real48|record|repeat|set|shl|shortint|shortstring|shr|single|smallint|string|then|threadvar|to|true|try|type|unit|until|uses|val|var|varirnt|while|widechar|widestring|with|word|write|writeln|xor)\b/ }
    -	}
    -}
    diff --git a/js/tablesorter/docs/js/chili/html.css b/js/tablesorter/docs/js/chili/html.css
    deleted file mode 100644
    index b6876617..00000000
    --- a/js/tablesorter/docs/js/chili/html.css
    +++ /dev/null
    @@ -1,17 +0,0 @@
    -/*
    -===============================================================================
    -Chili is the jQuery code highlighter plugin
    -...............................................................................
    -                                               Copyright 2007 / Andrea Ercolino
    --------------------------------------------------------------------------------
    -LICENSE: http://www.opensource.org/licenses/mit-license.php
    -WEBSITE: http://noteslog.com/chili/
    -===============================================================================
    -*/
    -
    -.html .php    { color: red; font-weight: bold; }
    -.html .tag    { color: navy; font-weight: bold; }
    -.html .aname  { color: purple; }
    -.html .avalue { color: fuchsia; }
    -.html .mlcom  { color: green; }
    -.html .entity { color: teal; }
    diff --git a/js/tablesorter/docs/js/chili/html.js b/js/tablesorter/docs/js/chili/html.js
    deleted file mode 100644
    index 17fdf6db..00000000
    --- a/js/tablesorter/docs/js/chili/html.js
    +++ /dev/null
    @@ -1,23 +0,0 @@
    -/*
    -===============================================================================
    -Chili is the jQuery code highlighter plugin
    -...............................................................................
    -                                               Copyright 2007 / Andrea Ercolino
    --------------------------------------------------------------------------------
    -LICENSE: http://www.opensource.org/licenses/mit-license.php
    -WEBSITE: http://noteslog.com/chili/
    -===============================================================================
    -*/
    -
    -{
    -    steps: {
    -          mlcom : { exp: /\/g,'-->\n');
    -				
    -		$("#html pre").text(html);
    -	}
    -	$("pre.javascript").chili();
    -	$("pre.html").chili();
    -	$("pre.css").chili();
    -});
    \ No newline at end of file
    diff --git a/js/tablesorter/jquery-latest.js b/js/tablesorter/jquery-latest.js
    deleted file mode 100644
    index 3747929d..00000000
    --- a/js/tablesorter/jquery-latest.js
    +++ /dev/null
    @@ -1,32 +0,0 @@
    -/*
    - * jQuery 1.2.3 - New Wave Javascript
    - *
    - * Copyright (c) 2008 John Resig (jquery.com)
    - * Dual licensed under the MIT (MIT-LICENSE.txt)
    - * and GPL (GPL-LICENSE.txt) licenses.
    - *
    - * $Date: 2008-02-06 00:21:25 -0500 (Wed, 06 Feb 2008) $
    - * $Rev: 4663 $
    - */
    -(function(){if(window.jQuery)var _jQuery=window.jQuery;var jQuery=window.jQuery=function(selector,context){return new jQuery.prototype.init(selector,context);};if(window.$)var _$=window.$;window.$=jQuery;var quickExpr=/^[^<]*(<(.|\s)+>)[^>]*$|^#(\w+)$/;var isSimple=/^.[^:#\[\.]*$/;jQuery.fn=jQuery.prototype={init:function(selector,context){selector=selector||document;if(selector.nodeType){this[0]=selector;this.length=1;return this;}else if(typeof selector=="string"){var match=quickExpr.exec(selector);if(match&&(match[1]||!context)){if(match[1])selector=jQuery.clean([match[1]],context);else{var elem=document.getElementById(match[3]);if(elem)if(elem.id!=match[3])return jQuery().find(selector);else{this[0]=elem;this.length=1;return this;}else
    -selector=[];}}else
    -return new jQuery(context).find(selector);}else if(jQuery.isFunction(selector))return new jQuery(document)[jQuery.fn.ready?"ready":"load"](selector);return this.setArray(selector.constructor==Array&&selector||(selector.jquery||selector.length&&selector!=window&&!selector.nodeType&&selector[0]!=undefined&&selector[0].nodeType)&&jQuery.makeArray(selector)||[selector]);},jquery:"1.2.3",size:function(){return this.length;},length:0,get:function(num){return num==undefined?jQuery.makeArray(this):this[num];},pushStack:function(elems){var ret=jQuery(elems);ret.prevObject=this;return ret;},setArray:function(elems){this.length=0;Array.prototype.push.apply(this,elems);return this;},each:function(callback,args){return jQuery.each(this,callback,args);},index:function(elem){var ret=-1;this.each(function(i){if(this==elem)ret=i;});return ret;},attr:function(name,value,type){var options=name;if(name.constructor==String)if(value==undefined)return this.length&&jQuery[type||"attr"](this[0],name)||undefined;else{options={};options[name]=value;}return this.each(function(i){for(name in options)jQuery.attr(type?this.style:this,name,jQuery.prop(this,options[name],type,i,name));});},css:function(key,value){if((key=='width'||key=='height')&&parseFloat(value)<0)value=undefined;return this.attr(key,value,"curCSS");},text:function(text){if(typeof text!="object"&&text!=null)return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(text));var ret="";jQuery.each(text||this,function(){jQuery.each(this.childNodes,function(){if(this.nodeType!=8)ret+=this.nodeType!=1?this.nodeValue:jQuery.fn.text([this]);});});return ret;},wrapAll:function(html){if(this[0])jQuery(html,this[0].ownerDocument).clone().insertBefore(this[0]).map(function(){var elem=this;while(elem.firstChild)elem=elem.firstChild;return elem;}).append(this);return this;},wrapInner:function(html){return this.each(function(){jQuery(this).contents().wrapAll(html);});},wrap:function(html){return this.each(function(){jQuery(this).wrapAll(html);});},append:function(){return this.domManip(arguments,true,false,function(elem){if(this.nodeType==1)this.appendChild(elem);});},prepend:function(){return this.domManip(arguments,true,true,function(elem){if(this.nodeType==1)this.insertBefore(elem,this.firstChild);});},before:function(){return this.domManip(arguments,false,false,function(elem){this.parentNode.insertBefore(elem,this);});},after:function(){return this.domManip(arguments,false,true,function(elem){this.parentNode.insertBefore(elem,this.nextSibling);});},end:function(){return this.prevObject||jQuery([]);},find:function(selector){var elems=jQuery.map(this,function(elem){return jQuery.find(selector,elem);});return this.pushStack(/[^+>] [^+>]/.test(selector)||selector.indexOf("..")>-1?jQuery.unique(elems):elems);},clone:function(events){var ret=this.map(function(){if(jQuery.browser.msie&&!jQuery.isXMLDoc(this)){var clone=this.cloneNode(true),container=document.createElement("div");container.appendChild(clone);return jQuery.clean([container.innerHTML])[0];}else
    -return this.cloneNode(true);});var clone=ret.find("*").andSelf().each(function(){if(this[expando]!=undefined)this[expando]=null;});if(events===true)this.find("*").andSelf().each(function(i){if(this.nodeType==3)return;var events=jQuery.data(this,"events");for(var type in events)for(var handler in events[type])jQuery.event.add(clone[i],type,events[type][handler],events[type][handler].data);});return ret;},filter:function(selector){return this.pushStack(jQuery.isFunction(selector)&&jQuery.grep(this,function(elem,i){return selector.call(elem,i);})||jQuery.multiFilter(selector,this));},not:function(selector){if(selector.constructor==String)if(isSimple.test(selector))return this.pushStack(jQuery.multiFilter(selector,this,true));else
    -selector=jQuery.multiFilter(selector,this);var isArrayLike=selector.length&&selector[selector.length-1]!==undefined&&!selector.nodeType;return this.filter(function(){return isArrayLike?jQuery.inArray(this,selector)<0:this!=selector;});},add:function(selector){return!selector?this:this.pushStack(jQuery.merge(this.get(),selector.constructor==String?jQuery(selector).get():selector.length!=undefined&&(!selector.nodeName||jQuery.nodeName(selector,"form"))?selector:[selector]));},is:function(selector){return selector?jQuery.multiFilter(selector,this).length>0:false;},hasClass:function(selector){return this.is("."+selector);},val:function(value){if(value==undefined){if(this.length){var elem=this[0];if(jQuery.nodeName(elem,"select")){var index=elem.selectedIndex,values=[],options=elem.options,one=elem.type=="select-one";if(index<0)return null;for(var i=one?index:0,max=one?index+1:options.length;i=0||jQuery.inArray(this.name,value)>=0);else if(jQuery.nodeName(this,"select")){var values=value.constructor==Array?value:[value];jQuery("option",this).each(function(){this.selected=(jQuery.inArray(this.value,values)>=0||jQuery.inArray(this.text,values)>=0);});if(!values.length)this.selectedIndex=-1;}else
    -this.value=value;});},html:function(value){return value==undefined?(this.length?this[0].innerHTML:null):this.empty().append(value);},replaceWith:function(value){return this.after(value).remove();},eq:function(i){return this.slice(i,i+1);},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments));},map:function(callback){return this.pushStack(jQuery.map(this,function(elem,i){return callback.call(elem,i,elem);}));},andSelf:function(){return this.add(this.prevObject);},data:function(key,value){var parts=key.split(".");parts[1]=parts[1]?"."+parts[1]:"";if(value==null){var data=this.triggerHandler("getData"+parts[1]+"!",[parts[0]]);if(data==undefined&&this.length)data=jQuery.data(this[0],key);return data==null&&parts[1]?this.data(parts[0]):data;}else
    -return this.trigger("setData"+parts[1]+"!",[parts[0],value]).each(function(){jQuery.data(this,key,value);});},removeData:function(key){return this.each(function(){jQuery.removeData(this,key);});},domManip:function(args,table,reverse,callback){var clone=this.length>1,elems;return this.each(function(){if(!elems){elems=jQuery.clean(args,this.ownerDocument);if(reverse)elems.reverse();}var obj=this;if(table&&jQuery.nodeName(this,"table")&&jQuery.nodeName(elems[0],"tr"))obj=this.getElementsByTagName("tbody")[0]||this.appendChild(this.ownerDocument.createElement("tbody"));var scripts=jQuery([]);jQuery.each(elems,function(){var elem=clone?jQuery(this).clone(true)[0]:this;if(jQuery.nodeName(elem,"script")){scripts=scripts.add(elem);}else{if(elem.nodeType==1)scripts=scripts.add(jQuery("script",elem).remove());callback.call(obj,elem);}});scripts.each(evalScript);});}};jQuery.prototype.init.prototype=jQuery.prototype;function evalScript(i,elem){if(elem.src)jQuery.ajax({url:elem.src,async:false,dataType:"script"});else
    -jQuery.globalEval(elem.text||elem.textContent||elem.innerHTML||"");if(elem.parentNode)elem.parentNode.removeChild(elem);}jQuery.extend=jQuery.fn.extend=function(){var target=arguments[0]||{},i=1,length=arguments.length,deep=false,options;if(target.constructor==Boolean){deep=target;target=arguments[1]||{};i=2;}if(typeof target!="object"&&typeof target!="function")target={};if(length==1){target=this;i=0;}for(;i-1;}},swap:function(elem,options,callback){var old={};for(var name in options){old[name]=elem.style[name];elem.style[name]=options[name];}callback.call(elem);for(var name in options)elem.style[name]=old[name];},css:function(elem,name,force){if(name=="width"||name=="height"){var val,props={position:"absolute",visibility:"hidden",display:"block"},which=name=="width"?["Left","Right"]:["Top","Bottom"];function getWH(){val=name=="width"?elem.offsetWidth:elem.offsetHeight;var padding=0,border=0;jQuery.each(which,function(){padding+=parseFloat(jQuery.curCSS(elem,"padding"+this,true))||0;border+=parseFloat(jQuery.curCSS(elem,"border"+this+"Width",true))||0;});val-=Math.round(padding+border);}if(jQuery(elem).is(":visible"))getWH();else
    -jQuery.swap(elem,props,getWH);return Math.max(0,val);}return jQuery.curCSS(elem,name,force);},curCSS:function(elem,name,force){var ret;function color(elem){if(!jQuery.browser.safari)return false;var ret=document.defaultView.getComputedStyle(elem,null);return!ret||ret.getPropertyValue("color")=="";}if(name=="opacity"&&jQuery.browser.msie){ret=jQuery.attr(elem.style,"opacity");return ret==""?"1":ret;}if(jQuery.browser.opera&&name=="display"){var save=elem.style.outline;elem.style.outline="0 solid black";elem.style.outline=save;}if(name.match(/float/i))name=styleFloat;if(!force&&elem.style&&elem.style[name])ret=elem.style[name];else if(document.defaultView&&document.defaultView.getComputedStyle){if(name.match(/float/i))name="float";name=name.replace(/([A-Z])/g,"-$1").toLowerCase();var getComputedStyle=document.defaultView.getComputedStyle(elem,null);if(getComputedStyle&&!color(elem))ret=getComputedStyle.getPropertyValue(name);else{var swap=[],stack=[];for(var a=elem;a&&color(a);a=a.parentNode)stack.unshift(a);for(var i=0;i]*?)\/>/g,function(all,front,tag){return tag.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?all:front+">";});var tags=jQuery.trim(elem).toLowerCase(),div=context.createElement("div");var wrap=!tags.indexOf("",""]||!tags.indexOf("",""]||tags.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"","
    "]||!tags.indexOf("",""]||(!tags.indexOf("",""]||!tags.indexOf("",""]||jQuery.browser.msie&&[1,"div
    ","
    "]||[0,"",""];div.innerHTML=wrap[1]+elem+wrap[2];while(wrap[0]--)div=div.lastChild;if(jQuery.browser.msie){var tbody=!tags.indexOf(""&&tags.indexOf("=0;--j)if(jQuery.nodeName(tbody[j],"tbody")&&!tbody[j].childNodes.length)tbody[j].parentNode.removeChild(tbody[j]);if(/^\s/.test(elem))div.insertBefore(context.createTextNode(elem.match(/^\s*/)[0]),div.firstChild);}elem=jQuery.makeArray(div.childNodes);}if(elem.length===0&&(!jQuery.nodeName(elem,"form")&&!jQuery.nodeName(elem,"select")))return;if(elem[0]==undefined||jQuery.nodeName(elem,"form")||elem.options)ret.push(elem);else -ret=jQuery.merge(ret,elem);});return ret;},attr:function(elem,name,value){if(!elem||elem.nodeType==3||elem.nodeType==8)return undefined;var fix=jQuery.isXMLDoc(elem)?{}:jQuery.props;if(name=="selected"&&jQuery.browser.safari)elem.parentNode.selectedIndex;if(fix[name]){if(value!=undefined)elem[fix[name]]=value;return elem[fix[name]];}else if(jQuery.browser.msie&&name=="style")return jQuery.attr(elem.style,"cssText",value);else if(value==undefined&&jQuery.browser.msie&&jQuery.nodeName(elem,"form")&&(name=="action"||name=="method"))return elem.getAttributeNode(name).nodeValue;else if(elem.tagName){if(value!=undefined){if(name=="type"&&jQuery.nodeName(elem,"input")&&elem.parentNode)throw"type property can't be changed";elem.setAttribute(name,""+value);}if(jQuery.browser.msie&&/href|src/.test(name)&&!jQuery.isXMLDoc(elem))return elem.getAttribute(name,2);return elem.getAttribute(name);}else{if(name=="opacity"&&jQuery.browser.msie){if(value!=undefined){elem.zoom=1;elem.filter=(elem.filter||"").replace(/alpha\([^)]*\)/,"")+(parseFloat(value).toString()=="NaN"?"":"alpha(opacity="+value*100+")");}return elem.filter&&elem.filter.indexOf("opacity=")>=0?(parseFloat(elem.filter.match(/opacity=([^)]*)/)[1])/100).toString():"";}name=name.replace(/-([a-z])/ig,function(all,letter){return letter.toUpperCase();});if(value!=undefined)elem[name]=value;return elem[name];}},trim:function(text){return(text||"").replace(/^\s+|\s+$/g,"");},makeArray:function(array){var ret=[];if(typeof array!="array")for(var i=0,length=array.length;i*",this).remove();while(this.firstChild)this.removeChild(this.firstChild);}},function(name,fn){jQuery.fn[name]=function(){return this.each(fn,arguments);};});jQuery.each(["Height","Width"],function(i,name){var type=name.toLowerCase();jQuery.fn[type]=function(size){return this[0]==window?jQuery.browser.opera&&document.body["client"+name]||jQuery.browser.safari&&window["inner"+name]||document.compatMode=="CSS1Compat"&&document.documentElement["client"+name]||document.body["client"+name]:this[0]==document?Math.max(Math.max(document.body["scroll"+name],document.documentElement["scroll"+name]),Math.max(document.body["offset"+name],document.documentElement["offset"+name])):size==undefined?(this.length?jQuery.css(this[0],type):null):this.css(type,size.constructor==String?size:size+"px");};});var chars=jQuery.browser.safari&&parseInt(jQuery.browser.version)<417?"(?:[\\w*_-]|\\\\.)":"(?:[\\w\u0128-\uFFFF*_-]|\\\\.)",quickChild=new RegExp("^>\\s*("+chars+"+)"),quickID=new RegExp("^("+chars+"+)(#)("+chars+"+)"),quickClass=new RegExp("^([#.]?)("+chars+"*)");jQuery.extend({expr:{"":function(a,i,m){return m[2]=="*"||jQuery.nodeName(a,m[2]);},"#":function(a,i,m){return a.getAttribute("id")==m[2];},":":{lt:function(a,i,m){return im[3]-0;},nth:function(a,i,m){return m[3]-0==i;},eq:function(a,i,m){return m[3]-0==i;},first:function(a,i){return i==0;},last:function(a,i,m,r){return i==r.length-1;},even:function(a,i){return i%2==0;},odd:function(a,i){return i%2;},"first-child":function(a){return a.parentNode.getElementsByTagName("*")[0]==a;},"last-child":function(a){return jQuery.nth(a.parentNode.lastChild,1,"previousSibling")==a;},"only-child":function(a){return!jQuery.nth(a.parentNode.lastChild,2,"previousSibling");},parent:function(a){return a.firstChild;},empty:function(a){return!a.firstChild;},contains:function(a,i,m){return(a.textContent||a.innerText||jQuery(a).text()||"").indexOf(m[3])>=0;},visible:function(a){return"hidden"!=a.type&&jQuery.css(a,"display")!="none"&&jQuery.css(a,"visibility")!="hidden";},hidden:function(a){return"hidden"==a.type||jQuery.css(a,"display")=="none"||jQuery.css(a,"visibility")=="hidden";},enabled:function(a){return!a.disabled;},disabled:function(a){return a.disabled;},checked:function(a){return a.checked;},selected:function(a){return a.selected||jQuery.attr(a,"selected");},text:function(a){return"text"==a.type;},radio:function(a){return"radio"==a.type;},checkbox:function(a){return"checkbox"==a.type;},file:function(a){return"file"==a.type;},password:function(a){return"password"==a.type;},submit:function(a){return"submit"==a.type;},image:function(a){return"image"==a.type;},reset:function(a){return"reset"==a.type;},button:function(a){return"button"==a.type||jQuery.nodeName(a,"button");},input:function(a){return/input|select|textarea|button/i.test(a.nodeName);},has:function(a,i,m){return jQuery.find(m[3],a).length;},header:function(a){return/h\d/i.test(a.nodeName);},animated:function(a){return jQuery.grep(jQuery.timers,function(fn){return a==fn.elem;}).length;}}},parse:[/^(\[) *@?([\w-]+) *([!*$^~=]*) *('?"?)(.*?)\4 *\]/,/^(:)([\w-]+)\("?'?(.*?(\(.*?\))?[^(]*?)"?'?\)/,new RegExp("^([:.#]*)("+chars+"+)")],multiFilter:function(expr,elems,not){var old,cur=[];while(expr&&expr!=old){old=expr;var f=jQuery.filter(expr,elems,not);expr=f.t.replace(/^\s*,\s*/,"");cur=not?elems=f.r:jQuery.merge(cur,f.r);}return cur;},find:function(t,context){if(typeof t!="string")return[t];if(context&&context.nodeType!=1&&context.nodeType!=9)return[];context=context||document;var ret=[context],done=[],last,nodeName;while(t&&last!=t){var r=[];last=t;t=jQuery.trim(t);var foundToken=false;var re=quickChild;var m=re.exec(t);if(m){nodeName=m[1].toUpperCase();for(var i=0;ret[i];i++)for(var c=ret[i].firstChild;c;c=c.nextSibling)if(c.nodeType==1&&(nodeName=="*"||c.nodeName.toUpperCase()==nodeName))r.push(c);ret=r;t=t.replace(re,"");if(t.indexOf(" ")==0)continue;foundToken=true;}else{re=/^([>+~])\s*(\w*)/i;if((m=re.exec(t))!=null){r=[];var merge={};nodeName=m[2].toUpperCase();m=m[1];for(var j=0,rl=ret.length;j=0;if(!not&&pass||not&&!pass)tmp.push(r[i]);}return tmp;},filter:function(t,r,not){var last;while(t&&t!=last){last=t;var p=jQuery.parse,m;for(var i=0;p[i];i++){m=p[i].exec(t);if(m){t=t.substring(m[0].length);m[2]=m[2].replace(/\\/g,"");break;}}if(!m)break;if(m[1]==":"&&m[2]=="not")r=isSimple.test(m[3])?jQuery.filter(m[3],r,true).r:jQuery(r).not(m[3]);else if(m[1]==".")r=jQuery.classFilter(r,m[2],not);else if(m[1]=="["){var tmp=[],type=m[3];for(var i=0,rl=r.length;i=0)^not)tmp.push(a);}r=tmp;}else if(m[1]==":"&&m[2]=="nth-child"){var merge={},tmp=[],test=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(m[3]=="even"&&"2n"||m[3]=="odd"&&"2n+1"||!/\D/.test(m[3])&&"0n+"+m[3]||m[3]),first=(test[1]+(test[2]||1))-0,last=test[3]-0;for(var i=0,rl=r.length;i=0)add=true;if(add^not)tmp.push(node);}r=tmp;}else{var fn=jQuery.expr[m[1]];if(typeof fn=="object")fn=fn[m[2]];if(typeof fn=="string")fn=eval("false||function(a,i){return "+fn+";}");r=jQuery.grep(r,function(elem,i){return fn(elem,i,m,r);},not);}}return{r:r,t:t};},dir:function(elem,dir){var matched=[];var cur=elem[dir];while(cur&&cur!=document){if(cur.nodeType==1)matched.push(cur);cur=cur[dir];}return matched;},nth:function(cur,result,dir,elem){result=result||1;var num=0;for(;cur;cur=cur[dir])if(cur.nodeType==1&&++num==result)break;return cur;},sibling:function(n,elem){var r=[];for(;n;n=n.nextSibling){if(n.nodeType==1&&(!elem||n!=elem))r.push(n);}return r;}});jQuery.event={add:function(elem,types,handler,data){if(elem.nodeType==3||elem.nodeType==8)return;if(jQuery.browser.msie&&elem.setInterval!=undefined)elem=window;if(!handler.guid)handler.guid=this.guid++;if(data!=undefined){var fn=handler;handler=function(){return fn.apply(this,arguments);};handler.data=data;handler.guid=fn.guid;}var events=jQuery.data(elem,"events")||jQuery.data(elem,"events",{}),handle=jQuery.data(elem,"handle")||jQuery.data(elem,"handle",function(){var val;if(typeof jQuery=="undefined"||jQuery.event.triggered)return val;val=jQuery.event.handle.apply(arguments.callee.elem,arguments);return val;});handle.elem=elem;jQuery.each(types.split(/\s+/),function(index,type){var parts=type.split(".");type=parts[0];handler.type=parts[1];var handlers=events[type];if(!handlers){handlers=events[type]={};if(!jQuery.event.special[type]||jQuery.event.special[type].setup.call(elem)===false){if(elem.addEventListener)elem.addEventListener(type,handle,false);else if(elem.attachEvent)elem.attachEvent("on"+type,handle);}}handlers[handler.guid]=handler;jQuery.event.global[type]=true;});elem=null;},guid:1,global:{},remove:function(elem,types,handler){if(elem.nodeType==3||elem.nodeType==8)return;var events=jQuery.data(elem,"events"),ret,index;if(events){if(types==undefined||(typeof types=="string"&&types.charAt(0)=="."))for(var type in events)this.remove(elem,type+(types||""));else{if(types.type){handler=types.handler;types=types.type;}jQuery.each(types.split(/\s+/),function(index,type){var parts=type.split(".");type=parts[0];if(events[type]){if(handler)delete events[type][handler.guid];else -for(handler in events[type])if(!parts[1]||events[type][handler].type==parts[1])delete events[type][handler];for(ret in events[type])break;if(!ret){if(!jQuery.event.special[type]||jQuery.event.special[type].teardown.call(elem)===false){if(elem.removeEventListener)elem.removeEventListener(type,jQuery.data(elem,"handle"),false);else if(elem.detachEvent)elem.detachEvent("on"+type,jQuery.data(elem,"handle"));}ret=null;delete events[type];}}});}for(ret in events)break;if(!ret){var handle=jQuery.data(elem,"handle");if(handle)handle.elem=null;jQuery.removeData(elem,"events");jQuery.removeData(elem,"handle");}}},trigger:function(type,data,elem,donative,extra){data=jQuery.makeArray(data||[]);if(type.indexOf("!")>=0){type=type.slice(0,-1);var exclusive=true;}if(!elem){if(this.global[type])jQuery("*").add([window,document]).trigger(type,data);}else{if(elem.nodeType==3||elem.nodeType==8)return undefined;var val,ret,fn=jQuery.isFunction(elem[type]||null),event=!data[0]||!data[0].preventDefault;if(event)data.unshift(this.fix({type:type,target:elem}));data[0].type=type;if(exclusive)data[0].exclusive=true;if(jQuery.isFunction(jQuery.data(elem,"handle")))val=jQuery.data(elem,"handle").apply(elem,data);if(!fn&&elem["on"+type]&&elem["on"+type].apply(elem,data)===false)val=false;if(event)data.shift();if(extra&&jQuery.isFunction(extra)){ret=extra.apply(elem,val==null?data:data.concat(val));if(ret!==undefined)val=ret;}if(fn&&donative!==false&&val!==false&&!(jQuery.nodeName(elem,'a')&&type=="click")){this.triggered=true;try{elem[type]();}catch(e){}}this.triggered=false;}return val;},handle:function(event){var val;event=jQuery.event.fix(event||window.event||{});var parts=event.type.split(".");event.type=parts[0];var handlers=jQuery.data(this,"events")&&jQuery.data(this,"events")[event.type],args=Array.prototype.slice.call(arguments,1);args.unshift(event);for(var j in handlers){var handler=handlers[j];args[0].handler=handler;args[0].data=handler.data;if(!parts[1]&&!event.exclusive||handler.type==parts[1]){var ret=handler.apply(this,args);if(val!==false)val=ret;if(ret===false){event.preventDefault();event.stopPropagation();}}}if(jQuery.browser.msie)event.target=event.preventDefault=event.stopPropagation=event.handler=event.data=null;return val;},fix:function(event){var originalEvent=event;event=jQuery.extend({},originalEvent);event.preventDefault=function(){if(originalEvent.preventDefault)originalEvent.preventDefault();originalEvent.returnValue=false;};event.stopPropagation=function(){if(originalEvent.stopPropagation)originalEvent.stopPropagation();originalEvent.cancelBubble=true;};if(!event.target)event.target=event.srcElement||document;if(event.target.nodeType==3)event.target=originalEvent.target.parentNode;if(!event.relatedTarget&&event.fromElement)event.relatedTarget=event.fromElement==event.target?event.toElement:event.fromElement;if(event.pageX==null&&event.clientX!=null){var doc=document.documentElement,body=document.body;event.pageX=event.clientX+(doc&&doc.scrollLeft||body&&body.scrollLeft||0)-(doc.clientLeft||0);event.pageY=event.clientY+(doc&&doc.scrollTop||body&&body.scrollTop||0)-(doc.clientTop||0);}if(!event.which&&((event.charCode||event.charCode===0)?event.charCode:event.keyCode))event.which=event.charCode||event.keyCode;if(!event.metaKey&&event.ctrlKey)event.metaKey=event.ctrlKey;if(!event.which&&event.button)event.which=(event.button&1?1:(event.button&2?3:(event.button&4?2:0)));return event;},special:{ready:{setup:function(){bindReady();return;},teardown:function(){return;}},mouseenter:{setup:function(){if(jQuery.browser.msie)return false;jQuery(this).bind("mouseover",jQuery.event.special.mouseenter.handler);return true;},teardown:function(){if(jQuery.browser.msie)return false;jQuery(this).unbind("mouseover",jQuery.event.special.mouseenter.handler);return true;},handler:function(event){if(withinElement(event,this))return true;arguments[0].type="mouseenter";return jQuery.event.handle.apply(this,arguments);}},mouseleave:{setup:function(){if(jQuery.browser.msie)return false;jQuery(this).bind("mouseout",jQuery.event.special.mouseleave.handler);return true;},teardown:function(){if(jQuery.browser.msie)return false;jQuery(this).unbind("mouseout",jQuery.event.special.mouseleave.handler);return true;},handler:function(event){if(withinElement(event,this))return true;arguments[0].type="mouseleave";return jQuery.event.handle.apply(this,arguments);}}}};jQuery.fn.extend({bind:function(type,data,fn){return type=="unload"?this.one(type,data,fn):this.each(function(){jQuery.event.add(this,type,fn||data,fn&&data);});},one:function(type,data,fn){return this.each(function(){jQuery.event.add(this,type,function(event){jQuery(this).unbind(event);return(fn||data).apply(this,arguments);},fn&&data);});},unbind:function(type,fn){return this.each(function(){jQuery.event.remove(this,type,fn);});},trigger:function(type,data,fn){return this.each(function(){jQuery.event.trigger(type,data,this,true,fn);});},triggerHandler:function(type,data,fn){if(this[0])return jQuery.event.trigger(type,data,this[0],false,fn);return undefined;},toggle:function(){var args=arguments;return this.click(function(event){this.lastToggle=0==this.lastToggle?1:0;event.preventDefault();return args[this.lastToggle].apply(this,arguments)||false;});},hover:function(fnOver,fnOut){return this.bind('mouseenter',fnOver).bind('mouseleave',fnOut);},ready:function(fn){bindReady();if(jQuery.isReady)fn.call(document,jQuery);else -jQuery.readyList.push(function(){return fn.call(this,jQuery);});return this;}});jQuery.extend({isReady:false,readyList:[],ready:function(){if(!jQuery.isReady){jQuery.isReady=true;if(jQuery.readyList){jQuery.each(jQuery.readyList,function(){this.apply(document);});jQuery.readyList=null;}jQuery(document).triggerHandler("ready");}}});var readyBound=false;function bindReady(){if(readyBound)return;readyBound=true;if(document.addEventListener&&!jQuery.browser.opera)document.addEventListener("DOMContentLoaded",jQuery.ready,false);if(jQuery.browser.msie&&window==top)(function(){if(jQuery.isReady)return;try{document.documentElement.doScroll("left");}catch(error){setTimeout(arguments.callee,0);return;}jQuery.ready();})();if(jQuery.browser.opera)document.addEventListener("DOMContentLoaded",function(){if(jQuery.isReady)return;for(var i=0;i=0){var selector=url.slice(off,url.length);url=url.slice(0,off);}callback=callback||function(){};var type="GET";if(params)if(jQuery.isFunction(params)){callback=params;params=null;}else{params=jQuery.param(params);type="POST";}var self=this;jQuery.ajax({url:url,type:type,dataType:"html",data:params,complete:function(res,status){if(status=="success"||status=="notmodified")self.html(selector?jQuery("
    ").append(res.responseText.replace(//g,"")).find(selector):res.responseText);self.each(callback,[res.responseText,status,res]);}});return this;},serialize:function(){return jQuery.param(this.serializeArray());},serializeArray:function(){return this.map(function(){return jQuery.nodeName(this,"form")?jQuery.makeArray(this.elements):this;}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password/i.test(this.type));}).map(function(i,elem){var val=jQuery(this).val();return val==null?null:val.constructor==Array?jQuery.map(val,function(val,i){return{name:elem.name,value:val};}):{name:elem.name,value:val};}).get();}});jQuery.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(i,o){jQuery.fn[o]=function(f){return this.bind(o,f);};});var jsc=(new Date).getTime();jQuery.extend({get:function(url,data,callback,type){if(jQuery.isFunction(data)){callback=data;data=null;}return jQuery.ajax({type:"GET",url:url,data:data,success:callback,dataType:type});},getScript:function(url,callback){return jQuery.get(url,null,callback,"script");},getJSON:function(url,data,callback){return jQuery.get(url,data,callback,"json");},post:function(url,data,callback,type){if(jQuery.isFunction(data)){callback=data;data={};}return jQuery.ajax({type:"POST",url:url,data:data,success:callback,dataType:type});},ajaxSetup:function(settings){jQuery.extend(jQuery.ajaxSettings,settings);},ajaxSettings:{global:true,type:"GET",timeout:0,contentType:"application/x-www-form-urlencoded",processData:true,async:true,data:null,username:null,password:null,accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(s){var jsonp,jsre=/=\?(&|$)/g,status,data;s=jQuery.extend(true,s,jQuery.extend(true,{},jQuery.ajaxSettings,s));if(s.data&&s.processData&&typeof s.data!="string")s.data=jQuery.param(s.data);if(s.dataType=="jsonp"){if(s.type.toLowerCase()=="get"){if(!s.url.match(jsre))s.url+=(s.url.match(/\?/)?"&":"?")+(s.jsonp||"callback")+"=?";}else if(!s.data||!s.data.match(jsre))s.data=(s.data?s.data+"&":"")+(s.jsonp||"callback")+"=?";s.dataType="json";}if(s.dataType=="json"&&(s.data&&s.data.match(jsre)||s.url.match(jsre))){jsonp="jsonp"+jsc++;if(s.data)s.data=(s.data+"").replace(jsre,"="+jsonp+"$1");s.url=s.url.replace(jsre,"="+jsonp+"$1");s.dataType="script";window[jsonp]=function(tmp){data=tmp;success();complete();window[jsonp]=undefined;try{delete window[jsonp];}catch(e){}if(head)head.removeChild(script);};}if(s.dataType=="script"&&s.cache==null)s.cache=false;if(s.cache===false&&s.type.toLowerCase()=="get"){var ts=(new Date()).getTime();var ret=s.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+ts+"$2");s.url=ret+((ret==s.url)?(s.url.match(/\?/)?"&":"?")+"_="+ts:"");}if(s.data&&s.type.toLowerCase()=="get"){s.url+=(s.url.match(/\?/)?"&":"?")+s.data;s.data=null;}if(s.global&&!jQuery.active++)jQuery.event.trigger("ajaxStart");if((!s.url.indexOf("http")||!s.url.indexOf("//"))&&s.dataType=="script"&&s.type.toLowerCase()=="get"){var head=document.getElementsByTagName("head")[0];var script=document.createElement("script");script.src=s.url;if(s.scriptCharset)script.charset=s.scriptCharset;if(!jsonp){var done=false;script.onload=script.onreadystatechange=function(){if(!done&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){done=true;success();complete();head.removeChild(script);}};}head.appendChild(script);return undefined;}var requestDone=false;var xml=window.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest();xml.open(s.type,s.url,s.async,s.username,s.password);try{if(s.data)xml.setRequestHeader("Content-Type",s.contentType);if(s.ifModified)xml.setRequestHeader("If-Modified-Since",jQuery.lastModified[s.url]||"Thu, 01 Jan 1970 00:00:00 GMT");xml.setRequestHeader("X-Requested-With","XMLHttpRequest");xml.setRequestHeader("Accept",s.dataType&&s.accepts[s.dataType]?s.accepts[s.dataType]+", */*":s.accepts._default);}catch(e){}if(s.beforeSend)s.beforeSend(xml);if(s.global)jQuery.event.trigger("ajaxSend",[xml,s]);var onreadystatechange=function(isTimeout){if(!requestDone&&xml&&(xml.readyState==4||isTimeout=="timeout")){requestDone=true;if(ival){clearInterval(ival);ival=null;}status=isTimeout=="timeout"&&"timeout"||!jQuery.httpSuccess(xml)&&"error"||s.ifModified&&jQuery.httpNotModified(xml,s.url)&&"notmodified"||"success";if(status=="success"){try{data=jQuery.httpData(xml,s.dataType);}catch(e){status="parsererror";}}if(status=="success"){var modRes;try{modRes=xml.getResponseHeader("Last-Modified");}catch(e){}if(s.ifModified&&modRes)jQuery.lastModified[s.url]=modRes;if(!jsonp)success();}else -jQuery.handleError(s,xml,status);complete();if(s.async)xml=null;}};if(s.async){var ival=setInterval(onreadystatechange,13);if(s.timeout>0)setTimeout(function(){if(xml){xml.abort();if(!requestDone)onreadystatechange("timeout");}},s.timeout);}try{xml.send(s.data);}catch(e){jQuery.handleError(s,xml,null,e);}if(!s.async)onreadystatechange();function success(){if(s.success)s.success(data,status);if(s.global)jQuery.event.trigger("ajaxSuccess",[xml,s]);}function complete(){if(s.complete)s.complete(xml,status);if(s.global)jQuery.event.trigger("ajaxComplete",[xml,s]);if(s.global&&!--jQuery.active)jQuery.event.trigger("ajaxStop");}return xml;},handleError:function(s,xml,status,e){if(s.error)s.error(xml,status,e);if(s.global)jQuery.event.trigger("ajaxError",[xml,s,e]);},active:0,httpSuccess:function(r){try{return!r.status&&location.protocol=="file:"||(r.status>=200&&r.status<300)||r.status==304||r.status==1223||jQuery.browser.safari&&r.status==undefined;}catch(e){}return false;},httpNotModified:function(xml,url){try{var xmlRes=xml.getResponseHeader("Last-Modified");return xml.status==304||xmlRes==jQuery.lastModified[url]||jQuery.browser.safari&&xml.status==undefined;}catch(e){}return false;},httpData:function(r,type){var ct=r.getResponseHeader("content-type");var xml=type=="xml"||!type&&ct&&ct.indexOf("xml")>=0;var data=xml?r.responseXML:r.responseText;if(xml&&data.documentElement.tagName=="parsererror")throw"parsererror";if(type=="script")jQuery.globalEval(data);if(type=="json")data=eval("("+data+")");return data;},param:function(a){var s=[];if(a.constructor==Array||a.jquery)jQuery.each(a,function(){s.push(encodeURIComponent(this.name)+"="+encodeURIComponent(this.value));});else -for(var j in a)if(a[j]&&a[j].constructor==Array)jQuery.each(a[j],function(){s.push(encodeURIComponent(j)+"="+encodeURIComponent(this));});else -s.push(encodeURIComponent(j)+"="+encodeURIComponent(a[j]));return s.join("&").replace(/%20/g,"+");}});jQuery.fn.extend({show:function(speed,callback){return speed?this.animate({height:"show",width:"show",opacity:"show"},speed,callback):this.filter(":hidden").each(function(){this.style.display=this.oldblock||"";if(jQuery.css(this,"display")=="none"){var elem=jQuery("<"+this.tagName+" />").appendTo("body");this.style.display=elem.css("display");if(this.style.display=="none")this.style.display="block";elem.remove();}}).end();},hide:function(speed,callback){return speed?this.animate({height:"hide",width:"hide",opacity:"hide"},speed,callback):this.filter(":visible").each(function(){this.oldblock=this.oldblock||jQuery.css(this,"display");this.style.display="none";}).end();},_toggle:jQuery.fn.toggle,toggle:function(fn,fn2){return jQuery.isFunction(fn)&&jQuery.isFunction(fn2)?this._toggle(fn,fn2):fn?this.animate({height:"toggle",width:"toggle",opacity:"toggle"},fn,fn2):this.each(function(){jQuery(this)[jQuery(this).is(":hidden")?"show":"hide"]();});},slideDown:function(speed,callback){return this.animate({height:"show"},speed,callback);},slideUp:function(speed,callback){return this.animate({height:"hide"},speed,callback);},slideToggle:function(speed,callback){return this.animate({height:"toggle"},speed,callback);},fadeIn:function(speed,callback){return this.animate({opacity:"show"},speed,callback);},fadeOut:function(speed,callback){return this.animate({opacity:"hide"},speed,callback);},fadeTo:function(speed,to,callback){return this.animate({opacity:to},speed,callback);},animate:function(prop,speed,easing,callback){var optall=jQuery.speed(speed,easing,callback);return this[optall.queue===false?"each":"queue"](function(){if(this.nodeType!=1)return false;var opt=jQuery.extend({},optall);var hidden=jQuery(this).is(":hidden"),self=this;for(var p in prop){if(prop[p]=="hide"&&hidden||prop[p]=="show"&&!hidden)return jQuery.isFunction(opt.complete)&&opt.complete.apply(this);if(p=="height"||p=="width"){opt.display=jQuery.css(this,"display");opt.overflow=this.style.overflow;}}if(opt.overflow!=null)this.style.overflow="hidden";opt.curAnim=jQuery.extend({},prop);jQuery.each(prop,function(name,val){var e=new jQuery.fx(self,opt,name);if(/toggle|show|hide/.test(val))e[val=="toggle"?hidden?"show":"hide":val](prop);else{var parts=val.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),start=e.cur(true)||0;if(parts){var end=parseFloat(parts[2]),unit=parts[3]||"px";if(unit!="px"){self.style[name]=(end||1)+unit;start=((end||1)/e.cur(true))*start;self.style[name]=start+unit;}if(parts[1])end=((parts[1]=="-="?-1:1)*end)+start;e.custom(start,end,unit);}else -e.custom(start,val,"");}});return true;});},queue:function(type,fn){if(jQuery.isFunction(type)||(type&&type.constructor==Array)){fn=type;type="fx";}if(!type||(typeof type=="string"&&!fn))return queue(this[0],type);return this.each(function(){if(fn.constructor==Array)queue(this,type,fn);else{queue(this,type).push(fn);if(queue(this,type).length==1)fn.apply(this);}});},stop:function(clearQueue,gotoEnd){var timers=jQuery.timers;if(clearQueue)this.queue([]);this.each(function(){for(var i=timers.length-1;i>=0;i--)if(timers[i].elem==this){if(gotoEnd)timers[i](true);timers.splice(i,1);}});if(!gotoEnd)this.dequeue();return this;}});var queue=function(elem,type,array){if(!elem)return undefined;type=type||"fx";var q=jQuery.data(elem,type+"queue");if(!q||array)q=jQuery.data(elem,type+"queue",array?jQuery.makeArray(array):[]);return q;};jQuery.fn.dequeue=function(type){type=type||"fx";return this.each(function(){var q=queue(this,type);q.shift();if(q.length)q[0].apply(this);});};jQuery.extend({speed:function(speed,easing,fn){var opt=speed&&speed.constructor==Object?speed:{complete:fn||!fn&&easing||jQuery.isFunction(speed)&&speed,duration:speed,easing:fn&&easing||easing&&easing.constructor!=Function&&easing};opt.duration=(opt.duration&&opt.duration.constructor==Number?opt.duration:{slow:600,fast:200}[opt.duration])||400;opt.old=opt.complete;opt.complete=function(){if(opt.queue!==false)jQuery(this).dequeue();if(jQuery.isFunction(opt.old))opt.old.apply(this);};return opt;},easing:{linear:function(p,n,firstNum,diff){return firstNum+diff*p;},swing:function(p,n,firstNum,diff){return((-Math.cos(p*Math.PI)/2)+0.5)*diff+firstNum;}},timers:[],timerId:null,fx:function(elem,options,prop){this.options=options;this.elem=elem;this.prop=prop;if(!options.orig)options.orig={};}});jQuery.fx.prototype={update:function(){if(this.options.step)this.options.step.apply(this.elem,[this.now,this]);(jQuery.fx.step[this.prop]||jQuery.fx.step._default)(this);if(this.prop=="height"||this.prop=="width")this.elem.style.display="block";},cur:function(force){if(this.elem[this.prop]!=null&&this.elem.style[this.prop]==null)return this.elem[this.prop];var r=parseFloat(jQuery.css(this.elem,this.prop,force));return r&&r>-10000?r:parseFloat(jQuery.curCSS(this.elem,this.prop))||0;},custom:function(from,to,unit){this.startTime=(new Date()).getTime();this.start=from;this.end=to;this.unit=unit||this.unit||"px";this.now=this.start;this.pos=this.state=0;this.update();var self=this;function t(gotoEnd){return self.step(gotoEnd);}t.elem=this.elem;jQuery.timers.push(t);if(jQuery.timerId==null){jQuery.timerId=setInterval(function(){var timers=jQuery.timers;for(var i=0;ithis.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var done=true;for(var i in this.options.curAnim)if(this.options.curAnim[i]!==true)done=false;if(done){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(jQuery.css(this.elem,"display")=="none")this.elem.style.display="block";}if(this.options.hide)this.elem.style.display="none";if(this.options.hide||this.options.show)for(var p in this.options.curAnim)jQuery.attr(this.elem.style,p,this.options.orig[p]);}if(done&&jQuery.isFunction(this.options.complete))this.options.complete.apply(this.elem);return false;}else{var n=t-this.startTime;this.state=n/this.options.duration;this.pos=jQuery.easing[this.options.easing||(jQuery.easing.swing?"swing":"linear")](this.state,n,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update();}return true;}};jQuery.fx.step={scrollLeft:function(fx){fx.elem.scrollLeft=fx.now;},scrollTop:function(fx){fx.elem.scrollTop=fx.now;},opacity:function(fx){jQuery.attr(fx.elem.style,"opacity",fx.now);},_default:function(fx){fx.elem.style[fx.prop]=fx.now+fx.unit;}};jQuery.fn.offset=function(){var left=0,top=0,elem=this[0],results;if(elem)with(jQuery.browser){var parent=elem.parentNode,offsetChild=elem,offsetParent=elem.offsetParent,doc=elem.ownerDocument,safari2=safari&&parseInt(version)<522&&!/adobeair/i.test(userAgent),fixed=jQuery.css(elem,"position")=="fixed";if(elem.getBoundingClientRect){var box=elem.getBoundingClientRect();add(box.left+Math.max(doc.documentElement.scrollLeft,doc.body.scrollLeft),box.top+Math.max(doc.documentElement.scrollTop,doc.body.scrollTop));add(-doc.documentElement.clientLeft,-doc.documentElement.clientTop);}else{add(elem.offsetLeft,elem.offsetTop);while(offsetParent){add(offsetParent.offsetLeft,offsetParent.offsetTop);if(mozilla&&!/^t(able|d|h)$/i.test(offsetParent.tagName)||safari&&!safari2)border(offsetParent);if(!fixed&&jQuery.css(offsetParent,"position")=="fixed")fixed=true;offsetChild=/^body$/i.test(offsetParent.tagName)?offsetChild:offsetParent;offsetParent=offsetParent.offsetParent;}while(parent&&parent.tagName&&!/^body|html$/i.test(parent.tagName)){if(!/^inline|table.*$/i.test(jQuery.css(parent,"display")))add(-parent.scrollLeft,-parent.scrollTop);if(mozilla&&jQuery.css(parent,"overflow")!="visible")border(parent);parent=parent.parentNode;}if((safari2&&(fixed||jQuery.css(offsetChild,"position")=="absolute"))||(mozilla&&jQuery.css(offsetChild,"position")!="absolute"))add(-doc.body.offsetLeft,-doc.body.offsetTop);if(fixed)add(Math.max(doc.documentElement.scrollLeft,doc.body.scrollLeft),Math.max(doc.documentElement.scrollTop,doc.body.scrollTop));}results={top:top,left:left};}function border(elem){add(jQuery.curCSS(elem,"borderLeftWidth",true),jQuery.curCSS(elem,"borderTopWidth",true));}function add(l,t){left+=parseInt(l)||0;top+=parseInt(t)||0;}return results;};})(); \ No newline at end of file diff --git a/js/tablesorter/jquery.metadata.js b/js/tablesorter/jquery.metadata.js deleted file mode 100644 index 6a984dbc..00000000 --- a/js/tablesorter/jquery.metadata.js +++ /dev/null @@ -1,122 +0,0 @@ -/* - * Metadata - jQuery plugin for parsing metadata from elements - * - * Copyright (c) 2006 John Resig, Yehuda Katz, J�örn Zaefferer, Paul McLanahan - * - * Dual licensed under the MIT and GPL licenses: - * http://www.opensource.org/licenses/mit-license.php - * http://www.gnu.org/licenses/gpl.html - * - * Revision: $Id$ - * - */ - -/** - * Sets the type of metadata to use. Metadata is encoded in JSON, and each property - * in the JSON will become a property of the element itself. - * - * There are three supported types of metadata storage: - * - * attr: Inside an attribute. The name parameter indicates *which* attribute. - * - * class: Inside the class attribute, wrapped in curly braces: { } - * - * elem: Inside a child element (e.g. a script tag). The - * name parameter indicates *which* element. - * - * The metadata for an element is loaded the first time the element is accessed via jQuery. - * - * As a result, you can define the metadata type, use $(expr) to load the metadata into the elements - * matched by expr, then redefine the metadata type and run another $(expr) for other elements. - * - * @name $.metadata.setType - * - * @example

    This is a p

    - * @before $.metadata.setType("class") - * @after $("#one").metadata().item_id == 1; $("#one").metadata().item_label == "Label" - * @desc Reads metadata from the class attribute - * - * @example

    This is a p

    - * @before $.metadata.setType("attr", "data") - * @after $("#one").metadata().item_id == 1; $("#one").metadata().item_label == "Label" - * @desc Reads metadata from a "data" attribute - * - * @example

    This is a p

    - * @before $.metadata.setType("elem", "script") - * @after $("#one").metadata().item_id == 1; $("#one").metadata().item_label == "Label" - * @desc Reads metadata from a nested script element - * - * @param String type The encoding type - * @param String name The name of the attribute to be used to get metadata (optional) - * @cat Plugins/Metadata - * @descr Sets the type of encoding to be used when loading metadata for the first time - * @type undefined - * @see metadata() - */ - -(function($) { - -$.extend({ - metadata : { - defaults : { - type: 'class', - name: 'metadata', - cre: /({.*})/, - single: 'metadata' - }, - setType: function( type, name ){ - this.defaults.type = type; - this.defaults.name = name; - }, - get: function( elem, opts ){ - var settings = $.extend({},this.defaults,opts); - // check for empty string in single property - if ( !settings.single.length ) settings.single = 'metadata'; - - var data = $.data(elem, settings.single); - // returned cached data if it already exists - if ( data ) return data; - - data = "{}"; - - if ( settings.type == "class" ) { - var m = settings.cre.exec( elem.className ); - if ( m ) - data = m[1]; - } else if ( settings.type == "elem" ) { - if( !elem.getElementsByTagName ) - return undefined; - var e = elem.getElementsByTagName(settings.name); - if ( e.length ) - data = $.trim(e[0].innerHTML); - } else if ( elem.getAttribute != undefined ) { - var attr = elem.getAttribute( settings.name ); - if ( attr ) - data = attr; - } - - if ( data.indexOf( '{' ) <0 ) - data = "{" + data + "}"; - - data = eval("(" + data + ")"); - - $.data( elem, settings.single, data ); - return data; - } - } -}); - -/** - * Returns the metadata object for the first member of the jQuery object. - * - * @name metadata - * @descr Returns element's metadata object - * @param Object opts An object contianing settings to override the defaults - * @type jQuery - * @cat Plugins/Metadata - */ -$.fn.metadata = function( opts ){ - return $.metadata.get( this[0], opts ); -}; - -})(jQuery); \ No newline at end of file diff --git a/js/tablesorter/jquery.tablesorter.js b/js/tablesorter/jquery.tablesorter.js deleted file mode 100644 index d8b8d008..00000000 --- a/js/tablesorter/jquery.tablesorter.js +++ /dev/null @@ -1,852 +0,0 @@ -/* - * - * TableSorter 2.0 - Client-side table sorting with ease! - * Version 2.0.3 - * @requires jQuery v1.2.3 - * - * Copyright (c) 2007 Christian Bach - * Examples and docs at: http://tablesorter.com - * Dual licensed under the MIT and GPL licenses: - * http://www.opensource.org/licenses/mit-license.php - * http://www.gnu.org/licenses/gpl.html - * - */ -/** - * - * @description Create a sortable table with multi-column sorting capabilitys - * - * @example $('table').tablesorter(); - * @desc Create a simple tablesorter interface. - * - * @example $('table').tablesorter({ sortList:[[0,0],[1,0]] }); - * @desc Create a tablesorter interface and sort on the first and secound column in ascending order. - * - * @example $('table').tablesorter({ headers: { 0: { sorter: false}, 1: {sorter: false} } }); - * @desc Create a tablesorter interface and disableing the first and secound column headers. - * - * @example $('table').tablesorter({ 0: {sorter:"integer"}, 1: {sorter:"currency"} }); - * @desc Create a tablesorter interface and set a column parser for the first and secound column. - * - * - * @param Object settings An object literal containing key/value pairs to provide optional settings. - * - * @option String cssHeader (optional) A string of the class name to be appended to sortable tr elements in the thead of the table. - * Default value: "header" - * - * @option String cssAsc (optional) A string of the class name to be appended to sortable tr elements in the thead on a ascending sort. - * Default value: "headerSortUp" - * - * @option String cssDesc (optional) A string of the class name to be appended to sortable tr elements in the thead on a descending sort. - * Default value: "headerSortDown" - * - * @option String sortInitialOrder (optional) A string of the inital sorting order can be asc or desc. - * Default value: "asc" - * - * @option String sortMultisortKey (optional) A string of the multi-column sort key. - * Default value: "shiftKey" - * - * @option String textExtraction (optional) A string of the text-extraction method to use. - * For complex html structures inside td cell set this option to "complex", - * on large tables the complex option can be slow. - * Default value: "simple" - * - * @option Object headers (optional) An array containing the forces sorting rules. - * This option let's you specify a default sorting rule. - * Default value: null - * - * @option Array sortList (optional) An array containing the forces sorting rules. - * This option let's you specify a default sorting rule. - * Default value: null - * - * @option Array sortForce (optional) An array containing forced sorting rules. - * This option let's you specify a default sorting rule, which is prepended to user-selected rules. - * Default value: null - * - * @option Array sortAppend (optional) An array containing forced sorting rules. - * This option let's you specify a default sorting rule, which is appended to user-selected rules. - * Default value: null - * - * @option Boolean widthFixed (optional) Boolean flag indicating if tablesorter should apply fixed widths to the table columns. - * This is usefull when using the pager companion plugin. - * This options requires the dimension jquery plugin. - * Default value: false - * - * @option Boolean cancelSelection (optional) Boolean flag indicating if tablesorter should cancel selection of the table headers text. - * Default value: true - * - * @option Boolean debug (optional) Boolean flag indicating if tablesorter should display debuging information usefull for development. - * - * @type jQuery - * - * @name tablesorter - * - * @cat Plugins/Tablesorter - * - * @author Christian Bach/christian.bach@polyester.se - */ - -(function($) { - $.extend({ - tablesorter: new function() { - - var parsers = [], widgets = []; - - this.defaults = { - cssHeader: "header", - cssAsc: "headerSortUp", - cssDesc: "headerSortDown", - sortInitialOrder: "asc", - sortMultiSortKey: "shiftKey", - sortForce: null, - sortAppend: null, - textExtraction: "simple", - parsers: {}, - widgets: [], - widgetZebra: {css: ["even","odd"]}, - headers: {}, - widthFixed: false, - cancelSelection: true, - sortList: [], - headerList: [], - dateFormat: "us", - decimal: '.', - debug: false - }; - - /* debuging utils */ - function benchmark(s,d) { - log(s + "," + (new Date().getTime() - d.getTime()) + "ms"); - } - - this.benchmark = benchmark; - - function log(s) { - if (typeof console != "undefined" && typeof console.debug != "undefined") { - console.log(s); - } else { - alert(s); - } - } - - /* parsers utils */ - function buildParserCache(table,$headers) { - - if(table.config.debug) { var parsersDebug = ""; } - - var rows = table.tBodies[0].rows; - - if(table.tBodies[0].rows[0]) { - - var list = [], cells = rows[0].cells, l = cells.length; - - for (var i=0;i < l; i++) { - var p = false; - - if($.metadata && ($($headers[i]).metadata() && $($headers[i]).metadata().sorter) ) { - - p = getParserById($($headers[i]).metadata().sorter); - - } else if((table.config.headers[i] && table.config.headers[i].sorter)) { - - p = getParserById(table.config.headers[i].sorter); - } - if(!p) { - p = detectParserForColumn(table,cells[i]); - } - - if(table.config.debug) { parsersDebug += "column:" + i + " parser:" +p.id + "\n"; } - - list.push(p); - } - } - - if(table.config.debug) { log(parsersDebug); } - - return list; - }; - - function detectParserForColumn(table,node) { - var l = parsers.length; - for(var i=1; i < l; i++) { - if(parsers[i].is($.trim(getElementText(table.config,node)),table,node)) { - return parsers[i]; - } - } - // 0 is always the generic parser (text) - return parsers[0]; - } - - function getParserById(name) { - var l = parsers.length; - for(var i=0; i < l; i++) { - if(parsers[i].id.toLowerCase() == name.toLowerCase()) { - return parsers[i]; - } - } - return false; - } - - /* utils */ - function buildCache(table) { - - if(table.config.debug) { var cacheTime = new Date(); } - - - var totalRows = (table.tBodies[0] && table.tBodies[0].rows.length) || 0, - totalCells = (table.tBodies[0].rows[0] && table.tBodies[0].rows[0].cells.length) || 0, - parsers = table.config.parsers, - cache = {row: [], normalized: []}; - - for (var i=0;i < totalRows; ++i) { - - /** Add the table data to main data array */ - var c = table.tBodies[0].rows[i], cols = []; - - cache.row.push($(c)); - - for(var j=0; j < totalCells; ++j) { - cols.push(parsers[j].format(getElementText(table.config,c.cells[j]),table,c.cells[j])); - } - - cols.push(i); // add position for rowCache - cache.normalized.push(cols); - cols = null; - }; - - if(table.config.debug) { benchmark("Building cache for " + totalRows + " rows:", cacheTime); } - - return cache; - }; - - function getElementText(config,node) { - - if(!node) return ""; - - var t = ""; - - if(config.textExtraction == "simple") { - if(node.childNodes[0] && node.childNodes[0].hasChildNodes()) { - t = node.childNodes[0].innerHTML; - } else { - t = node.innerHTML; - } - } else { - if(typeof(config.textExtraction) == "function") { - t = config.textExtraction(node); - } else { - t = $(node).text(); - } - } - return t; - } - - function appendToTable(table,cache) { - - if(table.config.debug) {var appendTime = new Date()} - - var c = cache, - r = c.row, - n= c.normalized, - totalRows = n.length, - checkCell = (n[0].length-1), - tableBody = $(table.tBodies[0]), - rows = []; - - for (var i=0;i < totalRows; i++) { - rows.push(r[n[i][checkCell]]); - if(!table.config.appender) { - - var o = r[n[i][checkCell]]; - var l = o.length; - for(var j=0; j < l; j++) { - - tableBody[0].appendChild(o[j]); - - } - - //tableBody.append(r[n[i][checkCell]]); - } - } - - if(table.config.appender) { - - table.config.appender(table,rows); - } - - rows = null; - - if(table.config.debug) { benchmark("Rebuilt table:", appendTime); } - - //apply table widgets - applyWidget(table); - - // trigger sortend - setTimeout(function() { - $(table).trigger("sortEnd"); - },0); - - }; - - function buildHeaders(table) { - - if(table.config.debug) { var time = new Date(); } - - var meta = ($.metadata) ? true : false, tableHeadersRows = []; - - for(var i = 0; i < table.tHead.rows.length; i++) { tableHeadersRows[i]=0; }; - - $tableHeaders = $("thead th",table); - - $tableHeaders.each(function(index) { - - this.count = 0; - this.column = index; - this.order = formatSortingOrder(table.config.sortInitialOrder); - - if(checkHeaderMetadata(this) || checkHeaderOptions(table,index)) this.sortDisabled = true; - - if(!this.sortDisabled) { - $(this).addClass(table.config.cssHeader); - } - - // add cell to headerList - table.config.headerList[index]= this; - }); - - if(table.config.debug) { benchmark("Built headers:", time); log($tableHeaders); } - - return $tableHeaders; - - }; - - function checkCellColSpan(table, rows, row) { - var arr = [], r = table.tHead.rows, c = r[row].cells; - - for(var i=0; i < c.length; i++) { - var cell = c[i]; - - if ( cell.colSpan > 1) { - arr = arr.concat(checkCellColSpan(table, headerArr,row++)); - } else { - if(table.tHead.length == 1 || (cell.rowSpan > 1 || !r[row+1])) { - arr.push(cell); - } - //headerArr[row] = (i+row); - } - } - return arr; - }; - - function checkHeaderMetadata(cell) { - if(($.metadata) && ($(cell).metadata().sorter === false)) { return true; }; - return false; - } - - function checkHeaderOptions(table,i) { - if((table.config.headers[i]) && (table.config.headers[i].sorter === false)) { return true; }; - return false; - } - - function applyWidget(table) { - var c = table.config.widgets; - var l = c.length; - for(var i=0; i < l; i++) { - - getWidgetById(c[i]).format(table); - } - - } - - function getWidgetById(name) { - var l = widgets.length; - for(var i=0; i < l; i++) { - if(widgets[i].id.toLowerCase() == name.toLowerCase() ) { - return widgets[i]; - } - } - }; - - function formatSortingOrder(v) { - - if(typeof(v) != "Number") { - i = (v.toLowerCase() == "desc") ? 1 : 0; - } else { - i = (v == (0 || 1)) ? v : 0; - } - return i; - } - - function isValueInArray(v, a) { - var l = a.length; - for(var i=0; i < l; i++) { - if(a[i][0] == v) { - return true; - } - } - return false; - } - - function setHeadersCss(table,$headers, list, css) { - // remove all header information - $headers.removeClass(css[0]).removeClass(css[1]); - - var h = []; - $headers.each(function(offset) { - if(!this.sortDisabled) { - h[this.column] = $(this); - } - }); - - var l = list.length; - for(var i=0; i < l; i++) { - h[list[i][0]].addClass(css[list[i][1]]); - } - } - - function fixColumnWidth(table,$headers) { - var c = table.config; - if(c.widthFixed) { - var colgroup = $(''); - $("tr:first td",table.tBodies[0]).each(function() { - colgroup.append($('').css('width',$(this).width())); - }); - $(table).prepend(colgroup); - }; - } - - function updateHeaderSortCount(table,sortList) { - var c = table.config, l = sortList.length; - for(var i=0; i < l; i++) { - var s = sortList[i], o = c.headerList[s[0]]; - o.count = s[1]; - o.count++; - } - } - - /* sorting methods */ - function multisort(table,sortList,cache) { - - if(table.config.debug) { var sortTime = new Date(); } - - var dynamicExp = "var sortWrapper = function(a,b) {", l = sortList.length; - - for(var i=0; i < l; i++) { - - var c = sortList[i][0]; - var order = sortList[i][1]; - var s = (getCachedSortType(table.config.parsers,c) == "text") ? ((order == 0) ? "sortText" : "sortTextDesc") : ((order == 0) ? "sortNumeric" : "sortNumericDesc"); - - var e = "e" + i; - - dynamicExp += "var " + e + " = " + s + "(a[" + c + "],b[" + c + "]); "; - dynamicExp += "if(" + e + ") { return " + e + "; } "; - dynamicExp += "else { "; - } - - // if value is the same keep orignal order - var orgOrderCol = cache.normalized[0].length - 1; - dynamicExp += "return a[" + orgOrderCol + "]-b[" + orgOrderCol + "];"; - - for(var i=0; i < l; i++) { - dynamicExp += "}; "; - } - - dynamicExp += "return 0; "; - dynamicExp += "}; "; - - eval(dynamicExp); - - cache.normalized.sort(sortWrapper); - - if(table.config.debug) { benchmark("Sorting on " + sortList.toString() + " and dir " + order+ " time:", sortTime); } - - return cache; - }; - - function sortText(a,b) { - return ((a < b) ? -1 : ((a > b) ? 1 : 0)); - }; - - function sortTextDesc(a,b) { - return ((b < a) ? -1 : ((b > a) ? 1 : 0)); - }; - - function sortNumeric(a,b) { - return a-b; - }; - - function sortNumericDesc(a,b) { - return b-a; - }; - - function getCachedSortType(parsers,i) { - return parsers[i].type; - }; - - /* public methods */ - this.construct = function(settings) { - - return this.each(function() { - - if(!this.tHead || !this.tBodies) return; - - var $this, $document,$headers, cache, config, shiftDown = 0, sortOrder; - - this.config = {}; - - config = $.extend(this.config, $.tablesorter.defaults, settings); - - // store common expression for speed - $this = $(this); - - // build headers - $headers = buildHeaders(this); - - // try to auto detect column type, and store in tables config - this.config.parsers = buildParserCache(this,$headers); - - - // build the cache for the tbody cells - cache = buildCache(this); - - // get the css class names, could be done else where. - var sortCSS = [config.cssDesc,config.cssAsc]; - - // fixate columns if the users supplies the fixedWidth option - fixColumnWidth(this); - - // apply event handling to headers - // this is to big, perhaps break it out? - $headers.click(function(e) { - - $this.trigger("sortStart"); - - var totalRows = ($this[0].tBodies[0] && $this[0].tBodies[0].rows.length) || 0; - - if(!this.sortDisabled && totalRows > 0) { - - - // store exp, for speed - var $cell = $(this); - - // get current column index - var i = this.column; - - // get current column sort order - this.order = this.count++ % 2; - - // user only whants to sort on one column - if(!e[config.sortMultiSortKey]) { - - // flush the sort list - config.sortList = []; - - if(config.sortForce != null) { - var a = config.sortForce; - for(var j=0; j < a.length; j++) { - if(a[j][0] != i) { - config.sortList.push(a[j]); - } - } - } - - // add column to sort list - config.sortList.push([i,this.order]); - - // multi column sorting - } else { - // the user has clicked on an all ready sortet column. - if(isValueInArray(i,config.sortList)) { - - // revers the sorting direction for all tables. - for(var j=0; j < config.sortList.length; j++) { - var s = config.sortList[j], o = config.headerList[s[0]]; - if(s[0] == i) { - o.count = s[1]; - o.count++; - s[1] = o.count % 2; - } - } - } else { - // add column to sort list array - config.sortList.push([i,this.order]); - } - }; - setTimeout(function() { - //set css for headers - setHeadersCss($this[0],$headers,config.sortList,sortCSS); - appendToTable($this[0],multisort($this[0],config.sortList,cache)); - },1); - // stop normal event by returning false - return false; - } - // cancel selection - }).mousedown(function() { - if(config.cancelSelection) { - this.onselectstart = function() {return false}; - return false; - } - }); - - // apply easy methods that trigger binded events - $this.bind("update",function() { - - // rebuild parsers. - this.config.parsers = buildParserCache(this,$headers); - - // rebuild the cache map - cache = buildCache(this); - - }).bind("sorton",function(e,list) { - - $(this).trigger("sortStart"); - - config.sortList = list; - - // update and store the sortlist - var sortList = config.sortList; - - // update header count index - updateHeaderSortCount(this,sortList); - - //set css for headers - setHeadersCss(this,$headers,sortList,sortCSS); - - - // sort the table and append it to the dom - appendToTable(this,multisort(this,sortList,cache)); - - }).bind("appendCache",function() { - - appendToTable(this,cache); - - }).bind("applyWidgetId",function(e,id) { - - getWidgetById(id).format(this); - - }).bind("applyWidgets",function() { - // apply widgets - applyWidget(this); - }); - - if($.metadata && ($(this).metadata() && $(this).metadata().sortlist)) { - config.sortList = $(this).metadata().sortlist; - } - // if user has supplied a sort list to constructor. - if(config.sortList.length > 0) { - $this.trigger("sorton",[config.sortList]); - } - - // apply widgets - applyWidget(this); - }); - }; - - this.addParser = function(parser) { - var l = parsers.length, a = true; - for(var i=0; i < l; i++) { - if(parsers[i].id.toLowerCase() == parser.id.toLowerCase()) { - a = false; - } - } - if(a) { parsers.push(parser); }; - }; - - this.addWidget = function(widget) { - widgets.push(widget); - }; - - this.formatFloat = function(s) { - var i = parseFloat(s); - return (isNaN(i)) ? 0 : i; - }; - this.formatInt = function(s) { - var i = parseInt(s); - return (isNaN(i)) ? 0 : i; - }; - - this.isDigit = function(s,config) { - var DECIMAL = '\\' + config.decimal; - var exp = '/(^[+]?0(' + DECIMAL +'0+)?$)|(^([-+]?[1-9][0-9]*)$)|(^([-+]?((0?|[1-9][0-9]*)' + DECIMAL +'(0*[1-9][0-9]*)))$)|(^[-+]?[1-9]+[0-9]*' + DECIMAL +'0+$)/'; - return RegExp(exp).test($.trim(s)); - }; - - this.clearTableBody = function(table) { - if($.browser.msie) { - function empty() { - while ( this.firstChild ) this.removeChild( this.firstChild ); - } - empty.apply(table.tBodies[0]); - } else { - table.tBodies[0].innerHTML = ""; - } - }; - } - }); - - // extend plugin scope - $.fn.extend({ - tablesorter: $.tablesorter.construct - }); - - var ts = $.tablesorter; - - // add default parsers - ts.addParser({ - id: "text", - is: function(s) { - return true; - }, - format: function(s) { - return $.trim(s.toLowerCase()); - }, - type: "text" - }); - - ts.addParser({ - id: "digit", - is: function(s,table) { - var c = table.config; - return $.tablesorter.isDigit(s,c); - }, - format: function(s) { - return $.tablesorter.formatFloat(s); - }, - type: "numeric" - }); - - ts.addParser({ - id: "currency", - is: function(s) { - return /^[£$€?.]/.test(s); - }, - format: function(s) { - return $.tablesorter.formatFloat(s.replace(new RegExp(/[^0-9.]/g),"")); - }, - type: "numeric" - }); - - ts.addParser({ - id: "ipAddress", - is: function(s) { - return /^\d{2,3}[\.]\d{2,3}[\.]\d{2,3}[\.]\d{2,3}$/.test(s); - }, - format: function(s) { - var a = s.split("."), r = "", l = a.length; - for(var i = 0; i < l; i++) { - var item = a[i]; - if(item.length == 2) { - r += "0" + item; - } else { - r += item; - } - } - return $.tablesorter.formatFloat(r); - }, - type: "numeric" - }); - - ts.addParser({ - id: "url", - is: function(s) { - return /^(https?|ftp|file):\/\/$/.test(s); - }, - format: function(s) { - return jQuery.trim(s.replace(new RegExp(/(https?|ftp|file):\/\//),'')); - }, - type: "text" - }); - - ts.addParser({ - id: "isoDate", - is: function(s) { - return /^\d{4}[\/-]\d{1,2}[\/-]\d{1,2}$/.test(s); - }, - format: function(s) { - return $.tablesorter.formatFloat((s != "") ? new Date(s.replace(new RegExp(/-/g),"/")).getTime() : "0"); - }, - type: "numeric" - }); - - ts.addParser({ - id: "percent", - is: function(s) { - return /\%$/.test($.trim(s)); - }, - format: function(s) { - return $.tablesorter.formatFloat(s.replace(new RegExp(/%/g),"")); - }, - type: "numeric" - }); - - ts.addParser({ - id: "usLongDate", - is: function(s) { - return s.match(new RegExp(/^[A-Za-z]{3,10}\.? [0-9]{1,2}, ([0-9]{4}|'?[0-9]{2}) (([0-2]?[0-9]:[0-5][0-9])|([0-1]?[0-9]:[0-5][0-9]\s(AM|PM)))$/)); - }, - format: function(s) { - return $.tablesorter.formatFloat(new Date(s).getTime()); - }, - type: "numeric" - }); - - ts.addParser({ - id: "shortDate", - is: function(s) { - return /\d{1,2}[\/\-]\d{1,2}[\/\-]\d{2,4}/.test(s); - }, - format: function(s,table) { - var c = table.config; - s = s.replace(/\-/g,"/"); - if(c.dateFormat == "us") { - // reformat the string in ISO format - s = s.replace(/(\d{1,2})[\/\-](\d{1,2})[\/\-](\d{4})/, "$3/$1/$2"); - } else if(c.dateFormat == "uk") { - //reformat the string in ISO format - s = s.replace(/(\d{1,2})[\/\-](\d{1,2})[\/\-](\d{4})/, "$3/$2/$1"); - } else if(c.dateFormat == "dd/mm/yy" || c.dateFormat == "dd-mm-yy") { - s = s.replace(/(\d{1,2})[\/\-](\d{1,2})[\/\-](\d{2})/, "$1/$2/$3"); - } - return $.tablesorter.formatFloat(new Date(s).getTime()); - }, - type: "numeric" - }); - - ts.addParser({ - id: "time", - is: function(s) { - return /^(([0-2]?[0-9]:[0-5][0-9])|([0-1]?[0-9]:[0-5][0-9]\s(am|pm)))$/.test(s); - }, - format: function(s) { - return $.tablesorter.formatFloat(new Date("2000/01/01 " + s).getTime()); - }, - type: "numeric" - }); - - - ts.addParser({ - id: "metadata", - is: function(s) { - return false; - }, - format: function(s,table,cell) { - var c = table.config, p = (!c.parserMetadataName) ? 'sortValue' : c.parserMetadataName; - return $(cell).metadata()[p]; - }, - type: "numeric" - }); - - // add default widgets - ts.addWidget({ - id: "zebra", - format: function(table) { - if(table.config.debug) { var time = new Date(); } - $("tr:visible",table.tBodies[0]) - .filter(':even') - .removeClass(table.config.widgetZebra.css[1]).addClass(table.config.widgetZebra.css[0]) - .end().filter(':odd') - .removeClass(table.config.widgetZebra.css[0]).addClass(table.config.widgetZebra.css[1]); - if(table.config.debug) { $.tablesorter.benchmark("Applying Zebra widget", time); } - } - }); -})(jQuery); diff --git a/js/tablesorter/jquery.tablesorter.min.js b/js/tablesorter/jquery.tablesorter.min.js deleted file mode 100644 index b6cfec1f..00000000 --- a/js/tablesorter/jquery.tablesorter.min.js +++ /dev/null @@ -1,2 +0,0 @@ - -(function($){$.extend({tablesorter:new function(){var parsers=[],widgets=[];this.defaults={cssHeader:"header",cssAsc:"headerSortUp",cssDesc:"headerSortDown",sortInitialOrder:"asc",sortMultiSortKey:"shiftKey",sortForce:null,sortAppend:null,textExtraction:"simple",parsers:{},widgets:[],widgetZebra:{css:["even","odd"]},headers:{},widthFixed:false,cancelSelection:true,sortList:[],headerList:[],dateFormat:"us",decimal:'.',debug:false};function benchmark(s,d){log(s+","+(new Date().getTime()-d.getTime())+"ms");}this.benchmark=benchmark;function log(s){if(typeof console!="undefined"&&typeof console.debug!="undefined"){console.log(s);}else{alert(s);}}function buildParserCache(table,$headers){if(table.config.debug){var parsersDebug="";}var rows=table.tBodies[0].rows;if(table.tBodies[0].rows[0]){var list=[],cells=rows[0].cells,l=cells.length;for(var i=0;i1){arr=arr.concat(checkCellColSpan(table,headerArr,row++));}else{if(table.tHead.length==1||(cell.rowSpan>1||!r[row+1])){arr.push(cell);}}}return arr;};function checkHeaderMetadata(cell){if(($.metadata)&&($(cell).metadata().sorter===false)){return true;};return false;}function checkHeaderOptions(table,i){if((table.config.headers[i])&&(table.config.headers[i].sorter===false)){return true;};return false;}function applyWidget(table){var c=table.config.widgets;var l=c.length;for(var i=0;i');$("tr:first td",$('table.tBodies[0]')).each(function(){colgroup.append($('').css('width',$(this).width()));});$(table).prepend(colgroup);};}function updateHeaderSortCount(table,sortList){var c=table.config,l=sortList.length;for(var i=0;ib)?1:0));};function sortTextDesc(a,b){return((ba)?1:0));};function sortNumeric(a,b){return a-b;};function sortNumericDesc(a,b){return b-a;};function getCachedSortType(parsers,i){return parsers[i].type;};this.construct=function(settings){return this.each(function(){if(!this.tHead||!this.tBodies)return;var $this,$document,$headers,cache,config,shiftDown=0,sortOrder;this.config={};config=$.extend(this.config,$.tablesorter.defaults,settings);$this=$(this);$headers=buildHeaders(this);this.config.parsers=buildParserCache(this,$headers);cache=buildCache(this);var sortCSS=[config.cssDesc,config.cssAsc];fixColumnWidth(this);$headers.click(function(e){$this.trigger("sortStart");var totalRows=($this[0].tBodies[0]&&$this[0].tBodies[0].rows.length)||0;if(!this.sortDisabled&&totalRows>0){var $cell=$(this);var i=this.column;this.order=this.count++%2;if(!e[config.sortMultiSortKey]){config.sortList=[];if(config.sortForce!=null){var a=config.sortForce;for(var j=0;j0){$this.trigger("sorton",[config.sortList]);}applyWidget(this);});};this.addParser=function(parser){var l=parsers.length,a=true;for(var i=0;i - Student04 - Languages - male - 80 - 70 - 75 - 80 - - - Student05 - Mathematics - male - 90 - 88 - 100 - 90 - - - - Student06 - Languages - female - 85 - 95 - 80 - 85 - diff --git a/js/tablesorter/tests/assets/css/default.css b/js/tablesorter/tests/assets/css/default.css deleted file mode 100644 index 63a21229..00000000 --- a/js/tablesorter/tests/assets/css/default.css +++ /dev/null @@ -1,74 +0,0 @@ -* { - font-family: Arial, Helvetica, sans-serif; -} -pre { - font-family: "Courier New", Courier, monospace; - - font-size: 14px; - width: 100%; -} -h1 { - - font-size: 20px; - color: #4D4D4D; -} -h3 { - font-size: 16px; - - color: #3D3D3D; -} -th { - text-align: left; - padding: 5px; - background-color: #6E6E6E; -} -td { - color: #FFF; - padding: 5px; -} -table { - font-size: 12px; - background-color: #4D4D4D; - width: 1024px; - border: 1px solid #000; -} -.even { - background-color: #3D3D3D; -} -.odd { - background-color: #6E6E6E; -} -.highlight { - background-color: #3D3D3D; - font-weight: bold; -} -.header { - background-image: url(../img/header-bg.png); - background-repeat: no-repeat; - border-left: 1px solid #FFF; - border-right: 1px solid #000; - border-top: 1px solid #FFF; - padding-left: 30px; - padding-top: 8px; - height: auto; -} -.headerSortUp { - background-image: url(../img/header-asc.png); - background-repeat: no-repeat; - border-left: 1px solid #FFF; - border-right: 1px solid #000; - border-top: 1px solid #FFF; - padding-left: 30px; - padding-top: 8px; - height: auto; -} -.headerSortDown { - background-image: url(../img/header-desc.png); - background-repeat: no-repeat; - border-left: 1px solid #FFF; - border-right: 1px solid #000; - border-top: 1px solid #FFF; - padding-left: 30px; - padding-top: 8px; - height: auto; -} \ No newline at end of file diff --git a/js/tablesorter/tests/assets/css/jquery.tabs-ie.css b/js/tablesorter/tests/assets/css/jquery.tabs-ie.css deleted file mode 100644 index b0dd7f4e..00000000 --- a/js/tablesorter/tests/assets/css/jquery.tabs-ie.css +++ /dev/null @@ -1,20 +0,0 @@ -/* -Tabs - additional IE specific bug fixes - -Recommended usage (Conditional Comments): - - -*/ -.tabs-nav { /* auto clear */ - display: inline-block; -} -.tabs-nav .tabs-disabled { - position: relative; /* fixes opacity */ - filter: alpha(opacity=40); -} -.tabs-nav .tabs-disabled a span { - _height: 19px; /* for some reason the height is 1px to less with opacity... */ - min-height: 19px; /* ...in both IE 6 and 7 */ -} diff --git a/js/tablesorter/tests/assets/css/jquery.tabs.css b/js/tablesorter/tests/assets/css/jquery.tabs.css deleted file mode 100644 index 3f8631b2..00000000 --- a/js/tablesorter/tests/assets/css/jquery.tabs.css +++ /dev/null @@ -1,97 +0,0 @@ -/* Caution! Ensure accessibility in print and other media types... */ -@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */ - .tabs-hide { - display: none; - } -} - -/* Hide useless elements in print layouts... */ -@media print { - .tabs-nav { - display: none; - } -} - -/* Skin */ -.tabs-nav { - list-style: none; - margin: 0; - padding: 0 0 0 4px; -} -.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */ - display: block; - clear: both; - content: " "; -} -.tabs-nav li { - float: left; - margin: 0 0 0 1px; - min-width: 84px; /* be nice to Opera */ -} -.tabs-nav a, .tabs-nav a span { - display: block; - padding: 0 10px; - background: url(../img/tab.png) no-repeat; -} -.tabs-nav a { - position: relative; - top: 1px; - z-index: 2; - padding-left: 0; - color: #27537a; - font-size: 12px; - font-weight: bold; - line-height: 1.2; - text-align: center; - text-decoration: none; - white-space: nowrap; /* required in IE 6 */ -} -.tabs-nav .tabs-selected a { - color: #000; -} -.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { - background-position: 100% -150px; - outline: 0; /* prevent dotted border in Firefox */ -} -.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active { - background-position: 100% -100px; -} -.tabs-nav a span { - width: 64px; /* IE 6 treats width as min-width */ - min-width: 64px; - height: 18px; /* IE 6 treats height as min-height */ - min-height: 18px; - padding-top: 6px; - padding-right: 0; -} -*>.tabs-nav a span { /* hide from IE 6 */ - width: auto; - height: auto; -} -.tabs-nav .tabs-selected a span { - padding-top: 7px; -} -.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span { - background-position: 0 -50px; -} -.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span { - background-position: 0 0; -} -.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */ - cursor: text; -} -.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */ - cursor: pointer; -} -.tabs-nav .tabs-disabled { - opacity: .4; -} -.tabs-container { - border-top: 1px solid #97a5b0; - padding: 1em 8px; - background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */ -} -.tabs-loading em { - padding: 0 0 0 20px; - background: url(loading.gif) no-repeat 0 50%; -} diff --git a/js/tablesorter/tests/assets/img/header-asc.png b/js/tablesorter/tests/assets/img/header-asc.png deleted file mode 100644 index 66e39cad..00000000 Binary files a/js/tablesorter/tests/assets/img/header-asc.png and /dev/null differ diff --git a/js/tablesorter/tests/assets/img/header-bg.png b/js/tablesorter/tests/assets/img/header-bg.png deleted file mode 100644 index ca837161..00000000 Binary files a/js/tablesorter/tests/assets/img/header-bg.png and /dev/null differ diff --git a/js/tablesorter/tests/assets/img/header-desc.png b/js/tablesorter/tests/assets/img/header-desc.png deleted file mode 100644 index 431f63ab..00000000 Binary files a/js/tablesorter/tests/assets/img/header-desc.png and /dev/null differ diff --git a/js/tablesorter/tests/assets/img/small.gif b/js/tablesorter/tests/assets/img/small.gif deleted file mode 100644 index 43ace8a1..00000000 Binary files a/js/tablesorter/tests/assets/img/small.gif and /dev/null differ diff --git a/js/tablesorter/tests/assets/img/small_asc.gif b/js/tablesorter/tests/assets/img/small_asc.gif deleted file mode 100644 index 185e935e..00000000 Binary files a/js/tablesorter/tests/assets/img/small_asc.gif and /dev/null differ diff --git a/js/tablesorter/tests/assets/img/small_desc.gif b/js/tablesorter/tests/assets/img/small_desc.gif deleted file mode 100644 index 18836ff6..00000000 Binary files a/js/tablesorter/tests/assets/img/small_desc.gif and /dev/null differ diff --git a/js/tablesorter/tests/assets/img/tab.png b/js/tablesorter/tests/assets/img/tab.png deleted file mode 100644 index 413c7559..00000000 Binary files a/js/tablesorter/tests/assets/img/tab.png and /dev/null differ diff --git a/js/tablesorter/tests/cell.metadata.html b/js/tablesorter/tests/cell.metadata.html deleted file mode 100644 index d4de55d9..00000000 --- a/js/tablesorter/tests/cell.metadata.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - -tablesorter 2.0-dev demo, multi column sorting - - - - - - - - - - -

    tablesorter 2.0-dev demo, multi column sorting

    -

    -To select more then one column to sort by, hold down your shift key and press the "headers". -Pressing a all ready sorted column while holding down shift will reverse the order. -

    -

    -Releasing the shift key and pressing a column will result in a one column sort. -

    - -

    Not big enough? Add 500 random rows of data (can be clicked many times, more then a 1000 rows can be slow)

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    NameMajorSexEnglishJapaneseCalculusGeometryGeometry
    NameMajorSexEnglishJapaneseCalculusGeometryGeometry
    Student01Languagesmale80707580
    Student02Mathematicsmale908810090
    Student03Languagesfemale85958085
    Student04Languagesmale6055100100
    - - - - diff --git a/js/tablesorter/tests/checkbox.html b/js/tablesorter/tests/checkbox.html deleted file mode 100644 index 35240a2f..00000000 --- a/js/tablesorter/tests/checkbox.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - -tablesorter 2.0-dev demo, multi column sorting - - - - - - - - - - -fill up - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    NameMajorSexEnglishJapaneseCalculusGeometry
    NameMajorSexEnglishJapaneseCalculusGeometry
    - - diff --git a/js/tablesorter/tests/colspan.html b/js/tablesorter/tests/colspan.html deleted file mode 100644 index 16b0cdb9..00000000 --- a/js/tablesorter/tests/colspan.html +++ /dev/null @@ -1,148 +0,0 @@ - - - - - Untitled Document - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    General informationDegree informationName
    MajorGenderEnglishJapaneseCalculusGeometry
    Student01Languagesmale80707580%
    Student02Mathematicsmale908810090%
    Student03Languagesfemale85958085%
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    something Group of information 1 Group of information 2
    Col 1 Col 2 Col 3 Col 4 Col 5
    Student01Languagesmale8070
    Student02Mathematicsmale9088
    Student03Languagesfemale8595
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Col 1 Col 2 Col 3 Col 4 Col 5
    Student01Languagesmale8070
    Student02Mathematicsmale9088
    Student03Languagesfemale8595
    - - diff --git a/js/tablesorter/tests/demo.html b/js/tablesorter/tests/demo.html deleted file mode 100644 index 5a457199..00000000 --- a/js/tablesorter/tests/demo.html +++ /dev/null @@ -1,352 +0,0 @@ - - - - -tablesorter 2.0-dev demo, multi column sorting - - - - - - - - - -

    tablesorter 2.0-dev demo, multi column sorting

    -

    -To select more then one column to sort by, hold down your shift key and press the "headers". -Pressing a all ready sorted column while holding down shift will reverse the order. -

    -

    -Releasing the shift key and pressing a column will result in a one column sort. -

    - -

    Not big enough? Add 500 random rows of data (can be clicked many times, more then a 1000 rows can be slow)

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    One and TwoThreeThreeThreeThreeThree
    NameMajor
    NameMajorSexEnglishJapaneseCalculusGeometry
    Student01Languagesmale80707580
    Student02Mathematicsmale908810090
    Student03Languagesfemale85958085
    Student04Languagesmale6055100100
    Student05Languagesfemale68809580
    Student06Mathematicsmale1009910090
    Student07Mathematicsmale85689090
    Student08Languagesmale100909085
    Student09Mathematicsmale80506575
    Student10Languagesmale8510010090
    Student11Languagesmale8685100100
    Student12Mathematicsfemale100757085
    Student13Languagesfemale1008010090
    Student14Languagesfemale50455590
    Student15Languagesmale953510090
    Student16Languagesfemale100503070
    Student17Languagesfemale801005565
    Student18Mathematicsmale30495575
    Student19Languagesmale68908870
    Student20Mathematicsmale40454080
    Student21Languagesmale5045100100
    Student22Mathematicsmale1009910090
    Student23Languagesfemale85808080
    - - - - diff --git a/js/tablesorter/tests/index.html b/js/tablesorter/tests/index.html deleted file mode 100644 index f2bf1578..00000000 --- a/js/tablesorter/tests/index.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - Love Peace and Nukes - - - - - - - - - - - \ No newline at end of file diff --git a/js/tablesorter/tests/large.html b/js/tablesorter/tests/large.html deleted file mode 100644 index 64a81c29..00000000 --- a/js/tablesorter/tests/large.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - -tablesorter: 296 rows - - - - - - - - - - - - - - - - - - - diff --git a/js/tablesorter/tests/metadata.html b/js/tablesorter/tests/metadata.html deleted file mode 100644 index 738d1efb..00000000 --- a/js/tablesorter/tests/metadata.html +++ /dev/null @@ -1,320 +0,0 @@ - - - - -tablesorter 2.0-dev demo, multi column sorting - - - - - - - - - - -

    tablesorter 2.0-dev demo, multi column sorting

    -

    -To select more then one column to sort by, hold down your shift key and press the "headers". -Pressing a all ready sorted column while holding down shift will reverse the order. -

    -

    -Releasing the shift key and pressing a column will result in a one column sort. -

    - -

    Not big enough? Add 500 random rows of data (can be clicked many times, more then a 1000 rows can be slow)

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    NameMajorSexEnglishJapaneseCalculusGeometry
    NameMajorSexEnglishJapaneseCalculusGeometry
    Student01Languagesmale80707580
    Student02Mathematicsmale908810090
    Student03Languagesfemale85958085
    Student04Languagesmale6055100100
    Student05Languagesfemale68809580
    Student06Mathematicsmale1009910090
    Student07Mathematicsmale85689090
    Student08Languagesmale100909085
    Student09Mathematicsmale80506575
    Student10Languagesmale8510010090
    Student11Languagesmale8685100100
    Student12Mathematicsfemale100757085
    Student13Languagesfemale1008010090
    Student14Languagesfemale50455590
    Student15Languagesmale953510090
    Student16Languagesfemale100503070
    Student17Languagesfemale801005565
    Student18Mathematicsmale30495575
    Student19Languagesmale68908870
    Student20Mathematicsmale40454080
    Student21Languagesmale5045100100
    Student22Mathematicsmale1009910090
    Student23Languagesfemale85808080
    - - - - diff --git a/js/tablesorter/tests/pager.html b/js/tablesorter/tests/pager.html deleted file mode 100644 index 7494026f..00000000 --- a/js/tablesorter/tests/pager.html +++ /dev/null @@ -1,309 +0,0 @@ - - - - -tablesorter: 296 rows - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    NameMajorSexEnglishJapaneseCalculusGeometry
    NameMajorSexEnglishJapaneseCalculusGeometry
    Student01Languagesmale80707580
    Student02Mathematicsmale908810090
    Student03Languagesfemale85958085
    Student04Languagesmale6055100100
    Student05Languagesfemale68809580
    Student06Mathematicsmale1009910090
    Student07Mathematicsmale85689090
    Student08Languagesmale100909085
    Student09Mathematicsmale80506575
    Student10Languagesmale8510010090
    Student11Languagesmale8685100100
    Student12Mathematicsfemale100757085
    Student13Languagesfemale1008010090
    Student14Languagesfemale50455590
    Student15Languagesmale953510090
    Student16Languagesfemale100503070
    Student17Languagesfemale801005565
    Student18Mathematicsmale30495575
    Student19Languagesmale68908870
    Student20Mathematicsmale40454080
    Student21Languagesmale5045100100
    Student22Mathematicsmale1009910090
    Student23Languagesfemale85808080
    student23Mathematicsmale8277079
    student24Languagesfemale100911382
    student25Mathematicsmale22968253
    student26Languagesfemale37295659
    student27Mathematicsmale86826923
    student28Languagesfemale4425431
    student29Mathematicsmale77472238
    student30Languagesfemale19352310
    student31Mathematicsmale90271750
    student32Languagesfemale60753338
    student33Mathematicsmale4313715
    student34Languagesfemale77978144
    student35Mathematicsmale5815195
    student36Languagesfemale70617094
    student37Mathematicsmale6036184
    student38Languagesfemale6339011
    student39Mathematicsmale50463238
    student40Languagesfemale5175253
    student41Mathematicsmale43342878
    student42Languagesfemale11896095
    student43Mathematicsmale48921888
    student44Languagesfemale8225973
    student45Mathematicsmale91733739
    student46Languagesfemale481210
    student47Mathematicsmale8910611
    student48Languagesfemale90322118
    student49Mathematicsmale42494972
    student50Languagesfemale56376754
    student51Mathematicsmale48315563
    student52Languagesfemale38917174
    student53Mathematicsmale26385100
    student54Languagesfemale75811623
    student55Mathematicsmale65521553
    student56Languagesfemale23527994
    student57Mathematicsmale80226112
    student58Languagesfemale5357979
    student59Mathematicsmale96323517
    student60Languagesfemale16766527
    student61Mathematicsmale20572223
    student62Languagesfemale19838778
    student63Mathematicsmale258330
    student64Languagesfemale021993
    student65Mathematicsmale20861396
    student66Languagesfemale28358757
    student67Mathematicsmale36502910
    student68Languagesfemale6090966
    student69Mathematicsmale34614398
    student70Languagesfemale13379183
    student71Mathematicsmale47805782
    student72Languagesfemale69433737
    student73Mathematicsmale54609421
    student74Languagesfemale71143446
    student75Mathematicsmale89963117
    student76Languagesfemale28482994
    student77Mathematicsmale100652024
    student78Languagesfemale11969033
    student79Mathematicsmale53559339
    student80Languagesfemale11008444
    student81Mathematicsmale63789643
    student82Languagesfemale41698235
    student83Mathematicsmale9498139
    student84Languagesfemale94729177
    student85Mathematicsmale71324525
    student86Languagesfemale9896437
    student87Mathematicsmale8917367
    student88Languagesfemale43416879
    student89Mathematicsmale7382237
    student90Languagesfemale94839337
    student91Mathematicsmale8284261
    student92Languagesfemale46413069
    student93Mathematicsmale47198583
    student94Languagesfemale39146462
    student95Mathematicsmale71314628
    student96Languagesfemale90944540
    student97Mathematicsmale468925
    student98Languagesfemale41434799
    student99Mathematicsmale71908973
    student100Languagesfemale31641856
    student101Mathematicsmale52136999
    student102Languagesfemale86398318
    student103Mathematicsmale23659880
    student104Languagesfemale781005766
    student105Mathematicsmale69214397
    student106Languagesfemale2727838
    student107Mathematicsmale86964634
    student108Languagesfemale13846664
    student109Mathematicsmale35959881
    student110Languagesfemale30286254
    student111Mathematicsmale60313585
    student112Languagesfemale19811969
    student113Mathematicsmale6659854
    student114Languagesfemale38804016
    student115Mathematicsmale5849697
    student116Languagesfemale59976954
    student117Mathematicsmale0347949
    student118Languagesfemale1871285
    student119Mathematicsmale9387759
    student120Languagesfemale42232690
    student121Mathematicsmale17396689
    student122Languagesfemale26759018
    student123Mathematicsmale34237780
    student124Languagesfemale5267742
    student125Mathematicsmale5628581
    student126Languagesfemale51356744
    student127Mathematicsmale64644434
    student128Languagesfemale67917982
    student129Mathematicsmale4261579
    student130Languagesfemale7210369
    student131Mathematicsmale9477511
    student132Languagesfemale27958548
    student133Mathematicsmale92114061
    student134Languagesfemale4185660
    student135Mathematicsmale8422652
    student136Languagesfemale7604721
    student137Mathematicsmale51813090
    student138Languagesfemale5861673
    student139Mathematicsmale48383731
    student140Languagesfemale33265660
    student141Mathematicsmale84842975
    student142Languagesfemale7235654
    student143Mathematicsmale31427082
    student144Languagesfemale94875035
    student145Mathematicsmale91528026
    student146Languagesfemale78657979
    student147Mathematicsmale50905971
    student148Languagesfemale15686633
    student149Mathematicsmale17363413
    student150Languagesfemale30956973
    student151Mathematicsmale20534958
    student152Languagesfemale19896060
    student153Mathematicsmale5282203
    student154Languagesfemale66985366
    student155Mathematicsmale5852258
    student156Languagesfemale3443688
    student157Mathematicsmale4309114
    student158Languagesfemale34186731
    student159Mathematicsmale79733452
    student160Languagesfemale15613727
    student161Mathematicsmale74771545
    student162Languagesfemale52621958
    student163Mathematicsmale77602795
    student164Languagesfemale9619357
    student165Mathematicsmale51637519
    student166Languagesfemale32447299
    student167Mathematicsmale82845763
    student168Languagesfemale53128567
    student169Mathematicsmale4916846
    student170Languagesfemale39341665
    student171Mathematicsmale10068884
    student172Languagesfemale14256352
    student173Mathematicsmale74261560
    student174Languagesfemale1158892
    student175Mathematicsmale6247231
    student176Languagesfemale65263242
    student177Mathematicsmale83786924
    student178Languagesfemale14100743
    student179Mathematicsmale2835897
    student180Languagesfemale1483962
    student181Mathematicsmale1442469
    student182Languagesfemale6452722
    student183Mathematicsmale15262785
    student184Languagesfemale9149407
    student185Mathematicsmale87894287
    student186Languagesfemale75766188
    student187Mathematicsmale11486630
    student188Languagesfemale7379272
    student189Mathematicsmale98365815
    student190Languagesfemale8028656
    student191Mathematicsmale3633974
    student192Languagesfemale5923390
    student193Mathematicsmale9461933
    student194Languagesfemale82497242
    student195Mathematicsmale8059830
    student196Languagesfemale89179027
    student197Mathematicsmale4622667
    student198Languagesfemale65757377
    student199Mathematicsmale77975413
    student200Languagesfemale78195796
    student201Mathematicsmale92211180
    student202Languagesfemale45499340
    student203Mathematicsmale74258753
    student204Languagesfemale1571234
    student205Mathematicsmale82979573
    student206Languagesfemale82605898
    student207Mathematicsmale266411100
    student208Languagesfemale6496045
    student209Mathematicsmale96819663
    student210Languagesfemale2439069
    student211Mathematicsmale8664710
    student212Languagesfemale764507
    student213Mathematicsmale59122677
    student214Languagesfemale21259382
    student215Mathematicsmale22186451
    student216Languagesfemale92419828
    student217Mathematicsmale32481417
    student218Languagesfemale62368556
    student219Mathematicsmale33379087
    student220Languagesfemale24436084
    student221Mathematicsmale6593751
    student222Languagesfemale9197576
    student223Mathematicsmale86293227
    student224Languagesfemale63596891
    student225Mathematicsmale57739568
    student226Languagesfemale38545987
    student227Mathematicsmale53627264
    student228Languagesfemale62847273
    student229Mathematicsmale1308358
    student230Languagesfemale35658087
    student231Mathematicsmale76202850
    student232Languagesfemale9176633
    student233Mathematicsmale9229961
    student234Languagesfemale47699839
    student235Mathematicsmale21443882
    student236Languagesfemale19865178
    student237Mathematicsmale28454936
    student238Languagesfemale78194981
    student239Mathematicsmale72694720
    student240Languagesfemale17436656
    student241Mathematicsmale901944
    student242Languagesfemale618251
    student243Mathematicsmale1377213
    student244Languagesfemale8005854
    student245Mathematicsmale8331859
    student246Languagesfemale90992912
    student247Mathematicsmale89238159
    student248Languagesfemale7226283
    student249Mathematicsmale28105047
    student250Languagesfemale8914894
    student251Mathematicsmale15233769
    student252Languagesfemale27821036
    student253Mathematicsmale49456423
    student254Languagesfemale79756374
    student255Mathematicsmale2566475
    student256Languagesfemale36262958
    student257Mathematicsmale17226673
    student258Languagesfemale70919745
    student259Mathematicsmale34307830
    student260Languagesfemale77578677
    student261Mathematicsmale1259687
    student262Languagesfemale11609771
    student263Mathematicsmale12303558
    student264Languagesfemale46152340
    student265Mathematicsmale4481926
    student266Languagesfemale15683215
    student267Mathematicsmale5585098
    student268Languagesfemale42303224
    student269Mathematicsmale781009957
    student270Languagesfemale55338725
    student271Mathematicsmale25972993
    student272Languagesfemale39351843
    student273Mathematicsmale35179958
    student274Languagesfemale86522724
    student275Mathematicsmale97387376
    student276Languagesfemale206198
    student277Mathematicsmale9336947
    student278Languagesfemale423152
    student279Mathematicsmale6118962
    student280Languagesfemale99898794
    student281Mathematicsmale4895900
    student282Languagesfemale60473130
    student283Mathematicsmale64241076
    student284Languagesfemale9937468
    student285Mathematicsmale0986869
    student286Languagesfemale66824959
    student287Mathematicsmale86143717
    student288Languagesfemale27489327
    student289Mathematicsmale8489668
    student290Languagesfemale9902057
    student291Mathematicsmale50967242
    student292Languagesfemale9822792
    student293Mathematicsmale1994287
    student294Languagesfemale9897922
    student295Mathematicsmale75307764
    student296Languagesfemale5198553
    student297Mathematicsmale25958672
    student298Languagesfemale20753735
    student299Mathematicsmale4924111
    student300Languagesfemale2832891
    student301Mathematicsmale4163425
    student302Languagesfemale29167790
    student303Mathematicsmale89415182
    student304Languagesfemale40912434
    student305Mathematicsmale7474978
    student306Languagesfemale6375562
    student307Mathematicsmale30733490
    student308Languagesfemale82919593
    student309Mathematicsmale6247382
    student310Languagesfemale39101257
    student311Mathematicsmale89642067
    student312Languagesfemale56369241
    student313Mathematicsmale99809974
    student314Languagesfemale31796493
    student315Mathematicsmale5327055
    student316Languagesfemale35152960
    student317Mathematicsmale31476960
    student318Languagesfemale88281366
    student319Mathematicsmale65121640
    student320Languagesfemale28171940
    student321Mathematicsmale241004470
    student322Languagesfemale20598352
    student323Mathematicsmale17608291
    student324Languagesfemale95994337
    student325Mathematicsmale30189931
    student326Languagesfemale3478386
    student327Mathematicsmale9863435
    student328Languagesfemale54239846
    student329Mathematicsmale97934518
    student330Languagesfemale2774077
    student331Mathematicsmale9704137
    student332Languagesfemale52377620
    student333Mathematicsmale74186819
    student334Languagesfemale77100339
    student335Mathematicsmale38537718
    student336Languagesfemale18132610
    student337Mathematicsmale90478770
    student338Languagesfemale38493674
    student339Mathematicsmale100641372
    student340Languagesfemale74254152
    student341Mathematicsmale37131613
    student342Languagesfemale24341583
    student343Mathematicsmale2056728
    student344Languagesfemale4522572
    student345Mathematicsmale19117535
    student346Languagesfemale6583115
    student347Mathematicsmale16663611
    student348Languagesfemale1239540
    student349Mathematicsmale752742
    student350Languagesfemale88926055
    student351Mathematicsmale92709145
    student352Languagesfemale74765944
    student353Mathematicsmale63696094
    student354Languagesfemale3685548
    student355Mathematicsmale39962148
    student356Languagesfemale4134275
    student357Mathematicsmale6434733
    student358Languagesfemale95146355
    student359Mathematicsmale701001382
    student360Languagesfemale522410021
    student361Mathematicsmale040869
    student362Languagesfemale024932
    student363Mathematicsmale23108694
    student364Languagesfemale1538649
    student365Mathematicsmale7623310
    student366Languagesfemale35357894
    student367Mathematicsmale294243100
    student368Languagesfemale668510
    student369Mathematicsmale74155683
    student370Languagesfemale7543908
    student371Mathematicsmale4060470
    student372Languagesfemale62421749
    student373Mathematicsmale31464454
    student374Languagesfemale30344787
    student375Mathematicsmale9694152
    student376Languagesfemale85432992
    student377Mathematicsmale7904025
    student378Languagesfemale36407285
    student379Mathematicsmale5368882
    student380Languagesfemale87783879
    student381Mathematicsmale89978338
    student382Languagesfemale21194910
    student383Mathematicsmale47126850
    student384Languagesfemale37124995
    student385Mathematicsmale8408851
    student386Languagesfemale89612748
    student387Mathematicsmale10478761
    student388Languagesfemale1692656
    student389Mathematicsmale57331347
    student390Languagesfemale90357775
    student391Mathematicsmale31474753
    student392Languagesfemale942412
    student393Mathematicsmale6119817
    student394Languagesfemale457577
    student395Mathematicsmale6729212
    student396Languagesfemale516456
    student397Mathematicsmale93147714
    student398Languagesfemale1893427
    student399Mathematicsmale93775791
    student400Languagesfemale67778032
    student401Mathematicsmale5889417
    student402Languagesfemale3056053
    student403Mathematicsmale28253259
    student404Languagesfemale62348164
    student405Mathematicsmale29842623
    student406Languagesfemale7086377
    student407Mathematicsmale8654799
    student408Languagesfemale9381089
    student409Mathematicsmale84214658
    student410Languagesfemale21841849
    student411Mathematicsmale2796340
    student412Languagesfemale9301991
    student413Mathematicsmale31928743
    student414Languagesfemale53259843
    student415Mathematicsmale36758089
    student416Languagesfemale37681254
    student417Mathematicsmale25891253
    student418Languagesfemale922846
    student419Mathematicsmale11286058
    student420Languagesfemale1373517
    student421Mathematicsmale67303885
    student422Languagesfemale68793441
    student423Mathematicsmale72459341
    student424Languagesfemale56464538
    student425Mathematicsmale8621840
    student426Languagesfemale99854119
    student427Mathematicsmale7135389
    student428Languagesfemale22911216
    student429Mathematicsmale1532693
    student430Languagesfemale35463474
    student431Mathematicsmale33839720
    student432Languagesfemale9920326
    student433Mathematicsmale48428318
    student434Languagesfemale4442530
    student435Mathematicsmale78486045
    student436Languagesfemale4757890
    student437Mathematicsmale881210053
    student438Languagesfemale4805160
    student439Mathematicsmale70898516
    student440Languagesfemale71943433
    student441Mathematicsmale68137218
    student442Languagesfemale7539721
    student443Mathematicsmale65366087
    student444Languagesfemale43212434
    student445Mathematicsmale85776528
    student446Languagesfemale61907891
    student447Mathematicsmale9207812
    student448Languagesfemale33306290
    student449Mathematicsmale8616745
    student450Languagesfemale100862423
    student451Mathematicsmale1425645
    student452Languagesfemale86399888
    student453Mathematicsmale72687719
    student454Languagesfemale94523100
    student455Mathematicsmale34678979
    student456Languagesfemale9204745
    student457Mathematicsmale64582698
    student458Languagesfemale439359100
    student459Mathematicsmale82359781
    student460Languagesfemale183524100
    student461Mathematicsmale79804351
    student462Languagesfemale56101767
    student463Mathematicsmale36441485
    student464Languagesfemale2640692
    student465Mathematicsmale59934378
    student466Languagesfemale7884883
    student467Mathematicsmale41378060
    student468Languagesfemale44279777
    student469Mathematicsmale29196482
    student470Languagesfemale50962746
    student471Mathematicsmale49155145
    student472Languagesfemale38353178
    student473Mathematicsmale1802365
    student474Languagesfemale91172376
    student475Mathematicsmale57393563
    student476Languagesfemale33736214
    student477Mathematicsmale96168840
    student478Languagesfemale30631613
    student479Mathematicsmale74393787
    student480Languagesfemale26369479
    student481Mathematicsmale19586512
    student482Languagesfemale73362248
    student483Mathematicsmale7894757
    student484Languagesfemale5951935
    student485Mathematicsmale677110085
    student486Languagesfemale33301546
    student487Mathematicsmale12191637
    student488Languagesfemale80982914
    student489Mathematicsmale70511431
    student490Languagesfemale95381592
    student491Mathematicsmale60317412
    student492Languagesfemale62569068
    student493Mathematicsmale63112991
    student494Languagesfemale4112520
    student495Mathematicsmale6053144
    student496Languagesfemale1135528
    student497Mathematicsmale11964237
    student498Languagesfemale16727974
    student499Mathematicsmale9212266
    student500Languagesfemale34226434
    student501Mathematicsmale50938661
    student502Languagesfemale50224044
    student503Mathematicsmale383917
    student504Languagesfemale98169355
    student505Mathematicsmale86893628
    student506Languagesfemale16531350
    student507Mathematicsmale5757338
    student508Languagesfemale34796977
    student509Mathematicsmale241659
    student510Languagesfemale606299100
    student511Mathematicsmale65525295
    student512Languagesfemale5873941
    student513Mathematicsmale39752876
    student514Languagesfemale4666478
    student515Mathematicsmale5160998
    student516Languagesfemale17201297
    student517Mathematicsmale72179673
    student518Languagesfemale92216227
    student519Mathematicsmale5042433
    student520Languagesfemale5237157
    student521Mathematicsmale58403554
    student522Languagesfemale9385753
    student523Mathematicsmale79201818
    student524Languagesfemale149427
    student525Mathematicsmale95412998
    student526Languagesfemale3459921
    student527Mathematicsmale39664129
    student528Languagesfemale328125
    student529Mathematicsmale33443785
    student530Languagesfemale69255979
    student531Mathematicsmale13504952
    student532Languagesfemale54834531
    student533Mathematicsmale15249751
    student534Languagesfemale7516963
    student535Mathematicsmale9183856
    student536Languagesfemale50137480
    student537Mathematicsmale54757410
    student538Languagesfemale76397046
    student539Mathematicsmale84723940
    student540Languagesfemale10047214
    student541Mathematicsmale426111
    student542Languagesfemale57716561
    student543Mathematicsmale7854134
    student544Languagesfemale14763647
    student545Mathematicsmale15196396
    student546Languagesfemale27823356
    student547Mathematicsmale70239690
    student548Languagesfemale612278
    student549Mathematicsmale22376436
    student550Languagesfemale75969440
    student551Mathematicsmale4382921
    student552Languagesfemale7968718
    student553Mathematicsmale65765244
    student554Languagesfemale41627354
    student555Mathematicsmale25982140
    student556Languagesfemale17709682
    student557Mathematicsmale43912743
    student558Languagesfemale33372433
    student559Mathematicsmale87871031
    student560Languagesfemale48409774
    student561Mathematicsmale63759155
    student562Languagesfemale66825995
    student563Mathematicsmale21955838
    student564Languagesfemale9299745
    student565Mathematicsmale5979420
    student566Languagesfemale64952412
    student567Mathematicsmale70463674
    student568Languagesfemale16259149
    student569Mathematicsmale73332488
    student570Languagesfemale9619527
    student571Mathematicsmale18127646
    student572Languagesfemale61714963
    student573Mathematicsmale46328517
    student574Languagesfemale42421137
    student575Mathematicsmale49764120
    student576Languagesfemale22278012
    student577Mathematicsmale76341866
    student578Languagesfemale96772917
    student579Mathematicsmale62516772
    student580Languagesfemale96672254
    student581Mathematicsmale77112388
    student582Languagesfemale6282433
    student583Mathematicsmale392312100
    student584Languagesfemale10212071
    student585Mathematicsmale11277100
    student586Languagesfemale40349778
    student587Mathematicsmale2518319
    student588Languagesfemale18763025
    student589Mathematicsmale24574681
    student590Languagesfemale2103194
    student591Mathematicsmale91847513
    student592Languagesfemale79449710
    student593Mathematicsmale42606730
    student594Languagesfemale61577535
    student595Mathematicsmale42468171
    student596Languagesfemale92637574
    student597Mathematicsmale86374051
    student598Languagesfemale5210473
    student599Mathematicsmale100281476
    student600Languagesfemale31762043
    student601Mathematicsmale402766
    student602Languagesfemale587921
    student603Mathematicsmale754691
    student604Languagesfemale2830153
    student605Mathematicsmale38939892
    student606Languagesfemale43968991
    student607Mathematicsmale43491483
    student608Languagesfemale50617298
    student609Mathematicsmale4499983
    student610Languagesfemale5367382
    student611Mathematicsmale40849954
    student612Languagesfemale29966569
    student613Mathematicsmale1276599
    student614Languagesfemale4783494
    student615Mathematicsmale3727224
    student616Languagesfemale94394924
    student617Mathematicsmale0752141
    student618Languagesfemale5936418
    student619Mathematicsmale2266133
    student620Languagesfemale4387448
    student621Mathematicsmale100155152
    student622Languagesfemale63719917
    student623Mathematicsmale143444100
    student624Languagesfemale2385727
    student625Mathematicsmale23143240
    student626Languagesfemale34497254
    student627Mathematicsmale21168126
    student628Languagesfemale54693434
    student629Mathematicsmale72116331
    student630Languagesfemale8798947
    student631Mathematicsmale43525358
    student632Languagesfemale5014420
    student633Mathematicsmale89836787
    student634Languagesfemale079916
    student635Mathematicsmale59178458
    student636Languagesfemale94953660
    student637Mathematicsmale39426346
    student638Languagesfemale019610
    student639Mathematicsmale50164171
    student640Languagesfemale8604613
    student641Mathematicsmale45855936
    student642Languagesfemale8335057
    student643Mathematicsmale8306014
    student644Languagesfemale76807338
    student645Mathematicsmale2614582
    student646Languagesfemale9316422
    student647Mathematicsmale85947616
    student648Languagesfemale57453216
    student649Mathematicsmale16169013
    student650Languagesfemale4331887
    student651Mathematicsmale16243244
    student652Languagesfemale5998334
    student653Mathematicsmale73184783
    student654Languagesfemale992510093
    student655Mathematicsmale0739784
    student656Languagesfemale0289475
    student657Mathematicsmale65905863
    student658Languagesfemale84358641
    student659Mathematicsmale4539599
    student660Languagesfemale32103162
    student661Mathematicsmale61285461
    student662Languagesfemale70961454
    student663Mathematicsmale6392298
    student664Languagesfemale41104623
    student665Mathematicsmale81918021
    student666Languagesfemale79716568
    student667Mathematicsmale47691890
    student668Languagesfemale2616700
    student669Mathematicsmale66109335
    student670Languagesfemale66682713
    student671Mathematicsmale86792645
    student672Languagesfemale50532574
    student673Mathematicsmale9753914
    student674Languagesfemale28796942
    student675Mathematicsmale607259
    student676Languagesfemale53213943
    student677Mathematicsmale37654591
    student678Languagesfemale76806027
    student679Mathematicsmale85273455
    student680Languagesfemale66114117
    student681Mathematicsmale27618982
    student682Languagesfemale402613
    student683Mathematicsmale2516695
    student684Languagesfemale63448563
    student685Mathematicsmale97957883
    student686Languagesfemale5121387
    student687Mathematicsmale63928723
    student688Languagesfemale22965959
    student689Mathematicsmale33801523
    student690Languagesfemale34751924
    student691Mathematicsmale36684854
    student692Languagesfemale32362012
    student693Mathematicsmale68917450
    student694Languagesfemale87919637
    student695Mathematicsmale239144
    student696Languagesfemale9462977
    student697Mathematicsmale1474575
    student698Languagesfemale73921990
    student699Mathematicsmale8207978
    student700Languagesfemale763510039
    student701Mathematicsmale27518949
    student702Languagesfemale0647237
    student703Mathematicsmale93469487
    student704Languagesfemale6922172
    student705Mathematicsmale1752113
    student706Languagesfemale1325219
    student707Mathematicsmale75617273
    student708Languagesfemale8437736
    student709Mathematicsmale81194514
    student710Languagesfemale62173927
    student711Mathematicsmale8869681
    student712Languagesfemale53825929
    student713Mathematicsmale83347134
    student714Languagesfemale9552614
    student715Mathematicsmale6715313
    student716Languagesfemale8297825
    student717Mathematicsmale65503146
    student718Languagesfemale27462537
    student719Mathematicsmale98423544
    student720Languagesfemale9014444
    student721Mathematicsmale3168293
    student722Languagesfemale3434370
    student723Mathematicsmale59771421
    student724Languagesfemale16535759
    student725Mathematicsmale7914416
    student726Languagesfemale108199
    student727Mathematicsmale89487916
    student728Languagesfemale8872387
    student729Mathematicsmale17539584
    student730Languagesfemale65523961
    student731Mathematicsmale44309672
    student732Languagesfemale70793233
    student733Mathematicsmale30474611
    student734Languagesfemale761001649
    student735Mathematicsmale39369089
    student736Languagesfemale1941929
    student737Mathematicsmale23737887
    student738Languagesfemale87714464
    student739Mathematicsmale22198220
    student740Languagesfemale94526739
    student741Mathematicsmale14175187
    student742Languagesfemale5663983
    student743Mathematicsmale99924698
    student744Languagesfemale19768388
    student745Mathematicsmale15776881
    student746Languagesfemale48814838
    student747Mathematicsmale2913861
    student748Languagesfemale7163030
    student749Mathematicsmale19683053
    student750Languagesfemale91182762
    student751Mathematicsmale73333836
    student752Languagesfemale99387550
    student753Mathematicsmale55713490
    student754Languagesfemale52409883
    student755Mathematicsmale1463611
    student756Languagesfemale1319496
    student757Mathematicsmale49665592
    student758Languagesfemale0198082
    student759Mathematicsmale2635873
    student760Languagesfemale8287639
    student761Mathematicsmale52118357
    student762Languagesfemale83688425
    student763Mathematicsmale1725670
    student764Languagesfemale1758084
    student765Mathematicsmale7564785
    student766Languagesfemale76329339
    student767Mathematicsmale20758465
    student768Languagesfemale25471289
    student769Mathematicsmale86947945
    student770Languagesfemale65815535
    student771Mathematicsmale62414143
    student772Languagesfemale1446243
    student773Mathematicsmale17557278
    student774Languagesfemale9546356
    student775Mathematicsmale7205648
    student776Languagesfemale30881956
    student777Mathematicsmale42448856
    student778Languagesfemale42695663
    student779Mathematicsmale7857783
    student780Languagesfemale15862498
    student781Mathematicsmale4684369
    student782Languagesfemale67981552
    student783Mathematicsmale33326357
    student784Languagesfemale35951653
    student785Mathematicsmale78545482
    student786Languagesfemale8185914
    student787Mathematicsmale42412314
    student788Languagesfemale591008636
    student789Mathematicsmale1926012
    student790Languagesfemale10034570
    student791Mathematicsmale381217
    student792Languagesfemale3155193
    student793Mathematicsmale11339877
    student794Languagesfemale461786
    student795Mathematicsmale5786727
    student796Languagesfemale5746236
    student797Mathematicsmale57676661
    student798Languagesfemale93888725
    student799Mathematicsmale59966441
    student800Languagesfemale6276923
    student801Mathematicsmale35833255
    student802Languagesfemale42581583
    student803Mathematicsmale41904012
    student804Languagesfemale8143837
    student805Mathematicsmale87773320
    student806Languagesfemale53873037
    student807Mathematicsmale13358516
    student808Languagesfemale20829034
    student809Mathematicsmale5821614
    student810Languagesfemale14282356
    student811Mathematicsmale4997368
    student812Languagesfemale31461163
    student813Mathematicsmale7497643
    student814Languagesfemale42839575
    student815Mathematicsmale2654529
    student816Languagesfemale79596988
    student817Mathematicsmale68182684
    student818Languagesfemale39139915
    student819Mathematicsmale2248716
    student820Languagesfemale12538811
    student821Mathematicsmale33908029
    student822Languagesfemale3795486
    student823Mathematicsmale9178851
    student824Languagesfemale31586731
    student825Mathematicsmale22305098
    student826Languagesfemale55585610
    student827Mathematicsmale56765753
    student828Languagesfemale1129881
    student829Mathematicsmale67926671
    student830Languagesfemale30614449
    student831Mathematicsmale0414461
    student832Languagesfemale72524585
    student833Mathematicsmale60991294
    student834Languagesfemale83587542
    student835Mathematicsmale9505377
    student836Languagesfemale33287062
    student837Mathematicsmale3982755
    student838Languagesfemale411004547
    student839Mathematicsmale81692729
    student840Languagesfemale9012649
    student841Mathematicsmale45382034
    student842Languagesfemale325311
    student843Mathematicsmale55778649
    student844Languagesfemale61609176
    student845Mathematicsmale8085749
    student846Languagesfemale63897371
    student847Mathematicsmale79159742
    student848Languagesfemale99187343
    student849Mathematicsmale30523856
    student850Languagesfemale65866734
    student851Mathematicsmale7343655
    student852Languagesfemale42435173
    student853Mathematicsmale870980
    student854Languagesfemale29411245
    student855Mathematicsmale5739090
    student856Languagesfemale80529654
    student857Mathematicsmale43838246
    student858Languagesfemale7917131
    student859Mathematicsmale6813707
    student860Languagesfemale51441552
    student861Mathematicsmale9170178
    student862Languagesfemale4116578
    student863Mathematicsmale20635585
    student864Languagesfemale5938726
    student865Mathematicsmale4894432
    student866Languagesfemale26679839
    student867Mathematicsmale48793866
    student868Languagesfemale1632153
    student869Mathematicsmale13205085
    student870Languagesfemale4922039
    student871Mathematicsmale8262353
    student872Languagesfemale6607464
    student873Mathematicsmale66483914
    student874Languagesfemale43833100
    student875Mathematicsmale214990
    student876Languagesfemale79807180
    student877Mathematicsmale84252688
    student878Languagesfemale38466660
    student879Mathematicsmale35279851
    student880Languagesfemale5759267
    student881Mathematicsmale7687788
    student882Languagesfemale2140817
    student883Mathematicsmale5046866
    student884Languagesfemale83863092
    student885Mathematicsmale63466694
    student886Languagesfemale7671262
    student887Mathematicsmale7418686
    student888Languagesfemale65774488
    student889Mathematicsmale67326119
    student890Languagesfemale85968541
    student891Mathematicsmale1487705
    student892Languagesfemale81284528
    student893Mathematicsmale9191883
    student894Languagesfemale407024
    student895Mathematicsmale18195189
    student896Languagesfemale70352512
    student897Mathematicsmale7290741
    student898Languagesfemale8417186
    student899Mathematicsmale1423886
    student900Languagesfemale7837601
    student901Mathematicsmale66953168
    student902Languagesfemale23608065
    student903Mathematicsmale76896396
    student904Languagesfemale3469070
    student905Mathematicsmale65449679
    student906Languagesfemale6877865
    student907Mathematicsmale86619943
    student908Languagesfemale88953213
    student909Mathematicsmale531005982
    student910Languagesfemale3579535
    student911Mathematicsmale230177
    student912Languagesfemale9687263
    student913Mathematicsmale23923996
    student914Languagesfemale9497658
    student915Mathematicsmale49312971
    student916Languagesfemale21577957
    student917Mathematicsmale03510089
    student918Languagesfemale64827552
    student919Mathematicsmale16666968
    student920Languagesfemale92951127
    student921Mathematicsmale16888590
    student922Languagesfemale56152698
    student923Mathematicsmale78274017
    student924Languagesfemale95104432
    student925Mathematicsmale99855218
    student926Languagesfemale73317149
    student927Mathematicsmale21791063
    student928Languagesfemale92718012
    student929Mathematicsmale23293388
    student930Languagesfemale4189884
    student931Mathematicsmale97177921
    student932Languagesfemale72409392
    student933Mathematicsmale7558326
    student934Languagesfemale15982728
    student935Mathematicsmale7688806
    student936Languagesfemale84234292
    student937Mathematicsmale71568671
    student938Languagesfemale7395822
    student939Mathematicsmale1555460
    student940Languagesfemale2031308
    student941Mathematicsmale97544181
    student942Languagesfemale83418664
    student943Mathematicsmale7195327
    student944Languagesfemale0273091
    student945Mathematicsmale99751722
    student946Languagesfemale92531090
    student947Mathematicsmale4449432
    student948Languagesfemale0974879
    student949Mathematicsmale97557974
    student950Languagesfemale6598932
    student951Mathematicsmale56733881
    student952Languagesfemale84946150
    student953Mathematicsmale4820770
    student954Languagesfemale39981420
    student955Mathematicsmale4152465
    student956Languagesfemale78229231
    student957Mathematicsmale28382654
    student958Languagesfemale49613554
    student959Mathematicsmale81152817
    student960Languagesfemale5480582
    student961Mathematicsmale7523537
    student962Languagesfemale5565120
    student963Mathematicsmale86427036
    student964Languagesfemale54455480
    student965Mathematicsmale38186992
    student966Languagesfemale33894683
    student967Mathematicsmale4395576
    student968Languagesfemale13261286
    student969Mathematicsmale94228559
    student970Languagesfemale9358610
    student971Mathematicsmale35728536
    student972Languagesfemale37519693
    student973Mathematicsmale71107959
    student974Languagesfemale71317393
    student975Mathematicsmale80268697
    student976Languagesfemale69216769
    student977Mathematicsmale38861039
    student978Languagesfemale48903981
    student979Mathematicsmale9083342
    student980Languagesfemale1919184
    student981Mathematicsmale98255046
    student982Languagesfemale38882116
    student983Mathematicsmale71481843
    student984Languagesfemale79851816
    student985Mathematicsmale51669068
    student986Languagesfemale100956591
    student987Mathematicsmale6742424
    student988Languagesfemale93809435
    student989Mathematicsmale65785794
    student990Languagesfemale27922191
    student991Mathematicsmale77152676
    student992Languagesfemale28845167
    student993Mathematicsmale3786250
    student994Languagesfemale59772074
    student995Mathematicsmale6266875
    student996Languagesfemale88703343
    student997Mathematicsmale73334253
    student998Languagesfemale6410231
    student999Mathematicsmale91931635
    student1000Languagesfemale30689540
    student1001Mathematicsmale2524832
    student1002Languagesfemale50775381
    student1003Mathematicsmale67441065
    student1004Languagesfemale29533486
    student1005Mathematicsmale77692275
    student1006Languagesfemale48829540
    student1007Mathematicsmale30712963
    student1008Languagesfemale4531471
    student1009Mathematicsmale81122044
    student1010Languagesfemale17668242
    student1011Mathematicsmale15113218
    student1012Languagesfemale27345919
    student1013Mathematicsmale18672514
    student1014Languagesfemale24645224
    student1015Mathematicsmale36874846
    student1016Languagesfemale3317068
    student1017Mathematicsmale4826380
    student1018Languagesfemale53638557
    student1019Mathematicsmale5873024
    student1020Languagesfemale8590810
    student1021Mathematicsmale69285276
    student1022Languagesfemale7522752
    -
    -
    - - - - - - -
    -
    - - - - diff --git a/js/tablesorter/themes/blue/asc.gif b/js/tablesorter/themes/blue/asc.gif deleted file mode 100644 index 74157867..00000000 Binary files a/js/tablesorter/themes/blue/asc.gif and /dev/null differ diff --git a/js/tablesorter/themes/blue/bg.gif b/js/tablesorter/themes/blue/bg.gif deleted file mode 100644 index fac668fc..00000000 Binary files a/js/tablesorter/themes/blue/bg.gif and /dev/null differ diff --git a/js/tablesorter/themes/blue/blue.zip b/js/tablesorter/themes/blue/blue.zip deleted file mode 100644 index 9945a92a..00000000 Binary files a/js/tablesorter/themes/blue/blue.zip and /dev/null differ diff --git a/js/tablesorter/themes/blue/desc.gif b/js/tablesorter/themes/blue/desc.gif deleted file mode 100644 index 3b30b3c5..00000000 Binary files a/js/tablesorter/themes/blue/desc.gif and /dev/null differ diff --git a/js/tablesorter/themes/blue/style.css b/js/tablesorter/themes/blue/style.css deleted file mode 100644 index eb41f70c..00000000 --- a/js/tablesorter/themes/blue/style.css +++ /dev/null @@ -1,39 +0,0 @@ -/* tables */ -table.tablesorter { - font-family:arial; - background-color: #CDCDCD; - margin:10px 0pt 15px; - font-size: 8pt; - width: 100%; - text-align: left; -} -table.tablesorter thead tr th, table.tablesorter tfoot tr th { - background-color: #e6EEEE; - border: 1px solid #FFF; - font-size: 8pt; - padding: 4px; -} -table.tablesorter thead tr .header { - background-image: url(bg.gif); - background-repeat: no-repeat; - background-position: center right; - cursor: pointer; -} -table.tablesorter tbody td { - color: #3D3D3D; - padding: 4px; - background-color: #FFF; - vertical-align: top; -} -table.tablesorter tbody tr.odd td { - background-color:#F0F0F6; -} -table.tablesorter thead tr .headerSortUp { - background-image: url(asc.gif); -} -table.tablesorter thead tr .headerSortDown { - background-image: url(desc.gif); -} -table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { -background-color: #8dbdd8; -} diff --git a/js/tablesorter/themes/green/asc.png b/js/tablesorter/themes/green/asc.png deleted file mode 100644 index 66e39cad..00000000 Binary files a/js/tablesorter/themes/green/asc.png and /dev/null differ diff --git a/js/tablesorter/themes/green/bg.png b/js/tablesorter/themes/green/bg.png deleted file mode 100644 index ca837161..00000000 Binary files a/js/tablesorter/themes/green/bg.png and /dev/null differ diff --git a/js/tablesorter/themes/green/desc.png b/js/tablesorter/themes/green/desc.png deleted file mode 100644 index 431f63ab..00000000 Binary files a/js/tablesorter/themes/green/desc.png and /dev/null differ diff --git a/js/tablesorter/themes/green/green.zip b/js/tablesorter/themes/green/green.zip deleted file mode 100644 index 6a14d240..00000000 Binary files a/js/tablesorter/themes/green/green.zip and /dev/null differ diff --git a/js/tablesorter/themes/green/style.css b/js/tablesorter/themes/green/style.css deleted file mode 100644 index 4a545898..00000000 --- a/js/tablesorter/themes/green/style.css +++ /dev/null @@ -1,39 +0,0 @@ -table.tablesorter { - font-size: 12px; - background-color: #4D4D4D; - width: 1024px; - border: 1px solid #000; -} -table.tablesorter th { - text-align: left; - padding: 5px; - background-color: #6E6E6E; -} -table.tablesorter td { - color: #FFF; - padding: 5px; -} -table.tablesorter .even { - background-color: #3D3D3D; -} -table.tablesorter .odd { - background-color: #6E6E6E; -} -table.tablesorter .header { - background-image: url(bg.png); - background-repeat: no-repeat; - border-left: 1px solid #FFF; - border-right: 1px solid #000; - border-top: 1px solid #FFF; - padding-left: 30px; - padding-top: 8px; - height: auto; -} -table.tablesorter .headerSortUp { - background-image: url(asc.png); - background-repeat: no-repeat; -} -table.tablesorter .headerSortDown { - background-image: url(desc.png); - background-repeat: no-repeat; -} \ No newline at end of file diff --git a/translationseditor.js.php b/translationseditor.js.php index e8ed41b8..385be80d 100644 --- a/translationseditor.js.php +++ b/translationseditor.js.php @@ -19,11 +19,12 @@ $(document).ready(function() { }); //add a click handler to the previously added link - $("[href*=\\#translate]").click(function() { + $("[href*=\\#translate]").on('click', function() { popup_translator($(this).prev().val()); return false; }); + //initialize the dialog $("#translation_editor").dialog({ bgiframe: true, autoOpen: false,