From 2b706c42be5cef8c7bbdc5c6b46cf2f50099bc11 Mon Sep 17 00:00:00 2001 From: xubo245 Date: Sat, 19 Jan 2019 00:35:59 +0800 Subject: [PATCH] remove webapp --- .../src/test/resources/webapp/browse-body.jsp | 200 ---------- .../webapp/browse-pagination-header.jsp | 29 -- .../src/test/resources/webapp/browse.jsp | 27 -- .../test/resources/webapp/configuration.jsp | 89 ----- .../webapp/css/bootstrap-responsive.min.css | 9 - .../resources/webapp/css/bootstrap.min.css | 9 - .../test/resources/webapp/css/custom.min.css | 19 - .../src/test/resources/webapp/dependency.jsp | 62 ---- .../test/resources/webapp/footer-scripts.jsp | 13 - .../src/test/resources/webapp/footer.jsp | 21 -- .../src/test/resources/webapp/general.jsp | 347 ------------------ .../test/resources/webapp/header-links.jsp | 16 - .../test/resources/webapp/header-scripts.jsp | 15 - .../src/test/resources/webapp/header.jsp | 48 --- .../test/resources/webapp/img/amplab_logo.png | Bin 9490 -> 0 bytes .../src/test/resources/webapp/img/favicon.ico | Bin 23306 -> 0 bytes .../webapp/img/glyphicons-halflings-white.png | Bin 8777 -> 0 bytes .../webapp/img/glyphicons-halflings.png | Bin 12799 -> 0 bytes .../src/test/resources/webapp/img/logo.png | Bin 6075 -> 0 bytes .../src/test/resources/webapp/index.html | 17 - .../test/resources/webapp/js/autorefresh.js | 33 -- .../test/resources/webapp/js/bootstrap.min.js | 6 - .../test/resources/webapp/js/cookies.min.js | 2 - .../resources/webapp/js/jquery-1.9.1.min.js | 5 - .../webapp/memory-pagination-header.jsp | 27 -- .../src/test/resources/webapp/memory.jsp | 83 ----- .../test/resources/webapp/metrics-summary.jsp | 320 ---------------- .../src/test/resources/webapp/metrics.jsp | 93 ----- .../resources/webapp/pagination-component.jsp | 45 --- .../resources/webapp/pagination-control.jsp | 138 ------- .../test/resources/webapp/viewFile-body.jsp | 106 ------ .../src/test/resources/webapp/viewFile.jsp | 27 -- .../worker/blockInfo-pagination-header.jsp | 28 -- .../resources/webapp/worker/blockInfo.jsp | 79 ---- .../test/resources/webapp/worker/browse.jsp | 28 -- .../test/resources/webapp/worker/general.jsp | 153 -------- .../webapp/worker/metrics-summary.jsp | 58 --- .../test/resources/webapp/worker/metrics.jsp | 79 ---- .../test/resources/webapp/worker/viewFile.jsp | 28 -- .../webapp/worker/viewFileBlocks.jsp | 118 ------ .../src/test/resources/webapp/workers.jsp | 126 ------- .../alluxio/AlluxioCommonTest.scala | 1 + .../alluxio/util/AlluxioUtilTest.scala | 2 +- 43 files changed, 2 insertions(+), 2504 deletions(-) delete mode 100644 integration/spark-common-test/src/test/resources/webapp/browse-body.jsp delete mode 100644 integration/spark-common-test/src/test/resources/webapp/browse-pagination-header.jsp delete mode 100644 integration/spark-common-test/src/test/resources/webapp/browse.jsp delete mode 100644 integration/spark-common-test/src/test/resources/webapp/configuration.jsp delete mode 100644 integration/spark-common-test/src/test/resources/webapp/css/bootstrap-responsive.min.css delete mode 100644 integration/spark-common-test/src/test/resources/webapp/css/bootstrap.min.css delete mode 100644 integration/spark-common-test/src/test/resources/webapp/css/custom.min.css delete mode 100644 integration/spark-common-test/src/test/resources/webapp/dependency.jsp delete mode 100644 integration/spark-common-test/src/test/resources/webapp/footer-scripts.jsp delete mode 100644 integration/spark-common-test/src/test/resources/webapp/footer.jsp delete mode 100644 integration/spark-common-test/src/test/resources/webapp/general.jsp delete mode 100644 integration/spark-common-test/src/test/resources/webapp/header-links.jsp delete mode 100644 integration/spark-common-test/src/test/resources/webapp/header-scripts.jsp delete mode 100644 integration/spark-common-test/src/test/resources/webapp/header.jsp delete mode 100644 integration/spark-common-test/src/test/resources/webapp/img/amplab_logo.png delete mode 100644 integration/spark-common-test/src/test/resources/webapp/img/favicon.ico delete mode 100644 integration/spark-common-test/src/test/resources/webapp/img/glyphicons-halflings-white.png delete mode 100644 integration/spark-common-test/src/test/resources/webapp/img/glyphicons-halflings.png delete mode 100644 integration/spark-common-test/src/test/resources/webapp/img/logo.png delete mode 100644 integration/spark-common-test/src/test/resources/webapp/index.html delete mode 100644 integration/spark-common-test/src/test/resources/webapp/js/autorefresh.js delete mode 100644 integration/spark-common-test/src/test/resources/webapp/js/bootstrap.min.js delete mode 100644 integration/spark-common-test/src/test/resources/webapp/js/cookies.min.js delete mode 100644 integration/spark-common-test/src/test/resources/webapp/js/jquery-1.9.1.min.js delete mode 100644 integration/spark-common-test/src/test/resources/webapp/memory-pagination-header.jsp delete mode 100644 integration/spark-common-test/src/test/resources/webapp/memory.jsp delete mode 100644 integration/spark-common-test/src/test/resources/webapp/metrics-summary.jsp delete mode 100644 integration/spark-common-test/src/test/resources/webapp/metrics.jsp delete mode 100644 integration/spark-common-test/src/test/resources/webapp/pagination-component.jsp delete mode 100644 integration/spark-common-test/src/test/resources/webapp/pagination-control.jsp delete mode 100644 integration/spark-common-test/src/test/resources/webapp/viewFile-body.jsp delete mode 100644 integration/spark-common-test/src/test/resources/webapp/viewFile.jsp delete mode 100644 integration/spark-common-test/src/test/resources/webapp/worker/blockInfo-pagination-header.jsp delete mode 100644 integration/spark-common-test/src/test/resources/webapp/worker/blockInfo.jsp delete mode 100644 integration/spark-common-test/src/test/resources/webapp/worker/browse.jsp delete mode 100644 integration/spark-common-test/src/test/resources/webapp/worker/general.jsp delete mode 100644 integration/spark-common-test/src/test/resources/webapp/worker/metrics-summary.jsp delete mode 100644 integration/spark-common-test/src/test/resources/webapp/worker/metrics.jsp delete mode 100644 integration/spark-common-test/src/test/resources/webapp/worker/viewFile.jsp delete mode 100644 integration/spark-common-test/src/test/resources/webapp/worker/viewFileBlocks.jsp delete mode 100644 integration/spark-common-test/src/test/resources/webapp/workers.jsp diff --git a/integration/spark-common-test/src/test/resources/webapp/browse-body.jsp b/integration/spark-common-test/src/test/resources/webapp/browse-body.jsp deleted file mode 100644 index 01b7cd5fba1..00000000000 --- a/integration/spark-common-test/src/test/resources/webapp/browse-body.jsp +++ /dev/null @@ -1,200 +0,0 @@ -<%-- - - The Alluxio Open Foundation licenses this work under the Apache License, version 2.0 - (the "License"). You may not use this work except in compliance with the License, which is - available at www.apache.org/licenses/LICENSE-2.0 - - This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, - either express or implied, as more fully set forth in the License. - - See the NOTICE file distributed with this work for information regarding copyright ownership. - ---%> -<%@ page import="java.util.*" %> -<%@ page import="alluxio.web.*" %> -<%@ page import="static org.apache.commons.lang.StringEscapeUtils.escapeHtml" %> -<%@ page import="static java.net.URLEncoder.encode" %> - - - - -
- - - <% if ((boolean) request.getAttribute("fileInfoEnabled")) { %> -
-
-
-

- <%= request.getAttribute("invalidPathError") %> -

- - - - - - - - <% if ((Boolean)request.getAttribute("showPermissions")) { %> - - - - <% } %> - - - - - - <% if ((Boolean) request.getAttribute("debug")) { %> - - - - - <% } %> - - - - <% if (request.getAttribute("fileInfos") != null) { %> - <% for (UIFileInfo fileInfo : ((List) request.getAttribute("fileInfos"))) { %> - - - - - - <% if ((Boolean)request.getAttribute("showPermissions")) { %> - - - - <% } %> - - - - - <% if ((Boolean) request.getAttribute("debug")) { %> - - - <% } %> - - <% } %> - <% } %> - -
File NameSizeBlock SizeIn-AlluxioModeOwnerGroupPersistence StatePinCreation TimeModification Time[D]DepID[D]INumber[D]UnderfsPath[D]File Locations
- <% if (fileInfo.getIsDirectory()) { %> - - <% } %> - <% if (!fileInfo.getIsDirectory()) { %> - - <% } %> - ?path=<%=encode(fileInfo.getAbsolutePath(), "UTF-8")%>"><%= escapeHtml(fileInfo.getName()) %> - <%= fileInfo.getSize() %><%= fileInfo.getBlockSizeBytes() %> - <% if (fileInfo.getIsDirectory()) { %> - <% } %> - <% if (!fileInfo.getIsDirectory()) { %> - <% if (fileInfo.getInAlluxio()) { %> - - <% } %> - <% if (!fileInfo.getInAlluxio()) { %> - - <% } %> - <%= fileInfo.getInAlluxioPercentage() %>% - <% } %> - <%= fileInfo.getMode() %><%= fileInfo.getOwner() %><%= fileInfo.getGroup() %><%= (fileInfo.getPersistenceState()) %><%= (fileInfo.isPinned() ? "YES" : "NO") %><%= fileInfo.getCreationTime() %><%= fileInfo.getModificationTime() %><%= fileInfo.getId() %><% for (String location : fileInfo.getFileLocations()) { %> - <%= location %>
- <% } %> -
- - <%@ include file="pagination-component.jsp" %> - -
-
-
- <% } %> - <%@ include file="footer.jsp" %> -
- -<%@ include file="browse-pagination-header.jsp" %> -<%@ include file="pagination-control.jsp" %> diff --git a/integration/spark-common-test/src/test/resources/webapp/browse-pagination-header.jsp b/integration/spark-common-test/src/test/resources/webapp/browse-pagination-header.jsp deleted file mode 100644 index bdfa1e5a423..00000000000 --- a/integration/spark-common-test/src/test/resources/webapp/browse-pagination-header.jsp +++ /dev/null @@ -1,29 +0,0 @@ -<%-- - - The Alluxio Open Foundation licenses this work under the Apache License, version 2.0 - (the "License"). You may not use this work except in compliance with the License, which is - available at www.apache.org/licenses/LICENSE-2.0 - - This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, - either express or implied, as more fully set forth in the License. - - See the NOTICE file distributed with this work for information regarding copyright ownership. - ---%> -<%@ page import="static java.net.URLEncoder.encode" %> - - diff --git a/integration/spark-common-test/src/test/resources/webapp/footer.jsp b/integration/spark-common-test/src/test/resources/webapp/footer.jsp deleted file mode 100644 index 0bf96ac7f29..00000000000 --- a/integration/spark-common-test/src/test/resources/webapp/footer.jsp +++ /dev/null @@ -1,21 +0,0 @@ -<%-- - - The Alluxio Open Foundation licenses this work under the Apache License, version 2.0 - (the "License"). You may not use this work except in compliance with the License, which is - available at www.apache.org/licenses/LICENSE-2.0 - - This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, - either express or implied, as more fully set forth in the License. - - See the NOTICE file distributed with this work for information regarding copyright ownership. - ---%> - diff --git a/integration/spark-common-test/src/test/resources/webapp/general.jsp b/integration/spark-common-test/src/test/resources/webapp/general.jsp deleted file mode 100644 index 2a8a380f8be..00000000000 --- a/integration/spark-common-test/src/test/resources/webapp/general.jsp +++ /dev/null @@ -1,347 +0,0 @@ -<%-- - - The Alluxio Open Foundation licenses this work under the Apache License, version 2.0 - (the "License"). You may not use this work except in compliance with the License, which is - available at www.apache.org/licenses/LICENSE-2.0 - - This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, - either express or implied, as more fully set forth in the License. - - See the NOTICE file distributed with this work for information regarding copyright ownership. - ---%> -<%@ page import="java.util.*" %> -<%@ page import="java.lang.*" %> -<%@ page import="alluxio.web.*" %> -<%@ page import="alluxio.wire.*" %> - - - - - - -Alluxio - - -
- -
-
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <% if ((Integer) request.getAttribute("inconsistentPaths") != 0) { %> - - - - - <% } %> - - <% ConfigCheckReport configReport = ((ConfigCheckReport) request.getAttribute("configCheckReport")); %> - <% ConfigCheckReport.ConfigStatus status = (ConfigCheckReport.ConfigStatus) request.getAttribute("configCheckStatus");%> - <% if (status.equals(ConfigCheckReport.ConfigStatus.FAILED)) { %> - - - <% } else { %> - - - <% } %> - - <% int errorSize = (int) request.getAttribute("configCheckErrorNum"); %> - <% int warnSize = (int) request.getAttribute("configCheckWarnNum"); %> - <% int inconsistentProperties = errorSize + warnSize; %> - <% if (inconsistentProperties != 0) { %> - - <% if (errorSize != 0) { %> - - - <% } else { %> - - - <% } %> - - <% } %> - -
Master Address:<%= request.getAttribute("masterNodeAddress") %>
Started:<%= request.getAttribute("startTime") %>
Uptime:<%= request.getAttribute("uptime") %>
Version:<%= request.getAttribute("version") %>
Running Workers:<%= request.getAttribute("liveWorkerNodes") %>
Startup Consistency Check:<%= request.getAttribute("consistencyCheckStatus") %>
Inconsistent Files on Startup (run fs checkConsistency for details):<%= request.getAttribute("inconsistentPaths") %>
Server Configuration Check:<%= status %>Server Configuration Check:<%= status %>
Inconsistent Properties:<%= inconsistentProperties %>Inconsistent Properties:<%= inconsistentProperties %>
-
-
-
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - -
Workers Capacity:<%= request.getAttribute("capacity") %>
Workers Free / Used:<%= request.getAttribute("freeCapacity") %> / <%= request.getAttribute("usedCapacity") %>
UnderFS Capacity:<%= request.getAttribute("diskCapacity") %>
UnderFS Free / Used:<%= request.getAttribute("diskFreeCapacity") %> / <%= request.getAttribute("diskUsedCapacity") %>
-
-
-
-
-
- -
-
-
- -
-
- - - - - - - - - <% for (WebInterfaceGeneralServlet.StorageTierInfo info : ((WebInterfaceGeneralServlet.StorageTierInfo[]) request.getAttribute("storageTierInfos"))) { %> - - - - - - - <% } %> - -
Storage AliasSpace CapacitySpace UsedSpace Usage
<%= info.getStorageTierAlias() %><%= info.getCapacity() %><%= info.getUsedCapacity() %> -
-
- <% if (info.getFreeSpacePercent() >= info.getUsedSpacePercent()) { %> - <%= info.getFreeSpacePercent() %>%Free - <% } %> -
-
- <% if (info.getFreeSpacePercent() < info.getUsedSpacePercent()) { %> - <%= info.getUsedSpacePercent() %>%Used - <% } %> -
-
-
-
-
-
-
-
- - <% if ((Integer) request.getAttribute("inconsistentPaths") != 0) { %> -
-
-
- -
-
- - - - - - <% List array = (List) request.getAttribute("inconsistentPathItems"); - for (int i = 0; i < array.size(); i++) { %> - - - - <% }%> - -
On Startup, <%= request.getAttribute("inconsistentPaths") %> inconsistent files were found. This check is only checked once at startup, and you can restart the Alluxio Master for the latest information.
The following files may be corrupted:
<%= array.get(i) %>
-
-
-
-
-
- <% } %> - - <% if (inconsistentProperties != 0) { %> -
-
-
- -
-
- - - - - - - - <% if (errorSize != 0) { %> - - - - <% for (Map.Entry> error : ((Map>) request.getAttribute("configCheckErrors")).entrySet()) { %> - <% for (InconsistentProperty inconsistentProperty: error.getValue()) { %> - <% String scope = error.getKey().toString(); %> - <% String name = inconsistentProperty.getName(); %> - <% for (Map.Entry, List> entry : inconsistentProperty.getValues().entrySet()) { %> - - - - <% String value = String.format("%s (%s)", entry.getKey().orElse("no value set"), String.join(", ", entry.getValue()));%> - - - <% scope = ""; %> - <% name = ""; %> - <% } %> - <% } %> - <% } %> - <% } %> - <% if (warnSize != 0) { %> - - - - <% for (Map.Entry> warn : ((Map>) request.getAttribute("configCheckWarns")).entrySet()) { %> - <% for (InconsistentProperty inconsistentProperty: warn.getValue()) { %> - <% String scope = warn.getKey().toString(); %> - <% String name = inconsistentProperty.getName(); %> - <% for (Map.Entry, List> entry : inconsistentProperty.getValues().entrySet()) { %> - - - - <% String value = String.format("%s (%s)", entry.getKey().orElse("no value set"), String.join(", ", entry.getValue()));%> - - - <% scope = ""; %> - <% name = ""; %> - <% } %> - <% } %> - <% } %> - <% } %> - -
ScopePropertyValue
Errors (those properties are required to be identical)
<%= scope %><%= name %><%= value %>
Warnings (those properties are recommended to be identical)
<%= scope %><%= name %><%= value %>
-
-
-
-
-
- <% } %> - - <%@ include file="footer.jsp" %> -
- - - diff --git a/integration/spark-common-test/src/test/resources/webapp/header-links.jsp b/integration/spark-common-test/src/test/resources/webapp/header-links.jsp deleted file mode 100644 index ccf92d17489..00000000000 --- a/integration/spark-common-test/src/test/resources/webapp/header-links.jsp +++ /dev/null @@ -1,16 +0,0 @@ -<%-- - - The Alluxio Open Foundation licenses this work under the Apache License, version 2.0 - (the "License"). You may not use this work except in compliance with the License, which is - available at www.apache.org/licenses/LICENSE-2.0 - - This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, - either express or implied, as more fully set forth in the License. - - See the NOTICE file distributed with this work for information regarding copyright ownership. - ---%> - - - - diff --git a/integration/spark-common-test/src/test/resources/webapp/header-scripts.jsp b/integration/spark-common-test/src/test/resources/webapp/header-scripts.jsp deleted file mode 100644 index 5de5424d618..00000000000 --- a/integration/spark-common-test/src/test/resources/webapp/header-scripts.jsp +++ /dev/null @@ -1,15 +0,0 @@ -<%-- - - The Alluxio Open Foundation licenses this work under the Apache License, version 2.0 - (the "License"). You may not use this work except in compliance with the License, which is - available at www.apache.org/licenses/LICENSE-2.0 - - This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, - either express or implied, as more fully set forth in the License. - - See the NOTICE file distributed with this work for information regarding copyright ownership. - ---%> - - - diff --git a/integration/spark-common-test/src/test/resources/webapp/header.jsp b/integration/spark-common-test/src/test/resources/webapp/header.jsp deleted file mode 100644 index dc0a2b7bba3..00000000000 --- a/integration/spark-common-test/src/test/resources/webapp/header.jsp +++ /dev/null @@ -1,48 +0,0 @@ -<%-- - - The Alluxio Open Foundation licenses this work under the Apache License, version 2.0 - (the "License"). You may not use this work except in compliance with the License, which is - available at www.apache.org/licenses/LICENSE-2.0 - - This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, - either express or implied, as more fully set forth in the License. - - See the NOTICE file distributed with this work for information regarding copyright ownership. - ---%> - - diff --git a/integration/spark-common-test/src/test/resources/webapp/img/amplab_logo.png b/integration/spark-common-test/src/test/resources/webapp/img/amplab_logo.png deleted file mode 100644 index 02741070d3fedbb19a8c31922042035760817214..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9490 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 diff --git a/integration/spark-common-test/src/test/resources/webapp/img/glyphicons-halflings-white.png b/integration/spark-common-test/src/test/resources/webapp/img/glyphicons-halflings-white.png deleted file mode 100644 index 3bf6484a29d8da269f9bc874b25493a45fae3bae..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8777 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 B7G?kd diff --git a/integration/spark-common-test/src/test/resources/webapp/img/glyphicons-halflings.png b/integration/spark-common-test/src/test/resources/webapp/img/glyphicons-halflings.png deleted file mode 100644 index a9969993201f9cee63cf9f49217646347297b643..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12799 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 diff --git a/integration/spark-common-test/src/test/resources/webapp/img/logo.png b/integration/spark-common-test/src/test/resources/webapp/img/logo.png deleted file mode 100644 index 1125cfe17b53d3ebed7122fdefdb2aaee911897d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6075 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 P>vVk`BUG8TZRGy|H%#0; diff --git a/integration/spark-common-test/src/test/resources/webapp/index.html b/integration/spark-common-test/src/test/resources/webapp/index.html deleted file mode 100644 index f103f439132..00000000000 --- a/integration/spark-common-test/src/test/resources/webapp/index.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - diff --git a/integration/spark-common-test/src/test/resources/webapp/js/autorefresh.js b/integration/spark-common-test/src/test/resources/webapp/js/autorefresh.js deleted file mode 100644 index 2f32aa714d0..00000000000 --- a/integration/spark-common-test/src/test/resources/webapp/js/autorefresh.js +++ /dev/null @@ -1,33 +0,0 @@ -var requestUrl = window.location.href; -var autoRefresh = requestUrl.indexOf("autoRefresh=") != -1; - -function doAutoRefresh() { - var refreshUrl = window.location.href; - refreshUrl = refreshUrl.replace(window.location.hash, ""); - if (refreshUrl.indexOf("?") == -1) { - refreshUrl = refreshUrl + "?"; - } - refreshUrl = refreshUrl.replace(/(.+)&?autoRefresh=([^&]+)(.+)?/, "$1$3"); - refreshUrl = refreshUrl + "&autoRefresh=1"; - refreshUrl = refreshUrl.replace("?&", "?"); - window.location.replace(refreshUrl); -} - -var autoRefreshTimer; -function toggleAutoRefresh() { - if (autoRefresh) { - autoRefresh = false; - window.clearTimeout(autoRefreshTimer); - $("#autorefresh-link").text("Enable Auto-Refresh"); - } else { - autoRefresh = true; - autoRefreshTimer = window.setTimeout(doAutoRefresh, 15000); - $("#autorefresh-link").text("Disable Auto-Refresh"); - } -} -if (autoRefresh) { - $("#autorefresh-link").text("Disable Auto-Refresh"); - autoRefreshTimer = window.setTimeout(doAutoRefresh, 15000); -} else { - $("#autorefresh-link").text("Enable Auto-Refresh"); -} diff --git a/integration/spark-common-test/src/test/resources/webapp/js/bootstrap.min.js b/integration/spark-common-test/src/test/resources/webapp/js/bootstrap.min.js deleted file mode 100644 index e05923da846..00000000000 --- a/integration/spark-common-test/src/test/resources/webapp/js/bootstrap.min.js +++ /dev/null @@ -1,6 +0,0 @@ -/*! -* Bootstrap.js by @fat & @mdo -* Copyright 2012 Twitter, Inc. -* http://www.apache.org/licenses/LICENSE-2.0.txt -*/ -!function(e){"use strict";e(function(){e.support.transition=function(){var e=function(){var e=document.createElement("bootstrap"),t={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"},n;for(n in t)if(e.style[n]!==undefined)return t[n]}();return e&&{end:e}}()})}(window.jQuery),!function(e){"use strict";var t='[data-dismiss="alert"]',n=function(n){e(n).on("click",t,this.close)};n.prototype.close=function(t){function s(){i.trigger("closed").remove()}var n=e(this),r=n.attr("data-target"),i;r||(r=n.attr("href"),r=r&&r.replace(/.*(?=#[^\s]*$)/,"")),i=e(r),t&&t.preventDefault(),i.length||(i=n.hasClass("alert")?n:n.parent()),i.trigger(t=e.Event("close"));if(t.isDefaultPrevented())return;i.removeClass("in"),e.support.transition&&i.hasClass("fade")?i.on(e.support.transition.end,s):s()};var r=e.fn.alert;e.fn.alert=function(t){return this.each(function(){var r=e(this),i=r.data("alert");i||r.data("alert",i=new n(this)),typeof t=="string"&&i[t].call(r)})},e.fn.alert.Constructor=n,e.fn.alert.noConflict=function(){return e.fn.alert=r,this},e(document).on("click.alert.data-api",t,n.prototype.close)}(window.jQuery),!function(e){"use strict";var t=function(t,n){this.$element=e(t),this.options=e.extend({},e.fn.button.defaults,n)};t.prototype.setState=function(e){var t="disabled",n=this.$element,r=n.data(),i=n.is("input")?"val":"html";e+="Text",r.resetText||n.data("resetText",n[i]()),n[i](r[e]||this.options[e]),setTimeout(function(){e=="loadingText"?n.addClass(t).attr(t,t):n.removeClass(t).removeAttr(t)},0)},t.prototype.toggle=function(){var e=this.$element.closest('[data-toggle="buttons-radio"]');e&&e.find(".active").removeClass("active"),this.$element.toggleClass("active")};var n=e.fn.button;e.fn.button=function(n){return this.each(function(){var r=e(this),i=r.data("button"),s=typeof n=="object"&&n;i||r.data("button",i=new t(this,s)),n=="toggle"?i.toggle():n&&i.setState(n)})},e.fn.button.defaults={loadingText:"loading..."},e.fn.button.Constructor=t,e.fn.button.noConflict=function(){return e.fn.button=n,this},e(document).on("click.button.data-api","[data-toggle^=button]",function(t){var n=e(t.target);n.hasClass("btn")||(n=n.closest(".btn")),n.button("toggle")})}(window.jQuery),!function(e){"use strict";var t=function(t,n){this.$element=e(t),this.$indicators=this.$element.find(".carousel-indicators"),this.options=n,this.options.pause=="hover"&&this.$element.on("mouseenter",e.proxy(this.pause,this)).on("mouseleave",e.proxy(this.cycle,this))};t.prototype={cycle:function(t){return t||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(e.proxy(this.next,this),this.options.interval)),this},getActiveIndex:function(){return this.$active=this.$element.find(".item.active"),this.$items=this.$active.parent().children(),this.$items.index(this.$active)},to:function(t){var n=this.getActiveIndex(),r=this;if(t>this.$items.length-1||t<0)return;return this.sliding?this.$element.one("slid",function(){r.to(t)}):n==t?this.pause().cycle():this.slide(t>n?"next":"prev",e(this.$items[t]))},pause:function(t){return t||(this.paused=!0),this.$element.find(".next, .prev").length&&e.support.transition.end&&(this.$element.trigger(e.support.transition.end),this.cycle()),clearInterval(this.interval),this.interval=null,this},next:function(){if(this.sliding)return;return this.slide("next")},prev:function(){if(this.sliding)return;return this.slide("prev")},slide:function(t,n){var r=this.$element.find(".item.active"),i=n||r[t](),s=this.interval,o=t=="next"?"left":"right",u=t=="next"?"first":"last",a=this,f;this.sliding=!0,s&&this.pause(),i=i.length?i:this.$element.find(".item")[u](),f=e.Event("slide",{relatedTarget:i[0],direction:o});if(i.hasClass("active"))return;this.$indicators.length&&(this.$indicators.find(".active").removeClass("active"),this.$element.one("slid",function(){var t=e(a.$indicators.children()[a.getActiveIndex()]);t&&t.addClass("active")}));if(e.support.transition&&this.$element.hasClass("slide")){this.$element.trigger(f);if(f.isDefaultPrevented())return;i.addClass(t),i[0].offsetWidth,r.addClass(o),i.addClass(o),this.$element.one(e.support.transition.end,function(){i.removeClass([t,o].join(" ")).addClass("active"),r.removeClass(["active",o].join(" ")),a.sliding=!1,setTimeout(function(){a.$element.trigger("slid")},0)})}else{this.$element.trigger(f);if(f.isDefaultPrevented())return;r.removeClass("active"),i.addClass("active"),this.sliding=!1,this.$element.trigger("slid")}return s&&this.cycle(),this}};var n=e.fn.carousel;e.fn.carousel=function(n){return this.each(function(){var r=e(this),i=r.data("carousel"),s=e.extend({},e.fn.carousel.defaults,typeof n=="object"&&n),o=typeof n=="string"?n:s.slide;i||r.data("carousel",i=new t(this,s)),typeof n=="number"?i.to(n):o?i[o]():s.interval&&i.pause().cycle()})},e.fn.carousel.defaults={interval:5e3,pause:"hover"},e.fn.carousel.Constructor=t,e.fn.carousel.noConflict=function(){return e.fn.carousel=n,this},e(document).on("click.carousel.data-api","[data-slide], [data-slide-to]",function(t){var n=e(this),r,i=e(n.attr("data-target")||(r=n.attr("href"))&&r.replace(/.*(?=#[^\s]+$)/,"")),s=e.extend({},i.data(),n.data()),o;i.carousel(s),(o=n.attr("data-slide-to"))&&i.data("carousel").pause().to(o).cycle(),t.preventDefault()})}(window.jQuery),!function(e){"use strict";var t=function(t,n){this.$element=e(t),this.options=e.extend({},e.fn.collapse.defaults,n),this.options.parent&&(this.$parent=e(this.options.parent)),this.options.toggle&&this.toggle()};t.prototype={constructor:t,dimension:function(){var e=this.$element.hasClass("width");return e?"width":"height"},show:function(){var t,n,r,i;if(this.transitioning||this.$element.hasClass("in"))return;t=this.dimension(),n=e.camelCase(["scroll",t].join("-")),r=this.$parent&&this.$parent.find("> .accordion-group > .in");if(r&&r.length){i=r.data("collapse");if(i&&i.transitioning)return;r.collapse("hide"),i||r.data("collapse",null)}this.$element[t](0),this.transition("addClass",e.Event("show"),"shown"),e.support.transition&&this.$element[t](this.$element[0][n])},hide:function(){var t;if(this.transitioning||!this.$element.hasClass("in"))return;t=this.dimension(),this.reset(this.$element[t]()),this.transition("removeClass",e.Event("hide"),"hidden"),this.$element[t](0)},reset:function(e){var t=this.dimension();return this.$element.removeClass("collapse")[t](e||"auto")[0].offsetWidth,this.$element[e!==null?"addClass":"removeClass"]("collapse"),this},transition:function(t,n,r){var i=this,s=function(){n.type=="show"&&i.reset(),i.transitioning=0,i.$element.trigger(r)};this.$element.trigger(n);if(n.isDefaultPrevented())return;this.transitioning=1,this.$element[t]("in"),e.support.transition&&this.$element.hasClass("collapse")?this.$element.one(e.support.transition.end,s):s()},toggle:function(){this[this.$element.hasClass("in")?"hide":"show"]()}};var n=e.fn.collapse;e.fn.collapse=function(n){return this.each(function(){var r=e(this),i=r.data("collapse"),s=e.extend({},e.fn.collapse.defaults,r.data(),typeof n=="object"&&n);i||r.data("collapse",i=new t(this,s)),typeof n=="string"&&i[n]()})},e.fn.collapse.defaults={toggle:!0},e.fn.collapse.Constructor=t,e.fn.collapse.noConflict=function(){return e.fn.collapse=n,this},e(document).on("click.collapse.data-api","[data-toggle=collapse]",function(t){var n=e(this),r,i=n.attr("data-target")||t.preventDefault()||(r=n.attr("href"))&&r.replace(/.*(?=#[^\s]+$)/,""),s=e(i).data("collapse")?"toggle":n.data();n[e(i).hasClass("in")?"addClass":"removeClass"]("collapsed"),e(i).collapse(s)})}(window.jQuery),!function(e){"use strict";function r(){e(t).each(function(){i(e(this)).removeClass("open")})}function i(t){var n=t.attr("data-target"),r;n||(n=t.attr("href"),n=n&&/#/.test(n)&&n.replace(/.*(?=#[^\s]*$)/,"")),r=n&&e(n);if(!r||!r.length)r=t.parent();return r}var t="[data-toggle=dropdown]",n=function(t){var n=e(t).on("click.dropdown.data-api",this.toggle);e("html").on("click.dropdown.data-api",function(){n.parent().removeClass("open")})};n.prototype={constructor:n,toggle:function(t){var n=e(this),s,o;if(n.is(".disabled, :disabled"))return;return s=i(n),o=s.hasClass("open"),r(),o||s.toggleClass("open"),n.focus(),!1},keydown:function(n){var r,s,o,u,a,f;if(!/(38|40|27)/.test(n.keyCode))return;r=e(this),n.preventDefault(),n.stopPropagation();if(r.is(".disabled, :disabled"))return;u=i(r),a=u.hasClass("open");if(!a||a&&n.keyCode==27)return n.which==27&&u.find(t).focus(),r.click();s=e("[role=menu] li:not(.divider):visible a",u);if(!s.length)return;f=s.index(s.filter(":focus")),n.keyCode==38&&f>0&&f--,n.keyCode==40&&f').appendTo(document.body),this.$backdrop.click(this.options.backdrop=="static"?e.proxy(this.$element[0].focus,this.$element[0]):e.proxy(this.hide,this)),i&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in");if(!t)return;i?this.$backdrop.one(e.support.transition.end,t):t()}else!this.isShown&&this.$backdrop?(this.$backdrop.removeClass("in"),e.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one(e.support.transition.end,t):t()):t&&t()}};var n=e.fn.modal;e.fn.modal=function(n){return this.each(function(){var r=e(this),i=r.data("modal"),s=e.extend({},e.fn.modal.defaults,r.data(),typeof n=="object"&&n);i||r.data("modal",i=new t(this,s)),typeof n=="string"?i[n]():s.show&&i.show()})},e.fn.modal.defaults={backdrop:!0,keyboard:!0,show:!0},e.fn.modal.Constructor=t,e.fn.modal.noConflict=function(){return e.fn.modal=n,this},e(document).on("click.modal.data-api",'[data-toggle="modal"]',function(t){var n=e(this),r=n.attr("href"),i=e(n.attr("data-target")||r&&r.replace(/.*(?=#[^\s]+$)/,"")),s=i.data("modal")?"toggle":e.extend({remote:!/#/.test(r)&&r},i.data(),n.data());t.preventDefault(),i.modal(s).one("hide",function(){n.focus()})})}(window.jQuery),!function(e){"use strict";var t=function(e,t){this.init("tooltip",e,t)};t.prototype={constructor:t,init:function(t,n,r){var i,s,o,u,a;this.type=t,this.$element=e(n),this.options=this.getOptions(r),this.enabled=!0,o=this.options.trigger.split(" ");for(a=o.length;a--;)u=o[a],u=="click"?this.$element.on("click."+this.type,this.options.selector,e.proxy(this.toggle,this)):u!="manual"&&(i=u=="hover"?"mouseenter":"focus",s=u=="hover"?"mouseleave":"blur",this.$element.on(i+"."+this.type,this.options.selector,e.proxy(this.enter,this)),this.$element.on(s+"."+this.type,this.options.selector,e.proxy(this.leave,this)));this.options.selector?this._options=e.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},getOptions:function(t){return t=e.extend({},e.fn[this.type].defaults,this.$element.data(),t),t.delay&&typeof t.delay=="number"&&(t.delay={show:t.delay,hide:t.delay}),t},enter:function(t){var n=e(t.currentTarget)[this.type](this._options).data(this.type);if(!n.options.delay||!n.options.delay.show)return n.show();clearTimeout(this.timeout),n.hoverState="in",this.timeout=setTimeout(function(){n.hoverState=="in"&&n.show()},n.options.delay.show)},leave:function(t){var n=e(t.currentTarget)[this.type](this._options).data(this.type);this.timeout&&clearTimeout(this.timeout);if(!n.options.delay||!n.options.delay.hide)return n.hide();n.hoverState="out",this.timeout=setTimeout(function(){n.hoverState=="out"&&n.hide()},n.options.delay.hide)},show:function(){var t,n,r,i,s,o,u=e.Event("show");if(this.hasContent()&&this.enabled){this.$element.trigger(u);if(u.isDefaultPrevented())return;t=this.tip(),this.setContent(),this.options.animation&&t.addClass("fade"),s=typeof this.options.placement=="function"?this.options.placement.call(this,t[0],this.$element[0]):this.options.placement,t.detach().css({top:0,left:0,display:"block"}),this.options.container?t.appendTo(this.options.container):t.insertAfter(this.$element),n=this.getPosition(),r=t[0].offsetWidth,i=t[0].offsetHeight;switch(s){case"bottom":o={top:n.top+n.height,left:n.left+n.width/2-r/2};break;case"top":o={top:n.top-i,left:n.left+n.width/2-r/2};break;case"left":o={top:n.top+n.height/2-i/2,left:n.left-r};break;case"right":o={top:n.top+n.height/2-i/2,left:n.left+n.width}}this.applyPlacement(o,s),this.$element.trigger("shown")}},applyPlacement:function(e,t){var n=this.tip(),r=n[0].offsetWidth,i=n[0].offsetHeight,s,o,u,a;n.offset(e).addClass(t).addClass("in"),s=n[0].offsetWidth,o=n[0].offsetHeight,t=="top"&&o!=i&&(e.top=e.top+i-o,a=!0),t=="bottom"||t=="top"?(u=0,e.left<0&&(u=e.left*-2,e.left=0,n.offset(e),s=n[0].offsetWidth,o=n[0].offsetHeight),this.replaceArrow(u-r+s,s,"left")):this.replaceArrow(o-i,o,"top"),a&&n.offset(e)},replaceArrow:function(e,t,n){this.arrow().css(n,e?50*(1-e/t)+"%":"")},setContent:function(){var e=this.tip(),t=this.getTitle();e.find(".tooltip-inner")[this.options.html?"html":"text"](t),e.removeClass("fade in top bottom left right")},hide:function(){function i(){var t=setTimeout(function(){n.off(e.support.transition.end).detach()},500);n.one(e.support.transition.end,function(){clearTimeout(t),n.detach()})}var t=this,n=this.tip(),r=e.Event("hide");this.$element.trigger(r);if(r.isDefaultPrevented())return;return n.removeClass("in"),e.support.transition&&this.$tip.hasClass("fade")?i():n.detach(),this.$element.trigger("hidden"),this},fixTitle:function(){var e=this.$element;(e.attr("title")||typeof e.attr("data-original-title")!="string")&&e.attr("data-original-title",e.attr("title")||"").attr("title","")},hasContent:function(){return this.getTitle()},getPosition:function(){var t=this.$element[0];return e.extend({},typeof t.getBoundingClientRect=="function"?t.getBoundingClientRect():{width:t.offsetWidth,height:t.offsetHeight},this.$element.offset())},getTitle:function(){var e,t=this.$element,n=this.options;return e=t.attr("data-original-title")||(typeof n.title=="function"?n.title.call(t[0]):n.title),e},tip:function(){return this.$tip=this.$tip||e(this.options.template)},arrow:function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},validate:function(){this.$element[0].parentNode||(this.hide(),this.$element=null,this.options=null)},enable:function(){this.enabled=!0},disable:function(){this.enabled=!1},toggleEnabled:function(){this.enabled=!this.enabled},toggle:function(t){var n=t?e(t.currentTarget)[this.type](this._options).data(this.type):this;n.tip().hasClass("in")?n.hide():n.show()},destroy:function(){this.hide().$element.off("."+this.type).removeData(this.type)}};var n=e.fn.tooltip;e.fn.tooltip=function(n){return this.each(function(){var r=e(this),i=r.data("tooltip"),s=typeof n=="object"&&n;i||r.data("tooltip",i=new t(this,s)),typeof n=="string"&&i[n]()})},e.fn.tooltip.Constructor=t,e.fn.tooltip.defaults={animation:!0,placement:"top",selector:!1,template:'
',trigger:"hover focus",title:"",delay:0,html:!1,container:!1},e.fn.tooltip.noConflict=function(){return e.fn.tooltip=n,this}}(window.jQuery),!function(e){"use strict";var t=function(e,t){this.init("popover",e,t)};t.prototype=e.extend({},e.fn.tooltip.Constructor.prototype,{constructor:t,setContent:function(){var e=this.tip(),t=this.getTitle(),n=this.getContent();e.find(".popover-title")[this.options.html?"html":"text"](t),e.find(".popover-content")[this.options.html?"html":"text"](n),e.removeClass("fade top bottom left right in")},hasContent:function(){return this.getTitle()||this.getContent()},getContent:function(){var e,t=this.$element,n=this.options;return e=(typeof n.content=="function"?n.content.call(t[0]):n.content)||t.attr("data-content"),e},tip:function(){return this.$tip||(this.$tip=e(this.options.template)),this.$tip},destroy:function(){this.hide().$element.off("."+this.type).removeData(this.type)}});var n=e.fn.popover;e.fn.popover=function(n){return this.each(function(){var r=e(this),i=r.data("popover"),s=typeof n=="object"&&n;i||r.data("popover",i=new t(this,s)),typeof n=="string"&&i[n]()})},e.fn.popover.Constructor=t,e.fn.popover.defaults=e.extend({},e.fn.tooltip.defaults,{placement:"right",trigger:"click",content:"",template:'

'}),e.fn.popover.noConflict=function(){return e.fn.popover=n,this}}(window.jQuery),!function(e){"use strict";function t(t,n){var r=e.proxy(this.process,this),i=e(t).is("body")?e(window):e(t),s;this.options=e.extend({},e.fn.scrollspy.defaults,n),this.$scrollElement=i.on("scroll.scroll-spy.data-api",r),this.selector=(this.options.target||(s=e(t).attr("href"))&&s.replace(/.*(?=#[^\s]+$)/,"")||"")+" .nav li > a",this.$body=e("body"),this.refresh(),this.process()}t.prototype={constructor:t,refresh:function(){var t=this,n;this.offsets=e([]),this.targets=e([]),n=this.$body.find(this.selector).map(function(){var n=e(this),r=n.data("target")||n.attr("href"),i=/^#\w/.test(r)&&e(r);return i&&i.length&&[[i.position().top+(!e.isWindow(t.$scrollElement.get(0))&&t.$scrollElement.scrollTop()),r]]||null}).sort(function(e,t){return e[0]-t[0]}).each(function(){t.offsets.push(this[0]),t.targets.push(this[1])})},process:function(){var e=this.$scrollElement.scrollTop()+this.options.offset,t=this.$scrollElement[0].scrollHeight||this.$body[0].scrollHeight,n=t-this.$scrollElement.height(),r=this.offsets,i=this.targets,s=this.activeTarget,o;if(e>=n)return s!=(o=i.last()[0])&&this.activate(o);for(o=r.length;o--;)s!=i[o]&&e>=r[o]&&(!r[o+1]||e<=r[o+1])&&this.activate(i[o])},activate:function(t){var n,r;this.activeTarget=t,e(this.selector).parent(".active").removeClass("active"),r=this.selector+'[data-target="'+t+'"],'+this.selector+'[href="'+t+'"]',n=e(r).parent("li").addClass("active"),n.parent(".dropdown-menu").length&&(n=n.closest("li.dropdown").addClass("active")),n.trigger("activate")}};var n=e.fn.scrollspy;e.fn.scrollspy=function(n){return this.each(function(){var r=e(this),i=r.data("scrollspy"),s=typeof n=="object"&&n;i||r.data("scrollspy",i=new t(this,s)),typeof n=="string"&&i[n]()})},e.fn.scrollspy.Constructor=t,e.fn.scrollspy.defaults={offset:10},e.fn.scrollspy.noConflict=function(){return e.fn.scrollspy=n,this},e(window).on("load",function(){e('[data-spy="scroll"]').each(function(){var t=e(this);t.scrollspy(t.data())})})}(window.jQuery),!function(e){"use strict";var t=function(t){this.element=e(t)};t.prototype={constructor:t,show:function(){var t=this.element,n=t.closest("ul:not(.dropdown-menu)"),r=t.attr("data-target"),i,s,o;r||(r=t.attr("href"),r=r&&r.replace(/.*(?=#[^\s]*$)/,""));if(t.parent("li").hasClass("active"))return;i=n.find(".active:last a")[0],o=e.Event("show",{relatedTarget:i}),t.trigger(o);if(o.isDefaultPrevented())return;s=e(r),this.activate(t.parent("li"),n),this.activate(s,s.parent(),function(){t.trigger({type:"shown",relatedTarget:i})})},activate:function(t,n,r){function o(){i.removeClass("active").find("> .dropdown-menu > .active").removeClass("active"),t.addClass("active"),s?(t[0].offsetWidth,t.addClass("in")):t.removeClass("fade"),t.parent(".dropdown-menu")&&t.closest("li.dropdown").addClass("active"),r&&r()}var i=n.find("> .active"),s=r&&e.support.transition&&i.hasClass("fade");s?i.one(e.support.transition.end,o):o(),i.removeClass("in")}};var n=e.fn.tab;e.fn.tab=function(n){return this.each(function(){var r=e(this),i=r.data("tab");i||r.data("tab",i=new t(this)),typeof n=="string"&&i[n]()})},e.fn.tab.Constructor=t,e.fn.tab.noConflict=function(){return e.fn.tab=n,this},e(document).on("click.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"]',function(t){t.preventDefault(),e(this).tab("show")})}(window.jQuery),!function(e){"use strict";var t=function(t,n){this.$element=e(t),this.options=e.extend({},e.fn.typeahead.defaults,n),this.matcher=this.options.matcher||this.matcher,this.sorter=this.options.sorter||this.sorter,this.highlighter=this.options.highlighter||this.highlighter,this.updater=this.options.updater||this.updater,this.source=this.options.source,this.$menu=e(this.options.menu),this.shown=!1,this.listen()};t.prototype={constructor:t,select:function(){var e=this.$menu.find(".active").attr("data-value");return this.$element.val(this.updater(e)).change(),this.hide()},updater:function(e){return e},show:function(){var t=e.extend({},this.$element.position(),{height:this.$element[0].offsetHeight});return this.$menu.insertAfter(this.$element).css({top:t.top+t.height,left:t.left}).show(),this.shown=!0,this},hide:function(){return this.$menu.hide(),this.shown=!1,this},lookup:function(t){var n;return this.query=this.$element.val(),!this.query||this.query.length"+t+""})},render:function(t){var n=this;return t=e(t).map(function(t,r){return t=e(n.options.item).attr("data-value",r),t.find("a").html(n.highlighter(r)),t[0]}),t.first().addClass("active"),this.$menu.html(t),this},next:function(t){var n=this.$menu.find(".active").removeClass("active"),r=n.next();r.length||(r=e(this.$menu.find("li")[0])),r.addClass("active")},prev:function(e){var t=this.$menu.find(".active").removeClass("active"),n=t.prev();n.length||(n=this.$menu.find("li").last()),n.addClass("active")},listen:function(){this.$element.on("focus",e.proxy(this.focus,this)).on("blur",e.proxy(this.blur,this)).on("keypress",e.proxy(this.keypress,this)).on("keyup",e.proxy(this.keyup,this)),this.eventSupported("keydown")&&this.$element.on("keydown",e.proxy(this.keydown,this)),this.$menu.on("click",e.proxy(this.click,this)).on("mouseenter","li",e.proxy(this.mouseenter,this)).on("mouseleave","li",e.proxy(this.mouseleave,this))},eventSupported:function(e){var t=e in this.$element;return t||(this.$element.setAttribute(e,"return;"),t=typeof this.$element[e]=="function"),t},move:function(e){if(!this.shown)return;switch(e.keyCode){case 9:case 13:case 27:e.preventDefault();break;case 38:e.preventDefault(),this.prev();break;case 40:e.preventDefault(),this.next()}e.stopPropagation()},keydown:function(t){this.suppressKeyPressRepeat=~e.inArray(t.keyCode,[40,38,9,13,27]),this.move(t)},keypress:function(e){if(this.suppressKeyPressRepeat)return;this.move(e)},keyup:function(e){switch(e.keyCode){case 40:case 38:case 16:case 17:case 18:break;case 9:case 13:if(!this.shown)return;this.select();break;case 27:if(!this.shown)return;this.hide();break;default:this.lookup()}e.stopPropagation(),e.preventDefault()},focus:function(e){this.focused=!0},blur:function(e){this.focused=!1,!this.mousedover&&this.shown&&this.hide()},click:function(e){e.stopPropagation(),e.preventDefault(),this.select(),this.$element.focus()},mouseenter:function(t){this.mousedover=!0,this.$menu.find(".active").removeClass("active"),e(t.currentTarget).addClass("active")},mouseleave:function(e){this.mousedover=!1,!this.focused&&this.shown&&this.hide()}};var n=e.fn.typeahead;e.fn.typeahead=function(n){return this.each(function(){var r=e(this),i=r.data("typeahead"),s=typeof n=="object"&&n;i||r.data("typeahead",i=new t(this,s)),typeof n=="string"&&i[n]()})},e.fn.typeahead.defaults={source:[],items:8,menu:'',item:'
  • ',minLength:1},e.fn.typeahead.Constructor=t,e.fn.typeahead.noConflict=function(){return e.fn.typeahead=n,this},e(document).on("focus.typeahead.data-api",'[data-provide="typeahead"]',function(t){var n=e(this);if(n.data("typeahead"))return;n.typeahead(n.data())})}(window.jQuery),!function(e){"use strict";var t=function(t,n){this.options=e.extend({},e.fn.affix.defaults,n),this.$window=e(window).on("scroll.affix.data-api",e.proxy(this.checkPosition,this)).on("click.affix.data-api",e.proxy(function(){setTimeout(e.proxy(this.checkPosition,this),1)},this)),this.$element=e(t),this.checkPosition()};t.prototype.checkPosition=function(){if(!this.$element.is(":visible"))return;var t=e(document).height(),n=this.$window.scrollTop(),r=this.$element.offset(),i=this.options.offset,s=i.bottom,o=i.top,u="affix affix-top affix-bottom",a;typeof i!="object"&&(s=o=i),typeof o=="function"&&(o=i.top()),typeof s=="function"&&(s=i.bottom()),a=this.unpin!=null&&n+this.unpin<=r.top?!1:s!=null&&r.top+this.$element.height()>=t-s?"bottom":o!=null&&n<=o?"top":!1;if(this.affixed===a)return;this.affixed=a,this.unpin=a=="bottom"?r.top-n:null,this.$element.removeClass(u).addClass("affix"+(a?"-"+a:""))};var n=e.fn.affix;e.fn.affix=function(n){return this.each(function(){var r=e(this),i=r.data("affix"),s=typeof n=="object"&&n;i||r.data("affix",i=new t(this,s)),typeof n=="string"&&i[n]()})},e.fn.affix.Constructor=t,e.fn.affix.defaults={offset:0},e.fn.affix.noConflict=function(){return e.fn.affix=n,this},e(window).on("load",function(){e('[data-spy="affix"]').each(function(){var t=e(this),n=t.data();n.offset=n.offset||{},n.offsetBottom&&(n.offset.bottom=n.offsetBottom),n.offsetTop&&(n.offset.top=n.offsetTop),t.affix(n)})})}(window.jQuery); \ No newline at end of file diff --git a/integration/spark-common-test/src/test/resources/webapp/js/cookies.min.js b/integration/spark-common-test/src/test/resources/webapp/js/cookies.min.js deleted file mode 100644 index c3833c80189..00000000000 --- a/integration/spark-common-test/src/test/resources/webapp/js/cookies.min.js +++ /dev/null @@ -1,2 +0,0 @@ -/*! Cookies.js - 0.4.0; Copyright (c) 2014, Scott Hamper; http://www.opensource.org/licenses/MIT */ -(function(e){"use strict";var b=function(a,d,c){return 1===arguments.length?b.get(a):b.set(a,d,c)};b._document=document;b._navigator=navigator;b.defaults={path:"/"};b.get=function(a){b._cachedDocumentCookie!==b._document.cookie&&b._renewCache();return b._cache[a]};b.set=function(a,d,c){c=b._getExtendedOptions(c);c.expires=b._getExpiresDate(d===e?-1:c.expires);b._document.cookie=b._generateCookieString(a,d,c);return b};b.expire=function(a,d){return b.set(a,e,d)};b._getExtendedOptions=function(a){return{path:a&& a.path||b.defaults.path,domain:a&&a.domain||b.defaults.domain,expires:a&&a.expires||b.defaults.expires,secure:a&&a.secure!==e?a.secure:b.defaults.secure}};b._isValidDate=function(a){return"[object Date]"===Object.prototype.toString.call(a)&&!isNaN(a.getTime())};b._getExpiresDate=function(a,d){d=d||new Date;switch(typeof a){case "number":a=new Date(d.getTime()+1E3*a);break;case "string":a=new Date(a)}if(a&&!b._isValidDate(a))throw Error("`expires` parameter cannot be converted to a valid Date instance"); return a};b._generateCookieString=function(a,b,c){a=a.replace(/[^#$&+\^`|]/g,encodeURIComponent);a=a.replace(/\(/g,"%28").replace(/\)/g,"%29");b=(b+"").replace(/[^!#$&-+\--:<-\[\]-~]/g,encodeURIComponent);c=c||{};a=a+"="+b+(c.path?";path="+c.path:"");a+=c.domain?";domain="+c.domain:"";a+=c.expires?";expires="+c.expires.toUTCString():"";return a+=c.secure?";secure":""};b._getCookieObjectFromString=function(a){var d={};a=a?a.split("; "):[];for(var c=0;cb?a.length:b;return{key:decodeURIComponent(a.substr(0,b)),value:decodeURIComponent(a.substr(b+1))}};b._renewCache=function(){b._cache=b._getCookieObjectFromString(b._document.cookie);b._cachedDocumentCookie=b._document.cookie};b._areEnabled=function(){var a="1"===b.set("cookies.js",1).get("cookies.js");b.expire("cookies.js");return a};b.enabled=b._areEnabled();"function"===typeof define&& define.amd?define(function(){return b}):"undefined"!==typeof exports?("undefined"!==typeof module&&module.exports&&(exports=module.exports=b),exports.Cookies=b):window.Cookies=b})(); \ No newline at end of file diff --git a/integration/spark-common-test/src/test/resources/webapp/js/jquery-1.9.1.min.js b/integration/spark-common-test/src/test/resources/webapp/js/jquery-1.9.1.min.js deleted file mode 100644 index 006e953102d..00000000000 --- a/integration/spark-common-test/src/test/resources/webapp/js/jquery-1.9.1.min.js +++ /dev/null @@ -1,5 +0,0 @@ -/*! jQuery v1.9.1 | (c) 2005, 2012 jQuery Foundation, Inc. | jquery.org/license -//@ sourceMappingURL=jquery.min.map -*/(function(e,t){var n,r,i=typeof t,o=e.document,a=e.location,s=e.jQuery,u=e.$,l={},c=[],p="1.9.1",f=c.concat,d=c.push,h=c.slice,g=c.indexOf,m=l.toString,y=l.hasOwnProperty,v=p.trim,b=function(e,t){return new b.fn.init(e,t,r)},x=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,w=/\S+/g,T=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,N=/^(?:(<[\w\W]+>)[^>]*|#([\w-]*))$/,C=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,k=/^[\],:{}\s]*$/,E=/(?:^|:|,)(?:\s*\[)+/g,S=/\\(?:["\\\/bfnrt]|u[\da-fA-F]{4})/g,A=/"[^"\\\r\n]*"|true|false|null|-?(?:\d+\.|)\d+(?:[eE][+-]?\d+|)/g,j=/^-ms-/,D=/-([\da-z])/gi,L=function(e,t){return t.toUpperCase()},H=function(e){(o.addEventListener||"load"===e.type||"complete"===o.readyState)&&(q(),b.ready())},q=function(){o.addEventListener?(o.removeEventListener("DOMContentLoaded",H,!1),e.removeEventListener("load",H,!1)):(o.detachEvent("onreadystatechange",H),e.detachEvent("onload",H))};b.fn=b.prototype={jquery:p,constructor:b,init:function(e,n,r){var i,a;if(!e)return this;if("string"==typeof e){if(i="<"===e.charAt(0)&&">"===e.charAt(e.length-1)&&e.length>=3?[null,e,null]:N.exec(e),!i||!i[1]&&n)return!n||n.jquery?(n||r).find(e):this.constructor(n).find(e);if(i[1]){if(n=n instanceof b?n[0]:n,b.merge(this,b.parseHTML(i[1],n&&n.nodeType?n.ownerDocument||n:o,!0)),C.test(i[1])&&b.isPlainObject(n))for(i in n)b.isFunction(this[i])?this[i](n[i]):this.attr(i,n[i]);return this}if(a=o.getElementById(i[2]),a&&a.parentNode){if(a.id!==i[2])return r.find(e);this.length=1,this[0]=a}return this.context=o,this.selector=e,this}return e.nodeType?(this.context=this[0]=e,this.length=1,this):b.isFunction(e)?r.ready(e):(e.selector!==t&&(this.selector=e.selector,this.context=e.context),b.makeArray(e,this))},selector:"",length:0,size:function(){return this.length},toArray:function(){return h.call(this)},get:function(e){return null==e?this.toArray():0>e?this[this.length+e]:this[e]},pushStack:function(e){var t=b.merge(this.constructor(),e);return t.prevObject=this,t.context=this.context,t},each:function(e,t){return b.each(this,e,t)},ready:function(e){return b.ready.promise().done(e),this},slice:function(){return this.pushStack(h.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(0>e?t:0);return this.pushStack(n>=0&&t>n?[this[n]]:[])},map:function(e){return this.pushStack(b.map(this,function(t,n){return e.call(t,n,t)}))},end:function(){return this.prevObject||this.constructor(null)},push:d,sort:[].sort,splice:[].splice},b.fn.init.prototype=b.fn,b.extend=b.fn.extend=function(){var e,n,r,i,o,a,s=arguments[0]||{},u=1,l=arguments.length,c=!1;for("boolean"==typeof s&&(c=s,s=arguments[1]||{},u=2),"object"==typeof s||b.isFunction(s)||(s={}),l===u&&(s=this,--u);l>u;u++)if(null!=(o=arguments[u]))for(i in o)e=s[i],r=o[i],s!==r&&(c&&r&&(b.isPlainObject(r)||(n=b.isArray(r)))?(n?(n=!1,a=e&&b.isArray(e)?e:[]):a=e&&b.isPlainObject(e)?e:{},s[i]=b.extend(c,a,r)):r!==t&&(s[i]=r));return s},b.extend({noConflict:function(t){return e.$===b&&(e.$=u),t&&e.jQuery===b&&(e.jQuery=s),b},isReady:!1,readyWait:1,holdReady:function(e){e?b.readyWait++:b.ready(!0)},ready:function(e){if(e===!0?!--b.readyWait:!b.isReady){if(!o.body)return setTimeout(b.ready);b.isReady=!0,e!==!0&&--b.readyWait>0||(n.resolveWith(o,[b]),b.fn.trigger&&b(o).trigger("ready").off("ready"))}},isFunction:function(e){return"function"===b.type(e)},isArray:Array.isArray||function(e){return"array"===b.type(e)},isWindow:function(e){return null!=e&&e==e.window},isNumeric:function(e){return!isNaN(parseFloat(e))&&isFinite(e)},type:function(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?l[m.call(e)]||"object":typeof e},isPlainObject:function(e){if(!e||"object"!==b.type(e)||e.nodeType||b.isWindow(e))return!1;try{if(e.constructor&&!y.call(e,"constructor")&&!y.call(e.constructor.prototype,"isPrototypeOf"))return!1}catch(n){return!1}var r;for(r in e);return r===t||y.call(e,r)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},error:function(e){throw Error(e)},parseHTML:function(e,t,n){if(!e||"string"!=typeof e)return null;"boolean"==typeof t&&(n=t,t=!1),t=t||o;var r=C.exec(e),i=!n&&[];return r?[t.createElement(r[1])]:(r=b.buildFragment([e],t,i),i&&b(i).remove(),b.merge([],r.childNodes))},parseJSON:function(n){return e.JSON&&e.JSON.parse?e.JSON.parse(n):null===n?n:"string"==typeof n&&(n=b.trim(n),n&&k.test(n.replace(S,"@").replace(A,"]").replace(E,"")))?Function("return "+n)():(b.error("Invalid JSON: "+n),t)},parseXML:function(n){var r,i;if(!n||"string"!=typeof n)return null;try{e.DOMParser?(i=new DOMParser,r=i.parseFromString(n,"text/xml")):(r=new ActiveXObject("Microsoft.XMLDOM"),r.async="false",r.loadXML(n))}catch(o){r=t}return r&&r.documentElement&&!r.getElementsByTagName("parsererror").length||b.error("Invalid XML: "+n),r},noop:function(){},globalEval:function(t){t&&b.trim(t)&&(e.execScript||function(t){e.eval.call(e,t)})(t)},camelCase:function(e){return e.replace(j,"ms-").replace(D,L)},nodeName:function(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()},each:function(e,t,n){var r,i=0,o=e.length,a=M(e);if(n){if(a){for(;o>i;i++)if(r=t.apply(e[i],n),r===!1)break}else for(i in e)if(r=t.apply(e[i],n),r===!1)break}else if(a){for(;o>i;i++)if(r=t.call(e[i],i,e[i]),r===!1)break}else for(i in e)if(r=t.call(e[i],i,e[i]),r===!1)break;return e},trim:v&&!v.call("\ufeff\u00a0")?function(e){return null==e?"":v.call(e)}:function(e){return null==e?"":(e+"").replace(T,"")},makeArray:function(e,t){var n=t||[];return null!=e&&(M(Object(e))?b.merge(n,"string"==typeof e?[e]:e):d.call(n,e)),n},inArray:function(e,t,n){var r;if(t){if(g)return g.call(t,e,n);for(r=t.length,n=n?0>n?Math.max(0,r+n):n:0;r>n;n++)if(n in t&&t[n]===e)return n}return-1},merge:function(e,n){var r=n.length,i=e.length,o=0;if("number"==typeof r)for(;r>o;o++)e[i++]=n[o];else while(n[o]!==t)e[i++]=n[o++];return e.length=i,e},grep:function(e,t,n){var r,i=[],o=0,a=e.length;for(n=!!n;a>o;o++)r=!!t(e[o],o),n!==r&&i.push(e[o]);return i},map:function(e,t,n){var r,i=0,o=e.length,a=M(e),s=[];if(a)for(;o>i;i++)r=t(e[i],i,n),null!=r&&(s[s.length]=r);else for(i in e)r=t(e[i],i,n),null!=r&&(s[s.length]=r);return f.apply([],s)},guid:1,proxy:function(e,n){var r,i,o;return"string"==typeof n&&(o=e[n],n=e,e=o),b.isFunction(e)?(r=h.call(arguments,2),i=function(){return e.apply(n||this,r.concat(h.call(arguments)))},i.guid=e.guid=e.guid||b.guid++,i):t},access:function(e,n,r,i,o,a,s){var u=0,l=e.length,c=null==r;if("object"===b.type(r)){o=!0;for(u in r)b.access(e,n,u,r[u],!0,a,s)}else if(i!==t&&(o=!0,b.isFunction(i)||(s=!0),c&&(s?(n.call(e,i),n=null):(c=n,n=function(e,t,n){return c.call(b(e),n)})),n))for(;l>u;u++)n(e[u],r,s?i:i.call(e[u],u,n(e[u],r)));return o?e:c?n.call(e):l?n(e[0],r):a},now:function(){return(new Date).getTime()}}),b.ready.promise=function(t){if(!n)if(n=b.Deferred(),"complete"===o.readyState)setTimeout(b.ready);else if(o.addEventListener)o.addEventListener("DOMContentLoaded",H,!1),e.addEventListener("load",H,!1);else{o.attachEvent("onreadystatechange",H),e.attachEvent("onload",H);var r=!1;try{r=null==e.frameElement&&o.documentElement}catch(i){}r&&r.doScroll&&function a(){if(!b.isReady){try{r.doScroll("left")}catch(e){return setTimeout(a,50)}q(),b.ready()}}()}return n.promise(t)},b.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(e,t){l["[object "+t+"]"]=t.toLowerCase()});function M(e){var t=e.length,n=b.type(e);return b.isWindow(e)?!1:1===e.nodeType&&t?!0:"array"===n||"function"!==n&&(0===t||"number"==typeof t&&t>0&&t-1 in e)}r=b(o);var _={};function F(e){var t=_[e]={};return b.each(e.match(w)||[],function(e,n){t[n]=!0}),t}b.Callbacks=function(e){e="string"==typeof e?_[e]||F(e):b.extend({},e);var n,r,i,o,a,s,u=[],l=!e.once&&[],c=function(t){for(r=e.memory&&t,i=!0,a=s||0,s=0,o=u.length,n=!0;u&&o>a;a++)if(u[a].apply(t[0],t[1])===!1&&e.stopOnFalse){r=!1;break}n=!1,u&&(l?l.length&&c(l.shift()):r?u=[]:p.disable())},p={add:function(){if(u){var t=u.length;(function i(t){b.each(t,function(t,n){var r=b.type(n);"function"===r?e.unique&&p.has(n)||u.push(n):n&&n.length&&"string"!==r&&i(n)})})(arguments),n?o=u.length:r&&(s=t,c(r))}return this},remove:function(){return u&&b.each(arguments,function(e,t){var r;while((r=b.inArray(t,u,r))>-1)u.splice(r,1),n&&(o>=r&&o--,a>=r&&a--)}),this},has:function(e){return e?b.inArray(e,u)>-1:!(!u||!u.length)},empty:function(){return u=[],this},disable:function(){return u=l=r=t,this},disabled:function(){return!u},lock:function(){return l=t,r||p.disable(),this},locked:function(){return!l},fireWith:function(e,t){return t=t||[],t=[e,t.slice?t.slice():t],!u||i&&!l||(n?l.push(t):c(t)),this},fire:function(){return p.fireWith(this,arguments),this},fired:function(){return!!i}};return p},b.extend({Deferred:function(e){var t=[["resolve","done",b.Callbacks("once memory"),"resolved"],["reject","fail",b.Callbacks("once memory"),"rejected"],["notify","progress",b.Callbacks("memory")]],n="pending",r={state:function(){return n},always:function(){return i.done(arguments).fail(arguments),this},then:function(){var e=arguments;return b.Deferred(function(n){b.each(t,function(t,o){var a=o[0],s=b.isFunction(e[t])&&e[t];i[o[1]](function(){var e=s&&s.apply(this,arguments);e&&b.isFunction(e.promise)?e.promise().done(n.resolve).fail(n.reject).progress(n.notify):n[a+"With"](this===r?n.promise():this,s?[e]:arguments)})}),e=null}).promise()},promise:function(e){return null!=e?b.extend(e,r):r}},i={};return r.pipe=r.then,b.each(t,function(e,o){var a=o[2],s=o[3];r[o[1]]=a.add,s&&a.add(function(){n=s},t[1^e][2].disable,t[2][2].lock),i[o[0]]=function(){return i[o[0]+"With"](this===i?r:this,arguments),this},i[o[0]+"With"]=a.fireWith}),r.promise(i),e&&e.call(i,i),i},when:function(e){var t=0,n=h.call(arguments),r=n.length,i=1!==r||e&&b.isFunction(e.promise)?r:0,o=1===i?e:b.Deferred(),a=function(e,t,n){return function(r){t[e]=this,n[e]=arguments.length>1?h.call(arguments):r,n===s?o.notifyWith(t,n):--i||o.resolveWith(t,n)}},s,u,l;if(r>1)for(s=Array(r),u=Array(r),l=Array(r);r>t;t++)n[t]&&b.isFunction(n[t].promise)?n[t].promise().done(a(t,l,n)).fail(o.reject).progress(a(t,u,s)):--i;return i||o.resolveWith(l,n),o.promise()}}),b.support=function(){var t,n,r,a,s,u,l,c,p,f,d=o.createElement("div");if(d.setAttribute("className","t"),d.innerHTML="
    a",n=d.getElementsByTagName("*"),r=d.getElementsByTagName("a")[0],!n||!r||!n.length)return{};s=o.createElement("select"),l=s.appendChild(o.createElement("option")),a=d.getElementsByTagName("input")[0],r.style.cssText="top:1px;float:left;opacity:.5",t={getSetAttribute:"t"!==d.className,leadingWhitespace:3===d.firstChild.nodeType,tbody:!d.getElementsByTagName("tbody").length,htmlSerialize:!!d.getElementsByTagName("link").length,style:/top/.test(r.getAttribute("style")),hrefNormalized:"/a"===r.getAttribute("href"),opacity:/^0.5/.test(r.style.opacity),cssFloat:!!r.style.cssFloat,checkOn:!!a.value,optSelected:l.selected,enctype:!!o.createElement("form").enctype,html5Clone:"<:nav>"!==o.createElement("nav").cloneNode(!0).outerHTML,boxModel:"CSS1Compat"===o.compatMode,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0,boxSizingReliable:!0,pixelPosition:!1},a.checked=!0,t.noCloneChecked=a.cloneNode(!0).checked,s.disabled=!0,t.optDisabled=!l.disabled;try{delete d.test}catch(h){t.deleteExpando=!1}a=o.createElement("input"),a.setAttribute("value",""),t.input=""===a.getAttribute("value"),a.value="t",a.setAttribute("type","radio"),t.radioValue="t"===a.value,a.setAttribute("checked","t"),a.setAttribute("name","t"),u=o.createDocumentFragment(),u.appendChild(a),t.appendChecked=a.checked,t.checkClone=u.cloneNode(!0).cloneNode(!0).lastChild.checked,d.attachEvent&&(d.attachEvent("onclick",function(){t.noCloneEvent=!1}),d.cloneNode(!0).click());for(f in{submit:!0,change:!0,focusin:!0})d.setAttribute(c="on"+f,"t"),t[f+"Bubbles"]=c in e||d.attributes[c].expando===!1;return d.style.backgroundClip="content-box",d.cloneNode(!0).style.backgroundClip="",t.clearCloneStyle="content-box"===d.style.backgroundClip,b(function(){var n,r,a,s="padding:0;margin:0;border:0;display:block;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;",u=o.getElementsByTagName("body")[0];u&&(n=o.createElement("div"),n.style.cssText="border:0;width:0;height:0;position:absolute;top:0;left:-9999px;margin-top:1px",u.appendChild(n).appendChild(d),d.innerHTML="
    t
    ",a=d.getElementsByTagName("td"),a[0].style.cssText="padding:0;margin:0;border:0;display:none",p=0===a[0].offsetHeight,a[0].style.display="",a[1].style.display="none",t.reliableHiddenOffsets=p&&0===a[0].offsetHeight,d.innerHTML="",d.style.cssText="box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:1px;border:1px;display:block;width:4px;margin-top:1%;position:absolute;top:1%;",t.boxSizing=4===d.offsetWidth,t.doesNotIncludeMarginInBodyOffset=1!==u.offsetTop,e.getComputedStyle&&(t.pixelPosition="1%"!==(e.getComputedStyle(d,null)||{}).top,t.boxSizingReliable="4px"===(e.getComputedStyle(d,null)||{width:"4px"}).width,r=d.appendChild(o.createElement("div")),r.style.cssText=d.style.cssText=s,r.style.marginRight=r.style.width="0",d.style.width="1px",t.reliableMarginRight=!parseFloat((e.getComputedStyle(r,null)||{}).marginRight)),typeof d.style.zoom!==i&&(d.innerHTML="",d.style.cssText=s+"width:1px;padding:1px;display:inline;zoom:1",t.inlineBlockNeedsLayout=3===d.offsetWidth,d.style.display="block",d.innerHTML="
    ",d.firstChild.style.width="5px",t.shrinkWrapBlocks=3!==d.offsetWidth,t.inlineBlockNeedsLayout&&(u.style.zoom=1)),u.removeChild(n),n=d=a=r=null)}),n=s=u=l=r=a=null,t}();var O=/(?:\{[\s\S]*\}|\[[\s\S]*\])$/,B=/([A-Z])/g;function P(e,n,r,i){if(b.acceptData(e)){var o,a,s=b.expando,u="string"==typeof n,l=e.nodeType,p=l?b.cache:e,f=l?e[s]:e[s]&&s;if(f&&p[f]&&(i||p[f].data)||!u||r!==t)return f||(l?e[s]=f=c.pop()||b.guid++:f=s),p[f]||(p[f]={},l||(p[f].toJSON=b.noop)),("object"==typeof n||"function"==typeof n)&&(i?p[f]=b.extend(p[f],n):p[f].data=b.extend(p[f].data,n)),o=p[f],i||(o.data||(o.data={}),o=o.data),r!==t&&(o[b.camelCase(n)]=r),u?(a=o[n],null==a&&(a=o[b.camelCase(n)])):a=o,a}}function R(e,t,n){if(b.acceptData(e)){var r,i,o,a=e.nodeType,s=a?b.cache:e,u=a?e[b.expando]:b.expando;if(s[u]){if(t&&(o=n?s[u]:s[u].data)){b.isArray(t)?t=t.concat(b.map(t,b.camelCase)):t in o?t=[t]:(t=b.camelCase(t),t=t in o?[t]:t.split(" "));for(r=0,i=t.length;i>r;r++)delete o[t[r]];if(!(n?$:b.isEmptyObject)(o))return}(n||(delete s[u].data,$(s[u])))&&(a?b.cleanData([e],!0):b.support.deleteExpando||s!=s.window?delete s[u]:s[u]=null)}}}b.extend({cache:{},expando:"jQuery"+(p+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(e){return e=e.nodeType?b.cache[e[b.expando]]:e[b.expando],!!e&&!$(e)},data:function(e,t,n){return P(e,t,n)},removeData:function(e,t){return R(e,t)},_data:function(e,t,n){return P(e,t,n,!0)},_removeData:function(e,t){return R(e,t,!0)},acceptData:function(e){if(e.nodeType&&1!==e.nodeType&&9!==e.nodeType)return!1;var t=e.nodeName&&b.noData[e.nodeName.toLowerCase()];return!t||t!==!0&&e.getAttribute("classid")===t}}),b.fn.extend({data:function(e,n){var r,i,o=this[0],a=0,s=null;if(e===t){if(this.length&&(s=b.data(o),1===o.nodeType&&!b._data(o,"parsedAttrs"))){for(r=o.attributes;r.length>a;a++)i=r[a].name,i.indexOf("data-")||(i=b.camelCase(i.slice(5)),W(o,i,s[i]));b._data(o,"parsedAttrs",!0)}return s}return"object"==typeof e?this.each(function(){b.data(this,e)}):b.access(this,function(n){return n===t?o?W(o,e,b.data(o,e)):null:(this.each(function(){b.data(this,e,n)}),t)},null,n,arguments.length>1,null,!0)},removeData:function(e){return this.each(function(){b.removeData(this,e)})}});function W(e,n,r){if(r===t&&1===e.nodeType){var i="data-"+n.replace(B,"-$1").toLowerCase();if(r=e.getAttribute(i),"string"==typeof r){try{r="true"===r?!0:"false"===r?!1:"null"===r?null:+r+""===r?+r:O.test(r)?b.parseJSON(r):r}catch(o){}b.data(e,n,r)}else r=t}return r}function $(e){var t;for(t in e)if(("data"!==t||!b.isEmptyObject(e[t]))&&"toJSON"!==t)return!1;return!0}b.extend({queue:function(e,n,r){var i;return e?(n=(n||"fx")+"queue",i=b._data(e,n),r&&(!i||b.isArray(r)?i=b._data(e,n,b.makeArray(r)):i.push(r)),i||[]):t},dequeue:function(e,t){t=t||"fx";var n=b.queue(e,t),r=n.length,i=n.shift(),o=b._queueHooks(e,t),a=function(){b.dequeue(e,t)};"inprogress"===i&&(i=n.shift(),r--),o.cur=i,i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,a,o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return b._data(e,n)||b._data(e,n,{empty:b.Callbacks("once memory").add(function(){b._removeData(e,t+"queue"),b._removeData(e,n)})})}}),b.fn.extend({queue:function(e,n){var r=2;return"string"!=typeof e&&(n=e,e="fx",r--),r>arguments.length?b.queue(this[0],e):n===t?this:this.each(function(){var t=b.queue(this,e,n);b._queueHooks(this,e),"fx"===e&&"inprogress"!==t[0]&&b.dequeue(this,e)})},dequeue:function(e){return this.each(function(){b.dequeue(this,e)})},delay:function(e,t){return e=b.fx?b.fx.speeds[e]||e:e,t=t||"fx",this.queue(t,function(t,n){var r=setTimeout(t,e);n.stop=function(){clearTimeout(r)}})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,n){var r,i=1,o=b.Deferred(),a=this,s=this.length,u=function(){--i||o.resolveWith(a,[a])};"string"!=typeof e&&(n=e,e=t),e=e||"fx";while(s--)r=b._data(a[s],e+"queueHooks"),r&&r.empty&&(i++,r.empty.add(u));return u(),o.promise(n)}});var I,z,X=/[\t\r\n]/g,U=/\r/g,V=/^(?:input|select|textarea|button|object)$/i,Y=/^(?:a|area)$/i,J=/^(?:checked|selected|autofocus|autoplay|async|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped)$/i,G=/^(?:checked|selected)$/i,Q=b.support.getSetAttribute,K=b.support.input;b.fn.extend({attr:function(e,t){return b.access(this,b.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each(function(){b.removeAttr(this,e)})},prop:function(e,t){return b.access(this,b.prop,e,t,arguments.length>1)},removeProp:function(e){return e=b.propFix[e]||e,this.each(function(){try{this[e]=t,delete this[e]}catch(n){}})},addClass:function(e){var t,n,r,i,o,a=0,s=this.length,u="string"==typeof e&&e;if(b.isFunction(e))return this.each(function(t){b(this).addClass(e.call(this,t,this.className))});if(u)for(t=(e||"").match(w)||[];s>a;a++)if(n=this[a],r=1===n.nodeType&&(n.className?(" "+n.className+" ").replace(X," "):" ")){o=0;while(i=t[o++])0>r.indexOf(" "+i+" ")&&(r+=i+" ");n.className=b.trim(r)}return this},removeClass:function(e){var t,n,r,i,o,a=0,s=this.length,u=0===arguments.length||"string"==typeof e&&e;if(b.isFunction(e))return this.each(function(t){b(this).removeClass(e.call(this,t,this.className))});if(u)for(t=(e||"").match(w)||[];s>a;a++)if(n=this[a],r=1===n.nodeType&&(n.className?(" "+n.className+" ").replace(X," "):"")){o=0;while(i=t[o++])while(r.indexOf(" "+i+" ")>=0)r=r.replace(" "+i+" "," ");n.className=e?b.trim(r):""}return this},toggleClass:function(e,t){var n=typeof e,r="boolean"==typeof t;return b.isFunction(e)?this.each(function(n){b(this).toggleClass(e.call(this,n,this.className,t),t)}):this.each(function(){if("string"===n){var o,a=0,s=b(this),u=t,l=e.match(w)||[];while(o=l[a++])u=r?u:!s.hasClass(o),s[u?"addClass":"removeClass"](o)}else(n===i||"boolean"===n)&&(this.className&&b._data(this,"__className__",this.className),this.className=this.className||e===!1?"":b._data(this,"__className__")||"")})},hasClass:function(e){var t=" "+e+" ",n=0,r=this.length;for(;r>n;n++)if(1===this[n].nodeType&&(" "+this[n].className+" ").replace(X," ").indexOf(t)>=0)return!0;return!1},val:function(e){var n,r,i,o=this[0];{if(arguments.length)return i=b.isFunction(e),this.each(function(n){var o,a=b(this);1===this.nodeType&&(o=i?e.call(this,n,a.val()):e,null==o?o="":"number"==typeof o?o+="":b.isArray(o)&&(o=b.map(o,function(e){return null==e?"":e+""})),r=b.valHooks[this.type]||b.valHooks[this.nodeName.toLowerCase()],r&&"set"in r&&r.set(this,o,"value")!==t||(this.value=o))});if(o)return r=b.valHooks[o.type]||b.valHooks[o.nodeName.toLowerCase()],r&&"get"in r&&(n=r.get(o,"value"))!==t?n:(n=o.value,"string"==typeof n?n.replace(U,""):null==n?"":n)}}}),b.extend({valHooks:{option:{get:function(e){var t=e.attributes.value;return!t||t.specified?e.value:e.text}},select:{get:function(e){var t,n,r=e.options,i=e.selectedIndex,o="select-one"===e.type||0>i,a=o?null:[],s=o?i+1:r.length,u=0>i?s:o?i:0;for(;s>u;u++)if(n=r[u],!(!n.selected&&u!==i||(b.support.optDisabled?n.disabled:null!==n.getAttribute("disabled"))||n.parentNode.disabled&&b.nodeName(n.parentNode,"optgroup"))){if(t=b(n).val(),o)return t;a.push(t)}return a},set:function(e,t){var n=b.makeArray(t);return b(e).find("option").each(function(){this.selected=b.inArray(b(this).val(),n)>=0}),n.length||(e.selectedIndex=-1),n}}},attr:function(e,n,r){var o,a,s,u=e.nodeType;if(e&&3!==u&&8!==u&&2!==u)return typeof e.getAttribute===i?b.prop(e,n,r):(a=1!==u||!b.isXMLDoc(e),a&&(n=n.toLowerCase(),o=b.attrHooks[n]||(J.test(n)?z:I)),r===t?o&&a&&"get"in o&&null!==(s=o.get(e,n))?s:(typeof e.getAttribute!==i&&(s=e.getAttribute(n)),null==s?t:s):null!==r?o&&a&&"set"in o&&(s=o.set(e,r,n))!==t?s:(e.setAttribute(n,r+""),r):(b.removeAttr(e,n),t))},removeAttr:function(e,t){var n,r,i=0,o=t&&t.match(w);if(o&&1===e.nodeType)while(n=o[i++])r=b.propFix[n]||n,J.test(n)?!Q&&G.test(n)?e[b.camelCase("default-"+n)]=e[r]=!1:e[r]=!1:b.attr(e,n,""),e.removeAttribute(Q?n:r)},attrHooks:{type:{set:function(e,t){if(!b.support.radioValue&&"radio"===t&&b.nodeName(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},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(e,n,r){var i,o,a,s=e.nodeType;if(e&&3!==s&&8!==s&&2!==s)return a=1!==s||!b.isXMLDoc(e),a&&(n=b.propFix[n]||n,o=b.propHooks[n]),r!==t?o&&"set"in o&&(i=o.set(e,r,n))!==t?i:e[n]=r:o&&"get"in o&&null!==(i=o.get(e,n))?i:e[n]},propHooks:{tabIndex:{get:function(e){var n=e.getAttributeNode("tabindex");return n&&n.specified?parseInt(n.value,10):V.test(e.nodeName)||Y.test(e.nodeName)&&e.href?0:t}}}}),z={get:function(e,n){var r=b.prop(e,n),i="boolean"==typeof r&&e.getAttribute(n),o="boolean"==typeof r?K&&Q?null!=i:G.test(n)?e[b.camelCase("default-"+n)]:!!i:e.getAttributeNode(n);return o&&o.value!==!1?n.toLowerCase():t},set:function(e,t,n){return t===!1?b.removeAttr(e,n):K&&Q||!G.test(n)?e.setAttribute(!Q&&b.propFix[n]||n,n):e[b.camelCase("default-"+n)]=e[n]=!0,n}},K&&Q||(b.attrHooks.value={get:function(e,n){var r=e.getAttributeNode(n);return b.nodeName(e,"input")?e.defaultValue:r&&r.specified?r.value:t},set:function(e,n,r){return b.nodeName(e,"input")?(e.defaultValue=n,t):I&&I.set(e,n,r)}}),Q||(I=b.valHooks.button={get:function(e,n){var r=e.getAttributeNode(n);return r&&("id"===n||"name"===n||"coords"===n?""!==r.value:r.specified)?r.value:t},set:function(e,n,r){var i=e.getAttributeNode(r);return i||e.setAttributeNode(i=e.ownerDocument.createAttribute(r)),i.value=n+="","value"===r||n===e.getAttribute(r)?n:t}},b.attrHooks.contenteditable={get:I.get,set:function(e,t,n){I.set(e,""===t?!1:t,n)}},b.each(["width","height"],function(e,n){b.attrHooks[n]=b.extend(b.attrHooks[n],{set:function(e,r){return""===r?(e.setAttribute(n,"auto"),r):t}})})),b.support.hrefNormalized||(b.each(["href","src","width","height"],function(e,n){b.attrHooks[n]=b.extend(b.attrHooks[n],{get:function(e){var r=e.getAttribute(n,2);return null==r?t:r}})}),b.each(["href","src"],function(e,t){b.propHooks[t]={get:function(e){return e.getAttribute(t,4)}}})),b.support.style||(b.attrHooks.style={get:function(e){return e.style.cssText||t},set:function(e,t){return e.style.cssText=t+""}}),b.support.optSelected||(b.propHooks.selected=b.extend(b.propHooks.selected,{get:function(e){var t=e.parentNode;return t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex),null}})),b.support.enctype||(b.propFix.enctype="encoding"),b.support.checkOn||b.each(["radio","checkbox"],function(){b.valHooks[this]={get:function(e){return null===e.getAttribute("value")?"on":e.value}}}),b.each(["radio","checkbox"],function(){b.valHooks[this]=b.extend(b.valHooks[this],{set:function(e,n){return b.isArray(n)?e.checked=b.inArray(b(e).val(),n)>=0:t}})});var Z=/^(?:input|select|textarea)$/i,et=/^key/,tt=/^(?:mouse|contextmenu)|click/,nt=/^(?:focusinfocus|focusoutblur)$/,rt=/^([^.]*)(?:\.(.+)|)$/;function it(){return!0}function ot(){return!1}b.event={global:{},add:function(e,n,r,o,a){var s,u,l,c,p,f,d,h,g,m,y,v=b._data(e);if(v){r.handler&&(c=r,r=c.handler,a=c.selector),r.guid||(r.guid=b.guid++),(u=v.events)||(u=v.events={}),(f=v.handle)||(f=v.handle=function(e){return typeof b===i||e&&b.event.triggered===e.type?t:b.event.dispatch.apply(f.elem,arguments)},f.elem=e),n=(n||"").match(w)||[""],l=n.length;while(l--)s=rt.exec(n[l])||[],g=y=s[1],m=(s[2]||"").split(".").sort(),p=b.event.special[g]||{},g=(a?p.delegateType:p.bindType)||g,p=b.event.special[g]||{},d=b.extend({type:g,origType:y,data:o,handler:r,guid:r.guid,selector:a,needsContext:a&&b.expr.match.needsContext.test(a),namespace:m.join(".")},c),(h=u[g])||(h=u[g]=[],h.delegateCount=0,p.setup&&p.setup.call(e,o,m,f)!==!1||(e.addEventListener?e.addEventListener(g,f,!1):e.attachEvent&&e.attachEvent("on"+g,f))),p.add&&(p.add.call(e,d),d.handler.guid||(d.handler.guid=r.guid)),a?h.splice(h.delegateCount++,0,d):h.push(d),b.event.global[g]=!0;e=null}},remove:function(e,t,n,r,i){var o,a,s,u,l,c,p,f,d,h,g,m=b.hasData(e)&&b._data(e);if(m&&(c=m.events)){t=(t||"").match(w)||[""],l=t.length;while(l--)if(s=rt.exec(t[l])||[],d=g=s[1],h=(s[2]||"").split(".").sort(),d){p=b.event.special[d]||{},d=(r?p.delegateType:p.bindType)||d,f=c[d]||[],s=s[2]&&RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),u=o=f.length;while(o--)a=f[o],!i&&g!==a.origType||n&&n.guid!==a.guid||s&&!s.test(a.namespace)||r&&r!==a.selector&&("**"!==r||!a.selector)||(f.splice(o,1),a.selector&&f.delegateCount--,p.remove&&p.remove.call(e,a));u&&!f.length&&(p.teardown&&p.teardown.call(e,h,m.handle)!==!1||b.removeEvent(e,d,m.handle),delete c[d])}else for(d in c)b.event.remove(e,d+t[l],n,r,!0);b.isEmptyObject(c)&&(delete m.handle,b._removeData(e,"events"))}},trigger:function(n,r,i,a){var s,u,l,c,p,f,d,h=[i||o],g=y.call(n,"type")?n.type:n,m=y.call(n,"namespace")?n.namespace.split("."):[];if(l=f=i=i||o,3!==i.nodeType&&8!==i.nodeType&&!nt.test(g+b.event.triggered)&&(g.indexOf(".")>=0&&(m=g.split("."),g=m.shift(),m.sort()),u=0>g.indexOf(":")&&"on"+g,n=n[b.expando]?n:new b.Event(g,"object"==typeof n&&n),n.isTrigger=!0,n.namespace=m.join("."),n.namespace_re=n.namespace?RegExp("(^|\\.)"+m.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,n.result=t,n.target||(n.target=i),r=null==r?[n]:b.makeArray(r,[n]),p=b.event.special[g]||{},a||!p.trigger||p.trigger.apply(i,r)!==!1)){if(!a&&!p.noBubble&&!b.isWindow(i)){for(c=p.delegateType||g,nt.test(c+g)||(l=l.parentNode);l;l=l.parentNode)h.push(l),f=l;f===(i.ownerDocument||o)&&h.push(f.defaultView||f.parentWindow||e)}d=0;while((l=h[d++])&&!n.isPropagationStopped())n.type=d>1?c:p.bindType||g,s=(b._data(l,"events")||{})[n.type]&&b._data(l,"handle"),s&&s.apply(l,r),s=u&&l[u],s&&b.acceptData(l)&&s.apply&&s.apply(l,r)===!1&&n.preventDefault();if(n.type=g,!(a||n.isDefaultPrevented()||p._default&&p._default.apply(i.ownerDocument,r)!==!1||"click"===g&&b.nodeName(i,"a")||!b.acceptData(i)||!u||!i[g]||b.isWindow(i))){f=i[u],f&&(i[u]=null),b.event.triggered=g;try{i[g]()}catch(v){}b.event.triggered=t,f&&(i[u]=f)}return n.result}},dispatch:function(e){e=b.event.fix(e);var n,r,i,o,a,s=[],u=h.call(arguments),l=(b._data(this,"events")||{})[e.type]||[],c=b.event.special[e.type]||{};if(u[0]=e,e.delegateTarget=this,!c.preDispatch||c.preDispatch.call(this,e)!==!1){s=b.event.handlers.call(this,e,l),n=0;while((o=s[n++])&&!e.isPropagationStopped()){e.currentTarget=o.elem,a=0;while((i=o.handlers[a++])&&!e.isImmediatePropagationStopped())(!e.namespace_re||e.namespace_re.test(i.namespace))&&(e.handleObj=i,e.data=i.data,r=((b.event.special[i.origType]||{}).handle||i.handler).apply(o.elem,u),r!==t&&(e.result=r)===!1&&(e.preventDefault(),e.stopPropagation()))}return c.postDispatch&&c.postDispatch.call(this,e),e.result}},handlers:function(e,n){var r,i,o,a,s=[],u=n.delegateCount,l=e.target;if(u&&l.nodeType&&(!e.button||"click"!==e.type))for(;l!=this;l=l.parentNode||this)if(1===l.nodeType&&(l.disabled!==!0||"click"!==e.type)){for(o=[],a=0;u>a;a++)i=n[a],r=i.selector+" ",o[r]===t&&(o[r]=i.needsContext?b(r,this).index(l)>=0:b.find(r,this,null,[l]).length),o[r]&&o.push(i);o.length&&s.push({elem:l,handlers:o})}return n.length>u&&s.push({elem:this,handlers:n.slice(u)}),s},fix:function(e){if(e[b.expando])return e;var t,n,r,i=e.type,a=e,s=this.fixHooks[i];s||(this.fixHooks[i]=s=tt.test(i)?this.mouseHooks:et.test(i)?this.keyHooks:{}),r=s.props?this.props.concat(s.props):this.props,e=new b.Event(a),t=r.length;while(t--)n=r[t],e[n]=a[n];return e.target||(e.target=a.srcElement||o),3===e.target.nodeType&&(e.target=e.target.parentNode),e.metaKey=!!e.metaKey,s.filter?s.filter(e,a):e},props:"altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(e,t){return null==e.which&&(e.which=null!=t.charCode?t.charCode:t.keyCode),e}},mouseHooks:{props:"button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(e,n){var r,i,a,s=n.button,u=n.fromElement;return null==e.pageX&&null!=n.clientX&&(i=e.target.ownerDocument||o,a=i.documentElement,r=i.body,e.pageX=n.clientX+(a&&a.scrollLeft||r&&r.scrollLeft||0)-(a&&a.clientLeft||r&&r.clientLeft||0),e.pageY=n.clientY+(a&&a.scrollTop||r&&r.scrollTop||0)-(a&&a.clientTop||r&&r.clientTop||0)),!e.relatedTarget&&u&&(e.relatedTarget=u===e.target?n.toElement:u),e.which||s===t||(e.which=1&s?1:2&s?3:4&s?2:0),e}},special:{load:{noBubble:!0},click:{trigger:function(){return b.nodeName(this,"input")&&"checkbox"===this.type&&this.click?(this.click(),!1):t}},focus:{trigger:function(){if(this!==o.activeElement&&this.focus)try{return this.focus(),!1}catch(e){}},delegateType:"focusin"},blur:{trigger:function(){return this===o.activeElement&&this.blur?(this.blur(),!1):t},delegateType:"focusout"},beforeunload:{postDispatch:function(e){e.result!==t&&(e.originalEvent.returnValue=e.result)}}},simulate:function(e,t,n,r){var i=b.extend(new b.Event,n,{type:e,isSimulated:!0,originalEvent:{}});r?b.event.trigger(i,null,t):b.event.dispatch.call(t,i),i.isDefaultPrevented()&&n.preventDefault()}},b.removeEvent=o.removeEventListener?function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n,!1)}:function(e,t,n){var r="on"+t;e.detachEvent&&(typeof e[r]===i&&(e[r]=null),e.detachEvent(r,n))},b.Event=function(e,n){return this instanceof b.Event?(e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||e.returnValue===!1||e.getPreventDefault&&e.getPreventDefault()?it:ot):this.type=e,n&&b.extend(this,n),this.timeStamp=e&&e.timeStamp||b.now(),this[b.expando]=!0,t):new b.Event(e,n)},b.Event.prototype={isDefaultPrevented:ot,isPropagationStopped:ot,isImmediatePropagationStopped:ot,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=it,e&&(e.preventDefault?e.preventDefault():e.returnValue=!1)},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=it,e&&(e.stopPropagation&&e.stopPropagation(),e.cancelBubble=!0)},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=it,this.stopPropagation()}},b.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(e,t){b.event.special[e]={delegateType:t,bindType:t,handle:function(e){var n,r=this,i=e.relatedTarget,o=e.handleObj; -return(!i||i!==r&&!b.contains(r,i))&&(e.type=o.origType,n=o.handler.apply(this,arguments),e.type=t),n}}}),b.support.submitBubbles||(b.event.special.submit={setup:function(){return b.nodeName(this,"form")?!1:(b.event.add(this,"click._submit keypress._submit",function(e){var n=e.target,r=b.nodeName(n,"input")||b.nodeName(n,"button")?n.form:t;r&&!b._data(r,"submitBubbles")&&(b.event.add(r,"submit._submit",function(e){e._submit_bubble=!0}),b._data(r,"submitBubbles",!0))}),t)},postDispatch:function(e){e._submit_bubble&&(delete e._submit_bubble,this.parentNode&&!e.isTrigger&&b.event.simulate("submit",this.parentNode,e,!0))},teardown:function(){return b.nodeName(this,"form")?!1:(b.event.remove(this,"._submit"),t)}}),b.support.changeBubbles||(b.event.special.change={setup:function(){return Z.test(this.nodeName)?(("checkbox"===this.type||"radio"===this.type)&&(b.event.add(this,"propertychange._change",function(e){"checked"===e.originalEvent.propertyName&&(this._just_changed=!0)}),b.event.add(this,"click._change",function(e){this._just_changed&&!e.isTrigger&&(this._just_changed=!1),b.event.simulate("change",this,e,!0)})),!1):(b.event.add(this,"beforeactivate._change",function(e){var t=e.target;Z.test(t.nodeName)&&!b._data(t,"changeBubbles")&&(b.event.add(t,"change._change",function(e){!this.parentNode||e.isSimulated||e.isTrigger||b.event.simulate("change",this.parentNode,e,!0)}),b._data(t,"changeBubbles",!0))}),t)},handle:function(e){var n=e.target;return this!==n||e.isSimulated||e.isTrigger||"radio"!==n.type&&"checkbox"!==n.type?e.handleObj.handler.apply(this,arguments):t},teardown:function(){return b.event.remove(this,"._change"),!Z.test(this.nodeName)}}),b.support.focusinBubbles||b.each({focus:"focusin",blur:"focusout"},function(e,t){var n=0,r=function(e){b.event.simulate(t,e.target,b.event.fix(e),!0)};b.event.special[t]={setup:function(){0===n++&&o.addEventListener(e,r,!0)},teardown:function(){0===--n&&o.removeEventListener(e,r,!0)}}}),b.fn.extend({on:function(e,n,r,i,o){var a,s;if("object"==typeof e){"string"!=typeof n&&(r=r||n,n=t);for(a in e)this.on(a,n,r,e[a],o);return this}if(null==r&&null==i?(i=n,r=n=t):null==i&&("string"==typeof n?(i=r,r=t):(i=r,r=n,n=t)),i===!1)i=ot;else if(!i)return this;return 1===o&&(s=i,i=function(e){return b().off(e),s.apply(this,arguments)},i.guid=s.guid||(s.guid=b.guid++)),this.each(function(){b.event.add(this,e,i,r,n)})},one:function(e,t,n,r){return this.on(e,t,n,r,1)},off:function(e,n,r){var i,o;if(e&&e.preventDefault&&e.handleObj)return i=e.handleObj,b(e.delegateTarget).off(i.namespace?i.origType+"."+i.namespace:i.origType,i.selector,i.handler),this;if("object"==typeof e){for(o in e)this.off(o,n,e[o]);return this}return(n===!1||"function"==typeof n)&&(r=n,n=t),r===!1&&(r=ot),this.each(function(){b.event.remove(this,e,r,n)})},bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},trigger:function(e,t){return this.each(function(){b.event.trigger(e,t,this)})},triggerHandler:function(e,n){var r=this[0];return r?b.event.trigger(e,n,r,!0):t}}),function(e,t){var n,r,i,o,a,s,u,l,c,p,f,d,h,g,m,y,v,x="sizzle"+-new Date,w=e.document,T={},N=0,C=0,k=it(),E=it(),S=it(),A=typeof t,j=1<<31,D=[],L=D.pop,H=D.push,q=D.slice,M=D.indexOf||function(e){var t=0,n=this.length;for(;n>t;t++)if(this[t]===e)return t;return-1},_="[\\x20\\t\\r\\n\\f]",F="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",O=F.replace("w","w#"),B="([*^$|!~]?=)",P="\\["+_+"*("+F+")"+_+"*(?:"+B+_+"*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|("+O+")|)|)"+_+"*\\]",R=":("+F+")(?:\\(((['\"])((?:\\\\.|[^\\\\])*?)\\3|((?:\\\\.|[^\\\\()[\\]]|"+P.replace(3,8)+")*)|.*)\\)|)",W=RegExp("^"+_+"+|((?:^|[^\\\\])(?:\\\\.)*)"+_+"+$","g"),$=RegExp("^"+_+"*,"+_+"*"),I=RegExp("^"+_+"*([\\x20\\t\\r\\n\\f>+~])"+_+"*"),z=RegExp(R),X=RegExp("^"+O+"$"),U={ID:RegExp("^#("+F+")"),CLASS:RegExp("^\\.("+F+")"),NAME:RegExp("^\\[name=['\"]?("+F+")['\"]?\\]"),TAG:RegExp("^("+F.replace("w","w*")+")"),ATTR:RegExp("^"+P),PSEUDO:RegExp("^"+R),CHILD:RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+_+"*(even|odd|(([+-]|)(\\d*)n|)"+_+"*(?:([+-]|)"+_+"*(\\d+)|))"+_+"*\\)|)","i"),needsContext:RegExp("^"+_+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+_+"*((?:-\\d)?\\d*)"+_+"*\\)|)(?=[^-]|$)","i")},V=/[\x20\t\r\n\f]*[+~]/,Y=/^[^{]+\{\s*\[native code/,J=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,G=/^(?:input|select|textarea|button)$/i,Q=/^h\d$/i,K=/'|\\/g,Z=/\=[\x20\t\r\n\f]*([^'"\]]*)[\x20\t\r\n\f]*\]/g,et=/\\([\da-fA-F]{1,6}[\x20\t\r\n\f]?|.)/g,tt=function(e,t){var n="0x"+t-65536;return n!==n?t:0>n?String.fromCharCode(n+65536):String.fromCharCode(55296|n>>10,56320|1023&n)};try{q.call(w.documentElement.childNodes,0)[0].nodeType}catch(nt){q=function(e){var t,n=[];while(t=this[e++])n.push(t);return n}}function rt(e){return Y.test(e+"")}function it(){var e,t=[];return e=function(n,r){return t.push(n+=" ")>i.cacheLength&&delete e[t.shift()],e[n]=r}}function ot(e){return e[x]=!0,e}function at(e){var t=p.createElement("div");try{return e(t)}catch(n){return!1}finally{t=null}}function st(e,t,n,r){var i,o,a,s,u,l,f,g,m,v;if((t?t.ownerDocument||t:w)!==p&&c(t),t=t||p,n=n||[],!e||"string"!=typeof e)return n;if(1!==(s=t.nodeType)&&9!==s)return[];if(!d&&!r){if(i=J.exec(e))if(a=i[1]){if(9===s){if(o=t.getElementById(a),!o||!o.parentNode)return n;if(o.id===a)return n.push(o),n}else if(t.ownerDocument&&(o=t.ownerDocument.getElementById(a))&&y(t,o)&&o.id===a)return n.push(o),n}else{if(i[2])return H.apply(n,q.call(t.getElementsByTagName(e),0)),n;if((a=i[3])&&T.getByClassName&&t.getElementsByClassName)return H.apply(n,q.call(t.getElementsByClassName(a),0)),n}if(T.qsa&&!h.test(e)){if(f=!0,g=x,m=t,v=9===s&&e,1===s&&"object"!==t.nodeName.toLowerCase()){l=ft(e),(f=t.getAttribute("id"))?g=f.replace(K,"\\$&"):t.setAttribute("id",g),g="[id='"+g+"'] ",u=l.length;while(u--)l[u]=g+dt(l[u]);m=V.test(e)&&t.parentNode||t,v=l.join(",")}if(v)try{return H.apply(n,q.call(m.querySelectorAll(v),0)),n}catch(b){}finally{f||t.removeAttribute("id")}}}return wt(e.replace(W,"$1"),t,n,r)}a=st.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return t?"HTML"!==t.nodeName:!1},c=st.setDocument=function(e){var n=e?e.ownerDocument||e:w;return n!==p&&9===n.nodeType&&n.documentElement?(p=n,f=n.documentElement,d=a(n),T.tagNameNoComments=at(function(e){return e.appendChild(n.createComment("")),!e.getElementsByTagName("*").length}),T.attributes=at(function(e){e.innerHTML="";var t=typeof e.lastChild.getAttribute("multiple");return"boolean"!==t&&"string"!==t}),T.getByClassName=at(function(e){return e.innerHTML="",e.getElementsByClassName&&e.getElementsByClassName("e").length?(e.lastChild.className="e",2===e.getElementsByClassName("e").length):!1}),T.getByName=at(function(e){e.id=x+0,e.innerHTML="
    ",f.insertBefore(e,f.firstChild);var t=n.getElementsByName&&n.getElementsByName(x).length===2+n.getElementsByName(x+0).length;return T.getIdNotName=!n.getElementById(x),f.removeChild(e),t}),i.attrHandle=at(function(e){return e.innerHTML="",e.firstChild&&typeof e.firstChild.getAttribute!==A&&"#"===e.firstChild.getAttribute("href")})?{}:{href:function(e){return e.getAttribute("href",2)},type:function(e){return e.getAttribute("type")}},T.getIdNotName?(i.find.ID=function(e,t){if(typeof t.getElementById!==A&&!d){var n=t.getElementById(e);return n&&n.parentNode?[n]:[]}},i.filter.ID=function(e){var t=e.replace(et,tt);return function(e){return e.getAttribute("id")===t}}):(i.find.ID=function(e,n){if(typeof n.getElementById!==A&&!d){var r=n.getElementById(e);return r?r.id===e||typeof r.getAttributeNode!==A&&r.getAttributeNode("id").value===e?[r]:t:[]}},i.filter.ID=function(e){var t=e.replace(et,tt);return function(e){var n=typeof e.getAttributeNode!==A&&e.getAttributeNode("id");return n&&n.value===t}}),i.find.TAG=T.tagNameNoComments?function(e,n){return typeof n.getElementsByTagName!==A?n.getElementsByTagName(e):t}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},i.find.NAME=T.getByName&&function(e,n){return typeof n.getElementsByName!==A?n.getElementsByName(name):t},i.find.CLASS=T.getByClassName&&function(e,n){return typeof n.getElementsByClassName===A||d?t:n.getElementsByClassName(e)},g=[],h=[":focus"],(T.qsa=rt(n.querySelectorAll))&&(at(function(e){e.innerHTML="",e.querySelectorAll("[selected]").length||h.push("\\["+_+"*(?:checked|disabled|ismap|multiple|readonly|selected|value)"),e.querySelectorAll(":checked").length||h.push(":checked")}),at(function(e){e.innerHTML="",e.querySelectorAll("[i^='']").length&&h.push("[*^$]="+_+"*(?:\"\"|'')"),e.querySelectorAll(":enabled").length||h.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),h.push(",.*:")})),(T.matchesSelector=rt(m=f.matchesSelector||f.mozMatchesSelector||f.webkitMatchesSelector||f.oMatchesSelector||f.msMatchesSelector))&&at(function(e){T.disconnectedMatch=m.call(e,"div"),m.call(e,"[s!='']:x"),g.push("!=",R)}),h=RegExp(h.join("|")),g=RegExp(g.join("|")),y=rt(f.contains)||f.compareDocumentPosition?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},v=f.compareDocumentPosition?function(e,t){var r;return e===t?(u=!0,0):(r=t.compareDocumentPosition&&e.compareDocumentPosition&&e.compareDocumentPosition(t))?1&r||e.parentNode&&11===e.parentNode.nodeType?e===n||y(w,e)?-1:t===n||y(w,t)?1:0:4&r?-1:1:e.compareDocumentPosition?-1:1}:function(e,t){var r,i=0,o=e.parentNode,a=t.parentNode,s=[e],l=[t];if(e===t)return u=!0,0;if(!o||!a)return e===n?-1:t===n?1:o?-1:a?1:0;if(o===a)return ut(e,t);r=e;while(r=r.parentNode)s.unshift(r);r=t;while(r=r.parentNode)l.unshift(r);while(s[i]===l[i])i++;return i?ut(s[i],l[i]):s[i]===w?-1:l[i]===w?1:0},u=!1,[0,0].sort(v),T.detectDuplicates=u,p):p},st.matches=function(e,t){return st(e,null,null,t)},st.matchesSelector=function(e,t){if((e.ownerDocument||e)!==p&&c(e),t=t.replace(Z,"='$1']"),!(!T.matchesSelector||d||g&&g.test(t)||h.test(t)))try{var n=m.call(e,t);if(n||T.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(r){}return st(t,p,null,[e]).length>0},st.contains=function(e,t){return(e.ownerDocument||e)!==p&&c(e),y(e,t)},st.attr=function(e,t){var n;return(e.ownerDocument||e)!==p&&c(e),d||(t=t.toLowerCase()),(n=i.attrHandle[t])?n(e):d||T.attributes?e.getAttribute(t):((n=e.getAttributeNode(t))||e.getAttribute(t))&&e[t]===!0?t:n&&n.specified?n.value:null},st.error=function(e){throw Error("Syntax error, unrecognized expression: "+e)},st.uniqueSort=function(e){var t,n=[],r=1,i=0;if(u=!T.detectDuplicates,e.sort(v),u){for(;t=e[r];r++)t===e[r-1]&&(i=n.push(r));while(i--)e.splice(n[i],1)}return e};function ut(e,t){var n=t&&e,r=n&&(~t.sourceIndex||j)-(~e.sourceIndex||j);if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function lt(e){return function(t){var n=t.nodeName.toLowerCase();return"input"===n&&t.type===e}}function ct(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function pt(e){return ot(function(t){return t=+t,ot(function(n,r){var i,o=e([],n.length,t),a=o.length;while(a--)n[i=o[a]]&&(n[i]=!(r[i]=n[i]))})})}o=st.getText=function(e){var t,n="",r=0,i=e.nodeType;if(i){if(1===i||9===i||11===i){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=o(e)}else if(3===i||4===i)return e.nodeValue}else for(;t=e[r];r++)n+=o(t);return n},i=st.selectors={cacheLength:50,createPseudo:ot,match:U,find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(et,tt),e[3]=(e[4]||e[5]||"").replace(et,tt),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||st.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&st.error(e[0]),e},PSEUDO:function(e){var t,n=!e[5]&&e[2];return U.CHILD.test(e[0])?null:(e[4]?e[2]=e[4]:n&&z.test(n)&&(t=ft(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){return"*"===e?function(){return!0}:(e=e.replace(et,tt).toLowerCase(),function(t){return t.nodeName&&t.nodeName.toLowerCase()===e})},CLASS:function(e){var t=k[e+" "];return t||(t=RegExp("(^|"+_+")"+e+"("+_+"|$)"))&&k(e,function(e){return t.test(e.className||typeof e.getAttribute!==A&&e.getAttribute("class")||"")})},ATTR:function(e,t,n){return function(r){var i=st.attr(r,e);return null==i?"!="===t:t?(i+="","="===t?i===n:"!="===t?i!==n:"^="===t?n&&0===i.indexOf(n):"*="===t?n&&i.indexOf(n)>-1:"$="===t?n&&i.slice(-n.length)===n:"~="===t?(" "+i+" ").indexOf(n)>-1:"|="===t?i===n||i.slice(0,n.length+1)===n+"-":!1):!0}},CHILD:function(e,t,n,r,i){var o="nth"!==e.slice(0,3),a="last"!==e.slice(-4),s="of-type"===t;return 1===r&&0===i?function(e){return!!e.parentNode}:function(t,n,u){var l,c,p,f,d,h,g=o!==a?"nextSibling":"previousSibling",m=t.parentNode,y=s&&t.nodeName.toLowerCase(),v=!u&&!s;if(m){if(o){while(g){p=t;while(p=p[g])if(s?p.nodeName.toLowerCase()===y:1===p.nodeType)return!1;h=g="only"===e&&!h&&"nextSibling"}return!0}if(h=[a?m.firstChild:m.lastChild],a&&v){c=m[x]||(m[x]={}),l=c[e]||[],d=l[0]===N&&l[1],f=l[0]===N&&l[2],p=d&&m.childNodes[d];while(p=++d&&p&&p[g]||(f=d=0)||h.pop())if(1===p.nodeType&&++f&&p===t){c[e]=[N,d,f];break}}else if(v&&(l=(t[x]||(t[x]={}))[e])&&l[0]===N)f=l[1];else while(p=++d&&p&&p[g]||(f=d=0)||h.pop())if((s?p.nodeName.toLowerCase()===y:1===p.nodeType)&&++f&&(v&&((p[x]||(p[x]={}))[e]=[N,f]),p===t))break;return f-=i,f===r||0===f%r&&f/r>=0}}},PSEUDO:function(e,t){var n,r=i.pseudos[e]||i.setFilters[e.toLowerCase()]||st.error("unsupported pseudo: "+e);return r[x]?r(t):r.length>1?(n=[e,e,"",t],i.setFilters.hasOwnProperty(e.toLowerCase())?ot(function(e,n){var i,o=r(e,t),a=o.length;while(a--)i=M.call(e,o[a]),e[i]=!(n[i]=o[a])}):function(e){return r(e,0,n)}):r}},pseudos:{not:ot(function(e){var t=[],n=[],r=s(e.replace(W,"$1"));return r[x]?ot(function(e,t,n,i){var o,a=r(e,null,i,[]),s=e.length;while(s--)(o=a[s])&&(e[s]=!(t[s]=o))}):function(e,i,o){return t[0]=e,r(t,null,o,n),!n.pop()}}),has:ot(function(e){return function(t){return st(e,t).length>0}}),contains:ot(function(e){return function(t){return(t.textContent||t.innerText||o(t)).indexOf(e)>-1}}),lang:ot(function(e){return X.test(e||"")||st.error("unsupported lang: "+e),e=e.replace(et,tt).toLowerCase(),function(t){var n;do if(n=d?t.getAttribute("xml:lang")||t.getAttribute("lang"):t.lang)return n=n.toLowerCase(),n===e||0===n.indexOf(e+"-");while((t=t.parentNode)&&1===t.nodeType);return!1}}),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===f},focus:function(e){return e===p.activeElement&&(!p.hasFocus||p.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:function(e){return e.disabled===!1},disabled:function(e){return e.disabled===!0},checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,e.selected===!0},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeName>"@"||3===e.nodeType||4===e.nodeType)return!1;return!0},parent:function(e){return!i.pseudos.empty(e)},header:function(e){return Q.test(e.nodeName)},input:function(e){return G.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||t.toLowerCase()===e.type)},first:pt(function(){return[0]}),last:pt(function(e,t){return[t-1]}),eq:pt(function(e,t,n){return[0>n?n+t:n]}),even:pt(function(e,t){var n=0;for(;t>n;n+=2)e.push(n);return e}),odd:pt(function(e,t){var n=1;for(;t>n;n+=2)e.push(n);return e}),lt:pt(function(e,t,n){var r=0>n?n+t:n;for(;--r>=0;)e.push(r);return e}),gt:pt(function(e,t,n){var r=0>n?n+t:n;for(;t>++r;)e.push(r);return e})}};for(n in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})i.pseudos[n]=lt(n);for(n in{submit:!0,reset:!0})i.pseudos[n]=ct(n);function ft(e,t){var n,r,o,a,s,u,l,c=E[e+" "];if(c)return t?0:c.slice(0);s=e,u=[],l=i.preFilter;while(s){(!n||(r=$.exec(s)))&&(r&&(s=s.slice(r[0].length)||s),u.push(o=[])),n=!1,(r=I.exec(s))&&(n=r.shift(),o.push({value:n,type:r[0].replace(W," ")}),s=s.slice(n.length));for(a in i.filter)!(r=U[a].exec(s))||l[a]&&!(r=l[a](r))||(n=r.shift(),o.push({value:n,type:a,matches:r}),s=s.slice(n.length));if(!n)break}return t?s.length:s?st.error(e):E(e,u).slice(0)}function dt(e){var t=0,n=e.length,r="";for(;n>t;t++)r+=e[t].value;return r}function ht(e,t,n){var i=t.dir,o=n&&"parentNode"===i,a=C++;return t.first?function(t,n,r){while(t=t[i])if(1===t.nodeType||o)return e(t,n,r)}:function(t,n,s){var u,l,c,p=N+" "+a;if(s){while(t=t[i])if((1===t.nodeType||o)&&e(t,n,s))return!0}else while(t=t[i])if(1===t.nodeType||o)if(c=t[x]||(t[x]={}),(l=c[i])&&l[0]===p){if((u=l[1])===!0||u===r)return u===!0}else if(l=c[i]=[p],l[1]=e(t,n,s)||r,l[1]===!0)return!0}}function gt(e){return e.length>1?function(t,n,r){var i=e.length;while(i--)if(!e[i](t,n,r))return!1;return!0}:e[0]}function mt(e,t,n,r,i){var o,a=[],s=0,u=e.length,l=null!=t;for(;u>s;s++)(o=e[s])&&(!n||n(o,r,i))&&(a.push(o),l&&t.push(s));return a}function yt(e,t,n,r,i,o){return r&&!r[x]&&(r=yt(r)),i&&!i[x]&&(i=yt(i,o)),ot(function(o,a,s,u){var l,c,p,f=[],d=[],h=a.length,g=o||xt(t||"*",s.nodeType?[s]:s,[]),m=!e||!o&&t?g:mt(g,f,e,s,u),y=n?i||(o?e:h||r)?[]:a:m;if(n&&n(m,y,s,u),r){l=mt(y,d),r(l,[],s,u),c=l.length;while(c--)(p=l[c])&&(y[d[c]]=!(m[d[c]]=p))}if(o){if(i||e){if(i){l=[],c=y.length;while(c--)(p=y[c])&&l.push(m[c]=p);i(null,y=[],l,u)}c=y.length;while(c--)(p=y[c])&&(l=i?M.call(o,p):f[c])>-1&&(o[l]=!(a[l]=p))}}else y=mt(y===a?y.splice(h,y.length):y),i?i(null,a,y,u):H.apply(a,y)})}function vt(e){var t,n,r,o=e.length,a=i.relative[e[0].type],s=a||i.relative[" "],u=a?1:0,c=ht(function(e){return e===t},s,!0),p=ht(function(e){return M.call(t,e)>-1},s,!0),f=[function(e,n,r){return!a&&(r||n!==l)||((t=n).nodeType?c(e,n,r):p(e,n,r))}];for(;o>u;u++)if(n=i.relative[e[u].type])f=[ht(gt(f),n)];else{if(n=i.filter[e[u].type].apply(null,e[u].matches),n[x]){for(r=++u;o>r;r++)if(i.relative[e[r].type])break;return yt(u>1&>(f),u>1&&dt(e.slice(0,u-1)).replace(W,"$1"),n,r>u&&vt(e.slice(u,r)),o>r&&vt(e=e.slice(r)),o>r&&dt(e))}f.push(n)}return gt(f)}function bt(e,t){var n=0,o=t.length>0,a=e.length>0,s=function(s,u,c,f,d){var h,g,m,y=[],v=0,b="0",x=s&&[],w=null!=d,T=l,C=s||a&&i.find.TAG("*",d&&u.parentNode||u),k=N+=null==T?1:Math.random()||.1;for(w&&(l=u!==p&&u,r=n);null!=(h=C[b]);b++){if(a&&h){g=0;while(m=e[g++])if(m(h,u,c)){f.push(h);break}w&&(N=k,r=++n)}o&&((h=!m&&h)&&v--,s&&x.push(h))}if(v+=b,o&&b!==v){g=0;while(m=t[g++])m(x,y,u,c);if(s){if(v>0)while(b--)x[b]||y[b]||(y[b]=L.call(f));y=mt(y)}H.apply(f,y),w&&!s&&y.length>0&&v+t.length>1&&st.uniqueSort(f)}return w&&(N=k,l=T),x};return o?ot(s):s}s=st.compile=function(e,t){var n,r=[],i=[],o=S[e+" "];if(!o){t||(t=ft(e)),n=t.length;while(n--)o=vt(t[n]),o[x]?r.push(o):i.push(o);o=S(e,bt(i,r))}return o};function xt(e,t,n){var r=0,i=t.length;for(;i>r;r++)st(e,t[r],n);return n}function wt(e,t,n,r){var o,a,u,l,c,p=ft(e);if(!r&&1===p.length){if(a=p[0]=p[0].slice(0),a.length>2&&"ID"===(u=a[0]).type&&9===t.nodeType&&!d&&i.relative[a[1].type]){if(t=i.find.ID(u.matches[0].replace(et,tt),t)[0],!t)return n;e=e.slice(a.shift().value.length)}o=U.needsContext.test(e)?0:a.length;while(o--){if(u=a[o],i.relative[l=u.type])break;if((c=i.find[l])&&(r=c(u.matches[0].replace(et,tt),V.test(a[0].type)&&t.parentNode||t))){if(a.splice(o,1),e=r.length&&dt(a),!e)return H.apply(n,q.call(r,0)),n;break}}}return s(e,p)(r,t,d,n,V.test(e)),n}i.pseudos.nth=i.pseudos.eq;function Tt(){}i.filters=Tt.prototype=i.pseudos,i.setFilters=new Tt,c(),st.attr=b.attr,b.find=st,b.expr=st.selectors,b.expr[":"]=b.expr.pseudos,b.unique=st.uniqueSort,b.text=st.getText,b.isXMLDoc=st.isXML,b.contains=st.contains}(e);var at=/Until$/,st=/^(?:parents|prev(?:Until|All))/,ut=/^.[^:#\[\.,]*$/,lt=b.expr.match.needsContext,ct={children:!0,contents:!0,next:!0,prev:!0};b.fn.extend({find:function(e){var t,n,r,i=this.length;if("string"!=typeof e)return r=this,this.pushStack(b(e).filter(function(){for(t=0;i>t;t++)if(b.contains(r[t],this))return!0}));for(n=[],t=0;i>t;t++)b.find(e,this[t],n);return n=this.pushStack(i>1?b.unique(n):n),n.selector=(this.selector?this.selector+" ":"")+e,n},has:function(e){var t,n=b(e,this),r=n.length;return this.filter(function(){for(t=0;r>t;t++)if(b.contains(this,n[t]))return!0})},not:function(e){return this.pushStack(ft(this,e,!1))},filter:function(e){return this.pushStack(ft(this,e,!0))},is:function(e){return!!e&&("string"==typeof e?lt.test(e)?b(e,this.context).index(this[0])>=0:b.filter(e,this).length>0:this.filter(e).length>0)},closest:function(e,t){var n,r=0,i=this.length,o=[],a=lt.test(e)||"string"!=typeof e?b(e,t||this.context):0;for(;i>r;r++){n=this[r];while(n&&n.ownerDocument&&n!==t&&11!==n.nodeType){if(a?a.index(n)>-1:b.find.matchesSelector(n,e)){o.push(n);break}n=n.parentNode}}return this.pushStack(o.length>1?b.unique(o):o)},index:function(e){return e?"string"==typeof e?b.inArray(this[0],b(e)):b.inArray(e.jquery?e[0]:e,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){var n="string"==typeof e?b(e,t):b.makeArray(e&&e.nodeType?[e]:e),r=b.merge(this.get(),n);return this.pushStack(b.unique(r))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),b.fn.andSelf=b.fn.addBack;function pt(e,t){do e=e[t];while(e&&1!==e.nodeType);return e}b.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return b.dir(e,"parentNode")},parentsUntil:function(e,t,n){return b.dir(e,"parentNode",n)},next:function(e){return pt(e,"nextSibling")},prev:function(e){return pt(e,"previousSibling")},nextAll:function(e){return b.dir(e,"nextSibling")},prevAll:function(e){return b.dir(e,"previousSibling")},nextUntil:function(e,t,n){return b.dir(e,"nextSibling",n)},prevUntil:function(e,t,n){return b.dir(e,"previousSibling",n)},siblings:function(e){return b.sibling((e.parentNode||{}).firstChild,e)},children:function(e){return b.sibling(e.firstChild)},contents:function(e){return b.nodeName(e,"iframe")?e.contentDocument||e.contentWindow.document:b.merge([],e.childNodes)}},function(e,t){b.fn[e]=function(n,r){var i=b.map(this,t,n);return at.test(e)||(r=n),r&&"string"==typeof r&&(i=b.filter(r,i)),i=this.length>1&&!ct[e]?b.unique(i):i,this.length>1&&st.test(e)&&(i=i.reverse()),this.pushStack(i)}}),b.extend({filter:function(e,t,n){return n&&(e=":not("+e+")"),1===t.length?b.find.matchesSelector(t[0],e)?[t[0]]:[]:b.find.matches(e,t)},dir:function(e,n,r){var i=[],o=e[n];while(o&&9!==o.nodeType&&(r===t||1!==o.nodeType||!b(o).is(r)))1===o.nodeType&&i.push(o),o=o[n];return i},sibling:function(e,t){var n=[];for(;e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n}});function ft(e,t,n){if(t=t||0,b.isFunction(t))return b.grep(e,function(e,r){var i=!!t.call(e,r,e);return i===n});if(t.nodeType)return b.grep(e,function(e){return e===t===n});if("string"==typeof t){var r=b.grep(e,function(e){return 1===e.nodeType});if(ut.test(t))return b.filter(t,r,!n);t=b.filter(t,r)}return b.grep(e,function(e){return b.inArray(e,t)>=0===n})}function dt(e){var t=ht.split("|"),n=e.createDocumentFragment();if(n.createElement)while(t.length)n.createElement(t.pop());return n}var ht="abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",gt=/ jQuery\d+="(?:null|\d+)"/g,mt=RegExp("<(?:"+ht+")[\\s/>]","i"),yt=/^\s+/,vt=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,bt=/<([\w:]+)/,xt=/\s*$/g,At={option:[1,""],legend:[1,"
    ","
    "],area:[1,"",""],param:[1,"",""],thead:[1,"","
    "],tr:[2,"","
    "],col:[2,"","
    "],td:[3,"","
    "],_default:b.support.htmlSerialize?[0,"",""]:[1,"X
    ","
    "]},jt=dt(o),Dt=jt.appendChild(o.createElement("div"));At.optgroup=At.option,At.tbody=At.tfoot=At.colgroup=At.caption=At.thead,At.th=At.td,b.fn.extend({text:function(e){return b.access(this,function(e){return e===t?b.text(this):this.empty().append((this[0]&&this[0].ownerDocument||o).createTextNode(e))},null,e,arguments.length)},wrapAll:function(e){if(b.isFunction(e))return this.each(function(t){b(this).wrapAll(e.call(this,t))});if(this[0]){var t=b(e,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){var e=this;while(e.firstChild&&1===e.firstChild.nodeType)e=e.firstChild;return e}).append(this)}return this},wrapInner:function(e){return b.isFunction(e)?this.each(function(t){b(this).wrapInner(e.call(this,t))}):this.each(function(){var t=b(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=b.isFunction(e);return this.each(function(n){b(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(){return this.parent().each(function(){b.nodeName(this,"body")||b(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(e){(1===this.nodeType||11===this.nodeType||9===this.nodeType)&&this.appendChild(e)})},prepend:function(){return this.domManip(arguments,!0,function(e){(1===this.nodeType||11===this.nodeType||9===this.nodeType)&&this.insertBefore(e,this.firstChild)})},before:function(){return this.domManip(arguments,!1,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return this.domManip(arguments,!1,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},remove:function(e,t){var n,r=0;for(;null!=(n=this[r]);r++)(!e||b.filter(e,[n]).length>0)&&(t||1!==n.nodeType||b.cleanData(Ot(n)),n.parentNode&&(t&&b.contains(n.ownerDocument,n)&&Mt(Ot(n,"script")),n.parentNode.removeChild(n)));return this},empty:function(){var e,t=0;for(;null!=(e=this[t]);t++){1===e.nodeType&&b.cleanData(Ot(e,!1));while(e.firstChild)e.removeChild(e.firstChild);e.options&&b.nodeName(e,"select")&&(e.options.length=0)}return this},clone:function(e,t){return e=null==e?!1:e,t=null==t?e:t,this.map(function(){return b.clone(this,e,t)})},html:function(e){return b.access(this,function(e){var n=this[0]||{},r=0,i=this.length;if(e===t)return 1===n.nodeType?n.innerHTML.replace(gt,""):t;if(!("string"!=typeof e||Tt.test(e)||!b.support.htmlSerialize&&mt.test(e)||!b.support.leadingWhitespace&&yt.test(e)||At[(bt.exec(e)||["",""])[1].toLowerCase()])){e=e.replace(vt,"<$1>");try{for(;i>r;r++)n=this[r]||{},1===n.nodeType&&(b.cleanData(Ot(n,!1)),n.innerHTML=e);n=0}catch(o){}}n&&this.empty().append(e)},null,e,arguments.length)},replaceWith:function(e){var t=b.isFunction(e);return t||"string"==typeof e||(e=b(e).not(this).detach()),this.domManip([e],!0,function(e){var t=this.nextSibling,n=this.parentNode;n&&(b(this).remove(),n.insertBefore(e,t))})},detach:function(e){return this.remove(e,!0)},domManip:function(e,n,r){e=f.apply([],e);var i,o,a,s,u,l,c=0,p=this.length,d=this,h=p-1,g=e[0],m=b.isFunction(g);if(m||!(1>=p||"string"!=typeof g||b.support.checkClone)&&Ct.test(g))return this.each(function(i){var o=d.eq(i);m&&(e[0]=g.call(this,i,n?o.html():t)),o.domManip(e,n,r)});if(p&&(l=b.buildFragment(e,this[0].ownerDocument,!1,this),i=l.firstChild,1===l.childNodes.length&&(l=i),i)){for(n=n&&b.nodeName(i,"tr"),s=b.map(Ot(l,"script"),Ht),a=s.length;p>c;c++)o=l,c!==h&&(o=b.clone(o,!0,!0),a&&b.merge(s,Ot(o,"script"))),r.call(n&&b.nodeName(this[c],"table")?Lt(this[c],"tbody"):this[c],o,c);if(a)for(u=s[s.length-1].ownerDocument,b.map(s,qt),c=0;a>c;c++)o=s[c],kt.test(o.type||"")&&!b._data(o,"globalEval")&&b.contains(u,o)&&(o.src?b.ajax({url:o.src,type:"GET",dataType:"script",async:!1,global:!1,"throws":!0}):b.globalEval((o.text||o.textContent||o.innerHTML||"").replace(St,"")));l=i=null}return this}});function Lt(e,t){return e.getElementsByTagName(t)[0]||e.appendChild(e.ownerDocument.createElement(t))}function Ht(e){var t=e.getAttributeNode("type");return e.type=(t&&t.specified)+"/"+e.type,e}function qt(e){var t=Et.exec(e.type);return t?e.type=t[1]:e.removeAttribute("type"),e}function Mt(e,t){var n,r=0;for(;null!=(n=e[r]);r++)b._data(n,"globalEval",!t||b._data(t[r],"globalEval"))}function _t(e,t){if(1===t.nodeType&&b.hasData(e)){var n,r,i,o=b._data(e),a=b._data(t,o),s=o.events;if(s){delete a.handle,a.events={};for(n in s)for(r=0,i=s[n].length;i>r;r++)b.event.add(t,n,s[n][r])}a.data&&(a.data=b.extend({},a.data))}}function Ft(e,t){var n,r,i;if(1===t.nodeType){if(n=t.nodeName.toLowerCase(),!b.support.noCloneEvent&&t[b.expando]){i=b._data(t);for(r in i.events)b.removeEvent(t,r,i.handle);t.removeAttribute(b.expando)}"script"===n&&t.text!==e.text?(Ht(t).text=e.text,qt(t)):"object"===n?(t.parentNode&&(t.outerHTML=e.outerHTML),b.support.html5Clone&&e.innerHTML&&!b.trim(t.innerHTML)&&(t.innerHTML=e.innerHTML)):"input"===n&&Nt.test(e.type)?(t.defaultChecked=t.checked=e.checked,t.value!==e.value&&(t.value=e.value)):"option"===n?t.defaultSelected=t.selected=e.defaultSelected:("input"===n||"textarea"===n)&&(t.defaultValue=e.defaultValue)}}b.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,t){b.fn[e]=function(e){var n,r=0,i=[],o=b(e),a=o.length-1;for(;a>=r;r++)n=r===a?this:this.clone(!0),b(o[r])[t](n),d.apply(i,n.get());return this.pushStack(i)}});function Ot(e,n){var r,o,a=0,s=typeof e.getElementsByTagName!==i?e.getElementsByTagName(n||"*"):typeof e.querySelectorAll!==i?e.querySelectorAll(n||"*"):t;if(!s)for(s=[],r=e.childNodes||e;null!=(o=r[a]);a++)!n||b.nodeName(o,n)?s.push(o):b.merge(s,Ot(o,n));return n===t||n&&b.nodeName(e,n)?b.merge([e],s):s}function Bt(e){Nt.test(e.type)&&(e.defaultChecked=e.checked)}b.extend({clone:function(e,t,n){var r,i,o,a,s,u=b.contains(e.ownerDocument,e);if(b.support.html5Clone||b.isXMLDoc(e)||!mt.test("<"+e.nodeName+">")?o=e.cloneNode(!0):(Dt.innerHTML=e.outerHTML,Dt.removeChild(o=Dt.firstChild)),!(b.support.noCloneEvent&&b.support.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||b.isXMLDoc(e)))for(r=Ot(o),s=Ot(e),a=0;null!=(i=s[a]);++a)r[a]&&Ft(i,r[a]);if(t)if(n)for(s=s||Ot(e),r=r||Ot(o),a=0;null!=(i=s[a]);a++)_t(i,r[a]);else _t(e,o);return r=Ot(o,"script"),r.length>0&&Mt(r,!u&&Ot(e,"script")),r=s=i=null,o},buildFragment:function(e,t,n,r){var i,o,a,s,u,l,c,p=e.length,f=dt(t),d=[],h=0;for(;p>h;h++)if(o=e[h],o||0===o)if("object"===b.type(o))b.merge(d,o.nodeType?[o]:o);else if(wt.test(o)){s=s||f.appendChild(t.createElement("div")),u=(bt.exec(o)||["",""])[1].toLowerCase(),c=At[u]||At._default,s.innerHTML=c[1]+o.replace(vt,"<$1>")+c[2],i=c[0];while(i--)s=s.lastChild;if(!b.support.leadingWhitespace&&yt.test(o)&&d.push(t.createTextNode(yt.exec(o)[0])),!b.support.tbody){o="table"!==u||xt.test(o)?""!==c[1]||xt.test(o)?0:s:s.firstChild,i=o&&o.childNodes.length;while(i--)b.nodeName(l=o.childNodes[i],"tbody")&&!l.childNodes.length&&o.removeChild(l) -}b.merge(d,s.childNodes),s.textContent="";while(s.firstChild)s.removeChild(s.firstChild);s=f.lastChild}else d.push(t.createTextNode(o));s&&f.removeChild(s),b.support.appendChecked||b.grep(Ot(d,"input"),Bt),h=0;while(o=d[h++])if((!r||-1===b.inArray(o,r))&&(a=b.contains(o.ownerDocument,o),s=Ot(f.appendChild(o),"script"),a&&Mt(s),n)){i=0;while(o=s[i++])kt.test(o.type||"")&&n.push(o)}return s=null,f},cleanData:function(e,t){var n,r,o,a,s=0,u=b.expando,l=b.cache,p=b.support.deleteExpando,f=b.event.special;for(;null!=(n=e[s]);s++)if((t||b.acceptData(n))&&(o=n[u],a=o&&l[o])){if(a.events)for(r in a.events)f[r]?b.event.remove(n,r):b.removeEvent(n,r,a.handle);l[o]&&(delete l[o],p?delete n[u]:typeof n.removeAttribute!==i?n.removeAttribute(u):n[u]=null,c.push(o))}}});var Pt,Rt,Wt,$t=/alpha\([^)]*\)/i,It=/opacity\s*=\s*([^)]*)/,zt=/^(top|right|bottom|left)$/,Xt=/^(none|table(?!-c[ea]).+)/,Ut=/^margin/,Vt=RegExp("^("+x+")(.*)$","i"),Yt=RegExp("^("+x+")(?!px)[a-z%]+$","i"),Jt=RegExp("^([+-])=("+x+")","i"),Gt={BODY:"block"},Qt={position:"absolute",visibility:"hidden",display:"block"},Kt={letterSpacing:0,fontWeight:400},Zt=["Top","Right","Bottom","Left"],en=["Webkit","O","Moz","ms"];function tn(e,t){if(t in e)return t;var n=t.charAt(0).toUpperCase()+t.slice(1),r=t,i=en.length;while(i--)if(t=en[i]+n,t in e)return t;return r}function nn(e,t){return e=t||e,"none"===b.css(e,"display")||!b.contains(e.ownerDocument,e)}function rn(e,t){var n,r,i,o=[],a=0,s=e.length;for(;s>a;a++)r=e[a],r.style&&(o[a]=b._data(r,"olddisplay"),n=r.style.display,t?(o[a]||"none"!==n||(r.style.display=""),""===r.style.display&&nn(r)&&(o[a]=b._data(r,"olddisplay",un(r.nodeName)))):o[a]||(i=nn(r),(n&&"none"!==n||!i)&&b._data(r,"olddisplay",i?n:b.css(r,"display"))));for(a=0;s>a;a++)r=e[a],r.style&&(t&&"none"!==r.style.display&&""!==r.style.display||(r.style.display=t?o[a]||"":"none"));return e}b.fn.extend({css:function(e,n){return b.access(this,function(e,n,r){var i,o,a={},s=0;if(b.isArray(n)){for(o=Rt(e),i=n.length;i>s;s++)a[n[s]]=b.css(e,n[s],!1,o);return a}return r!==t?b.style(e,n,r):b.css(e,n)},e,n,arguments.length>1)},show:function(){return rn(this,!0)},hide:function(){return rn(this)},toggle:function(e){var t="boolean"==typeof e;return this.each(function(){(t?e:nn(this))?b(this).show():b(this).hide()})}}),b.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Wt(e,"opacity");return""===n?"1":n}}}},cssNumber:{columnCount:!0,fillOpacity:!0,fontWeight:!0,lineHeight:!0,opacity:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":b.support.cssFloat?"cssFloat":"styleFloat"},style:function(e,n,r,i){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var o,a,s,u=b.camelCase(n),l=e.style;if(n=b.cssProps[u]||(b.cssProps[u]=tn(l,u)),s=b.cssHooks[n]||b.cssHooks[u],r===t)return s&&"get"in s&&(o=s.get(e,!1,i))!==t?o:l[n];if(a=typeof r,"string"===a&&(o=Jt.exec(r))&&(r=(o[1]+1)*o[2]+parseFloat(b.css(e,n)),a="number"),!(null==r||"number"===a&&isNaN(r)||("number"!==a||b.cssNumber[u]||(r+="px"),b.support.clearCloneStyle||""!==r||0!==n.indexOf("background")||(l[n]="inherit"),s&&"set"in s&&(r=s.set(e,r,i))===t)))try{l[n]=r}catch(c){}}},css:function(e,n,r,i){var o,a,s,u=b.camelCase(n);return n=b.cssProps[u]||(b.cssProps[u]=tn(e.style,u)),s=b.cssHooks[n]||b.cssHooks[u],s&&"get"in s&&(a=s.get(e,!0,r)),a===t&&(a=Wt(e,n,i)),"normal"===a&&n in Kt&&(a=Kt[n]),""===r||r?(o=parseFloat(a),r===!0||b.isNumeric(o)?o||0:a):a},swap:function(e,t,n,r){var i,o,a={};for(o in t)a[o]=e.style[o],e.style[o]=t[o];i=n.apply(e,r||[]);for(o in t)e.style[o]=a[o];return i}}),e.getComputedStyle?(Rt=function(t){return e.getComputedStyle(t,null)},Wt=function(e,n,r){var i,o,a,s=r||Rt(e),u=s?s.getPropertyValue(n)||s[n]:t,l=e.style;return s&&(""!==u||b.contains(e.ownerDocument,e)||(u=b.style(e,n)),Yt.test(u)&&Ut.test(n)&&(i=l.width,o=l.minWidth,a=l.maxWidth,l.minWidth=l.maxWidth=l.width=u,u=s.width,l.width=i,l.minWidth=o,l.maxWidth=a)),u}):o.documentElement.currentStyle&&(Rt=function(e){return e.currentStyle},Wt=function(e,n,r){var i,o,a,s=r||Rt(e),u=s?s[n]:t,l=e.style;return null==u&&l&&l[n]&&(u=l[n]),Yt.test(u)&&!zt.test(n)&&(i=l.left,o=e.runtimeStyle,a=o&&o.left,a&&(o.left=e.currentStyle.left),l.left="fontSize"===n?"1em":u,u=l.pixelLeft+"px",l.left=i,a&&(o.left=a)),""===u?"auto":u});function on(e,t,n){var r=Vt.exec(t);return r?Math.max(0,r[1]-(n||0))+(r[2]||"px"):t}function an(e,t,n,r,i){var o=n===(r?"border":"content")?4:"width"===t?1:0,a=0;for(;4>o;o+=2)"margin"===n&&(a+=b.css(e,n+Zt[o],!0,i)),r?("content"===n&&(a-=b.css(e,"padding"+Zt[o],!0,i)),"margin"!==n&&(a-=b.css(e,"border"+Zt[o]+"Width",!0,i))):(a+=b.css(e,"padding"+Zt[o],!0,i),"padding"!==n&&(a+=b.css(e,"border"+Zt[o]+"Width",!0,i)));return a}function sn(e,t,n){var r=!0,i="width"===t?e.offsetWidth:e.offsetHeight,o=Rt(e),a=b.support.boxSizing&&"border-box"===b.css(e,"boxSizing",!1,o);if(0>=i||null==i){if(i=Wt(e,t,o),(0>i||null==i)&&(i=e.style[t]),Yt.test(i))return i;r=a&&(b.support.boxSizingReliable||i===e.style[t]),i=parseFloat(i)||0}return i+an(e,t,n||(a?"border":"content"),r,o)+"px"}function un(e){var t=o,n=Gt[e];return n||(n=ln(e,t),"none"!==n&&n||(Pt=(Pt||b("