Created
March 2, 2012 04:06
-
-
Save arronmabrey/1955553 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*{"k":"0.10.0","mac":"1:2e55af9895fe193a2966ce7d808ef313d38e823ed5892dda725cd5e8f3c4fba5","version":"8173121","created":"2012-01-24T20:45:58Z"}*/ | |
; | |
(function (window, document, undefined) { | |
var j = true, | |
o = null, | |
q = false; | |
function r(a) { | |
return function (c) { | |
this[a] = c | |
} | |
} | |
function s(a) { | |
return function () { | |
return this[a] | |
} | |
} | |
var t; | |
function u(a, c) { | |
var b = arguments.length > 2 ? Array.prototype.slice.call(arguments, 2) : []; | |
return function () { | |
b.push.apply(b, arguments); | |
return c.apply(a, b) | |
} | |
} | |
function v(a, c) { | |
this.p = a; | |
this.f = c | |
} | |
t = v.prototype; | |
t.createElement = function (a, c, b) { | |
a = this.p.createElement(a); | |
if (c) for (var d in c) if (c.hasOwnProperty(d)) if (d == "style" && this.f.getName() == "MSIE") a.style.cssText = c[d]; | |
else a.setAttribute(d, c[d]); | |
b && a.appendChild(this.p.createTextNode(b)); | |
return a | |
}; | |
t.insertInto = function (a, c) { | |
var b = this.p.getElementsByTagName(a)[0]; | |
if (!b) b = document.documentElement; | |
if (b && b.lastChild) { | |
b.insertBefore(c, b.lastChild); | |
return j | |
} | |
return q | |
}; | |
t.whenBodyExists = function (a) { | |
function c() { | |
document.body ? a() : setTimeout(c, 0) | |
} | |
c() | |
}; | |
t.removeElement = function (a) { | |
if (a.parentNode) { | |
a.parentNode.removeChild(a); | |
return j | |
} | |
return q | |
}; | |
t.createCssLink = function (a) { | |
return this.createElement("link", { | |
rel: "stylesheet", | |
href: a | |
}) | |
}; | |
t.appendClassName = function (a, c) { | |
for (var b = a.className.split(/\s+/), d = 0, e = b.length; d < e; d++) if (b[d] == c) return; | |
b.push(c); | |
a.className = b.join(" ").replace(/^\s+/, "") | |
}; | |
t.removeClassName = function (a, c) { | |
for (var b = a.className.split(/\s+/), d = [], e = 0, g = b.length; e < g; e++) b[e] != c && d.push(b[e]); | |
a.className = d.join(" ").replace(/^\s+/, "").replace(/\s+$/, "") | |
}; | |
t.hasClassName = function (a, c) { | |
for (var b = a.className.split(/\s+/), d = 0, e = b.length; d < e; d++) if (b[d] == c) return j; | |
return q | |
}; | |
function w(a, c, b, d, e, g, k, h) { | |
this.Q = a; | |
this.Pa = c; | |
this.ya = b; | |
this.xa = d; | |
this.Ja = e; | |
this.Ia = g; | |
this.wa = k; | |
this.Ta = h | |
} | |
t = w.prototype; | |
t.getName = s("Q"); | |
t.getVersion = s("Pa"); | |
t.getEngine = s("ya"); | |
t.getEngineVersion = s("xa"); | |
t.getPlatform = s("Ja"); | |
t.getPlatformVersion = s("Ia"); | |
t.getDocumentMode = s("wa"); | |
function x(a, c) { | |
this.f = a; | |
this.u = c | |
} | |
var aa = new w("Unknown", "Unknown", "Unknown", "Unknown", "Unknown", "Unknown", undefined, q); | |
x.prototype.parse = function () { | |
var a; | |
if (this.f.indexOf("MSIE") != -1) { | |
a = y(this, this.f, /(MSIE [\d\w\.]+)/, 1); | |
if (a != "") { | |
var c = a.split(" "); | |
a = c[0]; | |
c = c[1]; | |
a = new w(a, c, a, c, z(this), A(this), B(this, this.u), C(this, c) >= 6) | |
} else a = new w("MSIE", "Unknown", "MSIE", "Unknown", z(this), A(this), B(this, this.u), q) | |
} else { | |
if (this.f.indexOf("Opera") != -1) a: { | |
c = a = "Unknown"; | |
var b = y(this, this.f, /(Presto\/[\d\w\.]+)/, 1); | |
if (b != "") { | |
c = b.split("/"); | |
a = c[0]; | |
c = c[1] | |
} else { | |
if (this.f.indexOf("Gecko") != -1) a = "Gecko"; | |
b = y(this, this.f, /rv:([^\)]+)/, 1); | |
if (b != "") c = b | |
} | |
if (this.f.indexOf("Version/") != -1) { | |
b = y(this, this.f, /Version\/([\d\.]+)/, 1); | |
if (b != "") { | |
a = new w("Opera", b, a, c, z(this), A(this), B(this, this.u), C(this, b) >= 10); | |
break a | |
} | |
} | |
b = y(this, this.f, /Opera[\/ ]([\d\.]+)/, 1); | |
a = b != "" ? new w("Opera", b, a, c, z(this), A(this), B(this, this.u), C(this, b) >= 10) : new w("Opera", "Unknown", a, c, z(this), A(this), B(this, this.u), q) | |
} else { | |
if (this.f.indexOf("AppleWebKit") != -1) { | |
a = z(this); | |
c = A(this); | |
b = y(this, this.f, /AppleWebKit\/([\d\.]+)/, 1); | |
if (b == "") b = "Unknown"; | |
var d = "Unknown"; | |
if (this.f.indexOf("Chrome") != -1) d = "Chrome"; | |
else if (this.f.indexOf("Safari") != -1) d = "Safari"; | |
else if (this.f.indexOf("AdobeAIR") != -1) d = "AdobeAIR"; | |
var e = "Unknown"; | |
if (this.f.indexOf("Version/") != -1) e = y(this, this.f, /Version\/([\d\.\w]+)/, 1); | |
else if (d == "Chrome") e = y(this, this.f, /Chrome\/([\d\.]+)/, 1); | |
else if (d == "AdobeAIR") e = y(this, this.f, /AdobeAIR\/([\d\.]+)/, 1); | |
var g = q; | |
if (d == "AdobeAIR") { | |
g = y(this, e, /\d+\.(\d+)/, 1); | |
g = C(this, e) > 2 || C(this, e) == 2 && parseInt(g, 10) >= 5 | |
} else { | |
g = y(this, b, /\d+\.(\d+)/, 1); | |
g = C(this, b) >= 526 || C(this, b) >= 525 && parseInt(g, 10) >= 13 | |
} | |
a = new w(d, e, "AppleWebKit", b, a, c, B(this, this.u), g) | |
} else { | |
if (this.f.indexOf("Gecko") != -1) { | |
c = a = "Unknown"; | |
d = q; | |
if (this.f.indexOf("Firefox") != -1) { | |
a = "Firefox"; | |
b = y(this, this.f, /Firefox\/([\d\w\.]+)/, 1); | |
if (b != "") { | |
d = y(this, b, /\d+\.(\d+)/, 1); | |
c = b; | |
d = b != "" && C(this, b) >= 3 && parseInt(d, 10) >= 5 | |
} | |
} else if (this.f.indexOf("Mozilla") != -1) a = "Mozilla"; | |
b = y(this, this.f, /rv:([^\)]+)/, 1); | |
if (b == "") b = "Unknown"; | |
else if (!d) { | |
d = C(this, b); | |
e = parseInt(y(this, b, /\d+\.(\d+)/, 1), 10); | |
g = parseInt(y(this, b, /\d+\.\d+\.(\d+)/, 1), 10); | |
d = d > 1 || d == 1 && e > 9 || d == 1 && e == 9 && g >= 2 || b.match(/1\.9\.1b[123]/) != o || b.match(/1\.9\.1\.[\d\.]+/) != o | |
} | |
a = new w(a, c, "Gecko", b, z(this), A(this), B(this, this.u), d) | |
} else a = aa; | |
a = a | |
} | |
a = a | |
} | |
a = a | |
} | |
return a | |
}; | |
function z(a) { | |
var c = y(a, a.f, /(iPod|iPad|iPhone|Android)/, 1); | |
if (c != "") return c; | |
a = y(a, a.f, /(Linux|Mac_PowerPC|Macintosh|Windows)/, 1); | |
if (a != "") { | |
if (a == "Mac_PowerPC") a = "Macintosh"; | |
return a | |
} | |
return "Unknown" | |
} | |
function A(a) { | |
var c = y(a, a.f, /(OS X|Windows NT|Android) ([^;)]+)/, 2); | |
if (c) return c; | |
if (c = y(a, a.f, /(iPhone )?OS ([\d_]+)/, 2)) return c; | |
if (a = y(a, a.f, /Linux ([i\d]+)/, 1)) return a; | |
return "Unknown" | |
} | |
function C(a, c) { | |
var b = y(a, c, /(\d+)/, 1); | |
if (b != "") return parseInt(b, 10); | |
return -1 | |
} | |
function y(a, c, b, d) { | |
if ((a = c.match(b)) && a[d]) return a[d]; | |
return "" | |
} | |
function B(a, c) { | |
if (c.documentMode) return c.documentMode | |
} | |
function ba(a, c, b, d) { | |
this.c = a; | |
this.j = c; | |
this.T = b; | |
this.n = d || "wf"; | |
this.l = new D("-") | |
} | |
function E(a) { | |
a.c.removeClassName(a.j, a.l.k(a.n, "loading")); | |
a.c.hasClassName(a.j, a.l.k(a.n, "active")) || a.c.appendClassName(a.j, a.l.k(a.n, "inactive")); | |
F(a, "inactive") | |
} | |
function F(a, c, b, d) { | |
a.T[c] && a.T[c](b, d) | |
} | |
function G(a, c, b, d, e) { | |
this.c = a; | |
this.A = c; | |
this.C = b; | |
this.s = d; | |
this.M = e; | |
this.W = 0; | |
this.sa = this.fa = q | |
} | |
G.prototype.watch = function (a, c, b, d) { | |
for (var e = a.length, g = 0; g < e; g++) { | |
var k = a[g]; | |
c[k] || (c[k] = ["n4"]); | |
this.W += c[k].length | |
} | |
if (d) this.fa = d; | |
for (g = 0; g < e; g++) { | |
k = a[g]; | |
d = c[k]; | |
for (var h = b[k], f = 0, l = d.length; f < l; f++) { | |
var n = d[f], | |
p = this.A, | |
i = k, | |
m = n; | |
p.c.appendClassName(p.j, p.l.k(p.n, i, m, "loading")); | |
F(p, "fontloading", i, m); | |
p = u(this, this.za); | |
i = u(this, this.Aa); | |
new H(p, i, this.c, this.C, this.s, this.M, k, n, h) | |
} | |
} | |
}; | |
G.prototype.za = function (a, c) { | |
var b = this.A; | |
b.c.removeClassName(b.j, b.l.k(b.n, a, c, "loading")); | |
b.c.removeClassName(b.j, b.l.k(b.n, a, c, "inactive")); | |
b.c.appendClassName(b.j, b.l.k(b.n, a, c, "active")); | |
F(b, "fontactive", a, c); | |
this.sa = j; | |
I(this) | |
}; | |
G.prototype.Aa = function (a, c) { | |
var b = this.A; | |
b.c.removeClassName(b.j, b.l.k(b.n, a, c, "loading")); | |
b.c.hasClassName(b.j, b.l.k(b.n, a, c, "active")) || b.c.appendClassName(b.j, b.l.k(b.n, a, c, "inactive")); | |
F(b, "fontinactive", a, c); | |
I(this) | |
}; | |
function I(a) { | |
if (--a.W == 0 && a.fa) if (a.sa) { | |
a = a.A; | |
a.c.removeClassName(a.j, a.l.k(a.n, "loading")); | |
a.c.removeClassName(a.j, a.l.k(a.n, "inactive")); | |
a.c.appendClassName(a.j, a.l.k(a.n, "active")); | |
F(a, "active") | |
} else E(a.A) | |
} | |
function H(a, c, b, d, e, g, k, h, f) { | |
this.ua = a; | |
this.Da = c; | |
this.c = b; | |
this.C = d; | |
this.s = e; | |
this.M = g; | |
this.Ha = new J; | |
this.Ca = new ca; | |
this.$ = k; | |
this.Z = h; | |
this.Ba = f || "BESs"; | |
this.ha = da(this, "arial,'URW Gothic L',sans-serif"); | |
this.ia = da(this, "Georgia,'Century Schoolbook L',serif"); | |
this.da = this.ha; | |
this.ea = this.ia; | |
this.na = K(this, "arial,'URW Gothic L',sans-serif"); | |
this.oa = K(this, "Georgia,'Century Schoolbook L',serif"); | |
this.Na = g(); | |
this.U() | |
} | |
H.prototype.U = function () { | |
var a = this.C.N(this.na), | |
c = this.C.N(this.oa); | |
if ((this.ha != a || this.ia != c) && this.da == a && this.ea == c) ea(this, this.ua); | |
else if (this.M() - this.Na >= 5E3) ea(this, this.Da); | |
else { | |
this.da = a; | |
this.ea = c; | |
fa(this) | |
} | |
}; | |
function fa(a) { | |
a.s(function (c, b) { | |
return function () { | |
b.call(c) | |
} | |
}(a, a.U), 25) | |
} | |
function ea(a, c) { | |
a.c.removeElement(a.na); | |
a.c.removeElement(a.oa); | |
c(a.$, a.Z) | |
} | |
function da(a, c) { | |
var b = K(a, c, j), | |
d = a.C.N(b); | |
a.c.removeElement(b); | |
return d | |
} | |
function K(a, c, b) { | |
var d = a.Ca.expand(a.Z); | |
c = a.c.createElement("span", { | |
style: "position:absolute;top:-999px;left:-999px;font-size:300px;width:auto;height:auto;line-height:normal;margin:0;padding:0;font-variant:normal;font-family:" + (b ? "" : a.Ha.quote(a.$) + ",") + c + ";" + d | |
}, a.Ba); | |
a.c.insertInto("body", c); | |
return c | |
} | |
function D(a) { | |
this.Fa = a || "-" | |
} | |
D.prototype.k = function () { | |
for (var a = [], c = 0; c < arguments.length; c++) a.push(arguments[c].replace(/[\W_]+/g, "").toLowerCase()); | |
return a.join(this.Fa) | |
}; | |
function J() { | |
this.ma = "'" | |
} | |
J.prototype.quote = function (a) { | |
var c = []; | |
a = a.split(/,\s*/); | |
for (var b = 0; b < a.length; b++) { | |
var d = a[b].replace(/['"]/g, ""); | |
d.indexOf(" ") == -1 ? c.push(d) : c.push(this.ma + d + this.ma) | |
} | |
return c.join(",") | |
}; | |
function ca() { | |
this.ka = ga; | |
this.D = ha | |
} | |
var ga = ["font-style", "font-weight"], | |
ha = { | |
"font-style": [ | |
["n", "normal"], | |
["i", "italic"], | |
["o", "oblique"] | |
], | |
"font-weight": [ | |
["1", "100"], | |
["2", "200"], | |
["3", "300"], | |
["4", "400"], | |
["5", "500"], | |
["6", "600"], | |
["7", "700"], | |
["8", "800"], | |
["9", "900"], | |
["4", "normal"], | |
["7", "bold"] | |
] | |
}; | |
function ia(a, c, b) { | |
this.Ea = a; | |
this.Ka = c; | |
this.D = b | |
} | |
ia.prototype.expand = function (a, c) { | |
for (var b = 0; b < this.D.length; b++) if (c == this.D[b][0]) { | |
a[this.Ea] = this.Ka + ":" + this.D[b][1]; | |
break | |
} | |
}; | |
ca.prototype.expand = function (a) { | |
if (a.length != 2) return o; | |
for (var c = [o, o], b = 0, d = this.ka.length; b < d; b++) { | |
var e = this.ka[b]; | |
(new ia(b, e, this.D[e])).expand(c, a.substr(b, 1)) | |
} | |
return c[0] && c[1] ? c.join(";") + ";" : o | |
}; | |
function M(a, c) { | |
this.p = a; | |
this.f = c | |
} | |
M.prototype = v.prototype; | |
M.prototype.isHttps = function () { | |
return this.p.location.protocol == "https:" | |
}; | |
M.prototype.getHostName = function () { | |
return this.p.location.hostname | |
}; | |
M.prototype.loadScript = function (a, c) { | |
var b = this.p.getElementsByTagName("head")[0]; | |
if (b) { | |
var d = this.p.createElement("script"); | |
d.src = a; | |
var e = q; | |
d.onload = d.onreadystatechange = function () { | |
if (!e && (!this.readyState || this.readyState == "loaded" || this.readyState == "complete")) { | |
e = j; | |
c && c(); | |
d.onload = d.onreadystatechange = o; | |
d.parentNode.tagName == "HEAD" && b.removeChild(d) | |
} | |
}; | |
b.appendChild(d) | |
} | |
}; | |
M.prototype.createStyle = function (a) { | |
var c = this.p.createElement("style"); | |
c.setAttribute("type", "text/css"); | |
if (c.styleSheet) c.styleSheet.cssText = a; | |
else c.appendChild(document.createTextNode(a)); | |
return c | |
}; | |
function ja(a, c) { | |
this.La = a; | |
this.X = c | |
} | |
function ka(a) { | |
for (var c = a.La.join(","), b = [], d = 0; d < a.X.length; d++) { | |
var e = a.X[d]; | |
b.push(e.name + ":" + e.value + ";") | |
} | |
return c + "{" + b.join("") + "}" | |
} | |
function N(a, c, b, d) { | |
this.B = a; | |
this.H = c; | |
this.v = b; | |
this.Sa = d; | |
this.aa = {}; | |
this.Y = {} | |
} | |
N.prototype.w = function (a) { | |
return a ? (this.aa[a.getStylesheetFormatId()] || this.H).slice(0) : this.H.slice(0) | |
}; | |
N.prototype.getId = s("v"); | |
function la(a, c, b) { | |
for (var d = [], e = a.B.split(",")[0].replace(/"|'/g, ""), g = a.w(), k, h = [], f = {}, l = 0; l < g.length; l++) { | |
k = g[l]; | |
if (k.length > 0 && !f[k]) { | |
f[k] = j; | |
h.push(k) | |
} | |
} | |
b = b.la ? b.la(e, h, d) : h; | |
c = c.getStylesheetFormatId(); | |
a.aa[c] = b; | |
a.Y[c] = d | |
} | |
N.prototype.watch = function (a, c, b) { | |
var d = [], | |
e = {}; | |
ma(this, c, d, e); | |
a.watch(d, e, {}, b) | |
}; | |
function ma(a, c, b, d) { | |
b.push(a.B); | |
d[a.B] = a.w(c); | |
a = a.Y[c.getStylesheetFormatId()] || []; | |
for (c = 0; c < a.length; c++) { | |
for (var e = a[c], g = e.B, k = q, h = 0; h < b.length; h++) if (b[h] == g) k = j; | |
if (!k) { | |
b.push(g); | |
d[g] = e.w() | |
} | |
} | |
} | |
function na(a, c) { | |
this.B = a; | |
this.H = c | |
} | |
na.prototype.w = s("H"); | |
function O(a, c, b) { | |
this.Ma = a; | |
this.O = c; | |
this.pa = b | |
} | |
O.prototype.buildUrl = function (a, c) { | |
var b = this.Ma && a ? "https:" : "http:", | |
d = typeof this.O == "function" ? this.O(b) : this.O; | |
return b + "//" + d + (this.pa == "/" ? "" : this.pa) + c | |
}; | |
function oa(a, c) { | |
var b = new Image(1, 1); | |
b.src = c; | |
b.onload = function () { | |
b.onload = o | |
} | |
} | |
function P(a, c, b) { | |
this.v = a; | |
this.ra = c; | |
this.ca = b | |
} | |
P.prototype.getId = s("v"); | |
P.prototype.getStylesheetFormatId = s("ra"); | |
P.prototype.isUserAgent = function (a) { | |
return this.ca ? this.ca(a.getName(), a.getVersion(), a.getEngine(), a.getEngineVersion(), a.getPlatform(), a.getPlatformVersion(), a.getDocumentMode()) : q | |
}; | |
P.prototype.buildCssUrl = function (a, c, b, d) { | |
b = "/" + b + "-" + this.ra + ".css"; | |
if (d) b += "?" + d; | |
return c.buildUrl(a, b) | |
}; | |
function Q() { | |
this.t = [] | |
} | |
Q.prototype.addBrowser = function (a) { | |
this.getBrowserById(a.getId()) || this.t.push(a) | |
}; | |
Q.prototype.getBrowserById = function (a) { | |
for (var c = 0; c < this.t.length; c++) { | |
var b = this.t[c]; | |
if (a === b.getId()) return b | |
} | |
return o | |
}; | |
Q.prototype.findBrowser = function (a) { | |
for (var c = 0; c < this.t.length; c++) { | |
var b = this.t[c]; | |
if (b.isUserAgent(a)) return b | |
} | |
return o | |
}; | |
Q.prototype.addBrowsersToBrowserSet = function (a) { | |
for (var c = 0; c < this.t.length; c++) a.addBrowser(this.t[c]) | |
}; | |
function pa(a) { | |
this.v = a; | |
this.J = new Q; | |
this.m = []; | |
this.K = []; | |
this.L = this.V = this.z = o | |
} | |
t = pa.prototype; | |
t.getId = s("v"); | |
t.setSecurityToken = r("qa"); | |
t.setNestedUrl = r("ga"); | |
t.setFontFilterSet = r("L"); | |
t.setKitOptions = r("P"); | |
t.addBrowser = function (a) { | |
this.J.addBrowser(a) | |
}; | |
t.addFontFamily = function (a) { | |
this.m.push(a) | |
}; | |
t.addCssRule = function (a) { | |
this.K.push(a) | |
}; | |
t.supportsBrowser = function (a) { | |
return !!this.J.getBrowserById(a.getId()) | |
}; | |
t.addBrowsersToBrowserSet = function (a) { | |
this.J.addBrowsersToBrowserSet(a) | |
}; | |
t.init = function (a) { | |
for (var c = [], b = 0; b < this.K.length; b++) c.push(ka(this.K[b])); | |
a.insertInto("head", a.createStyle(c.join(""))) | |
}; | |
t.load = function (a, c, b, d) { | |
if (this.L) for (var e = qa(this.L, b.getStylesheetFormatId()), g = 0; g < this.m.length; g++) la(this.m[g], b, e); | |
if (this.z && this.V) { | |
this.z.va(new ra(b.getStylesheetFormatId())); | |
g = new sa(a, this.F, this.m); | |
e = ta(this.V, b.getStylesheetFormatId(), g); | |
for (g = 0; g < e.length; g++) this.z.va(e[g]); | |
this.z.Ra(this.qa); | |
g = this.z.buildUrl(a.isHttps(), this.ga) | |
} else g = b.buildCssUrl(a.isHttps(), this.ga, this.v, this.qa); | |
a.insertInto("head", a.createCssLink(g)); | |
c && a.whenBodyExists(function (k, h, f, l) { | |
return function () { | |
for (var n = 0; n < k.m.length; n++) k.m[n].watch(h, f, l && n == k.m.length - 1) | |
} | |
}(this, c, b, d)) | |
}; | |
t.collectFontFamilies = function (a, c, b) { | |
for (var d = 0; d < this.m.length; d++) ma(this.m[d], a, c, b) | |
}; | |
t.performOptionalActions = function (a, c, b) { | |
this.P && b.whenBodyExists(function (d, e, g, k) { | |
return function () { | |
var h = d.P; | |
h.ja && oa(h, h.ja.buildUrl(k.isHttps())); | |
var f = d.P; | |
h = d.v; | |
if (f.S) { | |
f = f.S.k(h, g, k); | |
f.setAttribute("id", "typekit-badge-" + h); | |
k.insertInto("body", f) | |
} | |
} | |
}(this, a, c, b)) | |
}; | |
function R(a, c, b, d, e) { | |
this.Ga = a; | |
this.c = c; | |
this.f = b; | |
this.j = d; | |
this.s = e; | |
this.o = [] | |
} | |
R.prototype.I = function (a) { | |
this.o.push(a) | |
}; | |
R.prototype.load = function (a, c) { | |
var b = a, | |
d = c || {}; | |
if (typeof b == "string") b = [b]; | |
else if (b && b.length) b = b; | |
else { | |
d = b || {}; | |
b = [] | |
} | |
if (b.length) for (var e = this, g = b.length, k = 0; k < b.length; k++) this.ta(b[k], function () { | |
--g == 0 && e.R(d) | |
}); | |
else this.R(d) | |
}; | |
R.prototype.ta = function (a, c) { | |
this.c.loadScript(this.Ga.buildUrl(this.c.isHttps(), "/" + a + ".js"), c) | |
}; | |
R.prototype.R = function (a) { | |
if (a.userAgent) this.f = (new x(a.userAgent, document)).parse(); | |
a = new ba(this.c, this.j, a); | |
for (var c = new Q, b = 0; b < this.o.length; b++) this.o[b].addBrowsersToBrowserSet(c); | |
c = c.findBrowser(this.f); | |
for (b = 0; b < this.o.length; b++) this.o[b].init(this.c); | |
if (c) { | |
a.c.appendClassName(a.j, a.l.k(a.n, "loading")); | |
F(a, "loading"); | |
ua(this, c, a) | |
} else E(a); | |
this.o = [] | |
}; | |
function ua(a, c, b) { | |
b = new G(a.c, b, { | |
N: function (g) { | |
return g.offsetWidth | |
} | |
}, a.s, function () { | |
return +new Date | |
}); | |
for (var d = 0; d < a.o.length; d++) { | |
var e = a.o[d]; | |
if (e.supportsBrowser(c)) { | |
e.load(a.c, b, c, d == a.o.length - 1); | |
e.performOptionalActions(window, a.f, a.c) | |
} | |
} | |
} | |
function S(a, c, b) { | |
this.ba = a; | |
this.c = c; | |
this.s = b; | |
this.o = [] | |
} | |
S.prototype.I = function (a) { | |
this.o.push(a) | |
}; | |
S.prototype.load = function () { | |
var a = this.ba.__webfonttypekitmodule__; | |
if (a) for (var c = 0; c < this.o.length; c++) { | |
var b = this.o[c], | |
d = a[b.getId()]; | |
if (d) { | |
var e = this.c, | |
g = this.s; | |
d(function (k, h, f) { | |
var l = new Q; | |
b.addBrowsersToBrowserSet(l); | |
h = []; | |
var n = {}; | |
if (l = l.findBrowser(k)) { | |
b.init(e); | |
b.load(e, o, l, g); | |
b.collectFontFamilies(l, h, n); | |
b.performOptionalActions(window, k, e, g) | |
} | |
f( !! l, h, n) | |
}) | |
} | |
} | |
}; | |
function T(a, c) { | |
this.Q = a; | |
this.la = c | |
} | |
T.prototype.getName = s("Q"); | |
function U(a, c) { | |
for (var b = 0; b < a.G.length; b++) { | |
var d = a.G[b]; | |
if (c === d.getName()) return d | |
} | |
return o | |
} | |
function qa(a, c) { | |
var b = a.q[c]; | |
return b ? U(a, b) : o | |
} | |
function ta(a, c, b) { | |
var d = []; | |
a = a.r[c] || []; | |
for (c = 0; c < a.length; c++) { | |
var e; | |
a: switch (a[c]) { | |
case "observeddomain": | |
e = new va(b.c); | |
break a; | |
case "fontmask": | |
e = new wa(b.F, b.m); | |
break a; | |
default: | |
e = o | |
} | |
e && d.push(e) | |
} | |
return d | |
} | |
function sa(a, c, b) { | |
this.c = a; | |
this.F = c; | |
this.m = b | |
} | |
function ra(a) { | |
this.Oa = a | |
} | |
ra.prototype.toString = s("Oa"); | |
function va(a) { | |
this.c = a | |
} | |
va.prototype.toString = function () { | |
var a; | |
a = this.c.getHostName ? this.c.getHostName() : document.location.hostname; | |
return encodeURIComponent(a) | |
}; | |
function wa(a, c) { | |
this.F = a; | |
this.m = c | |
} | |
wa.prototype.toString = function () { | |
for (var a = [], c = 0; c < this.m.length; c++) { | |
var b = this.m[c], | |
d = b.w(); | |
b = b.w(this.F); | |
for (var e = 0; e < d.length; e++) { | |
var g; | |
a: { | |
for (g = 0; g < b.length; g++) if (d[e] === b[g]) { | |
g = j; | |
break a | |
} | |
g = q | |
} | |
a.push(g ? 1 : 0) | |
} | |
} | |
a = a.join(""); | |
a = a.replace(/^0+/, ""); | |
c = []; | |
for (d = a.length; d > 0; d -= 4) { | |
b = a.slice(d - 4 < 0 ? 0 : d - 4, d); | |
c.unshift(parseInt(b, 2).toString(16)) | |
} | |
return c.join("") | |
}; | |
var V = new Q; | |
V.addBrowser(new P("chrome4to5-linux-osx-win2003-win7plus-winvista-winxp", "a", function (a, c, b, d, e, g, k) { | |
var h = q; | |
h = (h = (h = (h = (h = (h = h || (e == "Windows" && g == "5.1" ? j : q)) || (e == "Windows" && g == "5.2" ? j : q)) || (e == "Windows" && g == "6.0" ? j : q)) || | |
function (f, l, n, p, i, m) { | |
f = /^([0-9]+).([0-9]+)/.exec(m); | |
if (i == "Windows" && f) { | |
i = parseInt(f[1], 10); | |
f = parseInt(f[2], 10); | |
return i > 6 || i == 6 && f >= 1 | |
} else return q | |
}(a, c, b, d, e, g, k)) || | |
function (f, l, n, p, i, m) { | |
f = /^([0-9]+)(_|.)([0-9]+)/.exec(m); | |
if (i == "Macintosh" && f) { | |
i = parseInt(f[1], 10); | |
m = parseInt(f[3], 10); | |
return i > 10 || i == 10 && m >= 4 | |
} else return i == "Macintosh" && m == "Unknown" ? j : q | |
}(a, c, b, d, e, g, k)) || (e == "Ubuntu" || e == "Linux" ? j : q); | |
if (!h) return q; | |
return function (f, l) { | |
if (f == "Chrome") { | |
var n = /([0-9]+.[0-9]+).([0-9]+).([0-9]+)/.exec(l); | |
if (n) { | |
var p = parseFloat(n[1]), | |
i = parseInt(n[2], 10); | |
n = parseInt(n[3], 10); | |
if (p >= 6) return q; | |
else if (p > 4) return j; | |
else if (p == 4 && i > 249) return j; | |
else if (p == 4 && i == 249 && n >= 4) return j | |
} | |
} | |
return q | |
}(a, c, b, d, e, g, k) | |
})); | |
V.addBrowser(new P("ff36plus-linux-osx-win2003-win7plus-winvista-winxp", "d", function (a, c, b, d, e, g, k) { | |
var h = q; | |
h = (h = (h = (h = (h = (h = h || (e == "Windows" && g == "5.1" ? j : q)) || (e == "Windows" && g == "5.2" ? j : q)) || (e == "Windows" && g == "6.0" ? j : q)) || | |
function (f, l, n, p, i, m) { | |
f = /^([0-9]+).([0-9]+)/.exec(m); | |
if (i == "Windows" && f) { | |
i = parseInt(f[1], 10); | |
f = parseInt(f[2], 10); | |
return i > 6 || i == 6 && f >= 1 | |
} else return q | |
}(a, c, b, d, e, g, k)) || | |
function (f, l, n, p, i, m) { | |
f = /^([0-9]+)(_|.)([0-9]+)/.exec(m); | |
if (i == "Macintosh" && f) { | |
i = parseInt(f[1], 10); | |
m = parseInt(f[3], 10); | |
return i > 10 || i == 10 && m >= 4 | |
} else return i == "Macintosh" && m == "Unknown" ? j : q | |
}(a, c, b, d, e, g, k)) || (e == "Ubuntu" || e == "Linux" ? j : q); | |
if (!h) return q; | |
return function (f, l, n, p) { | |
if (n == "Gecko") if (l = /([0-9]+.[0-9]+)(.([0-9]+)|)/.exec(p)) { | |
f = parseFloat(l[1]); | |
l = parseInt(l[3], 10); | |
return f > 1.9 || f >= 1.9 && l > 1 | |
} | |
return q | |
}(a, c, b, d, e, g, k) | |
})); | |
V.addBrowser(new P("opera-osx", "b", function (a, c, b, d, e, g, k) { | |
var h = q; | |
h = h || | |
function (f, l, n, p, i, m) { | |
f = /^([0-9]+)(_|.)([0-9]+)/.exec(m); | |
if (i == "Macintosh" && f) { | |
i = parseInt(f[1], 10); | |
m = parseInt(f[3], 10); | |
return i > 10 || i == 10 && m >= 4 | |
} else return i == "Macintosh" && m == "Unknown" ? j : q | |
}(a, c, b, d, e, g, k); | |
if (!h) return q; | |
a = a == "Opera" ? parseFloat(c) >= 10.54 : q; | |
return a | |
})); | |
V.addBrowser(new P("opera-linux-win2003-win7plus-winvista-winxp", "a", function (a, c, b, d, e, g, k) { | |
var h = q; | |
h = (h = (h = (h = (h = h || (e == "Windows" && g == "5.1" ? j : q)) || (e == "Windows" && g == "5.2" ? j : q)) || (e == "Windows" && g == "6.0" ? j : q)) || | |
function (f, l, n, p, i, m) { | |
f = /^([0-9]+).([0-9]+)/.exec(m); | |
if (i == "Windows" && f) { | |
i = parseInt(f[1], 10); | |
f = parseInt(f[2], 10); | |
return i > 6 || i == 6 && f >= 1 | |
} else return q | |
}(a, c, b, d, e, g, k)) || (e == "Ubuntu" || e == "Linux" ? j : q); | |
if (!h) return q; | |
a = a == "Opera" ? parseFloat(c) >= 10.54 : q; | |
return a | |
})); | |
V.addBrowser(new P("ie6to8-win2003-win7plus-winvista-winxp", "i", function (a, c, b, d, e, g, k) { | |
var h = q; | |
h = (h = (h = (h = h || (e == "Windows" && g == "5.1" ? j : q)) || (e == "Windows" && g == "5.2" ? j : q)) || (e == "Windows" && g == "6.0" ? j : q)) || | |
function (f, l, n, p, i, m) { | |
f = /^([0-9]+).([0-9]+)/.exec(m); | |
if (i == "Windows" && f) { | |
i = parseInt(f[1], 10); | |
f = parseInt(f[2], 10); | |
return i > 6 || i == 6 && f >= 1 | |
} else return q | |
}(a, c, b, d, e, g, k); | |
if (!h) return q; | |
return function (f, l, n, p, i, m, L) { | |
if (f == "MSIE") { | |
if (f = /([0-9]+.[0-9]+)/.exec(l)) return parseFloat(f[1]) >= 6 && (L === undefined || L < 9); | |
return q | |
} | |
}(a, c, b, d, e, g, k) | |
})); | |
V.addBrowser(new P("chrome6plus-linux-osx-win2003-win7plus-winvista-winxp", "d", function (a, c, b, d, e, g, k) { | |
var h = q; | |
h = (h = (h = (h = (h = (h = h || (e == "Windows" && g == "5.1" ? j : q)) || (e == "Windows" && g == "5.2" ? j : q)) || (e == "Windows" && g == "6.0" ? j : q)) || | |
function (f, l, n, p, i, m) { | |
f = /^([0-9]+).([0-9]+)/.exec(m); | |
if (i == "Windows" && f) { | |
i = parseInt(f[1], 10); | |
f = parseInt(f[2], 10); | |
return i > 6 || i == 6 && f >= 1 | |
} else return q | |
}(a, c, b, d, e, g, k)) || | |
function (f, l, n, p, i, m) { | |
f = /^([0-9]+)(_|.)([0-9]+)/.exec(m); | |
if (i == "Macintosh" && f) { | |
i = parseInt(f[1], 10); | |
m = parseInt(f[3], 10); | |
return i > 10 || i == 10 && m >= 4 | |
} else return i == "Macintosh" && m == "Unknown" ? j : q | |
}(a, c, b, d, e, g, k)) || (e == "Ubuntu" || e == "Linux" ? j : q); | |
if (!h) return q; | |
return function (f, l) { | |
if (f == "Chrome") { | |
var n = /([0-9]+.[0-9]+).([0-9]+).([0-9]+)/.exec(l); | |
if (n) if (parseFloat(n[1]) >= 6) return j | |
} | |
}(a, c, b, d, e, g, k) | |
})); | |
V.addBrowser(new P("safari-osx", "b", function (a, c, b, d, e, g, k) { | |
var h = q; | |
h = h || | |
function (f, l, n, p, i, m) { | |
f = /^([0-9]+)(_|.)([0-9]+)/.exec(m); | |
if (i == "Macintosh" && f) { | |
i = parseInt(f[1], 10); | |
m = parseInt(f[3], 10); | |
return i > 10 || i == 10 && m >= 4 | |
} else return i == "Macintosh" && m == "Unknown" ? j : q | |
}(a, c, b, d, e, g, k); | |
if (!h) return q; | |
return function (f, l, n, p, i) { | |
if (f == "Safari" && n == "AppleWebKit" || f == "Unknown" && n == "AppleWebKit" && (i == "iPhone" || i == "iPad")) if (f = /([0-9]+.[0-9]+)/.exec(p)) return parseFloat(f[1]) >= 525.13; | |
return q | |
}(a, c, b, d, e, g, k) | |
})); | |
V.addBrowser(new P("safari-android-ipad-iphone-win2003-win7plus-winvista-winxp", "a", function (a, c, b, d, e, g, k) { | |
var h = q; | |
h = (h = (h = (h = (h = (h = (h = h || (e == "Windows" && g == "5.1" ? j : q)) || (e == "Windows" && g == "5.2" ? j : q)) || (e == "Windows" && g == "6.0" ? j : q)) || | |
function (f, l, n, p, i, m) { | |
f = /^([0-9]+).([0-9]+)/.exec(m); | |
if (i == "Windows" && f) { | |
i = parseInt(f[1], 10); | |
f = parseInt(f[2], 10); | |
return i > 6 || i == 6 && f >= 1 | |
} else return q | |
}(a, c, b, d, e, g, k)) || | |
function (f, l, n, p, i, m) { | |
f = /([0-9]+).([0-9]+)/.exec(m); | |
if (i == "Android" && f) { | |
i = parseInt(f[1]); | |
f = parseInt(f[2]); | |
return i > 2 || i == 2 && f >= 2 | |
} else return q | |
}(a, c, b, d, e, g, k)) || | |
function (f, l, n, p, i, m) { | |
if (i == "iPad") if (l = /^([0-9]+)_([0-9]+)/.exec(m)) { | |
f = parseInt(l[1], 10); | |
l = parseInt(l[2], 10); | |
return f > 4 || f == 4 && l >= 2 | |
} else return q; | |
else return q | |
}(a, c, b, d, e, g, k)) || | |
function (f, l, n, p, i, m) { | |
if (i == "iPhone" || i == "iPod") if (l = /^([0-9]+)_([0-9]+)/.exec(m)) { | |
f = parseInt(l[1], 10); | |
l = parseInt(l[2], 10); | |
return f > 4 || f == 4 && l >= 2 | |
} else return q; | |
else return q | |
}(a, c, b, d, e, g, k); | |
if (!h) return q; | |
return function (f, l, n, p, i) { | |
if (f == "Safari" && n == "AppleWebKit" || f == "Unknown" && n == "AppleWebKit" && (i == "iPhone" || i == "iPad")) if (f = /([0-9]+.[0-9]+)/.exec(p)) return parseFloat(f[1]) >= 525.13; | |
return q | |
}(a, c, b, d, e, g, k) | |
})); | |
V.addBrowser(new P("ie9plus-win7plus-winvista", "d", function (a, c, b, d, e, g, k) { | |
var h = q; | |
h = (h = h || | |
function (l, n, p, i, m, L) { | |
l = /^([0-9]+).([0-9]+)/.exec(L); | |
if (m == "Windows" && l) { | |
m = parseInt(l[1], 10); | |
l = parseInt(l[2], 10); | |
return m > 6 || m == 6 && l >= 1 | |
} else return q | |
}(a, c, b, d, e, g, k)) || (e == "Windows" && g == "6.0" ? j : q); | |
if (!h) return q; | |
var f; | |
if (a == "MSIE") f = k >= 9; | |
return f | |
})); | |
V.addBrowser(new P("ff35-osx", "b", function (a, c, b, d, e, g, k) { | |
var h = q; | |
h = h || | |
function (f, l, n, p, i, m) { | |
f = /^([0-9]+)(_|.)([0-9]+)/.exec(m); | |
if (i == "Macintosh" && f) { | |
i = parseInt(f[1], 10); | |
m = parseInt(f[3], 10); | |
return i > 10 || i == 10 && m >= 4 | |
} else return i == "Macintosh" && m == "Unknown" ? j : q | |
}(a, c, b, d, e, g, k); | |
if (!h) return q; | |
return function (f, l, n, p) { | |
if (n == "Gecko") { | |
f = /1.9.1b[1-3]{1}/; | |
return /1.9.1/.test(p) && !f.test(p) | |
} | |
return q | |
}(a, c, b, d, e, g, k) | |
})); | |
V.addBrowser(new P("ff35-linux-win2003-win7plus-winvista-winxp", "a", function (a, c, b, d, e, g, k) { | |
var h = q; | |
h = (h = (h = (h = (h = h || (e == "Windows" && g == "5.1" ? j : q)) || (e == "Windows" && g == "5.2" ? j : q)) || (e == "Windows" && g == "6.0" ? j : q)) || | |
function (f, l, n, p, i, m) { | |
f = /^([0-9]+).([0-9]+)/.exec(m); | |
if (i == "Windows" && f) { | |
i = parseInt(f[1], 10); | |
f = parseInt(f[2], 10); | |
return i > 6 || i == 6 && f >= 1 | |
} else return q | |
}(a, c, b, d, e, g, k)) || (e == "Ubuntu" || e == "Linux" ? j : q); | |
if (!h) return q; | |
return function (f, l, n, p) { | |
if (n == "Gecko") { | |
f = /1.9.1b[1-3]{1}/; | |
return /1.9.1/.test(p) && !f.test(p) | |
} | |
return q | |
}(a, c, b, d, e, g, k) | |
})); | |
V.addBrowser(new P("air-linux-osx-win", "a", function (a, c, b, d, e, g, k) { | |
var h = q; | |
h = (h = (h = h || | |
function (f, l, n, p, i, m) { | |
f = /^([0-9]+)(_|.)([0-9]+)/.exec(m); | |
if (i == "Macintosh" && f) { | |
i = parseInt(f[1], 10); | |
m = parseInt(f[3], 10); | |
return i > 10 || i == 10 && m >= 4 | |
} else return i == "Macintosh" && m == "Unknown" ? j : q | |
}(a, c, b, d, e, g, k)) || (e == "Ubuntu" || e == "Linux" ? j : q)) || (e == "Windows" && g == "Unknown" ? j : q); | |
if (!h) return q; | |
return function (f, l) { | |
if (f == "AdobeAIR") { | |
var n = /([0-9]+.[0-9]+)/.exec(l); | |
if (n) return parseFloat(n[1]) >= 2.5 | |
} | |
return q | |
}(a, c, b, d, e, g, k) | |
})); | |
var W = new function () { | |
this.G = []; | |
this.q = {} | |
}, | |
xa = new T("AllFonts", function (a, c) { | |
return c | |
}); | |
U(W, xa.getName()) || W.G.push(xa); | |
var ya = new T("DefaultFourFontsWithSingleFvdFamilies", function (a, c, b) { | |
for (var d = 0; d < c.length; d++) { | |
var e = c[d], | |
g = a.replace(/(-1|-2)$/, "").slice(0, 28) + "-" + e; | |
b.push(new na(g, [e])) | |
} | |
a = {}; | |
for (e = 0; e < c.length; e++) { | |
b = c[e]; | |
d = b.charAt(1); | |
(a[d] || (a[d] = [])).push(b) | |
} | |
b = [ | |
[4, 3, 2, 1, 5, 6, 7, 8, 9], | |
[7, 8, 9, 6, 5, 4, 3, 2, 1] | |
]; | |
d = []; | |
for (e = 0; e < b.length; e++) { | |
g = b[e]; | |
for (var k = 0; k < g.length; k++) { | |
var h = g[k]; | |
if (a[h]) { | |
d = d.concat(a[h]); | |
break | |
} | |
} | |
} | |
b = d; | |
d = {}; | |
a = []; | |
for (e = 0; e < b.length; e++) { | |
g = b[e]; | |
if (!d[g]) { | |
d[g] = j; | |
a.push(g) | |
} | |
} | |
b = []; | |
for (d = 0; d < c.length; d++) { | |
e = c[d]; | |
for (g = 0; g < a.length; g++) { | |
k = a[g]; | |
k == e && b.push(k) | |
} | |
} | |
return b | |
}); | |
U(W, ya.getName()) || W.G.push(ya); | |
W.q.a = "AllFonts"; | |
W.q.b = "AllFonts"; | |
W.q.d = "AllFonts"; | |
W.q.e = "AllFonts"; | |
W.q.g = "AllFonts"; | |
W.q.h = "AllFonts"; | |
W.q.i = "DefaultFourFontsWithSingleFvdFamilies"; | |
var X = new function () { | |
this.r = {} | |
}; | |
X.r.a = []; | |
X.r.b = []; | |
X.r.d = []; | |
X.r.e = []; | |
X.r.g = ["observeddomain"]; | |
X.r.h = ["observeddomain"]; | |
X.r.i = ["observeddomain", "fontmask"]; | |
if (!window.Typekit) { | |
var za = new O(j, "use.typekit.com", "/"), | |
Aa = (new x(navigator.userAgent, document)).parse(), | |
Ba = new M(document, Aa), | |
Ca = function (a, c) { | |
setTimeout(a, c) | |
}, | |
Y = new R(za, Ba, Aa, document.documentElement, Ca), | |
Z = new S(window, Ba, Ca); | |
window.Typekit = Y; | |
window.Typekit.load = Y.load; | |
window.Typekit.addKit = Y.I | |
} | |
var Da, Ea, $; | |
Da = new O(j, "use.typekit.com", "/k"); | |
Ea = new function (a, c, b) { | |
this.S = a; | |
this.Qa = o; | |
this.ja = b | |
}(o, o, o); | |
$ = new pa("ueq0bny"); | |
$.setSecurityToken("3bb2a6e53c9684ffdc9a99f5135b2a621f0550fa35eb21c804ad9577d5d0ab23fcc57cf05c4375206cd267df204588b9d1c755e13572a8e4600f97cbc272d19e09e67d6b2762da05878a3d5cad999b869479b16b4a481424993214c56357470aa27c1d6699b34318755a8cea5458a9093a0e223740e0b4623a7a1802365da5730b3735267795dab8bc7694effc87a5a77683379758c13307cf556ea5726c7eeaa25e26e0e08ed7b9fc348012d94454ece07b283968cb112ae1073ae7948899417e000e05774a490ec5dd2212a12ad59df70380f05ef02832803d03947b16ec4ffeae18279f5fe80a8cff394495eaf7cfa6ce252e65e83253657c6cd28992dd8dbc35c761d437ae5fba1af46eb1599f8926c7d01733c2ffafd9e138fbedd276c1d91eb3d11e00ac3c1924f12bc757a249583637ab716d9e50ed1c5a35c6223bdad70985dfacdd985117ec4f3fa1589818f491d6"); | |
$.setNestedUrl(Da); | |
$.setKitOptions(Ea); | |
$.addFontFamily(new N("pill-gothic-600mg", ["i3", "i4", "i7"])); | |
$.addFontFamily(new N("franklin-gothic-urw", ["n3"])); | |
$.addCssRule(new ja([".tk-pill-gothic-600mg"], [{ | |
name: "font-family", | |
value: '"pill-gothic-600mg",sans-serif' | |
}])); | |
$.addCssRule(new ja([".tk-franklin-gothic-urw"], [{ | |
name: "font-family", | |
value: '"franklin-gothic-urw",sans-serif' | |
}])); | |
$.addBrowser(V.getBrowserById("air-linux-osx-win")); | |
$.addBrowser(V.getBrowserById("chrome4to5-linux-osx-win2003-win7plus-winvista-winxp")); | |
$.addBrowser(V.getBrowserById("chrome6plus-linux-osx-win2003-win7plus-winvista-winxp")); | |
$.addBrowser(V.getBrowserById("ff35-linux-win2003-win7plus-winvista-winxp")); | |
$.addBrowser(V.getBrowserById("ff35-osx")); | |
$.addBrowser(V.getBrowserById("ff36plus-linux-osx-win2003-win7plus-winvista-winxp")); | |
$.addBrowser(V.getBrowserById("ie6to8-win2003-win7plus-winvista-winxp")); | |
$.addBrowser(V.getBrowserById("ie9plus-win7plus-winvista")); | |
$.addBrowser(V.getBrowserById("opera-linux-win2003-win7plus-winvista-winxp")); | |
$.addBrowser(V.getBrowserById("opera-osx")); | |
$.addBrowser(V.getBrowserById("safari-android-ipad-iphone-win2003-win7plus-winvista-winxp")); | |
$.addBrowser(V.getBrowserById("safari-osx")); | |
$.setFontFilterSet(W); | |
if (Z && Z.ba.__webfonttypekitmodule__) { | |
Z.I($); | |
Z.load() | |
} else window.Typekit.addKit($); | |
})(this, document);; | |
window.Modernizr = function (a, b, c) { | |
function I() { | |
e.input = function (a) { | |
for (var b = 0, c = a.length; b < c; b++) t[a[b]] = a[b] in l; | |
return t | |
}("autocomplete autofocus list placeholder max min multiple pattern required step".split(" ")), e.inputtypes = function (a) { | |
for (var d = 0, e, f, h, i = a.length; d < i; d++) l.setAttribute("type", f = a[d]), e = l.type !== "text", e && (l.value = m, l.style.cssText = "position:absolute;visibility:hidden;", /^range$/.test(f) && l.style.WebkitAppearance !== c ? (g.appendChild(l), h = b.defaultView, e = h.getComputedStyle && h.getComputedStyle(l, null).WebkitAppearance !== "textfield" && l.offsetHeight !== 0, g.removeChild(l)) : /^(search|tel)$/.test(f) || (/^(url|email)$/.test(f) ? e = l.checkValidity && l.checkValidity() === !1 : /^color$/.test(f) ? (g.appendChild(l), g.offsetWidth, e = l.value != m, g.removeChild(l)) : e = l.value != m)), s[a[d]] = !! e; | |
return s | |
}("search tel url email datetime date month week time datetime-local number range color".split(" ")) | |
} | |
function G(a, b) { | |
var c = a.charAt(0).toUpperCase() + a.substr(1), | |
d = (a + " " + p.join(c + " ") + c).split(" "); | |
return F(d, b) | |
} | |
function F(a, b) { | |
for (var d in a) if (k[a[d]] !== c) return b == "pfx" ? a[d] : !0; | |
return !1 | |
} | |
function E(a, b) { | |
return !!~ ("" + a).indexOf(b) | |
} | |
function D(a, b) { | |
return typeof a === b | |
} | |
function C(a, b) { | |
return B(o.join(a + ";") + (b || "")) | |
} | |
function B(a) { | |
k.cssText = a | |
} | |
var d = "2.0.6", | |
e = {}, | |
f = !0, | |
g = b.documentElement, | |
h = b.head || b.getElementsByTagName("head")[0], | |
i = "modernizr", | |
j = b.createElement(i), | |
k = j.style, | |
l = b.createElement("input"), | |
m = ":)", | |
n = Object.prototype.toString, | |
o = " -webkit- -moz- -o- -ms- -khtml- ".split(" "), | |
p = "Webkit Moz O ms Khtml".split(" "), | |
q = { | |
svg: "http://www.w3.org/2000/svg" | |
}, | |
r = {}, | |
s = {}, | |
t = {}, | |
u = [], | |
v = function (a, c, d, e) { | |
var f, h, j, k = b.createElement("div"); | |
if (parseInt(d, 10)) while (d--) j = b.createElement("div"), j.id = e ? e[d] : i + (d + 1), k.appendChild(j); | |
f = ["­", "<style>", a, "</style>"].join(""), k.id = i, k.innerHTML += f, g.appendChild(k), h = c(k, a), k.parentNode.removeChild(k); | |
return !!h | |
}, | |
w = function (b) { | |
if (a.matchMedia) return matchMedia(b).matches; | |
var c; | |
v("@media " + b + " { #" + i + " { position: absolute; } }", function (b) { | |
c = (a.getComputedStyle ? getComputedStyle(b, null) : b.currentStyle).position == "absolute" | |
}); | |
return c | |
}, | |
x = function () { | |
function d(d, e) { | |
e = e || b.createElement(a[d] || "div"), d = "on" + d; | |
var f = d in e; | |
f || (e.setAttribute || (e = b.createElement("div")), e.setAttribute && e.removeAttribute && (e.setAttribute(d, ""), f = D(e[d], "function"), D(e[d], c) || (e[d] = c), e.removeAttribute(d))), e = null; | |
return f | |
} | |
var a = { | |
select: "input", | |
change: "input", | |
submit: "form", | |
reset: "form", | |
error: "img", | |
load: "img", | |
abort: "img" | |
}; | |
return d | |
}(), | |
y, z = {}.hasOwnProperty, | |
A; | |
!D(z, c) && !D(z.call, c) ? A = function (a, b) { | |
return z.call(a, b) | |
} : A = function (a, b) { | |
return b in a && D(a.constructor.prototype[b], c) | |
}; | |
var H = function (c, d) { | |
var f = c.join(""), | |
g = d.length; | |
v(f, function (c, d) { | |
var f = b.styleSheets[b.styleSheets.length - 1], | |
h = f.cssRules && f.cssRules[0] ? f.cssRules[0].cssText : f.cssText || "", | |
i = c.childNodes, | |
j = {}; | |
while (g--) j[i[g].id] = i[g]; | |
e.touch = "ontouchstart" in a || j.touch.offsetTop === 9, e.csstransforms3d = j.csstransforms3d.offsetLeft === 9, e.generatedcontent = j.generatedcontent.offsetHeight >= 1, e.fontface = /src/i.test(h) && h.indexOf(d.split(" ")[0]) === 0 | |
}, g, d) | |
}(['@font-face {font-family:"font";src:url("https://")}', ["@media (", o.join("touch-enabled),("), i, ")", "{#touch{top:9px;position:absolute}}"].join(""), ["@media (", o.join("transform-3d),("), i, ")", "{#csstransforms3d{left:9px;position:absolute}}"].join(""), ['#generatedcontent:after{content:"', m, '";visibility:hidden}'].join("")], ["fontface", "touch", "csstransforms3d", "generatedcontent"]); | |
r.flexbox = function () { | |
function c(a, b, c, d) { | |
a.style.cssText = o.join(b + ":" + c + ";") + (d || "") | |
} | |
function a(a, b, c, d) { | |
b += ":", a.style.cssText = (b + o.join(c + ";" + b)).slice(0, -b.length) + (d || "") | |
} | |
var d = b.createElement("div"), | |
e = b.createElement("div"); | |
a(d, "display", "box", "width:42px;padding:0;"), c(e, "box-flex", "1", "width:10px;"), d.appendChild(e), g.appendChild(d); | |
var f = e.offsetWidth === 42; | |
d.removeChild(e), g.removeChild(d); | |
return f | |
}, r.canvas = function () { | |
var a = b.createElement("canvas"); | |
return !!a.getContext && !! a.getContext("2d") | |
}, r.canvastext = function () { | |
return !!e.canvas && !! D(b.createElement("canvas").getContext("2d").fillText, "function") | |
}, r.webgl = function () { | |
return !!a.WebGLRenderingContext | |
}, r.touch = function () { | |
return e.touch | |
}, r.geolocation = function () { | |
return !!navigator.geolocation | |
}, r.postmessage = function () { | |
return !!a.postMessage | |
}, r.websqldatabase = function () { | |
var b = !! a.openDatabase; | |
return b | |
}, r.indexedDB = function () { | |
for (var b = -1, c = p.length; ++b < c;) if (a[p[b].toLowerCase() + "IndexedDB"]) return !0; | |
return !!a.indexedDB | |
}, r.hashchange = function () { | |
return x("hashchange", a) && (b.documentMode === c || b.documentMode > 7) | |
}, r.history = function () { | |
return !!a.history && !! history.pushState | |
}, r.draganddrop = function () { | |
return x("dragstart") && x("drop") | |
}, r.websockets = function () { | |
for (var b = -1, c = p.length; ++b < c;) if (a[p[b] + "WebSocket"]) return !0; | |
return "WebSocket" in a | |
}, r.rgba = function () { | |
B("background-color:rgba(150,255,150,.5)"); | |
return E(k.backgroundColor, "rgba") | |
}, r.hsla = function () { | |
B("background-color:hsla(120,40%,100%,.5)"); | |
return E(k.backgroundColor, "rgba") || E(k.backgroundColor, "hsla") | |
}, r.multiplebgs = function () { | |
B("background:url(https://),url(https://),red url(https://)"); | |
return /(url\s*\(.*?){3}/.test(k.background) | |
}, r.backgroundsize = function () { | |
return G("backgroundSize") | |
}, r.borderimage = function () { | |
return G("borderImage") | |
}, r.borderradius = function () { | |
return G("borderRadius") | |
}, r.boxshadow = function () { | |
return G("boxShadow") | |
}, r.textshadow = function () { | |
return b.createElement("div").style.textShadow === "" | |
}, r.opacity = function () { | |
C("opacity:.55"); | |
return /^0.55$/.test(k.opacity) | |
}, r.cssanimations = function () { | |
return G("animationName") | |
}, r.csscolumns = function () { | |
return G("columnCount") | |
}, r.cssgradients = function () { | |
var a = "background-image:", | |
b = "gradient(linear,left top,right bottom,from(#9f9),to(white));", | |
c = "linear-gradient(left top,#9f9, white);"; | |
B((a + o.join(b + a) + o.join(c + a)).slice(0, -a.length)); | |
return E(k.backgroundImage, "gradient") | |
}, r.cssreflections = function () { | |
return G("boxReflect") | |
}, r.csstransforms = function () { | |
return !!F(["transformProperty", "WebkitTransform", "MozTransform", "OTransform", "msTransform"]) | |
}, r.csstransforms3d = function () { | |
var a = !! F(["perspectiveProperty", "WebkitPerspective", "MozPerspective", "OPerspective", "msPerspective"]); | |
a && "webkitPerspective" in g.style && (a = e.csstransforms3d); | |
return a | |
}, r.csstransitions = function () { | |
return G("transitionProperty") | |
}, r.fontface = function () { | |
return e.fontface | |
}, r.generatedcontent = function () { | |
return e.generatedcontent | |
}, r.video = function () { | |
var a = b.createElement("video"), | |
c = !1; | |
try { | |
if (c = !! a.canPlayType) { | |
c = new Boolean(c), c.ogg = a.canPlayType('video/ogg; codecs="theora"'); | |
var d = 'video/mp4; codecs="avc1.42E01E'; | |
c.h264 = a.canPlayType(d + '"') || a.canPlayType(d + ', mp4a.40.2"'), c.webm = a.canPlayType('video/webm; codecs="vp8, vorbis"') | |
} | |
} catch (e) {} | |
return c | |
}, r.audio = function () { | |
var a = b.createElement("audio"), | |
c = !1; | |
try { | |
if (c = !! a.canPlayType) c = new Boolean(c), c.ogg = a.canPlayType('audio/ogg; codecs="vorbis"'), c.mp3 = a.canPlayType("audio/mpeg;"), c.wav = a.canPlayType('audio/wav; codecs="1"'), c.m4a = a.canPlayType("audio/x-m4a;") || a.canPlayType("audio/aac;") | |
} catch (d) {} | |
return c | |
}, r.localstorage = function () { | |
try { | |
return !!localStorage.getItem | |
} catch (a) { | |
return !1 | |
} | |
}, r.sessionstorage = function () { | |
try { | |
return !!sessionStorage.getItem | |
} catch (a) { | |
return !1 | |
} | |
}, r.webworkers = function () { | |
return !!a.Worker | |
}, r.applicationcache = function () { | |
return !!a.applicationCache | |
}, r.svg = function () { | |
return !!b.createElementNS && !! b.createElementNS(q.svg, "svg").createSVGRect | |
}, r.inlinesvg = function () { | |
var a = b.createElement("div"); | |
a.innerHTML = "<svg/>"; | |
return (a.firstChild && a.firstChild.namespaceURI) == q.svg | |
}, r.smil = function () { | |
return !!b.createElementNS && /SVG/.test(n.call(b.createElementNS(q.svg, "animate"))) | |
}, r.svgclippaths = function () { | |
return !!b.createElementNS && /SVG/.test(n.call(b.createElementNS(q.svg, "clipPath"))) | |
}; | |
for (var J in r) A(r, J) && (y = J.toLowerCase(), e[y] = r[J](), u.push((e[y] ? "" : "no-") + y)); | |
e.input || I(), e.addTest = function (a, b) { | |
if (typeof a == "object") for (var d in a) A(a, d) && e.addTest(d, a[d]); | |
else { | |
a = a.toLowerCase(); | |
if (e[a] !== c) return; | |
b = typeof b == "boolean" ? b : !! b(), g.className += " " + (b ? "" : "no-") + a, e[a] = b | |
} | |
return e | |
}, B(""), j = l = null, a.attachEvent && | |
function () { | |
var a = b.createElement("div"); | |
a.innerHTML = "<elem></elem>"; | |
return a.childNodes.length !== 1 | |
}() && | |
function (a, b) { | |
function s(a) { | |
var b = -1; | |
while (++b < g) a.createElement(f[b]) | |
} | |
a.iepp = a.iepp || {}; | |
var d = a.iepp, | |
e = d.html5elements || "abbr|article|aside|audio|canvas|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video", | |
f = e.split("|"), | |
g = f.length, | |
h = new RegExp("(^|\\s)(" + e + ")", "gi"), | |
i = new RegExp("<(/*)(" + e + ")", "gi"), | |
j = /^\s*[\{\}]\s*$/, | |
k = new RegExp("(^|[^\\n]*?\\s)(" + e + ")([^\\n]*)({[\\n\\w\\W]*?})", "gi"), | |
l = b.createDocumentFragment(), | |
m = b.documentElement, | |
n = m.firstChild, | |
o = b.createElement("body"), | |
p = b.createElement("style"), | |
q = /print|all/, | |
r; | |
d.getCSS = function (a, b) { | |
if (a + "" === c) return ""; | |
var e = -1, | |
f = a.length, | |
g, h = []; | |
while (++e < f) { | |
g = a[e]; | |
if (g.disabled) continue; | |
b = g.media || b, q.test(b) && h.push(d.getCSS(g.imports, b), g.cssText), b = "all" | |
} | |
return h.join("") | |
}, d.parseCSS = function (a) { | |
var b = [], | |
c; | |
while ((c = k.exec(a)) != null) b.push(((j.exec(c[1]) ? "\n" : c[1]) + c[2] + c[3]).replace(h, "$1.iepp_$2") + c[4]); | |
return b.join("\n") | |
}, d.writeHTML = function () { | |
var a = -1; | |
r = r || b.body; | |
while (++a < g) { | |
var c = b.getElementsByTagName(f[a]), | |
d = c.length, | |
e = -1; | |
while (++e < d) c[e].className.indexOf("iepp_") < 0 && (c[e].className += " iepp_" + f[a]) | |
} | |
l.appendChild(r), m.appendChild(o), o.className = r.className, o.id = r.id, o.innerHTML = r.innerHTML.replace(i, "<$1font") | |
}, d._beforePrint = function () { | |
p.styleSheet.cssText = d.parseCSS(d.getCSS(b.styleSheets, "all")), d.writeHTML() | |
}, d.restoreHTML = function () { | |
o.innerHTML = "", m.removeChild(o), m.appendChild(r) | |
}, d._afterPrint = function () { | |
d.restoreHTML(), p.styleSheet.cssText = "" | |
}, s(b), s(l); | |
d.disablePP || (n.insertBefore(p, n.firstChild), p.media = "print", p.className = "iepp-printshim", a.attachEvent("onbeforeprint", d._beforePrint), a.attachEvent("onafterprint", d._afterPrint)) | |
}(a, b), e._version = d, e._prefixes = o, e._domPrefixes = p, e.mq = w, e.hasEvent = x, e.testProp = function (a) { | |
return F([a]) | |
}, e.testAllProps = G, e.testStyles = v, e.prefixed = function (a) { | |
return G(a, "pfx") | |
}, g.className = g.className.replace(/\bno-js\b/, "") + (f ? " js " + u.join(" ") : ""); | |
return e | |
}(this, this.document), function (a, b) { | |
function u() { | |
r(!0) | |
} | |
a.respond = {}, respond.update = function () {}, respond.mediaQueriesSupported = b; | |
if (!b) { | |
var c = a.document, | |
d = c.documentElement, | |
e = [], | |
f = [], | |
g = [], | |
h = {}, | |
i = 30, | |
j = c.getElementsByTagName("head")[0] || d, | |
k = j.getElementsByTagName("link"), | |
l = [], | |
m = function () { | |
var b = k, | |
c = b.length, | |
d = 0, | |
e, f, g, i; | |
for (; d < c; d++) e = b[d], f = e.href, g = e.media, i = e.rel && e.rel.toLowerCase() === "stylesheet", !! f && i && !h[f] && (!/^([a-zA-Z]+?:(\/\/)?(www\.)?)/.test(f) || f.replace(RegExp.$1, "").split("/")[0] === a.location.host ? l.push({ | |
href: f, | |
media: g | |
}) : h[f] = !0); | |
n() | |
}, | |
n = function () { | |
if (l.length) { | |
var a = l.shift(); | |
s(a.href, function (b) { | |
o(b, a.href, a.media), h[a.href] = !0, n() | |
}) | |
} | |
}, | |
o = function (a, b, c) { | |
var d = a.match(/@media[^\{]+\{([^\{\}]+\{[^\}\{]+\})+/gi), | |
g = d && d.length || 0, | |
b = b.substring(0, b.lastIndexOf("/")), | |
h = function (a) { | |
return a.replace(/(url\()['"]?([^\/\)'"][^:\)'"]+)['"]?(\))/g, "$1" + b + "$2$3") | |
}, | |
i = !g && c, | |
j = 0, | |
k, l, m, n, o; | |
b.length && (b += "/"), i && (g = 1); | |
for (; j < g; j++) { | |
k = 0, i ? (l = c, f.push(h(a))) : (l = d[j].match(/@media ([^\{]+)\{([\S\s]+?)$/) && RegExp.$1, f.push(RegExp.$2 && h(RegExp.$2))), n = l.split(","), o = n.length; | |
for (; k < o; k++) m = n[k], e.push({ | |
media: m.match(/(only\s+)?([a-zA-Z]+)(\sand)?/) && RegExp.$2, | |
rules: f.length - 1, | |
minw: m.match(/\(min\-width:[\s]*([\s]*[0-9]+)px[\s]*\)/) && parseFloat(RegExp.$1), | |
maxw: m.match(/\(max\-width:[\s]*([\s]*[0-9]+)px[\s]*\)/) && parseFloat(RegExp.$1) | |
}) | |
} | |
r() | |
}, | |
p, q, r = function (a) { | |
var b = "clientWidth", | |
h = d[b], | |
l = c.compatMode === "CSS1Compat" && h || c.body[b] || h, | |
m = {}, | |
n = c.createDocumentFragment(), | |
o = k[k.length - 1], | |
s = (new Date).getTime(); | |
if (a && p && s - p < i) clearTimeout(q), q = setTimeout(r, i); | |
else { | |
p = s; | |
for (var t in e) { | |
var u = e[t]; | |
if (!u.minw && !u.maxw || (!u.minw || u.minw && l >= u.minw) && (!u.maxw || u.maxw && l <= u.maxw)) m[u.media] || (m[u.media] = []), m[u.media].push(f[u.rules]) | |
} | |
for (var t in g) g[t] && g[t].parentNode === j && j.removeChild(g[t]); | |
for (var t in m) { | |
var v = c.createElement("style"), | |
w = m[t].join("\n"); | |
v.type = "text/css", v.media = t, v.styleSheet ? v.styleSheet.cssText = w : v.appendChild(c.createTextNode(w)), n.appendChild(v), g.push(v) | |
} | |
j.insertBefore(n, o.nextSibling) | |
} | |
}, | |
s = function (a, b) { | |
var c = t(); | |
if ( !! c) { | |
c.open("GET", a, !0), c.onreadystatechange = function () { | |
c.readyState == 4 && (c.status == 200 || c.status == 304) && b(c.responseText) | |
}; | |
if (c.readyState == 4) return; | |
c.send() | |
} | |
}, | |
t = function () { | |
var a = !1, | |
b = [function () { | |
return new ActiveXObject("Microsoft.XMLHTTP") | |
}, function () { | |
return new XMLHttpRequest | |
}], | |
c = b.length; | |
while (c--) { | |
try { | |
a = b[c]() | |
} catch (d) { | |
continue | |
} | |
break | |
} | |
return function () { | |
return a | |
} | |
}(); | |
m(), respond.update = m, a.addEventListener ? a.addEventListener("resize", u, !1) : a.attachEvent && a.attachEvent("onresize", u) | |
} | |
}(this, Modernizr.mq("only all")), function (a, b, c) { | |
function k(a) { | |
return !a || a == "loaded" || a == "complete" | |
} | |
function j() { | |
var a = 1, | |
b = -1; | |
while (p.length - ++b) if (p[b].s && !(a = p[b].r)) break; | |
a && g() | |
} | |
function i(a) { | |
var c = b.createElement("script"), | |
d; | |
c.src = a.s, c.onreadystatechange = c.onload = function () { | |
!d && k(c.readyState) && (d = 1, j(), c.onload = c.onreadystatechange = null) | |
}, m(function () { | |
d || (d = 1, j()) | |
}, H.errorTimeout), a.e ? c.onload() : n.parentNode.insertBefore(c, n) | |
} | |
function h(a) { | |
var c = b.createElement("link"), | |
d; | |
c.href = a.s, c.rel = "stylesheet", c.type = "text/css"; | |
if (!a.e && (w || r)) { | |
var e = function (a) { | |
m(function () { | |
if (!d) try { | |
a.sheet.cssRules.length ? (d = 1, j()) : e(a) | |
} catch (b) { | |
b.code == 1e3 || b.message == "security" || b.message == "denied" ? (d = 1, m(function () { | |
j() | |
}, 0)) : e(a) | |
} | |
}, 0) | |
}; | |
e(c) | |
} else c.onload = function () { | |
d || (d = 1, m(function () { | |
j() | |
}, 0)) | |
}, a.e && c.onload(); | |
m(function () { | |
d || (d = 1, j()) | |
}, H.errorTimeout), !a.e && n.parentNode.insertBefore(c, n) | |
} | |
function g() { | |
var a = p.shift(); | |
q = 1, a ? a.t ? m(function () { | |
a.t == "c" ? h(a) : i(a) | |
}, 0) : (a(), j()) : q = 0 | |
} | |
function f(a, c, d, e, f, h) { | |
function i() { | |
!o && k(l.readyState) && (r.r = o = 1, !q && j(), l.onload = l.onreadystatechange = null, m(function () { | |
u.removeChild(l) | |
}, 0)) | |
} | |
var l = b.createElement(a), | |
o = 0, | |
r = { | |
t: d, | |
s: c, | |
e: h | |
}; | |
l.src = l.data = c, !s && (l.style.display = "none"), l.width = l.height = "0", a != "object" && (l.type = d), l.onload = l.onreadystatechange = i, a == "img" ? l.onerror = i : a == "script" && (l.onerror = function () { | |
r.e = r.r = 1, g() | |
}), p.splice(e, 0, r), u.insertBefore(l, s ? null : n), m(function () { | |
o || (u.removeChild(l), r.r = r.e = o = 1, j()) | |
}, H.errorTimeout) | |
} | |
function e(a, b, c) { | |
var d = b == "c" ? z : y; | |
q = 0, b = b || "j", C(a) ? f(d, a, b, this.i++, l, c) : (p.splice(this.i++, 0, a), p.length == 1 && g()); | |
return this | |
} | |
function d() { | |
var a = H; | |
a.loader = { | |
load: e, | |
i: 0 | |
}; | |
return a | |
} | |
var l = b.documentElement, | |
m = a.setTimeout, | |
n = b.getElementsByTagName("script")[0], | |
o = {}.toString, | |
p = [], | |
q = 0, | |
r = "MozAppearance" in l.style, | |
s = r && !! b.createRange().compareNode, | |
t = r && !s, | |
u = s ? l : n.parentNode, | |
v = a.opera && o.call(a.opera) == "[object Opera]", | |
w = "webkitAppearance" in l.style, | |
x = w && "async" in b.createElement("script"), | |
y = r ? "object" : v || x ? "img" : "script", | |
z = w ? "img" : y, | |
A = Array.isArray || | |
function (a) { | |
return o.call(a) == "[object Array]" | |
}, B = function (a) { | |
return Object(a) === a | |
}, C = function (a) { | |
return typeof a == "string" | |
}, D = function (a) { | |
return o.call(a) == "[object Function]" | |
}, E = [], F = {}, G, H; | |
H = function (a) { | |
function f(a) { | |
var b = a.split("!"), | |
c = E.length, | |
d = b.pop(), | |
e = b.length, | |
f = { | |
url: d, | |
origUrl: d, | |
prefixes: b | |
}, | |
g, h; | |
for (h = 0; h < e; h++) g = F[b[h]], g && (f = g(f)); | |
for (h = 0; h < c; h++) f = E[h](f); | |
return f | |
} | |
function e(a, b, e, g, h) { | |
var i = f(a), | |
j = i.autoCallback; | |
if (!i.bypass) { | |
b && (b = D(b) ? b : b[a] || b[g] || b[a.split("/").pop().split("?")[0]]); | |
if (i.instead) return i.instead(a, b, e, g, h); | |
e.load(i.url, i.forceCSS || !i.forceJS && /css$/.test(i.url) ? "c" : c, i.noexec), (D(b) || D(j)) && e.load(function () { | |
d(), b && b(i.origUrl, h, g), j && j(i.origUrl, h, g) | |
}) | |
} | |
} | |
function b(a, b) { | |
function c(a) { | |
if (C(a)) e(a, h, b, 0, d); | |
else if (B(a)) for (i in a) a.hasOwnProperty(i) && e(a[i], h, b, i, d) | |
} | |
var d = !! a.test, | |
f = d ? a.yep : a.nope, | |
g = a.load || a.both, | |
h = a.callback, | |
i; | |
c(f), c(g), a.complete && b.load(a.complete) | |
} | |
var g, h, i = this.yepnope.loader; | |
if (C(a)) e(a, 0, i, 0); | |
else if (A(a)) for (g = 0; g < a.length; g++) h = a[g], C(h) ? e(h, 0, i, 0) : A(h) ? H(h) : B(h) && b(h, i); | |
else B(a) && b(a, i) | |
}, H.addPrefix = function (a, b) { | |
F[a] = b | |
}, H.addFilter = function (a) { | |
E.push(a) | |
}, H.errorTimeout = 1e4, b.readyState == null && b.addEventListener && (b.readyState = "loading", b.addEventListener("DOMContentLoaded", G = function () { | |
b.removeEventListener("DOMContentLoaded", G, 0), b.readyState = "complete" | |
}, 0)), a.yepnope = d() | |
}(this, this.document), Modernizr.load = function () { | |
yepnope.apply(window, [].slice.call(arguments, 0)) | |
}; | |
(function (a, b) { | |
function h(a) { | |
var b = g[a] = {}, | |
c, d; | |
a = a.split(/\s+/); | |
for (c = 0, d = a.length; c < d; c++) b[a[c]] = !0; | |
return b | |
} | |
function l(a, c, d) { | |
if (d === b && a.nodeType === 1) { | |
var e = "data-" + c.replace(k, "-$1").toLowerCase(); | |
d = a.getAttribute(e); | |
if (typeof d == "string") { | |
try { | |
d = d === "true" ? !0 : d === "false" ? !1 : d === "null" ? null : f.isNumeric(d) ? parseFloat(d) : j.test(d) ? f.parseJSON(d) : d | |
} catch (g) {} | |
f.data(a, c, d) | |
} else d = b | |
} | |
return d | |
} | |
function m(a) { | |
for (var b in a) { | |
if (b === "data" && f.isEmptyObject(a[b])) continue; | |
if (b !== "toJSON") return !1 | |
} | |
return !0 | |
} | |
function n(a, b, c) { | |
var d = b + "defer", | |
e = b + "queue", | |
g = b + "mark", | |
h = f._data(a, d); | |
h && (c === "queue" || !f._data(a, e)) && (c === "mark" || !f._data(a, g)) && setTimeout(function () { | |
!f._data(a, e) && !f._data(a, g) && (f.removeData(a, d, !0), h.fire()) | |
}, 0) | |
} | |
function J() { | |
return !1 | |
} | |
function K() { | |
return !0 | |
} | |
function S(a) { | |
return !a || !a.parentNode || a.parentNode.nodeType === 11 | |
} | |
function T(a, b, c) { | |
b = b || 0; | |
if (f.isFunction(b)) return f.grep(a, function (a, d) { | |
var e = !! b.call(a, d, a); | |
return e === c | |
}); | |
if (b.nodeType) return f.grep(a, function (a, d) { | |
return a === b === c | |
}); | |
if (typeof b == "string") { | |
var d = f.grep(a, function (a) { | |
return a.nodeType === 1 | |
}); | |
if (O.test(b)) return f.filter(b, d, !c); | |
b = f.filter(b, d) | |
} | |
return f.grep(a, function (a, d) { | |
return f.inArray(a, b) >= 0 === c | |
}) | |
} | |
function U(a) { | |
var b = V.split("|"), | |
c = a.createDocumentFragment(); | |
if (c.createElement) while (b.length) c.createElement(b.pop()); | |
return c | |
} | |
function bi(a, b) { | |
return f.nodeName(a, "table") ? a.getElementsByTagName("tbody")[0] || a.appendChild(a.ownerDocument.createElement("tbody")) : a | |
} | |
function bj(a, b) { | |
if (b.nodeType !== 1 || !f.hasData(a)) return; | |
var c, d, e, g = f._data(a), | |
h = f._data(b, g), | |
i = g.events; | |
if (i) { | |
delete h.handle, h.events = {}; | |
for (c in i) for (d = 0, e = i[c].length; d < e; d++) f.event.add(b, c + (i[c][d].namespace ? "." : "") + i[c][d].namespace, i[c][d], i[c][d].data) | |
} | |
h.data && (h.data = f.extend({}, h.data)) | |
} | |
function bk(a, b) { | |
var c; | |
if (b.nodeType !== 1) return; | |
b.clearAttributes && b.clearAttributes(), b.mergeAttributes && b.mergeAttributes(a), c = b.nodeName.toLowerCase(); | |
if (c === "object") b.outerHTML = a.outerHTML; | |
else if (c !== "input" || a.type !== "checkbox" && a.type !== "radio") { | |
if (c === "option") b.selected = a.defaultSelected; | |
else if (c === "input" || c === "textarea") b.defaultValue = a.defaultValue | |
} else a.checked && (b.defaultChecked = b.checked = a.checked), b.value !== a.value && (b.value = a.value); | |
b.removeAttribute(f.expando) | |
} | |
function bl(a) { | |
return typeof a.getElementsByTagName != "undefined" ? a.getElementsByTagName("*") : typeof a.querySelectorAll != "undefined" ? a.querySelectorAll("*") : [] | |
} | |
function bm(a) { | |
if (a.type === "checkbox" || a.type === "radio") a.defaultChecked = a.checked | |
} | |
function bn(a) { | |
var b = (a.nodeName || "").toLowerCase(); | |
b === "input" ? bm(a) : b !== "script" && typeof a.getElementsByTagName != "undefined" && f.grep(a.getElementsByTagName("input"), bm) | |
} | |
function bo(a) { | |
var b = c.createElement("div"); | |
return bh.appendChild(b), b.innerHTML = a.outerHTML, b.firstChild | |
} | |
function bp(a, b) { | |
b.src ? f.ajax({ | |
url: b.src, | |
async: !1, | |
dataType: "script" | |
}) : f.globalEval((b.text || b.textContent || b.innerHTML || "").replace(bf, "/*$0*/")), b.parentNode && b.parentNode.removeChild(b) | |
} | |
function bC(a, b, c) { | |
var d = b === "width" ? a.offsetWidth : a.offsetHeight, | |
e = b === "width" ? bx : by, | |
g = 0, | |
h = e.length; | |
if (d > 0) { | |
if (c !== "border") for (; g < h; g++) c || (d -= parseFloat(f.css(a, "padding" + e[g])) || 0), c === "margin" ? d += parseFloat(f.css(a, c + e[g])) || 0 : d -= parseFloat(f.css(a, "border" + e[g] + "Width")) || 0; | |
return d + "px" | |
} | |
d = bz(a, b, b); | |
if (d < 0 || d == null) d = a.style[b] || 0; | |
d = parseFloat(d) || 0; | |
if (c) for (; g < h; g++) d += parseFloat(f.css(a, "padding" + e[g])) || 0, c !== "padding" && (d += parseFloat(f.css(a, "border" + e[g] + "Width")) || 0), c === "margin" && (d += parseFloat(f.css(a, c + e[g])) || 0); | |
return d + "px" | |
} | |
function bZ(a) { | |
return function (b, c) { | |
typeof b != "string" && (c = b, b = "*"); | |
if (f.isFunction(c)) { | |
var d = b.toLowerCase().split(bP), | |
e = 0, | |
g = d.length, | |
h, i, j; | |
for (; e < g; e++) h = d[e], j = /^\+/.test(h), j && (h = h.substr(1) || "*"), i = a[h] = a[h] || [], i[j ? "unshift" : "push"](c) | |
} | |
} | |
} | |
function b$(a, c, d, e, f, g) { | |
f = f || c.dataTypes[0], g = g || {}, g[f] = !0; | |
var h = a[f], | |
i = 0, | |
j = h ? h.length : 0, | |
k = a === bT, | |
l; | |
for (; i < j && (k || !l); i++) l = h[i](c, d, e), typeof l == "string" && (!k || g[l] ? l = b : (c.dataTypes.unshift(l), l = b$(a, c, d, e, l, g))); | |
return (k || !l) && !g["*"] && (l = b$(a, c, d, e, "*", g)), l | |
} | |
function b_(a, c) { | |
var d, e, g = f.ajaxSettings.flatOptions || {}; | |
for (d in c) c[d] !== b && ((g[d] ? a : e || (e = {}))[d] = c[d]); | |
e && f.extend(!0, a, e) | |
} | |
function ca(a, b, c, d) { | |
if (f.isArray(b)) f.each(b, function (b, e) { | |
c || bE.test(a) ? d(a, e) : ca(a + "[" + (typeof e == "object" || f.isArray(e) ? b : "") + "]", e, c, d) | |
}); | |
else if (!c && b != null && typeof b == "object") for (var e in b) ca(a + "[" + e + "]", b[e], c, d); | |
else d(a, b) | |
} | |
function cb(a, c, d) { | |
var e = a.contents, | |
f = a.dataTypes, | |
g = a.responseFields, | |
h, i, j, k; | |
for (i in g) i in d && (c[g[i]] = d[i]); | |
while (f[0] === "*") f.shift(), h === b && (h = a.mimeType || c.getResponseHeader("content-type")); | |
if (h) for (i in e) if (e[i] && e[i].test(h)) { | |
f.unshift(i); | |
break | |
} | |
if (f[0] in d) j = f[0]; | |
else { | |
for (i in d) { | |
if (!f[0] || a.converters[i + " " + f[0]]) { | |
j = i; | |
break | |
} | |
k || (k = i) | |
} | |
j = j || k | |
} | |
if (j) return j !== f[0] && f.unshift(j), d[j] | |
} | |
function cc(a, c) { | |
a.dataFilter && (c = a.dataFilter(c, a.dataType)); | |
var d = a.dataTypes, | |
e = {}, | |
g, h, i = d.length, | |
j, k = d[0], | |
l, m, n, o, p; | |
for (g = 1; g < i; g++) { | |
if (g === 1) for (h in a.converters) typeof h == "string" && (e[h.toLowerCase()] = a.converters[h]); | |
l = k, k = d[g]; | |
if (k === "*") k = l; | |
else if (l !== "*" && l !== k) { | |
m = l + " " + k, n = e[m] || e["* " + k]; | |
if (!n) { | |
p = b; | |
for (o in e) { | |
j = o.split(" "); | |
if (j[0] === l || j[0] === "*") { | |
p = e[j[1] + " " + k]; | |
if (p) { | |
o = e[o], o === !0 ? n = p : p === !0 && (n = o); | |
break | |
} | |
} | |
} | |
}!n && !p && f.error("No conversion from " + m.replace(" ", " to ")), n !== !0 && (c = n ? n(c) : p(o(c))) | |
} | |
} | |
return c | |
} | |
function ci() { | |
try { | |
return new a.XMLHttpRequest | |
} catch (b) {} | |
} | |
function cj() { | |
try { | |
return new a.ActiveXObject("Microsoft.XMLHTTP") | |
} catch (b) {} | |
} | |
function cs() { | |
return setTimeout(ct, 0), cr = f.now() | |
} | |
function ct() { | |
cr = b | |
} | |
function cu(a, b) { | |
var c = {}; | |
return f.each(cq.concat.apply([], cq.slice(0, b)), function () { | |
c[this] = a | |
}), c | |
} | |
function cv(a) { | |
if (!ck[a]) { | |
var b = c.body, | |
d = f("<" + a + ">").appendTo(b), | |
e = d.css("display"); | |
d.remove(); | |
if (e === "none" || e === "") { | |
cl || (cl = c.createElement("iframe"), cl.frameBorder = cl.width = cl.height = 0), b.appendChild(cl); | |
if (!cm || !cl.createElement) cm = (cl.contentWindow || cl.contentDocument).document, cm.write((c.compatMode === "CSS1Compat" ? "<!doctype html>" : "") + "<html><body>"), cm.close(); | |
d = cm.createElement(a), cm.body.appendChild(d), e = f.css(d, "display"), b.removeChild(cl) | |
} | |
ck[a] = e | |
} | |
return ck[a] | |
} | |
function cy(a) { | |
return f.isWindow(a) ? a : a.nodeType === 9 ? a.defaultView || a.parentWindow : !1 | |
} | |
var c = a.document, | |
d = a.navigator, | |
e = a.location, | |
f = function () { | |
function J() { | |
if (e.isReady) return; | |
try { | |
c.documentElement.doScroll("left") | |
} catch (a) { | |
setTimeout(J, 1); | |
return | |
} | |
e.ready() | |
} | |
var e = function (a, b) { | |
return new e.fn.init(a, b, h) | |
}, | |
f = a.jQuery, | |
g = a.$, | |
h, i = /^(?:[^#<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/, | |
j = /\S/, | |
k = /^\s+/, | |
l = /\s+$/, | |
m = /^<(\w+)\s*\/?>(?:<\/\1>)?$/, | |
n = /^[\],:{}\s]*$/, | |
o = /\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g, | |
p = /"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g, | |
q = /(?:^|:|,)(?:\s*\[)+/g, | |
r = /(webkit)[ \/]([\w.]+)/, | |
s = /(opera)(?:.*version)?[ \/]([\w.]+)/, | |
t = /(msie) ([\w.]+)/, | |
u = /(mozilla)(?:.*? rv:([\w.]+))?/, | |
v = /-([a-z]|[0-9])/ig, | |
w = /^-ms-/, | |
x = function (a, b) { | |
return (b + "").toUpperCase() | |
}, | |
y = d.userAgent, | |
z, A, B, C = Object.prototype.toString, | |
D = Object.prototype.hasOwnProperty, | |
E = Array.prototype.push, | |
F = Array.prototype.slice, | |
G = String.prototype.trim, | |
H = Array.prototype.indexOf, | |
I = {}; | |
return e.fn = e.prototype = { | |
constructor: e, | |
init: function (a, d, f) { | |
var g, h, j, k; | |
if (!a) return this; | |
if (a.nodeType) return this.context = this[0] = a, this.length = 1, this; | |
if (a === "body" && !d && c.body) return this.context = c, this[0] = c.body, this.selector = a, this.length = 1, this; | |
if (typeof a == "string") { | |
a.charAt(0) === "<" && a.charAt(a.length - 1) === ">" && a.length >= 3 ? g = [null, a, null] : g = i.exec(a); | |
if (g && (g[1] || !d)) { | |
if (g[1]) return d = d instanceof e ? d[0] : d, k = d ? d.ownerDocument || d : c, j = m.exec(a), j ? e.isPlainObject(d) ? (a = [c.createElement(j[1])], e.fn.attr.call(a, d, !0)) : a = [k.createElement(j[1])] : (j = e.buildFragment([g[1]], [k]), a = (j.cacheable ? e.clone(j.fragment) : j.fragment).childNodes), e.merge(this, a); | |
h = c.getElementById(g[2]); | |
if (h && h.parentNode) { | |
if (h.id !== g[2]) return f.find(a); | |
this.length = 1, this[0] = h | |
} | |
return this.context = c, this.selector = a, this | |
} | |
return !d || d.jquery ? (d || f).find(a) : this.constructor(d).find(a) | |
} | |
return e.isFunction(a) ? f.ready(a) : (a.selector !== b && (this.selector = a.selector, this.context = a.context), e.makeArray(a, this)) | |
}, | |
selector: "", | |
jquery: "1.7.1", | |
length: 0, | |
size: function () { | |
return this.length | |
}, | |
toArray: function () { | |
return F.call(this, 0) | |
}, | |
get: function (a) { | |
return a == null ? this.toArray() : a < 0 ? this[this.length + a] : this[a] | |
}, | |
pushStack: function (a, b, c) { | |
var d = this.constructor(); | |
return e.isArray(a) ? E.apply(d, a) : e.merge(d, a), d.prevObject = this, d.context = this.context, b === "find" ? d.selector = this.selector + (this.selector ? " " : "") + c : b && (d.selector = this.selector + "." + b + "(" + c + ")"), d | |
}, | |
each: function (a, b) { | |
return e.each(this, a, b) | |
}, | |
ready: function (a) { | |
return e.bindReady(), A.add(a), this | |
}, | |
eq: function (a) { | |
return a = +a, a === -1 ? this.slice(a) : this.slice(a, a + 1) | |
}, | |
first: function () { | |
return this.eq(0) | |
}, | |
last: function () { | |
return this.eq(-1) | |
}, | |
slice: function () { | |
return this.pushStack(F.apply(this, arguments), "slice", F.call(arguments).join(",")) | |
}, | |
map: function (a) { | |
return this.pushStack(e.map(this, function (b, c) { | |
return a.call(b, c, b) | |
})) | |
}, | |
end: function () { | |
return this.prevObject || this.constructor(null) | |
}, | |
push: E, | |
sort: [].sort, | |
splice: [].splice | |
}, e.fn.init.prototype = e.fn, e.extend = e.fn.extend = function () { | |
var a, c, d, f, g, h, i = arguments[0] || {}, | |
j = 1, | |
k = arguments.length, | |
l = !1; | |
typeof i == "boolean" && (l = i, i = arguments[1] || {}, j = 2), typeof i != "object" && !e.isFunction(i) && (i = {}), k === j && (i = this, --j); | |
for (; j < k; j++) if ((a = arguments[j]) != null) for (c in a) { | |
d = i[c], f = a[c]; | |
if (i === f) continue; | |
l && f && (e.isPlainObject(f) || (g = e.isArray(f))) ? (g ? (g = !1, h = d && e.isArray(d) ? d : []) : h = d && e.isPlainObject(d) ? d : {}, i[c] = e.extend(l, h, f)) : f !== b && (i[c] = f) | |
} | |
return i | |
}, e.extend({ | |
noConflict: function (b) { | |
return a.$ === e && (a.$ = g), b && a.jQuery === e && (a.jQuery = f), e | |
}, | |
isReady: !1, | |
readyWait: 1, | |
holdReady: function (a) { | |
a ? e.readyWait++ : e.ready(!0) | |
}, | |
ready: function (a) { | |
if (a === !0 && !--e.readyWait || a !== !0 && !e.isReady) { | |
if (!c.body) return setTimeout(e.ready, 1); | |
e.isReady = !0; | |
if (a !== !0 && --e.readyWait > 0) return; | |
A.fireWith(c, [e]), e.fn.trigger && e(c).trigger("ready").off("ready") | |
} | |
}, | |
bindReady: function () { | |
if (A) return; | |
A = e.Callbacks("once memory"); | |
if (c.readyState === "complete") return setTimeout(e.ready, 1); | |
if (c.addEventListener) c.addEventListener("DOMContentLoaded", B, !1), a.addEventListener("load", e.ready, !1); | |
else if (c.attachEvent) { | |
c.attachEvent("onreadystatechange", B), a.attachEvent("onload", e.ready); | |
var b = !1; | |
try { | |
b = a.frameElement == null | |
} catch (d) {} | |
c.documentElement.doScroll && b && J() | |
} | |
}, | |
isFunction: function (a) { | |
return e.type(a) === "function" | |
}, | |
isArray: Array.isArray || | |
function (a) { | |
return e.type(a) === "array" | |
}, | |
isWindow: function (a) { | |
return a && typeof a == "object" && "setInterval" in a | |
}, | |
isNumeric: function (a) { | |
return !isNaN(parseFloat(a)) && isFinite(a) | |
}, | |
type: function (a) { | |
return a == null ? String(a) : I[C.call(a)] || "object" | |
}, | |
isPlainObject: function (a) { | |
if (!a || e.type(a) !== "object" || a.nodeType || e.isWindow(a)) return !1; | |
try { | |
if (a.constructor && !D.call(a, "constructor") && !D.call(a.constructor.prototype, "isPrototypeOf")) return !1 | |
} catch (c) { | |
return !1 | |
} | |
var d; | |
for (d in a); | |
return d === b || D.call(a, d) | |
}, | |
isEmptyObject: function (a) { | |
for (var b in a) return !1; | |
return !0 | |
}, | |
error: function (a) { | |
throw new Error(a) | |
}, | |
parseJSON: function (b) { | |
if (typeof b != "string" || !b) return null; | |
b = e.trim(b); | |
if (a.JSON && a.JSON.parse) return a.JSON.parse(b); | |
if (n.test(b.replace(o, "@").replace(p, "]").replace(q, ""))) return (new Function("return " + b))(); | |
e.error("Invalid JSON: " + b) | |
}, | |
parseXML: function (c) { | |
var d, f; | |
try { | |
a.DOMParser ? (f = new DOMParser, d = f.parseFromString(c, "text/xml")) : (d = new ActiveXObject("Microsoft.XMLDOM"), d.async = "false", d.loadXML(c)) | |
} catch (g) { | |
d = b | |
} | |
return (!d || !d.documentElement || d.getElementsByTagName("parsererror").length) && e.error("Invalid XML: " + c), d | |
}, | |
noop: function () {}, | |
globalEval: function (b) { | |
b && j.test(b) && (a.execScript || | |
function (b) { | |
a.eval.call(a, b) | |
})(b) | |
}, | |
camelCase: function (a) { | |
return a.replace(w, "ms-").replace(v, x) | |
}, | |
nodeName: function (a, b) { | |
return a.nodeName && a.nodeName.toUpperCase() === b.toUpperCase() | |
}, | |
each: function (a, c, d) { | |
var f, g = 0, | |
h = a.length, | |
i = h === b || e.isFunction(a); | |
if (d) { | |
if (i) { | |
for (f in a) if (c.apply(a[f], d) === !1) break | |
} else for (; g < h;) if (c.apply(a[g++], d) === !1) break | |
} else if (i) { | |
for (f in a) if (c.call(a[f], f, a[f]) === !1) break | |
} else for (; g < h;) if (c.call(a[g], g, a[g++]) === !1) break; | |
return a | |
}, | |
trim: G ? | |
function (a) { | |
return a == null ? "" : G.call(a) | |
} : function (a) { | |
return a == null ? "" : a.toString().replace(k, "").replace(l, "") | |
}, | |
makeArray: function (a, b) { | |
var c = b || []; | |
if (a != null) { | |
var d = e.type(a); | |
a.length == null || d === "string" || d === "function" || d === "regexp" || e.isWindow(a) ? E.call(c, a) : e.merge(c, a) | |
} | |
return c | |
}, | |
inArray: function (a, b, c) { | |
var d; | |
if (b) { | |
if (H) return H.call(b, a, c); | |
d = b.length, c = c ? c < 0 ? Math.max(0, d + c) : c : 0; | |
for (; c < d; c++) if (c in b && b[c] === a) return c | |
} | |
return -1 | |
}, | |
merge: function (a, c) { | |
var d = a.length, | |
e = 0; | |
if (typeof c.length == "number") for (var f = c.length; e < f; e++) a[d++] = c[e]; | |
else while (c[e] !== b) a[d++] = c[e++]; | |
return a.length = d, a | |
}, | |
grep: function (a, b, c) { | |
var d = [], | |
e; | |
c = !! c; | |
for (var f = 0, g = a.length; f < g; f++) e = !! b(a[f], f), c !== e && d.push(a[f]); | |
return d | |
}, | |
map: function (a, c, d) { | |
var f, g, h = [], | |
i = 0, | |
j = a.length, | |
k = a instanceof e || j !== b && typeof j == "number" && (j > 0 && a[0] && a[j - 1] || j === 0 || e.isArray(a)); | |
if (k) for (; i < j; i++) f = c(a[i], i, d), f != null && (h[h.length] = f); | |
else for (g in a) f = c(a[g], g, d), f != null && (h[h.length] = f); | |
return h.concat.apply([], h) | |
}, | |
guid: 1, | |
proxy: function (a, c) { | |
if (typeof c == "string") { | |
var d = a[c]; | |
c = a, a = d | |
} | |
if (!e.isFunction(a)) return b; | |
var f = F.call(arguments, 2), | |
g = function () { | |
return a.apply(c, f.concat(F.call(arguments))) | |
}; | |
return g.guid = a.guid = a.guid || g.guid || e.guid++, g | |
}, | |
access: function (a, c, d, f, g, h) { | |
var i = a.length; | |
if (typeof c == "object") { | |
for (var j in c) e.access(a, j, c[j], f, g, d); | |
return a | |
} | |
if (d !== b) { | |
f = !h && f && e.isFunction(d); | |
for (var k = 0; k < i; k++) g(a[k], c, f ? d.call(a[k], k, g(a[k], c)) : d, h); | |
return a | |
} | |
return i ? g(a[0], c) : b | |
}, | |
now: function () { | |
return (new Date).getTime() | |
}, | |
uaMatch: function (a) { | |
a = a.toLowerCase(); | |
var b = r.exec(a) || s.exec(a) || t.exec(a) || a.indexOf("compatible") < 0 && u.exec(a) || []; | |
return { | |
browser: b[1] || "", | |
version: b[2] || "0" | |
} | |
}, | |
sub: function () { | |
function a(b, c) { | |
return new a.fn.init(b, c) | |
} | |
e.extend(!0, a, this), a.superclass = this, a.fn = a.prototype = this(), a.fn.constructor = a, a.sub = this.sub, a.fn.init = function d(c, d) { | |
return d && d instanceof e && !(d instanceof a) && (d = a(d)), e.fn.init.call(this, c, d, b) | |
}, a.fn.init.prototype = a.fn; | |
var b = a(c); | |
return a | |
}, | |
browser: {} | |
}), e.each("Boolean Number String Function Array Date RegExp Object".split(" "), function (a, b) { | |
I["[object " + b + "]"] = b.toLowerCase() | |
}), z = e.uaMatch(y), z.browser && (e.browser[z.browser] = !0, e.browser.version = z.version), e.browser.webkit && (e.browser.safari = !0), j.test("Â ") && (k = /^[\s\xA0]+/, l = /[\s\xA0]+$/), h = e(c), c.addEventListener ? B = function () { | |
c.removeEventListener("DOMContentLoaded", B, !1), e.ready() | |
} : c.attachEvent && (B = function () { | |
c.readyState === "complete" && (c.detachEvent("onreadystatechange", B), e.ready()) | |
}), e | |
}(), | |
g = {}; | |
f.Callbacks = function (a) { | |
a = a ? g[a] || h(a) : {}; | |
var c = [], | |
d = [], | |
e, i, j, k, l, m = function (b) { | |
var d, e, g, h, i; | |
for (d = 0, e = b.length; d < e; d++) g = b[d], h = f.type(g), h === "array" ? m(g) : h === "function" && (!a.unique || !o.has(g)) && c.push(g) | |
}, | |
n = function (b, f) { | |
f = f || [], e = !a.memory || [b, f], i = !0, l = j || 0, j = 0, k = c.length; | |
for (; c && l < k; l++) if (c[l].apply(b, f) === !1 && a.stopOnFalse) { | |
e = !0; | |
break | |
} | |
i = !1, c && (a.once ? e === !0 ? o.disable() : c = [] : d && d.length && (e = d.shift(), o.fireWith(e[0], e[1]))) | |
}, | |
o = { | |
add: function () { | |
if (c) { | |
var a = c.length; | |
m(arguments), i ? k = c.length : e && e !== !0 && (j = a, n(e[0], e[1])) | |
} | |
return this | |
}, | |
remove: function () { | |
if (c) { | |
var b = arguments, | |
d = 0, | |
e = b.length; | |
for (; d < e; d++) for (var f = 0; f < c.length; f++) if (b[d] === c[f]) { | |
i && f <= k && (k--, f <= l && l--), c.splice(f--, 1); | |
if (a.unique) break | |
} | |
} | |
return this | |
}, | |
has: function (a) { | |
if (c) { | |
var b = 0, | |
d = c.length; | |
for (; b < d; b++) if (a === c[b]) return !0 | |
} | |
return !1 | |
}, | |
empty: function () { | |
return c = [], this | |
}, | |
disable: function () { | |
return c = d = e = b, this | |
}, | |
disabled: function () { | |
return !c | |
}, | |
lock: function () { | |
return d = b, (!e || e === !0) && o.disable(), this | |
}, | |
locked: function () { | |
return !d | |
}, | |
fireWith: function (b, c) { | |
return d && (i ? a.once || d.push([b, c]) : (!a.once || !e) && n(b, c)), this | |
}, | |
fire: function () { | |
return o.fireWith(this, arguments), this | |
}, | |
fired: function () { | |
return !!e | |
} | |
}; | |
return o | |
}; | |
var i = [].slice; | |
f.extend({ | |
Deferred: function (a) { | |
var b = f.Callbacks("once memory"), | |
c = f.Callbacks("once memory"), | |
d = f.Callbacks("memory"), | |
e = "pending", | |
g = { | |
resolve: b, | |
reject: c, | |
notify: d | |
}, | |
h = { | |
done: b.add, | |
fail: c.add, | |
progress: d.add, | |
state: function () { | |
return e | |
}, | |
isResolved: b.fired, | |
isRejected: c.fired, | |
then: function (a, b, c) { | |
return i.done(a).fail(b).progress(c), this | |
}, | |
always: function () { | |
return i.done.apply(i, arguments).fail.apply(i, arguments), this | |
}, | |
pipe: function (a, b, c) { | |
return f.Deferred(function (d) { | |
f.each({ | |
done: [a, "resolve"], | |
fail: [b, "reject"], | |
progress: [c, "notify"] | |
}, function (a, b) { | |
var c = b[0], | |
e = b[1], | |
g; | |
f.isFunction(c) ? i[a](function () { | |
g = c.apply(this, arguments), g && f.isFunction(g.promise) ? g.promise().then(d.resolve, d.reject, d.notify) : d[e + "With"](this === i ? d : this, [g]) | |
}) : i[a](d[e]) | |
}) | |
}).promise() | |
}, | |
promise: function (a) { | |
if (a == null) a = h; | |
else for (var b in h) a[b] = h[b]; | |
return a | |
} | |
}, | |
i = h.promise({}), | |
j; | |
for (j in g) i[j] = g[j].fire, i[j + "With"] = g[j].fireWith; | |
return i.done(function () { | |
e = "resolved" | |
}, c.disable, d.lock).fail(function () { | |
e = "rejected" | |
}, b.disable, d.lock), a && a.call(i, i), i | |
}, | |
when: function (a) { | |
function l(a) { | |
return function (c) { | |
b[a] = arguments.length > 1 ? i.call(arguments, 0) : c, --g || j.resolveWith(j, b) | |
} | |
} | |
function m(a) { | |
return function (b) { | |
e[a] = arguments.length > 1 ? i.call(arguments, 0) : b, j.notifyWith(k, e) | |
} | |
} | |
var b = i.call(arguments, 0), | |
c = 0, | |
d = b.length, | |
e = new Array(d), | |
g = d, | |
h = d, | |
j = d <= 1 && a && f.isFunction(a.promise) ? a : f.Deferred(), | |
k = j.promise(); | |
if (d > 1) { | |
for (; c < d; c++) b[c] && b[c].promise && f.isFunction(b[c].promise) ? b[c].promise().then(l(c), j.reject, m(c)) : --g; | |
g || j.resolveWith(j, b) | |
} else j !== a && j.resolveWith(j, d ? [a] : []); | |
return k | |
} | |
}), f.support = function () { | |
var b, d, e, g, h, i, j, k, l, m, n, o, p, q = c.createElement("div"), | |
r = c.documentElement; | |
q.setAttribute("className", "t"), q.innerHTML = " <link/><table></table><a href='/a' style='top:1px;float:left;opacity:.55;'>a</a><input type='checkbox'/>", d = q.getElementsByTagName("*"), e = q.getElementsByTagName("a")[0]; | |
if (!d || !d.length || !e) return {}; | |
g = c.createElement("select"), h = g.appendChild(c.createElement("option")), i = q.getElementsByTagName("input")[0], b = { | |
leadingWhitespace: q.firstChild.nodeType === 3, | |
tbody: !q.getElementsByTagName("tbody").length, | |
htmlSerialize: !! q.getElementsByTagName("link").length, | |
style: /top/.test(e.getAttribute("style")), | |
hrefNormalized: e.getAttribute("href") === "/a", | |
opacity: /^0.55/.test(e.style.opacity), | |
cssFloat: !! e.style.cssFloat, | |
checkOn: i.value === "on", | |
optSelected: h.selected, | |
getSetAttribute: q.className !== "t", | |
enctype: !! c.createElement("form").enctype, | |
html5Clone: c.createElement("nav").cloneNode(!0).outerHTML !== "<:nav></:nav>", | |
submitBubbles: !0, | |
changeBubbles: !0, | |
focusinBubbles: !1, | |
deleteExpando: !0, | |
noCloneEvent: !0, | |
inlineBlockNeedsLayout: !1, | |
shrinkWrapBlocks: !1, | |
reliableMarginRight: !0 | |
}, i.checked = !0, b.noCloneChecked = i.cloneNode(!0).checked, g.disabled = !0, b.optDisabled = !h.disabled; | |
try { | |
delete q.test | |
} catch (s) { | |
b.deleteExpando = !1 | |
}!q.addEventListener && q.attachEvent && q.fireEvent && (q.attachEvent("onclick", function () { | |
b.noCloneEvent = !1 | |
}), q.cloneNode(!0).fireEvent("onclick")), i = c.createElement("input"), i.value = "t", i.setAttribute("type", "radio"), b.radioValue = i.value === "t", i.setAttribute("checked", "checked"), q.appendChild(i), k = c.createDocumentFragment(), k.appendChild(q.lastChild), b.checkClone = k.cloneNode(!0).cloneNode(!0).lastChild.checked, b.appendChecked = i.checked, k.removeChild(i), k.appendChild(q), q.innerHTML = "", a.getComputedStyle && (j = c.createElement("div"), j.style.width = "0", j.style.marginRight = "0", q.style.width = "2px", q.appendChild(j), b.reliableMarginRight = (parseInt((a.getComputedStyle(j, null) || { | |
marginRight: 0 | |
}).marginRight, 10) || 0) === 0); | |
if (q.attachEvent) for (o in { | |
submit: 1, | |
change: 1, | |
focusin: 1 | |
}) n = "on" + o, p = n in q, p || (q.setAttribute(n, "return;"), p = typeof q[n] == "function"), b[o + "Bubbles"] = p; | |
return k.removeChild(q), k = g = h = j = q = i = null, f(function () { | |
var a, d, e, g, h, i, j, k, m, n, o, r = c.getElementsByTagName("body")[0]; | |
if (!r) return; | |
j = 1, k = "position:absolute;top:0;left:0;width:1px;height:1px;margin:0;", m = "visibility:hidden;border:0;", n = "style='" + k + "border:5px solid #000;padding:0;'", o = "<div " + n + "><div></div></div>" + "<table " + n + " cellpadding='0' cellspacing='0'>" + "<tr><td></td></tr></table>", a = c.createElement("div"), a.style.cssText = m + "width:0;height:0;position:static;top:0;margin-top:" + j + "px", r.insertBefore(a, r.firstChild), q = c.createElement("div"), a.appendChild(q), q.innerHTML = "<table><tr><td style='padding:0;border:0;display:none'></td><td>t</td></tr></table>", l = q.getElementsByTagName("td"), p = l[0].offsetHeight === 0, l[0].style.display = "", l[1].style.display = "none", b.reliableHiddenOffsets = p && l[0].offsetHeight === 0, q.innerHTML = "", q.style.width = q.style.paddingLeft = "1px", f.boxModel = b.boxModel = q.offsetWidth === 2, typeof q.style.zoom != "undefined" && (q.style.display = "inline", q.style.zoom = 1, b.inlineBlockNeedsLayout = q.offsetWidth === 2, q.style.display = "", q.innerHTML = "<div style='width:4px;'></div>", b.shrinkWrapBlocks = q.offsetWidth !== 2), q.style.cssText = k + m, q.innerHTML = o, d = q.firstChild, e = d.firstChild, h = d.nextSibling.firstChild.firstChild, i = { | |
doesNotAddBorder: e.offsetTop !== 5, | |
doesAddBorderForTableAndCells: h.offsetTop === 5 | |
}, e.style.position = "fixed", e.style.top = "20px", i.fixedPosition = e.offsetTop === 20 || e.offsetTop === 15, e.style.position = e.style.top = "", d.style.overflow = "hidden", d.style.position = "relative", i.subtractsBorderForOverflowNotVisible = e.offsetTop === -5, i.doesNotIncludeMarginInBodyOffset = r.offsetTop !== j, r.removeChild(a), q = a = null, f.extend(b, i) | |
}), b | |
}(); | |
var j = /^(?:\{.*\}|\[.*\])$/, | |
k = /([A-Z])/g; | |
f.extend({ | |
cache: {}, | |
uuid: 0, | |
expando: "jQuery" + (f.fn.jquery + Math.random()).replace(/\D/g, ""), | |
noData: { | |
embed: !0, | |
object: "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000", | |
applet: !0 | |
}, | |
hasData: function (a) { | |
return a = a.nodeType ? f.cache[a[f.expando]] : a[f.expando], !! a && !m(a) | |
}, | |
data: function (a, c, d, e) { | |
if (!f.acceptData(a)) return; | |
var g, h, i, j = f.expando, | |
k = typeof c == "string", | |
l = a.nodeType, | |
m = l ? f.cache : a, | |
n = l ? a[j] : a[j] && j, | |
o = c === "events"; | |
if ((!n || !m[n] || !o && !e && !m[n].data) && k && d === b) return; | |
n || (l ? a[j] = n = ++f.uuid : n = j), m[n] || (m[n] = {}, l || (m[n].toJSON = f.noop)); | |
if (typeof c == "object" || typeof c == "function") e ? m[n] = f.extend(m[n], c) : m[n].data = f.extend(m[n].data, c); | |
return g = h = m[n], e || (h.data || (h.data = {}), h = h.data), d !== b && (h[f.camelCase(c)] = d), o && !h[c] ? g.events : (k ? (i = h[c], i == null && (i = h[f.camelCase(c)])) : i = h, i) | |
}, | |
removeData: function (a, b, c) { | |
if (!f.acceptData(a)) return; | |
var d, e, g, h = f.expando, | |
i = a.nodeType, | |
j = i ? f.cache : a, | |
k = i ? a[h] : h; | |
if (!j[k]) return; | |
if (b) { | |
d = c ? j[k] : j[k].data; | |
if (d) { | |
f.isArray(b) || (b in d ? b = [b] : (b = f.camelCase(b), b in d ? b = [b] : b = b.split(" "))); | |
for (e = 0, g = b.length; e < g; e++) delete d[b[e]]; | |
if (!(c ? m : f.isEmptyObject)(d)) return | |
} | |
} | |
if (!c) { | |
delete j[k].data; | |
if (!m(j[k])) return | |
} | |
f.support.deleteExpando || !j.setInterval ? delete j[k] : j[k] = null, i && (f.support.deleteExpando ? delete a[h] : a.removeAttribute ? a.removeAttribute(h) : a[h] = null) | |
}, | |
_data: function (a, b, c) { | |
return f.data(a, b, c, !0) | |
}, | |
acceptData: function (a) { | |
if (a.nodeName) { | |
var b = f.noData[a.nodeName.toLowerCase()]; | |
if (b) return b !== !0 && a.getAttribute("classid") === b | |
} | |
return !0 | |
} | |
}), f.fn.extend({ | |
data: function (a, c) { | |
var d, e, g, h = null; | |
if (typeof a == "undefined") { | |
if (this.length) { | |
h = f.data(this[0]); | |
if (this[0].nodeType === 1 && !f._data(this[0], "parsedAttrs")) { | |
e = this[0].attributes; | |
for (var i = 0, j = e.length; i < j; i++) g = e[i].name, g.indexOf("data-") === 0 && (g = f.camelCase(g.substring(5)), l(this[0], g, h[g])); | |
f._data(this[0], "parsedAttrs", !0) | |
} | |
} | |
return h | |
} | |
return typeof a == "object" ? this.each(function () { | |
f.data(this, a) | |
}) : (d = a.split("."), d[1] = d[1] ? "." + d[1] : "", c === b ? (h = this.triggerHandler("getData" + d[1] + "!", [d[0]]), h === b && this.length && (h = f.data(this[0], a), h = l(this[0], a, h)), h === b && d[1] ? this.data(d[0]) : h) : this.each(function () { | |
var b = f(this), | |
e = [d[0], c]; | |
b.triggerHandler("setData" + d[1] + "!", e), f.data(this, a, c), b.triggerHandler("changeData" + d[1] + "!", e) | |
})) | |
}, | |
removeData: function (a) { | |
return this.each(function () { | |
f.removeData(this, a) | |
}) | |
} | |
}), f.extend({ | |
_mark: function (a, b) { | |
a && (b = (b || "fx") + "mark", f._data(a, b, (f._data(a, b) || 0) + 1)) | |
}, | |
_unmark: function (a, b, c) { | |
a !== !0 && (c = b, b = a, a = !1); | |
if (b) { | |
c = c || "fx"; | |
var d = c + "mark", | |
e = a ? 0 : (f._data(b, d) || 1) - 1; | |
e ? f._data(b, d, e) : (f.removeData(b, d, !0), n(b, c, "mark")) | |
} | |
}, | |
queue: function (a, b, c) { | |
var d; | |
if (a) return b = (b || "fx") + "queue", d = f._data(a, b), c && (!d || f.isArray(c) ? d = f._data(a, b, f.makeArray(c)) : d.push(c)), d || [] | |
}, | |
dequeue: function (a, b) { | |
b = b || "fx"; | |
var c = f.queue(a, b), | |
d = c.shift(), | |
e = {}; | |
d === "inprogress" && (d = c.shift()), d && (b === "fx" && c.unshift("inprogress"), f._data(a, b + ".run", e), d.call(a, function () { | |
f.dequeue(a, b) | |
}, e)), c.length || (f.removeData(a, b + "queue " + b + ".run", !0), n(a, b, "queue")) | |
} | |
}), f.fn.extend({ | |
queue: function (a, c) { | |
return typeof a != "string" && (c = a, a = "fx"), c === b ? f.queue(this[0], a) : this.each(function () { | |
var b = f.queue(this, a, c); | |
a === "fx" && b[0] !== "inprogress" && f.dequeue(this, a) | |
}) | |
}, | |
dequeue: function (a) { | |
return this.each(function () { | |
f.dequeue(this, a) | |
}) | |
}, | |
delay: function (a, b) { | |
return a = f.fx ? f.fx.speeds[a] || a : a, b = b || "fx", this.queue(b, function (b, c) { | |
var d = setTimeout(b, a); | |
c.stop = function () { | |
clearTimeout(d) | |
} | |
}) | |
}, | |
clearQueue: function (a) { | |
return this.queue(a || "fx", []) | |
}, | |
promise: function (a, c) { | |
function m() { | |
--h || d.resolveWith(e, [e]) | |
} | |
typeof a != "string" && (c = a, a = b), a = a || "fx"; | |
var d = f.Deferred(), | |
e = this, | |
g = e.length, | |
h = 1, | |
i = a + "defer", | |
j = a + "queue", | |
k = a + "mark", | |
l; | |
while (g--) if (l = f.data(e[g], i, b, !0) || (f.data(e[g], j, b, !0) || f.data(e[g], k, b, !0)) && f.data(e[g], i, f.Callbacks("once memory"), !0)) h++, l.add(m); | |
return m(), d.promise() | |
} | |
}); | |
var o = /[\n\t\r]/g, | |
p = /\s+/, | |
q = /\r/g, | |
r = /^(?:button|input)$/i, | |
s = /^(?:button|input|object|select|textarea)$/i, | |
t = /^a(?:rea)?$/i, | |
u = /^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i, | |
v = f.support.getSetAttribute, | |
w, x, y; | |
f.fn.extend({ | |
attr: function (a, b) { | |
return f.access(this, a, b, !0, f.attr) | |
}, | |
removeAttr: function (a) { | |
return this.each(function () { | |
f.removeAttr(this, a) | |
}) | |
}, | |
prop: function (a, b) { | |
return f.access(this, a, b, !0, f.prop) | |
}, | |
removeProp: function (a) { | |
return a = f.propFix[a] || a, this.each(function () { | |
try { | |
this[a] = b, delete this[a] | |
} catch (c) {} | |
}) | |
}, | |
addClass: function (a) { | |
var b, c, d, e, g, h, i; | |
if (f.isFunction(a)) return this.each(function (b) { | |
f(this).addClass(a.call(this, b, this.className)) | |
}); | |
if (a && typeof a == "string") { | |
b = a.split(p); | |
for (c = 0, d = this.length; c < d; c++) { | |
e = this[c]; | |
if (e.nodeType === 1) if (!e.className && b.length === 1) e.className = a; | |
else { | |
g = " " + e.className + " "; | |
for (h = 0, i = b.length; h < i; h++)~g.indexOf(" " + b[h] + " ") || (g += b[h] + " "); | |
e.className = f.trim(g) | |
} | |
} | |
} | |
return this | |
}, | |
removeClass: function (a) { | |
var c, d, e, g, h, i, j; | |
if (f.isFunction(a)) return this.each(function (b) { | |
f(this).removeClass(a.call(this, b, this.className)) | |
}); | |
if (a && typeof a == "string" || a === b) { | |
c = (a || "").split(p); | |
for (d = 0, e = this.length; d < e; d++) { | |
g = this[d]; | |
if (g.nodeType === 1 && g.className) if (a) { | |
h = (" " + g.className + " ").replace(o, " "); | |
for (i = 0, j = c.length; i < j; i++) h = h.replace(" " + c[i] + " ", " "); | |
g.className = f.trim(h) | |
} else g.className = "" | |
} | |
} | |
return this | |
}, | |
toggleClass: function (a, b) { | |
var c = typeof a, | |
d = typeof b == "boolean"; | |
return f.isFunction(a) ? this.each(function (c) { | |
f(this).toggleClass(a.call(this, c, this.className, b), b) | |
}) : this.each(function () { | |
if (c === "string") { | |
var e, g = 0, | |
h = f(this), | |
i = b, | |
j = a.split(p); | |
while (e = j[g++]) i = d ? i : !h.hasClass(e), h[i ? "addClass" : "removeClass"](e) | |
} else if (c === "undefined" || c === "boolean") this.className && f._data(this, "__className__", this.className), this.className = this.className || a === !1 ? "" : f._data(this, "__className__") || "" | |
}) | |
}, | |
hasClass: function (a) { | |
var b = " " + a + " ", | |
c = 0, | |
d = this.length; | |
for (; c < d; c++) if (this[c].nodeType === 1 && (" " + this[c].className + " ").replace(o, " ").indexOf(b) > -1) return !0; | |
return !1 | |
}, | |
val: function (a) { | |
var c, d, e, g = this[0]; | |
if (!arguments.length) { | |
if (g) return c = f.valHooks[g.nodeName.toLowerCase()] || f.valHooks[g.type], c && "get" in c && (d = c.get(g, "value")) !== b ? d : (d = g.value, typeof d == "string" ? d.replace(q, "") : d == null ? "" : d); | |
return | |
} | |
return e = f.isFunction(a), this.each(function (d) { | |
var g = f(this), | |
h; | |
if (this.nodeType !== 1) return; | |
e ? h = a.call(this, d, g.val()) : h = a, h == null ? h = "" : typeof h == "number" ? h += "" : f.isArray(h) && (h = f.map(h, function (a) { | |
return a == null ? "" : a + "" | |
})), c = f.valHooks[this.nodeName.toLowerCase()] || f.valHooks[this.type]; | |
if (!c || !("set" in c) || c.set(this, h, "value") === b) this.value = h | |
}) | |
} | |
}), f.extend({ | |
valHooks: { | |
option: { | |
get: function (a) { | |
var b = a.attributes.value; | |
return !b || b.specified ? a.value : a.text | |
} | |
}, | |
select: { | |
get: function (a) { | |
var b, c, d, e, g = a.selectedIndex, | |
h = [], | |
i = a.options, | |
j = a.type === "select-one"; | |
if (g < 0) return null; | |
c = j ? g : 0, d = j ? g + 1 : i.length; | |
for (; c < d; c++) { | |
e = i[c]; | |
if (e.selected && (f.support.optDisabled ? !e.disabled : e.getAttribute("disabled") === null) && (!e.parentNode.disabled || !f.nodeName(e.parentNode, "optgroup"))) { | |
b = f(e).val(); | |
if (j) return b; | |
h.push(b) | |
} | |
} | |
return j && !h.length && i.length ? f(i[g]).val() : h | |
}, | |
set: function (a, b) { | |
var c = f.makeArray(b); | |
return f(a).find("option").each(function () { | |
this.selected = f.inArray(f(this).val(), c) >= 0 | |
}), c.length || (a.selectedIndex = -1), c | |
} | |
} | |
}, | |
attrFn: { | |
val: !0, | |
css: !0, | |
html: !0, | |
text: !0, | |
data: !0, | |
width: !0, | |
height: !0, | |
offset: !0 | |
}, | |
attr: function (a, c, d, e) { | |
var g, h, i, j = a.nodeType; | |
if (!a || j === 3 || j === 8 || j === 2) return; | |
if (e && c in f.attrFn) return f(a)[c](d); | |
if (typeof a.getAttribute == "undefined") return f.prop(a, c, d); | |
i = j !== 1 || !f.isXMLDoc(a), i && (c = c.toLowerCase(), h = f.attrHooks[c] || (u.test(c) ? x : w)); | |
if (d !== b) { | |
if (d === null) { | |
f.removeAttr(a, c); | |
return | |
} | |
return h && "set" in h && i && (g = h.set(a, d, c)) !== b ? g : (a.setAttribute(c, "" + d), d) | |
} | |
return h && "get" in h && i && (g = h.get(a, c)) !== null ? g : (g = a.getAttribute(c), g === null ? b : g) | |
}, | |
removeAttr: function (a, b) { | |
var c, d, e, g, h = 0; | |
if (b && a.nodeType === 1) { | |
d = b.toLowerCase().split(p), g = d.length; | |
for (; h < g; h++) e = d[h], e && (c = f.propFix[e] || e, f.attr(a, e, ""), a.removeAttribute(v ? e : c), u.test(e) && c in a && (a[c] = !1)) | |
} | |
}, | |
attrHooks: { | |
type: { | |
set: function (a, b) { | |
if (r.test(a.nodeName) && a.parentNode) f.error("type property can't be changed"); | |
else if (!f.support.radioValue && b === "radio" && f.nodeName(a, "input")) { | |
var c = a.value; | |
return a.setAttribute("type", b), c && (a.value = c), b | |
} | |
} | |
}, | |
value: { | |
get: function (a, b) { | |
return w && f.nodeName(a, "button") ? w.get(a, b) : b in a ? a.value : null | |
}, | |
set: function (a, b, c) { | |
if (w && f.nodeName(a, "button")) return w.set(a, b, c); | |
a.value = b | |
} | |
} | |
}, | |
propFix: { | |
tabindex: "tabIndex", | |
readonly: "readOnly", | |
"for": "htmlFor", | |
"class": "className", | |
maxlength: "maxLength", | |
cellspacing: "cellSpacing", | |
cellpadding: "cellPadding", | |
rowspan: "rowSpan", | |
colspan: "colSpan", | |
usemap: "useMap", | |
frameborder: "frameBorder", | |
contenteditable: "contentEditable" | |
}, | |
prop: function (a, c, d) { | |
var e, g, h, i = a.nodeType; | |
if (!a || i === 3 || i === 8 || i === 2) return; | |
return h = i !== 1 || !f.isXMLDoc(a), h && (c = f.propFix[c] || c, g = f.propHooks[c]), d !== b ? g && "set" in g && (e = g.set(a, d, c)) !== b ? e : a[c] = d : g && "get" in g && (e = g.get(a, c)) !== null ? e : a[c] | |
}, | |
propHooks: { | |
tabIndex: { | |
get: function (a) { | |
var c = a.getAttributeNode("tabindex"); | |
return c && c.specified ? parseInt(c.value, 10) : s.test(a.nodeName) || t.test(a.nodeName) && a.href ? 0 : b | |
} | |
} | |
} | |
}), f.attrHooks.tabindex = f.propHooks.tabIndex, x = { | |
get: function (a, c) { | |
var d, e = f.prop(a, c); | |
return e === !0 || typeof e != "boolean" && (d = a.getAttributeNode(c)) && d.nodeValue !== !1 ? c.toLowerCase() : b | |
}, | |
set: function (a, b, c) { | |
var d; | |
return b === !1 ? f.removeAttr(a, c) : (d = f.propFix[c] || c, d in a && (a[d] = !0), a.setAttribute(c, c.toLowerCase())), c | |
} | |
}, v || (y = { | |
name: !0, | |
id: !0 | |
}, w = f.valHooks.button = { | |
get: function (a, c) { | |
var d; | |
return d = a.getAttributeNode(c), d && (y[c] ? d.nodeValue !== "" : d.specified) ? d.nodeValue : b | |
}, | |
set: function (a, b, d) { | |
var e = a.getAttributeNode(d); | |
return e || (e = c.createAttribute(d), a.setAttributeNode(e)), e.nodeValue = b + "" | |
} | |
}, f.attrHooks.tabindex.set = w.set, f.each(["width", "height"], function (a, b) { | |
f.attrHooks[b] = f.extend(f.attrHooks[b], { | |
set: function (a, c) { | |
if (c === "") return a.setAttribute(b, "auto"), c | |
} | |
}) | |
}), f.attrHooks.contenteditable = { | |
get: w.get, | |
set: function (a, b, c) { | |
b === "" && (b = "false"), w.set(a, b, c) | |
} | |
}), f.support.hrefNormalized || f.each(["href", "src", "width", "height"], function (a, c) { | |
f.attrHooks[c] = f.extend(f.attrHooks[c], { | |
get: function (a) { | |
var d = a.getAttribute(c, 2); | |
return d === null ? b : d | |
} | |
}) | |
}), f.support.style || (f.attrHooks.style = { | |
get: function (a) { | |
return a.style.cssText.toLowerCase() || b | |
}, | |
set: function (a, b) { | |
return a.style.cssText = "" + b | |
} | |
}), f.support.optSelected || (f.propHooks.selected = f.extend(f.propHooks.selected, { | |
get: function (a) { | |
var b = a.parentNode; | |
return b && (b.selectedIndex, b.parentNode && b.parentNode.selectedIndex), null | |
} | |
})), f.support.enctype || (f.propFix.enctype = "encoding"), f.support.checkOn || f.each(["radio", "checkbox"], function () { | |
f.valHooks[this] = { | |
get: function (a) { | |
return a.getAttribute("value") === null ? "on" : a.value | |
} | |
} | |
}), f.each(["radio", "checkbox"], function () { | |
f.valHooks[this] = f.extend(f.valHooks[this], { | |
set: function (a, b) { | |
if (f.isArray(b)) return a.checked = f.inArray(f(a).val(), b) >= 0 | |
} | |
}) | |
}); | |
var z = /^(?:textarea|input|select)$/i, | |
A = /^([^\.]*)?(?:\.(.+))?$/, | |
B = /\bhover(\.\S+)?\b/, | |
C = /^key/, | |
D = /^(?:mouse|contextmenu)|click/, | |
E = /^(?:focusinfocus|focusoutblur)$/, | |
F = /^(\w*)(?:#([\w\-]+))?(?:\.([\w\-]+))?$/, | |
G = function (a) { | |
var b = F.exec(a); | |
return b && (b[1] = (b[1] || "").toLowerCase(), b[3] = b[3] && new RegExp("(?:^|\\s)" + b[3] + "(?:\\s|$)")), b | |
}, | |
H = function (a, b) { | |
var c = a.attributes || {}; | |
return (!b[1] || a.nodeName.toLowerCase() === b[1]) && (!b[2] || (c.id || {}).value === b[2]) && (!b[3] || b[3].test((c["class"] || {}).value)) | |
}, | |
I = function (a) { | |
return f.event.special.hover ? a : a.replace(B, "mouseenter$1 mouseleave$1") | |
}; | |
f.event = { | |
add: function (a, c, d, e, g) { | |
var h, i, j, k, l, m, n, o, p, q, r, s; | |
if (a.nodeType === 3 || a.nodeType === 8 || !c || !d || !(h = f._data(a))) return; | |
d.handler && (p = d, d = p.handler), d.guid || (d.guid = f.guid++), j = h.events, j || (h.events = j = {}), i = h.handle, i || (h.handle = i = function (a) { | |
return typeof f == "undefined" || !! a && f.event.triggered === a.type ? b : f.event.dispatch.apply(i.elem, arguments) | |
}, i.elem = a), c = f.trim(I(c)).split(" "); | |
for (k = 0; k < c.length; k++) { | |
l = A.exec(c[k]) || [], m = l[1], n = (l[2] || "").split(".").sort(), s = f.event.special[m] || {}, m = (g ? s.delegateType : s.bindType) || m, s = f.event.special[m] || {}, o = f.extend({ | |
type: m, | |
origType: l[1], | |
data: e, | |
handler: d, | |
guid: d.guid, | |
selector: g, | |
quick: G(g), | |
namespace: n.join(".") | |
}, p), r = j[m]; | |
if (!r) { | |
r = j[m] = [], r.delegateCount = 0; | |
if (!s.setup || s.setup.call(a, e, n, i) === !1) a.addEventListener ? a.addEventListener(m, i, !1) : a.attachEvent && a.attachEvent("on" + m, i) | |
} | |
s.add && (s.add.call(a, o), o.handler.guid || (o.handler.guid = d.guid)), g ? r.splice(r.delegateCount++, 0, o) : r.push(o), f.event.global[m] = !0 | |
} | |
a = null | |
}, | |
global: {}, | |
remove: function (a, b, c, d, e) { | |
var g = f.hasData(a) && f._data(a), | |
h, i, j, k, l, m, n, o, p, q, r, s; | |
if (!g || !(o = g.events)) return; | |
b = f.trim(I(b || "")).split(" "); | |
for (h = 0; h < b.length; h++) { | |
i = A.exec(b[h]) || [], j = k = i[1], l = i[2]; | |
if (!j) { | |
for (j in o) f.event.remove(a, j + b[h], c, d, !0); | |
continue | |
} | |
p = f.event.special[j] || {}, j = (d ? p.delegateType : p.bindType) || j, r = o[j] || [], m = r.length, l = l ? new RegExp("(^|\\.)" + l.split(".").sort().join("\\.(?:.*\\.)?") + "(\\.|$)") : null; | |
for (n = 0; n < r.length; n++) s = r[n], (e || k === s.origType) && (!c || c.guid === s.guid) && (!l || l.test(s.namespace)) && (!d || d === s.selector || d === "**" && s.selector) && (r.splice(n--, 1), s.selector && r.delegateCount--, p.remove && p.remove.call(a, s)); | |
r.length === 0 && m !== r.length && ((!p.teardown || p.teardown.call(a, l) === !1) && f.removeEvent(a, j, g.handle), delete o[j]) | |
} | |
f.isEmptyObject(o) && (q = g.handle, q && (q.elem = null), f.removeData(a, ["events", "handle"], !0)) | |
}, | |
customEvent: { | |
getData: !0, | |
setData: !0, | |
changeData: !0 | |
}, | |
trigger: function (c, d, e, g) { | |
if (!e || e.nodeType !== 3 && e.nodeType !== 8) { | |
var h = c.type || c, | |
i = [], | |
j, k, l, m, n, o, p, q, r, s; | |
if (E.test(h + f.event.triggered)) return; | |
h.indexOf("!") >= 0 && (h = h.slice(0, -1), k = !0), h.indexOf(".") >= 0 && (i = h.split("."), h = i.shift(), i.sort()); | |
if ((!e || f.event.customEvent[h]) && !f.event.global[h]) return; | |
c = typeof c == "object" ? c[f.expando] ? c : new f.Event(h, c) : new f.Event(h), c.type = h, c.isTrigger = !0, c.exclusive = k, c.namespace = i.join("."), c.namespace_re = c.namespace ? new RegExp("(^|\\.)" + i.join("\\.(?:.*\\.)?") + "(\\.|$)") : null, o = h.indexOf(":") < 0 ? "on" + h : ""; | |
if (!e) { | |
j = f.cache; | |
for (l in j) j[l].events && j[l].events[h] && f.event.trigger(c, d, j[l].handle.elem, !0); | |
return | |
} | |
c.result = b, c.target || (c.target = e), d = d != null ? f.makeArray(d) : [], d.unshift(c), p = f.event.special[h] || {}; | |
if (p.trigger && p.trigger.apply(e, d) === !1) return; | |
r = [ | |
[e, p.bindType || h] | |
]; | |
if (!g && !p.noBubble && !f.isWindow(e)) { | |
s = p.delegateType || h, m = E.test(s + h) ? e : e.parentNode, n = null; | |
for (; m; m = m.parentNode) r.push([m, s]), n = m; | |
n && n === e.ownerDocument && r.push([n.defaultView || n.parentWindow || a, s]) | |
} | |
for (l = 0; l < r.length && !c.isPropagationStopped(); l++) m = r[l][0], c.type = r[l][1], q = (f._data(m, "events") || {})[c.type] && f._data(m, "handle"), q && q.apply(m, d), q = o && m[o], q && f.acceptData(m) && q.apply(m, d) === !1 && c.preventDefault(); | |
return c.type = h, !g && !c.isDefaultPrevented() && (!p._default || p._default.apply(e.ownerDocument, d) === !1) && (h !== "click" || !f.nodeName(e, "a")) && f.acceptData(e) && o && e[h] && (h !== "focus" && h !== "blur" || c.target.offsetWidth !== 0) && !f.isWindow(e) && (n = e[o], n && (e[o] = null), f.event.triggered = h, e[h](), f.event.triggered = b, n && (e[o] = n)), c.result | |
} | |
return | |
}, | |
dispatch: function (c) { | |
c = f.event.fix(c || a.event); | |
var d = (f._data(this, "events") || {})[c.type] || [], | |
e = d.delegateCount, | |
g = [].slice.call(arguments, 0), | |
h = !c.exclusive && !c.namespace, | |
i = [], | |
j, k, l, m, n, o, p, q, r, s, t; | |
g[0] = c, c.delegateTarget = this; | |
if (e && !c.target.disabled && (!c.button || c.type !== "click")) { | |
m = f(this), m.context = this.ownerDocument || this; | |
for (l = c.target; l != this; l = l.parentNode || this) { | |
o = {}, q = [], m[0] = l; | |
for (j = 0; j < e; j++) r = d[j], s = r.selector, o[s] === b && (o[s] = r.quick ? H(l, r.quick) : m.is(s)), o[s] && q.push(r); | |
q.length && i.push({ | |
elem: l, | |
matches: q | |
}) | |
} | |
} | |
d.length > e && i.push({ | |
elem: this, | |
matches: d.slice(e) | |
}); | |
for (j = 0; j < i.length && !c.isPropagationStopped(); j++) { | |
p = i[j], c.currentTarget = p.elem; | |
for (k = 0; k < p.matches.length && !c.isImmediatePropagationStopped(); k++) { | |
r = p.matches[k]; | |
if (h || !c.namespace && !r.namespace || c.namespace_re && c.namespace_re.test(r.namespace)) c.data = r.data, c.handleObj = r, n = ((f.event.special[r.origType] || {}).handle || r.handler).apply(p.elem, g), n !== b && (c.result = n, n === !1 && (c.preventDefault(), c.stopPropagation())) | |
} | |
} | |
return c.result | |
}, | |
props: "attrChange attrName relatedNode srcElement altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "), | |
fixHooks: {}, | |
keyHooks: { | |
props: "char charCode key keyCode".split(" "), | |
filter: function (a, b) { | |
return a.which == null && (a.which = b.charCode != null ? b.charCode : b.keyCode), a | |
} | |
}, | |
mouseHooks: { | |
props: "button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "), | |
filter: function (a, d) { | |
var e, f, g, h = d.button, | |
i = d.fromElement; | |
return a.pageX == null && d.clientX != null && (e = a.target.ownerDocument || c, f = e.documentElement, g = e.body, a.pageX = d.clientX + (f && f.scrollLeft || g && g.scrollLeft || 0) - (f && f.clientLeft || g && g.clientLeft || 0), a.pageY = d.clientY + (f && f.scrollTop || g && g.scrollTop || 0) - (f && f.clientTop || g && g.clientTop || 0)), !a.relatedTarget && i && (a.relatedTarget = i === a.target ? d.toElement : i), !a.which && h !== b && (a.which = h & 1 ? 1 : h & 2 ? 3 : h & 4 ? 2 : 0), a | |
} | |
}, | |
fix: function (a) { | |
if (a[f.expando]) return a; | |
var d, e, g = a, | |
h = f.event.fixHooks[a.type] || {}, | |
i = h.props ? this.props.concat(h.props) : this.props; | |
a = f.Event(g); | |
for (d = i.length; d;) e = i[--d], a[e] = g[e]; | |
return a.target || (a.target = g.srcElement || c), a.target.nodeType === 3 && (a.target = a.target.parentNode), a.metaKey === b && (a.metaKey = a.ctrlKey), h.filter ? h.filter(a, g) : a | |
}, | |
special: { | |
ready: { | |
setup: f.bindReady | |
}, | |
load: { | |
noBubble: !0 | |
}, | |
focus: { | |
delegateType: "focusin" | |
}, | |
blur: { | |
delegateType: "focusout" | |
}, | |
beforeunload: { | |
setup: function (a, b, c) { | |
f.isWindow(this) && (this.onbeforeunload = c) | |
}, | |
teardown: function (a, b) { | |
this.onbeforeunload === b && (this.onbeforeunload = null) | |
} | |
} | |
}, | |
simulate: function (a, b, c, d) { | |
var e = f.extend(new f.Event, c, { | |
type: a, | |
isSimulated: !0, | |
originalEvent: {} | |
}); | |
d ? f.event.trigger(e, null, b) : f.event.dispatch.call(b, e), e.isDefaultPrevented() && c.preventDefault() | |
} | |
}, f.event.handle = f.event.dispatch, f.removeEvent = c.removeEventListener ? | |
function (a, b, c) { | |
a.removeEventListener && a.removeEventListener(b, c, !1) | |
} : function (a, b, c) { | |
a.detachEvent && a.detachEvent("on" + b, c) | |
}, f.Event = function (a, b) { | |
if (this instanceof f.Event) a && a.type ? (this.originalEvent = a, this.type = a.type, this.isDefaultPrevented = a.defaultPrevented || a.returnValue === !1 || a.getPreventDefault && a.getPreventDefault() ? K : J) : this.type = a, b && f.extend(this, b), this.timeStamp = a && a.timeStamp || f.now(), this[f.expando] = !0; | |
else return new f.Event(a, b) | |
}, f.Event.prototype = { | |
preventDefault: function () { | |
this.isDefaultPrevented = K; | |
var a = this.originalEvent; | |
if (!a) return; | |
a.preventDefault ? a.preventDefault() : a.returnValue = !1 | |
}, | |
stopPropagation: function () { | |
this.isPropagationStopped = K; | |
var a = this.originalEvent; | |
if (!a) return; | |
a.stopPropagation && a.stopPropagation(), a.cancelBubble = !0 | |
}, | |
stopImmediatePropagation: function () { | |
this.isImmediatePropagationStopped = K, this.stopPropagation() | |
}, | |
isDefaultPrevented: J, | |
isPropagationStopped: J, | |
isImmediatePropagationStopped: J | |
}, f.each({ | |
mouseenter: "mouseover", | |
mouseleave: "mouseout" | |
}, function (a, b) { | |
f.event.special[a] = { | |
delegateType: b, | |
bindType: b, | |
handle: function (a) { | |
var c = this, | |
d = a.relatedTarget, | |
e = a.handleObj, | |
g = e.selector, | |
h; | |
if (!d || d !== c && !f.contains(c, d)) a.type = e.origType, h = e.handler.apply(this, arguments), a.type = b; | |
return h | |
} | |
} | |
}), f.support.submitBubbles || (f.event.special.submit = { | |
setup: function () { | |
if (f.nodeName(this, "form")) return !1; | |
f.event.add(this, "click._submit keypress._submit", function (a) { | |
var c = a.target, | |
d = f.nodeName(c, "input") || f.nodeName(c, "button") ? c.form : b; | |
d && !d._submit_attached && (f.event.add(d, "submit._submit", function (a) { | |
this.parentNode && !a.isTrigger && f.event.simulate("submit", this.parentNode, a, !0) | |
}), d._submit_attached = !0) | |
}) | |
}, | |
teardown: function () { | |
if (f.nodeName(this, "form")) return !1; | |
f.event.remove(this, "._submit") | |
} | |
}), f.support.changeBubbles || (f.event.special.change = { | |
setup: function () { | |
if (z.test(this.nodeName)) { | |
if (this.type === "checkbox" || this.type === "radio") f.event.add(this, "propertychange._change", function (a) { | |
a.originalEvent.propertyName === "checked" && (this._just_changed = !0) | |
}), f.event.add(this, "click._change", function (a) { | |
this._just_changed && !a.isTrigger && (this._just_changed = !1, f.event.simulate("change", this, a, !0)) | |
}); | |
return !1 | |
} | |
f.event.add(this, "beforeactivate._change", function (a) { | |
var b = a.target; | |
z.test(b.nodeName) && !b._change_attached && (f.event.add(b, "change._change", function (a) { | |
this.parentNode && !a.isSimulated && !a.isTrigger && f.event.simulate("change", this.parentNode, a, !0) | |
}), b._change_attached = !0) | |
}) | |
}, | |
handle: function (a) { | |
var b = a.target; | |
if (this !== b || a.isSimulated || a.isTrigger || b.type !== "radio" && b.type !== "checkbox") return a.handleObj.handler.apply(this, arguments) | |
}, | |
teardown: function () { | |
return f.event.remove(this, "._change"), z.test(this.nodeName) | |
} | |
}), f.support.focusinBubbles || f.each({ | |
focus: "focusin", | |
blur: "focusout" | |
}, function (a, b) { | |
var d = 0, | |
e = function (a) { | |
f.event.simulate(b, a.target, f.event.fix(a), !0) | |
}; | |
f.event.special[b] = { | |
setup: function () { | |
d++ === 0 && c.addEventListener(a, e, !0) | |
}, | |
teardown: function () { | |
--d === 0 && c.removeEventListener(a, e, !0) | |
} | |
} | |
}), f.fn.extend({ | |
on: function (a, c, d, e, g) { | |
var h, i; | |
if (typeof a == "object") { | |
typeof c != "string" && (d = c, c = b); | |
for (i in a) this.on(i, c, d, a[i], g); | |
return this | |
} | |
d == null && e == null ? (e = c, d = c = b) : e == null && (typeof c == "string" ? (e = d, d = b) : (e = d, d = c, c = b)); | |
if (e === !1) e = J; | |
else if (!e) return this; | |
return g === 1 && (h = e, e = function (a) { | |
return f().off(a), h.apply(this, arguments) | |
}, e.guid = h.guid || (h.guid = f.guid++)), this.each(function () { | |
f.event.add(this, a, e, d, c) | |
}) | |
}, | |
one: function (a, b, c, d) { | |
return this.on.call(this, a, b, c, d, 1) | |
}, | |
off: function (a, c, d) { | |
if (a && a.preventDefault && a.handleObj) { | |
var e = a.handleObj; | |
return f(a.delegateTarget).off(e.namespace ? e.type + "." + e.namespace : e.type, e.selector, e.handler), this | |
} | |
if (typeof a == "object") { | |
for (var g in a) this.off(g, c, a[g]); | |
return this | |
} | |
if (c === !1 || typeof c == "function") d = c, c = b; | |
return d === !1 && (d = J), this.each(function () { | |
f.event.remove(this, a, d, c) | |
}) | |
}, | |
bind: function (a, b, c) { | |
return this.on(a, null, b, c) | |
}, | |
unbind: function (a, b) { | |
return this.off(a, null, b) | |
}, | |
live: function (a, b, c) { | |
return f(this.context).on(a, this.selector, b, c), this | |
}, | |
die: function (a, b) { | |
return f(this.context).off(a, this.selector || "**", b), this | |
}, | |
delegate: function (a, b, c, d) { | |
return this.on(b, a, c, d) | |
}, | |
undelegate: function (a, b, c) { | |
return arguments.length == 1 ? this.off(a, "**") : this.off(b, a, c) | |
}, | |
trigger: function (a, b) { | |
return this.each(function () { | |
f.event.trigger(a, b, this) | |
}) | |
}, | |
triggerHandler: function (a, b) { | |
if (this[0]) return f.event.trigger(a, b, this[0], !0) | |
}, | |
toggle: function (a) { | |
var b = arguments, | |
c = a.guid || f.guid++, | |
d = 0, | |
e = function (c) { | |
var e = (f._data(this, "lastToggle" + a.guid) || 0) % d; | |
return f._data(this, "lastToggle" + a.guid, e + 1), c.preventDefault(), b[e].apply(this, arguments) || !1 | |
}; | |
e.guid = c; | |
while (d < b.length) b[d++].guid = c; | |
return this.click(e) | |
}, | |
hover: function (a, b) { | |
return this.mouseenter(a).mouseleave(b || a) | |
} | |
}), f.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "), function (a, b) { | |
f.fn[b] = function (a, c) { | |
return c == null && (c = a, a = null), arguments.length > 0 ? this.on(b, null, a, c) : this.trigger(b) | |
}, f.attrFn && (f.attrFn[b] = !0), C.test(b) && (f.event.fixHooks[b] = f.event.keyHooks), D.test(b) && (f.event.fixHooks[b] = f.event.mouseHooks) | |
}), function () { | |
function w(a, b, c, e, f, g) { | |
for (var h = 0, i = e.length; h < i; h++) { | |
var j = e[h]; | |
if (j) { | |
var k = !1; | |
j = j[a]; | |
while (j) { | |
if (j[d] === c) { | |
k = e[j.sizset]; | |
break | |
} | |
j.nodeType === 1 && !g && (j[d] = c, j.sizset = h); | |
if (j.nodeName.toLowerCase() === b) { | |
k = j; | |
break | |
} | |
j = j[a] | |
} | |
e[h] = k | |
} | |
} | |
} | |
function x(a, b, c, e, f, g) { | |
for (var h = 0, i = e.length; h < i; h++) { | |
var j = e[h]; | |
if (j) { | |
var k = !1; | |
j = j[a]; | |
while (j) { | |
if (j[d] === c) { | |
k = e[j.sizset]; | |
break | |
} | |
if (j.nodeType === 1) { | |
g || (j[d] = c, j.sizset = h); | |
if (typeof b != "string") { | |
if (j === b) { | |
k = !0; | |
break | |
} | |
} else if (m.filter(b, [j]).length > 0) { | |
k = j; | |
break | |
} | |
} | |
j = j[a] | |
} | |
e[h] = k | |
} | |
} | |
} | |
var a = /((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g, | |
d = "sizcache" + (Math.random() + "").replace(".", ""), | |
e = 0, | |
g = Object.prototype.toString, | |
h = !1, | |
i = !0, | |
j = /\\/g, | |
k = /\r\n/g, | |
l = /\W/; | |
[0, 0].sort(function () { | |
return i = !1, 0 | |
}); | |
var m = function (b, d, e, f) { | |
e = e || [], d = d || c; | |
var h = d; | |
if (d.nodeType !== 1 && d.nodeType !== 9) return []; | |
if (!b || typeof b != "string") return e; | |
var i, j, k, l, n, q, r, t, u = !0, | |
v = m.isXML(d), | |
w = [], | |
x = b; | |
do { | |
a.exec(""), i = a.exec(x); | |
if (i) { | |
x = i[3], w.push(i[1]); | |
if (i[2]) { | |
l = i[3]; | |
break | |
} | |
} | |
} while (i); | |
if (w.length > 1 && p.exec(b)) if (w.length === 2 && o.relative[w[0]]) j = y(w[0] + w[1], d, f); | |
else { | |
j = o.relative[w[0]] ? [d] : m(w.shift(), d); | |
while (w.length) b = w.shift(), o.relative[b] && (b += w.shift()), j = y(b, j, f) | |
} else { | |
!f && w.length > 1 && d.nodeType === 9 && !v && o.match.ID.test(w[0]) && !o.match.ID.test(w[w.length - 1]) && (n = m.find(w.shift(), d, v), d = n.expr ? m.filter(n.expr, n.set)[0] : n.set[0]); | |
if (d) { | |
n = f ? { | |
expr: w.pop(), | |
set: s(f) | |
} : m.find(w.pop(), w.length !== 1 || w[0] !== "~" && w[0] !== "+" || !d.parentNode ? d : d.parentNode, v), j = n.expr ? m.filter(n.expr, n.set) : n.set, w.length > 0 ? k = s(j) : u = !1; | |
while (w.length) q = w.pop(), r = q, o.relative[q] ? r = w.pop() : q = "", r == null && (r = d), o.relative[q](k, r, v) | |
} else k = w = [] | |
} | |
k || (k = j), k || m.error(q || b); | |
if (g.call(k) === "[object Array]") if (!u) e.push.apply(e, k); | |
else if (d && d.nodeType === 1) for (t = 0; k[t] != null; t++) k[t] && (k[t] === !0 || k[t].nodeType === 1 && m.contains(d, k[t])) && e.push(j[t]); | |
else for (t = 0; k[t] != null; t++) k[t] && k[t].nodeType === 1 && e.push(j[t]); | |
else s(k, e); | |
return l && (m(l, h, e, f), m.uniqueSort(e)), e | |
}; | |
m.uniqueSort = function (a) { | |
if (u) { | |
h = i, a.sort(u); | |
if (h) for (var b = 1; b < a.length; b++) a[b] === a[b - 1] && a.splice(b--, 1) | |
} | |
return a | |
}, m.matches = function (a, b) { | |
return m(a, null, null, b) | |
}, m.matchesSelector = function (a, b) { | |
return m(b, null, null, [a]).length > 0 | |
}, m.find = function (a, b, c) { | |
var d, e, f, g, h, i; | |
if (!a) return []; | |
for (e = 0, f = o.order.length; e < f; e++) { | |
h = o.order[e]; | |
if (g = o.leftMatch[h].exec(a)) { | |
i = g[1], g.splice(1, 1); | |
if (i.substr(i.length - 1) !== "\\") { | |
g[1] = (g[1] || "").replace(j, ""), d = o.find[h](g, b, c); | |
if (d != null) { | |
a = a.replace(o.match[h], ""); | |
break | |
} | |
} | |
} | |
} | |
return d || (d = typeof b.getElementsByTagName != "undefined" ? b.getElementsByTagName("*") : []), { | |
set: d, | |
expr: a | |
} | |
}, m.filter = function (a, c, d, e) { | |
var f, g, h, i, j, k, l, n, p, q = a, | |
r = [], | |
s = c, | |
t = c && c[0] && m.isXML(c[0]); | |
while (a && c.length) { | |
for (h in o.filter) if ((f = o.leftMatch[h].exec(a)) != null && f[2]) { | |
k = o.filter[h], l = f[1], g = !1, f.splice(1, 1); | |
if (l.substr(l.length - 1) === "\\") continue; | |
s === r && (r = []); | |
if (o.preFilter[h]) { | |
f = o.preFilter[h](f, s, d, r, e, t); | |
if (!f) g = i = !0; | |
else if (f === !0) continue | |
} | |
if (f) for (n = 0; | |
(j = s[n]) != null; n++) j && (i = k(j, f, n, s), p = e ^ i, d && i != null ? p ? g = !0 : s[n] = !1 : p && (r.push(j), g = !0)); | |
if (i !== b) { | |
d || (s = r), a = a.replace(o.match[h], ""); | |
if (!g) return []; | |
break | |
} | |
} | |
if (a === q) if (g == null) m.error(a); | |
else break; | |
q = a | |
} | |
return s | |
}, m.error = function (a) { | |
throw new Error("Syntax error, unrecognized expression: " + a) | |
}; | |
var n = m.getText = function (a) { | |
var b, c, d = a.nodeType, | |
e = ""; | |
if (d) { | |
if (d === 1 || d === 9) { | |
if (typeof a.textContent == "string") return a.textContent; | |
if (typeof a.innerText == "string") return a.innerText.replace(k, ""); | |
for (a = a.firstChild; a; a = a.nextSibling) e += n(a) | |
} else if (d === 3 || d === 4) return a.nodeValue | |
} else for (b = 0; c = a[b]; b++) c.nodeType !== 8 && (e += n(c)); | |
return e | |
}, | |
o = m.selectors = { | |
order: ["ID", "NAME", "TAG"], | |
match: { | |
ID: /#((?:[\w\u00c0-\uFFFF\-]|\\.)+)/, | |
CLASS: /\.((?:[\w\u00c0-\uFFFF\-]|\\.)+)/, | |
NAME: /\[name=['"]*((?:[\w\u00c0-\uFFFF\-]|\\.)+)['"]*\]/, | |
ATTR: /\[\s*((?:[\w\u00c0-\uFFFF\-]|\\.)+)\s*(?:(\S?=)\s*(?:(['"])(.*?)\3|(#?(?:[\w\u00c0-\uFFFF\-]|\\.)*)|)|)\s*\]/, | |
TAG: /^((?:[\w\u00c0-\uFFFF\*\-]|\\.)+)/, | |
CHILD: /:(only|nth|last|first)-child(?:\(\s*(even|odd|(?:[+\-]?\d+|(?:[+\-]?\d*)?n\s*(?:[+\-]\s*\d+)?))\s*\))?/, | |
POS: /:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/, | |
PSEUDO: /:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/ | |
}, | |
leftMatch: {}, | |
attrMap: { | |
"class": "className", | |
"for": "htmlFor" | |
}, | |
attrHandle: { | |
href: function (a) { | |
return a.getAttribute("href") | |
}, | |
type: function (a) { | |
return a.getAttribute("type") | |
} | |
}, | |
relative: { | |
"+": function (a, b) { | |
var c = typeof b == "string", | |
d = c && !l.test(b), | |
e = c && !d; | |
d && (b = b.toLowerCase()); | |
for (var f = 0, g = a.length, h; f < g; f++) if (h = a[f]) { | |
while ((h = h.previousSibling) && h.nodeType !== 1); | |
a[f] = e || h && h.nodeName.toLowerCase() === b ? h || !1 : h === b | |
} | |
e && m.filter(b, a, !0) | |
}, | |
">": function (a, b) { | |
var c, d = typeof b == "string", | |
e = 0, | |
f = a.length; | |
if (d && !l.test(b)) { | |
b = b.toLowerCase(); | |
for (; e < f; e++) { | |
c = a[e]; | |
if (c) { | |
var g = c.parentNode; | |
a[e] = g.nodeName.toLowerCase() === b ? g : !1 | |
} | |
} | |
} else { | |
for (; e < f; e++) c = a[e], c && (a[e] = d ? c.parentNode : c.parentNode === b); | |
d && m.filter(b, a, !0) | |
} | |
}, | |
"": function (a, b, c) { | |
var d, f = e++, | |
g = x; | |
typeof b == "string" && !l.test(b) && (b = b.toLowerCase(), d = b, g = w), g("parentNode", b, f, a, d, c) | |
}, | |
"~": function (a, b, c) { | |
var d, f = e++, | |
g = x; | |
typeof b == "string" && !l.test(b) && (b = b.toLowerCase(), d = b, g = w), g("previousSibling", b, f, a, d, c) | |
} | |
}, | |
find: { | |
ID: function (a, b, c) { | |
if (typeof b.getElementById != "undefined" && !c) { | |
var d = b.getElementById(a[1]); | |
return d && d.parentNode ? [d] : [] | |
} | |
}, | |
NAME: function (a, b) { | |
if (typeof b.getElementsByName != "undefined") { | |
var c = [], | |
d = b.getElementsByName(a[1]); | |
for (var e = 0, f = d.length; e < f; e++) d[e].getAttribute("name") === a[1] && c.push(d[e]); | |
return c.length === 0 ? null : c | |
} | |
}, | |
TAG: function (a, b) { | |
if (typeof b.getElementsByTagName != "undefined") return b.getElementsByTagName(a[1]) | |
} | |
}, | |
preFilter: { | |
CLASS: function (a, b, c, d, e, f) { | |
a = " " + a[1].replace(j, "") + " "; | |
if (f) return a; | |
for (var g = 0, h; | |
(h = b[g]) != null; g++) h && (e ^ (h.className && (" " + h.className + " ").replace(/[\t\n\r]/g, " ").indexOf(a) >= 0) ? c || d.push(h) : c && (b[g] = !1)); | |
return !1 | |
}, | |
ID: function (a) { | |
return a[1].replace(j, "") | |
}, | |
TAG: function (a, b) { | |
return a[1].replace(j, "").toLowerCase() | |
}, | |
CHILD: function (a) { | |
if (a[1] === "nth") { | |
a[2] || m.error(a[0]), a[2] = a[2].replace(/^\+|\s*/g, ""); | |
var b = /(-?)(\d*)(?:n([+\-]?\d*))?/.exec(a[2] === "even" && "2n" || a[2] === "odd" && "2n+1" || !/\D/.test(a[2]) && "0n+" + a[2] || a[2]); | |
a[2] = b[1] + (b[2] || 1) - 0, a[3] = b[3] - 0 | |
} else a[2] && m.error(a[0]); | |
return a[0] = e++, a | |
}, | |
ATTR: function (a, b, c, d, e, f) { | |
var g = a[1] = a[1].replace(j, ""); | |
return !f && o.attrMap[g] && (a[1] = o.attrMap[g]), a[4] = (a[4] || a[5] || "").replace(j, ""), a[2] === "~=" && (a[4] = " " + a[4] + " "), a | |
}, | |
PSEUDO: function (b, c, d, e, f) { | |
if (b[1] === "not") if ((a.exec(b[3]) || "").length > 1 || /^\w/.test(b[3])) b[3] = m(b[3], null, null, c); | |
else { | |
var g = m.filter(b[3], c, d, !0 ^ f); | |
return d || e.push.apply(e, g), !1 | |
} else if (o.match.POS.test(b[0]) || o.match.CHILD.test(b[0])) return !0; | |
return b | |
}, | |
POS: function (a) { | |
return a.unshift(!0), a | |
} | |
}, | |
filters: { | |
enabled: function (a) { | |
return a.disabled === !1 && a.type !== "hidden" | |
}, | |
disabled: function (a) { | |
return a.disabled === !0 | |
}, | |
checked: function (a) { | |
return a.checked === !0 | |
}, | |
selected: function (a) { | |
return a.parentNode && a.parentNode.selectedIndex, a.selected === !0 | |
}, | |
parent: function (a) { | |
return !!a.firstChild | |
}, | |
empty: function (a) { | |
return !a.firstChild | |
}, | |
has: function (a, b, c) { | |
return !!m(c[3], a).length | |
}, | |
header: function (a) { | |
return /h\d/i.test(a.nodeName) | |
}, | |
text: function (a) { | |
var b = a.getAttribute("type"), | |
c = a.type; | |
return a.nodeName.toLowerCase() === "input" && "text" === c && (b === c || b === null) | |
}, | |
radio: function (a) { | |
return a.nodeName.toLowerCase() === "input" && "radio" === a.type | |
}, | |
checkbox: function (a) { | |
return a.nodeName.toLowerCase() === "input" && "checkbox" === a.type | |
}, | |
file: function (a) { | |
return a.nodeName.toLowerCase() === "input" && "file" === a.type | |
}, | |
password: function (a) { | |
return a.nodeName.toLowerCase() === "input" && "password" === a.type | |
}, | |
submit: function (a) { | |
var b = a.nodeName.toLowerCase(); | |
return (b === "input" || b === "button") && "submit" === a.type | |
}, | |
image: function (a) { | |
return a.nodeName.toLowerCase() === "input" && "image" === a.type | |
}, | |
reset: function (a) { | |
var b = a.nodeName.toLowerCase(); | |
return (b === "input" || b === "button") && "reset" === a.type | |
}, | |
button: function (a) { | |
var b = a.nodeName.toLowerCase(); | |
return b === "input" && "button" === a.type || b === "button" | |
}, | |
input: function (a) { | |
return /input|select|textarea|button/i.test(a.nodeName) | |
}, | |
focus: function (a) { | |
return a === a.ownerDocument.activeElement | |
} | |
}, | |
setFilters: { | |
first: function (a, b) { | |
return b === 0 | |
}, | |
last: function (a, b, c, d) { | |
return b === d.length - 1 | |
}, | |
even: function (a, b) { | |
return b % 2 === 0 | |
}, | |
odd: function (a, b) { | |
return b % 2 === 1 | |
}, | |
lt: function (a, b, c) { | |
return b < c[3] - 0 | |
}, | |
gt: function (a, b, c) { | |
return b > c[3] - 0 | |
}, | |
nth: function (a, b, c) { | |
return c[3] - 0 === b | |
}, | |
eq: function (a, b, c) { | |
return c[3] - 0 === b | |
} | |
}, | |
filter: { | |
PSEUDO: function (a, b, c, d) { | |
var e = b[1], | |
f = o.filters[e]; | |
if (f) return f(a, c, b, d); | |
if (e === "contains") return (a.textContent || a.innerText || n([a]) || "").indexOf(b[3]) >= 0; | |
if (e === "not") { | |
var g = b[3]; | |
for (var h = 0, i = g.length; h < i; h++) if (g[h] === a) return !1; | |
return !0 | |
} | |
m.error(e) | |
}, | |
CHILD: function (a, b) { | |
var c, e, f, g, h, i, j, k = b[1], | |
l = a; | |
switch (k) { | |
case "only": | |
case "first": | |
while (l = l.previousSibling) if (l.nodeType === 1) return !1; | |
if (k === "first") return !0; | |
l = a; | |
case "last": | |
while (l = l.nextSibling) if (l.nodeType === 1) return !1; | |
return !0; | |
case "nth": | |
c = b[2], e = b[3]; | |
if (c === 1 && e === 0) return !0; | |
f = b[0], g = a.parentNode; | |
if (g && (g[d] !== f || !a.nodeIndex)) { | |
i = 0; | |
for (l = g.firstChild; l; l = l.nextSibling) l.nodeType === 1 && (l.nodeIndex = ++i); | |
g[d] = f | |
} | |
return j = a.nodeIndex - e, c === 0 ? j === 0 : j % c === 0 && j / c >= 0 | |
} | |
}, | |
ID: function (a, b) { | |
return a.nodeType === 1 && a.getAttribute("id") === b | |
}, | |
TAG: function (a, b) { | |
return b === "*" && a.nodeType === 1 || !! a.nodeName && a.nodeName.toLowerCase() === b | |
}, | |
CLASS: function (a, b) { | |
return (" " + (a.className || a.getAttribute("class")) + " ").indexOf(b) > -1 | |
}, | |
ATTR: function (a, b) { | |
var c = b[1], | |
d = m.attr ? m.attr(a, c) : o.attrHandle[c] ? o.attrHandle[c](a) : a[c] != null ? a[c] : a.getAttribute(c), | |
e = d + "", | |
f = b[2], | |
g = b[4]; | |
return d == null ? f === "!=" : !f && m.attr ? d != null : f === "=" ? e === g : f === "*=" ? e.indexOf(g) >= 0 : f === "~=" ? (" " + e + " ").indexOf(g) >= 0 : g ? f === "!=" ? e !== g : f === "^=" ? e.indexOf(g) === 0 : f === "$=" ? e.substr(e.length - g.length) === g : f === "|=" ? e === g || e.substr(0, g.length + 1) === g + "-" : !1 : e && d !== !1 | |
}, | |
POS: function (a, b, c, d) { | |
var e = b[2], | |
f = o.setFilters[e]; | |
if (f) return f(a, c, b, d) | |
} | |
} | |
}, | |
p = o.match.POS, | |
q = function (a, b) { | |
return "\\" + (b - 0 + 1) | |
}; | |
for (var r in o.match) o.match[r] = new RegExp(o.match[r].source + /(?![^\[]*\])(?![^\(]*\))/.source), o.leftMatch[r] = new RegExp(/(^(?:.|\r|\n)*?)/.source + o.match[r].source.replace(/\\(\d+)/g, q)); | |
var s = function (a, b) { | |
return a = Array.prototype.slice.call(a, 0), b ? (b.push.apply(b, a), b) : a | |
}; | |
try { | |
Array.prototype.slice.call(c.documentElement.childNodes, 0)[0].nodeType | |
} catch (t) { | |
s = function (a, b) { | |
var c = 0, | |
d = b || []; | |
if (g.call(a) === "[object Array]") Array.prototype.push.apply(d, a); | |
else if (typeof a.length == "number") for (var e = a.length; c < e; c++) d.push(a[c]); | |
else for (; a[c]; c++) d.push(a[c]); | |
return d | |
} | |
} | |
var u, v; | |
c.documentElement.compareDocumentPosition ? u = function (a, b) { | |
return a === b ? (h = !0, 0) : !a.compareDocumentPosition || !b.compareDocumentPosition ? a.compareDocumentPosition ? -1 : 1 : a.compareDocumentPosition(b) & 4 ? -1 : 1 | |
} : (u = function (a, b) { | |
if (a === b) return h = !0, 0; | |
if (a.sourceIndex && b.sourceIndex) return a.sourceIndex - b.sourceIndex; | |
var c, d, e = [], | |
f = [], | |
g = a.parentNode, | |
i = b.parentNode, | |
j = g; | |
if (g === i) return v(a, b); | |
if (!g) return -1; | |
if (!i) return 1; | |
while (j) e.unshift(j), j = j.parentNode; | |
j = i; | |
while (j) f.unshift(j), j = j.parentNode; | |
c = e.length, d = f.length; | |
for (var k = 0; k < c && k < d; k++) if (e[k] !== f[k]) return v(e[k], f[k]); | |
return k === c ? v(a, f[k], -1) : v(e[k], b, 1) | |
}, v = function (a, b, c) { | |
if (a === b) return c; | |
var d = a.nextSibling; | |
while (d) { | |
if (d === b) return -1; | |
d = d.nextSibling | |
} | |
return 1 | |
}), function () { | |
var a = c.createElement("div"), | |
d = "script" + (new Date).getTime(), | |
e = c.documentElement; | |
a.innerHTML = "<a name='" + d + "'/>", e.insertBefore(a, e.firstChild), c.getElementById(d) && (o.find.ID = function (a, c, d) { | |
if (typeof c.getElementById != "undefined" && !d) { | |
var e = c.getElementById(a[1]); | |
return e ? e.id === a[1] || typeof e.getAttributeNode != "undefined" && e.getAttributeNode("id").nodeValue === a[1] ? [e] : b : [] | |
} | |
}, o.filter.ID = function (a, b) { | |
var c = typeof a.getAttributeNode != "undefined" && a.getAttributeNode("id"); | |
return a.nodeType === 1 && c && c.nodeValue === b | |
}), e.removeChild(a), e = a = null | |
}(), function () { | |
var a = c.createElement("div"); | |
a.appendChild(c.createComment("")), a.getElementsByTagName("*").length > 0 && (o.find.TAG = function (a, b) { | |
var c = b.getElementsByTagName(a[1]); | |
if (a[1] === "*") { | |
var d = []; | |
for (var e = 0; c[e]; e++) c[e].nodeType === 1 && d.push(c[e]); | |
c = d | |
} | |
return c | |
}), a.innerHTML = "<a href='#'></a>", a.firstChild && typeof a.firstChild.getAttribute != "undefined" && a.firstChild.getAttribute("href") !== "#" && (o.attrHandle.href = function (a) { | |
return a.getAttribute("href", 2) | |
}), a = null | |
}(), c.querySelectorAll && | |
function () { | |
var a = m, | |
b = c.createElement("div"), | |
d = "__sizzle__"; | |
b.innerHTML = "<p class='TEST'></p>"; | |
if (b.querySelectorAll && b.querySelectorAll(".TEST").length === 0) return; | |
m = function (b, e, f, g) { | |
e = e || c; | |
if (!g && !m.isXML(e)) { | |
var h = /^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b); | |
if (h && (e.nodeType === 1 || e.nodeType === 9)) { | |
if (h[1]) return s(e.getElementsByTagName(b), f); | |
if (h[2] && o.find.CLASS && e.getElementsByClassName) return s(e.getElementsByClassName(h[2]), f) | |
} | |
if (e.nodeType === 9) { | |
if (b === "body" && e.body) return s([e.body], f); | |
if (h && h[3]) { | |
var i = e.getElementById(h[3]); | |
if (!i || !i.parentNode) return s([], f); | |
if (i.id === h[3]) return s([i], f) | |
} | |
try { | |
return s(e.querySelectorAll(b), f) | |
} catch (j) {} | |
} else if (e.nodeType === 1 && e.nodeName.toLowerCase() !== "object") { | |
var k = e, | |
l = e.getAttribute("id"), | |
n = l || d, | |
p = e.parentNode, | |
q = /^\s*[+~]/.test(b); | |
l ? n = n.replace(/'/g, "\\$&") : e.setAttribute("id", n), q && p && (e = e.parentNode); | |
try { | |
if (!q || p) return s(e.querySelectorAll("[id='" + n + "'] " + b), f) | |
} catch (r) {} finally { | |
l || k.removeAttribute("id") | |
} | |
} | |
} | |
return a(b, e, f, g) | |
}; | |
for (var e in a) m[e] = a[e]; | |
b = null | |
}(), function () { | |
var a = c.documentElement, | |
b = a.matchesSelector || a.mozMatchesSelector || a.webkitMatchesSelector || a.msMatchesSelector; | |
if (b) { | |
var d = !b.call(c.createElement("div"), "div"), | |
e = !1; | |
try { | |
b.call(c.documentElement, "[test!='']:sizzle") | |
} catch (f) { | |
e = !0 | |
} | |
m.matchesSelector = function (a, c) { | |
c = c.replace(/\=\s*([^'"\]]*)\s*\]/g, "='$1']"); | |
if (!m.isXML(a)) try { | |
if (e || !o.match.PSEUDO.test(c) && !/!=/.test(c)) { | |
var f = b.call(a, c); | |
if (f || !d || a.document && a.document.nodeType !== 11) return f | |
} | |
} catch (g) {} | |
return m(c, null, null, [a]).length > 0 | |
} | |
} | |
}(), function () { | |
var a = c.createElement("div"); | |
a.innerHTML = "<div class='test e'></div><div class='test'></div>"; | |
if (!a.getElementsByClassName || a.getElementsByClassName("e").length === 0) return; | |
a.lastChild.className = "e"; | |
if (a.getElementsByClassName("e").length === 1) return; | |
o.order.splice(1, 0, "CLASS"), o.find.CLASS = function (a, b, c) { | |
if (typeof b.getElementsByClassName != "undefined" && !c) return b.getElementsByClassName(a[1]) | |
}, a = null | |
}(), c.documentElement.contains ? m.contains = function (a, b) { | |
return a !== b && (a.contains ? a.contains(b) : !0) | |
} : c.documentElement.compareDocumentPosition ? m.contains = function (a, b) { | |
return !!(a.compareDocumentPosition(b) & 16) | |
} : m.contains = function () { | |
return !1 | |
}, m.isXML = function (a) { | |
var b = (a ? a.ownerDocument || a : 0).documentElement; | |
return b ? b.nodeName !== "HTML" : !1 | |
}; | |
var y = function (a, b, c) { | |
var d, e = [], | |
f = "", | |
g = b.nodeType ? [b] : b; | |
while (d = o.match.PSEUDO.exec(a)) f += d[0], a = a.replace(o.match.PSEUDO, ""); | |
a = o.relative[a] ? a + "*" : a; | |
for (var h = 0, i = g.length; h < i; h++) m(a, g[h], e, c); | |
return m.filter(f, e) | |
}; | |
m.attr = f.attr, m.selectors.attrMap = {}, f.find = m, f.expr = m.selectors, f.expr[":"] = f.expr.filters, f.unique = m.uniqueSort, f.text = m.getText, f.isXMLDoc = m.isXML, f.contains = m.contains | |
}(); | |
var L = /Until$/, | |
M = /^(?:parents|prevUntil|prevAll)/, | |
N = /,/, | |
O = /^.[^:#\[\.,]*$/, | |
P = Array.prototype.slice, | |
Q = f.expr.match.POS, | |
R = { | |
children: !0, | |
contents: !0, | |
next: !0, | |
prev: !0 | |
}; | |
f.fn.extend({ | |
find: function (a) { | |
var b = this, | |
c, d; | |
if (typeof a != "string") return f(a).filter(function () { | |
for (c = 0, d = b.length; c < d; c++) if (f.contains(b[c], this)) return !0 | |
}); | |
var e = this.pushStack("", "find", a), | |
g, h, i; | |
for (c = 0, d = this.length; c < d; c++) { | |
g = e.length, f.find(a, this[c], e); | |
if (c > 0) for (h = g; h < e.length; h++) for (i = 0; i < g; i++) if (e[i] === e[h]) { | |
e.splice(h--, 1); | |
break | |
} | |
} | |
return e | |
}, | |
has: function (a) { | |
var b = f(a); | |
return this.filter(function () { | |
for (var a = 0, c = b.length; a < c; a++) if (f.contains(this, b[a])) return !0 | |
}) | |
}, | |
not: function (a) { | |
return this.pushStack(T(this, a, !1), "not", a) | |
}, | |
filter: function (a) { | |
return this.pushStack(T(this, a, !0), "filter", a) | |
}, | |
is: function (a) { | |
return !!a && (typeof a == "string" ? Q.test(a) ? f(a, this.context).index(this[0]) >= 0 : f.filter(a, this).length > 0 : this.filter(a).length > 0) | |
}, | |
closest: function (a, b) { | |
var c = [], | |
d, e, g = this[0]; | |
if (f.isArray(a)) { | |
var h = 1; | |
while (g && g.ownerDocument && g !== b) { | |
for (d = 0; d < a.length; d++) f(g).is(a[d]) && c.push({ | |
selector: a[d], | |
elem: g, | |
level: h | |
}); | |
g = g.parentNode, h++ | |
} | |
return c | |
} | |
var i = Q.test(a) || typeof a != "string" ? f(a, b || this.context) : 0; | |
for (d = 0, e = this.length; d < e; d++) { | |
g = this[d]; | |
while (g) { | |
if (i ? i.index(g) > -1 : f.find.matchesSelector(g, a)) { | |
c.push(g); | |
break | |
} | |
g = g.parentNode; | |
if (!g || !g.ownerDocument || g === b || g.nodeType === 11) break | |
} | |
} | |
return c = c.length > 1 ? f.unique(c) : c, this.pushStack(c, "closest", a) | |
}, | |
index: function (a) { | |
return a ? typeof a == "string" ? f.inArray(this[0], f(a)) : f.inArray(a.jquery ? a[0] : a, this) : this[0] && this[0].parentNode ? this.prevAll().length : -1 | |
}, | |
add: function (a, b) { | |
var c = typeof a == "string" ? f(a, b) : f.makeArray(a && a.nodeType ? [a] : a), | |
d = f.merge(this.get(), c); | |
return this.pushStack(S(c[0]) || S(d[0]) ? d : f.unique(d)) | |
}, | |
andSelf: function () { | |
return this.add(this.prevObject) | |
} | |
}), f.each({ | |
parent: function (a) { | |
var b = a.parentNode; | |
return b && b.nodeType !== 11 ? b : null | |
}, | |
parents: function (a) { | |
return f.dir(a, "parentNode") | |
}, | |
parentsUntil: function (a, b, c) { | |
return f.dir(a, "parentNode", c) | |
}, | |
next: function (a) { | |
return f.nth(a, 2, "nextSibling") | |
}, | |
prev: function (a) { | |
return f.nth(a, 2, "previousSibling") | |
}, | |
nextAll: function (a) { | |
return f.dir(a, "nextSibling") | |
}, | |
prevAll: function (a) { | |
return f.dir(a, "previousSibling") | |
}, | |
nextUntil: function (a, b, c) { | |
return f.dir(a, "nextSibling", c) | |
}, | |
prevUntil: function (a, b, c) { | |
return f.dir(a, "previousSibling", c) | |
}, | |
siblings: function (a) { | |
return f.sibling(a.parentNode.firstChild, a) | |
}, | |
children: function (a) { | |
return f.sibling(a.firstChild) | |
}, | |
contents: function (a) { | |
return f.nodeName(a, "iframe") ? a.contentDocument || a.contentWindow.document : f.makeArray(a.childNodes) | |
} | |
}, function (a, b) { | |
f.fn[a] = function (c, d) { | |
var e = f.map(this, b, c); | |
return L.test(a) || (d = c), d && typeof d == "string" && (e = f.filter(d, e)), e = this.length > 1 && !R[a] ? f.unique(e) : e, (this.length > 1 || N.test(d)) && M.test(a) && (e = e.reverse()), this.pushStack(e, a, P.call(arguments).join(",")) | |
} | |
}), f.extend({ | |
filter: function (a, b, c) { | |
return c && (a = ":not(" + a + ")"), b.length === 1 ? f.find.matchesSelector(b[0], a) ? [b[0]] : [] : f.find.matches(a, b) | |
}, | |
dir: function (a, c, d) { | |
var e = [], | |
g = a[c]; | |
while (g && g.nodeType !== 9 && (d === b || g.nodeType !== 1 || !f(g).is(d))) g.nodeType === 1 && e.push(g), g = g[c]; | |
return e | |
}, | |
nth: function (a, b, c, d) { | |
b = b || 1; | |
var e = 0; | |
for (; a; a = a[c]) if (a.nodeType === 1 && ++e === b) break; | |
return a | |
}, | |
sibling: function (a, b) { | |
var c = []; | |
for (; a; a = a.nextSibling) a.nodeType === 1 && a !== b && c.push(a); | |
return c | |
} | |
}); | |
var V = "abbr|article|aside|audio|canvas|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video", | |
W = / jQuery\d+="(?:\d+|null)"/g, | |
X = /^\s+/, | |
Y = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig, | |
Z = /<([\w:]+)/, | |
$ = /<tbody/i, | |
_ = /<|&#?\w+;/, | |
ba = /<(?:script|style)/i, | |
bb = /<(?:script|object|embed|option|style)/i, | |
bc = new RegExp("<(?:" + V + ")", "i"), | |
bd = /checked\s*(?:[^=]|=\s*.checked.)/i, | |
be = /\/(java|ecma)script/i, | |
bf = /^\s*<!(?:\[CDATA\[|\-\-)/, | |
bg = { | |
option: [1, "<select multiple='multiple'>", "</select>"], | |
legend: [1, "<fieldset>", "</fieldset>"], | |
thead: [1, "<table>", "</table>"], | |
tr: [2, "<table><tbody>", "</tbody></table>"], | |
td: [3, "<table><tbody><tr>", "</tr></tbody></table>"], | |
col: [2, "<table><tbody></tbody><colgroup>", "</colgroup></table>"], | |
area: [1, "<map>", "</map>"], | |
_default: [0, "", ""] | |
}, | |
bh = U(c); | |
bg.optgroup = bg.option, bg.tbody = bg.tfoot = bg.colgroup = bg.caption = bg.thead, bg.th = bg.td, f.support.htmlSerialize || (bg._default = [1, "div<div>", "</div>"]), f.fn.extend({ | |
text: function (a) { | |
return f.isFunction(a) ? this.each(function (b) { | |
var c = f(this); | |
c.text(a.call(this, b, c.text())) | |
}) : typeof a != "object" && a !== b ? this.empty().append((this[0] && this[0].ownerDocument || c).createTextNode(a)) : f.text(this) | |
}, | |
wrapAll: function (a) { | |
if (f.isFunction(a)) return this.each(function (b) { | |
f(this).wrapAll(a.call(this, b)) | |
}); | |
if (this[0]) { | |
var b = f(a, this[0].ownerDocument).eq(0).clone(!0); | |
this[0].parentNode && b.insertBefore(this[0]), b.map(function () { | |
var a = this; | |
while (a.firstChild && a.firstChild.nodeType === 1) a = a.firstChild; | |
return a | |
}).append(this) | |
} | |
return this | |
}, | |
wrapInner: function (a) { | |
return f.isFunction(a) ? this.each(function (b) { | |
f(this).wrapInner(a.call(this, b)) | |
}) : this.each(function () { | |
var b = f(this), | |
c = b.contents(); | |
c.length ? c.wrapAll(a) : b.append(a) | |
}) | |
}, | |
wrap: function (a) { | |
var b = f.isFunction(a); | |
return this.each(function (c) { | |
f(this).wrapAll(b ? a.call(this, c) : a) | |
}) | |
}, | |
unwrap: function () { | |
return this.parent().each(function () { | |
f.nodeName(this, "body") || f(this).replaceWith(this.childNodes) | |
}).end() | |
}, | |
append: function () { | |
return this.domManip(arguments, !0, function (a) { | |
this.nodeType === 1 && this.appendChild(a) | |
}) | |
}, | |
prepend: function () { | |
return this.domManip(arguments, !0, function (a) { | |
this.nodeType === 1 && this.insertBefore(a, this.firstChild) | |
}) | |
}, | |
before: function () { | |
if (this[0] && this[0].parentNode) return this.domManip(arguments, !1, function (a) { | |
this.parentNode.insertBefore(a, this) | |
}); | |
if (arguments.length) { | |
var a = f.clean(arguments); | |
return a.push.apply(a, this.toArray()), this.pushStack(a, "before", arguments) | |
} | |
}, | |
after: function () { | |
if (this[0] && this[0].parentNode) return this.domManip(arguments, !1, function (a) { | |
this.parentNode.insertBefore(a, this.nextSibling) | |
}); | |
if (arguments.length) { | |
var a = this.pushStack(this, "after", arguments); | |
return a.push.apply(a, f.clean(arguments)), a | |
} | |
}, | |
remove: function (a, b) { | |
for (var c = 0, d; | |
(d = this[c]) != null; c++) if (!a || f.filter(a, [d]).length)!b && d.nodeType === 1 && (f.cleanData(d.getElementsByTagName("*")), f.cleanData([d])), d.parentNode && d.parentNode.removeChild(d); | |
return this | |
}, | |
empty: function () { | |
for (var a = 0, b; | |
(b = this[a]) != null; a++) { | |
b.nodeType === 1 && f.cleanData(b.getElementsByTagName("*")); | |
while (b.firstChild) b.removeChild(b.firstChild) | |
} | |
return this | |
}, | |
clone: function (a, b) { | |
return a = a == null ? !1 : a, b = b == null ? a : b, this.map(function () { | |
return f.clone(this, a, b) | |
}) | |
}, | |
html: function (a) { | |
if (a === b) return this[0] && this[0].nodeType === 1 ? this[0].innerHTML.replace(W, "") : null; | |
if (typeof a == "string" && !ba.test(a) && (f.support.leadingWhitespace || !X.test(a)) && !bg[(Z.exec(a) || ["", ""])[1].toLowerCase()]) { | |
a = a.replace(Y, "<$1></$2>"); | |
try { | |
for (var c = 0, d = this.length; c < d; c++) this[c].nodeType === 1 && (f.cleanData(this[c].getElementsByTagName("*")), this[c].innerHTML = a) | |
} catch (e) { | |
this.empty().append(a) | |
} | |
} else f.isFunction(a) ? this.each(function (b) { | |
var c = f(this); | |
c.html(a.call(this, b, c.html())) | |
}) : this.empty().append(a); | |
return this | |
}, | |
replaceWith: function (a) { | |
return this[0] && this[0].parentNode ? f.isFunction(a) ? this.each(function (b) { | |
var c = f(this), | |
d = c.html(); | |
c.replaceWith(a.call(this, b, d)) | |
}) : (typeof a != "string" && (a = f(a).detach()), this.each(function () { | |
var b = this.nextSibling, | |
c = this.parentNode; | |
f(this).remove(), b ? f(b).before(a) : f(c).append(a) | |
})) : this.length ? this.pushStack(f(f.isFunction(a) ? a() : a), "replaceWith", a) : this | |
}, | |
detach: function (a) { | |
return this.remove(a, !0) | |
}, | |
domManip: function (a, c, d) { | |
var e, g, h, i, j = a[0], | |
k = []; | |
if (!f.support.checkClone && arguments.length === 3 && typeof j == "string" && bd.test(j)) return this.each(function () { | |
f(this).domManip(a, c, d, !0) | |
}); | |
if (f.isFunction(j)) return this.each(function (e) { | |
var g = f(this); | |
a[0] = j.call(this, e, c ? g.html() : b), g.domManip(a, c, d) | |
}); | |
if (this[0]) { | |
i = j && j.parentNode, f.support.parentNode && i && i.nodeType === 11 && i.childNodes.length === this.length ? e = { | |
fragment: i | |
} : e = f.buildFragment(a, this, k), h = e.fragment, h.childNodes.length === 1 ? g = h = h.firstChild : g = h.firstChild; | |
if (g) { | |
c = c && f.nodeName(g, "tr"); | |
for (var l = 0, m = this.length, n = m - 1; l < m; l++) d.call(c ? bi(this[l], g) : this[l], e.cacheable || m > 1 && l < n ? f.clone(h, !0, !0) : h) | |
} | |
k.length && f.each(k, bp) | |
} | |
return this | |
} | |
}), f.buildFragment = function (a, b, d) { | |
var e, g, h, i, j = a[0]; | |
return b && b[0] && (i = b[0].ownerDocument || b[0]), i.createDocumentFragment || (i = c), a.length === 1 && typeof j == "string" && j.length < 512 && i === c && j.charAt(0) === "<" && !bb.test(j) && (f.support.checkClone || !bd.test(j)) && (f.support.html5Clone || !bc.test(j)) && (g = !0, h = f.fragments[j], h && h !== 1 && (e = h)), e || (e = i.createDocumentFragment(), f.clean(a, i, e, d)), g && (f.fragments[j] = h ? e : 1), { | |
fragment: e, | |
cacheable: g | |
} | |
}, f.fragments = {}, f.each({ | |
appendTo: "append", | |
prependTo: "prepend", | |
insertBefore: "before", | |
insertAfter: "after", | |
replaceAll: "replaceWith" | |
}, function (a, b) { | |
f.fn[a] = function (c) { | |
var d = [], | |
e = f(c), | |
g = this.length === 1 && this[0].parentNode; | |
if (g && g.nodeType === 11 && g.childNodes.length === 1 && e.length === 1) return e[b](this[0]), this; | |
for (var h = 0, i = e.length; h < i; h++) { | |
var j = (h > 0 ? this.clone(!0) : this).get(); | |
f(e[h])[b](j), d = d.concat(j) | |
} | |
return this.pushStack(d, a, e.selector) | |
} | |
}), f.extend({ | |
clone: function (a, b, c) { | |
var d, e, g, h = f.support.html5Clone || !bc.test("<" + a.nodeName) ? a.cloneNode(!0) : bo(a); | |
if ((!f.support.noCloneEvent || !f.support.noCloneChecked) && (a.nodeType === 1 || a.nodeType === 11) && !f.isXMLDoc(a)) { | |
bk(a, h), d = bl(a), e = bl(h); | |
for (g = 0; d[g]; ++g) e[g] && bk(d[g], e[g]) | |
} | |
if (b) { | |
bj(a, h); | |
if (c) { | |
d = bl(a), e = bl(h); | |
for (g = 0; d[g]; ++g) bj(d[g], e[g]) | |
} | |
} | |
return d = e = null, h | |
}, | |
clean: function (a, b, d, e) { | |
var g; | |
b = b || c, typeof b.createElement == "undefined" && (b = b.ownerDocument || b[0] && b[0].ownerDocument || c); | |
var h = [], | |
i; | |
for (var j = 0, k; | |
(k = a[j]) != null; j++) { | |
typeof k == "number" && (k += ""); | |
if (!k) continue; | |
if (typeof k == "string") if (!_.test(k)) k = b.createTextNode(k); | |
else { | |
k = k.replace(Y, "<$1></$2>"); | |
var l = (Z.exec(k) || ["", ""])[1].toLowerCase(), | |
m = bg[l] || bg._default, | |
n = m[0], | |
o = b.createElement("div"); | |
b === c ? bh.appendChild(o) : U(b).appendChild(o), o.innerHTML = m[1] + k + m[2]; | |
while (n--) o = o.lastChild; | |
if (!f.support.tbody) { | |
var p = $.test(k), | |
q = l === "table" && !p ? o.firstChild && o.firstChild.childNodes : m[1] === "<table>" && !p ? o.childNodes : []; | |
for (i = q.length - 1; i >= 0; --i) f.nodeName(q[i], "tbody") && !q[i].childNodes.length && q[i].parentNode.removeChild(q[i]) | |
}!f.support.leadingWhitespace && X.test(k) && o.insertBefore(b.createTextNode(X.exec(k)[0]), o.firstChild), k = o.childNodes | |
} | |
var r; | |
if (!f.support.appendChecked) if (k[0] && typeof (r = k.length) == "number") for (i = 0; i < r; i++) bn(k[i]); | |
else bn(k); | |
k.nodeType ? h.push(k) : h = f.merge(h, k) | |
} | |
if (d) { | |
g = function (a) { | |
return !a.type || be.test(a.type) | |
}; | |
for (j = 0; h[j]; j++) if (e && f.nodeName(h[j], "script") && (!h[j].type || h[j].type.toLowerCase() === "text/javascript")) e.push(h[j].parentNode ? h[j].parentNode.removeChild(h[j]) : h[j]); | |
else { | |
if (h[j].nodeType === 1) { | |
var s = f.grep(h[j].getElementsByTagName("script"), g); | |
h.splice.apply(h, [j + 1, 0].concat(s)) | |
} | |
d.appendChild(h[j]) | |
} | |
} | |
return h | |
}, | |
cleanData: function (a) { | |
var b, c, d = f.cache, | |
e = f.event.special, | |
g = f.support.deleteExpando; | |
for (var h = 0, i; | |
(i = a[h]) != null; h++) { | |
if (i.nodeName && f.noData[i.nodeName.toLowerCase()]) continue; | |
c = i[f.expando]; | |
if (c) { | |
b = d[c]; | |
if (b && b.events) { | |
for (var j in b.events) e[j] ? f.event.remove(i, j) : f.removeEvent(i, j, b.handle); | |
b.handle && (b.handle.elem = null) | |
} | |
g ? delete i[f.expando] : i.removeAttribute && i.removeAttribute(f.expando), delete d[c] | |
} | |
} | |
} | |
}); | |
var bq = /alpha\([^)]*\)/i, | |
br = /opacity=([^)]*)/, | |
bs = /([A-Z]|^ms)/g, | |
bt = /^-?\d+(?:px)?$/i, | |
bu = /^-?\d/, | |
bv = /^([\-+])=([\-+.\de]+)/, | |
bw = { | |
position: "absolute", | |
visibility: "hidden", | |
display: "block" | |
}, | |
bx = ["Left", "Right"], | |
by = ["Top", "Bottom"], | |
bz, bA, bB; | |
f.fn.css = function (a, c) { | |
return arguments.length === 2 && c === b ? this : f.access(this, a, c, !0, function (a, c, d) { | |
return d !== b ? f.style(a, c, d) : f.css(a, c) | |
}) | |
}, f.extend({ | |
cssHooks: { | |
opacity: { | |
get: function (a, b) { | |
if (b) { | |
var c = bz(a, "opacity", "opacity"); | |
return c === "" ? "1" : c | |
} | |
return a.style.opacity | |
} | |
} | |
}, | |
cssNumber: { | |
fillOpacity: !0, | |
fontWeight: !0, | |
lineHeight: !0, | |
opacity: !0, | |
orphans: !0, | |
widows: !0, | |
zIndex: !0, | |
zoom: !0 | |
}, | |
cssProps: { | |
"float": f.support.cssFloat ? "cssFloat" : "styleFloat" | |
}, | |
style: function (a, c, d, e) { | |
if (!a || a.nodeType === 3 || a.nodeType === 8 || !a.style) return; | |
var g, h, i = f.camelCase(c), | |
j = a.style, | |
k = f.cssHooks[i]; | |
c = f.cssProps[i] || i; | |
if (d === b) return k && "get" in k && (g = k.get(a, !1, e)) !== b ? g : j[c]; | |
h = typeof d, h === "string" && (g = bv.exec(d)) && (d = +(g[1] + 1) * +g[2] + parseFloat(f.css(a, c)), h = "number"); | |
if (d == null || h === "number" && isNaN(d)) return; | |
h === "number" && !f.cssNumber[i] && (d += "px"); | |
if (!k || !("set" in k) || (d = k.set(a, d)) !== b) try { | |
j[c] = d | |
} catch (l) {} | |
}, | |
css: function (a, c, d) { | |
var e, g; | |
c = f.camelCase(c), g = f.cssHooks[c], c = f.cssProps[c] || c, c === "cssFloat" && (c = "float"); | |
if (g && "get" in g && (e = g.get(a, !0, d)) !== b) return e; | |
if (bz) return bz(a, c) | |
}, | |
swap: function (a, b, c) { | |
var d = {}; | |
for (var e in b) d[e] = a.style[e], a.style[e] = b[e]; | |
c.call(a); | |
for (e in b) a.style[e] = d[e] | |
} | |
}), f.curCSS = f.css, f.each(["height", "width"], function (a, b) { | |
f.cssHooks[b] = { | |
get: function (a, c, d) { | |
var e; | |
if (c) return a.offsetWidth !== 0 ? bC(a, b, d) : (f.swap(a, bw, function () { | |
e = bC(a, b, d) | |
}), e) | |
}, | |
set: function (a, b) { | |
if (!bt.test(b)) return b; | |
b = parseFloat(b); | |
if (b >= 0) return b + "px" | |
} | |
} | |
}), f.support.opacity || (f.cssHooks.opacity = { | |
get: function (a, b) { | |
return br.test((b && a.currentStyle ? a.currentStyle.filter : a.style.filter) || "") ? parseFloat(RegExp.$1) / 100 + "" : b ? "1" : "" | |
}, | |
set: function (a, b) { | |
var c = a.style, | |
d = a.currentStyle, | |
e = f.isNumeric(b) ? "alpha(opacity=" + b * 100 + ")" : "", | |
g = d && d.filter || c.filter || ""; | |
c.zoom = 1; | |
if (b >= 1 && f.trim(g.replace(bq, "")) === "") { | |
c.removeAttribute("filter"); | |
if (d && !d.filter) return | |
} | |
c.filter = bq.test(g) ? g.replace(bq, e) : g + " " + e | |
} | |
}), f(function () { | |
f.support.reliableMarginRight || (f.cssHooks.marginRight = { | |
get: function (a, b) { | |
var c; | |
return f.swap(a, { | |
display: "inline-block" | |
}, function () { | |
b ? c = bz(a, "margin-right", "marginRight") : c = a.style.marginRight | |
}), c | |
} | |
}) | |
}), c.defaultView && c.defaultView.getComputedStyle && (bA = function (a, b) { | |
var c, d, e; | |
return b = b.replace(bs, "-$1").toLowerCase(), (d = a.ownerDocument.defaultView) && (e = d.getComputedStyle(a, null)) && (c = e.getPropertyValue(b), c === "" && !f.contains(a.ownerDocument.documentElement, a) && (c = f.style(a, b))), c | |
}), c.documentElement.currentStyle && (bB = function (a, b) { | |
var c, d, e, f = a.currentStyle && a.currentStyle[b], | |
g = a.style; | |
return f === null && g && (e = g[b]) && (f = e), !bt.test(f) && bu.test(f) && (c = g.left, d = a.runtimeStyle && a.runtimeStyle.left, d && (a.runtimeStyle.left = a.currentStyle.left), g.left = b === "fontSize" ? "1em" : f || 0, f = g.pixelLeft + "px", g.left = c, d && (a.runtimeStyle.left = d)), f === "" ? "auto" : f | |
}), bz = bA || bB, f.expr && f.expr.filters && (f.expr.filters.hidden = function (a) { | |
var b = a.offsetWidth, | |
c = a.offsetHeight; | |
return b === 0 && c === 0 || !f.support.reliableHiddenOffsets && (a.style && a.style.display || f.css(a, "display")) === "none" | |
}, f.expr.filters.visible = function (a) { | |
return !f.expr.filters.hidden(a) | |
}); | |
var bD = /%20/g, | |
bE = /\[\]$/, | |
bF = /\r?\n/g, | |
bG = /#.*$/, | |
bH = /^(.*?):[ \t]*([^\r\n]*)\r?$/mg, | |
bI = /^(?:color|date|datetime|datetime-local|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i, | |
bJ = /^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/, | |
bK = /^(?:GET|HEAD)$/, | |
bL = /^\/\//, | |
bM = /\?/, | |
bN = /<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi, | |
bO = /^(?:select|textarea)/i, | |
bP = /\s+/, | |
bQ = /([?&])_=[^&]*/, | |
bR = /^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/, | |
bS = f.fn.load, | |
bT = {}, | |
bU = {}, | |
bV, bW, bX = ["*/"] + ["*"]; | |
try { | |
bV = e.href | |
} catch (bY) { | |
bV = c.createElement("a"), bV.href = "", bV = bV.href | |
} | |
bW = bR.exec(bV.toLowerCase()) || [], f.fn.extend({ | |
load: function (a, c, d) { | |
if (typeof a != "string" && bS) return bS.apply(this, arguments); | |
if (!this.length) return this; | |
var e = a.indexOf(" "); | |
if (e >= 0) { | |
var g = a.slice(e, a.length); | |
a = a.slice(0, e) | |
} | |
var h = "GET"; | |
c && (f.isFunction(c) ? (d = c, c = b) : typeof c == "object" && (c = f.param(c, f.ajaxSettings.traditional), h = "POST")); | |
var i = this; | |
return f.ajax({ | |
url: a, | |
type: h, | |
dataType: "html", | |
data: c, | |
complete: function (a, b, c) { | |
c = a.responseText, a.isResolved() && (a.done(function (a) { | |
c = a | |
}), i.html(g ? f("<div>").append(c.replace(bN, "")).find(g) : c)), d && i.each(d, [c, b, a]) | |
} | |
}), this | |
}, | |
serialize: function () { | |
return f.param(this.serializeArray()) | |
}, | |
serializeArray: function () { | |
return this.map(function () { | |
return this.elements ? f.makeArray(this.elements) : this | |
}).filter(function () { | |
return this.name && !this.disabled && (this.checked || bO.test(this.nodeName) || bI.test(this.type)) | |
}).map(function (a, b) { | |
var c = f(this).val(); | |
return c == null ? null : f.isArray(c) ? f.map(c, function (a, c) { | |
return { | |
name: b.name, | |
value: a.replace(bF, "\r\n") | |
} | |
}) : { | |
name: b.name, | |
value: c.replace(bF, "\r\n") | |
} | |
}).get() | |
} | |
}), f.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "), function (a, b) { | |
f.fn[b] = function (a) { | |
return this.on(b, a) | |
} | |
}), f.each(["get", "post"], function (a, c) { | |
f[c] = function (a, d, e, g) { | |
return f.isFunction(d) && (g = g || e, e = d, d = b), f.ajax({ | |
type: c, | |
url: a, | |
data: d, | |
success: e, | |
dataType: g | |
}) | |
} | |
}), f.extend({ | |
getScript: function (a, c) { | |
return f.get(a, b, c, "script") | |
}, | |
getJSON: function (a, b, c) { | |
return f.get(a, b, c, "json") | |
}, | |
ajaxSetup: function (a, b) { | |
return b ? b_(a, f.ajaxSettings) : (b = a, a = f.ajaxSettings), b_(a, b), a | |
}, | |
ajaxSettings: { | |
url: bV, | |
isLocal: bJ.test(bW[1]), | |
global: !0, | |
type: "GET", | |
contentType: "application/x-www-form-urlencoded", | |
processData: !0, | |
async: !0, | |
accepts: { | |
xml: "application/xml, text/xml", | |
html: "text/html", | |
text: "text/plain", | |
json: "application/json, text/javascript", | |
"*": bX | |
}, | |
contents: { | |
xml: /xml/, | |
html: /html/, | |
json: /json/ | |
}, | |
responseFields: { | |
xml: "responseXML", | |
text: "responseText" | |
}, | |
converters: { | |
"* text": a.String, | |
"text html": !0, | |
"text json": f.parseJSON, | |
"text xml": f.parseXML | |
}, | |
flatOptions: { | |
context: !0, | |
url: !0 | |
} | |
}, | |
ajaxPrefilter: bZ(bT), | |
ajaxTransport: bZ(bU), | |
ajax: function (a, c) { | |
function w(a, c, l, m) { | |
if (s === 2) return; | |
s = 2, q && clearTimeout(q), p = b, n = m || "", v.readyState = a > 0 ? 4 : 0; | |
var o, r, u, w = c, | |
x = l ? cb(d, v, l) : b, | |
y, z; | |
if (a >= 200 && a < 300 || a === 304) { | |
if (d.ifModified) { | |
if (y = v.getResponseHeader("Last-Modified")) f.lastModified[k] = y; | |
if (z = v.getResponseHeader("Etag")) f.etag[k] = z | |
} | |
if (a === 304) w = "notmodified", o = !0; | |
else try { | |
r = cc(d, x), w = "success", o = !0 | |
} catch (A) { | |
w = "parsererror", u = A | |
} | |
} else { | |
u = w; | |
if (!w || a) w = "error", a < 0 && (a = 0) | |
} | |
v.status = a, v.statusText = "" + (c || w), o ? h.resolveWith(e, [r, w, v]) : h.rejectWith(e, [v, w, u]), v.statusCode(j), j = b, t && g.trigger("ajax" + (o ? "Success" : "Error"), [v, d, o ? r : u]), i.fireWith(e, [v, w]), t && (g.trigger("ajaxComplete", [v, d]), --f.active || f.event.trigger("ajaxStop")) | |
} | |
typeof a == "object" && (c = a, a = b), c = c || {}; | |
var d = f.ajaxSetup({}, c), | |
e = d.context || d, | |
g = e !== d && (e.nodeType || e instanceof f) ? f(e) : f.event, | |
h = f.Deferred(), | |
i = f.Callbacks("once memory"), | |
j = d.statusCode || {}, | |
k, l = {}, | |
m = {}, | |
n, o, p, q, r, s = 0, | |
t, u, v = { | |
readyState: 0, | |
setRequestHeader: function (a, b) { | |
if (!s) { | |
var c = a.toLowerCase(); | |
a = m[c] = m[c] || a, l[a] = b | |
} | |
return this | |
}, | |
getAllResponseHeaders: function () { | |
return s === 2 ? n : null | |
}, | |
getResponseHeader: function (a) { | |
var c; | |
if (s === 2) { | |
if (!o) { | |
o = {}; | |
while (c = bH.exec(n)) o[c[1].toLowerCase()] = c[2] | |
} | |
c = o[a.toLowerCase()] | |
} | |
return c === b ? null : c | |
}, | |
overrideMimeType: function (a) { | |
return s || (d.mimeType = a), this | |
}, | |
abort: function (a) { | |
return a = a || "abort", p && p.abort(a), w(0, a), this | |
} | |
}; | |
h.promise(v), v.success = v.done, v.error = v.fail, v.complete = i.add, v.statusCode = function (a) { | |
if (a) { | |
var b; | |
if (s < 2) for (b in a) j[b] = [j[b], a[b]]; | |
else b = a[v.status], v.then(b, b) | |
} | |
return this | |
}, d.url = ((a || d.url) + "").replace(bG, "").replace(bL, bW[1] + "//"), d.dataTypes = f.trim(d.dataType || "*").toLowerCase().split(bP), d.crossDomain == null && (r = bR.exec(d.url.toLowerCase()), d.crossDomain = !(!r || r[1] == bW[1] && r[2] == bW[2] && (r[3] || (r[1] === "http:" ? 80 : 443)) == (bW[3] || (bW[1] === "http:" ? 80 : 443)))), d.data && d.processData && typeof d.data != "string" && (d.data = f.param(d.data, d.traditional)), b$(bT, d, c, v); | |
if (s === 2) return !1; | |
t = d.global, d.type = d.type.toUpperCase(), d.hasContent = !bK.test(d.type), t && f.active++ === 0 && f.event.trigger("ajaxStart"); | |
if (!d.hasContent) { | |
d.data && (d.url += (bM.test(d.url) ? "&" : "?") + d.data, delete d.data), k = d.url; | |
if (d.cache === !1) { | |
var x = f.now(), | |
y = d.url.replace(bQ, "$1_=" + x); | |
d.url = y + (y === d.url ? (bM.test(d.url) ? "&" : "?") + "_=" + x : "") | |
} | |
}(d.data && d.hasContent && d.contentType !== !1 || c.contentType) && v.setRequestHeader("Content-Type", d.contentType), d.ifModified && (k = k || d.url, f.lastModified[k] && v.setRequestHeader("If-Modified-Since", f.lastModified[k]), f.etag[k] && v.setRequestHeader("If-None-Match", f.etag[k])), v.setRequestHeader("Accept", d.dataTypes[0] && d.accepts[d.dataTypes[0]] ? d.accepts[d.dataTypes[0]] + (d.dataTypes[0] !== "*" ? ", " + bX + "; q=0.01" : "") : d.accepts["*"]); | |
for (u in d.headers) v.setRequestHeader(u, d.headers[u]); | |
if (!d.beforeSend || d.beforeSend.call(e, v, d) !== !1 && s !== 2) { | |
for (u in { | |
success: 1, | |
error: 1, | |
complete: 1 | |
}) v[u](d[u]); | |
p = b$(bU, d, c, v); | |
if (!p) w(-1, "No Transport"); | |
else { | |
v.readyState = 1, t && g.trigger("ajaxSend", [v, d]), d.async && d.timeout > 0 && (q = setTimeout(function () { | |
v.abort("timeout") | |
}, d.timeout)); | |
try { | |
s = 1, p.send(l, w) | |
} catch (z) { | |
if (s < 2) w(-1, z); | |
else throw z | |
} | |
} | |
return v | |
} | |
return v.abort(), !1 | |
}, | |
param: function (a, c) { | |
var d = [], | |
e = function (a, b) { | |
b = f.isFunction(b) ? b() : b, d[d.length] = encodeURIComponent(a) + "=" + encodeURIComponent(b) | |
}; | |
c === b && (c = f.ajaxSettings.traditional); | |
if (f.isArray(a) || a.jquery && !f.isPlainObject(a)) f.each(a, function () { | |
e(this.name, this.value) | |
}); | |
else for (var g in a) ca(g, a[g], c, e); | |
return d.join("&").replace(bD, "+") | |
} | |
}), f.extend({ | |
active: 0, | |
lastModified: {}, | |
etag: {} | |
}); | |
var cd = f.now(), | |
ce = /(\=)\?(&|$)|\?\?/i; | |
f.ajaxSetup({ | |
jsonp: "callback", | |
jsonpCallback: function () { | |
return f.expando + "_" + cd++ | |
} | |
}), f.ajaxPrefilter("json jsonp", function (b, c, d) { | |
var e = b.contentType === "application/x-www-form-urlencoded" && typeof b.data == "string"; | |
if (b.dataTypes[0] === "jsonp" || b.jsonp !== !1 && (ce.test(b.url) || e && ce.test(b.data))) { | |
var g, h = b.jsonpCallback = f.isFunction(b.jsonpCallback) ? b.jsonpCallback() : b.jsonpCallback, | |
i = a[h], | |
j = b.url, | |
k = b.data, | |
l = "$1" + h + "$2"; | |
return b.jsonp !== !1 && (j = j.replace(ce, l), b.url === j && (e && (k = k.replace(ce, l)), b.data === k && (j += (/\?/.test(j) ? "&" : "?") + b.jsonp + "=" + h))), b.url = j, b.data = k, a[h] = function (a) { | |
g = [a] | |
}, d.always(function () { | |
a[h] = i, g && f.isFunction(i) && a[h](g[0]) | |
}), b.converters["script json"] = function () { | |
return g || f.error(h + " was not called"), g[0] | |
}, b.dataTypes[0] = "json", "script" | |
} | |
}), f.ajaxSetup({ | |
accepts: { | |
script: "text/javascript, application/javascript, application/ecmascript, application/x-ecmascript" | |
}, | |
contents: { | |
script: /javascript|ecmascript/ | |
}, | |
converters: { | |
"text script": function (a) { | |
return f.globalEval(a), a | |
} | |
} | |
}), f.ajaxPrefilter("script", function (a) { | |
a.cache === b && (a.cache = !1), a.crossDomain && (a.type = "GET", a.global = !1) | |
}), f.ajaxTransport("script", function (a) { | |
if (a.crossDomain) { | |
var d, e = c.head || c.getElementsByTagName("head")[0] || c.documentElement; | |
return { | |
send: function (f, g) { | |
d = c.createElement("script"), d.async = "async", a.scriptCharset && (d.charset = a.scriptCharset), d.src = a.url, d.onload = d.onreadystatechange = function (a, c) { | |
if (c || !d.readyState || /loaded|complete/.test(d.readyState)) d.onload = d.onreadystatechange = null, e && d.parentNode && e.removeChild(d), d = b, c || g(200, "success") | |
}, e.insertBefore(d, e.firstChild) | |
}, | |
abort: function () { | |
d && d.onload(0, 1) | |
} | |
} | |
} | |
}); | |
var cf = a.ActiveXObject ? | |
function () { | |
for (var a in ch) ch[a](0, 1) | |
} : !1, cg = 0, ch; | |
f.ajaxSettings.xhr = a.ActiveXObject ? | |
function () { | |
return !this.isLocal && ci() || cj() | |
} : ci, function (a) { | |
f.extend(f.support, { | |
ajax: !! a, | |
cors: !! a && "withCredentials" in a | |
}) | |
}(f.ajaxSettings.xhr()), f.support.ajax && f.ajaxTransport(function (c) { | |
if (!c.crossDomain || f.support.cors) { | |
var d; | |
return { | |
send: function (e, g) { | |
var h = c.xhr(), | |
i, j; | |
c.username ? h.open(c.type, c.url, c.async, c.username, c.password) : h.open(c.type, c.url, c.async); | |
if (c.xhrFields) for (j in c.xhrFields) h[j] = c.xhrFields[j]; | |
c.mimeType && h.overrideMimeType && h.overrideMimeType(c.mimeType), !c.crossDomain && !e["X-Requested-With"] && (e["X-Requested-With"] = "XMLHttpRequest"); | |
try { | |
for (j in e) h.setRequestHeader(j, e[j]) | |
} catch (k) {} | |
h.send(c.hasContent && c.data || null), d = function (a, e) { | |
var j, k, l, m, n; | |
try { | |
if (d && (e || h.readyState === 4)) { | |
d = b, i && (h.onreadystatechange = f.noop, cf && delete ch[i]); | |
if (e) h.readyState !== 4 && h.abort(); | |
else { | |
j = h.status, l = h.getAllResponseHeaders(), m = {}, n = h.responseXML, n && n.documentElement && (m.xml = n), m.text = h.responseText; | |
try { | |
k = h.statusText | |
} catch (o) { | |
k = "" | |
}!j && c.isLocal && !c.crossDomain ? j = m.text ? 200 : 404 : j === 1223 && (j = 204) | |
} | |
} | |
} catch (p) { | |
e || g(-1, p) | |
} | |
m && g(j, k, m, l) | |
}, !c.async || h.readyState === 4 ? d() : (i = ++cg, cf && (ch || (ch = {}, f(a).unload(cf)), ch[i] = d), h.onreadystatechange = d) | |
}, | |
abort: function () { | |
d && d(0, 1) | |
} | |
} | |
} | |
}); | |
var ck = {}, | |
cl, cm, cn = /^(?:toggle|show|hide)$/, | |
co = /^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i, | |
cp, cq = [ | |
["height", "marginTop", "marginBottom", "paddingTop", "paddingBottom"], | |
["width", "marginLeft", "marginRight", "paddingLeft", "paddingRight"], | |
["opacity"] | |
], | |
cr; | |
f.fn.extend({ | |
show: function (a, b, c) { | |
var d, e; | |
if (a || a === 0) return this.animate(cu("show", 3), a, b, c); | |
for (var g = 0, h = this.length; g < h; g++) d = this[g], d.style && (e = d.style.display, !f._data(d, "olddisplay") && e === "none" && (e = d.style.display = ""), e === "" && f.css(d, "display") === "none" && f._data(d, "olddisplay", cv(d.nodeName))); | |
for (g = 0; g < h; g++) { | |
d = this[g]; | |
if (d.style) { | |
e = d.style.display; | |
if (e === "" || e === "none") d.style.display = f._data(d, "olddisplay") || "" | |
} | |
} | |
return this | |
}, | |
hide: function (a, b, c) { | |
if (a || a === 0) return this.animate(cu("hide", 3), a, b, c); | |
var d, e, g = 0, | |
h = this.length; | |
for (; g < h; g++) d = this[g], d.style && (e = f.css(d, "display"), e !== "none" && !f._data(d, "olddisplay") && f._data(d, "olddisplay", e)); | |
for (g = 0; g < h; g++) this[g].style && (this[g].style.display = "none"); | |
return this | |
}, | |
_toggle: f.fn.toggle, | |
toggle: function (a, b, c) { | |
var d = typeof a == "boolean"; | |
return f.isFunction(a) && f.isFunction(b) ? this._toggle.apply(this, arguments) : a == null || d ? this.each(function () { | |
var b = d ? a : f(this).is(":hidden"); | |
f(this)[b ? "show" : "hide"]() | |
}) : this.animate(cu("toggle", 3), a, b, c), this | |
}, | |
fadeTo: function (a, b, c, d) { | |
return this.filter(":hidden").css("opacity", 0).show().end().animate({ | |
opacity: b | |
}, a, c, d) | |
}, | |
animate: function (a, b, c, d) { | |
function g() { | |
e.queue === !1 && f._mark(this); | |
var b = f.extend({}, e), | |
c = this.nodeType === 1, | |
d = c && f(this).is(":hidden"), | |
g, h, i, j, k, l, m, n, o; | |
b.animatedProperties = {}; | |
for (i in a) { | |
g = f.camelCase(i), i !== g && (a[g] = a[i], delete a[i]), h = a[g], f.isArray(h) ? (b.animatedProperties[g] = h[1], h = a[g] = h[0]) : b.animatedProperties[g] = b.specialEasing && b.specialEasing[g] || b.easing || "swing"; | |
if (h === "hide" && d || h === "show" && !d) return b.complete.call(this); | |
c && (g === "height" || g === "width") && (b.overflow = [this.style.overflow, this.style.overflowX, this.style.overflowY], f.css(this, "display") === "inline" && f.css(this, "float") === "none" && (!f.support.inlineBlockNeedsLayout || cv(this.nodeName) === "inline" ? this.style.display = "inline-block" : this.style.zoom = 1)) | |
} | |
b.overflow != null && (this.style.overflow = "hidden"); | |
for (i in a) j = new f.fx(this, b, i), h = a[i], cn.test(h) ? (o = f._data(this, "toggle" + i) || (h === "toggle" ? d ? "show" : "hide" : 0), o ? (f._data(this, "toggle" + i, o === "show" ? "hide" : "show"), j[o]()) : j[h]()) : (k = co.exec(h), l = j.cur(), k ? (m = parseFloat(k[2]), n = k[3] || (f.cssNumber[i] ? "" : "px"), n !== "px" && (f.style(this, i, (m || 1) + n), l = (m || 1) / j.cur() * l, f.style(this, i, l + n)), k[1] && (m = (k[1] === "-=" ? -1 : 1) * m + l), j.custom(l, m, n)) : j.custom(l, h, "")); | |
return !0 | |
} | |
var e = f.speed(b, c, d); | |
return f.isEmptyObject(a) ? this.each(e.complete, [!1]) : (a = f.extend({}, a), e.queue === !1 ? this.each(g) : this.queue(e.queue, g)) | |
}, | |
stop: function (a, c, d) { | |
return typeof a != "string" && (d = c, c = a, a = b), c && a !== !1 && this.queue(a || "fx", []), this.each(function () { | |
function h(a, b, c) { | |
var e = b[c]; | |
f.removeData(a, c, !0), e.stop(d) | |
} | |
var b, c = !1, | |
e = f.timers, | |
g = f._data(this); | |
d || f._unmark(!0, this); | |
if (a == null) for (b in g) g[b] && g[b].stop && b.indexOf(".run") === b.length - 4 && h(this, g, b); | |
else g[b = a + ".run"] && g[b].stop && h(this, g, b); | |
for (b = e.length; b--;) e[b].elem === this && (a == null || e[b].queue === a) && (d ? e[b](!0) : e[b].saveState(), c = !0, e.splice(b, 1)); | |
(!d || !c) && f.dequeue(this, a) | |
}) | |
} | |
}), f.each({ | |
slideDown: cu("show", 1), | |
slideUp: cu("hide", 1), | |
slideToggle: cu("toggle", 1), | |
fadeIn: { | |
opacity: "show" | |
}, | |
fadeOut: { | |
opacity: "hide" | |
}, | |
fadeToggle: { | |
opacity: "toggle" | |
} | |
}, function (a, b) { | |
f.fn[a] = function (a, c, d) { | |
return this.animate(b, a, c, d) | |
} | |
}), f.extend({ | |
speed: function (a, b, c) { | |
var d = a && typeof a == "object" ? f.extend({}, a) : { | |
complete: c || !c && b || f.isFunction(a) && a, | |
duration: a, | |
easing: c && b || b && !f.isFunction(b) && b | |
}; | |
d.duration = f.fx.off ? 0 : typeof d.duration == "number" ? d.duration : d.duration in f.fx.speeds ? f.fx.speeds[d.duration] : f.fx.speeds._default; | |
if (d.queue == null || d.queue === !0) d.queue = "fx"; | |
return d.old = d.complete, d.complete = function (a) { | |
f.isFunction(d.old) && d.old.call(this), d.queue ? f.dequeue(this, d.queue) : a !== !1 && f._unmark(this) | |
}, d | |
}, | |
easing: { | |
linear: function (a, b, c, d) { | |
return c + d * a | |
}, | |
swing: function (a, b, c, d) { | |
return (-Math.cos(a * Math.PI) / 2 + .5) * d + c | |
} | |
}, | |
timers: [], | |
fx: function (a, b, c) { | |
this.options = b, this.elem = a, this.prop = c, b.orig = b.orig || {} | |
} | |
}), f.fx.prototype = { | |
update: function () { | |
this.options.step && this.options.step.call(this.elem, this.now, this), (f.fx.step[this.prop] || f.fx.step._default)(this) | |
}, | |
cur: function () { | |
if (this.elem[this.prop] == null || !! this.elem.style && this.elem.style[this.prop] != null) { | |
var a, b = f.css(this.elem, this.prop); | |
return isNaN(a = parseFloat(b)) ? !b || b === "auto" ? 0 : b : a | |
} | |
return this.elem[this.prop] | |
}, | |
custom: function (a, c, d) { | |
function h(a) { | |
return e.step(a) | |
} | |
var e = this, | |
g = f.fx; | |
this.startTime = cr || cs(), this.end = c, this.now = this.start = a, this.pos = this.state = 0, this.unit = d || this.unit || (f.cssNumber[this.prop] ? "" : "px"), h.queue = this.options.queue, h.elem = this.elem, h.saveState = function () { | |
e.options.hide && f._data(e.elem, "fxshow" + e.prop) === b && f._data(e.elem, "fxshow" + e.prop, e.start) | |
}, h() && f.timers.push(h) && !cp && (cp = setInterval(g.tick, g.interval)) | |
}, | |
show: function () { | |
var a = f._data(this.elem, "fxshow" + this.prop); | |
this.options.orig[this.prop] = a || f.style(this.elem, this.prop), this.options.show = !0, a !== b ? this.custom(this.cur(), a) : this.custom(this.prop === "width" || this.prop === "height" ? 1 : 0, this.cur()), f(this.elem).show() | |
}, | |
hide: function () { | |
this.options.orig[this.prop] = f._data(this.elem, "fxshow" + this.prop) || f.style(this.elem, this.prop), this.options.hide = !0, this.custom(this.cur(), 0) | |
}, | |
step: function (a) { | |
var b, c, d, e = cr || cs(), | |
g = !0, | |
h = this.elem, | |
i = this.options; | |
if (a || e >= i.duration + this.startTime) { | |
this.now = this.end, this.pos = this.state = 1, this.update(), i.animatedProperties[this.prop] = !0; | |
for (b in i.animatedProperties) i.animatedProperties[b] !== !0 && (g = !1); | |
if (g) { | |
i.overflow != null && !f.support.shrinkWrapBlocks && f.each(["", "X", "Y"], function (a, b) { | |
h.style["overflow" + b] = i.overflow[a] | |
}), i.hide && f(h).hide(); | |
if (i.hide || i.show) for (b in i.animatedProperties) f.style(h, b, i.orig[b]), f.removeData(h, "fxshow" + b, !0), f.removeData(h, "toggle" + b, !0); | |
d = i.complete, d && (i.complete = !1, d.call(h)) | |
} | |
return !1 | |
} | |
return i.duration == Infinity ? this.now = e : (c = e - this.startTime, this.state = c / i.duration, this.pos = f.easing[i.animatedProperties[this.prop]](this.state, c, 0, 1, i.duration), this.now = this.start + (this.end - this.start) * this.pos), this.update(), !0 | |
} | |
}, f.extend(f.fx, { | |
tick: function () { | |
var a, b = f.timers, | |
c = 0; | |
for (; c < b.length; c++) a = b[c], !a() && b[c] === a && b.splice(c--, 1); | |
b.length || f.fx.stop() | |
}, | |
interval: 13, | |
stop: function () { | |
clearInterval(cp), cp = null | |
}, | |
speeds: { | |
slow: 600, | |
fast: 200, | |
_default: 400 | |
}, | |
step: { | |
opacity: function (a) { | |
f.style(a.elem, "opacity", a.now) | |
}, | |
_default: function (a) { | |
a.elem.style && a.elem.style[a.prop] != null ? a.elem.style[a.prop] = a.now + a.unit : a.elem[a.prop] = a.now | |
} | |
} | |
}), f.each(["width", "height"], function (a, b) { | |
f.fx.step[b] = function (a) { | |
f.style(a.elem, b, Math.max(0, a.now) + a.unit) | |
} | |
}), f.expr && f.expr.filters && (f.expr.filters.animated = function (a) { | |
return f.grep(f.timers, function (b) { | |
return a === b.elem | |
}).length | |
}); | |
var cw = /^t(?:able|d|h)$/i, | |
cx = /^(?:body|html)$/i; | |
"getBoundingClientRect" in c.documentElement ? f.fn.offset = function (a) { | |
var b = this[0], | |
c; | |
if (a) return this.each(function (b) { | |
f.offset.setOffset(this, a, b) | |
}); | |
if (!b || !b.ownerDocument) return null; | |
if (b === b.ownerDocument.body) return f.offset.bodyOffset(b); | |
try { | |
c = b.getBoundingClientRect() | |
} catch (d) {} | |
var e = b.ownerDocument, | |
g = e.documentElement; | |
if (!c || !f.contains(g, b)) return c ? { | |
top: c.top, | |
left: c.left | |
} : { | |
top: 0, | |
left: 0 | |
}; | |
var h = e.body, | |
i = cy(e), | |
j = g.clientTop || h.clientTop || 0, | |
k = g.clientLeft || h.clientLeft || 0, | |
l = i.pageYOffset || f.support.boxModel && g.scrollTop || h.scrollTop, | |
m = i.pageXOffset || f.support.boxModel && g.scrollLeft || h.scrollLeft, | |
n = c.top + l - j, | |
o = c.left + m - k; | |
return { | |
top: n, | |
left: o | |
} | |
} : f.fn.offset = function (a) { | |
var b = this[0]; | |
if (a) return this.each(function (b) { | |
f.offset.setOffset(this, a, b) | |
}); | |
if (!b || !b.ownerDocument) return null; | |
if (b === b.ownerDocument.body) return f.offset.bodyOffset(b); | |
var c, d = b.offsetParent, | |
e = b, | |
g = b.ownerDocument, | |
h = g.documentElement, | |
i = g.body, | |
j = g.defaultView, | |
k = j ? j.getComputedStyle(b, null) : b.currentStyle, | |
l = b.offsetTop, | |
m = b.offsetLeft; | |
while ((b = b.parentNode) && b !== i && b !== h) { | |
if (f.support.fixedPosition && k.position === "fixed") break; | |
c = j ? j.getComputedStyle(b, null) : b.currentStyle, l -= b.scrollTop, m -= b.scrollLeft, b === d && (l += b.offsetTop, m += b.offsetLeft, f.support.doesNotAddBorder && (!f.support.doesAddBorderForTableAndCells || !cw.test(b.nodeName)) && (l += parseFloat(c.borderTopWidth) || 0, m += parseFloat(c.borderLeftWidth) || 0), e = d, d = b.offsetParent), f.support.subtractsBorderForOverflowNotVisible && c.overflow !== "visible" && (l += parseFloat(c.borderTopWidth) || 0, m += parseFloat(c.borderLeftWidth) || 0), k = c | |
} | |
if (k.position === "relative" || k.position === "static") l += i.offsetTop, m += i.offsetLeft; | |
return f.support.fixedPosition && k.position === "fixed" && (l += Math.max(h.scrollTop, i.scrollTop), m += Math.max(h.scrollLeft, i.scrollLeft)), { | |
top: l, | |
left: m | |
} | |
}, f.offset = { | |
bodyOffset: function (a) { | |
var b = a.offsetTop, | |
c = a.offsetLeft; | |
return f.support.doesNotIncludeMarginInBodyOffset && (b += parseFloat(f.css(a, "marginTop")) || 0, c += parseFloat(f.css(a, "marginLeft")) || 0), { | |
top: b, | |
left: c | |
} | |
}, | |
setOffset: function (a, b, c) { | |
var d = f.css(a, "position"); | |
d === "static" && (a.style.position = "relative"); | |
var e = f(a), | |
g = e.offset(), | |
h = f.css(a, "top"), | |
i = f.css(a, "left"), | |
j = (d === "absolute" || d === "fixed") && f.inArray("auto", [h, i]) > -1, | |
k = {}, | |
l = {}, | |
m, n; | |
j ? (l = e.position(), m = l.top, n = l.left) : (m = parseFloat(h) || 0, n = parseFloat(i) || 0), f.isFunction(b) && (b = b.call(a, c, g)), b.top != null && (k.top = b.top - g.top + m), b.left != null && (k.left = b.left - g.left + n), "using" in b ? b.using.call(a, k) : e.css(k) | |
} | |
}, f.fn.extend({ | |
position: function () { | |
if (!this[0]) return null; | |
var a = this[0], | |
b = this.offsetParent(), | |
c = this.offset(), | |
d = cx.test(b[0].nodeName) ? { | |
top: 0, | |
left: 0 | |
} : b.offset(); | |
return c.top -= parseFloat(f.css(a, "marginTop")) || 0, c.left -= parseFloat(f.css(a, "marginLeft")) || 0, d.top += parseFloat(f.css(b[0], "borderTopWidth")) || 0, d.left += parseFloat(f.css(b[0], "borderLeftWidth")) || 0, { | |
top: c.top - d.top, | |
left: c.left - d.left | |
} | |
}, | |
offsetParent: function () { | |
return this.map(function () { | |
var a = this.offsetParent || c.body; | |
while (a && !cx.test(a.nodeName) && f.css(a, "position") === "static") a = a.offsetParent; | |
return a | |
}) | |
} | |
}), f.each(["Left", "Top"], function (a, c) { | |
var d = "scroll" + c; | |
f.fn[d] = function (c) { | |
var e, g; | |
return c === b ? (e = this[0], e ? (g = cy(e), g ? "pageXOffset" in g ? g[a ? "pageYOffset" : "pageXOffset"] : f.support.boxModel && g.document.documentElement[d] || g.document.body[d] : e[d]) : null) : this.each(function () { | |
g = cy(this), g ? g.scrollTo(a ? f(g).scrollLeft() : c, a ? c : f(g).scrollTop()) : this[d] = c | |
}) | |
} | |
}), f.each(["Height", "Width"], function (a, c) { | |
var d = c.toLowerCase(); | |
f.fn["inner" + c] = function () { | |
var a = this[0]; | |
return a ? a.style ? parseFloat(f.css(a, d, "padding")) : this[d]() : null | |
}, f.fn["outer" + c] = function (a) { | |
var b = this[0]; | |
return b ? b.style ? parseFloat(f.css(b, d, a ? "margin" : "border")) : this[d]() : null | |
}, f.fn[d] = function (a) { | |
var e = this[0]; | |
if (!e) return a == null ? null : this; | |
if (f.isFunction(a)) return this.each(function (b) { | |
var c = f(this); | |
c[d](a.call(this, b, c[d]())) | |
}); | |
if (f.isWindow(e)) { | |
var g = e.document.documentElement["client" + c], | |
h = e.document.body; | |
return e.document.compatMode === "CSS1Compat" && g || h && h["client" + c] || g | |
} | |
if (e.nodeType === 9) return Math.max(e.documentElement["client" + c], e.body["scroll" + c], e.documentElement["scroll" + c], e.body["offset" + c], e.documentElement["offset" + c]); | |
if (a === b) { | |
var i = f.css(e, d), | |
j = parseFloat(i); | |
return f.isNumeric(j) ? j : i | |
} | |
return this.css(d, typeof a == "string" ? a : a + "px") | |
} | |
}), a.jQuery = a.$ = f, typeof define == "function" && define.amd && define.amd.jQuery && define("jquery", [], function () { | |
return f | |
}) | |
})(window), window.log = function () { | |
log.history = log.history || [], log.history.push(arguments); | |
if (this.console) { | |
arguments.callee = arguments.callee.caller; | |
var a = [].slice.call(arguments); | |
typeof console.log == "object" ? log.apply.call(console.log, console, a) : console.log.apply(console, a) | |
} | |
}, function (a) { | |
function b() {} | |
for (var c = "assert,count,debug,dir,dirxml,error,exception,group,groupCollapsed,groupEnd,info,log,timeStamp,profile,profileEnd,time,timeEnd,trace,warn".split(","), d; d = c.pop();) a[d] = a[d] || b | |
}(function () { | |
try { | |
return console.log(), window.console | |
} catch (a) { | |
return window.console = {} | |
} | |
}()), window.matchMedia = window.matchMedia || | |
function (a, b) { | |
var c, d = a.documentElement, | |
e = d.firstElementChild || d.firstChild, | |
f = a.createElement("body"), | |
g = a.createElement("div"); | |
return g.id = "mq-test-1", g.style.cssText = "position:absolute;top:-100em", f.appendChild(g), function (a) { | |
return g.innerHTML = '­<style media="' + a + '"> #mq-test-1 { width: 42px; }</style>', d.insertBefore(f, e), c = g.offsetWidth == 42, d.removeChild(f), { | |
matches: c, | |
media: a | |
} | |
} | |
}(document), function (a, b) { | |
var c = function (a, b, c) { | |
var d; | |
return function e() { | |
function g() { | |
c || a.apply(e, f), d = null | |
} | |
var e = this, | |
f = arguments; | |
d ? clearTimeout(d) : c && a.apply(e, f), d = setTimeout(g, b || 100) | |
} | |
}; | |
jQuery.fn[b] = function (a) { | |
return a ? this.bind("resize", c(a)) : this.trigger(b) | |
} | |
}(jQuery, "smartresize"), function (a, b) { | |
var c = function (a, b, c) { | |
var d; | |
return function e() { | |
function g() { | |
c || a.apply(e, f), d = null | |
} | |
var e = this, | |
f = arguments; | |
d ? clearTimeout(d) : c && a.apply(e, f), d = setTimeout(g, b || 100) | |
} | |
}; | |
jQuery.fn[b] = function (a) { | |
return a ? this.bind("scroll", c(a)) : this.trigger(b) | |
} | |
}(jQuery, "smartscroll"), function (a) { | |
a.fn.fitText = function (b, c) { | |
var d = { | |
minFontSize: Number.NEGATIVE_INFINITY, | |
maxFontSize: Number.POSITIVE_INFINITY | |
}; | |
return this.each(function () { | |
var e = a(this), | |
f = b || 1; | |
c && a.extend(d, c); | |
var g = function () { | |
e.css("font-size", Math.max(Math.min(e.width() / (f * 10), parseFloat(d.maxFontSize)), parseFloat(d.minFontSize))) | |
}; | |
g(), a(window).resize(g) | |
}) | |
} | |
}(jQuery), function (a, b) { | |
var c = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw=="; | |
a.fn.imagesLoaded = function (b) { | |
function l() { | |
var c = a(j), | |
f = a(k); | |
e && (k.length ? e.reject(g, c, f) : e.resolve(g)), a.isFunction(b) && b.call(d, g, c, f) | |
} | |
function m(b) { | |
var d = b.target; | |
if (d.src === c || a.inArray(d, i) !== -1) return; | |
i.push(d), b.type === "error" ? k.push(d) : j.push(d), a.data(d, "imagesLoaded", { | |
event: b.type, | |
src: d.src | |
}), f && e.notify(a(d), g.length, i.length, j.length, k.length), --h <= 0 && (setTimeout(l), g.unbind(".imagesLoaded", m)) | |
} | |
var d = this, | |
e = a.isFunction(a.Deferred) ? a.Deferred() : 0, | |
f = a.isFunction(e.notify), | |
g = d.find("img").add(d.filter("img")), | |
h = g.length, | |
i = [], | |
j = [], | |
k = []; | |
return h || l(), g.bind("load.imagesLoaded error.imagesLoaded", m).each(function () { | |
var b = this.src, | |
d = a.data(this, "imagesLoaded"); | |
if (d && d.src === b) { | |
a(this).triggerHandler(d.event); | |
return | |
} | |
this.src = c, this.src = b | |
}), e ? e.promise(d) : d | |
} | |
}(jQuery); | |
var Handlebars = {}; | |
Handlebars.VERSION = "1.0.beta.6", Handlebars.helpers = {}, Handlebars.partials = {}, Handlebars.registerHelper = function (a, b, c) { | |
c && (b.not = c), this.helpers[a] = b | |
}, Handlebars.registerPartial = function (a, b) { | |
this.partials[a] = b | |
}, Handlebars.registerHelper("helperMissing", function (a) { | |
if (arguments.length === 2) return undefined; | |
throw new Error("Could not find property '" + a + "'") | |
}); | |
var toString = Object.prototype.toString, | |
functionType = "[object Function]"; | |
Handlebars.registerHelper("blockHelperMissing", function (a, b) { | |
var c = b.inverse || | |
function () {}, d = b.fn, e = "", f = toString.call(a); | |
f === functionType && (a = a.call(this)); | |
if (a === !0) return d(this); | |
if (a === !1 || a == null) return c(this); | |
if (f === "[object Array]") { | |
if (a.length > 0) for (var g = 0, h = a.length; g < h; g++) e += d(a[g]); | |
else e = c(this); | |
return e | |
} | |
return d(a) | |
}), Handlebars.registerHelper("each", function (a, b) { | |
var c = b.fn, | |
d = b.inverse, | |
e = ""; | |
if (a && a.length > 0) for (var f = 0, g = a.length; f < g; f++) e += c(a[f]); | |
else e = d(this); | |
return e | |
}), Handlebars.registerHelper("if", function (a, b) { | |
var c = toString.call(a); | |
return c === functionType && (a = a.call(this)), !a || Handlebars.Utils.isEmpty(a) ? b.inverse(this) : b.fn(this) | |
}), Handlebars.registerHelper("unless", function (a, b) { | |
var c = b.fn, | |
d = b.inverse; | |
return b.fn = d, b.inverse = c, Handlebars.helpers["if"].call(this, a, b) | |
}), Handlebars.registerHelper("with", function (a, b) { | |
return b.fn(a) | |
}), Handlebars.registerHelper("log", function (a) { | |
Handlebars.log(a) | |
}); | |
var handlebars = function () { | |
var a = { | |
trace: function () {}, | |
yy: {}, | |
symbols_: { | |
error: 2, | |
root: 3, | |
program: 4, | |
EOF: 5, | |
statements: 6, | |
simpleInverse: 7, | |
statement: 8, | |
openInverse: 9, | |
closeBlock: 10, | |
openBlock: 11, | |
mustache: 12, | |
partial: 13, | |
CONTENT: 14, | |
COMMENT: 15, | |
OPEN_BLOCK: 16, | |
inMustache: 17, | |
CLOSE: 18, | |
OPEN_INVERSE: 19, | |
OPEN_ENDBLOCK: 20, | |
path: 21, | |
OPEN: 22, | |
OPEN_UNESCAPED: 23, | |
OPEN_PARTIAL: 24, | |
params: 25, | |
hash: 26, | |
param: 27, | |
STRING: 28, | |
INTEGER: 29, | |
BOOLEAN: 30, | |
hashSegments: 31, | |
hashSegment: 32, | |
ID: 33, | |
EQUALS: 34, | |
pathSegments: 35, | |
SEP: 36, | |
$accept: 0, | |
$end: 1 | |
}, | |
terminals_: { | |
2: "error", | |
5: "EOF", | |
14: "CONTENT", | |
15: "COMMENT", | |
16: "OPEN_BLOCK", | |
18: "CLOSE", | |
19: "OPEN_INVERSE", | |
20: "OPEN_ENDBLOCK", | |
22: "OPEN", | |
23: "OPEN_UNESCAPED", | |
24: "OPEN_PARTIAL", | |
28: "STRING", | |
29: "INTEGER", | |
30: "BOOLEAN", | |
33: "ID", | |
34: "EQUALS", | |
36: "SEP" | |
}, | |
productions_: [0, [3, 2], | |
[4, 3], | |
[4, 1], | |
[4, 0], | |
[6, 1], | |
[6, 2], | |
[8, 3], | |
[8, 3], | |
[8, 1], | |
[8, 1], | |
[8, 1], | |
[8, 1], | |
[11, 3], | |
[9, 3], | |
[10, 3], | |
[12, 3], | |
[12, 3], | |
[13, 3], | |
[13, 4], | |
[7, 2], | |
[17, 3], | |
[17, 2], | |
[17, 2], | |
[17, 1], | |
[25, 2], | |
[25, 1], | |
[27, 1], | |
[27, 1], | |
[27, 1], | |
[27, 1], | |
[26, 1], | |
[31, 2], | |
[31, 1], | |
[32, 3], | |
[32, 3], | |
[32, 3], | |
[32, 3], | |
[21, 1], | |
[35, 3], | |
[35, 1] | |
], | |
performAction: function d(a, b, c, d, e, f, g) { | |
var h = f.length - 1; | |
switch (e) { | |
case 1: | |
return f[h - 1]; | |
case 2: | |
this.$ = new d.ProgramNode(f[h - 2], f[h]); | |
break; | |
case 3: | |
this.$ = new d.ProgramNode(f[h]); | |
break; | |
case 4: | |
this.$ = new d.ProgramNode([]); | |
break; | |
case 5: | |
this.$ = [f[h]]; | |
break; | |
case 6: | |
f[h - 1].push(f[h]), this.$ = f[h - 1]; | |
break; | |
case 7: | |
this.$ = new d.InverseNode(f[h - 2], f[h - 1], f[h]); | |
break; | |
case 8: | |
this.$ = new d.BlockNode(f[h - 2], f[h - 1], f[h]); | |
break; | |
case 9: | |
this.$ = f[h]; | |
break; | |
case 10: | |
this.$ = f[h]; | |
break; | |
case 11: | |
this.$ = new d.ContentNode(f[h]); | |
break; | |
case 12: | |
this.$ = new d.CommentNode(f[h]); | |
break; | |
case 13: | |
this.$ = new d.MustacheNode(f[h - 1][0], f[h - 1][1]); | |
break; | |
case 14: | |
this.$ = new d.MustacheNode(f[h - 1][0], f[h - 1][1]); | |
break; | |
case 15: | |
this.$ = f[h - 1]; | |
break; | |
case 16: | |
this.$ = new d.MustacheNode(f[h - 1][0], f[h - 1][1]); | |
break; | |
case 17: | |
this.$ = new d.MustacheNode(f[h - 1][0], f[h - 1][1], !0); | |
break; | |
case 18: | |
this.$ = new d.PartialNode(f[h - 1]); | |
break; | |
case 19: | |
this.$ = new d.PartialNode(f[h - 2], f[h - 1]); | |
break; | |
case 20: | |
break; | |
case 21: | |
this.$ = [ | |
[f[h - 2]].concat(f[h - 1]), f[h] | |
]; | |
break; | |
case 22: | |
this.$ = [ | |
[f[h - 1]].concat(f[h]), null]; | |
break; | |
case 23: | |
this.$ = [ | |
[f[h - 1]], f[h] | |
]; | |
break; | |
case 24: | |
this.$ = [ | |
[f[h]], null]; | |
break; | |
case 25: | |
f[h - 1].push(f[h]), this.$ = f[h - 1]; | |
break; | |
case 26: | |
this.$ = [f[h]]; | |
break; | |
case 27: | |
this.$ = f[h]; | |
break; | |
case 28: | |
this.$ = new d.StringNode(f[h]); | |
break; | |
case 29: | |
this.$ = new d.IntegerNode(f[h]); | |
break; | |
case 30: | |
this.$ = new d.BooleanNode(f[h]); | |
break; | |
case 31: | |
this.$ = new d.HashNode(f[h]); | |
break; | |
case 32: | |
f[h - 1].push(f[h]), this.$ = f[h - 1]; | |
break; | |
case 33: | |
this.$ = [f[h]]; | |
break; | |
case 34: | |
this.$ = [f[h - 2], f[h]]; | |
break; | |
case 35: | |
this.$ = [f[h - 2], new d.StringNode(f[h])]; | |
break; | |
case 36: | |
this.$ = [f[h - 2], new d.IntegerNode(f[h])]; | |
break; | |
case 37: | |
this.$ = [f[h - 2], new d.BooleanNode(f[h])]; | |
break; | |
case 38: | |
this.$ = new d.IdNode(f[h]); | |
break; | |
case 39: | |
f[h - 2].push(f[h]), this.$ = f[h - 2]; | |
break; | |
case 40: | |
this.$ = [f[h]] | |
} | |
}, | |
table: [{ | |
3: 1, | |
4: 2, | |
5: [2, 4], | |
6: 3, | |
8: 4, | |
9: 5, | |
11: 6, | |
12: 7, | |
13: 8, | |
14: [1, 9], | |
15: [1, 10], | |
16: [1, 12], | |
19: [1, 11], | |
22: [1, 13], | |
23: [1, 14], | |
24: [1, 15] | |
}, { | |
1: [3] | |
}, { | |
5: [1, 16] | |
}, { | |
5: [2, 3], | |
7: 17, | |
8: 18, | |
9: 5, | |
11: 6, | |
12: 7, | |
13: 8, | |
14: [1, 9], | |
15: [1, 10], | |
16: [1, 12], | |
19: [1, 19], | |
20: [2, 3], | |
22: [1, 13], | |
23: [1, 14], | |
24: [1, 15] | |
}, { | |
5: [2, 5], | |
14: [2, 5], | |
15: [2, 5], | |
16: [2, 5], | |
19: [2, 5], | |
20: [2, 5], | |
22: [2, 5], | |
23: [2, 5], | |
24: [2, 5] | |
}, { | |
4: 20, | |
6: 3, | |
8: 4, | |
9: 5, | |
11: 6, | |
12: 7, | |
13: 8, | |
14: [1, 9], | |
15: [1, 10], | |
16: [1, 12], | |
19: [1, 11], | |
20: [2, 4], | |
22: [1, 13], | |
23: [1, 14], | |
24: [1, 15] | |
}, { | |
4: 21, | |
6: 3, | |
8: 4, | |
9: 5, | |
11: 6, | |
12: 7, | |
13: 8, | |
14: [1, 9], | |
15: [1, 10], | |
16: [1, 12], | |
19: [1, 11], | |
20: [2, 4], | |
22: [1, 13], | |
23: [1, 14], | |
24: [1, 15] | |
}, { | |
5: [2, 9], | |
14: [2, 9], | |
15: [2, 9], | |
16: [2, 9], | |
19: [2, 9], | |
20: [2, 9], | |
22: [2, 9], | |
23: [2, 9], | |
24: [2, 9] | |
}, { | |
5: [2, 10], | |
14: [2, 10], | |
15: [2, 10], | |
16: [2, 10], | |
19: [2, 10], | |
20: [2, 10], | |
22: [2, 10], | |
23: [2, 10], | |
24: [2, 10] | |
}, { | |
5: [2, 11], | |
14: [2, 11], | |
15: [2, 11], | |
16: [2, 11], | |
19: [2, 11], | |
20: [2, 11], | |
22: [2, 11], | |
23: [2, 11], | |
24: [2, 11] | |
}, { | |
5: [2, 12], | |
14: [2, 12], | |
15: [2, 12], | |
16: [2, 12], | |
19: [2, 12], | |
20: [2, 12], | |
22: [2, 12], | |
23: [2, 12], | |
24: [2, 12] | |
}, { | |
17: 22, | |
21: 23, | |
33: [1, 25], | |
35: 24 | |
}, { | |
17: 26, | |
21: 23, | |
33: [1, 25], | |
35: 24 | |
}, { | |
17: 27, | |
21: 23, | |
33: [1, 25], | |
35: 24 | |
}, { | |
17: 28, | |
21: 23, | |
33: [1, 25], | |
35: 24 | |
}, { | |
21: 29, | |
33: [1, 25], | |
35: 24 | |
}, { | |
1: [2, 1] | |
}, { | |
6: 30, | |
8: 4, | |
9: 5, | |
11: 6, | |
12: 7, | |
13: 8, | |
14: [1, 9], | |
15: [1, 10], | |
16: [1, 12], | |
19: [1, 11], | |
22: [1, 13], | |
23: [1, 14], | |
24: [1, 15] | |
}, { | |
5: [2, 6], | |
14: [2, 6], | |
15: [2, 6], | |
16: [2, 6], | |
19: [2, 6], | |
20: [2, 6], | |
22: [2, 6], | |
23: [2, 6], | |
24: [2, 6] | |
}, { | |
17: 22, | |
18: [1, 31], | |
21: 23, | |
33: [1, 25], | |
35: 24 | |
}, { | |
10: 32, | |
20: [1, 33] | |
}, { | |
10: 34, | |
20: [1, 33] | |
}, { | |
18: [1, 35] | |
}, { | |
18: [2, 24], | |
21: 40, | |
25: 36, | |
26: 37, | |
27: 38, | |
28: [1, 41], | |
29: [1, 42], | |
30: [1, 43], | |
31: 39, | |
32: 44, | |
33: [1, 45], | |
35: 24 | |
}, { | |
18: [2, 38], | |
28: [2, 38], | |
29: [2, 38], | |
30: [2, 38], | |
33: [2, 38], | |
36: [1, 46] | |
}, { | |
18: [2, 40], | |
28: [2, 40], | |
29: [2, 40], | |
30: [2, 40], | |
33: [2, 40], | |
36: [2, 40] | |
}, { | |
18: [1, 47] | |
}, { | |
18: [1, 48] | |
}, { | |
18: [1, 49] | |
}, { | |
18: [1, 50], | |
21: 51, | |
33: [1, 25], | |
35: 24 | |
}, { | |
5: [2, 2], | |
8: 18, | |
9: 5, | |
11: 6, | |
12: 7, | |
13: 8, | |
14: [1, 9], | |
15: [1, 10], | |
16: [1, 12], | |
19: [1, 11], | |
20: [2, 2], | |
22: [1, 13], | |
23: [1, 14], | |
24: [1, 15] | |
}, { | |
14: [2, 20], | |
15: [2, 20], | |
16: [2, 20], | |
19: [2, 20], | |
22: [2, 20], | |
23: [2, 20], | |
24: [2, 20] | |
}, { | |
5: [2, 7], | |
14: [2, 7], | |
15: [2, 7], | |
16: [2, 7], | |
19: [2, 7], | |
20: [2, 7], | |
22: [2, 7], | |
23: [2, 7], | |
24: [2, 7] | |
}, { | |
21: 52, | |
33: [1, 25], | |
35: 24 | |
}, { | |
5: [2, 8], | |
14: [2, 8], | |
15: [2, 8], | |
16: [2, 8], | |
19: [2, 8], | |
20: [2, 8], | |
22: [2, 8], | |
23: [2, 8], | |
24: [2, 8] | |
}, { | |
14: [2, 14], | |
15: [2, 14], | |
16: [2, 14], | |
19: [2, 14], | |
20: [2, 14], | |
22: [2, 14], | |
23: [2, 14], | |
24: [2, 14] | |
}, { | |
18: [2, 22], | |
21: 40, | |
26: 53, | |
27: 54, | |
28: [1, 41], | |
29: [1, 42], | |
30: [1, 43], | |
31: 39, | |
32: 44, | |
33: [1, 45], | |
35: 24 | |
}, { | |
18: [2, 23] | |
}, { | |
18: [2, 26], | |
28: [2, 26], | |
29: [2, 26], | |
30: [2, 26], | |
33: [2, 26] | |
}, { | |
18: [2, 31], | |
32: 55, | |
33: [1, 56] | |
}, { | |
18: [2, 27], | |
28: [2, 27], | |
29: [2, 27], | |
30: [2, 27], | |
33: [2, 27] | |
}, { | |
18: [2, 28], | |
28: [2, 28], | |
29: [2, 28], | |
30: [2, 28], | |
33: [2, 28] | |
}, { | |
18: [2, 29], | |
28: [2, 29], | |
29: [2, 29], | |
30: [2, 29], | |
33: [2, 29] | |
}, { | |
18: [2, 30], | |
28: [2, 30], | |
29: [2, 30], | |
30: [2, 30], | |
33: [2, 30] | |
}, { | |
18: [2, 33], | |
33: [2, 33] | |
}, { | |
18: [2, 40], | |
28: [2, 40], | |
29: [2, 40], | |
30: [2, 40], | |
33: [2, 40], | |
34: [1, 57], | |
36: [2, 40] | |
}, { | |
33: [1, 58] | |
}, { | |
14: [2, 13], | |
15: [2, 13], | |
16: [2, 13], | |
19: [2, 13], | |
20: [2, 13], | |
22: [2, 13], | |
23: [2, 13], | |
24: [2, 13] | |
}, { | |
5: [2, 16], | |
14: [2, 16], | |
15: [2, 16], | |
16: [2, 16], | |
19: [2, 16], | |
20: [2, 16], | |
22: [2, 16], | |
23: [2, 16], | |
24: [2, 16] | |
}, { | |
5: [2, 17], | |
14: [2, 17], | |
15: [2, 17], | |
16: [2, 17], | |
19: [2, 17], | |
20: [2, 17], | |
22: [2, 17], | |
23: [2, 17], | |
24: [2, 17] | |
}, { | |
5: [2, 18], | |
14: [2, 18], | |
15: [2, 18], | |
16: [2, 18], | |
19: [2, 18], | |
20: [2, 18], | |
22: [2, 18], | |
23: [2, 18], | |
24: [2, 18] | |
}, { | |
18: [1, 59] | |
}, { | |
18: [1, 60] | |
}, { | |
18: [2, 21] | |
}, { | |
18: [2, 25], | |
28: [2, 25], | |
29: [2, 25], | |
30: [2, 25], | |
33: [2, 25] | |
}, { | |
18: [2, 32], | |
33: [2, 32] | |
}, { | |
34: [1, 57] | |
}, { | |
21: 61, | |
28: [1, 62], | |
29: [1, 63], | |
30: [1, 64], | |
33: [1, 25], | |
35: 24 | |
}, { | |
18: [2, 39], | |
28: [2, 39], | |
29: [2, 39], | |
30: [2, 39], | |
33: [2, 39], | |
36: [2, 39] | |
}, { | |
5: [2, 19], | |
14: [2, 19], | |
15: [2, 19], | |
16: [2, 19], | |
19: [2, 19], | |
20: [2, 19], | |
22: [2, 19], | |
23: [2, 19], | |
24: [2, 19] | |
}, { | |
5: [2, 15], | |
14: [2, 15], | |
15: [2, 15], | |
16: [2, 15], | |
19: [2, 15], | |
20: [2, 15], | |
22: [2, 15], | |
23: [2, 15], | |
24: [2, 15] | |
}, { | |
18: [2, 34], | |
33: [2, 34] | |
}, { | |
18: [2, 35], | |
33: [2, 35] | |
}, { | |
18: [2, 36], | |
33: [2, 36] | |
}, { | |
18: [2, 37], | |
33: [2, 37] | |
}], | |
defaultActions: { | |
16: [2, 1], | |
37: [2, 23], | |
53: [2, 21] | |
}, | |
parseError: function (a, b) { | |
throw new Error(a) | |
}, | |
parse: function f(a) { | |
function n(a) { | |
c.length = c.length - 2 * a, d.length = d.length - a, e.length = e.length - a | |
} | |
function o() { | |
var a; | |
return a = b.lexer.lex() || 1, typeof a != "number" && (a = b.symbols_[a] || a), a | |
} | |
var b = this, | |
c = [0], | |
d = [null], | |
e = [], | |
f = this.table, | |
g = "", | |
h = 0, | |
i = 0, | |
j = 0, | |
k = 2, | |
l = 1; | |
this.lexer.setInput(a), this.lexer.yy = this.yy, this.yy.lexer = this.lexer, typeof this.lexer.yylloc == "undefined" && (this.lexer.yylloc = {}); | |
var m = this.lexer.yylloc; | |
e.push(m), typeof this.yy.parseError == "function" && (this.parseError = this.yy.parseError); | |
var p, q, r, s, t, u, v = {}, | |
w, x, y, z; | |
for (;;) { | |
r = c[c.length - 1], this.defaultActions[r] ? s = this.defaultActions[r] : (p == null && (p = o()), s = f[r] && f[r][p]); | |
if (typeof s == "undefined" || !s.length || !s[0]) if (!j) { | |
z = []; | |
for (w in f[r]) this.terminals_[w] && w > 2 && z.push("'" + this.terminals_[w] + "'"); | |
var A = ""; | |
this.lexer.showPosition ? A = "Parse error on line " + (h + 1) + ":\n" + this.lexer.showPosition() + "\nExpecting " + z.join(", ") + ", got '" + this.terminals_[p] + "'" : A = "Parse error on line " + (h + 1) + ": Unexpected " + (p == 1 ? "end of input" : "'" + (this.terminals_[p] || p) + "'"), this.parseError(A, { | |
text: this.lexer.match, | |
token: this.terminals_[p] || p, | |
line: this.lexer.yylineno, | |
loc: m, | |
expected: z | |
}) | |
} | |
if (s[0] instanceof Array && s.length > 1) throw new Error("Parse Error: multiple actions possible at state: " + r + ", token: " + p); | |
switch (s[0]) { | |
case 1: | |
c.push(p), d.push(this.lexer.yytext), e.push(this.lexer.yylloc), c.push(s[1]), p = null, q ? (p = q, q = null) : (i = this.lexer.yyleng, g = this.lexer.yytext, h = this.lexer.yylineno, m = this.lexer.yylloc, j > 0 && j--); | |
break; | |
case 2: | |
x = this.productions_[s[1]][1], v.$ = d[d.length - x], v._$ = { | |
first_line: e[e.length - (x || 1)].first_line, | |
last_line: e[e.length - 1].last_line, | |
first_column: e[e.length - (x || 1)].first_column, | |
last_column: e[e.length - 1].last_column | |
}, u = this.performAction.call(v, g, i, h, this.yy, s[1], d, e); | |
if (typeof u != "undefined") return u; | |
x && (c = c.slice(0, -1 * x * 2), d = d.slice(0, -1 * x), e = e.slice(0, -1 * x)), c.push(this.productions_[s[1]][0]), d.push(v.$), e.push(v._$), y = f[c[c.length - 2]][c[c.length - 1]], c.push(y); | |
break; | |
case 3: | |
return !0 | |
} | |
} | |
return !0 | |
} | |
}, | |
b = function () { | |
var a = { | |
EOF: 1, | |
parseError: function b(a, b) { | |
if (this.yy.parseError) this.yy.parseError(a, b); | |
else throw new Error(a) | |
}, | |
setInput: function (a) { | |
return this._input = a, this._more = this._less = this.done = !1, this.yylineno = this.yyleng = 0, this.yytext = this.matched = this.match = "", this.conditionStack = ["INITIAL"], this.yylloc = { | |
first_line: 1, | |
first_column: 0, | |
last_line: 1, | |
last_column: 0 | |
}, this | |
}, | |
input: function () { | |
var a = this._input[0]; | |
this.yytext += a, this.yyleng++, this.match += a, this.matched += a; | |
var b = a.match(/\n/); | |
return b && this.yylineno++, this._input = this._input.slice(1), a | |
}, | |
unput: function (a) { | |
return this._input = a + this._input, this | |
}, | |
more: function () { | |
return this._more = !0, this | |
}, | |
pastInput: function () { | |
var a = this.matched.substr(0, this.matched.length - this.match.length); | |
return (a.length > 20 ? "..." : "") + a.substr(-20).replace(/\n/g, "") | |
}, | |
upcomingInput: function () { | |
var a = this.match; | |
return a.length < 20 && (a += this._input.substr(0, 20 - a.length)), (a.substr(0, 20) + (a.length > 20 ? "..." : "")).replace(/\n/g, "") | |
}, | |
showPosition: function () { | |
var a = this.pastInput(), | |
b = (new Array(a.length + 1)).join("-"); | |
return a + this.upcomingInput() + "\n" + b + "^" | |
}, | |
next: function () { | |
if (this.done) return this.EOF; | |
this._input || (this.done = !0); | |
var a, b, c, d; | |
this._more || (this.yytext = "", this.match = ""); | |
var e = this._currentRules(); | |
for (var f = 0; f < e.length; f++) { | |
b = this._input.match(this.rules[e[f]]); | |
if (b) { | |
d = b[0].match(/\n.*/g), d && (this.yylineno += d.length), this.yylloc = { | |
first_line: this.yylloc.last_line, | |
last_line: this.yylineno + 1, | |
first_column: this.yylloc.last_column, | |
last_column: d ? d[d.length - 1].length - 1 : this.yylloc.last_column + b[0].length | |
}, this.yytext += b[0], this.match += b[0], this.matches = b, this.yyleng = this.yytext.length, this._more = !1, this._input = this._input.slice(b[0].length), this.matched += b[0], a = this.performAction.call(this, this.yy, this, e[f], this.conditionStack[this.conditionStack.length - 1]); | |
if (a) return a; | |
return | |
} | |
} | |
if (this._input === "") return this.EOF; | |
this.parseError("Lexical error on line " + (this.yylineno + 1) + ". Unrecognized text.\n" + this.showPosition(), { | |
text: "", | |
token: null, | |
line: this.yylineno | |
}) | |
}, | |
lex: function () { | |
var a = this.next(); | |
return typeof a != "undefined" ? a : this.lex() | |
}, | |
begin: function (a) { | |
this.conditionStack.push(a) | |
}, | |
popState: function () { | |
return this.conditionStack.pop() | |
}, | |
_currentRules: function () { | |
return this.conditions[this.conditionStack[this.conditionStack.length - 1]].rules | |
}, | |
topState: function () { | |
return this.conditionStack[this.conditionStack.length - 2] | |
}, | |
pushState: function (a) { | |
this.begin(a) | |
} | |
}; | |
return a.performAction = function (a, b, c, d) { | |
var e = d; | |
switch (c) { | |
case 0: | |
b.yytext.slice(-1) !== "\\" && this.begin("mu"), b.yytext.slice(-1) === "\\" && (b.yytext = b.yytext.substr(0, b.yyleng - 1), this.begin("emu")); | |
if (b.yytext) return 14; | |
break; | |
case 1: | |
return 14; | |
case 2: | |
return this.popState(), 14; | |
case 3: | |
return 24; | |
case 4: | |
return 16; | |
case 5: | |
return 20; | |
case 6: | |
return 19; | |
case 7: | |
return 19; | |
case 8: | |
return 23; | |
case 9: | |
return 23; | |
case 10: | |
return b.yytext = b.yytext.substr(3, b.yyleng - 5), this.popState(), 15; | |
case 11: | |
return 22; | |
case 12: | |
return 34; | |
case 13: | |
return 33; | |
case 14: | |
return 33; | |
case 15: | |
return 36; | |
case 16: | |
break; | |
case 17: | |
return this.popState(), 18; | |
case 18: | |
return this.popState(), 18; | |
case 19: | |
return b.yytext = b.yytext.substr(1, b.yyleng - 2).replace(/\\"/g, '"'), 28; | |
case 20: | |
return 30; | |
case 21: | |
return 30; | |
case 22: | |
return 29; | |
case 23: | |
return 33; | |
case 24: | |
return b.yytext = b.yytext.substr(1, b.yyleng - 2), 33; | |
case 25: | |
return "INVALID"; | |
case 26: | |
return 5 | |
} | |
}, a.rules = [/^[^\x00]*?(?=(\{\{))/, /^[^\x00]+/, /^[^\x00]{2,}?(?=(\{\{))/, /^\{\{>/, /^\{\{#/, /^\{\{\//, /^\{\{\^/, /^\{\{\s*else\b/, /^\{\{\{/, /^\{\{&/, /^\{\{![\s\S]*?\}\}/, /^\{\{/, /^=/, /^\.(?=[} ])/, /^\.\./, /^[\/.]/, /^\s+/, /^\}\}\}/, /^\}\}/, /^"(\\["]|[^"])*"/, /^true(?=[}\s])/, /^false(?=[}\s])/, /^[0-9]+(?=[}\s])/, /^[a-zA-Z0-9_$-]+(?=[=}\s\/.])/, /^\[[^\]]*\]/, /^./, /^$/], a.conditions = { | |
mu: { | |
rules: [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26], | |
inclusive: !1 | |
}, | |
emu: { | |
rules: [2], | |
inclusive: !1 | |
}, | |
INITIAL: { | |
rules: [0, 1, 26], | |
inclusive: !0 | |
} | |
}, a | |
}(); | |
return a.lexer = b, a | |
}(); | |
typeof require != "undefined" && typeof exports != "undefined" && (exports.parser = handlebars, exports.parse = function () { | |
return handlebars.parse.apply(handlebars, arguments) | |
}, exports.main = function (a) { | |
if (!a[1]) throw new Error("Usage: " + a[0] + " FILE"); | |
if (typeof process != "undefined") var b = require("fs").readFileSync(require("path").join(process.cwd(), a[1]), "utf8"); | |
else var c = require("file").path(require("file").cwd()), | |
b = c.join(a[1]).read({ | |
charset: "utf-8" | |
}); | |
return exports.parser.parse(b) | |
}, typeof module != "undefined" && require.main === module && exports.main(typeof process != "undefined" ? process.argv.slice(1) : require("system").args)), Handlebars.Parser = handlebars, Handlebars.parse = function (a) { | |
return Handlebars.Parser.yy = Handlebars.AST, Handlebars.Parser.parse(a) | |
}, Handlebars.print = function (a) { | |
return (new Handlebars.PrintVisitor).accept(a) | |
}, Handlebars.logger = { | |
DEBUG: 0, | |
INFO: 1, | |
WARN: 2, | |
ERROR: 3, | |
level: 3, | |
log: function (a, b) {} | |
}, Handlebars.log = function (a, b) { | |
Handlebars.logger.log(a, b) | |
}, function () { | |
Handlebars.AST = {}, Handlebars.AST.ProgramNode = function (a, b) { | |
this.type = "program", this.statements = a, b && (this.inverse = new Handlebars.AST.ProgramNode(b)) | |
}, Handlebars.AST.MustacheNode = function (a, b, c) { | |
this.type = "mustache", this.id = a[0], this.params = a.slice(1), this.hash = b, this.escaped = !c | |
}, Handlebars.AST.PartialNode = function (a, b) { | |
this.type = "partial", this.id = a, this.context = b | |
}; | |
var a = function (a, b) { | |
if (a.original !== b.original) throw new Handlebars.Exception(a.original + " doesn't match " + b.original) | |
}; | |
Handlebars.AST.BlockNode = function (b, c, d) { | |
a(b.id, d), this.type = "block", this.mustache = b, this.program = c | |
}, Handlebars.AST.InverseNode = function (b, c, d) { | |
a(b.id, d), this.type = "inverse", this.mustache = b, this.program = c | |
}, Handlebars.AST.ContentNode = function (a) { | |
this.type = "content", this.string = a | |
}, Handlebars.AST.HashNode = function (a) { | |
this.type = "hash", this.pairs = a | |
}, Handlebars.AST.IdNode = function (a) { | |
this.type = "ID", this.original = a.join("."); | |
var b = [], | |
c = 0; | |
for (var d = 0, e = a.length; d < e; d++) { | |
var f = a[d]; | |
f === ".." ? c++ : f === "." || f === "this" ? this.isScoped = !0 : b.push(f) | |
} | |
this.parts = b, this.string = b.join("."), this.depth = c, this.isSimple = b.length === 1 && c === 0 | |
}, Handlebars.AST.StringNode = function (a) { | |
this.type = "STRING", this.string = a | |
}, Handlebars.AST.IntegerNode = function (a) { | |
this.type = "INTEGER", this.integer = a | |
}, Handlebars.AST.BooleanNode = function (a) { | |
this.type = "BOOLEAN", this.bool = a | |
}, Handlebars.AST.CommentNode = function (a) { | |
this.type = "comment", this.comment = a | |
} | |
}(), Handlebars.Exception = function (a) { | |
var b = Error.prototype.constructor.apply(this, arguments); | |
for (var c in b) b.hasOwnProperty(c) && (this[c] = b[c]); | |
this.message = b.message | |
}, Handlebars.Exception.prototype = new Error, Handlebars.SafeString = function (a) { | |
this.string = a | |
}, Handlebars.SafeString.prototype.toString = function () { | |
return this.string.toString() | |
}, function () { | |
var a = { | |
"<": "<", | |
">": ">", | |
'"': """, | |
"'": "'", | |
"`": "`" | |
}, | |
b = /&(?!\w+;)|[<>"'`]/g, | |
c = /[&<>"'`]/, | |
d = function (b) { | |
return a[b] || "&" | |
}; | |
Handlebars.Utils = { | |
escapeExpression: function (a) { | |
return a instanceof Handlebars.SafeString ? a.toString() : a == null || a === !1 ? "" : c.test(a) ? a.replace(b, d) : a | |
}, | |
isEmpty: function (a) { | |
return typeof a == "undefined" ? !0 : a === null ? !0 : a === !1 ? !0 : Object.prototype.toString.call(a) === "[object Array]" && a.length === 0 ? !0 : !1 | |
} | |
} | |
}(), Handlebars.Compiler = function () {}, Handlebars.JavaScriptCompiler = function () {}, function (a, b) { | |
a.OPCODE_MAP = { | |
appendContent: 1, | |
getContext: 2, | |
lookupWithHelpers: 3, | |
lookup: 4, | |
append: 5, | |
invokeMustache: 6, | |
appendEscaped: 7, | |
pushString: 8, | |
truthyOrFallback: 9, | |
functionOrFallback: 10, | |
invokeProgram: 11, | |
invokePartial: 12, | |
push: 13, | |
assignToHash: 15, | |
pushStringParam: 16 | |
}, a.MULTI_PARAM_OPCODES = { | |
appendContent: 1, | |
getContext: 1, | |
lookupWithHelpers: 2, | |
lookup: 1, | |
invokeMustache: 3, | |
pushString: 1, | |
truthyOrFallback: 1, | |
functionOrFallback: 1, | |
invokeProgram: 3, | |
invokePartial: 1, | |
push: 1, | |
assignToHash: 1, | |
pushStringParam: 1 | |
}, a.DISASSEMBLE_MAP = {}; | |
for (var c in a.OPCODE_MAP) { | |
var d = a.OPCODE_MAP[c]; | |
a.DISASSEMBLE_MAP[d] = c | |
} | |
a.multiParamSize = function (b) { | |
return a.MULTI_PARAM_OPCODES[a.DISASSEMBLE_MAP[b]] | |
}, a.prototype = { | |
compiler: a, | |
disassemble: function () { | |
var b = this.opcodes, | |
c, d, e = [], | |
f, g, h; | |
for (var i = 0, j = b.length; i < j; i++) { | |
c = b[i]; | |
if (c === "DECLARE") g = b[++i], h = b[++i], e.push("DECLARE " + g + " = " + h); | |
else { | |
f = a.DISASSEMBLE_MAP[c]; | |
var k = a.multiParamSize(c), | |
l = []; | |
for (var m = 0; m < k; m++) d = b[++i], typeof d == "string" && (d = '"' + d.replace("\n", "\\n") + '"'), l.push(d); | |
f = f + " " + l.join(" "), e.push(f) | |
} | |
} | |
return e.join("\n") | |
}, | |
guid: 0, | |
compile: function (a, b) { | |
this.children = [], this.depths = { | |
list: [] | |
}, this.options = b; | |
var c = this.options.knownHelpers; | |
this.options.knownHelpers = { | |
helperMissing: !0, | |
blockHelperMissing: !0, | |
each: !0, | |
"if": !0, | |
unless: !0, | |
"with": !0, | |
log: !0 | |
}; | |
if (c) for (var d in c) this.options.knownHelpers[d] = c[d]; | |
return this.program(a) | |
}, | |
accept: function (a) { | |
return this[a.type](a) | |
}, | |
program: function (a) { | |
var b = a.statements, | |
c; | |
this.opcodes = []; | |
for (var d = 0, e = b.length; d < e; d++) c = b[d], this[c.type](c); | |
return this.isSimple = e === 1, this.depths.list = this.depths.list.sort(function (a, b) { | |
return a - b | |
}), this | |
}, | |
compileProgram: function (a) { | |
var b = (new this.compiler).compile(a, this.options), | |
c = this.guid++; | |
this.usePartial = this.usePartial || b.usePartial, this.children[c] = b; | |
for (var d = 0, e = b.depths.list.length; d < e; d++) { | |
depth = b.depths.list[d]; | |
if (depth < 2) continue; | |
this.addDepth(depth - 1) | |
} | |
return c | |
}, | |
block: function (a) { | |
var b = a.mustache, | |
c, d, e, f, g = this.setupStackForMustache(b), | |
h = this.compileProgram(a.program); | |
a.program.inverse && (f = this.compileProgram(a.program.inverse), this.declare("inverse", f)), this.opcode("invokeProgram", h, g.length, !! b.hash), this.declare("inverse", null), this.opcode("append") | |
}, | |
inverse: function (a) { | |
var b = this.setupStackForMustache(a.mustache), | |
c = this.compileProgram(a.program); | |
this.declare("inverse", c), this.opcode("invokeProgram", null, b.length, !! a.mustache.hash), this.declare("inverse", null), this.opcode("append") | |
}, | |
hash: function (a) { | |
var b = a.pairs, | |
c, d; | |
this.opcode("push", "{}"); | |
for (var e = 0, f = b.length; e < f; e++) c = b[e], d = c[1], this.accept(d), this.opcode("assignToHash", c[0]) | |
}, | |
partial: function (a) { | |
var b = a.id; | |
this.usePartial = !0, a.context ? this.ID(a.context) : this.opcode("push", "depth0"), this.opcode("invokePartial", b.original), this.opcode("append") | |
}, | |
content: function (a) { | |
this.opcode("appendContent", a.string) | |
}, | |
mustache: function (a) { | |
var b = this.setupStackForMustache(a); | |
this.opcode("invokeMustache", b.length, a.id.original, !! a.hash), a.escaped && !this.options.noEscape ? this.opcode("appendEscaped") : this.opcode("append") | |
}, | |
ID: function (a) { | |
this.addDepth(a.depth), this.opcode("getContext", a.depth), this.opcode("lookupWithHelpers", a.parts[0] || null, a.isScoped || !1); | |
for (var b = 1, c = a.parts.length; b < c; b++) this.opcode("lookup", a.parts[b]) | |
}, | |
STRING: function (a) { | |
this.opcode("pushString", a.string) | |
}, | |
INTEGER: function (a) { | |
this.opcode("push", a.integer) | |
}, | |
BOOLEAN: function (a) { | |
this.opcode("push", a.bool) | |
}, | |
comment: function () {}, | |
pushParams: function (a) { | |
var b = a.length, | |
c; | |
while (b--) c = a[b], this.options.stringParams ? (c.depth && this.addDepth(c.depth), this.opcode("getContext", c.depth || 0), this.opcode("pushStringParam", c.string)) : this[c.type](c) | |
}, | |
opcode: function (b, c, d, e) { | |
this.opcodes.push(a.OPCODE_MAP[b]), c !== undefined && this.opcodes.push(c), d !== undefined && this.opcodes.push(d), e !== undefined && this.opcodes.push(e) | |
}, | |
declare: function (a, b) { | |
this.opcodes.push("DECLARE"), this.opcodes.push(a), this.opcodes.push(b) | |
}, | |
addDepth: function (a) { | |
if (a === 0) return; | |
this.depths[a] || (this.depths[a] = !0, this.depths.list.push(a)) | |
}, | |
setupStackForMustache: function (a) { | |
var b = a.params; | |
return this.pushParams(b), a.hash && this.hash(a.hash), this.ID(a.id), b | |
} | |
}, b.prototype = { | |
nameLookup: function (a, c, d) { | |
return /^[0-9]+$/.test(c) ? a + "[" + c + "]" : b.isValidJavaScriptVariableName(c) ? a + "." + c : a + "['" + c + "']" | |
}, | |
appendToBuffer: function (a) { | |
return this.environment.isSimple ? "return " + a + ";" : "buffer += " + a + ";" | |
}, | |
initializeBuffer: function () { | |
return this.quotedString("") | |
}, | |
namespace: "Handlebars", | |
compile: function (a, b, c, d) { | |
this.environment = a, this.options = b || {}, this.name = this.environment.name, this.isChild = !! c, this.context = c || { | |
programs: [], | |
aliases: { | |
self: "this" | |
}, | |
registers: { | |
list: [] | |
} | |
}, this.preamble(), this.stackSlot = 0, this.stackVars = [], this.compileChildren(a, b); | |
var e = a.opcodes, | |
f; | |
this.i = 0; | |
for (h = e.length; this.i < h; this.i++) f = this.nextOpcode(0), f[0] === "DECLARE" ? (this.i = this.i + 2, this[f[1]] = f[2]) : (this.i = this.i + f[1].length, this[f[0]].apply(this, f[1])); | |
return this.createFunctionContext(d) | |
}, | |
nextOpcode: function (b) { | |
var c = this.environment.opcodes, | |
d = c[this.i + b], | |
e, f, g, h; | |
if (d === "DECLARE") return e = c[this.i + 1], f = c[this.i + 2], ["DECLARE", e, f]; | |
e = a.DISASSEMBLE_MAP[d], g = a.multiParamSize(d), h = []; | |
for (var i = 0; i < g; i++) h.push(c[this.i + i + 1 + b]); | |
return [e, h] | |
}, | |
eat: function (a) { | |
this.i = this.i + a.length | |
}, | |
preamble: function () { | |
var a = []; | |
this.useRegister("foundHelper"); | |
if (!this.isChild) { | |
var b = this.namespace, | |
c = "helpers = helpers || " + b + ".helpers;"; | |
this.environment.usePartial && (c = c + " partials = partials || " + b + ".partials;"), a.push(c) | |
} else a.push(""); | |
this.environment.isSimple ? a.push("") : a.push(", buffer = " + this.initializeBuffer()), this.lastContext = 0, this.source = a | |
}, | |
createFunctionContext: function (a) { | |
var b = this.stackVars; | |
this.isChild || (b = b.concat(this.context.registers.list)), b.length > 0 && (this.source[1] = this.source[1] + ", " + b.join(", ")); | |
if (!this.isChild) { | |
var c = []; | |
for (var d in this.context.aliases) this.source[1] = this.source[1] + ", " + d + "=" + this.context.aliases[d] | |
} | |
this.source[1] && (this.source[1] = "var " + this.source[1].substring(2) + ";"), this.isChild || (this.source[1] += "\n" + this.context.programs.join("\n") + "\n"), this.environment.isSimple || this.source.push("return buffer;"); | |
var e = this.isChild ? ["depth0", "data"] : ["Handlebars", "depth0", "helpers", "partials", "data"]; | |
for (var f = 0, g = this.environment.depths.list.length; f < g; f++) e.push("depth" + this.environment.depths.list[f]); | |
if (a) return e.push(this.source.join("\n ")), Function.apply(this, e); | |
var h = "function " + (this.name || "") + "(" + e.join(",") + ") {\n " + this.source.join("\n ") + "}"; | |
return Handlebars.log(Handlebars.logger.DEBUG, h + "\n\n"), h | |
}, | |
appendContent: function (a) { | |
this.source.push(this.appendToBuffer(this.quotedString(a))) | |
}, | |
append: function () { | |
var a = this.popStack(); | |
this.source.push("if(" + a + " || " + a + " === 0) { " + this.appendToBuffer(a) + " }"), this.environment.isSimple && this.source.push("else { " + this.appendToBuffer("''") + " }") | |
}, | |
appendEscaped: function () { | |
var a = this.nextOpcode(1), | |
b = ""; | |
this.context.aliases.escapeExpression = "this.escapeExpression", a[0] === "appendContent" && (b = " + " + this.quotedString(a[1][0]), this.eat(a)), this.source.push(this.appendToBuffer("escapeExpression(" + this.popStack() + ")" + b)) | |
}, | |
getContext: function (a) { | |
this.lastContext !== a && (this.lastContext = a) | |
}, | |
lookupWithHelpers: function (a, b) { | |
if (a) { | |
var c = this.nextStack(); | |
this.usingKnownHelper = !1; | |
var d; | |
!b && this.options.knownHelpers[a] ? (d = c + " = " + this.nameLookup("helpers", a, "helper"), this.usingKnownHelper = !0) : b || this.options.knownHelpersOnly ? d = c + " = " + this.nameLookup("depth" + this.lastContext, a, "context") : (this.register("foundHelper", this.nameLookup("helpers", a, "helper")), d = c + " = foundHelper || " + this.nameLookup("depth" + this.lastContext, a, "context")), d += ";", this.source.push(d) | |
} else this.pushStack("depth" + this.lastContext) | |
}, | |
lookup: function (a) { | |
var b = this.topStack(); | |
this.source.push(b + " = (" + b + " === null || " + b + " === undefined || " + b + " === false ? " + b + " : " + this.nameLookup(b, a, "context") + ");") | |
}, | |
pushStringParam: function (a) { | |
this.pushStack("depth" + this.lastContext), this.pushString(a) | |
}, | |
pushString: function (a) { | |
this.pushStack(this.quotedString(a)) | |
}, | |
push: function (a) { | |
this.pushStack(a) | |
}, | |
invokeMustache: function (a, b, c) { | |
this.populateParams(a, this.quotedString(b), "{}", null, c, function (a, b, c) { | |
this.usingKnownHelper || (this.context.aliases.helperMissing = "helpers.helperMissing", this.context.aliases.undef = "void 0", this.source.push("else if(" + c + "=== undef) { " + a + " = helperMissing.call(" + b + "); }"), a !== c && this.source.push("else { " + a + " = " + c + "; }")) | |
}) | |
}, | |
invokeProgram: function (a, b, c) { | |
var d = this.programExpression(this.inverse), | |
e = this.programExpression(a); | |
this.populateParams(b, null, e, d, c, function (a, b, c) { | |
this.usingKnownHelper || (this.context.aliases.blockHelperMissing = "helpers.blockHelperMissing", this.source.push("else { " + a + " = blockHelperMissing.call(" + b + "); }")) | |
}) | |
}, | |
populateParams: function (a, b, c, d, e, f) { | |
var g = e || this.options.stringParams || d || this.options.data, | |
h = this.popStack(), | |
i, j = [], | |
k, l, m; | |
g ? (this.register("tmp1", c), m = "tmp1") : m = "{ hash: {} }"; | |
if (g) { | |
var n = e ? this.popStack() : "{}"; | |
this.source.push("tmp1.hash = " + n + ";") | |
} | |
this.options.stringParams && this.source.push("tmp1.contexts = [];"); | |
for (var o = 0; o < a; o++) k = this.popStack(), j.push(k), this.options.stringParams && this.source.push("tmp1.contexts.push(" + this.popStack() + ");"); | |
d && (this.source.push("tmp1.fn = tmp1;"), this.source.push("tmp1.inverse = " + d + ";")), this.options.data && this.source.push("tmp1.data = data;"), j.push(m), this.populateCall(j, h, b || h, f, c !== "{}") | |
}, | |
populateCall: function (a, b, c, d, e) { | |
var f = ["depth0"].concat(a).join(", "), | |
g = ["depth0"].concat(c).concat(a).join(", "), | |
h = this.nextStack(); | |
if (this.usingKnownHelper) this.source.push(h + " = " + b + ".call(" + f + ");"); | |
else { | |
this.context.aliases.functionType = '"function"'; | |
var i = e ? "foundHelper && " : ""; | |
this.source.push("if(" + i + "typeof " + b + " === functionType) { " + h + " = " + b + ".call(" + f + "); }") | |
} | |
d.call(this, h, g, b), this.usingKnownHelper = !1 | |
}, | |
invokePartial: function (a) { | |
params = [this.nameLookup("partials", a, "partial"), "'" + a + "'", this.popStack(), "helpers", "partials"], this.options.data && params.push("data"), this.pushStack("self.invokePartial(" + params.join(", ") + ");") | |
}, | |
assignToHash: function (a) { | |
var b = this.popStack(), | |
c = this.topStack(); | |
this.source.push(c + "['" + a + "'] = " + b + ";") | |
}, | |
compiler: b, | |
compileChildren: function (a, b) { | |
var c = a.children, | |
d, e; | |
for (var f = 0, g = c.length; f < g; f++) { | |
d = c[f], e = new this.compiler, this.context.programs.push(""); | |
var h = this.context.programs.length; | |
d.index = h, d.name = "program" + h, this.context.programs[h] = e.compile(d, b, this.context) | |
} | |
}, | |
programExpression: function (a) { | |
if (a == null) return "self.noop"; | |
var b = this.environment.children[a], | |
c = b.depths.list, | |
d = [b.index, b.name, "data"]; | |
for (var e = 0, f = c.length; e < f; e++) depth = c[e], depth === 1 ? d.push("depth0") : d.push("depth" + (depth - 1)); | |
return c.length === 0 ? "self.program(" + d.join(", ") + ")" : (d.shift(), "self.programWithDepth(" + d.join(", ") + ")") | |
}, | |
register: function (a, b) { | |
this.useRegister(a), this.source.push(a + " = " + b + ";") | |
}, | |
useRegister: function (a) { | |
this.context.registers[a] || (this.context.registers[a] = !0, this.context.registers.list.push(a)) | |
}, | |
pushStack: function (a) { | |
return this.source.push(this.nextStack() + " = " + a + ";"), "stack" + this.stackSlot | |
}, | |
nextStack: function () { | |
return this.stackSlot++, this.stackSlot > this.stackVars.length && this.stackVars.push("stack" + this.stackSlot), "stack" + this.stackSlot | |
}, | |
popStack: function () { | |
return "stack" + this.stackSlot-- | |
}, | |
topStack: function () { | |
return "stack" + this.stackSlot | |
}, | |
quotedString: function (a) { | |
return '"' + a.replace(/\\/g, "\\\\").replace(/"/g, '\\"').replace(/\n/g, "\\n").replace(/\r/g, "\\r") + '"' | |
} | |
}; | |
var e = "break else new var case finally return void catch for switch while continue function this with default if throw delete in try do instanceof typeof abstract enum int short boolean export interface static byte extends long super char final native synchronized class float package throws const goto private transient debugger implements protected volatile double import public let yield".split(" "), | |
f = b.RESERVED_WORDS = {}; | |
for (var g = 0, h = e.length; g < h; g++) f[e[g]] = !0; | |
b.isValidJavaScriptVariableName = function (a) { | |
return !b.RESERVED_WORDS[a] && /^[a-zA-Z_$][0-9a-zA-Z_$]+$/.test(a) ? !0 : !1 | |
} | |
}(Handlebars.Compiler, Handlebars.JavaScriptCompiler), Handlebars.precompile = function (a, b) { | |
b = b || {}; | |
var c = Handlebars.parse(a), | |
d = (new Handlebars.Compiler).compile(c, b); | |
return (new Handlebars.JavaScriptCompiler).compile(d, b) | |
}, Handlebars.compile = function (a, b) { | |
function d() { | |
var c = Handlebars.parse(a), | |
d = (new Handlebars.Compiler).compile(c, b), | |
e = (new Handlebars.JavaScriptCompiler).compile(d, b, undefined, !0); | |
return Handlebars.template(e) | |
} | |
b = b || {}; | |
var c; | |
return function (a, b) { | |
return c || (c = d()), c.call(this, a, b) | |
} | |
}, Handlebars.VM = { | |
template: function (a) { | |
var b = { | |
escapeExpression: Handlebars.Utils.escapeExpression, | |
invokePartial: Handlebars.VM.invokePartial, | |
programs: [], | |
program: function (a, b, c) { | |
var d = this.programs[a]; | |
return c ? Handlebars.VM.program(b, c) : d ? d : (d = this.programs[a] = Handlebars.VM.program(b), d) | |
}, | |
programWithDepth: Handlebars.VM.programWithDepth, | |
noop: Handlebars.VM.noop | |
}; | |
return function (c, d) { | |
return d = d || {}, a.call(b, Handlebars, c, d.helpers, d.partials, d.data) | |
} | |
}, | |
programWithDepth: function (a, b, c) { | |
var d = Array.prototype.slice.call(arguments, 2); | |
return function (c, e) { | |
return e = e || {}, a.apply(this, [c, e.data || b].concat(d)) | |
} | |
}, | |
program: function (a, b) { | |
return function (c, d) { | |
return d = d || {}, a(c, d.data || b) | |
} | |
}, | |
noop: function () { | |
return "" | |
}, | |
invokePartial: function (a, b, c, d, e, f) { | |
options = { | |
helpers: d, | |
partials: e, | |
data: f | |
}; | |
if (a === undefined) throw new Handlebars.Exception("The partial " + b + " could not be found"); | |
if (a instanceof Function) return a(c, options); | |
if (!Handlebars.compile) throw new Handlebars.Exception("The partial " + b + " could not be compiled when running in runtime-only mode"); | |
return e[b] = Handlebars.compile(a), e[b](c, options) | |
} | |
}, Handlebars.template = Handlebars.VM.template, function () { | |
function A(a, b, c) { | |
if (a === b) return a !== 0 || 1 / a == 1 / b; | |
if (a == null || b == null) return a === b; | |
a._chain && (a = a._wrapped), b._chain && (b = b._wrapped); | |
if (a.isEqual && w.isFunction(a.isEqual)) return a.isEqual(b); | |
if (b.isEqual && w.isFunction(b.isEqual)) return b.isEqual(a); | |
var d = i.call(a); | |
if (d != i.call(b)) return !1; | |
switch (d) { | |
case "[object String]": | |
return a == String(b); | |
case "[object Number]": | |
return a != +a ? b != +b : a == 0 ? 1 / a == 1 / b : a == +b; | |
case "[object Date]": | |
case "[object Boolean]": | |
return +a == +b; | |
case "[object RegExp]": | |
return a.source == b.source && a.global == b.global && a.multiline == b.multiline && a.ignoreCase == b.ignoreCase | |
} | |
if (typeof a != "object" || typeof b != "object") return !1; | |
var e = c.length; | |
while (e--) if (c[e] == a) return !0; | |
c.push(a); | |
var f = 0, | |
g = !0; | |
if (d == "[object Array]") { | |
f = a.length, g = f == b.length; | |
if (g) while (f--) if (!(g = f in a == f in b && A(a[f], b[f], c))) break | |
} else { | |
if ("constructor" in a != "constructor" in b || a.constructor != b.constructor) return !1; | |
for (var h in a) if (w.has(a, h)) { | |
f++; | |
if (!(g = w.has(b, h) && A(a[h], b[h], c))) break | |
} | |
if (g) { | |
for (h in b) if (w.has(b, h) && !(f--)) break; | |
g = !f | |
} | |
} | |
return c.pop(), g | |
} | |
var a = this, | |
b = a._, | |
c = {}, | |
d = Array.prototype, | |
e = Object.prototype, | |
f = Function.prototype, | |
g = d.slice, | |
h = d.unshift, | |
i = e.toString, | |
j = e.hasOwnProperty, | |
k = d.forEach, | |
l = d.map, | |
m = d.reduce, | |
n = d.reduceRight, | |
o = d.filter, | |
p = d.every, | |
q = d.some, | |
r = d.indexOf, | |
s = d.lastIndexOf, | |
t = Array.isArray, | |
u = Object.keys, | |
v = f.bind, | |
w = function (a) { | |
return new E(a) | |
}; | |
typeof exports != "undefined" ? (typeof module != "undefined" && module.exports && (exports = module.exports = w), exports._ = w) : a._ = w, w.VERSION = "1.3.1"; | |
var x = w.each = w.forEach = function (a, b, d) { | |
if (a == null) return; | |
if (k && a.forEach === k) a.forEach(b, d); | |
else if (a.length === +a.length) { | |
for (var e = 0, f = a.length; e < f; e++) if (e in a && b.call(d, a[e], e, a) === c) return | |
} else for (var g in a) if (w.has(a, g) && b.call(d, a[g], g, a) === c) return | |
}; | |
w.map = w.collect = function (a, b, c) { | |
var d = []; | |
return a == null ? d : l && a.map === l ? a.map(b, c) : (x(a, function (a, e, f) { | |
d[d.length] = b.call(c, a, e, f) | |
}), a.length === +a.length && (d.length = a.length), d) | |
}, w.reduce = w.foldl = w.inject = function (a, b, c, d) { | |
var e = arguments.length > 2; | |
a == null && (a = []); | |
if (m && a.reduce === m) return d && (b = w.bind(b, d)), e ? a.reduce(b, c) : a.reduce(b); | |
x(a, function (a, f, g) { | |
e ? c = b.call(d, c, a, f, g) : (c = a, e = !0) | |
}); | |
if (!e) throw new TypeError("Reduce of empty array with no initial value"); | |
return c | |
}, w.reduceRight = w.foldr = function (a, b, c, d) { | |
var e = arguments.length > 2; | |
a == null && (a = []); | |
if (n && a.reduceRight === n) return d && (b = w.bind(b, d)), e ? a.reduceRight(b, c) : a.reduceRight(b); | |
var f = w.toArray(a).reverse(); | |
return d && !e && (b = w.bind(b, d)), e ? w.reduce(f, b, c, d) : w.reduce(f, b) | |
}, w.find = w.detect = function (a, b, c) { | |
var d; | |
return y(a, function (a, e, f) { | |
if (b.call(c, a, e, f)) return d = a, !0 | |
}), d | |
}, w.filter = w.select = function (a, b, c) { | |
var d = []; | |
return a == null ? d : o && a.filter === o ? a.filter(b, c) : (x(a, function (a, e, f) { | |
b.call(c, a, e, f) && (d[d.length] = a) | |
}), d) | |
}, w.reject = function (a, b, c) { | |
var d = []; | |
return a == null ? d : (x(a, function (a, e, f) { | |
b.call(c, a, e, f) || (d[d.length] = a) | |
}), d) | |
}, w.every = w.all = function (a, b, d) { | |
var e = !0; | |
return a == null ? e : p && a.every === p ? a.every(b, d) : (x(a, function (a, f, g) { | |
if (!(e = e && b.call(d, a, f, g))) return c | |
}), e) | |
}; | |
var y = w.some = w.any = function (a, b, d) { | |
b || (b = w.identity); | |
var e = !1; | |
return a == null ? e : q && a.some === q ? a.some(b, d) : (x(a, function (a, f, g) { | |
if (e || (e = b.call(d, a, f, g))) return c | |
}), !! e) | |
}; | |
w.include = w.contains = function (a, b) { | |
var c = !1; | |
return a == null ? c : r && a.indexOf === r ? a.indexOf(b) != -1 : (c = y(a, function (a) { | |
return a === b | |
}), c) | |
}, w.invoke = function (a, b) { | |
var c = g.call(arguments, 2); | |
return w.map(a, function (a) { | |
return (w.isFunction(b) ? b || a : a[b]).apply(a, c) | |
}) | |
}, w.pluck = function (a, b) { | |
return w.map(a, function (a) { | |
return a[b] | |
}) | |
}, w.max = function (a, b, c) { | |
if (!b && w.isArray(a)) return Math.max.apply(Math, a); | |
if (!b && w.isEmpty(a)) return -Infinity; | |
var d = { | |
computed: -Infinity | |
}; | |
return x(a, function (a, e, f) { | |
var g = b ? b.call(c, a, e, f) : a; | |
g >= d.computed && (d = { | |
value: a, | |
computed: g | |
}) | |
}), d.value | |
}, w.min = function (a, b, c) { | |
if (!b && w.isArray(a)) return Math.min.apply(Math, a); | |
if (!b && w.isEmpty(a)) return Infinity; | |
var d = { | |
computed: Infinity | |
}; | |
return x(a, function (a, e, f) { | |
var g = b ? b.call(c, a, e, f) : a; | |
g < d.computed && (d = { | |
value: a, | |
computed: g | |
}) | |
}), d.value | |
}, w.shuffle = function (a) { | |
var b = [], | |
c; | |
return x(a, function (a, d, e) { | |
d == 0 ? b[0] = a : (c = Math.floor(Math.random() * (d + 1)), b[d] = b[c], b[c] = a) | |
}), b | |
}, w.sortBy = function (a, b, c) { | |
return w.pluck(w.map(a, function (a, d, e) { | |
return { | |
value: a, | |
criteria: b.call(c, a, d, e) | |
} | |
}).sort(function (a, b) { | |
var c = a.criteria, | |
d = b.criteria; | |
return c < d ? -1 : c > d ? 1 : 0 | |
}), "value") | |
}, w.groupBy = function (a, b) { | |
var c = {}, | |
d = w.isFunction(b) ? b : function (a) { | |
return a[b] | |
}; | |
return x(a, function (a, b) { | |
var e = d(a, b); | |
(c[e] || (c[e] = [])).push(a) | |
}), c | |
}, w.sortedIndex = function (a, b, c) { | |
c || (c = w.identity); | |
var d = 0, | |
e = a.length; | |
while (d < e) { | |
var f = d + e >> 1; | |
c(a[f]) < c(b) ? d = f + 1 : e = f | |
} | |
return d | |
}, w.toArray = function (a) { | |
return a ? a.toArray ? a.toArray() : w.isArray(a) ? g.call(a) : w.isArguments(a) ? g.call(a) : w.values(a) : [] | |
}, w.size = function (a) { | |
return w.toArray(a).length | |
}, w.first = w.head = function (a, b, c) { | |
return b != null && !c ? g.call(a, 0, b) : a[0] | |
}, w.initial = function (a, b, c) { | |
return g.call(a, 0, a.length - (b == null || c ? 1 : b)) | |
}, w.last = function (a, b, c) { | |
return b != null && !c ? g.call(a, Math.max(a.length - b, 0)) : a[a.length - 1] | |
}, w.rest = w.tail = function (a, b, c) { | |
return g.call(a, b == null || c ? 1 : b) | |
}, w.compact = function (a) { | |
return w.filter(a, function (a) { | |
return !!a | |
}) | |
}, w.flatten = function (a, b) { | |
return w.reduce(a, function (a, c) { | |
return w.isArray(c) ? a.concat(b ? c : w.flatten(c)) : (a[a.length] = c, a) | |
}, []) | |
}, w.without = function (a) { | |
return w.difference(a, g.call(arguments, 1)) | |
}, w.uniq = w.unique = function (a, b, c) { | |
var d = c ? w.map(a, c) : a, | |
e = []; | |
return w.reduce(d, function (c, d, f) { | |
if (0 == f || (b === !0 ? w.last(c) != d : !w.include(c, d))) c[c.length] = d, e[e.length] = a[f]; | |
return c | |
}, []), e | |
}, w.union = function () { | |
return w.uniq(w.flatten(arguments, !0)) | |
}, w.intersection = w.intersect = function (a) { | |
var b = g.call(arguments, 1); | |
return w.filter(w.uniq(a), function (a) { | |
return w.every(b, function (b) { | |
return w.indexOf(b, a) >= 0 | |
}) | |
}) | |
}, w.difference = function (a) { | |
var b = w.flatten(g.call(arguments, 1)); | |
return w.filter(a, function (a) { | |
return !w.include(b, a) | |
}) | |
}, w.zip = function () { | |
var a = g.call(arguments), | |
b = w.max(w.pluck(a, "length")), | |
c = new Array(b); | |
for (var d = 0; d < b; d++) c[d] = w.pluck(a, "" + d); | |
return c | |
}, w.indexOf = function (a, b, c) { | |
if (a == null) return -1; | |
var d, e; | |
if (c) return d = w.sortedIndex(a, b), a[d] === b ? d : -1; | |
if (r && a.indexOf === r) return a.indexOf(b); | |
for (d = 0, e = a.length; d < e; d++) if (d in a && a[d] === b) return d; | |
return -1 | |
}, w.lastIndexOf = function (a, b) { | |
if (a == null) return -1; | |
if (s && a.lastIndexOf === s) return a.lastIndexOf(b); | |
var c = a.length; | |
while (c--) if (c in a && a[c] === b) return c; | |
return -1 | |
}, w.range = function (a, b, c) { | |
arguments.length <= 1 && (b = a || 0, a = 0), c = arguments[2] || 1; | |
var d = Math.max(Math.ceil((b - a) / c), 0), | |
e = 0, | |
f = new Array(d); | |
while (e < d) f[e++] = a, a += c; | |
return f | |
}; | |
var z = function () {}; | |
w.bind = function (a, b) { | |
var c, d; | |
if (a.bind === v && v) return v.apply(a, g.call(arguments, 1)); | |
if (!w.isFunction(a)) throw new TypeError; | |
return d = g.call(arguments, 2), c = function () { | |
if (this instanceof c) { | |
z.prototype = a.prototype; | |
var e = new z, | |
f = a.apply(e, d.concat(g.call(arguments))); | |
return Object(f) === f ? f : e | |
} | |
return a.apply(b, d.concat(g.call(arguments))) | |
} | |
}, w.bindAll = function (a) { | |
var b = g.call(arguments, 1); | |
return b.length == 0 && (b = w.functions(a)), x(b, function (b) { | |
a[b] = w.bind(a[b], a) | |
}), a | |
}, w.memoize = function (a, b) { | |
var c = {}; | |
return b || (b = w.identity), function () { | |
var d = b.apply(this, arguments); | |
return w.has(c, d) ? c[d] : c[d] = a.apply(this, arguments) | |
} | |
}, w.delay = function (a, b) { | |
var c = g.call(arguments, 2); | |
return setTimeout(function () { | |
return a.apply(a, c) | |
}, b) | |
}, w.defer = function (a) { | |
return w.delay.apply(w, [a, 1].concat(g.call(arguments, 1))) | |
}, w.throttle = function (a, b) { | |
var c, d, e, f, g, h = w.debounce(function () { | |
g = f = !1 | |
}, b); | |
return function () { | |
c = this, d = arguments; | |
var i = function () { | |
e = null, g && a.apply(c, d), h() | |
}; | |
e || (e = setTimeout(i, b)), f ? g = !0 : a.apply(c, d), h(), f = !0 | |
} | |
}, w.debounce = function (a, b) { | |
var c; | |
return function () { | |
var d = this, | |
e = arguments, | |
f = function () { | |
c = null, a.apply(d, e) | |
}; | |
clearTimeout(c), c = setTimeout(f, b) | |
} | |
}, w.once = function (a) { | |
var b = !1, | |
c; | |
return function () { | |
return b ? c : (b = !0, c = a.apply(this, arguments)) | |
} | |
}, w.wrap = function (a, b) { | |
return function () { | |
var c = [a].concat(g.call(arguments, 0)); | |
return b.apply(this, c) | |
} | |
}, w.compose = function () { | |
var a = arguments; | |
return function () { | |
var b = arguments; | |
for (var c = a.length - 1; c >= 0; c--) b = [a[c].apply(this, b)]; | |
return b[0] | |
} | |
}, w.after = function (a, b) { | |
return a <= 0 ? b() : function () { | |
if (--a < 1) return b.apply(this, arguments) | |
} | |
}, w.keys = u || | |
function (a) { | |
if (a !== Object(a)) throw new TypeError("Invalid object"); | |
var b = []; | |
for (var c in a) w.has(a, c) && (b[b.length] = c); | |
return b | |
}, w.values = function (a) { | |
return w.map(a, w.identity) | |
}, w.functions = w.methods = function (a) { | |
var b = []; | |
for (var c in a) w.isFunction(a[c]) && b.push(c); | |
return b.sort() | |
}, w.extend = function (a) { | |
return x(g.call(arguments, 1), function (b) { | |
for (var c in b) a[c] = b[c] | |
}), a | |
}, w.defaults = function (a) { | |
return x(g.call(arguments, 1), function (b) { | |
for (var c in b) a[c] == null && (a[c] = b[c]) | |
}), a | |
}, w.clone = function (a) { | |
return w.isObject(a) ? w.isArray(a) ? a.slice() : w.extend({}, a) : a | |
}, w.tap = function (a, b) { | |
return b(a), a | |
}, w.isEqual = function (a, b) { | |
return A(a, b, []) | |
}, w.isEmpty = function (a) { | |
if (w.isArray(a) || w.isString(a)) return a.length === 0; | |
for (var b in a) if (w.has(a, b)) return !1; | |
return !0 | |
}, w.isElement = function (a) { | |
return !!a && a.nodeType == 1 | |
}, w.isArray = t || | |
function (a) { | |
return i.call(a) == "[object Array]" | |
}, w.isObject = function (a) { | |
return a === Object(a) | |
}, w.isArguments = function (a) { | |
return i.call(a) == "[object Arguments]" | |
}, w.isArguments(arguments) || (w.isArguments = function (a) { | |
return !!a && !! w.has(a, "callee") | |
}), w.isFunction = function (a) { | |
return i.call(a) == "[object Function]" | |
}, w.isString = function (a) { | |
return i.call(a) == "[object String]" | |
}, w.isNumber = function (a) { | |
return i.call(a) == "[object Number]" | |
}, w.isNaN = function (a) { | |
return a !== a | |
}, w.isBoolean = function (a) { | |
return a === !0 || a === !1 || i.call(a) == "[object Boolean]" | |
}, w.isDate = function (a) { | |
return i.call(a) == "[object Date]" | |
}, w.isRegExp = function (a) { | |
return i.call(a) == "[object RegExp]" | |
}, w.isNull = function (a) { | |
return a === null | |
}, w.isUndefined = function (a) { | |
return a === void 0 | |
}, w.has = function (a, b) { | |
return j.call(a, b) | |
}, w.noConflict = function () { | |
return a._ = b, this | |
}, w.identity = function (a) { | |
return a | |
}, w.times = function (a, b, c) { | |
for (var d = 0; d < a; d++) b.call(c, d) | |
}, w.escape = function (a) { | |
return ("" + a).replace(/&/g, "&").replace(/</g, "<").replace(/>/g, ">").replace(/"/g, """).replace(/'/g, "'").replace(/\//g, "/") | |
}, w.mixin = function (a) { | |
x(w.functions(a), function (b) { | |
G(b, w[b] = a[b]) | |
}) | |
}; | |
var B = 0; | |
w.uniqueId = function (a) { | |
var b = B++; | |
return a ? a + b : b | |
}, w.templateSettings = { | |
evaluate: /<%([\s\S]+?)%>/g, | |
interpolate: /<%=([\s\S]+?)%>/g, | |
escape: /<%-([\s\S]+?)%>/g | |
}; | |
var C = /.^/, | |
D = function (a) { | |
return a.replace(/\\\\/g, "\\").replace(/\\'/g, "'") | |
}; | |
w.template = function (a, b) { | |
var c = w.templateSettings, | |
d = "var __p=[],print=function(){__p.push.apply(__p,arguments);};with(obj||{}){__p.push('" + a.replace(/\\/g, "\\\\").replace(/'/g, "\\'").replace(c.escape || C, function (a, b) { | |
return "',_.escape(" + D(b) + "),'" | |
}).replace(c.interpolate || C, function (a, b) { | |
return "'," + D(b) + ",'" | |
}).replace(c.evaluate || C, function (a, b) { | |
return "');" + D(b).replace(/[\r\n\t]/g, " ") + ";__p.push('" | |
}).replace(/\r/g, "\\r").replace(/\n/g, "\\n").replace(/\t/g, "\\t") + "');}return __p.join('');", | |
e = new Function("obj", "_", d); | |
return b ? e(b, w) : function (a) { | |
return e.call(this, a, w) | |
} | |
}, w.chain = function (a) { | |
return w(a).chain() | |
}; | |
var E = function (a) { | |
this._wrapped = a | |
}; | |
w.prototype = E.prototype; | |
var F = function (a, b) { | |
return b ? w(a).chain() : a | |
}, | |
G = function (a, b) { | |
E.prototype[a] = function () { | |
var a = g.call(arguments); | |
return h.call(a, this._wrapped), F(b.apply(w, a), this._chain) | |
} | |
}; | |
w.mixin(w), x(["pop", "push", "reverse", "shift", "sort", "splice", "unshift"], function (a) { | |
var b = d[a]; | |
E.prototype[a] = function () { | |
var c = this._wrapped; | |
b.apply(c, arguments); | |
var d = c.length; | |
return (a == "shift" || a == "splice") && d === 0 && delete c[0], F(c, this._chain) | |
} | |
}), x(["concat", "join", "slice"], function (a) { | |
var b = d[a]; | |
E.prototype[a] = function () { | |
return F(b.apply(this._wrapped, arguments), this._chain) | |
} | |
}), E.prototype.chain = function () { | |
return this._chain = !0, this | |
}, E.prototype.value = function () { | |
return this._wrapped | |
} | |
}.call(this), function () { | |
var a = this, | |
b = a.Backbone, | |
c = Array.prototype.slice, | |
d = Array.prototype.splice, | |
e; | |
typeof exports != "undefined" ? e = exports : e = a.Backbone = {}, e.VERSION = "0.9.1"; | |
var f = a._; | |
!f && typeof require != "undefined" && (f = require("underscore")); | |
var g = a.jQuery || a.Zepto || a.ender; | |
e.setDomLibrary = function (a) { | |
g = a | |
}, e.noConflict = function () { | |
return a.Backbone = b, this | |
}, e.emulateHTTP = !1, e.emulateJSON = !1, e.Events = { | |
on: function (a, b, c) { | |
var d; | |
a = a.split(/\s+/); | |
var e = this._callbacks || (this._callbacks = {}); | |
while (d = a.shift()) { | |
var f = e[d] || (e[d] = {}), | |
g = f.tail || (f.tail = f.next = {}); | |
g.callback = b, g.context = c, f.tail = g.next = {} | |
} | |
return this | |
}, | |
off: function (a, b, c) { | |
var d, e, f; | |
if (!a) delete this._callbacks; | |
else if (e = this._callbacks) { | |
a = a.split(/\s+/); | |
while (d = a.shift()) { | |
f = e[d], delete e[d]; | |
if (!b || !f) continue; | |
while ((f = f.next) && f.next) if (f.callback !== b || !! c && f.context !== c) this.on(d, f.callback, f.context); | |
else continue | |
} | |
} | |
return this | |
}, | |
trigger: function (a) { | |
var b, d, e, f, g, h, i; | |
if (!(e = this._callbacks)) return this; | |
h = e.all, (a = a.split(/\s+/)).push(null); | |
while (b = a.shift()) { | |
h && a.push({ | |
next: h.next, | |
tail: h.tail, | |
event: b | |
}); | |
if (!(d = e[b])) continue; | |
a.push({ | |
next: d.next, | |
tail: d.tail | |
}) | |
} | |
i = c.call(arguments, 1); | |
while (d = a.pop()) { | |
f = d.tail, g = d.event ? [d.event].concat(i) : i; | |
while ((d = d.next) !== f) d.callback.apply(d.context || this, g) | |
} | |
return this | |
} | |
}, e.Events.bind = e.Events.on, e.Events.unbind = e.Events.off, e.Model = function (a, b) { | |
var c; | |
a || (a = {}), b && b.parse && (a = this.parse(a)); | |
if (c = u(this, "defaults")) a = f.extend({}, c, a); | |
b && b.collection && (this.collection = b.collection), this.attributes = {}, this._escapedAttributes = {}, this.cid = f.uniqueId("c"); | |
if (!this.set(a, { | |
silent: !0 | |
})) throw new Error("Can't create an invalid model"); | |
delete this._changed, this._previousAttributes = f.clone(this.attributes), this.initialize.apply(this, arguments) | |
}, f.extend(e.Model.prototype, e.Events, { | |
idAttribute: "id", | |
initialize: function () {}, | |
toJSON: function () { | |
return f.clone(this.attributes) | |
}, | |
get: function (a) { | |
return this.attributes[a] | |
}, | |
escape: function (a) { | |
var b; | |
if (b = this._escapedAttributes[a]) return b; | |
var c = this.attributes[a]; | |
return this._escapedAttributes[a] = f.escape(c == null ? "" : "" + c) | |
}, | |
has: function (a) { | |
return this.attributes[a] != null | |
}, | |
set: function (a, b, c) { | |
var d, g, h; | |
f.isObject(a) || a == null ? (d = a, c = b) : (d = {}, d[a] = b), c || (c = {}); | |
if (!d) return this; | |
d instanceof e.Model && (d = d.attributes); | |
if (c.unset) for (g in d) d[g] = void 0; | |
if (!this._validate(d, c)) return !1; | |
this.idAttribute in d && (this.id = d[this.idAttribute]); | |
var i = this.attributes, | |
j = this._escapedAttributes, | |
k = this._previousAttributes || {}, | |
l = this._setting; | |
this._changed || (this._changed = {}), this._setting = !0; | |
for (g in d) { | |
h = d[g], f.isEqual(i[g], h) || delete j[g], c.unset ? delete i[g] : i[g] = h, this._changing && !f.isEqual(this._changed[g], h) && (this.trigger("change:" + g, this, h, c), this._moreChanges = !0), delete this._changed[g]; | |
if (!f.isEqual(k[g], h) || f.has(i, g) != f.has(k, g)) this._changed[g] = h | |
} | |
return l || (!c.silent && this.hasChanged() && this.change(c), this._setting = !1), this | |
}, | |
unset: function (a, b) { | |
return (b || (b = {})).unset = !0, this.set(a, null, b) | |
}, | |
clear: function (a) { | |
return (a || (a = {})).unset = !0, this.set(f.clone(this.attributes), a) | |
}, | |
fetch: function (a) { | |
a = a ? f.clone(a) : {}; | |
var b = this, | |
c = a.success; | |
return a.success = function (d, e, f) { | |
if (!b.set(b.parse(d, f), a)) return !1; | |
c && c(b, d) | |
}, a.error = e.wrapError(a.error, b, a), (this.sync || e.sync).call(this, "read", this, a) | |
}, | |
save: function (a, b, c) { | |
var d, g; | |
f.isObject(a) || a == null ? (d = a, c = b) : (d = {}, d[a] = b), c = c ? f.clone(c) : {}, c.wait && (g = f.clone(this.attributes)); | |
var h = f.extend({}, c, { | |
silent: !0 | |
}); | |
if (d && !this.set(d, c.wait ? h : c)) return !1; | |
var i = this, | |
j = c.success; | |
c.success = function (a, b, e) { | |
var g = i.parse(a, e); | |
c.wait && (g = f.extend(d || {}, g)); | |
if (!i.set(g, c)) return !1; | |
j ? j(i, a) : i.trigger("sync", i, a, c) | |
}, c.error = e.wrapError(c.error, i, c); | |
var k = this.isNew() ? "create" : "update", | |
l = (this.sync || e.sync).call(this, k, this, c); | |
return c.wait && this.set(g, h), l | |
}, | |
destroy: function (a) { | |
a = a ? f.clone(a) : {}; | |
var b = this, | |
c = a.success, | |
d = function () { | |
b.trigger("destroy", b, b.collection, a) | |
}; | |
if (this.isNew()) return d(); | |
a.success = function (e) { | |
a.wait && d(), c ? c(b, e) : b.trigger("sync", b, e, a) | |
}, a.error = e.wrapError(a.error, b, a); | |
var g = (this.sync || e.sync).call(this, "delete", this, a); | |
return a.wait || d(), g | |
}, | |
url: function () { | |
var a = u(this.collection, "url") || u(this, "urlRoot") || v(); | |
return this.isNew() ? a : a + (a.charAt(a.length - 1) == "/" ? "" : "/") + encodeURIComponent(this.id) | |
}, | |
parse: function (a, b) { | |
return a | |
}, | |
clone: function () { | |
return new this.constructor(this.attributes) | |
}, | |
isNew: function () { | |
return this.id == null | |
}, | |
change: function (a) { | |
if (this._changing || !this.hasChanged()) return this; | |
this._changing = !0, this._moreChanges = !0; | |
for (var b in this._changed) this.trigger("change:" + b, this, this._changed[b], a); | |
while (this._moreChanges) this._moreChanges = !1, this.trigger("change", this, a); | |
return this._previousAttributes = f.clone(this.attributes), delete this._changed, this._changing = !1, this | |
}, | |
hasChanged: function (a) { | |
return arguments.length ? this._changed && f.has(this._changed, a) : !f.isEmpty(this._changed) | |
}, | |
changedAttributes: function (a) { | |
if (!a) return this.hasChanged() ? f.clone(this._changed) : !1; | |
var b, c = !1, | |
d = this._previousAttributes; | |
for (var e in a) { | |
if (f.isEqual(d[e], b = a[e])) continue; | |
(c || (c = {}))[e] = b | |
} | |
return c | |
}, | |
previous: function (a) { | |
return !arguments.length || !this._previousAttributes ? null : this._previousAttributes[a] | |
}, | |
previousAttributes: function () { | |
return f.clone(this._previousAttributes) | |
}, | |
isValid: function () { | |
return !this.validate(this.attributes) | |
}, | |
_validate: function (a, b) { | |
if (b.silent || !this.validate) return !0; | |
a = f.extend({}, this.attributes, a); | |
var c = this.validate(a, b); | |
return c ? (b && b.error ? b.error(this, c, b) : this.trigger("error", this, c, b), !1) : !0 | |
} | |
}), e.Collection = function (a, b) { | |
b || (b = {}), b.comparator && (this.comparator = b.comparator), this._reset(), this.initialize.apply(this, arguments), a && this.reset(a, { | |
silent: !0, | |
parse: b.parse | |
}) | |
}, f.extend(e.Collection.prototype, e.Events, { | |
model: e.Model, | |
initialize: function () {}, | |
toJSON: function () { | |
return this.map(function (a) { | |
return a.toJSON() | |
}) | |
}, | |
add: function (a, b) { | |
var c, e, g, h, i, j, k = {}, | |
l = {}; | |
b || (b = {}), a = f.isArray(a) ? a.slice() : [a]; | |
for (c = 0, g = a.length; c < g; c++) { | |
if (!(h = a[c] = this._prepareModel(a[c], b))) throw new Error("Can't add an invalid model to a collection"); | |
if (k[i = h.cid] || this._byCid[i] || (j = h.id) != null && (l[j] || this._byId[j])) throw new Error("Can't add the same model to a collection twice"); | |
k[i] = l[j] = h | |
} | |
for (c = 0; c < g; c++)(h = a[c]).on("all", this._onModelEvent, this), this._byCid[h.cid] = h, h.id != null && (this._byId[h.id] = h); | |
this.length += g, e = b.at != null ? b.at : this.models.length, d.apply(this.models, [e, 0].concat(a)), this.comparator && this.sort({ | |
silent: !0 | |
}); | |
if (b.silent) return this; | |
for (c = 0, g = this.models.length; c < g; c++) { | |
if (!k[(h = this.models[c]).cid]) continue; | |
b.index = c, h.trigger("add", h, this, b) | |
} | |
return this | |
}, | |
remove: function (a, b) { | |
var c, d, e, g; | |
b || (b = {}), a = f.isArray(a) ? a.slice() : [a]; | |
for (c = 0, d = a.length; c < d; c++) { | |
g = this.getByCid(a[c]) || this.get(a[c]); | |
if (!g) continue; | |
delete this._byId[g.id], delete this._byCid[g.cid], e = this.indexOf(g), this.models.splice(e, 1), this.length--, b.silent || (b.index = e, g.trigger("remove", g, this, b)), this._removeReference(g) | |
} | |
return this | |
}, | |
get: function (a) { | |
return a == null ? null : this._byId[a.id != null ? a.id : a] | |
}, | |
getByCid: function (a) { | |
return a && this._byCid[a.cid || a] | |
}, | |
at: function (a) { | |
return this.models[a] | |
}, | |
sort: function (a) { | |
a || (a = {}); | |
if (!this.comparator) throw new Error("Cannot sort a set without a comparator"); | |
var b = f.bind(this.comparator, this); | |
return this.comparator.length == 1 ? this.models = this.sortBy(b) : this.models.sort(b), a.silent || this.trigger("reset", this, a), this | |
}, | |
pluck: function (a) { | |
return f.map(this.models, function (b) { | |
return b.get(a) | |
}) | |
}, | |
reset: function (a, b) { | |
a || (a = []), b || (b = {}); | |
for (var c = 0, d = this.models.length; c < d; c++) this._removeReference(this.models[c]); | |
return this._reset(), this.add(a, { | |
silent: !0, | |
parse: b.parse | |
}), b.silent || this.trigger("reset", this, b), this | |
}, | |
fetch: function (a) { | |
a = a ? f.clone(a) : {}, a.parse === undefined && (a.parse = !0); | |
var b = this, | |
c = a.success; | |
return a.success = function (d, e, f) { | |
b[a.add ? "add" : "reset"](b.parse(d, f), a), c && c(b, d) | |
}, a.error = e.wrapError(a.error, b, a), (this.sync || e.sync).call(this, "read", this, a) | |
}, | |
create: function (a, b) { | |
var c = this; | |
b = b ? f.clone(b) : {}, a = this._prepareModel(a, b); | |
if (!a) return !1; | |
b.wait || c.add(a, b); | |
var d = b.success; | |
return b.success = function (e, f, g) { | |
b.wait && c.add(e, b), d ? d(e, f) : e.trigger("sync", a, f, b) | |
}, a.save(null, b), a | |
}, | |
parse: function (a, b) { | |
return a | |
}, | |
chain: function () { | |
return f(this.models).chain() | |
}, | |
_reset: function (a) { | |
this.length = 0, this.models = [], this._byId = {}, this._byCid = {} | |
}, | |
_prepareModel: function (a, b) { | |
if (a instanceof e.Model) a.collection || (a.collection = this); | |
else { | |
var c = a; | |
b.collection = this, a = new this.model(c, b), a._validate(a.attributes, b) || (a = !1) | |
} | |
return a | |
}, | |
_removeReference: function (a) { | |
this == a.collection && delete a.collection, a.off("all", this._onModelEvent, this) | |
}, | |
_onModelEvent: function (a, b, c, d) { | |
if (a != "add" && a != "remove" || c == this) a == "destroy" && this.remove(b, d), b && a === "change:" + b.idAttribute && (delete this._byId[b.previous(b.idAttribute)], this._byId[b.id] = b), this.trigger.apply(this, arguments); | |
else return | |
} | |
}); | |
var h = ["forEach", "each", "map", "reduce", "reduceRight", "find", "detect", "filter", "select", "reject", "every", "all", "some", "any", "include", "contains", "invoke", "max", "min", "sortBy", "sortedIndex", "toArray", "size", "first", "initial", "rest", "last", "without", "indexOf", "shuffle", "lastIndexOf", "isEmpty", "groupBy"]; | |
f.each(h, function (a) { | |
e.Collection.prototype[a] = function () { | |
return f[a].apply(f, [this.models].concat(f.toArray(arguments))) | |
} | |
}), e.Router = function (a) { | |
a || (a = {}), a.routes && (this.routes = a.routes), this._bindRoutes(), this.initialize.apply(this, arguments) | |
}; | |
var i = /:\w+/g, | |
j = /\*\w+/g, | |
k = /[-[\]{}()+?.,\\^$|#\s]/g; | |
f.extend(e.Router.prototype, e.Events, { | |
initialize: function () {}, | |
route: function (a, b, c) { | |
return e.history || (e.history = new e.History), f.isRegExp(a) || (a = this._routeToRegExp(a)), c || (c = this[b]), e.history.route(a, f.bind(function (d) { | |
var f = this._extractParameters(a, d); | |
c && c.apply(this, f), this.trigger.apply(this, ["route:" + b].concat(f)), e.history.trigger("route", this, b, f) | |
}, this)), this | |
}, | |
navigate: function (a, b) { | |
e.history.navigate(a, b) | |
}, | |
_bindRoutes: function () { | |
if (!this.routes) return; | |
var a = []; | |
for (var b in this.routes) a.unshift([b, this.routes[b]]); | |
for (var c = 0, d = a.length; c < d; c++) this.route(a[c][0], a[c][1], this[a[c][1]]) | |
}, | |
_routeToRegExp: function (a) { | |
return a = a.replace(k, "\\$&").replace(i, "([^/]+)").replace(j, "(.*?)"), new RegExp("^" + a + "$") | |
}, | |
_extractParameters: function (a, b) { | |
return a.exec(b).slice(1) | |
} | |
}), e.History = function () { | |
this.handlers = [], f.bindAll(this, "checkUrl") | |
}; | |
var l = /^[#\/]/, | |
m = /msie [\w.]+/, | |
n = !1; | |
f.extend(e.History.prototype, e.Events, { | |
interval: 50, | |
getFragment: function (a, b) { | |
if (a == null) if (this._hasPushState || b) { | |
a = window.location.pathname; | |
var c = window.location.search; | |
c && (a += c) | |
} else a = window.location.hash; | |
return a = decodeURIComponent(a), a.indexOf(this.options.root) || (a = a.substr(this.options.root.length)), a.replace(l, "") | |
}, | |
start: function (a) { | |
if (n) throw new Error("Backbone.history has already been started"); | |
this.options = f.extend({}, { | |
root: "/" | |
}, this.options, a), this._wantsHashChange = this.options.hashChange !== !1, this._wantsPushState = !! this.options.pushState, this._hasPushState = !! (this.options.pushState && window.history && window.history.pushState); | |
var b = this.getFragment(), | |
c = document.documentMode, | |
d = m.exec(navigator.userAgent.toLowerCase()) && (!c || c <= 7); | |
d && (this.iframe = g('<iframe src="javascript:0" tabindex="-1" />').hide().appendTo("body")[0].contentWindow, this.navigate(b)), this._hasPushState ? g(window).bind("popstate", this.checkUrl) : this._wantsHashChange && "onhashchange" in window && !d ? g(window).bind("hashchange", this.checkUrl) : this._wantsHashChange && (this._checkUrlInterval = setInterval(this.checkUrl, this.interval)), this.fragment = b, n = !0; | |
var e = window.location, | |
h = e.pathname == this.options.root; | |
if (this._wantsHashChange && this._wantsPushState && !this._hasPushState && !h) return this.fragment = this.getFragment(null, !0), window.location.replace(this.options.root + "#" + this.fragment), !0; | |
this._wantsPushState && this._hasPushState && h && e.hash && (this.fragment = e.hash.replace(l, ""), window.history.replaceState({}, document.title, e.protocol + "//" + e.host + this.options.root + this.fragment)); | |
if (!this.options.silent) return this.loadUrl() | |
}, | |
stop: function () { | |
g(window).unbind("popstate", this.checkUrl).unbind("hashchange", this.checkUrl), clearInterval(this._checkUrlInterval), n = !1 | |
}, | |
route: function (a, b) { | |
this.handlers.unshift({ | |
route: a, | |
callback: b | |
}) | |
}, | |
checkUrl: function (a) { | |
var b = this.getFragment(); | |
b == this.fragment && this.iframe && (b = this.getFragment(this.iframe.location.hash)); | |
if (b == this.fragment || b == decodeURIComponent(this.fragment)) return !1; | |
this.iframe && this.navigate(b), this.loadUrl() || this.loadUrl(window.location.hash) | |
}, | |
loadUrl: function (a) { | |
var b = this.fragment = this.getFragment(a), | |
c = f.any(this.handlers, function (a) { | |
if (a.route.test(b)) return a.callback(b), !0 | |
}); | |
return c | |
}, | |
navigate: function (a, b) { | |
if (!n) return !1; | |
if (!b || b === !0) b = { | |
trigger: b | |
}; | |
var c = (a || "").replace(l, ""); | |
if (this.fragment == c || this.fragment == decodeURIComponent(c)) return; | |
this._hasPushState ? (c.indexOf(this.options.root) != 0 && (c = this.options.root + c), this.fragment = c, window.history[b.replace ? "replaceState" : "pushState"]({}, document.title, c)) : this._wantsHashChange ? (this.fragment = c, this._updateHash(window.location, c, b.replace), this.iframe && c != this.getFragment(this.iframe.location.hash) && (b.replace || this.iframe.document.open().close(), this._updateHash(this.iframe.location, c, b.replace))) : window.location.assign(this.options.root + a), b.trigger && this.loadUrl(a) | |
}, | |
_updateHash: function (a, b, c) { | |
c ? a.replace(a.toString().replace(/(javascript:|#).*$/, "") + "#" + b) : a.hash = b | |
} | |
}), e.View = function (a) { | |
this.cid = f.uniqueId("view"), this._configure(a || {}), this._ensureElement(), this.initialize.apply(this, arguments), this.delegateEvents() | |
}; | |
var o = /^(\S+)\s*(.*)$/, | |
p = ["model", "collection", "el", "id", "attributes", "className", "tagName"]; | |
f.extend(e.View.prototype, e.Events, { | |
tagName: "div", | |
$: function (a) { | |
return this.$el.find(a) | |
}, | |
initialize: function () {}, | |
render: function () { | |
return this | |
}, | |
remove: function () { | |
return this.$el.remove(), this | |
}, | |
make: function (a, b, c) { | |
var d = document.createElement(a); | |
return b && g(d).attr(b), c && g(d).html(c), d | |
}, | |
setElement: function (a, b) { | |
return this.$el = g(a), this.el = this.$el[0], b !== !1 && this.delegateEvents(), this | |
}, | |
delegateEvents: function (a) { | |
if (!a && !(a = u(this, "events"))) return; | |
this.undelegateEvents(); | |
for (var b in a) { | |
var c = a[b]; | |
f.isFunction(c) || (c = this[a[b]]); | |
if (!c) throw new Error('Event "' + a[b] + '" does not exist'); | |
var d = b.match(o), | |
e = d[1], | |
g = d[2]; | |
c = f.bind(c, this), e += ".delegateEvents" + this.cid, g === "" ? this.$el.bind(e, c) : this.$el.delegate(g, e, c) | |
} | |
}, | |
undelegateEvents: function () { | |
this.$el.unbind(".delegateEvents" + this.cid) | |
}, | |
_configure: function (a) { | |
this.options && (a = f.extend({}, this.options, a)); | |
for (var b = 0, c = p.length; b < c; b++) { | |
var d = p[b]; | |
a[d] && (this[d] = a[d]) | |
} | |
this.options = a | |
}, | |
_ensureElement: function () { | |
if (!this.el) { | |
var a = u(this, "attributes") || {}; | |
this.id && (a.id = this.id), this.className && (a["class"] = this.className), this.setElement(this.make(this.tagName, a), !1) | |
} else this.setElement(this.el, !1) | |
} | |
}); | |
var q = function (a, b) { | |
var c = t(this, a, b); | |
return c.extend = this.extend, c | |
}; | |
e.Model.extend = e.Collection.extend = e.Router.extend = e.View.extend = q; | |
var r = { | |
create: "POST", | |
update: "PUT", | |
"delete": "DELETE", | |
read: "GET" | |
}; | |
e.sync = function (a, b, c) { | |
var d = r[a], | |
h = { | |
type: d, | |
dataType: "json" | |
}; | |
return c.url || (h.url = u(b, "url") || v()), !c.data && b && (a == "create" || a == "update") && (h.contentType = "application/json", h.data = JSON.stringify(b.toJSON())), e.emulateJSON && (h.contentType = "application/x-www-form-urlencoded", h.data = h.data ? { | |
model: h.data | |
} : {}), e.emulateHTTP && (d === "PUT" || d === "DELETE") && (e.emulateJSON && (h.data._method = d), h.type = "POST", h.beforeSend = function (a) { | |
a.setRequestHeader("X-HTTP-Method-Override", d) | |
}), h.type !== "GET" && !e.emulateJSON && (h.processData = !1), g.ajax(f.extend(h, c)) | |
}, e.wrapError = function (a, b, c) { | |
return function (d, e) { | |
e = d === b ? e : d, a ? a(b, e, c) : b.trigger("error", b, e, c) | |
} | |
}; | |
var s = function () {}, | |
t = function (a, b, c) { | |
var d; | |
return b && b.hasOwnProperty("constructor") ? d = b.constructor : d = function () { | |
a.apply(this, arguments) | |
}, f.extend(d, a), s.prototype = a.prototype, d.prototype = new s, b && f.extend(d.prototype, b), c && f.extend(d, c), d.prototype.constructor = d, d.__super__ = a.prototype, d | |
}, | |
u = function (a, b) { | |
return !a || !a[b] ? null : f.isFunction(a[b]) ? a[b]() : a[b] | |
}, | |
v = function () { | |
throw new Error('A "url" property or function must be specified') | |
} | |
}.call(this); | |
if (typeof console == "undefined" || typeof console.log == "undefined") var console = { | |
log: function () {} | |
}; | |
DirectorJS = { | |
req: [], | |
userScope: {}, | |
formats: {}, | |
userFormats: {}, | |
previewFormat: {}, | |
initReq: function (a) { | |
var b = a + Math.floor(Math.random() * 1e3); | |
return this.req[b] = new Object, this.req[b].params = [], this.req[b] | |
}, | |
setHost: function (a, b) { | |
var b = b || !1; | |
this.host = "http://" + a.replace("http://", ""), b || (this.host += "/index.php?") | |
}, | |
conn: function (a) { | |
if (a) { | |
var b = a.apiMethod + Math.floor(Math.random() * 1e4); | |
for (var c in this.formats) { | |
var d = this.formats[c]; | |
a.params.push("size[" + c + "]=" + d) | |
} | |
for (var c in this.userFormats) { | |
var d = this.userFormats[c]; | |
a.params.push("user_size[" + c + "]=" + d) | |
} | |
this.previewFormat && a.params.push("preview=" + this.previewFormat), a.params = a.params.join("&"); | |
var e = a.params, | |
f = this.host + "/api/" + a.apiMethod + "/?" + e; | |
jQuery.ajax({ | |
url: f, | |
dataType: "jsonp", | |
jsonpCallback: b, | |
cache: !0, | |
success: function (b) { | |
b.error ? console && console.log(b.error) : a.callback.apply(this, [b.data]) | |
} | |
}) | |
} | |
}, | |
App: { | |
version: function (a, b) { | |
var c = DirectorJS.initReq("app.version."); | |
b = b || {}, c.apiMethod = "app_version", c.callback = a, DirectorJS.conn(c) | |
}, | |
totals: function (a, b) { | |
var c = DirectorJS.initReq("app.totals."); | |
b = b || {}, c.apiMethod = "app_totals", c.callback = a, DirectorJS.conn(c) | |
}, | |
limits: function (a, b) { | |
var c = DirectorJS.initReq("app.limits."); | |
b = b || {}, c.apiMethod = "app_limits", c.callback = a, DirectorJS.conn(c) | |
} | |
}, | |
Format: { | |
add: function (a) { | |
var b = { | |
square: 0, | |
quality: 85, | |
sharpening: 1 | |
}; | |
for (var c in a) b[c] = a[c]; | |
DirectorJS.formats[a.name] = [b.name, b.width, b.height, b.square, b.quality, b.sharpening].join(",") | |
}, | |
user: function (a) { | |
var b = { | |
square: 0, | |
quality: 85, | |
sharpening: 1 | |
}; | |
for (var c in a) b[c] = a[c]; | |
DirectorJS.userFormats[a.name] = [b.name, b.width, b.height, b.square, b.quality, b.sharpening].join(",") | |
}, | |
preview: function (a) { | |
var b = { | |
square: 0, | |
quality: 85, | |
sharpening: 1 | |
}; | |
for (var c in a) b[c] = a[c]; | |
DirectorJS.previewFormat = [b.width, b.height, b.square, b.quality, b.sharpening].join(",") | |
}, | |
clear: function () { | |
DirectorJS.formats = {}, DirectorJS.userFormats = {}, DirectorJS.previewFormat = [] | |
} | |
}, | |
Content: { | |
get: function (a, b, c) { | |
var d = DirectorJS.initReq("content.get."); | |
d.apiMethod = "get_content", d.callback = b, d.params.push("content_id=" + a), DirectorJS.conn(d) | |
}, | |
list: function (a, b) { | |
var c = DirectorJS.initReq("content.list."), | |
d = { | |
limit: 0, | |
only_images: !1, | |
only_active: !0, | |
sort_on: "created_on", | |
sort_direction: "DESC" | |
}; | |
DirectorJS.prepAndSendObjs(d, b, c), c.apiMethod = "get_content_list", c.callback = a, DirectorJS.conn(c) | |
} | |
}, | |
Album: { | |
get: function (a, b, c) { | |
var d = DirectorJS.initReq("album.get."), | |
e = { | |
only_active: 1 | |
}; | |
DirectorJS.prepAndSendObjs(e, c, d), d.apiMethod = "get_album", d.callback = b, d.params.push("album_id=" + a), d.modified = c.modified && "_" + a + "_" + c.modified || null, DirectorJS.conn(d) | |
}, | |
list: function (a, b) { | |
var c = DirectorJS.initReq("album.list."), | |
d = { | |
only_published: !0, | |
only_active: !0, | |
list_only: !1, | |
only_smart: !1, | |
exclude_smart: !1 | |
}; | |
DirectorJS.prepAndSendObjs(d, b, c), c.apiMethod = "get_album_list", c.callback = a, DirectorJS.conn(c) | |
}, | |
galleries: function (a, b, c) { | |
var d = DirectorJS.initReq("album.galleries."), | |
e = { | |
exclude: 0 | |
}; | |
undefined !== c && typeof c.exclude == "object" && (c.exclude = c.exclude.join(",")), DirectorJS.prepAndSendObjs(e, c, d), d.apiMethod = "get_associated_galleries", d.callback = b, d.params.push("album_id=" + a), DirectorJS.conn(d) | |
} | |
}, | |
Gallery: { | |
get: function (a, b, c) { | |
var d = DirectorJS.initReq("gallery.get."), | |
e = { | |
limit: null, | |
order: "display", | |
with_content: !0 | |
}; | |
DirectorJS.prepAndSendObjs(e, c, d), d.apiMethod = "get_gallery", d.callback = b, d.params.push("gallery_id=" + a), DirectorJS.conn(d) | |
}, | |
list: function (a, b) { | |
var c = DirectorJS.initReq("gallery.list."); | |
c.apiMethod = "get_gallery_list", c.callback = a, DirectorJS.conn(c) | |
} | |
}, | |
User: { | |
scope: function (a) { | |
DirectorJS.userScope = a | |
}, | |
list: function (a, b) { | |
var c = DirectorJS.initReq("user.all."), | |
d = { | |
sort: "name" | |
}; | |
DirectorJS.prepAndSendObjs(d, b, c), undefined !== DirectorJS.userScope.model && (undefined == DirectorJS.userScope.all && (DirectorJS.userScope.all = !1), c.params.push("user_scope_model=" + DirectorJS.userScope.model), c.params.push("user_scope_id=" + DirectorJS.userScope.id), c.params.push("user_scope_all=" + DirectorJS.userScope.all)), c.apiMethod = "get_users", c.callback = a, DirectorJS.conn(c) | |
} | |
}, | |
prepAndSendObjs: function (a, b, c) { | |
if (typeof b == "object") { | |
if (typeof b.tags == "object") { | |
var d = {}, | |
e = b.tags[0], | |
f; | |
b.tags[1] == "all" ? f = 1 : f = 0, b.tags = e, b.tags_exclusive = f | |
} | |
if (typeof b.scope == "object") { | |
var d = {}, | |
g = b.scope[0], | |
h = b.scope[1]; | |
b.scope = g, b.scope_id = h | |
} | |
for (var i in b) a[i] = b[i] | |
} | |
for (var i in a) { | |
i == "sort_on" && a[i] == "random" && c.params.push("buster=" + String(Math.round(Math.random() * 10))); | |
if (String(a[i]) == "true" || String(a[i]) == "false") a[i] = Number(a[i]); | |
c.params.push(i + "=" + a[i]) | |
} | |
} | |
}, function () { | |
var a = Math, | |
b = function (a) { | |
return a >> 0 | |
}, | |
c = /webkit/i.test(navigator.appVersion) ? "webkit" : /firefox/i.test(navigator.userAgent) ? "Moz" : "opera" in window ? "O" : "", | |
d = /android/gi.test(navigator.appVersion), | |
e = /iphone|ipad/gi.test(navigator.appVersion), | |
f = /playbook/gi.test(navigator.appVersion), | |
g = /hp-tablet/gi.test(navigator.appVersion), | |
h = "WebKitCSSMatrix" in window && "m11" in new WebKitCSSMatrix, | |
i = "ontouchstart" in window && !g, | |
j = c + "Transform" in document.documentElement.style, | |
k = e || f, | |
l = function () { | |
return window.requestAnimationFrame || window.webkitRequestAnimationFrame || window.mozRequestAnimationFrame || window.oRequestAnimationFrame || window.msRequestAnimationFrame || | |
function (a) { | |
return setTimeout(a, 17) | |
} | |
}(), | |
m = function () { | |
return window.cancelRequestAnimationFrame || window.webkitCancelAnimationFrame || window.webkitCancelRequestAnimationFrame || window.mozCancelRequestAnimationFrame || window.oCancelRequestAnimationFrame || window.msCancelRequestAnimationFrame || clearTimeout | |
}(), | |
n = "onorientationchange" in window ? "orientationchange" : "resize", | |
o = i ? "touchstart" : "mousedown", | |
p = i ? "touchmove" : "mousemove", | |
q = i ? "touchend" : "mouseup", | |
r = i ? "touchcancel" : "mouseup", | |
s = "translate" + (h ? "3d(" : "("), | |
t = h ? ",0)" : ")", | |
u = function (a, b) { | |
var d = this, | |
e = document, | |
f; | |
d.wrapper = typeof a == "object" ? a : e.getElementById(a), d.wrapper.style.overflow = "hidden", d.scroller = d.wrapper.children[0], d.options = { | |
hScroll: !0, | |
vScroll: !0, | |
x: 0, | |
y: 0, | |
bounce: !0, | |
bounceLock: !1, | |
momentum: !0, | |
lockDirection: !0, | |
useTransform: !0, | |
useTransition: !1, | |
onRefresh: null, | |
onBeforeScrollStart: function (a) { | |
a.preventDefault() | |
}, | |
onScrollStart: null, | |
onBeforeScrollMove: null, | |
onScrollMove: null, | |
onBeforeScrollEnd: null, | |
onScrollEnd: null, | |
onTouchEnd: null, | |
onDestroy: null | |
}; | |
for (f in b) d.options[f] = b[f]; | |
d.x = d.options.x, d.y = d.options.y, d.options.useTransform = j ? d.options.useTransform : !1, d.options.hScrollbar = d.options.hScroll && d.options.hScrollbar, d.options.vScrollbar = d.options.vScroll && d.options.vScrollbar, d.options.useTransition = k && d.options.useTransition, d.scroller.style[c + "TransitionProperty"] = d.options.useTransform ? "-" + c.toLowerCase() + "-transform" : "top left", d.scroller.style[c + "TransitionDuration"] = "0", d.scroller.style[c + "TransformOrigin"] = "0 0", d.options.useTransition && (d.scroller.style[c + "TransitionTimingFunction"] = "cubic-bezier(0.33,0.66,0.66,1)"), d.options.useTransform ? d.scroller.style[c + "Transform"] = s + d.x + "px," + d.y + "px" + t : d.scroller.style.cssText += ";position:absolute;top:" + d.y + "px;left:" + d.x + "px", d.refresh(), d._bind(n, window), d._bind(o), i || d._bind("mouseout", d.wrapper) | |
}; | |
u.prototype = { | |
enabled: !0, | |
x: 0, | |
y: 0, | |
steps: [], | |
scale: 1, | |
handleEvent: function (a) { | |
var b = this; | |
switch (a.type) { | |
case o: | |
if (!i && a.button !== 0) return; | |
b._start(a); | |
break; | |
case p: | |
b._move(a); | |
break; | |
case q: | |
case r: | |
b._end(a); | |
break; | |
case n: | |
b._resize(); | |
break; | |
case "mouseout": | |
b._mouseout(a); | |
break; | |
case "webkitTransitionEnd": | |
b._transitionEnd(a) | |
} | |
}, | |
_resize: function () { | |
this.refresh() | |
}, | |
_pos: function (a, d) { | |
a = this.hScroll ? a : 0, d = this.vScroll ? d : 0, this.options.useTransform ? this.scroller.style[c + "Transform"] = s + a + "px," + d + "px" + t + " scale(" + this.scale + ")" : (a = b(a), d = b(d), this.scroller.style.left = a + "px", this.scroller.style.top = d + "px"), this.x = a, this.y = d | |
}, | |
_start: function (a) { | |
var b = this, | |
d = i ? a.touches[0] : a, | |
e, f, g; | |
if (!b.enabled) return; | |
b.options.onBeforeScrollStart && b.options.onBeforeScrollStart.call(b, a), b.options.useTransition && b._transitionTime(0), b.moved = !1, b.animating = !1, b.zoomed = !1, b.distX = 0, b.distY = 0, b.absDistX = 0, b.absDistY = 0, b.dirX = 0, b.dirY = 0; | |
if (b.options.momentum) { | |
b.options.useTransform ? (e = getComputedStyle(b.scroller, null)[c + "Transform"].replace(/[^0-9-.,]/g, "").split(","), f = e[4] * 1, g = e[5] * 1) : (f = getComputedStyle(b.scroller, null).left.replace(/[^0-9-]/g, "") * 1, g = getComputedStyle(b.scroller, null).top.replace(/[^0-9-]/g, "") * 1); | |
if (f != b.x || g != b.y) b.options.useTransition ? b._unbind("webkitTransitionEnd") : m(b.aniTime), b.steps = [], b._pos(f, g) | |
} | |
b.startX = b.x, b.startY = b.y, b.pointX = d.pageX, b.pointY = d.pageY, b.startTime = a.timeStamp || Date.now(), b.options.onScrollStart && b.options.onScrollStart.call(b, a), b._bind(p), b._bind(q), b._bind(r) | |
}, | |
_move: function (b) { | |
var c = this, | |
d = i ? b.touches[0] : b, | |
e = d.pageX - c.pointX, | |
f = d.pageY - c.pointY, | |
g = c.x + e, | |
h = c.y + f, | |
j = b.timeStamp || Date.now(); | |
c.options.onBeforeScrollMove && c.options.onBeforeScrollMove.call(c, b), c.pointX = d.pageX, c.pointY = d.pageY; | |
if (g > 0 || g < c.maxScrollX) g = c.options.bounce ? c.x + e / 2 : g >= 0 || c.maxScrollX >= 0 ? 0 : c.maxScrollX; | |
if (h > 0 || h < c.maxScrollY) h = c.options.bounce ? c.y + f / 2 : h >= 0 || c.maxScrollY >= 0 ? 0 : c.maxScrollY; | |
if (c.absDistX < 6 && c.absDistY < 6) { | |
c.distX += e, c.distY += f, c.absDistX = a.abs(c.distX), c.absDistY = a.abs(c.distY); | |
return | |
} | |
c.options.lockDirection && (c.absDistX > c.absDistY + 5 ? (h = c.y, f = 0) : c.absDistY > c.absDistX + 5 && (g = c.x, e = 0)), c.moved = !0, c._pos(g, h), c.dirX = e > 0 ? -1 : e < 0 ? 1 : 0, c.dirY = f > 0 ? -1 : f < 0 ? 1 : 0, j - c.startTime > 300 && (c.startTime = j, c.startX = c.x, c.startY = c.y), c.options.onScrollMove && c.options.onScrollMove.call(c, b) | |
}, | |
_end: function (c) { | |
if (i && c.touches.length != 0) return; | |
var d = this, | |
e = i ? c.changedTouches[0] : c, | |
f, g, h = { | |
dist: 0, | |
time: 0 | |
}, | |
j = { | |
dist: 0, | |
time: 0 | |
}, | |
k = (c.timeStamp || Date.now()) - d.startTime, | |
l = d.x, | |
m = d.y, | |
n; | |
d._unbind(p), d._unbind(q), d._unbind(r), d.options.onBeforeScrollEnd && d.options.onBeforeScrollEnd.call(d, c); | |
if (!d.moved) { | |
if (i) { | |
f = e.target; | |
while (f.nodeType != 1) f = f.parentNode; | |
f.tagName != "SELECT" && f.tagName != "INPUT" && f.tagName != "TEXTAREA" && (g = document.createEvent("MouseEvents"), g.initMouseEvent("click", !0, !0, c.view, 1, e.screenX, e.screenY, e.clientX, e.clientY, c.ctrlKey, c.altKey, c.shiftKey, c.metaKey, 0, null), g._fake = !0, f.dispatchEvent(g)) | |
} | |
d._resetPos(200), d.options.onTouchEnd && d.options.onTouchEnd.call(d, c); | |
return | |
} | |
if (k < 300 && d.options.momentum) { | |
h = l ? d._momentum(l - d.startX, k, -d.x, d.scrollerW - d.wrapperW + d.x, d.options.bounce ? d.wrapperW : 0) : h, j = m ? d._momentum(m - d.startY, k, -d.y, d.maxScrollY < 0 ? d.scrollerH - d.wrapperH + d.y : 0, d.options.bounce ? d.wrapperH : 0) : j, l = d.x + h.dist, m = d.y + j.dist; | |
if (d.x > 0 && l > 0 || d.x < d.maxScrollX && l < d.maxScrollX) h = { | |
dist: 0, | |
time: 0 | |
}; | |
if (d.y > 0 && m > 0 || d.y < d.maxScrollY && m < d.maxScrollY) j = { | |
dist: 0, | |
time: 0 | |
} | |
} | |
if (h.dist || j.dist) { | |
n = a.max(a.max(h.time, j.time), 10), d.scrollTo(b(l), b(m), n), d.options.onTouchEnd && d.options.onTouchEnd.call(d, c); | |
return | |
} | |
d._resetPos(200), d.options.onTouchEnd && d.options.onTouchEnd.call(d, c) | |
}, | |
_resetPos: function (a) { | |
var b = this, | |
c = b.x >= 0 ? 0 : b.x < b.maxScrollX ? b.maxScrollX : b.x, | |
d = b.y >= 0 || b.maxScrollY > 0 ? 0 : b.y < b.maxScrollY ? b.maxScrollY : b.y; | |
if (c == b.x && d == b.y) { | |
b.moved && (b.options.onScrollEnd && b.options.onScrollEnd.call(b), b.moved = !1); | |
return | |
} | |
b.scrollTo(c, d, a || 0) | |
}, | |
_mouseout: function (a) { | |
var b = a.relatedTarget; | |
if (!b) { | |
this._end(a); | |
return | |
} | |
while (b = b.parentNode) if (b == this.wrapper) return; | |
this._end(a) | |
}, | |
_transitionEnd: function (a) { | |
var b = this; | |
if (a.target != b.scroller) return; | |
b._unbind("webkitTransitionEnd"), b._startAni() | |
}, | |
_startAni: function () { | |
var b = this, | |
c = b.x, | |
d = b.y, | |
e = Date.now(), | |
f, g, h; | |
if (b.animating) return; | |
if (!b.steps.length) { | |
b._resetPos(400); | |
return | |
} | |
f = b.steps.shift(), f.x == c && f.y == d && (f.time = 0), b.animating = !0, b.moved = !0; | |
if (b.options.useTransition) { | |
b._transitionTime(f.time), b._pos(f.x, f.y), b.animating = !1, f.time ? b._bind("webkitTransitionEnd") : b._resetPos(0); | |
return | |
} | |
h = function () { | |
var i = Date.now(), | |
j, k; | |
if (i >= e + f.time) { | |
b._pos(f.x, f.y), b.animating = !1, b.options.onAnimationEnd && b.options.onAnimationEnd.call(b), b._startAni(); | |
return | |
} | |
i = (i - e) / f.time - 1, g = a.sqrt(1 - i * i), j = (f.x - c) * g + c, k = (f.y - d) * g + d, b._pos(j, k), b.animating && (b.aniTime = l(h)) | |
}, h() | |
}, | |
_transitionTime: function (a) { | |
this.scroller.style[c + "TransitionDuration"] = a + "ms" | |
}, | |
_momentum: function (c, d, e, f, g) { | |
var h = 6e-4, | |
i = a.abs(c) / d, | |
j = i * i / (2 * h), | |
k = 0, | |
l = 0; | |
return c > 0 && j > e ? (l = g / (6 / (j / i * h)), e += l, i = i * e / j, j = e) : c < 0 && j > f && (l = g / (6 / (j / i * h)), f += l, i = i * f / j, j = f), j *= c < 0 ? -1 : 1, k = i / h, { | |
dist: j, | |
time: b(k) | |
} | |
}, | |
_offset: function (a) { | |
var b = -a.offsetLeft, | |
c = -a.offsetTop; | |
while (a = a.offsetParent) b -= a.offsetLeft, c -= a.offsetTop; | |
return { | |
left: b, | |
top: c | |
} | |
}, | |
_bind: function (a, b, c) { | |
(b || this.scroller).addEventListener(a, this, !! c) | |
}, | |
_unbind: function (a, b, c) { | |
(b || this.scroller).removeEventListener(a, this, !! c) | |
}, | |
destroy: function () { | |
var a = this; | |
a.scroller.style[c + "Transform"] = "", a._unbind(n, window), a._unbind(o), a._unbind(p), a._unbind(q), a._unbind(r), a._unbind("mouseout", a.wrapper), a.options.useTransition && a._unbind("webkitTransitionEnd"), a.options.onDestroy && a.options.onDestroy.call(a) | |
}, | |
refresh: function () { | |
var a = this, | |
b; | |
a.wrapperW = a.wrapper.clientWidth, a.wrapperH = a.wrapper.clientHeight, a.scrollerW = a.scroller.offsetWidth, a.scrollerH = a.scroller.offsetHeight, a.maxScrollX = a.wrapperW - a.scrollerW, a.maxScrollY = a.wrapperH - a.scrollerH, a.dirX = 0, a.dirY = 0, a.hScroll = a.options.hScroll && a.maxScrollX < 0, a.vScroll = a.options.vScroll && (!a.options.bounceLock && !a.hScroll || a.scrollerH > a.wrapperH), b = a._offset(a.wrapper), a.wrapperOffsetLeft = -b.left, a.wrapperOffsetTop = -b.top, a.scroller.style[c + "TransitionDuration"] = "0", a._resetPos(200) | |
}, | |
scrollTo: function (a, b, c, d) { | |
var e = this, | |
f = a, | |
g, h; | |
e.stop(), f.length || (f = [{ | |
x: a, | |
y: b, | |
time: c, | |
relative: d | |
}]); | |
for (g = 0, h = f.length; g < h; g++) f[g].relative && (f[g].x = e.x - f[g].x, f[g].y = e.y - f[g].y), e.steps.push({ | |
x: f[g].x, | |
y: f[g].y, | |
time: f[g].time || 0 | |
}); | |
e._startAni() | |
}, | |
scrollToElement: function (b, c) { | |
var d = this, | |
e; | |
b = b.nodeType ? b : d.scroller.querySelector(b); | |
if (!b) return; | |
e = d._offset(b), e.left += d.wrapperOffsetLeft, e.top += d.wrapperOffsetTop, e.left = e.left > 0 ? 0 : e.left < d.maxScrollX ? d.maxScrollX : e.left, e.top = e.top > 0 ? 0 : e.top < d.maxScrollY ? d.maxScrollY : e.top, c = c === undefined ? a.max(a.abs(e.left) * 2, a.abs(e.top) * 2) : c, d.scrollTo(e.left, e.top, c) | |
}, | |
disable: function () { | |
this.stop(), this._resetPos(0), this.enabled = !1, this._unbind(p), this._unbind(q), this._unbind(r) | |
}, | |
enable: function () { | |
this.enabled = !0 | |
}, | |
stop: function () { | |
m(this.aniTime), this.steps = [], this.moved = !1, this.animating = !1 | |
} | |
}, typeof exports != "undefined" ? exports.iScroll = u : window.iScroll = u | |
}(), function (a) { | |
typeof define == "function" && define.amd ? define(["jquery"], a) : a(jQuery) | |
}(function (a) { | |
a.fn.tweet = function (b) { | |
function e(a, b) { | |
if (typeof a == "string") { | |
var c = a; | |
for (var d in b) { | |
var e = b[d]; | |
c = c.replace(new RegExp("{" + d + "}", "g"), e === null ? "" : e) | |
} | |
return c | |
} | |
return a(b) | |
} | |
function f(b, c) { | |
return function () { | |
var d = []; | |
return this.each(function () { | |
d.push(this.replace(b, c)) | |
}), a(d) | |
} | |
} | |
function g(a) { | |
return a.replace(/</g, "<").replace(/>/g, "^>") | |
} | |
function h(a, b) { | |
return a.replace(d, function (a) { | |
var c = /^[a-z]+:/i.test(a) ? a : "http://" + a, | |
d = a; | |
for (var e = 0; e < b.length; ++e) { | |
var f = b[e]; | |
if (f.url == c && f.expanded_url) { | |
c = f.expanded_url, d = f.display_url; | |
break | |
} | |
} | |
return '<a href="' + g(c) + '">' + g(d) + "</a>" | |
}) | |
} | |
function i(a) { | |
return Date.parse(a.replace(/^([a-z]{3})( [a-z]{3} \d\d?)(.*)( \d{4})$/i, "$1,$2$4$3")) | |
} | |
function j(a) { | |
var b = arguments.length > 1 ? arguments[1] : new Date, | |
c = parseInt((b.getTime() - a) / 1e3, 10), | |
d = ""; | |
return c < 1 ? d = "just now" : c < 60 ? d = c + " seconds ago" : c < 120 ? d = "a minute ago" : c < 2700 ? d = parseInt(c / 60, 10).toString() + " minutes ago" : c < 7200 ? d = "an hour ago" : c < 86400 ? d = "" + parseInt(c / 3600, 10).toString() + " hours ago" : c < 172800 ? d = "a day ago" : d = parseInt(c / 86400, 10).toString() + " days ago", "about " + d | |
} | |
function k(a) { | |
return a.match(/^(@([A-Za-z0-9-_]+)) .*/i) ? c.auto_join_text_reply : a.match(d) ? c.auto_join_text_url : a.match(/^((\w+ed)|just) .*/im) ? c.auto_join_text_ed : a.match(/^(\w*ing) .*/i) ? c.auto_join_text_ing : c.auto_join_text_default | |
} | |
function l() { | |
var a = "https:" == document.location.protocol ? "https:" : "http:", | |
b = c.fetch === null ? c.count : c.fetch, | |
d = "&include_entities=1&callback=?"; | |
if (c.list) return a + "//" + c.twitter_api_url + "/1/" + c.username[0] + "/lists/" + c.list + "/statuses.json?page=" + c.page + "&per_page=" + b + d; | |
if (c.favorites) return a + "//" + c.twitter_api_url + "/favorites/" + c.username[0] + ".json?page=" + c.page + "&count=" + b + d; | |
if (c.query === null && c.username.length == 1) return a + "//" + c.twitter_api_url + "/1/statuses/user_timeline.json?screen_name=" + c.username[0] + "&count=" + b + (c.retweets ? "&include_rts=1" : "") + "&page=" + c.page + d; | |
var e = c.query || "from:" + c.username.join(" OR from:"); | |
return a + "//" + c.twitter_search_url + "/search.json?&q=" + encodeURIComponent(e) + "&rpp=" + b + "&page=" + c.page + d | |
} | |
function m(a, b) { | |
return b ? "user" in a ? a.user.profile_image_url_https : m(a, !1).replace(/^http:\/\/[a-z0-9]{1,3}\.twimg\.com\//, "https://s3.amazonaws.com/twitter_production/") : a.profile_image_url || a.user.profile_image_url | |
} | |
function n(b) { | |
var d = {}; | |
return d.item = b, d.source = b.source, d.screen_name = b.from_user || b.user.screen_name, d.avatar_size = c.avatar_size, d.avatar_url = m(b, document.location.protocol === "https:"), d.retweet = typeof b.retweeted_status != "undefined", d.tweet_time = i(b.created_at), d.join_text = c.join_text == "auto" ? k(b.text) : c.join_text, d.tweet_id = b.id_str, d.twitter_base = "http://" + c.twitter_url + "/", d.user_url = d.twitter_base + d.screen_name, d.tweet_url = d.user_url + "/status/" + d.tweet_id, d.reply_url = d.twitter_base + "intent/tweet?in_reply_to=" + d.tweet_id, d.retweet_url = d.twitter_base + "intent/retweet?tweet_id=" + d.tweet_id, d.favorite_url = d.twitter_base + "intent/favorite?tweet_id=" + d.tweet_id, d.retweeted_screen_name = d.retweet && b.retweeted_status.user.screen_name, d.tweet_relative_time = j(d.tweet_time), d.entities = b.entities ? (b.entities.urls || []).concat(b.entities.media || []) : [], d.tweet_raw_text = d.retweet ? "RT @" + d.retweeted_screen_name + " " + b.retweeted_status.text : b.text, d.tweet_text = a([h(d.tweet_raw_text, d.entities)]).linkUser().linkHash()[0], d.tweet_text_fancy = a([d.tweet_text]).makeHeart().capAwesome().capEpic()[0], d.user = e('<a class="tweet_user" href="{user_url}">{screen_name}</a>', d), d.join = c.join_text ? e(' <span class="tweet_join">{join_text}</span> ', d) : " ", d.avatar = d.avatar_size ? e('<a class="tweet_avatar" href="{user_url}"><img src="{avatar_url}" height="{avatar_size}" width="{avatar_size}" alt="{screen_name}\'s avatar" title="{screen_name}\'s avatar" border="0"/></a>', d) : "", d.time = e('<span class="tweet_time"><a href="{tweet_url}" title="view tweet on twitter">{tweet_relative_time}</a></span>', d), d.text = e('<span class="tweet_text">{tweet_text_fancy}</span>', d), d.reply_action = e('<a class="tweet_action tweet_reply" href="{reply_url}">reply</a>', d), d.retweet_action = e('<a class="tweet_action tweet_retweet" href="{retweet_url}">retweet</a>', d), d.favorite_action = e('<a class="tweet_action tweet_favorite" href="{favorite_url}">favorite</a>', d), d | |
} | |
var c = a.extend({ | |
username: null, | |
list: null, | |
favorites: !1, | |
query: null, | |
avatar_size: null, | |
count: 3, | |
fetch: null, | |
page: 1, | |
retweets: !0, | |
intro_text: null, | |
outro_text: null, | |
join_text: null, | |
auto_join_text_default: "i said,", | |
auto_join_text_ed: "i", | |
auto_join_text_ing: "i am", | |
auto_join_text_reply: "i replied to", | |
auto_join_text_url: "i was looking at", | |
loading_text: null, | |
refresh_interval: null, | |
twitter_url: "twitter.com", | |
twitter_api_url: "api.twitter.com", | |
twitter_search_url: "search.twitter.com", | |
template: "{avatar}{time}{join}{text}", | |
comparator: function (a, b) { | |
return b.tweet_time - a.tweet_time | |
}, | |
filter: function (a) { | |
return !0 | |
} | |
}, b), | |
d = /\b((?:[a-z][\w-]+:(?:\/{1,3}|[a-z0-9%])|www\d{0,3}[.]|[a-z0-9.\-]+[.][a-z]{2,4}\/)(?:[^\s()<>]+|\(([^\s()<>]+|(\([^\s()<>]+\)))*\))+(?:\(([^\s()<>]+|(\([^\s()<>]+\)))*\)|[^\s`!()\[\]{};:'".,<>?«»“â€â€˜â€™]))/gi; | |
return a.extend({ | |
tweet: { | |
t: e | |
} | |
}), a.fn.extend({ | |
linkUser: f(/(^|[\W])@(\w+)/gi, '$1@<a href="http://' + c.twitter_url + '/$2">$2</a>'), | |
linkHash: f(/(?:^| )[\#]+([\w\u00c0-\u00d6\u00d8-\u00f6\u00f8-\u00ff\u0600-\u06ff]+)/gi, ' <a href="http://' + c.twitter_search_url + "/search?q=&tag=$1&lang=all" + (c.username && c.username.length == 1 && !c.list ? "&from=" + c.username.join("%2BOR%2B") : "") + '">#$1</a>'), | |
capAwesome: f(/\b(awesome)\b/gi, '<span class="awesome">$1</span>'), | |
capEpic: f(/\b(epic)\b/gi, '<span class="epic">$1</span>'), | |
makeHeart: f(/(<)+[3]/gi, "<tt class='heart'>♥</tt>") | |
}), this.each(function (b, d) { | |
var f = a('<ul class="tweet_list">'), | |
g = '<p class="tweet_intro">' + c.intro_text + "</p>", | |
h = '<p class="tweet_outro">' + c.outro_text + "</p>", | |
i = a('<p class="loading">' + c.loading_text + "</p>"); | |
c.username && typeof c.username == "string" && (c.username = [c.username]), a(d).unbind("tweet:load").bind("tweet:load", function () { | |
c.loading_text && a(d).empty().append(i), a.getJSON(l(), function (b) { | |
a(d).empty().append(f), c.intro_text && f.before(g), f.empty(); | |
var i = a.map(b.results || b, n); | |
i = a.grep(i, c.filter).sort(c.comparator).slice(0, c.count), f.append(a.map(i, function (a) { | |
return "<li>" + e(c.template, a) + "</li>" | |
}).join("")).children("li:first").addClass("tweet_first").end().children("li:odd").addClass("tweet_even").end().children("li:even").addClass("tweet_odd"), c.outro_text && f.after(h), a(d).trigger("loaded").trigger(i.length === 0 ? "empty" : "full"), c.refresh_interval && window.setTimeout(function () { | |
a(d).trigger("tweet:load") | |
}, 1e3 * c.refresh_interval) | |
}) | |
}).trigger("tweet:load") | |
}) | |
} | |
}), function ($) { | |
var escapeable = /["\\\x00-\x1f\x7f-\x9f]/g, | |
meta = { | |
"\b": "\\b", | |
"\t": "\\t", | |
"\n": "\\n", | |
"\f": "\\f", | |
"\r": "\\r", | |
'"': '\\"', | |
"\\": "\\\\" | |
}; | |
$.toJSON = typeof JSON == "object" && JSON.stringify ? JSON.stringify : function (a) { | |
if (a === null) return "null"; | |
var b = typeof a; | |
if (b === "undefined") return undefined; | |
if (b === "number" || b === "boolean") return "" + a; | |
if (b === "string") return $.quoteString(a); | |
if (b === "object") { | |
if (typeof a.toJSON == "function") return $.toJSON(a.toJSON()); | |
if (a.constructor === Date) { | |
var c = a.getUTCMonth() + 1, | |
d = a.getUTCDate(), | |
e = a.getUTCFullYear(), | |
f = a.getUTCHours(), | |
g = a.getUTCMinutes(), | |
h = a.getUTCSeconds(), | |
i = a.getUTCMilliseconds(); | |
return c < 10 && (c = "0" + c), d < 10 && (d = "0" + d), f < 10 && (f = "0" + f), g < 10 && (g = "0" + g), h < 10 && (h = "0" + h), i < 100 && (i = "0" + i), i < 10 && (i = "0" + i), '"' + e + "-" + c + "-" + d + "T" + f + ":" + g + ":" + h + "." + i + 'Z"' | |
} | |
if (a.constructor === Array) { | |
var j = []; | |
for (var k = 0; k < a.length; k++) j.push($.toJSON(a[k]) || "null"); | |
return "[" + j.join(",") + "]" | |
} | |
var l, m, n = []; | |
for (var o in a) { | |
b = typeof o; | |
if (b === "number") l = '"' + o + '"'; | |
else if (b === "string") l = $.quoteString(o); | |
else continue; | |
b = typeof a[o]; | |
if (b === "function" || b === "undefined") continue; | |
m = $.toJSON(a[o]), n.push(l + ":" + m) | |
} | |
return "{" + n.join(",") + "}" | |
} | |
}, $.evalJSON = typeof JSON == "object" && JSON.parse ? JSON.parse : function (src) { | |
return eval("(" + src + ")") | |
}, $.secureEvalJSON = typeof JSON == "object" && JSON.parse ? JSON.parse : function (src) { | |
var filtered = src.replace(/\\["\\\/bfnrtu]/g, "@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g, "]").replace(/(?:^|:|,)(?:\s*\[)+/g, ""); | |
if (/^[\],:{}\s]*$/.test(filtered)) return eval("(" + src + ")"); | |
throw new SyntaxError("Error parsing JSON, source is not valid.") | |
}, $.quoteString = function (a) { | |
return a.match(escapeable) ? '"' + a.replace(escapeable, function (a) { | |
var b = meta[a]; | |
return typeof b == "string" ? b : (b = a.charCodeAt(), "\\u00" + Math.floor(b / 16).toString(16) + (b % 16).toString(16)) | |
}) + '"' : '"' + a + '"' | |
} | |
}(jQuery), function (a) { | |
function k() { | |
var a = !1; | |
if ("localStorage" in window) try { | |
window.localStorage.setItem("_tmptest", "tmpval"), a = !0, window.localStorage.removeItem("_tmptest") | |
} catch (b) {} | |
if (a) try { | |
window.localStorage && (c = window.localStorage, h = "localStorage") | |
} catch (e) {} else if ("globalStorage" in window) try { | |
window.globalStorage && (c = window.globalStorage[window.location.hostname], h = "globalStorage") | |
} catch (f) {} else { | |
d = document.createElement("link"); | |
if (!d.addBehavior) { | |
d = null; | |
return | |
} | |
d.style.behavior = "url(#default#userData)", document.getElementsByTagName("head")[0].appendChild(d), d.load("jStorage"); | |
var g = "{}"; | |
try { | |
g = d.getAttribute("jStorage") | |
} catch (i) {} | |
c.jStorage = g, h = "userDataBehavior" | |
} | |
l(), o() | |
} | |
function l() { | |
if (c.jStorage) try { | |
b = g(String(c.jStorage)) | |
} catch (a) { | |
c.jStorage = "{}" | |
} else c.jStorage = "{}"; | |
e = c.jStorage ? String(c.jStorage).length : 0 | |
} | |
function m() { | |
try { | |
c.jStorage = f(b), d && (d.setAttribute("jStorage", c.jStorage), d.save("jStorage")), e = c.jStorage ? String(c.jStorage).length : 0 | |
} catch (a) {} | |
} | |
function n(a) { | |
if (!a || typeof a != "string" && typeof a != "number") throw new TypeError("Key name must be string or numeric"); | |
if (a == "__jstorage_meta") throw new TypeError("Reserved key name"); | |
return !0 | |
} | |
function o() { | |
var a, c, d, e = Infinity, | |
f = !1; | |
clearTimeout(i); | |
if (!b.__jstorage_meta || typeof b.__jstorage_meta.TTL != "object") return; | |
a = +(new Date), d = b.__jstorage_meta.TTL; | |
for (c in d) d.hasOwnProperty(c) && (d[c] <= a ? (delete d[c], delete b[c], f = !0) : d[c] < e && (e = d[c])); | |
e != Infinity && (i = setTimeout(o, e - a)), f && m() | |
} | |
if (!a || !(a.toJSON || Object.toJSON || window.JSON)) throw new Error("jQuery, MooTools or Prototype needs to be loaded before jStorage!"); | |
var b = {}, | |
c = { | |
jStorage: "{}" | |
}, | |
d = null, | |
e = 0, | |
f = a.toJSON || Object.toJSON || window.JSON && (JSON.encode || JSON.stringify), | |
g = a.evalJSON || window.JSON && (JSON.decode || JSON.parse) || | |
function (a) { | |
return String(a).evalJSON() | |
}, h = !1, i, j = { | |
isXML: function (a) { | |
var b = (a ? a.ownerDocument || a : 0).documentElement; | |
return b ? b.nodeName !== "HTML" : !1 | |
}, | |
encode: function (a) { | |
if (!this.isXML(a)) return !1; | |
try { | |
return (new XMLSerializer).serializeToString(a) | |
} catch (b) { | |
try { | |
return a.xml | |
} catch (c) {} | |
} | |
return !1 | |
}, | |
decode: function (a) { | |
var b = "DOMParser" in window && (new DOMParser).parseFromString || window.ActiveXObject && | |
function (a) { | |
var b = new ActiveXObject("Microsoft.XMLDOM"); | |
return b.async = "false", b.loadXML(a), b | |
}, c; | |
return b ? (c = b.call("DOMParser" in window && new DOMParser || window, a, "text/xml"), this.isXML(c) ? c : !1) : !1 | |
} | |
}; | |
a.jStorage = { | |
version: "0.1.6.1", | |
set: function (a, c) { | |
return n(a), j.isXML(c) ? c = { | |
_is_xml: !0, | |
xml: j.encode(c) | |
} : typeof c == "function" ? c = null : c && typeof c == "object" && (c = g(f(c))), b[a] = c, m(), c | |
}, | |
get: function (a, c) { | |
return n(a), a in b ? b[a] && typeof b[a] == "object" && b[a]._is_xml && b[a]._is_xml ? j.decode(b[a].xml) : b[a] : typeof c == "undefined" ? null : c | |
}, | |
deleteKey: function (a) { | |
return n(a), a in b ? (delete b[a], b.__jstorage_meta && typeof b.__jstorage_meta.TTL == "object" && a in b.__jstorage_meta.TTL && delete b.__jstorage_meta.TTL[a], m(), !0) : !1 | |
}, | |
setTTL: function (a, c) { | |
var d = +(new Date); | |
return n(a), c = Number(c) || 0, a in b ? (b.__jstorage_meta || (b.__jstorage_meta = {}), b.__jstorage_meta.TTL || (b.__jstorage_meta.TTL = {}), c > 0 ? b.__jstorage_meta.TTL[a] = d + c : delete b.__jstorage_meta.TTL[a], m(), o(), !0) : !1 | |
}, | |
flush: function () { | |
return b = {}, m(), !0 | |
}, | |
storageObj: function () { | |
function a() {} | |
return a.prototype = b, new a | |
}, | |
index: function () { | |
var a = [], | |
c; | |
for (c in b) b.hasOwnProperty(c) && c != "__jstorage_meta" && a.push(c); | |
return a | |
}, | |
storageSize: function () { | |
return e | |
}, | |
currentBackend: function () { | |
return h | |
}, | |
storageAvailable: function () { | |
return !!h | |
}, | |
reInit: function () { | |
var a, b; | |
if (d && d.addBehavior) { | |
a = document.createElement("link"), d.parentNode.replaceChild(a, d), d = a, d.style.behavior = "url(#default#userData)", document.getElementsByTagName("head")[0].appendChild(d), d.load("jStorage"), b = "{}"; | |
try { | |
b = d.getAttribute("jStorage") | |
} catch (e) {} | |
c.jStorage = b, h = "userDataBehavior" | |
} | |
l() | |
} | |
}, k() | |
}(window.jQuery || window.$), function (a, b, c) { | |
function g(a, c) { | |
var d = b.createElement(a || "div"), | |
e; | |
for (e in c) d[e] = c[e]; | |
return d | |
} | |
function h(a) { | |
for (var b = 1, c = arguments.length; b < c; b++) a.appendChild(arguments[b]); | |
return a | |
} | |
function j(a, b, c, d) { | |
var g = ["opacity", b, ~~ (a * 100), c, d].join("-"), | |
h = .01 + c / d * 100, | |
j = Math.max(1 - (1 - a) / b * (100 - h), a), | |
k = f.substring(0, f.indexOf("Animation")).toLowerCase(), | |
l = k && "-" + k + "-" || ""; | |
return e[g] || (i.insertRule("@" + l + "keyframes " + g + "{" + "0%{opacity:" + j + "}" + h + "%{opacity:" + a + "}" + (h + .01) + "%{opacity:1}" + (h + b) % 100 + "%{opacity:" + a + "}" + "100%{opacity:" + j + "}" + "}", 0), e[g] = 1), g | |
} | |
function k(a, b) { | |
var e = a.style, | |
f, g; | |
if (e[b] !== c) return b; | |
b = b.charAt(0).toUpperCase() + b.slice(1); | |
for (g = 0; g < d.length; g++) { | |
f = d[g] + b; | |
if (e[f] !== c) return f | |
} | |
} | |
function l(a, b) { | |
for (var c in b) a.style[k(a, c) || c] = b[c]; | |
return a | |
} | |
function m(a) { | |
for (var b = 1; b < arguments.length; b++) { | |
var d = arguments[b]; | |
for (var e in d) a[e] === c && (a[e] = d[e]) | |
} | |
return a | |
} | |
function n(a) { | |
var b = { | |
x: a.offsetLeft, | |
y: a.offsetTop | |
}; | |
while (a = a.offsetParent) b.x += a.offsetLeft, b.y += a.offsetTop; | |
return b | |
} | |
var d = ["webkit", "Moz", "ms", "O"], | |
e = {}, | |
f, i = function () { | |
var a = g("style"); | |
return h(b.getElementsByTagName("head")[0], a), a.sheet || a.styleSheet | |
}(), | |
o = function r(a) { | |
if (!this.spin) return new r(a); | |
this.opts = m(a || {}, r.defaults, p) | |
}, | |
p = o.defaults = { | |
lines: 12, | |
length: 7, | |
width: 5, | |
radius: 10, | |
color: "#000", | |
speed: 1, | |
trail: 100, | |
opacity: .25, | |
fps: 20 | |
}, | |
q = o.prototype = { | |
spin: function (a) { | |
this.stop(); | |
var b = this, | |
c = b.el = l(g(), { | |
position: "relative" | |
}), | |
d, e; | |
a && (a.insertBefore(c, a.firstChild || null), e = n(a), d = n(c), l(c, { | |
left: (a.offsetWidth >> 1) - d.x + e.x + "px", | |
top: (a.offsetHeight >> 1) - d.y + e.y + "px" | |
})), c.setAttribute("aria-role", "progressbar"), b.lines(c, b.opts); | |
if (!f) { | |
var h = b.opts, | |
i = 0, | |
j = h.fps, | |
k = j / h.speed, | |
m = (1 - h.opacity) / (k * h.trail / 100), | |
o = k / h.lines; | |
(function p() { | |
i++; | |
for (var a = h.lines; a; a--) { | |
var d = Math.max(1 - (i + a * o) % k * m, h.opacity); | |
b.opacity(c, h.lines - a, d, h) | |
} | |
b.timeout = b.el && setTimeout(p, ~~ (1e3 / j)) | |
})() | |
} | |
return b | |
}, | |
stop: function () { | |
var a = this.el; | |
return a && (clearTimeout(this.timeout), a.parentNode && a.parentNode.removeChild(a), this.el = c), this | |
} | |
}; | |
q.lines = function (a, b) { | |
function e(a, d) { | |
return l(g(), { | |
position: "absolute", | |
width: b.length + b.width + "px", | |
height: b.width + "px", | |
background: a, | |
boxShadow: d, | |
transformOrigin: "left", | |
transform: "rotate(" + ~~ (360 / b.lines * c) + "deg) translate(" + b.radius + "px" + ",0)", | |
borderRadius: (b.width >> 1) + "px" | |
}) | |
} | |
var c = 0, | |
d; | |
for (; c < b.lines; c++) d = l(g(), { | |
position: "absolute", | |
top: 1 + ~ (b.width / 2) + "px", | |
transform: b.hwaccel ? "translate3d(0,0,0)" : "", | |
opacity: b.opacity, | |
animation: f && j(b.opacity, b.trail, c, b.lines) + " " + 1 / b.speed + "s linear infinite" | |
}), b.shadow && h(d, l(e("#000", "0 0 4px #000"), { | |
top: "2px" | |
})), h(a, h(d, e(b.color, "0 0 1px rgba(0,0,0,.1)"))); | |
return a | |
}, q.opacity = function (a, b, c) { | |
b < a.childNodes.length && (a.childNodes[b].style.opacity = c) | |
}, function () { | |
var a = l(g("group"), { | |
behavior: "url(#default#VML)" | |
}), | |
b; | |
if (!k(a, "transform") && a.adj) { | |
for (b = 4; b--;) i.addRule(["group", "roundrect", "fill", "stroke"][b], "behavior:url(#default#VML)"); | |
q.lines = function (a, b) { | |
function e() { | |
return l(g("group", { | |
coordsize: d + " " + d, | |
coordorigin: -c + " " + -c | |
}), { | |
width: d, | |
height: d | |
}) | |
} | |
function k(a, d, i) { | |
h(f, h(l(e(), { | |
rotation: 360 / b.lines * a + "deg", | |
left: ~~d | |
}), h(l(g("roundrect", { | |
arcsize: 1 | |
}), { | |
width: c, | |
height: b.width, | |
left: b.radius, | |
top: -b.width >> 1, | |
filter: i | |
}), g("fill", { | |
color: b.color, | |
opacity: b.opacity | |
}), g("stroke", { | |
opacity: 0 | |
})))) | |
} | |
var c = b.length + b.width, | |
d = 2 * c, | |
f = e(), | |
i = ~ (b.length + b.radius + b.width) + "px", | |
j; | |
if (b.shadow) for (j = 1; j <= b.lines; j++) k(j, -2, "progid:DXImageTransform.Microsoft.Blur(pixelradius=2,makeshadow=1,shadowopacity=.3)"); | |
for (j = 1; j <= b.lines; j++) k(j); | |
return h(l(a, { | |
margin: i + " 0 0 " + i, | |
zoom: 1 | |
}), f) | |
}, q.opacity = function (a, b, c, d) { | |
var e = a.firstChild; | |
d = d.shadow && d.lines || 0, e && b + d < e.childNodes.length && (e = e.childNodes[b + d], e = e && e.firstChild, e = e && e.firstChild, e && (e.opacity = c)) | |
} | |
} else f = k(a, "animation") | |
}(), a.Spinner = o | |
}(window, document), jQuery.effects || | |
function (a, b) { | |
function c(b) { | |
var c; | |
return b && b.constructor == Array && b.length == 3 ? b : (c = /rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(b)) ? [parseInt(c[1], 10), parseInt(c[2], 10), parseInt(c[3], 10)] : (c = /rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(b)) ? [parseFloat(c[1]) * 2.55, parseFloat(c[2]) * 2.55, parseFloat(c[3]) * 2.55] : (c = /#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(b)) ? [parseInt(c[1], 16), parseInt(c[2], 16), parseInt(c[3], 16)] : (c = /#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(b)) ? [parseInt(c[1] + c[1], 16), parseInt(c[2] + c[2], 16), parseInt(c[3] + c[3], 16)] : (c = /rgba\(0, 0, 0, 0\)/.exec(b)) ? e.transparent : e[a.trim(b).toLowerCase()] | |
} | |
function d(b, d) { | |
var e; | |
do { | |
e = a.curCSS(b, d); | |
if (e != "" && e != "transparent" || a.nodeName(b, "body")) break; | |
d = "backgroundColor" | |
} while (b = b.parentNode); | |
return c(e) | |
} | |
function h() { | |
var a = document.defaultView ? document.defaultView.getComputedStyle(this, null) : this.currentStyle, | |
b = {}, | |
c, d; | |
if (a && a.length && a[0] && a[a[0]]) { | |
var e = a.length; | |
while (e--) c = a[e], typeof a[c] == "string" && (d = c.replace(/\-(\w)/g, function (a, b) { | |
return b.toUpperCase() | |
}), b[d] = a[c]) | |
} else for (c in a) typeof a[c] == "string" && (b[c] = a[c]); | |
return b | |
} | |
function i(b) { | |
var c, d; | |
for (c in b) d = b[c], (d == null || a.isFunction(d) || c in g || /scrollbar/.test(c) || !/color/i.test(c) && isNaN(parseFloat(d))) && delete b[c]; | |
return b | |
} | |
function j(a, b) { | |
var c = { | |
_: 0 | |
}, | |
d; | |
for (d in b) a[d] != b[d] && (c[d] = b[d]); | |
return c | |
} | |
function k(b, c, d, e) { | |
typeof b == "object" && (e = c, d = null, c = b, b = c.effect), a.isFunction(c) && (e = c, d = null, c = {}); | |
if (typeof c == "number" || a.fx.speeds[c]) e = d, d = c, c = {}; | |
return a.isFunction(d) && (e = d, d = null), c = c || {}, d = d || c.duration, d = a.fx.off ? 0 : typeof d == "number" ? d : d in a.fx.speeds ? a.fx.speeds[d] : a.fx.speeds._default, e = e || c.complete, [b, c, d, e] | |
} | |
function l(b) { | |
return !b || typeof b == "number" || a.fx.speeds[b] ? !0 : typeof b == "string" && !a.effects[b] ? !0 : !1 | |
} | |
a.effects = {}, a.each(["backgroundColor", "borderBottomColor", "borderLeftColor", "borderRightColor", "borderTopColor", "borderColor", "color", "outlineColor"], function (b, e) { | |
a.fx.step[e] = function (a) { | |
a.colorInit || (a.start = d(a.elem, e), a.end = c(a.end), a.colorInit = !0), a.elem.style[e] = "rgb(" + Math.max(Math.min(parseInt(a.pos * (a.end[0] - a.start[0]) + a.start[0], 10), 255), 0) + "," + Math.max(Math.min(parseInt(a.pos * (a.end[1] - a.start[1]) + a.start[1], 10), 255), 0) + "," + Math.max(Math.min(parseInt(a.pos * (a.end[2] - a.start[2]) + a.start[2], 10), 255), 0) + ")" | |
} | |
}); | |
var e = { | |
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] | |
}, | |
f = ["add", "remove", "toggle"], | |
g = { | |
border: 1, | |
borderBottom: 1, | |
borderColor: 1, | |
borderLeft: 1, | |
borderRight: 1, | |
borderTop: 1, | |
borderWidth: 1, | |
margin: 1, | |
padding: 1 | |
}; | |
a.effects.animateClass = function (b, c, d, e) { | |
return a.isFunction(d) && (e = d, d = null), this.queue(function () { | |
var g = a(this), | |
k = g.attr("style") || " ", | |
l = i(h.call(this)), | |
m, n = g.attr("class"); | |
a.each(f, function (a, c) { | |
b[c] && g[c + "Class"](b[c]) | |
}), m = i(h.call(this)), g.attr("class", n), g.animate(j(l, m), { | |
queue: !1, | |
duration: c, | |
easing: d, | |
complete: function () { | |
a.each(f, function (a, c) { | |
b[c] && g[c + "Class"](b[c]) | |
}), typeof g.attr("style") == "object" ? (g.attr("style").cssText = "", g.attr("style").cssText = k) : g.attr("style", k), e && e.apply(this, arguments), a.dequeue(this) | |
} | |
}) | |
}) | |
}, a.fn.extend({ | |
_addClass: a.fn.addClass, | |
addClass: function (b, c, d, e) { | |
return c ? a.effects.animateClass.apply(this, [{ | |
add: b | |
}, | |
c, d, e]) : this._addClass(b) | |
}, | |
_removeClass: a.fn.removeClass, | |
removeClass: function (b, c, d, e) { | |
return c ? a.effects.animateClass.apply(this, [{ | |
remove: b | |
}, | |
c, d, e]) : this._removeClass(b) | |
}, | |
_toggleClass: a.fn.toggleClass, | |
toggleClass: function (c, d, e, f, g) { | |
return typeof d == "boolean" || d === b ? e ? a.effects.animateClass.apply(this, [d ? { | |
add: c | |
} : { | |
remove: c | |
}, | |
e, f, g]) : this._toggleClass(c, d) : a.effects.animateClass.apply(this, [{ | |
toggle: c | |
}, | |
d, e, f]) | |
}, | |
switchClass: function (b, c, d, e, f) { | |
return a.effects.animateClass.apply(this, [{ | |
add: c, | |
remove: b | |
}, | |
d, e, f]) | |
} | |
}), a.extend(a.effects, { | |
version: "1.8.16", | |
save: function (a, b) { | |
for (var c = 0; c < b.length; c++) b[c] !== null && a.data("ec.storage." + b[c], a[0].style[b[c]]) | |
}, | |
restore: function (a, b) { | |
for (var c = 0; c < b.length; c++) b[c] !== null && a.css(b[c], a.data("ec.storage." + b[c])) | |
}, | |
setMode: function (a, b) { | |
return b == "toggle" && (b = a.is(":hidden") ? "show" : "hide"), b | |
}, | |
getBaseline: function (a, b) { | |
var c, d; | |
switch (a[0]) { | |
case "top": | |
c = 0; | |
break; | |
case "middle": | |
c = .5; | |
break; | |
case "bottom": | |
c = 1; | |
break; | |
default: | |
c = a[0] / b.height | |
} | |
switch (a[1]) { | |
case "left": | |
d = 0; | |
break; | |
case "center": | |
d = .5; | |
break; | |
case "right": | |
d = 1; | |
break; | |
default: | |
d = a[1] / b.width | |
} | |
return { | |
x: d, | |
y: c | |
} | |
}, | |
createWrapper: function (b) { | |
if (b.parent().is(".ui-effects-wrapper")) return b.parent(); | |
var c = { | |
width: b.outerWidth(!0), | |
height: b.outerHeight(!0), | |
"float": b.css("float") | |
}, | |
d = a("<div></div>").addClass("ui-effects-wrapper").css({ | |
fontSize: "100%", | |
background: "transparent", | |
border: "none", | |
margin: 0, | |
padding: 0 | |
}), | |
e = document.activeElement; | |
return b.wrap(d), (b[0] === e || a.contains(b[0], e)) && a(e).focus(), d = b.parent(), b.css("position") == "static" ? (d.css({ | |
position: "relative" | |
}), b.css({ | |
position: "relative" | |
})) : (a.extend(c, { | |
position: b.css("position"), | |
zIndex: b.css("z-index") | |
}), a.each(["top", "left", "bottom", "right"], function (a, d) { | |
c[d] = b.css(d), isNaN(parseInt(c[d], 10)) && (c[d] = "auto") | |
}), b.css({ | |
position: "relative", | |
top: 0, | |
left: 0, | |
right: "auto", | |
bottom: "auto" | |
})), d.css(c).show() | |
}, | |
removeWrapper: function (b) { | |
var c, d = document.activeElement; | |
return b.parent().is(".ui-effects-wrapper") ? (c = b.parent().replaceWith(b), (b[0] === d || a.contains(b[0], d)) && a(d).focus(), c) : b | |
}, | |
setTransition: function (b, c, d, e) { | |
return e = e || {}, a.each(c, function (a, c) { | |
unit = b.cssUnit(c), unit[0] > 0 && (e[c] = unit[0] * d + unit[1]) | |
}), e | |
} | |
}), a.fn.extend({ | |
effect: function (b, c, d, e) { | |
var f = k.apply(this, arguments), | |
g = { | |
options: f[1], | |
duration: f[2], | |
callback: f[3] | |
}, | |
h = g.options.mode, | |
i = a.effects[b]; | |
return a.fx.off || !i ? h ? this[h](g.duration, g.callback) : this.each(function () { | |
g.callback && g.callback.call(this) | |
}) : i.call(this, g) | |
}, | |
_show: a.fn.show, | |
show: function (a) { | |
if (l(a)) return this._show.apply(this, arguments); | |
var b = k.apply(this, arguments); | |
return b[1].mode = "show", this.effect.apply(this, b) | |
}, | |
_hide: a.fn.hide, | |
hide: function (a) { | |
if (l(a)) return this._hide.apply(this, arguments); | |
var b = k.apply(this, arguments); | |
return b[1].mode = "hide", this.effect.apply(this, b) | |
}, | |
__toggle: a.fn.toggle, | |
toggle: function (b) { | |
if (l(b) || typeof b == "boolean" || a.isFunction(b)) return this.__toggle.apply(this, arguments); | |
var c = k.apply(this, arguments); | |
return c[1].mode = "toggle", this.effect.apply(this, c) | |
}, | |
cssUnit: function (b) { | |
var c = this.css(b), | |
d = []; | |
return a.each(["em", "px", "%", "pt"], function (a, b) { | |
c.indexOf(b) > 0 && (d = [parseFloat(c), b]) | |
}), d | |
} | |
}), a.easing.jswing = a.easing.swing, a.extend(a.easing, { | |
def: "easeOutQuad", | |
swing: function (b, c, d, e, f) { | |
return a.easing[a.easing.def](b, c, d, e, f) | |
}, | |
easeInQuad: function (a, b, c, d, e) { | |
return d * (b /= e) * b + c | |
}, | |
easeOutQuad: function (a, b, c, d, e) { | |
return -d * (b /= e) * (b - 2) + c | |
}, | |
easeInOutQuad: function (a, b, c, d, e) { | |
return (b /= e / 2) < 1 ? d / 2 * b * b + c : -d / 2 * (--b * (b - 2) - 1) + c | |
}, | |
easeInCubic: function (a, b, c, d, e) { | |
return d * (b /= e) * b * b + c | |
}, | |
easeOutCubic: function (a, b, c, d, e) { | |
return d * ((b = b / e - 1) * b * b + 1) + c | |
}, | |
easeInOutCubic: function (a, b, c, d, e) { | |
return (b /= e / 2) < 1 ? d / 2 * b * b * b + c : d / 2 * ((b -= 2) * b * b + 2) + c | |
}, | |
easeInQuart: function (a, b, c, d, e) { | |
return d * (b /= e) * b * b * b + c | |
}, | |
easeOutQuart: function (a, b, c, d, e) { | |
return -d * ((b = b / e - 1) * b * b * b - 1) + c | |
}, | |
easeInOutQuart: function (a, b, c, d, e) { | |
return (b /= e / 2) < 1 ? d / 2 * b * b * b * b + c : -d / 2 * ((b -= 2) * b * b * b - 2) + c | |
}, | |
easeInQuint: function (a, b, c, d, e) { | |
return d * (b /= e) * b * b * b * b + c | |
}, | |
easeOutQuint: function (a, b, c, d, e) { | |
return d * ((b = b / e - 1) * b * b * b * b + 1) + c | |
}, | |
easeInOutQuint: function (a, b, c, d, e) { | |
return (b /= e / 2) < 1 ? d / 2 * b * b * b * b * b + c : d / 2 * ((b -= 2) * b * b * b * b + 2) + c | |
}, | |
easeInSine: function (a, b, c, d, e) { | |
return -d * Math.cos(b / e * (Math.PI / 2)) + d + c | |
}, | |
easeOutSine: function (a, b, c, d, e) { | |
return d * Math.sin(b / e * (Math.PI / 2)) + c | |
}, | |
easeInOutSine: function (a, b, c, d, e) { | |
return -d / 2 * (Math.cos(Math.PI * b / e) - 1) + c | |
}, | |
easeInExpo: function (a, b, c, d, e) { | |
return b == 0 ? c : d * Math.pow(2, 10 * (b / e - 1)) + c | |
}, | |
easeOutExpo: function (a, b, c, d, e) { | |
return b == e ? c + d : d * (-Math.pow(2, -10 * b / e) + 1) + c | |
}, | |
easeInOutExpo: function (a, b, c, d, e) { | |
return b == 0 ? c : b == e ? c + d : (b /= e / 2) < 1 ? d / 2 * Math.pow(2, 10 * (b - 1)) + c : d / 2 * (-Math.pow(2, -10 * --b) + 2) + c | |
}, | |
easeInCirc: function (a, b, c, d, e) { | |
return -d * (Math.sqrt(1 - (b /= e) * b) - 1) + c | |
}, | |
easeOutCirc: function (a, b, c, d, e) { | |
return d * Math.sqrt(1 - (b = b / e - 1) * b) + c | |
}, | |
easeInOutCirc: function (a, b, c, d, e) { | |
return (b /= e / 2) < 1 ? -d / 2 * (Math.sqrt(1 - b * b) - 1) + c : d / 2 * (Math.sqrt(1 - (b -= 2) * b) + 1) + c | |
}, | |
easeInElastic: function (a, b, c, d, e) { | |
var f = 1.70158, | |
g = 0, | |
h = d; | |
if (b == 0) return c; | |
if ((b /= e) == 1) return c + d; | |
g || (g = e * .3); | |
if (h < Math.abs(d)) { | |
h = d; | |
var f = g / 4 | |
} else var f = g / (2 * Math.PI) * Math.asin(d / h); | |
return -(h * Math.pow(2, 10 * (b -= 1)) * Math.sin((b * e - f) * 2 * Math.PI / g)) + c | |
}, | |
easeOutElastic: function (a, b, c, d, e) { | |
var f = 1.70158, | |
g = 0, | |
h = d; | |
if (b == 0) return c; | |
if ((b /= e) == 1) return c + d; | |
g || (g = e * .3); | |
if (h < Math.abs(d)) { | |
h = d; | |
var f = g / 4 | |
} else var f = g / (2 * Math.PI) * Math.asin(d / h); | |
return h * Math.pow(2, -10 * b) * Math.sin((b * e - f) * 2 * Math.PI / g) + d + c | |
}, | |
easeInOutElastic: function (a, b, c, d, e) { | |
var f = 1.70158, | |
g = 0, | |
h = d; | |
if (b == 0) return c; | |
if ((b /= e / 2) == 2) return c + d; | |
g || (g = e * .3 * 1.5); | |
if (h < Math.abs(d)) { | |
h = d; | |
var f = g / 4 | |
} else var f = g / (2 * Math.PI) * Math.asin(d / h); | |
return b < 1 ? -0.5 * h * Math.pow(2, 10 * (b -= 1)) * Math.sin((b * e - f) * 2 * Math.PI / g) + c : h * Math.pow(2, -10 * (b -= 1)) * Math.sin((b * e - f) * 2 * Math.PI / g) * .5 + d + c | |
}, | |
easeInBack: function (a, c, d, e, f, g) { | |
return g == b && (g = 1.70158), e * (c /= f) * c * ((g + 1) * c - g) + d | |
}, | |
easeOutBack: function (a, c, d, e, f, g) { | |
return g == b && (g = 1.70158), e * ((c = c / f - 1) * c * ((g + 1) * c + g) + 1) + d | |
}, | |
easeInOutBack: function (a, c, d, e, f, g) { | |
return g == b && (g = 1.70158), (c /= f / 2) < 1 ? e / 2 * c * c * (((g *= 1.525) + 1) * c - g) + d : e / 2 * ((c -= 2) * c * (((g *= 1.525) + 1) * c + g) + 2) + d | |
}, | |
easeInBounce: function (b, c, d, e, f) { | |
return e - a.easing.easeOutBounce(b, f - c, 0, e, f) + d | |
}, | |
easeOutBounce: function (a, b, c, d, e) { | |
return (b /= e) < 1 / 2.75 ? d * 7.5625 * b * b + c : b < 2 / 2.75 ? d * (7.5625 * (b -= 1.5 / 2.75) * b + .75) + c : b < 2.5 / 2.75 ? d * (7.5625 * (b -= 2.25 / 2.75) * b + .9375) + c : d * (7.5625 * (b -= 2.625 / 2.75) * b + .984375) + c | |
}, | |
easeInOutBounce: function (b, c, d, e, f) { | |
return c < f / 2 ? a.easing.easeInBounce(b, c * 2, 0, e, f) * .5 + d : a.easing.easeOutBounce(b, c * 2 - f, 0, e, f) * .5 + e * .5 + d | |
} | |
}) | |
}(jQuery), function () { | |
var a = Object.prototype.hasOwnProperty, | |
b = function (b, c) { | |
function e() { | |
this.constructor = b | |
} | |
for (var d in c) a.call(c, d) && (b[d] = c[d]); | |
return e.prototype = c.prototype, b.prototype = new e, b.__super__ = c.prototype, b | |
}; | |
window.bbApp = { | |
GALLERY_IDS: [68060, 67681, 67682, 67683], | |
DIRECTOR_JSON: null, | |
Helpers: { | |
dasherize: function (a) { | |
return a.replace(/([a-z])([A-Z])/g, "$1_$2").toLowerCase().replace(/[ _]/g, "-") | |
}, | |
toggle: function (a) { | |
return a ? !1 : !0 | |
} | |
}, | |
init: function () { | |
var a = this; | |
return bbApp.vent = _.extend({}, Backbone.Events), this._initDirectorJs(), this._loadDirectorJsJSON(function () { | |
return a.router = new bbApp.Router, a._startResponsiveWatcher() | |
}) | |
}, | |
_startResponsiveWatcher: function () { | |
var a = this; | |
return bbApp.mq = {}, $(window).smartresize(function () { | |
var a, b, c, d; | |
c = $.toJSON(bbApp.mq), a = { | |
minWidth320: "only screen and (min-width: 320px)", | |
minWidth768: "only screen and (min-width: 768px)", | |
minWidth1024: "only screen and (min-width: 1024px)" | |
}; | |
for (d in a) b = a[d], bbApp.mq["" + d] = matchMedia("" + b).matches; | |
if (c !== $.toJSON(bbApp.mq)) return log("ResponsiveWatcher", bbApp.mq), bbApp.vent.trigger("responsiveWatcherResize", bbApp.mq) | |
}).resize() | |
}, | |
_loadDirectorJsJSON: function (a) { | |
var b, c, d, e, f, g, h, i, j, k, l, m = this; | |
h = (new Date).getTime(), c = !1, b = 5; | |
if (d = $.jStorage.get("directorApiCache")) log("Driector API Cached"), bbApp.DIRECTOR_JSON = d, c = !0, a(); | |
g = 0, e = [], k = bbApp.GALLERY_IDS, l = []; | |
for (i = 0, j = k.length; i < j; i++) f = k[i], l.push(function (d) { | |
var f; | |
return f = g++, DirectorJS.Gallery.get(d, function (d) { | |
d.order = f, e.push(d), g--; | |
if (g === 0) { | |
bbApp.DIRECTOR_JSON = e, $. | |
jStorage.set("directorApiCache", e), $.jStorage.setTTL("directorApiCache", b * 6e4), log("Driector API Finished - Cache refreshed", "" + ((new Date).getTime() - h) + "ms"); | |
if (!c) return a() | |
} | |
}) | |
}(f)); | |
return l | |
}, | |
_initDirectorJs: function () { | |
var a; | |
return DirectorJS.setHost("chadjarae.slideshowpro.com", !0), a = { | |
width: 99999, | |
height: 1e3, | |
crop: 0, | |
sharpening: 0, | |
square: 1, | |
quality: 80 | |
}, DirectorJS.Format.add({ | |
name: "lgFormat", | |
width: a.width, | |
height: 832, | |
crop: a.crop, | |
sharpening: a.sharpening, | |
quality: a.quality | |
}), DirectorJS.Format.add({ | |
name: "smFormat", | |
width: 200, | |
height: 200, | |
crop: 1, | |
sharpening: a.sharpening, | |
square: 1, | |
quality: a.quality | |
}), DirectorJS.Format.preview({ | |
width: 200, | |
height: 200, | |
crop: 1, | |
sharpening: a.sharpening, | |
square: 1, | |
quality: a.quality | |
}) | |
} | |
}, bbApp.Router = function () { | |
function a() { | |
a.__super__.constructor.apply(this, arguments) | |
} | |
return b(a, Backbone.Router), a.prototype.routes = { | |
"/still/:gallery": "still" | |
}, a.prototype.initialize = function () { | |
this.galleries = bbApp.galleries = new bbApp.GalleriesCollection, new bbApp.GalleryDisplayView({ | |
collection: this.galleries | |
}), new bbApp.GalleryNavigationView({ | |
collection: this.galleries | |
}); | |
if (Backbone.history.start() === !1 && window.location.pathname === "/") return this.index() | |
}, a.prototype.index = function () { | |
return this.navigate("#/still/index", { | |
trigger: !0 | |
}) | |
}, a.prototype.notFound = function () { | |
return this.index(), bbApp.vent.trigger("showGalleryNavigation") | |
}, a.prototype.still = function (a) { | |
var b; | |
if (!(b = this.galleries.get(a))) { | |
this.notFound(); | |
return | |
} | |
return bbApp.vent.trigger("hideGalleryNavigation"), b.select() | |
}, a | |
}() | |
}.call(this), function () { | |
var a = Object.prototype.hasOwnProperty, | |
b = function (b, c) { | |
function e() { | |
this.constructor = b | |
} | |
for (var d in c) a.call(c, d) && (b[d] = c[d]); | |
return e.prototype = c.prototype, b.prototype = new e, b.__super__ = c.prototype, b | |
}; | |
bbApp.Gallery = function () { | |
function a() { | |
a.__super__.constructor.apply(this, arguments) | |
} | |
return b(a, Backbone.Model), a.prototype.defaults = { | |
selected: !1 | |
}, a.prototype.selectedClass = function () { | |
return this.get("selected") ? "is-selected" : "" | |
}, a.prototype.select = function () { | |
return bbApp.vent.trigger("selectGallery", this) | |
}, a.prototype.initialize = function () { | |
return this.id = bbApp.Helpers.dasherize(this.get("name")), this.set("url", "/#/still/" + this.id), this._initGalleryImages() | |
}, a.prototype._initGalleryImages = function () { | |
var a, b, c, d, e, f, g, h, i; | |
d = [], h = this.get("albums"); | |
for (b = 0, f = h.length; b < f; b++) { | |
a = h[b], b === 0 && this.set("galleryPreview", a.contents[0]), i = a.contents; | |
for (e = 0, g = i.length; e < g; e++) c = i[e], d.push(c) | |
} | |
return this.set("images", d) | |
}, a | |
}(), bbApp.GalleriesCollection = function () { | |
function a() { | |
a.__super__.constructor.apply(this, arguments) | |
} | |
return b(a, Backbone.Collection), a.prototype.model = bbApp.Gallery, a.prototype.initialize = function () { | |
return this.reset(bbApp.DIRECTOR_JSON), bbApp.vent.on("selectGallery", this.selectGallery, this) | |
}, a.prototype.comparator = function (a) { | |
return a.get("order") | |
}, a.prototype.displayGalleries = function () { | |
var a; | |
return a = this.models.filter(function (a) { | |
return a.id !== "index" | |
}) | |
}, a.prototype.selectGallery = function (a) { | |
var b, c, d, e; | |
e = this._selectedGalleries(); | |
for (c = 0, d = e.length; c < d; c++) b = e[c], b.set("selected", !1); | |
return a.set("selected", !0) | |
}, a.prototype._selectedGalleries = function () { | |
return this.models.filter(function (a) { | |
return a.get("selected") | |
}) | |
}, a | |
}() | |
}.call(this), function () { | |
var a = Object.prototype.hasOwnProperty, | |
b = function (b, c) { | |
function e() { | |
this.constructor = b | |
} | |
for (var d in c) a.call(c, d) && (b[d] = c[d]); | |
return e.prototype = c.prototype, b.prototype = new e, b.__super__ = c.prototype, b | |
}; | |
bbApp.GalleryDisplayView = function () { | |
function a() { | |
a.__super__.constructor.apply(this, arguments) | |
} | |
return b(a, Backbone.View), a.prototype.events = { | |
click: "clickHandler" | |
}, a.prototype.initialize = function () { | |
return this.setElement($("#stills")), this.template = Handlebars.compile($(".hbt-gallery-display-view").html()), bbApp.vent.on("selectGallery", this.render, this) | |
}, a.prototype.render = function (a) { | |
return this.$el.html(this.template(a.toJSON())), this._fadeInImages(), this | |
}, a.prototype.clickHandler = function (a) { | |
return bbApp.vent.trigger("toggleGalleryNavigation") | |
}, a.prototype._fadeInImages = function () { | |
var a, b, c; | |
return c = { | |
lines: 12, | |
length: 30, | |
width: 12, | |
radius: 30, | |
color: "#606060", | |
speed: 1, | |
trail: 60, | |
shadow: !1, | |
hwaccel: !1 | |
}, b = $((new Spinner(c)).spin().el).css({ | |
top: this.$el.height() / 3, | |
left: "50%" | |
}), this.$el.append(b), a = this.$el.find("img"), Modernizr.touch || a.hide(), a.imagesLoaded().progress(function (a) { | |
return b.remove(), a.fadeIn() | |
}) | |
}, a | |
}(), bbApp.GallerySkimmerView = function () { | |
function a() { | |
a.__super__.constructor.apply(this, arguments) | |
} | |
return b(a, Backbone.View), a.prototype.tagName = "a", a.prototype.events = { | |
click: "clickHandler", | |
mousemove: "skimmerMouseMove", | |
mouseleave: "skimmerMouseLeave" | |
}, a.prototype.initialize = function () { | |
return this.template = Handlebars.compile($(".hbt-gallery-skimmer-view").html()), this.render() | |
}, a.prototype.render = function () { | |
return this.$el.html(this.template({ | |
model: this.model.toJSON(), | |
mq: bbApp.mq | |
})), this.$el.find("img:first").addClass("preview") | |
}, a.prototype.clickHandler = function (a) { | |
return bbApp.vent.trigger("hideGalleryNavigation") | |
}, a.prototype.skimmerMouseLeave = function (a) { | |
var b; | |
return b = $(a.currentTarget), b.find("img.active").removeClass("active") | |
}, a.prototype.skimmerMouseMove = function (a) { | |
var b, c, d, e, f; | |
return (f = a.offsetX) == null && (a.offsetX = a.originalEvent.layerX), c = $(a.currentTarget), b = c.find("img"), e = a.offsetX * 100 / c.width(), d = Math.ceil(e * b.length / 100), d !== 0 && d--, c.find("img.active").removeClass("active"), b.eq(d).addClass("active") | |
}, a | |
}(), bbApp.GalleryNavigationView = function () { | |
function a() { | |
a.__super__.constructor.apply(this, arguments) | |
} | |
return b(a, Backbone.View), a.prototype.isVisible = !1, a.prototype.initialize = function () { | |
return this._setupStillNavigationClickEvent(), this.setElement($("#gallery-navigation")), this.$elDropdown = $("#gallery-navigation-dropdown"), this.template = Handlebars.compile($(".hbt-gallery-navigation-view").html()), bbApp.vent.on("selectGallery", this.render, this), bbApp.vent.on("responsiveWatcherResize", this.render, this), bbApp.vent.on("showGalleryNavigation", this.show, this), bbApp.vent.on("hideGalleryNavigation", this.hide, this), bbApp.vent.on("toggleGalleryNavigation", this.toggle, this), this.render() | |
}, a.prototype.show = function () { | |
var a, b, c, d, e, f, g = this; | |
this.isVisible = !0, this.$el.find(".skimmer").css({ | |
opacity: 0 | |
}).animate({ | |
opacity: 1 | |
}, 500), b = this.$el.find(".wrapper").outerHeight(), e = [this.$el, this.$elDropdown], f = []; | |
for (c = 0, d = e.length; c < d; c++) a = e[c], f.push(a.animate({ | |
height: b | |
}, 300, "easeOutQuint", function () { | |
return g.$el.css({ | |
height: "auto" | |
}) | |
})); | |
return f | |
}, a.prototype.hide = function (a) { | |
var b, c, d, e, f; | |
a == null && (a = { | |
animate: !1 | |
}), this.isVisible = !1, e = [this.$el, this.$elDropdown], f = []; | |
for (c = 0, d = e.length; c < d; c++) b = e[c], a.animate ? f.push(b.animate({ | |
height: 0 | |
}, 200, "easeOutQuint")) : f.push(b.css({ | |
height: 0 | |
})); | |
return f | |
}, a.prototype.toggle = function () { | |
return this.isVisible = bbApp.Helpers.toggle(this.isVisible), this.isVisible ? this.show() : this.hide({ | |
animate: !0 | |
}) | |
}, a.prototype.render = function () { | |
var a; | |
return this.$el.empty(), this._preloadGalleryPreviws(), a = $("<div/>").addClass("wrapper"), this._appendDisplayGalleriesTo(a), this.$el.append(a), this.isVisible ? this.show() : this.hide() | |
}, a.prototype._preloadGalleryPreviws = function () { | |
var a, b, c, d, e, f; | |
e = this.collection.displayGalleries(), f = []; | |
for (c = 0, d = e.length; c < d; c++) a = e[c], b = a.get("galleryPreview").smFormat.url, f.push(this.$el.append($("<img class='hidden' src='" + b + "'/>"))); | |
return f | |
}, a.prototype._appendDisplayGalleriesTo = function (a) { | |
var b, c, d, e, f, g; | |
f = this.collection.displayGalleries(), g = []; | |
for (d = 0, e = f.length; d < e; d++) b = f[d], c = new bbApp.GallerySkimmerView({ | |
model: b, | |
className: "skimmer " + b.id + " " + b.selectedClass(), | |
attributes: { | |
href: b.get("url") | |
} | |
}), g.push(a.append(c.el)); | |
return g | |
}, a.prototype._setupStillNavigationClickEvent = function () { | |
var a = this; | |
return $("nav.primary .still").click(function (a) { | |
return a.preventDefault(), bbApp.vent.trigger("toggleGalleryNavigation") | |
}) | |
}, a | |
}() | |
}.call(this), function () { | |
var a; | |
Handlebars.registerHelper("vimeoEmbed", function (a) { | |
var b, c; | |
return c = "http://player.vimeo.com/video/" + a.id + "?title=0&byline=0&portrait=0&api=1", b = '<iframe src="' + c + '" width="' + a.width + '" height="' + a.height + '" allowtransparency="true" frameborder="0" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen=""></iframe>', new Handlebars.SafeString(b) | |
}), a = { | |
init: function () { | |
var a, b, c, d, e; | |
b = document.body.id, a = document.body.className.split(/\s+/), this._fire("common"); | |
for (d = 0, e = a.length; d < e; d++) c = a[d], this._fire(c), this._fire(c, b); | |
return this._fire("common", "finalize") | |
}, | |
_fire: function (a, b, c) { | |
b = b === void 0 ? "init" : b; | |
if (a !== "" && this.Pages[a] && typeof this.Pages[a][b] == "function") return this.Pages[a][b](c) | |
}, | |
Pages: { | |
index: { | |
init: function () {} | |
}, | |
about: { | |
init: function () { | |
return this._loadTweets(), $(".bio h1").fitText(.3) | |
}, | |
_loadTweets: function () { | |
return $(".tweets .content").tweet({ | |
username: "chadjarae", | |
loading_text: "loading tweets...", | |
count: 3 | |
}) | |
} | |
}, | |
motion: { | |
init: function () { | |
return this._loadVimeoAlbum() | |
}, | |
_loadVimeoAlbum: function () { | |
var a, b = this; | |
return a = "http://vimeo.com/api/v2/album/" + VIMEO_ALBUM_ID + "/videos.json?callback=?", $.getJSON(a, function (a) { | |
var b; | |
return b = Handlebars.compile($(".hbt-motion-album-view").html()), $("#main").append(b({ | |
videos: a | |
})) | |
}) | |
} | |
}, | |
common: { | |
init: function () { | |
bbApp.init(); | |
if (Modernizr.touch) return this._iosNavigationScroller(), this._iosOverflowScrolling() | |
}, | |
_iosNavigationScroller: function () { | |
var a; | |
return a = $(window), a.smartscroll(function () { | |
var b; | |
return b = a.scrollTop() * -1, $(".logo img").css({ | |
top: b * 1.5 | |
}), $("nav.primary").css({ | |
bottom: b * .6 | |
}) | |
}) | |
}, | |
_iosOverflowScrolling: function () {}, | |
finalize: function () {} | |
} | |
} | |
}, jQuery(function () { | |
return a.init() | |
}) | |
}.call(this) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment