webshims-rails 0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (93) hide show
  1. data/.gitignore +4 -0
  2. data/Gemfile +4 -0
  3. data/MIT_LICENSE.txt +20 -0
  4. data/Rakefile +1 -0
  5. data/lib/webshims-rails.rb +13 -0
  6. data/lib/webshims-rails/version.rb +6 -0
  7. data/readme.textile +26 -0
  8. data/vendor/assets/javascripts/webshims/minified/extras/custom-validity.js +9 -0
  9. data/vendor/assets/javascripts/webshims/minified/extras/modernizr-custom.js +19 -0
  10. data/vendor/assets/javascripts/webshims/minified/extras/mousepress.js +2 -0
  11. data/vendor/assets/javascripts/webshims/minified/polyfiller.js +27 -0
  12. data/vendor/assets/javascripts/webshims/minified/shims/FlashCanvas/README +62 -0
  13. data/vendor/assets/javascripts/webshims/minified/shims/FlashCanvas/canvas2png.js +42 -0
  14. data/vendor/assets/javascripts/webshims/minified/shims/FlashCanvas/flashcanvas.js +28 -0
  15. data/vendor/assets/javascripts/webshims/minified/shims/FlashCanvas/flashcanvas.swf +0 -0
  16. data/vendor/assets/javascripts/webshims/minified/shims/FlashCanvas/proxy.php +73 -0
  17. data/vendor/assets/javascripts/webshims/minified/shims/FlashCanvas/save.php +49 -0
  18. data/vendor/assets/javascripts/webshims/minified/shims/FlashCanvasPro/README +82 -0
  19. data/vendor/assets/javascripts/webshims/minified/shims/FlashCanvasPro/canvas2png.js +42 -0
  20. data/vendor/assets/javascripts/webshims/minified/shims/FlashCanvasPro/flash10canvas.swf +0 -0
  21. data/vendor/assets/javascripts/webshims/minified/shims/FlashCanvasPro/flash9canvas.swf +0 -0
  22. data/vendor/assets/javascripts/webshims/minified/shims/FlashCanvasPro/flashcanvas.js +31 -0
  23. data/vendor/assets/javascripts/webshims/minified/shims/FlashCanvasPro/proxy.php +73 -0
  24. data/vendor/assets/javascripts/webshims/minified/shims/FlashCanvasPro/save.php +49 -0
  25. data/vendor/assets/javascripts/webshims/minified/shims/combos/1.js +33 -0
  26. data/vendor/assets/javascripts/webshims/minified/shims/combos/10.js +75 -0
  27. data/vendor/assets/javascripts/webshims/minified/shims/combos/11.js +39 -0
  28. data/vendor/assets/javascripts/webshims/minified/shims/combos/12.js +38 -0
  29. data/vendor/assets/javascripts/webshims/minified/shims/combos/13.js +25 -0
  30. data/vendor/assets/javascripts/webshims/minified/shims/combos/14.js +19 -0
  31. data/vendor/assets/javascripts/webshims/minified/shims/combos/15.js +10 -0
  32. data/vendor/assets/javascripts/webshims/minified/shims/combos/16.js +53 -0
  33. data/vendor/assets/javascripts/webshims/minified/shims/combos/17.js +62 -0
  34. data/vendor/assets/javascripts/webshims/minified/shims/combos/18.js +64 -0
  35. data/vendor/assets/javascripts/webshims/minified/shims/combos/19.js +60 -0
  36. data/vendor/assets/javascripts/webshims/minified/shims/combos/2.js +61 -0
  37. data/vendor/assets/javascripts/webshims/minified/shims/combos/20.js +42 -0
  38. data/vendor/assets/javascripts/webshims/minified/shims/combos/21.js +40 -0
  39. data/vendor/assets/javascripts/webshims/minified/shims/combos/22.js +56 -0
  40. data/vendor/assets/javascripts/webshims/minified/shims/combos/23.js +53 -0
  41. data/vendor/assets/javascripts/webshims/minified/shims/combos/24.js +73 -0
  42. data/vendor/assets/javascripts/webshims/minified/shims/combos/3.js +80 -0
  43. data/vendor/assets/javascripts/webshims/minified/shims/combos/4.js +30 -0
  44. data/vendor/assets/javascripts/webshims/minified/shims/combos/5.js +37 -0
  45. data/vendor/assets/javascripts/webshims/minified/shims/combos/59.js +56 -0
  46. data/vendor/assets/javascripts/webshims/minified/shims/combos/6.js +38 -0
  47. data/vendor/assets/javascripts/webshims/minified/shims/combos/7.js +45 -0
  48. data/vendor/assets/javascripts/webshims/minified/shims/combos/8.js +33 -0
  49. data/vendor/assets/javascripts/webshims/minified/shims/combos/9.js +62 -0
  50. data/vendor/assets/javascripts/webshims/minified/shims/details.js +5 -0
  51. data/vendor/assets/javascripts/webshims/minified/shims/dom-extend.js +20 -0
  52. data/vendor/assets/javascripts/webshims/minified/shims/es5.js +14 -0
  53. data/vendor/assets/javascripts/webshims/minified/shims/excanvas.js +35 -0
  54. data/vendor/assets/javascripts/webshims/minified/shims/form-core.js +21 -0
  55. data/vendor/assets/javascripts/webshims/minified/shims/form-datalist.js +19 -0
  56. data/vendor/assets/javascripts/webshims/minified/shims/form-message.js +9 -0
  57. data/vendor/assets/javascripts/webshims/minified/shims/form-native-extend.js +7 -0
  58. data/vendor/assets/javascripts/webshims/minified/shims/form-native-fix.js +9 -0
  59. data/vendor/assets/javascripts/webshims/minified/shims/form-number-date-api.js +12 -0
  60. data/vendor/assets/javascripts/webshims/minified/shims/form-number-date-ui.js +26 -0
  61. data/vendor/assets/javascripts/webshims/minified/shims/form-output.js +5 -0
  62. data/vendor/assets/javascripts/webshims/minified/shims/form-shim-extend.js +26 -0
  63. data/vendor/assets/javascripts/webshims/minified/shims/geolocation.js +5 -0
  64. data/vendor/assets/javascripts/webshims/minified/shims/i18n/errormessages-ar.js +7 -0
  65. data/vendor/assets/javascripts/webshims/minified/shims/i18n/errormessages-ch-ZN.js +3 -0
  66. data/vendor/assets/javascripts/webshims/minified/shims/i18n/errormessages-de.txt +33 -0
  67. data/vendor/assets/javascripts/webshims/minified/shims/i18n/errormessages-el.js +7 -0
  68. data/vendor/assets/javascripts/webshims/minified/shims/i18n/errormessages-en.txt +34 -0
  69. data/vendor/assets/javascripts/webshims/minified/shims/i18n/errormessages-es.js +3 -0
  70. data/vendor/assets/javascripts/webshims/minified/shims/i18n/errormessages-fr.js +3 -0
  71. data/vendor/assets/javascripts/webshims/minified/shims/i18n/errormessages-he.js +6 -0
  72. data/vendor/assets/javascripts/webshims/minified/shims/i18n/errormessages-hi.js +6 -0
  73. data/vendor/assets/javascripts/webshims/minified/shims/i18n/errormessages-hu.js +3 -0
  74. data/vendor/assets/javascripts/webshims/minified/shims/i18n/errormessages-it.js +3 -0
  75. data/vendor/assets/javascripts/webshims/minified/shims/i18n/errormessages-ja.js +4 -0
  76. data/vendor/assets/javascripts/webshims/minified/shims/i18n/errormessages-nl.js +3 -0
  77. data/vendor/assets/javascripts/webshims/minified/shims/i18n/errormessages-pt-PT.js +3 -0
  78. data/vendor/assets/javascripts/webshims/minified/shims/i18n/errormessages-ru.js +8 -0
  79. data/vendor/assets/javascripts/webshims/minified/shims/json-storage.js +14 -0
  80. data/vendor/assets/javascripts/webshims/minified/shims/jwplayer/license.txt +1 -0
  81. data/vendor/assets/javascripts/webshims/minified/shims/jwplayer/player.swf +0 -0
  82. data/vendor/assets/javascripts/webshims/minified/shims/jwplayer/readme.html +87 -0
  83. data/vendor/assets/javascripts/webshims/minified/shims/mediaelement-core.js +13 -0
  84. data/vendor/assets/javascripts/webshims/minified/shims/mediaelement-native-fix.js +3 -0
  85. data/vendor/assets/javascripts/webshims/minified/shims/mediaelement-swf.js +29 -0
  86. data/vendor/assets/javascripts/webshims/minified/shims/styles/details-arrows.png +0 -0
  87. data/vendor/assets/javascripts/webshims/minified/shims/styles/forms.png +0 -0
  88. data/vendor/assets/javascripts/webshims/minified/shims/styles/polyfill-loader.gif +0 -0
  89. data/vendor/assets/javascripts/webshims/minified/shims/styles/shim.css +610 -0
  90. data/vendor/assets/javascripts/webshims/minified/shims/swf/jwwebshims.swf +0 -0
  91. data/vendor/assets/javascripts/webshims/minified/shims/swf/localStorage.swf +0 -0
  92. data/webshims-rails.gemspec +26 -0
  93. metadata +149 -0
@@ -0,0 +1,62 @@
1
+ (function(d){if(!Modernizr.genericDOM){var f=document,i,h,o=/<([\w:]+)/,j={option:1,optgroup:1,legend:1,thead:1,tr:1,td:1,col:1,area:1};d.webshims.fixHTML5=function(d){if("string"!=typeof d||j[(o.exec(d)||["",""])[1].toLowerCase()])return d;if(!h){i=f.body;if(!i)return d;h=f.createElement("div");h.style.display="none"}var s=h.cloneNode(!1);i.appendChild(s);s.innerHTML=d;i.removeChild(s);return s.childNodes}}})(jQuery);
2
+ jQuery.webshims.register("dom-extend",function(d,f,i,h,o){var j=f.modules,n=/\s*,\s*/,s={},u={},p={},g={},v={},y=d.fn.val,A=function(b,a,c,e,k){return k?y.call(d(b)):y.call(d(b),c)};d.fn.val=function(b){var a=this[0];arguments.length&&null==b&&(b="");if(!arguments.length)return!a||1!==a.nodeType?y.call(this):d.prop(a,"value",b,"val",!0);if(d.isArray(b))return y.apply(this,arguments);var c=d.isFunction(b);return this.each(function(e){a=this;1===a.nodeType&&(c?(e=b.call(a,e,d.prop(a,"value",o,"val",
3
+ !0)),null==e&&(e=""),d.prop(a,"value",e,"val")):d.prop(a,"value",b,"val"))})};var w="_webshimsLib"+Math.round(1E3*Math.random()),m=function(b,a,c){b=b.jquery?b[0]:b;if(!b)return c||{};var e=d.data(b,w);c!==o&&(e||(e=d.data(b,w,{})),a&&(e[a]=c));return a?e&&e[a]:e};[{name:"getNativeElement",prop:"nativeElement"},{name:"getShadowElement",prop:"shadowElement"},{name:"getShadowFocusElement",prop:"shadowFocusElement"}].forEach(function(b){d.fn[b.name]=function(){return this.map(function(){var a=m(this,
4
+ "shadowData");return a&&a[b.prop]||this})}});["removeAttr","prop","attr"].forEach(function(b){s[b]=d[b];d[b]=function(a,c,e,k,f){var j="val"==k,n=!j?s[b]:A;if(!a||!u[c]||1!==a.nodeType||!j&&k&&"attr"==b&&d.attrFn[c])return n(a,c,e,k,f);var C=(a.nodeName||"").toLowerCase(),g=p[C],B="attr"==b&&(!1===e||null===e)?"removeAttr":b,h,l,m;g||(g=p["*"]);g&&(g=g[c]);g&&(h=g[B]);if(h){if("value"==c)l=h.isVal,h.isVal=j;if("removeAttr"===B)return h.value.call(a);if(e===o)return h.get?h.get.call(a):h.value;h.set&&
5
+ ("attr"==b&&!0===e&&(e=c),m=h.set.call(a,e));if("value"==c)h.isVal=l}else m=n(a,c,e,k,f);if((e!==o||"removeAttr"===B)&&v[C]&&v[C][c]){var i;i="removeAttr"==B?!1:"prop"==B?!!e:!0;v[C][c].forEach(function(c){if(!c.only||(c.only="prop"==b)||"attr"==c.only&&"prop"!=b)c.call(a,e,i,j?"val":B,b)})}return m};g[b]=function(a,c,e){p[a]||(p[a]={});p[a][c]||(p[a][c]={});var k=p[a][c][b],j=function(a,d,k){return d&&d[a]?d[a]:k&&k[a]?k[a]:"prop"==b&&"value"==c?function(a){return e.isVal?A(this,c,a,!1,0===arguments.length):
6
+ s[b](this,c,a)}:"prop"==b&&"value"==a&&e.value.apply?function(a){var e=s[b](this,c);e&&e.apply&&(e=e.apply(this,arguments));return e}:function(a){return s[b](this,c,a)}};p[a][c][b]=e;if(e.value===o){if(!e.set)e.set=e.writeable?j("set",e,k):f.cfg.useStrict&&"prop"==c?function(){throw c+" is readonly on "+a;}:d.noop;if(!e.get)e.get=j("get",e,k)}["value","get","set"].forEach(function(a){e[a]&&(e["_sup"+a]=j(a,k))})}});var q=!d.browser.msie||8<parseInt(d.browser.version,10),l=function(){var b=f.getPrototypeOf(h.createElement("foobar")),
7
+ a=Object.prototype.hasOwnProperty;return function(c,e,d){var j=h.createElement(c),g=f.getPrototypeOf(j);if(q&&g&&b!==g&&(!j[e]||!a.call(j,e))){var n=j[e];d._supvalue=function(){return n&&n.apply?n.apply(this,arguments):n};g[e]=d.value}else d._supvalue=function(){var a=m(this,"propValue");return a&&a[e]&&a[e].apply?a[e].apply(this,arguments):a&&a[e]},t.extendValue(c,e,d.value);d.value._supvalue=d._supvalue}}(),t=function(){var b={};f.addReady(function(a,c){var e={},j=function(b){e[b]||(e[b]=d(a.getElementsByTagName(b)),
8
+ c[0]&&d.nodeName(c[0],b)&&(e[b]=e[b].add(c)))};d.each(b,function(a,b){j(a);!b||!b.forEach?f.warn("Error: with "+a+"-property. methods: "+b):b.forEach(function(b){e[a].each(b)})});e=null});var a,c=d([]),e=function(c,e){b[c]?b[c].push(e):b[c]=[e];d.isDOMReady&&(a||d(h.getElementsByTagName(c))).each(e)};return{createTmpCache:function(b){d.isDOMReady&&(a=a||d(h.getElementsByTagName(b)));return a||c},flushTmpCache:function(){a=null},content:function(a,b){e(a,function(){var a=d.attr(this,b);null!=a&&d.attr(this,
9
+ b,a)})},createElement:function(a,b){e(a,b)},extendValue:function(a,b,c){e(a,function(){d(this).each(function(){m(this,"propValue",{})[b]=this[b];this[b]=c})})}}}(),z=function(b,a){if(b.defaultValue===o)b.defaultValue="";if(!b.removeAttr)b.removeAttr={value:function(){b[a||"prop"].set.call(this,b.defaultValue);b.removeAttr._supvalue.call(this)}}};d.extend(f,{getID:function(){var b=(new Date).getTime();return function(a){var a=d(a),c=a.attr("id");c||(b++,c="ID-"+b,a.attr("id",c));return c}}(),extendUNDEFProp:function(b,
10
+ a){d.each(a,function(a,e){a in b||(b[a]=e)})},createPropDefault:z,data:m,moveToFirstEvent:function(){var b=d._data?"_data":"data";return function(a,c,e){if((a=(d[b](a,"events")||{})[c])&&1<a.length)c=a.pop(),e||(e="bind"),"bind"==e&&a.delegateCount?a.splice(a.delegateCount,0,c):a.unshift(c)}}(),addShadowDom:function(b,a,c){c=c||{};b.jquery&&(b=b[0]);a.jquery&&(a=a[0]);if(!c.shadowFocusElement)c.shadowFocusElement=a;var e=d.data(b,w)||d.data(b,w,{}),k=d.data(a,w)||d.data(a,w,{});e.hasShadow=a;k.nativeElement=
11
+ b;k.shadowData=e.shadowData={nativeElement:b,shadowElement:a,shadowFocusElement:c.shadowFocusElement};c.shadowChilds&&c.shadowChilds.each(function(){m(this,"shadowData",k.shadowData)});if(c.data)e.shadowData.data=c.data,k.shadowData.data=c.data;c=null},propTypes:{standard:function(b){z(b);if(!b.prop)b.prop={set:function(a){b.attr.set.call(this,""+a)},get:function(){return b.attr.get.call(this)||b.defaultValue}}},"boolean":function(b){z(b);if(!b.prop)b.prop={set:function(a){a?b.attr.set.call(this,
12
+ ""):b.removeAttr.value.call(this)},get:function(){return null!=b.attr.get.call(this)}}}},reflectProperties:function(b,a){"string"==typeof a&&(a=a.split(n));a.forEach(function(a){f.defineNodeNamesProperty(b,a,{prop:{set:function(b){d.attr(this,a,b)},get:function(){return d.attr(this,a)||""}}})})},defineNodeNameProperty:function(b,a,c){u[a]=!0;if(c.reflect)f.propTypes[c.propType||"standard"](c);["prop","attr","removeAttr"].forEach(function(e){var k=c[e];k&&(k="prop"===e?d.extend({writeable:!0},k):d.extend({},
13
+ k,{writeable:!0}),g[e](b,a,k),"*"!=b&&f.cfg.extendNative&&"prop"==e&&k.value&&d.isFunction(k.value)&&l(b,a,k),c[e]=k)});c.initAttr&&t.content(b,a);return c},defineNodeNameProperties:function(b,a,c,e){for(var d in a)!e&&a[d].initAttr&&t.createTmpCache(b),c&&(a[d][c]?f.log("override: "+b+"["+d+"] for "+c):(a[d][c]={},["value","set","get"].forEach(function(b){b in a[d]&&(a[d][c][b]=a[d][b],delete a[d][b])}))),a[d]=f.defineNodeNameProperty(b,d,a[d]);e||t.flushTmpCache();return a},createElement:function(b,
14
+ a,c){var e;d.isFunction(a)&&(a={after:a});t.createTmpCache(b);a.before&&t.createElement(b,a.before);c&&(e=f.defineNodeNameProperties(b,c,!1,!0));a.after&&t.createElement(b,a.after);t.flushTmpCache();return e},onNodeNamesPropertyModify:function(b,a,c,e){"string"==typeof b&&(b=b.split(n));d.isFunction(c)&&(c={set:c});b.forEach(function(b){v[b]||(v[b]={});"string"==typeof a&&(a=a.split(n));c.initAttr&&t.createTmpCache(b);a.forEach(function(a){v[b][a]||(v[b][a]=[],u[a]=!0);if(c.set){if(e)c.set.only=e;
15
+ v[b][a].push(c.set)}c.initAttr&&t.content(b,a)});t.flushTmpCache()})},defineNodeNamesBooleanProperty:function(b,a,c){c||(c={});if(d.isFunction(c))c.set=c;f.defineNodeNamesProperty(b,a,{attr:{set:function(b){this.setAttribute(a,b);c.set&&c.set.call(this,!0)},get:function(){return null==this.getAttribute(a)?o:a}},removeAttr:{value:function(){this.removeAttribute(a);c.set&&c.set.call(this,!1)}},reflect:!0,propType:"boolean",initAttr:c.initAttr||!1})},contentAttr:function(b,a,c){if(b.nodeName){if(c===
16
+ o)return c=(b.attributes[a]||{}).value,null==c?o:c;"boolean"==typeof c?c?b.setAttribute(a,a):b.removeAttribute(a):b.setAttribute(a,c)}},activeLang:function(){var b=[],a={},c,e,k=/:\/\/|^\.*\//,n=function(a,b,c){return b&&c&&-1!==d.inArray(b,c.availabeLangs||[])?(a.loading=!0,c=c.langSrc,k.test(c)||(c=f.cfg.basePath+c),f.loader.loadScript(c+b+".js",function(){a.langObj[b]?(a.loading=!1,h(a,!0)):d(function(){a.langObj[b]&&h(a,!0);a.loading=!1})}),!0):!1},g=function(b){a[b]&&a[b].forEach(function(a){a.callback()})},
17
+ h=function(a,b){if(a.activeLang!=c&&a.activeLang!==e){var d=j[a.module].options;if(a.langObj[c]||e&&a.langObj[e])a.activeLang=c,a.callback(a.langObj[c]||a.langObj[e],c),g(a.module);else if(!b&&!n(a,c,d)&&!n(a,e,d)&&a.langObj[""]&&""!==a.activeLang)a.activeLang="",a.callback(a.langObj[""],c),g(a.module)}};return function(j){if("string"==typeof j&&j!==c)c=j,e=c.split("-")[0],c==e&&(e=!1),d.each(b,function(a,b){h(b)});else if("object"==typeof j)if(j.register)a[j.register]||(a[j.register]=[]),a[j.register].push(j),
18
+ j.callback();else{if(!j.activeLang)j.activeLang="";b.push(j);h(j)}return c}}()});d.each({defineNodeNamesProperty:"defineNodeNameProperty",defineNodeNamesProperties:"defineNodeNameProperties",createElements:"createElement"},function(b,a){f[b]=function(b,d,j,g){"string"==typeof b&&(b=b.split(n));var h={};b.forEach(function(b){h[b]=f[a](b,d,j,g)});return h}});f.isReady("webshimLocalization",!0)});
19
+ (function(d,f){var i=d.webshims.browserVersion;if(!(d.browser.mozilla&&5<i)&&(!d.browser.msie||12>i&&7<i)){var h={article:"article",aside:"complementary",section:"region",nav:"navigation",address:"contentinfo"},o=function(d,f){d.getAttribute("role")||d.setAttribute("role",f)};d.webshims.addReady(function(j,n){d.each(h,function(f,h){for(var i=d(f,j).add(n.filter(f)),p=0,s=i.length;p<s;p++)o(i[p],h)});if(j===f){var i=f.getElementsByTagName("header")[0],u=f.getElementsByTagName("footer"),p=u.length;
20
+ i&&!d(i).closest("section, article")[0]&&o(i,"banner");p&&(i=u[p-1],d(i).closest("section, article")[0]||o(i,"contentinfo"))}})}})(jQuery,document);
21
+ (function(d,f,i){var h=f.audio&&f.video,o=!1;if(h)d=document.createElement("video"),f.videoBuffered="buffered"in d,o="loop"in d,i.capturingEvents("play,playing,waiting,paused,ended,durationchange,loadedmetadata,canplay,volumechange".split(",")),f.videoBuffered||(i.addPolyfill("mediaelement-native-fix",{f:"mediaelement",test:f.videoBuffered,d:["dom-support"]}),i.reTest("mediaelement-native-fix"));jQuery.webshims.register("mediaelement-core",function(d,f,i,u,p){var g=f.mediaelement,v=f.cfg.mediaelement,
22
+ y=function(b,a){var b=d(b),c={src:b.attr("src")||"",elem:b,srcProp:b.prop("src")};if(!c.src)return c;var e=b.attr("type");if(e)c.type=e,c.container=d.trim(e.split(";")[0]);else if(a||(a=b[0].nodeName.toLowerCase(),"source"==a&&(a=(b.closest("video, audio")[0]||{nodeName:"video"}).nodeName.toLowerCase())),e=g.getTypeForSrc(c.src,a))c.type=e,c.container=e,f.warn("you should always provide a proper mime-type using the source element. "+c.src+" detected as: "+e),d.nodeName(b[0],"source")&&b.attr("type",
23
+ e);if(e=b.attr("media"))c.media=e;return c},A=swfobject.hasFlashPlayerVersion("9.0.115"),w=function(){f.ready("mediaelement-swf",function(){if(!g.createSWF)f.modules["mediaelement-swf"].test=d.noop,f.reTest(["mediaelement-swf"],h)})};g.mimeTypes={audio:{"audio/ogg":["ogg","oga","ogm"],"audio/mpeg":["mp2","mp3","mpga","mpega"],"audio/mp4":"mp4,mpg4,m4r,m4a,m4p,m4b,aac".split(","),"audio/wav":["wav"],"audio/3gpp":["3gp","3gpp"],"audio/webm":["webm"],"audio/fla":["flv","f4a","fla"],"application/x-mpegURL":["m3u8",
24
+ "m3u"]},video:{"video/ogg":["ogg","ogv","ogm"],"video/mpeg":["mpg","mpeg","mpe"],"video/mp4":["mp4","mpg4","m4v"],"video/quicktime":["mov","qt"],"video/x-msvideo":["avi"],"video/x-ms-asf":["asf","asx"],"video/flv":["flv","f4v"],"video/3gpp":["3gp","3gpp"],"video/webm":["webm"],"application/x-mpegURL":["m3u8","m3u"],"video/MP2T":["ts"]}};g.mimeTypes.source=d.extend({},g.mimeTypes.audio,g.mimeTypes.video);g.getTypeForSrc=function(b,a){if(-1!=b.indexOf("youtube.com/watch?")||-1!=b.indexOf("youtube.com/v/"))return"video/youtube";
25
+ var b=b.split("?")[0].split("."),b=b[b.length-1],c;d.each(g.mimeTypes[a],function(a,d){if(-1!==d.indexOf(b))return c=a,!1});return c};g.srces=function(b,a){b=d(b);if(a)b.removeAttr("src").removeAttr("type").find("source").remove(),d.isArray(a)||(a=[a]),a.forEach(function(a){var d=u.createElement("source");"string"==typeof a&&(a={src:a});d.setAttribute("src",a.src);a.type&&d.setAttribute("type",a.type);a.media&&d.setAttribute("media",a.media);b.append(d)});else{var a=[],c=b[0].nodeName.toLowerCase(),
26
+ e=y(b,c);e.src?a.push(e):d("source",b).each(function(){e=y(this,c);e.src&&a.push(e)});return a}};d.fn.loadMediaSrc=function(b,a){return this.each(function(){a!==p&&(d(this).removeAttr("poster"),a&&d.attr(this,"poster",a));g.srces(this,b);d(this).mediaLoad()})};g.swfMimeTypes="video/3gpp,video/x-msvideo,video/quicktime,video/x-m4v,video/mp4,video/m4p,video/x-flv,video/flv,audio/mpeg,audio/aac,audio/mp4,audio/x-m4a,audio/m4a,audio/mp3,audio/x-fla,audio/fla,youtube/flv,jwplayer/jwplayer,video/youtube".split(",");
27
+ g.canSwfPlaySrces=function(b,a){var c="";A&&(b=d(b),a=a||g.srces(b),d.each(a,function(a,b){if(b.container&&b.src&&-1!=g.swfMimeTypes.indexOf(b.container))return c=b,!1}));return c};var m={};g.canNativePlaySrces=function(b,a){var c="";if(h){var b=d(b),e=(b[0].nodeName||"").toLowerCase();if(!m[e])return c;a=a||g.srces(b);d.each(a,function(a,d){if(d.type&&m[e].prop._supvalue.call(b[0],d.type))return c=d,!1})}return c};g.setError=function(b,a){a||(a="can't play sources");d(b).pause().data("mediaerror",
28
+ a);f.warn("mediaelementError: "+a);setTimeout(function(){d(b).data("mediaerror")&&d(b).trigger("mediaerror")},1)};var q=function(){var b;return function(a,d,e){f.ready("mediaelement-swf",function(){g.createSWF?g.createSWF(a,d,e):b||(b=!0,w(),q(a,d,e))})}}(),l=function(b,a,d,e,f){d||!1!==d&&a&&"flash"==a.isActive?(d=g.canSwfPlaySrces(b,e))?q(b,d,a):f?g.setError(b,!1):l(b,a,!1,e,!0):(d=g.canNativePlaySrces(b,e))?a&&"flash"==a.isActive&&g.setActive(b,"html5",a):f?(g.setError(b,!1),a&&"flash"==a.isActive&&
29
+ g.setActive(b,"html5",a)):l(b,a,!0,e,!0)},t=/^(?:embed|object|datalist)$/i,z=function(b,a){var c=f.data(b,"mediaelementBase")||f.data(b,"mediaelementBase",{}),e=g.srces(b),h=b.parentNode;clearTimeout(c.loadTimer);d.data(b,"mediaerror",!1);if(e.length&&h&&!(1!=h.nodeType||t.test(h.nodeName||"")))a=a||f.data(b,"mediaelement"),l(b,a,v.preferFlash||p,e)};d(u).bind("ended",function(b){var a=f.data(b.target,"mediaelement");(!o||a&&"html5"!=a.isActive||d.prop(b.target,"loop"))&&setTimeout(function(){!d.prop(b.target,
30
+ "paused")&&d.prop(b.target,"loop")&&d(b.target).prop("currentTime",0).play()},1)});o||f.defineNodeNamesBooleanProperty(["audio","video"],"loop");["audio","video"].forEach(function(b){var a=f.defineNodeNameProperty(b,"load",{prop:{value:function(){var b=f.data(this,"mediaelement");z(this,b);h&&(!b||"html5"==b.isActive)&&a.prop._supvalue&&a.prop._supvalue.apply(this,arguments)}}});m[b]=f.defineNodeNameProperty(b,"canPlayType",{prop:{value:function(a){var e="";h&&m[b].prop._supvalue&&(e=m[b].prop._supvalue.call(this,
31
+ a),"no"==e&&(e=""));!e&&A&&(a=d.trim((a||"").split(";")[0]),-1!=g.swfMimeTypes.indexOf(a)&&(e="maybe"));return e}}})});f.onNodeNamesPropertyModify(["audio","video"],["src","poster"],{set:function(){var b=this,a=f.data(b,"mediaelementBase")||f.data(b,"mediaelementBase",{});clearTimeout(a.loadTimer);a.loadTimer=setTimeout(function(){z(b);b=null},9)}});h&&f.isReady("mediaelement-core",!0);f.addReady(function(b,a){d("video, audio",b).add(a.filter("video, audio")).each(function(){d.browser.msie&&8<f.browserVersion&&
32
+ d.prop(this,"paused")&&!d.prop(this,"readyState")&&d(this).is('audio[preload="none"][controls]:not([autoplay])')?d(this).prop("preload","metadata").mediaLoad():z(this);if(h){var a,b,g=this,i=function(){var a=d.prop(g,"buffered");if(a){for(var b="",c=0,e=a.length;c<e;c++)b+=a.end(c);return b}},l=function(){var a=i();a!=b&&(b=a,d(g).triggerHandler("progress"))};d(this).bind("play loadstart progress",function(d){"progress"==d.type&&(b=i());clearTimeout(a);a=setTimeout(l,999)}).bind("emptied stalled mediaerror abort suspend",
33
+ function(d){"emptied"==d.type&&(b=!1);clearTimeout(a)})}})});h&&A&&f.ready("WINDOWLOAD mediaelement",w)})})(jQuery,Modernizr,jQuery.webshims);
34
+ jQuery.webshims.register("mediaelement-swf",function(d,f,i,h,o,j){var n=f.mediaelement,s=i.swfobject,u=Modernizr.audio&&Modernizr.video,p=s.hasFlashPlayerVersion("9.0.115"),g=0,i={paused:!0,ended:!1,currentSrc:"",duration:i.NaN,readyState:0,networkState:0,videoHeight:0,videoWidth:0,error:null,buffered:{start:function(a){if(a)f.error("buffered index size error");else return 0},end:function(a){if(a)f.error("buffered index size error");else return 0},length:0}},v=Object.keys(i),y={currentTime:0,volume:1,
35
+ muted:!1};Object.keys(y);var A=d.extend({isActive:"html5",activating:"html5",wasSwfReady:!1,_bufferedEnd:0,_bufferedStart:0,_metadata:!1,_durationCalcs:-1,_callMeta:!1,currentTime:0,_ppFlag:o},i,y),w=/^jwplayer-/,m=function(a){if(a=h.getElementById(a.replace(w,"")))return a=f.data(a,"mediaelement"),"flash"==a.isActive?a:null},q=function(a){return(a=f.data(a,"mediaelement"))&&"flash"==a.isActive?a:null},l=function(a,b){b=d.Event(b);b.preventDefault();d.event.trigger(b,o,a)},t=j.playerPath||f.cfg.basePath+
36
+ "jwplayer/"+(j.playerName||"player.swf"),z=j.pluginPath||f.cfg.basePath+"swf/jwwebshims.swf";f.extendUNDEFProp(j.jwParams,{allowscriptaccess:"always",allowfullscreen:"true",wmode:"transparent"});f.extendUNDEFProp(j.jwVars,{screencolor:"ffffffff"});f.extendUNDEFProp(j.jwAttrs,{bgcolor:"#000000"});var b=function(a,b){var c=a.duration;if(!(c&&0<a._durationCalcs)){try{if(a.duration=a.jwapi.getPlaylist()[0].duration,!a.duration||0>=a.duration||a.duration===a._lastDuration)a.duration=c}catch(e){}a.duration&&
37
+ a.duration!=a._lastDuration?(l(a._elem,"durationchange"),("audio"==a._elemNodeName||a._callMeta)&&n.jwEvents.Model.META(d.extend({duration:a.duration},b),a),a._durationCalcs--):a._durationCalcs++}},a=function(b,d){3>b&&clearTimeout(d._canplaythroughTimer);if(3<=b&&3>d.readyState)d.readyState=b,l(d._elem,"canplay"),clearTimeout(d._canplaythroughTimer),d._canplaythroughTimer=setTimeout(function(){a(4,d)},4E3);if(4<=b&&4>d.readyState)d.readyState=b,l(d._elem,"canplaythrough");d.readyState=b};n.jwEvents=
38
+ {View:{PLAY:function(a){var b=m(a.id);if(b&&!b.stopPlayPause&&(b._ppFlag=!0,b.paused==a.state)){b.paused=!a.state;if(b.ended)b.ended=!1;l(b._elem,a.state?"play":"pause")}}},Model:{BUFFER:function(c){var r=m(c.id);if(r&&"percentage"in c&&r._bufferedEnd!=c.percentage){r.networkState=100==c.percentage?1:2;(isNaN(r.duration)||5<c.percentage&&25>c.percentage||100===c.percentage)&&b(r,c);if(r.ended)r.ended=!1;if(r.duration){2<c.percentage&&20>c.percentage?a(3,r):20<c.percentage&&a(4,r);if(r._bufferedEnd&&
39
+ r._bufferedEnd>c.percentage)r._bufferedStart=r.currentTime||0;r._bufferedEnd=c.percentage;r.buffered.length=1;if(100==c.percentage)r.networkState=1,a(4,r);d.event.trigger("progress",o,r._elem,!0)}}},META:function(b,d){if(d=d&&d.networkState?d:m(b.id))if("duration"in b){if(!d._metadata||!((!b.height||d.videoHeight==b.height)&&b.duration===d.duration)){d._metadata=!0;var c=d.duration;if(b.duration)d.duration=b.duration;d._lastDuration=d.duration;if(b.height||b.width)d.videoHeight=b.height||0,d.videoWidth=
40
+ b.width||0;if(!d.networkState)d.networkState=2;1>d.readyState&&a(1,d);d.duration&&c!==d.duration&&l(d._elem,"durationchange");l(d._elem,"loadedmetadata")}}else d._callMeta=!0},TIME:function(d){var c=m(d.id);if(c&&c.currentTime!==d.position){c.currentTime=d.position;c.duration&&c.duration<c.currentTime&&b(c,d);2>c.readyState&&a(2,c);if(c.ended)c.ended=!1;l(c._elem,"timeupdate")}},STATE:function(d){var c=m(d.id);if(c)switch(d.newstate){case "BUFFERING":if(c.ended)c.ended=!1;a(1,c);l(c._elem,"waiting");
41
+ break;case "PLAYING":c.paused=!1;c._ppFlag=!0;c.duration||b(c,d);3>c.readyState&&a(3,c);if(c.ended)c.ended=!1;l(c._elem,"playing");break;case "PAUSED":if(!c.paused&&!c.stopPlayPause)c.paused=!0,c._ppFlag=!0,l(c._elem,"pause");break;case "COMPLETED":4>c.readyState&&a(4,c),c.ended=!0,l(c._elem,"ended")}}},Controller:{ERROR:function(a){var b=m(a.id);b&&n.setError(b._elem,a.message)},SEEK:function(a){var b=m(a.id);if(b){if(b.ended)b.ended=!1;if(b.paused)try{b.jwapi.sendEvent("play","false")}catch(d){}if(b.currentTime!=
42
+ a.position)b.currentTime=a.position,l(b._elem,"timeupdate")}},VOLUME:function(a){var b=m(a.id);if(b&&(a=a.percentage/100,b.volume!=a))b.volume=a,l(b._elem,"volumechange")},MUTE:function(a){if(!a.state){var b=m(a.id);if(b&&b.muted!=a.state)b.muted=a.state,l(b._elem,"volumechange")}}}};var c=function(a){d.each(n.jwEvents,function(b,c){d.each(c,function(d){a.jwapi["add"+b+"Listener"](d,"jQuery.webshims.mediaelement.jwEvents."+b+"."+d)})})},e=function(a){a&&(a._ppFlag===o&&d.prop(a._elem,"autoplay")||
43
+ !a.paused)&&setTimeout(function(){if("flash"==a.isActive&&(a._ppFlag===o||!a.paused))try{d(a._elem).play()}catch(b){}},1)},k=function(a){if(a&&"video"==a._elemNodeName){var b,c,e,f,g,x,h,j,i=function(i,k){if(k&&i&&!(1>k||1>i||"flash"!=a.isActive))if(b&&(b.remove(),b=!1),f=i,g=k,clearTimeout(h),c="auto"==a._elem.style.width,e="auto"==a._elem.style.height,c||e){x=x||d(a._elem).getShadowElement();var l;c&&!e?(l=x.height(),i*=l/k,k=l):!c&&e&&(l=x.width(),k*=l/i,i=l);j=!0;setTimeout(function(){j=!1},9);
44
+ x.css({width:i,height:k})}},k=function(){if(!("flash"!=a.isActive||d.prop(a._elem,"readyState")&&d.prop(this,"videoWidth"))){var f=d.prop(a._elem,"poster");if(f&&(c="auto"==a._elem.style.width,e="auto"==a._elem.style.height,c||e))b&&(b.remove(),b=!1),b=d('<img style="position: absolute; height: auto; width: auto; top: 0px; left: 0px; visibility: hidden;" />'),b.bind("load error alreadycomplete",function(){clearTimeout(h);var a=this,c=a.naturalWidth||a.width||a.offsetWidth,e=a.naturalHeight||a.height||
45
+ a.offsetHeight;e&&c?(i(c,e),a=null):setTimeout(function(){c=a.naturalWidth||a.width||a.offsetWidth;e=a.naturalHeight||a.height||a.offsetHeight;i(c,e);b&&(b.remove(),b=!1);a=null},9);d(this).unbind()}).prop("src",f).appendTo("body").each(function(){this.complete||this.error?d(this).triggerHandler("alreadycomplete"):(clearTimeout(h),h=setTimeout(function(){d(a._elem).triggerHandler("error")},9999))})}};d(a._elem).bind("loadedmetadata",function(){i(d.prop(this,"videoWidth"),d.prop(this,"videoHeight"))}).bind("emptied",
46
+ k).bind("swfstageresize",function(){j||i(f,g)}).bind("emptied",function(){f=void 0;g=void 0}).triggerHandler("swfstageresize");k();d.prop(a._elem,"readyState")&&i(d.prop(a._elem,"videoWidth"),d.prop(a._elem,"videoHeight"))}};n.playerResize=function(a){a&&(a=h.getElementById(a.replace(w,"")))&&d(a).triggerHandler("swfstageresize")};d(h).bind("emptied",function(a){a=q(a.target);e(a)});var E;n.jwPlayerReady=function(a){var b=m(a.id);if(b&&b.jwapi){clearTimeout(E);b.jwData=a;b.shadowElem.removeClass("flashblocker-assumed");
47
+ b.wasSwfReady?d(b._elem).mediaLoad():(a=parseFloat(a.version,10),(5.6>a||6<=a)&&f.warn("mediaelement-swf is only testet with jwplayer 5.6+"),d.prop(b._elem,"volume",b.volume),d.prop(b._elem,"muted",b.muted),c(b));b.wasSwfReady=!0;var a=b.actionQueue.length,J=0,g;if(a&&"flash"==b.isActive)for(;b.actionQueue.length&&a>J;)J++,g=b.actionQueue.shift(),b.jwapi[g.fn].apply(b.jwapi,g.args);if(b.actionQueue.length)b.actionQueue=[];e(b)}};var F=d.noop;if(u){var K={play:1,playing:1},C="play,pause,playing,canplay,progress,waiting,ended,loadedmetadata,durationchange,emptied".split(","),
48
+ H=C.map(function(a){return a+".webshimspolyfill"}).join(" "),B=function(a){var b=f.data(a.target,"mediaelement");b&&(a.originalEvent&&a.originalEvent.type===a.type)==("flash"==b.activating)&&(a.stopImmediatePropagation(),K[a.type]&&b.isActive!=b.activating&&d(a.target).pause())},F=function(a){d(a).unbind(H).bind(H,B);C.forEach(function(b){f.moveToFirstEvent(a,b)})};F(h)}n.setActive=function(a,b,c){c||(c=f.data(a,"mediaelement"));if(c&&c.isActive!=b){"html5"!=b&&"flash"!=b&&f.warn("wrong type for mediaelement activating: "+
49
+ b);var e=f.data(a,"shadowData");c.activating=b;d(a).pause();c.isActive=b;"flash"==b?(e.shadowElement=e.shadowFocusElement=c.shadowElem[0],d(a).hide().getShadowElement().show()):(d(a).show().getShadowElement().hide(),e.shadowElement=e.shadowFocusElement=!1)}};var L=function(){var b="_bufferedEnd,_bufferedStart,_metadata,_ppFlag,currentSrc,currentTime,duration,ended,networkState,paused,videoHeight,videoWidth,_callMeta,_durationCalcs".split(","),d=b.length;return function(c){if(c){var e=d,f=c.networkState;
50
+ for(a(0,c);--e;)delete c[b[e]];c.actionQueue=[];c.buffered.length=0;f&&l(c._elem,"emptied")}}}(),I=function(a,b){var c=a._elem,e=a.shadowElem;d(c)[b?"addClass":"removeClass"]("webshims-controls");"audio"==a._elemNodeName&&!b?e.css({width:0,height:0}):e.css({width:c.style.width||d(c).width(),height:c.style.height||d(c).height()})};n.createSWF=function(a,b,c){if(p){1>g?g=1:g++;var e=d.extend({},j.jwVars,{image:d.prop(a,"poster")||"",file:b.srcProp}),h=d(a).data("jwvars")||{};if(c&&c.swfCreated)n.setActive(a,
51
+ "flash",c),L(c),c.currentSrc=b.srcProp,d.extend(e,h),j.changeJW(e,a,b,c,"load"),D(a,"sendEvent",["LOAD",e]);else{var i=d.prop(a,"controls"),x="jwplayer-"+f.getID(a),l=d.extend({},j.jwParams,d(a).data("jwparams")),m=a.nodeName.toLowerCase(),o=d.extend({},j.jwAttrs,{name:x,id:x},d(a).data("jwattrs")),q=d('<div class="polyfill-'+m+' polyfill-mediaelement" id="wrapper-'+x+'"><div id="'+x+'"></div>').css({position:"relative",overflow:"hidden"}),c=f.data(a,"mediaelement",f.objectCreate(A,{actionQueue:{value:[]},
52
+ shadowElem:{value:q},_elemNodeName:{value:m},_elem:{value:a},currentSrc:{value:b.srcProp},swfCreated:{value:!0},buffered:{value:{start:function(a){if(a>=c.buffered.length)f.error("buffered index size error");else return 0},end:function(a){if(a>=c.buffered.length)f.error("buffered index size error");else return(c.duration-c._bufferedStart)*c._bufferedEnd/100+c._bufferedStart},length:0}}}));I(c,i);q.insertBefore(a);u&&d.extend(c,{volume:d.prop(a,"volume"),muted:d.prop(a,"muted")});d.extend(e,{id:x,
53
+ controlbar:i?j.jwVars.controlbar||("video"==m?"over":"bottom"):"video"==m?"none":"bottom",icons:""+(i&&"video"==m)},h,{playerready:"jQuery.webshims.mediaelement.jwPlayerReady"});e.plugins=e.plugins?e.plugins+(","+z):z;f.addShadowDom(a,q);F(a);n.setActive(a,"flash",c);j.changeJW(e,a,b,c,"embed");k(c);s.embedSWF(t,x,"100%","100%","9.0.0",!1,e,l,o,function(b){if(b.success)c.jwapi=b.ref,i||d(b.ref).attr("tabindex","-1").css("outline","none"),setTimeout(function(){if(!b.ref.parentNode&&q[0].parentNode||
54
+ "none"==b.ref.style.display)q.addClass("flashblocker-assumed"),d(a).trigger("flashblocker"),f.warn("flashblocker assumed");d(b.ref).css({minHeight:"2px",minWidth:"2px",display:"block"})},9),E||(clearTimeout(E),E=setTimeout(function(){var a=d(b.ref);1<a[0].offsetWidth&&1<a[0].offsetHeight&&0===location.protocol.indexOf("file:")?f.error("Add your local development-directory to the local-trusted security sandbox: http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html"):
55
+ (2>a[0].offsetWidth||2>a[0].offsetHeight)&&f.info("JS-SWF connection can't be established on hidden or unconnected flash objects")},8E3))})}}else setTimeout(function(){d(a).mediaLoad()},1)};var D=function(a,b,c,d){return(d=d||q(a))?(d.jwapi&&d.jwapi[b]?d.jwapi[b].apply(d.jwapi,c||[]):(d.actionQueue.push({fn:b,args:c}),10<d.actionQueue.length&&setTimeout(function(){5<d.actionQueue.length&&d.actionQueue.shift()},99)),d):!1};["audio","video"].forEach(function(a){var b={},c,e=function(d){"audio"==a&&
56
+ ("videoHeight"==d||"videoWidth"==d)||(b[d]={get:function(){var a=q(this);return a?a[d]:u&&c[d].prop._supget?c[d].prop._supget.apply(this):A[d]},writeable:!1})},g=function(a,c){e(a);delete b[a].writeable;b[a].set=c};g("volume",function(a){var b=q(this);if(b){if(a*=100,!isNaN(a)){var d=b.muted;(0>a||100<a)&&f.error("volume greater or less than allowed "+a/100);D(this,"sendEvent",["VOLUME",a],b);if(d)try{b.jwapi.sendEvent("mute","true")}catch(e){}a/=100;if(!(b.volume==a||"flash"!=b.isActive))b.volume=
57
+ a,l(b._elem,"volumechange")}}else if(c.volume.prop._supset)return c.volume.prop._supset.apply(this,arguments)});g("muted",function(a){var b=q(this);if(b){if(a=!!a,D(this,"sendEvent",["mute",""+a],b),!(b.muted==a||"flash"!=b.isActive))b.muted=a,l(b._elem,"volumechange")}else if(c.muted.prop._supset)return c.muted.prop._supset.apply(this,arguments)});g("currentTime",function(a){var b=q(this);if(b){if(a*=1,!isNaN(a)){if(b.paused)clearTimeout(b.stopPlayPause),b.stopPlayPause=setTimeout(function(){b.paused=
58
+ !0;b.stopPlayPause=!1},50);D(this,"sendEvent",["SEEK",""+a],b);if(b.paused){if(0<b.readyState)b.currentTime=a,l(b._elem,"timeupdate");try{b.jwapi.sendEvent("play","false")}catch(d){}}}}else if(c.currentTime.prop._supset)return c.currentTime.prop._supset.apply(this,arguments)});["play","pause"].forEach(function(a){b[a]={value:function(){var b=q(this);if(b)b.stopPlayPause&&clearTimeout(b.stopPlayPause),D(this,"sendEvent",["play","play"==a],b),setTimeout(function(){if("flash"==b.isActive&&(b._ppFlag=
59
+ !0,b.paused!=("play"!=a)))b.paused="play"!=a,l(b._elem,a)},1);else if(c[a].prop._supvalue)return c[a].prop._supvalue.apply(this,arguments)}}});v.forEach(e);f.onNodeNamesPropertyModify(a,"controls",function(b,c){var e=q(this);d(this)[c?"addClass":"removeClass"]("webshims-controls");if(e){try{D(this,c?"showControls":"hideControls",[a],e)}catch(g){f.warn("you need to generate a crossdomain.xml")}"audio"==a&&I(e,c);d(e.jwapi).attr("tabindex",c?"0":"-1")}});c=f.defineNodeNameProperties(a,b,"prop")});if(p){var M=
60
+ d.cleanData,N=d.browser.msie&&9>f.browserVersion,O={object:1,OBJECT:1};d.cleanData=function(a){var b,c,d;if(a&&(c=a.length)&&g)for(b=0;b<c;b++)if(O[a[b].nodeName]){if("sendEvent"in a[b]){g--;try{a[b].sendEvent("play",!1)}catch(e){}}if(N)try{for(d in a[b])"function"==typeof a[b][d]&&(a[b][d]=null)}catch(f){}}return M.apply(this,arguments)}}if(!u){var G=h.createElement("a");["poster","src"].forEach(function(a){f.defineNodeNamesProperty("src"==a?["audio","video","source"]:["video"],a,{prop:{get:function(){var b=
61
+ this.getAttribute(a);if(null==b)return"";G.setAttribute("href",b+"");return!d.support.hrefNormalized?G.getAttribute("href",4):G.href},set:function(b){d.attr(this,a,b)}}})});["autoplay","controls"].forEach(function(a){f.defineNodeNamesBooleanProperty(["audio","video"],a)});f.defineNodeNamesProperties(["audio","video"],{HAVE_CURRENT_DATA:{value:2},HAVE_ENOUGH_DATA:{value:4},HAVE_FUTURE_DATA:{value:3},HAVE_METADATA:{value:1},HAVE_NOTHING:{value:0},NETWORK_EMPTY:{value:0},NETWORK_IDLE:{value:1},NETWORK_LOADING:{value:2},
62
+ NETWORK_NO_SOURCE:{value:3}},"prop")}});
@@ -0,0 +1,5 @@
1
+ jQuery.webshims.register("details",function(b,f,k,l,m,h){var i=function(a){var c=b(a).parent("details");if(c[0]&&c.children(":first").get(0)===a)return c},j=function(a,c){var a=b(a),c=b(c),d=b.data(c[0],"summaryElement");b.data(a[0],"detailsElement",c);if(!d||a[0]!==d[0])d&&(d.hasClass("fallback-summary")?d.remove():d.unbind(".summaryPolyfill").removeData("detailsElement").removeAttr("role").removeAttr("tabindex").removeAttr("aria-expanded").removeClass("summary-button").find("span.details-open-indicator").remove()),
2
+ b.data(c[0],"summaryElement",a),c.prop("open",c.prop("open"))};f.createElement("summary",function(){var a=i(this);if(a&&!b.data(this,"detailsElement")){var c,d,e=b.attr(this,"tabIndex")||"0";j(this,a);b(this).bind("focus.summaryPolyfill",function(){b(this).addClass("summary-has-focus")}).bind("blur.summaryPolyfill",function(){b(this).removeClass("summary-has-focus")}).bind("mouseenter.summaryPolyfill",function(){b(this).addClass("summary-has-hover")}).bind("mouseleave.summaryPolyfill",function(){b(this).removeClass("summary-has-hover")}).bind("click.summaryPolyfill",
3
+ function(a){var e=i(this);if(e){if(!d&&a.originalEvent)return d=!0,a.stopImmediatePropagation(),a.preventDefault(),b(this).trigger("click"),d=!1;clearTimeout(c);c=setTimeout(function(){a.isDefaultPrevented()||e.prop("open",!e.prop("open"))},0)}}).bind("keydown.summaryPolyfill",function(a){if((13==a.keyCode||32==a.keyCode)&&!a.isDefaultPrevented())d=!0,a.preventDefault(),b(this).trigger("click"),d=!1}).attr({tabindex:e,role:"button"}).prepend('<span class="details-open-indicator" />');f.moveToFirstEvent(this,
4
+ "click")}});var g;f.defineNodeNamesBooleanProperty("details","open",function(a){var c=b(b.data(this,"summaryElement"));if(c){var d=a?"removeClass":"addClass",e=b(this);if(!g&&h.animate){e.stop().css({width:"",height:""});var f={width:e.width(),height:e.height()}}c.attr("aria-expanded",""+a);e[d]("closed-details-summary").children().not(c[0])[d]("closed-details-child");!g&&h.animate&&(a={width:e.width(),height:e.height()},e.css(f).animate(a,{complete:function(){b(this).css({width:"",height:""})}}))}});
5
+ f.createElement("details",function(){g=!0;var a=b.data(this,"summaryElement");a||(a=b("> summary:first-child",this),a[0]?j(a,this):(b(this).prependPolyfill('<summary class="fallback-summary">'+h.text+"</summary>"),b.data(this,"summaryElement")));b.prop(this,"open",b.prop(this,"open"));g=!1})});
@@ -0,0 +1,20 @@
1
+ (function(e){if(!Modernizr.genericDOM){var h=document,k,g,j=/<([\w:]+)/,s={option:1,optgroup:1,legend:1,thead:1,tr:1,td:1,col:1,area:1};e.webshims.fixHTML5=function(e){if("string"!=typeof e||s[(j.exec(e)||["",""])[1].toLowerCase()])return e;if(!g){k=h.body;if(!k)return e;g=h.createElement("div");g.style.display="none"}var i=g.cloneNode(!1);k.appendChild(i);i.innerHTML=e;k.removeChild(i);return i.childNodes}}})(jQuery);
2
+ jQuery.webshims.register("dom-extend",function(e,h,k,g,j){var s=h.modules,t=/\s*,\s*/,i={},u={},l={},A={},n={},y=e.fn.val,B=function(b,a,c,d,f){return f?y.call(e(b)):y.call(e(b),c)};e.fn.val=function(b){var a=this[0];arguments.length&&null==b&&(b="");if(!arguments.length)return!a||1!==a.nodeType?y.call(this):e.prop(a,"value",b,"val",!0);if(e.isArray(b))return y.apply(this,arguments);var c=e.isFunction(b);return this.each(function(d){a=this;1===a.nodeType&&(c?(d=b.call(a,d,e.prop(a,"value",j,"val",
3
+ !0)),null==d&&(d=""),e.prop(a,"value",d,"val")):e.prop(a,"value",b,"val"))})};var o="_webshimsLib"+Math.round(1E3*Math.random()),x=function(b,a,c){b=b.jquery?b[0]:b;if(!b)return c||{};var d=e.data(b,o);c!==j&&(d||(d=e.data(b,o,{})),a&&(d[a]=c));return a?d&&d[a]:d};[{name:"getNativeElement",prop:"nativeElement"},{name:"getShadowElement",prop:"shadowElement"},{name:"getShadowFocusElement",prop:"shadowFocusElement"}].forEach(function(b){e.fn[b.name]=function(){return this.map(function(){var a=x(this,
4
+ "shadowData");return a&&a[b.prop]||this})}});["removeAttr","prop","attr"].forEach(function(b){i[b]=e[b];e[b]=function(a,c,d,f,v){var p="val"==f,h=!p?i[b]:B;if(!a||!u[c]||1!==a.nodeType||!p&&f&&"attr"==b&&e.attrFn[c])return h(a,c,d,f,v);var q=(a.nodeName||"").toLowerCase(),r=l[q],w="attr"==b&&(!1===d||null===d)?"removeAttr":b,g,m,k;r||(r=l["*"]);r&&(r=r[c]);r&&(g=r[w]);if(g){if("value"==c)m=g.isVal,g.isVal=p;if("removeAttr"===w)return g.value.call(a);if(d===j)return g.get?g.get.call(a):g.value;g.set&&
5
+ ("attr"==b&&!0===d&&(d=c),k=g.set.call(a,d));if("value"==c)g.isVal=m}else k=h(a,c,d,f,v);if((d!==j||"removeAttr"===w)&&n[q]&&n[q][c]){var s;s="removeAttr"==w?!1:"prop"==w?!!d:!0;n[q][c].forEach(function(c){if(!c.only||(c.only="prop"==b)||"attr"==c.only&&"prop"!=b)c.call(a,d,s,p?"val":w,b)})}return k};A[b]=function(a,c,d){l[a]||(l[a]={});l[a][c]||(l[a][c]={});var f=l[a][c][b],v=function(a,f,q){return f&&f[a]?f[a]:q&&q[a]?q[a]:"prop"==b&&"value"==c?function(a){return d.isVal?B(this,c,a,!1,0===arguments.length):
6
+ i[b](this,c,a)}:"prop"==b&&"value"==a&&d.value.apply?function(a){var d=i[b](this,c);d&&d.apply&&(d=d.apply(this,arguments));return d}:function(a){return i[b](this,c,a)}};l[a][c][b]=d;if(d.value===j){if(!d.set)d.set=d.writeable?v("set",d,f):h.cfg.useStrict&&"prop"==c?function(){throw c+" is readonly on "+a;}:e.noop;if(!d.get)d.get=v("get",d,f)}["value","get","set"].forEach(function(a){d[a]&&(d["_sup"+a]=v(a,f))})}});var C=!e.browser.msie||8<parseInt(e.browser.version,10),D=function(){var b=h.getPrototypeOf(g.createElement("foobar")),
7
+ a=Object.prototype.hasOwnProperty;return function(c,d,f){var e=g.createElement(c),p=h.getPrototypeOf(e);if(C&&p&&b!==p&&(!e[d]||!a.call(e,d))){var i=e[d];f._supvalue=function(){return i&&i.apply?i.apply(this,arguments):i};p[d]=f.value}else f._supvalue=function(){var a=x(this,"propValue");return a&&a[d]&&a[d].apply?a[d].apply(this,arguments):a&&a[d]},m.extendValue(c,d,f.value);f.value._supvalue=f._supvalue}}(),m=function(){var b={};h.addReady(function(a,c){var d={},g=function(b){d[b]||(d[b]=e(a.getElementsByTagName(b)),
8
+ c[0]&&e.nodeName(c[0],b)&&(d[b]=d[b].add(c)))};e.each(b,function(a,c){g(a);!c||!c.forEach?h.warn("Error: with "+a+"-property. methods: "+c):c.forEach(function(c){d[a].each(c)})});d=null});var a,c=e([]),d=function(c,d){b[c]?b[c].push(d):b[c]=[d];e.isDOMReady&&(a||e(g.getElementsByTagName(c))).each(d)};return{createTmpCache:function(b){e.isDOMReady&&(a=a||e(g.getElementsByTagName(b)));return a||c},flushTmpCache:function(){a=null},content:function(a,c){d(a,function(){var a=e.attr(this,c);null!=a&&e.attr(this,
9
+ c,a)})},createElement:function(a,c){d(a,c)},extendValue:function(a,c,b){d(a,function(){e(this).each(function(){x(this,"propValue",{})[c]=this[c];this[c]=b})})}}}(),z=function(b,a){if(b.defaultValue===j)b.defaultValue="";if(!b.removeAttr)b.removeAttr={value:function(){b[a||"prop"].set.call(this,b.defaultValue);b.removeAttr._supvalue.call(this)}}};e.extend(h,{getID:function(){var b=(new Date).getTime();return function(a){var a=e(a),c=a.attr("id");c||(b++,c="ID-"+b,a.attr("id",c));return c}}(),extendUNDEFProp:function(b,
10
+ a){e.each(a,function(a,d){a in b||(b[a]=d)})},createPropDefault:z,data:x,moveToFirstEvent:function(){var b=e._data?"_data":"data";return function(a,c,d){if((a=(e[b](a,"events")||{})[c])&&1<a.length)c=a.pop(),d||(d="bind"),"bind"==d&&a.delegateCount?a.splice(a.delegateCount,0,c):a.unshift(c)}}(),addShadowDom:function(b,a,c){c=c||{};b.jquery&&(b=b[0]);a.jquery&&(a=a[0]);if(!c.shadowFocusElement)c.shadowFocusElement=a;var d=e.data(b,o)||e.data(b,o,{}),f=e.data(a,o)||e.data(a,o,{});d.hasShadow=a;f.nativeElement=
11
+ b;f.shadowData=d.shadowData={nativeElement:b,shadowElement:a,shadowFocusElement:c.shadowFocusElement};c.shadowChilds&&c.shadowChilds.each(function(){x(this,"shadowData",f.shadowData)});if(c.data)d.shadowData.data=c.data,f.shadowData.data=c.data;c=null},propTypes:{standard:function(b){z(b);if(!b.prop)b.prop={set:function(a){b.attr.set.call(this,""+a)},get:function(){return b.attr.get.call(this)||b.defaultValue}}},"boolean":function(b){z(b);if(!b.prop)b.prop={set:function(a){a?b.attr.set.call(this,
12
+ ""):b.removeAttr.value.call(this)},get:function(){return null!=b.attr.get.call(this)}}}},reflectProperties:function(b,a){"string"==typeof a&&(a=a.split(t));a.forEach(function(a){h.defineNodeNamesProperty(b,a,{prop:{set:function(b){e.attr(this,a,b)},get:function(){return e.attr(this,a)||""}}})})},defineNodeNameProperty:function(b,a,c){u[a]=!0;if(c.reflect)h.propTypes[c.propType||"standard"](c);["prop","attr","removeAttr"].forEach(function(d){var f=c[d];f&&(f="prop"===d?e.extend({writeable:!0},f):e.extend({},
13
+ f,{writeable:!0}),A[d](b,a,f),"*"!=b&&h.cfg.extendNative&&"prop"==d&&f.value&&e.isFunction(f.value)&&D(b,a,f),c[d]=f)});c.initAttr&&m.content(b,a);return c},defineNodeNameProperties:function(b,a,c,d){for(var e in a)!d&&a[e].initAttr&&m.createTmpCache(b),c&&(a[e][c]?h.log("override: "+b+"["+e+"] for "+c):(a[e][c]={},["value","set","get"].forEach(function(b){b in a[e]&&(a[e][c][b]=a[e][b],delete a[e][b])}))),a[e]=h.defineNodeNameProperty(b,e,a[e]);d||m.flushTmpCache();return a},createElement:function(b,
14
+ a,c){var d;e.isFunction(a)&&(a={after:a});m.createTmpCache(b);a.before&&m.createElement(b,a.before);c&&(d=h.defineNodeNameProperties(b,c,!1,!0));a.after&&m.createElement(b,a.after);m.flushTmpCache();return d},onNodeNamesPropertyModify:function(b,a,c,d){"string"==typeof b&&(b=b.split(t));e.isFunction(c)&&(c={set:c});b.forEach(function(b){n[b]||(n[b]={});"string"==typeof a&&(a=a.split(t));c.initAttr&&m.createTmpCache(b);a.forEach(function(a){n[b][a]||(n[b][a]=[],u[a]=!0);if(c.set){if(d)c.set.only=d;
15
+ n[b][a].push(c.set)}c.initAttr&&m.content(b,a)});m.flushTmpCache()})},defineNodeNamesBooleanProperty:function(b,a,c){c||(c={});if(e.isFunction(c))c.set=c;h.defineNodeNamesProperty(b,a,{attr:{set:function(b){this.setAttribute(a,b);c.set&&c.set.call(this,!0)},get:function(){return null==this.getAttribute(a)?j:a}},removeAttr:{value:function(){this.removeAttribute(a);c.set&&c.set.call(this,!1)}},reflect:!0,propType:"boolean",initAttr:c.initAttr||!1})},contentAttr:function(b,a,c){if(b.nodeName){if(c===
16
+ j)return c=(b.attributes[a]||{}).value,null==c?j:c;"boolean"==typeof c?c?b.setAttribute(a,a):b.removeAttribute(a):b.setAttribute(a,c)}},activeLang:function(){var b=[],a={},c,d,f=/:\/\/|^\.*\//,g=function(a,c,b){return c&&b&&-1!==e.inArray(c,b.availabeLangs||[])?(a.loading=!0,b=b.langSrc,f.test(b)||(b=h.cfg.basePath+b),h.loader.loadScript(b+c+".js",function(){a.langObj[c]?(a.loading=!1,j(a,!0)):e(function(){a.langObj[c]&&j(a,!0);a.loading=!1})}),!0):!1},i=function(b){a[b]&&a[b].forEach(function(a){a.callback()})},
17
+ j=function(a,b){if(a.activeLang!=c&&a.activeLang!==d){var e=s[a.module].options;if(a.langObj[c]||d&&a.langObj[d])a.activeLang=c,a.callback(a.langObj[c]||a.langObj[d],c),i(a.module);else if(!b&&!g(a,c,e)&&!g(a,d,e)&&a.langObj[""]&&""!==a.activeLang)a.activeLang="",a.callback(a.langObj[""],c),i(a.module)}};return function(f){if("string"==typeof f&&f!==c)c=f,d=c.split("-")[0],c==d&&(d=!1),e.each(b,function(a,b){j(b)});else if("object"==typeof f)if(f.register)a[f.register]||(a[f.register]=[]),a[f.register].push(f),
18
+ f.callback();else{if(!f.activeLang)f.activeLang="";b.push(f);j(f)}return c}}()});e.each({defineNodeNamesProperty:"defineNodeNameProperty",defineNodeNamesProperties:"defineNodeNameProperties",createElements:"createElement"},function(b,a){h[b]=function(b,d,e,g){"string"==typeof b&&(b=b.split(t));var i={};b.forEach(function(b){i[b]=h[a](b,d,e,g)});return i}});h.isReady("webshimLocalization",!0)});
19
+ (function(e,h){var k=e.webshims.browserVersion;if(!(e.browser.mozilla&&5<k)&&(!e.browser.msie||12>k&&7<k)){var g={article:"article",aside:"complementary",section:"region",nav:"navigation",address:"contentinfo"},j=function(e,g){e.getAttribute("role")||e.setAttribute("role",g)};e.webshims.addReady(function(k,t){e.each(g,function(g,h){for(var i=e(g,k).add(t.filter(g)),l=0,o=i.length;l<o;l++)j(i[l],h)});if(k===h){var i=h.getElementsByTagName("header")[0],u=h.getElementsByTagName("footer"),l=u.length;
20
+ i&&!e(i).closest("section, article")[0]&&j(i,"banner");l&&(i=u[l-1],e(i).closest("section, article")[0]||j(i,"contentinfo"))}})}})(jQuery,document);
@@ -0,0 +1,14 @@
1
+ (function(){var h=Function.prototype.call,i=Object.prototype,j=Array.prototype.slice,m,e;if(!Function.prototype.bind)Function.prototype.bind=function(f){var k=this;if("function"!=typeof k)throw new TypeError;var c=j.call(arguments,1),d=function(){if(this instanceof d){var e=function(){};e.prototype=k.prototype;var e=new e,a=k.apply(e,c.concat(j.call(arguments)));return null!==a&&Object(a)===a?a:e}return k.apply(f,c.concat(j.call(arguments)))};return d};e=h.bind(i.toString);m=h.bind(i.hasOwnProperty);
2
+ if(!Array.isArray)Array.isArray=function(f){return"[object Array]"==e(f)};if(!Array.prototype.forEach)Array.prototype.forEach=function(f,k){var c=l(this),d=0,a=c.length>>>0;if("[object Function]"!=e(f))throw new TypeError;for(;d<a;)d in c&&f.call(k,c[d],d,c),d++};if(!Array.prototype.map)Array.prototype.map=function(f,k){var c=l(this),d=c.length>>>0,a=Array(d);if("[object Function]"!=e(f))throw new TypeError;for(var b=0;b<d;b++)b in c&&(a[b]=f.call(k,c[b],b,c));return a};if(!Array.prototype.filter)Array.prototype.filter=
3
+ function(f,k){var c=l(this),d=c.length>>>0,a=[];if("[object Function]"!=e(f))throw new TypeError;for(var b=0;b<d;b++)b in c&&f.call(k,c[b],b,c)&&a.push(c[b]);return a};if(!Array.prototype.every)Array.prototype.every=function(f,a){var c=l(this),d=c.length>>>0;if("[object Function]"!=e(f))throw new TypeError;for(var b=0;b<d;b++)if(b in c&&!f.call(a,c[b],b,c))return!1;return!0};if(!Array.prototype.some)Array.prototype.some=function(f,a){var c=l(this),d=c.length>>>0;if("[object Function]"!=e(f))throw new TypeError;
4
+ for(var b=0;b<d;b++)if(b in c&&f.call(a,c[b],b,c))return!0;return!1};if(!Array.prototype.reduce)Array.prototype.reduce=function(f){var a=l(this),c=a.length>>>0;if("[object Function]"!=e(f))throw new TypeError;if(!c&&1==arguments.length)throw new TypeError;var d=0,b;if(2<=arguments.length)b=arguments[1];else{do{if(d in a){b=a[d++];break}if(++d>=c)throw new TypeError;}while(1)}for(;d<c;d++)d in a&&(b=f.call(void 0,b,a[d],d,a));return b};if(!Array.prototype.reduceRight)Array.prototype.reduceRight=function(f){var a=
5
+ l(this),c=a.length>>>0;if("[object Function]"!=e(f))throw new TypeError;if(!c&&1==arguments.length)throw new TypeError;var d,c=c-1;if(2<=arguments.length)d=arguments[1];else{do{if(c in a){d=a[c--];break}if(0>--c)throw new TypeError;}while(1)}do c in this&&(d=f.call(void 0,d,a[c],c,a));while(c--);return d};if(!Array.prototype.indexOf)Array.prototype.indexOf=function(a){var b=l(this),c=b.length>>>0;if(!c)return-1;var d=0;1<arguments.length&&(d=n(arguments[1]));for(d=0<=d?d:c-Math.abs(d);d<c;d++)if(d in
6
+ b&&b[d]===a)return d;return-1};if(!Array.prototype.lastIndexOf)Array.prototype.lastIndexOf=function(a){var b=l(this),c=b.length>>>0;if(!c)return-1;var d=c-1;1<arguments.length&&(d=n(arguments[1]));for(d=0<=d?d:c-Math.abs(d);0<=d;d--)if(d in b&&a===b[d])return d;return-1};if(!Object.keys){var b=!0,a="toString,toLocaleString,valueOf,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,constructor".split(","),o=a.length,g;for(g in{toString:null})b=!1;Object.keys=function(f){if("object"!=typeof f&&"function"!=
7
+ typeof f||null===f)throw new TypeError("Object.keys called on a non-object");var e=[],c;for(c in f)m(f,c)&&e.push(c);if(b)for(c=0;c<o;c++){var d=a[c];m(f,d)&&e.push(d)}return e}}if(!Date.prototype.toISOString)Date.prototype.toISOString=function(){var a,b,c;if(!isFinite(this))throw new RangeError;a=[this.getUTCFullYear(),this.getUTCMonth()+1,this.getUTCDate(),this.getUTCHours(),this.getUTCMinutes(),this.getUTCSeconds()];for(b=a.length;b--;)c=a[b],10>c&&(a[b]="0"+c);return a.slice(0,3).join("-")+"T"+
8
+ a.slice(3).join(":")+"."+("000"+this.getUTCMilliseconds()).slice(-3)+"Z"};if(!Date.now)Date.now=function(){return(new Date).getTime()};if(!Date.prototype.toJSON)Date.prototype.toJSON=function(){if("function"!=typeof this.toISOString)throw new TypeError;return this.toISOString()};h="\t\n\u000b\u000c\r \u00a0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029\ufeff";if(!String.prototype.trim||h.trim()){var h="["+h+"]",p=RegExp("^"+h+h+"*"),q=
9
+ RegExp(h+h+"*$");String.prototype.trim=function(){return(""+this).replace(p,"").replace(q,"")}}var n=function(a){a=+a;a!==a?a=-1:0!==a&&a!==1/0&&a!==-(1/0)&&(a=(0<a||-1)*Math.floor(Math.abs(a)));return a},r="a"!="a"[0],l=function(a){if(null==a)throw new TypeError;return r&&"string"==typeof a&&a?a.split(""):Object(a)}})();
10
+ (function(h,i){var j=!(!Object.create||!Object.defineProperties||!Object.getOwnPropertyDescriptor);j&&!h.browser.msie&&Object.defineProperty&&Object.prototype.__defineGetter__&&function(){try{var e=document.createElement("foo");Object.defineProperty(e,"bar",{get:function(){return!0}});j=!!e.bar}catch(b){j=!1}e=null}();Modernizr.objectAccessor=!(!(j||Object.prototype.__defineGetter__&&Object.prototype.__lookupSetter__)||h.browser.opera&&!(11<=i.browserVersion));Modernizr.advancedObjectProperties=j;
11
+ if(!j||!Object.create||!Object.defineProperties||!Object.getOwnPropertyDescriptor||!Object.defineProperty){var m=Function.prototype.call.bind(Object.prototype.hasOwnProperty);i.objectCreate=function(e,b,a,h){var g;g=function(){};g.prototype=e;g=new g;if(!h&&!("__proto__"in g)&&!Modernizr.objectAccessor)g.__proto__=e;b&&i.defineProperties(g,b);if(a)g.options=jQuery.extend(!0,{},g.options||{},a),a=g.options;g._create&&jQuery.isFunction(g._create)&&g._create(a);return g};i.defineProperties=function(e,
12
+ b){for(var a in b)m(b,a)&&i.defineProperty(e,a,b[a]);return e};i.defineProperty=function(e,b,a){if("object"!=typeof a||null===a)return e;if(m(a,"value"))return e[b]=a.value,e;e.__defineGetter__&&("function"==typeof a.get&&e.__defineGetter__(b,a.get),"function"==typeof a.set&&e.__defineSetter__(b,a.set));return e};i.getPrototypeOf=function(e){return Object.getPrototypeOf&&Object.getPrototypeOf(e)||e.__proto__||e.constructor&&e.constructor.prototype};i.getOwnPropertyDescriptor=function(e,b){if("object"!==
13
+ typeof e&&"function"!==typeof e||null===e)throw new TypeError("Object.getOwnPropertyDescriptor called on a non-object");var a;if(Object.defineProperty&&Object.getOwnPropertyDescriptor)try{return a=Object.getOwnPropertyDescriptor(e,b)}catch(h){}a={configurable:!0,enumerable:!0,writable:!0,value:void 0};var g=e.__lookupGetter__&&e.__lookupGetter__(b),i=e.__lookupSetter__&&e.__lookupSetter__(b);if(!g&&!i){if(!m(e,b))return;a.value=e[b];return a}delete a.writable;delete a.value;a.get=a.set=void 0;if(g)a.get=
14
+ g;if(i)a.set=i;return a}}})(jQuery,jQuery.webshims);
@@ -0,0 +1,35 @@
1
+ document.createElement("canvas").getContext||function(){function S(){return this.context_||(this.context_=new z(this))}function T(a,b,c){var g=J.call(arguments,2);return function(){return a.apply(b,g.concat(J.call(arguments)))}}function K(a){return(""+a).replace(/&/g,"&amp;").replace(/"/g,"&quot;")}function L(a){a.namespaces.g_vml_||a.namespaces.add("g_vml_","urn:schemas-microsoft-com:vml","#default#VML");a.namespaces.g_o_||a.namespaces.add("g_o_","urn:schemas-microsoft-com:office:office","#default#VML");
2
+ if(!a.styleSheets.ex_canvas_)a=a.createStyleSheet(),a.owningElement.id="ex_canvas_",a.cssText="canvas{display:inline-block;overflow:hidden;text-align:left;width:300px;height:150px}"}function U(a){var b=a.srcElement;if(b.getContext&&"clearRect"in b.getContext())switch(a.propertyName){case "width":b.getContext().clearRect();b.style.width=b.attributes.width.nodeValue+"px";b.firstChild.style.width=b.clientWidth+"px";break;case "height":b.getContext().clearRect(),b.style.height=b.attributes.height.nodeValue+
3
+ "px",b.firstChild.style.height=b.clientHeight+"px"}}function V(a){a=a.srcElement;if(a.firstChild)a.firstChild.style.width=a.clientWidth+"px",a.firstChild.style.height=a.clientHeight+"px"}function A(){return[[1,0,0],[0,1,0],[0,0,1]]}function q(a,b){for(var c=A(),g=0;3>g;g++)for(var e=0;3>e;e++){for(var f=0,d=0;3>d;d++)f+=a[g][d]*b[d][e];c[g][e]=f}return c}function M(a,b){b.fillStyle=a.fillStyle;b.lineCap=a.lineCap;b.lineJoin=a.lineJoin;b.lineWidth=a.lineWidth;b.miterLimit=a.miterLimit;b.shadowBlur=
4
+ a.shadowBlur;b.shadowColor=a.shadowColor;b.shadowOffsetX=a.shadowOffsetX;b.shadowOffsetY=a.shadowOffsetY;b.strokeStyle=a.strokeStyle;b.globalAlpha=a.globalAlpha;b.font=a.font;b.textAlign=a.textAlign;b.textBaseline=a.textBaseline;b.arcScaleX_=a.arcScaleX_;b.arcScaleY_=a.arcScaleY_;b.lineScale_=a.lineScale_}function N(a){var b=a.indexOf("(",3),c=a.indexOf(")",b+1),b=a.substring(b+1,c).split(",");if(4!=b.length||"a"!=a.charAt(3))b[3]=1;return b}function B(a,b,c){return Math.min(c,Math.max(b,a))}function C(a,
5
+ b,c){0>c&&c++;1<c&&c--;return 1>6*c?a+6*(b-a)*c:1>2*c?b:2>3*c?a+6*(b-a)*(2/3-c):a}function D(a){if(a in E)return E[a];var b,c=1,a=""+a;if("#"==a.charAt(0))b=a;else if(/^rgb/.test(a)){c=N(a);b="#";for(var g,e=0;3>e;e++)g=-1!=c[e].indexOf("%")?Math.floor(255*(parseFloat(c[e])/100)):+c[e],b+=s[B(g,0,255)];c=+c[3]}else if(/^hsl/.test(a)){e=c=N(a);b=parseFloat(e[0])/360%360;0>b&&b++;g=B(parseFloat(e[1])/100,0,1);e=B(parseFloat(e[2])/100,0,1);if(0==g)g=e=b=e;else{var f=0.5>e?e*(1+g):e+g-e*g,d=2*e-f;g=C(d,
6
+ f,b+1/3);e=C(d,f,b);b=C(d,f,b-1/3)}b="#"+s[Math.floor(255*g)]+s[Math.floor(255*e)]+s[Math.floor(255*b)];c=c[3]}else b=W[a]||a;return E[a]={color:b,alpha:c}}function z(a){this.m_=A();this.mStack_=[];this.aStack_=[];this.currentPath_=[];this.fillStyle=this.strokeStyle="#000";this.lineWidth=1;this.lineJoin="miter";this.lineCap="butt";this.miterLimit=1*n;this.globalAlpha=1;this.font="10px sans-serif";this.textAlign="left";this.textBaseline="alphabetic";this.canvas=a;var b="width:"+a.clientWidth+"px;height:"+
7
+ a.clientHeight+"px;overflow:hidden;position:absolute",c=a.ownerDocument.createElement("div");c.style.cssText=b;a.appendChild(c);b=c.cloneNode(!1);b.style.backgroundColor="red";b.style.filter="alpha(opacity=0)";a.appendChild(b);this.element_=c;this.lineScale_=this.arcScaleY_=this.arcScaleX_=1}function O(a,b,c,g){a.currentPath_.push({type:"bezierCurveTo",cp1x:b.x,cp1y:b.y,cp2x:c.x,cp2y:c.y,x:g.x,y:g.y});a.currentX_=g.x;a.currentY_=g.y}function P(a,b){var c=D(a.strokeStyle),g=c.color,c=c.alpha*a.globalAlpha,
8
+ e=a.lineScale_*a.lineWidth;1>e&&(c*=e);b.push("<g_vml_:stroke",' opacity="',c,'"',' joinstyle="',a.lineJoin,'"',' miterlimit="',a.miterLimit,'"',' endcap="',X[a.lineCap]||"square",'"',' weight="',e,'px"',' color="',g,'" />')}function Q(a,b,c,g){var e=a.fillStyle,f=a.arcScaleX_,d=a.arcScaleY_,h=g.x-c.x,l=g.y-c.y;if(e instanceof t){var i=0,j=g=0,r=0,k=1;if("gradient"==e.type_){var i=e.x1_/f,c=e.y1_/d,m=p(a,e.x0_/f,e.y0_/d),i=p(a,i,c),i=180*Math.atan2(i.x-m.x,i.y-m.y)/Math.PI;0>i&&(i+=360);1.0E-6>i&&
9
+ (i=0)}else m=p(a,e.x0_,e.y0_),g=(m.x-c.x)/h,j=(m.y-c.y)/l,h/=f*n,l/=d*n,k=u.max(h,l),r=2*e.r0_/k,k=2*e.r1_/k-r;f=e.colors_;f.sort(function(a,b){return a.offset-b.offset});for(var d=f.length,m=f[0].color,c=f[d-1].color,h=f[0].alpha*a.globalAlpha,a=f[d-1].alpha*a.globalAlpha,l=[],o=0;o<d;o++){var q=f[o];l.push(q.offset*k+r+" "+q.color)}b.push('<g_vml_:fill type="',e.type_,'"',' method="none" focus="100%"',' color="',m,'"',' color2="',c,'"',' colors="',l.join(","),'"',' opacity="',a,'"',' g_o_:opacity2="',
10
+ h,'"',' angle="',i,'"',' focusposition="',g,",",j,'" />')}else e instanceof F?h&&l&&b.push("<g_vml_:fill",' position="',-c.x/h*f*f,",",-c.y/l*d*d,'"',' type="tile"',' src="',e.src_,'" />'):(e=D(a.fillStyle),b.push('<g_vml_:fill color="',e.color,'" opacity="',e.alpha*a.globalAlpha,'" />'))}function p(a,b,c){a=a.m_;return{x:n*(b*a[0][0]+c*a[1][0]+a[2][0])-o,y:n*(b*a[0][1]+c*a[1][1]+a[2][1])-o}}function w(a,b,c){if(isFinite(b[0][0])&&isFinite(b[0][1])&&isFinite(b[1][0])&&isFinite(b[1][1])&&isFinite(b[2][0])&&
11
+ isFinite(b[2][1])&&(a.m_=b,c))a.lineScale_=Y(Z(b[0][0]*b[1][1]-b[0][1]*b[1][0]))}function t(a){this.type_=a;this.r1_=this.y1_=this.x1_=this.r0_=this.y0_=this.x0_=0;this.colors_=[]}function F(a,b){if(!a||1!=a.nodeType||"IMG"!=a.tagName)throw new x("TYPE_MISMATCH_ERR");if("complete"!=a.readyState)throw new x("INVALID_STATE_ERR");switch(b){case "repeat":case null:case "":this.repetition_="repeat";break;case "repeat-x":case "repeat-y":case "no-repeat":this.repetition_=b;break;default:throw new x("SYNTAX_ERR");
12
+ }this.src_=a.src;this.width_=a.width;this.height_=a.height}function x(a){this.code=this[a];this.message=a+": DOM Exception "+this.code}var u=Math,h=u.round,G=u.sin,H=u.cos,Z=u.abs,Y=u.sqrt,n=10,o=n/2;navigator.userAgent.match(/MSIE ([\d.]+)?/);var J=Array.prototype.slice;L(document);var R={init:function(a){var b=a||document;b.createElement("canvas");var c=this;setTimeout(function(){jQuery.webshims.ready("DOM",T(c.init_,c,b))},0)},init_:function(a){for(var a=a.getElementsByTagName("canvas"),b=0;b<
13
+ a.length;b++)this.initElement(a[b])},initElement:function(a){if(!a.getContext){a.getContext=S;L(a.ownerDocument);a.innerHTML="";a.attachEvent("onpropertychange",U);a.attachEvent("onresize",V);var b=a.attributes;b.width&&b.width.specified?a.style.width=b.width.nodeValue+"px":a.width=a.clientWidth;b.height&&b.height.specified?a.style.height=b.height.nodeValue+"px":a.height=a.clientHeight}return a}};R.init();for(var s=[],d=0;16>d;d++)for(var y=0;16>y;y++)s[16*d+y]=d.toString(16)+y.toString(16);var W=
14
+ {aliceblue:"#F0F8FF",antiquewhite:"#FAEBD7",aquamarine:"#7FFFD4",azure:"#F0FFFF",beige:"#F5F5DC",bisque:"#FFE4C4",black:"#000000",blanchedalmond:"#FFEBCD",blueviolet:"#8A2BE2",brown:"#A52A2A",burlywood:"#DEB887",cadetblue:"#5F9EA0",chartreuse:"#7FFF00",chocolate:"#D2691E",coral:"#FF7F50",cornflowerblue:"#6495ED",cornsilk:"#FFF8DC",crimson:"#DC143C",cyan:"#00FFFF",darkblue:"#00008B",darkcyan:"#008B8B",darkgoldenrod:"#B8860B",darkgray:"#A9A9A9",darkgreen:"#006400",darkgrey:"#A9A9A9",darkkhaki:"#BDB76B",
15
+ darkmagenta:"#8B008B",darkolivegreen:"#556B2F",darkorange:"#FF8C00",darkorchid:"#9932CC",darkred:"#8B0000",darksalmon:"#E9967A",darkseagreen:"#8FBC8F",darkslateblue:"#483D8B",darkslategray:"#2F4F4F",darkslategrey:"#2F4F4F",darkturquoise:"#00CED1",darkviolet:"#9400D3",deeppink:"#FF1493",deepskyblue:"#00BFFF",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1E90FF",firebrick:"#B22222",floralwhite:"#FFFAF0",forestgreen:"#228B22",gainsboro:"#DCDCDC",ghostwhite:"#F8F8FF",gold:"#FFD700",goldenrod:"#DAA520",
16
+ grey:"#808080",greenyellow:"#ADFF2F",honeydew:"#F0FFF0",hotpink:"#FF69B4",indianred:"#CD5C5C",indigo:"#4B0082",ivory:"#FFFFF0",khaki:"#F0E68C",lavender:"#E6E6FA",lavenderblush:"#FFF0F5",lawngreen:"#7CFC00",lemonchiffon:"#FFFACD",lightblue:"#ADD8E6",lightcoral:"#F08080",lightcyan:"#E0FFFF",lightgoldenrodyellow:"#FAFAD2",lightgreen:"#90EE90",lightgrey:"#D3D3D3",lightpink:"#FFB6C1",lightsalmon:"#FFA07A",lightseagreen:"#20B2AA",lightskyblue:"#87CEFA",lightslategray:"#778899",lightslategrey:"#778899",
17
+ lightsteelblue:"#B0C4DE",lightyellow:"#FFFFE0",limegreen:"#32CD32",linen:"#FAF0E6",magenta:"#FF00FF",mediumaquamarine:"#66CDAA",mediumblue:"#0000CD",mediumorchid:"#BA55D3",mediumpurple:"#9370DB",mediumseagreen:"#3CB371",mediumslateblue:"#7B68EE",mediumspringgreen:"#00FA9A",mediumturquoise:"#48D1CC",mediumvioletred:"#C71585",midnightblue:"#191970",mintcream:"#F5FFFA",mistyrose:"#FFE4E1",moccasin:"#FFE4B5",navajowhite:"#FFDEAD",oldlace:"#FDF5E6",olivedrab:"#6B8E23",orange:"#FFA500",orangered:"#FF4500",
18
+ orchid:"#DA70D6",palegoldenrod:"#EEE8AA",palegreen:"#98FB98",paleturquoise:"#AFEEEE",palevioletred:"#DB7093",papayawhip:"#FFEFD5",peachpuff:"#FFDAB9",peru:"#CD853F",pink:"#FFC0CB",plum:"#DDA0DD",powderblue:"#B0E0E6",rosybrown:"#BC8F8F",royalblue:"#4169E1",saddlebrown:"#8B4513",salmon:"#FA8072",sandybrown:"#F4A460",seagreen:"#2E8B57",seashell:"#FFF5EE",sienna:"#A0522D",skyblue:"#87CEEB",slateblue:"#6A5ACD",slategray:"#708090",slategrey:"#708090",snow:"#FFFAFA",springgreen:"#00FF7F",steelblue:"#4682B4",
19
+ tan:"#D2B48C",thistle:"#D8BFD8",tomato:"#FF6347",turquoise:"#40E0D0",violet:"#EE82EE",wheat:"#F5DEB3",whitesmoke:"#F5F5F5",yellowgreen:"#9ACD32"},E={},I={},X={butt:"flat",round:"round"},d=z.prototype;d.clearRect=function(){if(this.textMeasureEl_)this.textMeasureEl_.removeNode(!0),this.textMeasureEl_=null;this.element_.innerHTML=""};d.beginPath=function(){this.currentPath_=[]};d.moveTo=function(a,b){var c=p(this,a,b);this.currentPath_.push({type:"moveTo",x:c.x,y:c.y});this.currentX_=c.x;this.currentY_=
20
+ c.y};d.lineTo=function(a,b){var c=p(this,a,b);this.currentPath_.push({type:"lineTo",x:c.x,y:c.y});this.currentX_=c.x;this.currentY_=c.y};d.bezierCurveTo=function(a,b,c,g,e,f){e=p(this,e,f);a=p(this,a,b);c=p(this,c,g);O(this,a,c,e)};d.quadraticCurveTo=function(a,b,c,g){a=p(this,a,b);c=p(this,c,g);g={x:this.currentX_+2/3*(a.x-this.currentX_),y:this.currentY_+2/3*(a.y-this.currentY_)};O(this,g,{x:g.x+(c.x-this.currentX_)/3,y:g.y+(c.y-this.currentY_)/3},c)};d.arc=function(a,b,c,g,e,f){var c=c*n,d=f?"at":
21
+ "wa",h=a+H(g)*c-o,l=b+G(g)*c-o,g=a+H(e)*c-o,e=b+G(e)*c-o;h==g&&!f&&(h+=0.125);a=p(this,a,b);h=p(this,h,l);g=p(this,g,e);this.currentPath_.push({type:d,x:a.x,y:a.y,radius:c,xStart:h.x,yStart:h.y,xEnd:g.x,yEnd:g.y})};d.rect=function(a,b,c,g){this.moveTo(a,b);this.lineTo(a+c,b);this.lineTo(a+c,b+g);this.lineTo(a,b+g);this.closePath()};d.strokeRect=function(a,b,c,g){var e=this.currentPath_;this.beginPath();this.moveTo(a,b);this.lineTo(a+c,b);this.lineTo(a+c,b+g);this.lineTo(a,b+g);this.closePath();this.stroke();
22
+ this.currentPath_=e};d.fillRect=function(a,b,c,g){var e=this.currentPath_;this.beginPath();this.moveTo(a,b);this.lineTo(a+c,b);this.lineTo(a+c,b+g);this.lineTo(a,b+g);this.closePath();this.fill();this.currentPath_=e};d.createLinearGradient=function(a,b,c,g){var e=new t("gradient");e.x0_=a;e.y0_=b;e.x1_=c;e.y1_=g;return e};d.createRadialGradient=function(a,b,c,g,e,f){var d=new t("gradientradial");d.x0_=a;d.y0_=b;d.r0_=c;d.x1_=g;d.y1_=e;d.r1_=f;return d};d.drawImage=function(a,b){var c,g,e,d,o,v,l,
23
+ i;e=a.runtimeStyle.width;d=a.runtimeStyle.height;a.runtimeStyle.width="auto";a.runtimeStyle.height="auto";var j=a.width,r=a.height;a.runtimeStyle.width=e;a.runtimeStyle.height=d;if(3==arguments.length)c=arguments[1],g=arguments[2],o=v=0,l=e=j,i=d=r;else if(5==arguments.length)c=arguments[1],g=arguments[2],e=arguments[3],d=arguments[4],o=v=0,l=j,i=r;else if(9==arguments.length)o=arguments[1],v=arguments[2],l=arguments[3],i=arguments[4],c=arguments[5],g=arguments[6],e=arguments[7],d=arguments[8];else throw Error("Invalid number of arguments");
24
+ var k=p(this,c,g),m=[];m.push(" <g_vml_:group",' coordsize="',10*n,",",10*n,'"',' coordorigin="0,0"',' style="width:',10,"px;height:",10,"px;position:absolute;");if(1!=this.m_[0][0]||this.m_[0][1]||1!=this.m_[1][1]||this.m_[1][0]){var q=[];q.push("M11=",this.m_[0][0],",","M12=",this.m_[1][0],",","M21=",this.m_[0][1],",","M22=",this.m_[1][1],",","Dx=",h(k.x/n),",","Dy=",h(k.y/n),"");var s=p(this,c+e,g),t=p(this,c,g+d);c=p(this,c+e,g+d);k.x=u.max(k.x,s.x,t.x,c.x);k.y=u.max(k.y,s.y,t.y,c.y);m.push("padding:0 ",
25
+ h(k.x/n),"px ",h(k.y/n),"px 0;filter:progid:DXImageTransform.Microsoft.Matrix(",q.join(""),", sizingmethod='clip');")}else m.push("top:",h(k.y/n),"px;left:",h(k.x/n),"px;");m.push(' ">','<g_vml_:image src="',a.src,'"',' style="width:',n*e,"px;"," height:",n*d,'px"',' cropleft="',o/j,'"',' croptop="',v/r,'"',' cropright="',(j-o-l)/j,'"',' cropbottom="',(r-v-i)/r,'"'," />","</g_vml_:group>");this.element_.insertAdjacentHTML("BeforeEnd",m.join(""))};d.stroke=function(a){var b=[];b.push("<g_vml_:shape",
26
+ ' filled="',!!a,'"',' style="position:absolute;width:',10,"px;height:",10,'px;"',' coordorigin="0,0"',' coordsize="',10*n,",",10*n,'"',' stroked="',!a,'"',' path="');for(var c={x:null,y:null},d={x:null,y:null},e=0;e<this.currentPath_.length;e++){var f=this.currentPath_[e];switch(f.type){case "moveTo":b.push(" m ",h(f.x),",",h(f.y));break;case "lineTo":b.push(" l ",h(f.x),",",h(f.y));break;case "close":b.push(" x ");f=null;break;case "bezierCurveTo":b.push(" c ",h(f.cp1x),",",h(f.cp1y),",",h(f.cp2x),
27
+ ",",h(f.cp2y),",",h(f.x),",",h(f.y));break;case "at":case "wa":b.push(" ",f.type," ",h(f.x-this.arcScaleX_*f.radius),",",h(f.y-this.arcScaleY_*f.radius)," ",h(f.x+this.arcScaleX_*f.radius),",",h(f.y+this.arcScaleY_*f.radius)," ",h(f.xStart),",",h(f.yStart)," ",h(f.xEnd),",",h(f.yEnd))}if(f){if(null==c.x||f.x<c.x)c.x=f.x;if(null==d.x||f.x>d.x)d.x=f.x;if(null==c.y||f.y<c.y)c.y=f.y;if(null==d.y||f.y>d.y)d.y=f.y}}b.push(' ">');a?Q(this,b,c,d):P(this,b);b.push("</g_vml_:shape>");this.element_.insertAdjacentHTML("beforeEnd",
28
+ b.join(""))};d.fill=function(){this.stroke(!0)};d.closePath=function(){this.currentPath_.push({type:"close"})};d.save=function(){var a={};M(this,a);this.aStack_.push(a);this.mStack_.push(this.m_);this.m_=q(A(),this.m_)};d.restore=function(){if(this.aStack_.length)M(this.aStack_.pop(),this),this.m_=this.mStack_.pop()};d.translate=function(a,b){w(this,q([[1,0,0],[0,1,0],[a,b,1]],this.m_),!1)};d.rotate=function(a){var b=H(a),a=G(a);w(this,q([[b,a,0],[-a,b,0],[0,0,1]],this.m_),!1)};d.scale=function(a,
29
+ b){this.arcScaleX_*=a;this.arcScaleY_*=b;w(this,q([[a,0,0],[0,b,0],[0,0,1]],this.m_),!0)};d.transform=function(a,b,c,d,e,f){w(this,q([[a,b,0],[c,d,0],[e,f,1]],this.m_),!0)};d.setTransform=function(a,b,c,d,e,f){w(this,[[a,b,0],[c,d,0],[e,f,1]],!0)};d.drawText_=function(a,b,c,d,e){var f=this.m_,d=0,o=1E3,q=0,l=[],i;i=this.font;if(I[i])i=I[i];else{var j=document.createElement("div").style;try{j.font=i}catch(r){}i=I[i]={style:j.fontStyle||"normal",variant:j.fontVariant||"normal",weight:j.fontWeight||
30
+ "normal",size:j.fontSize||10,family:j.fontFamily||"sans-serif"}}var j=i,k=this.element_;i={};for(var m in j)i[m]=j[m];m=parseFloat(k.currentStyle.fontSize);k=parseFloat(j.size);i.size="number"==typeof j.size?j.size:-1!=j.size.indexOf("px")?k:-1!=j.size.indexOf("em")?m*k:-1!=j.size.indexOf("%")?m/100*k:-1!=j.size.indexOf("pt")?k/0.75:m;i.size*=0.981;m=i.style+" "+i.variant+" "+i.weight+" "+i.size+"px "+i.family;k=this.element_.currentStyle;j=this.textAlign.toLowerCase();switch(j){case "left":case "center":case "right":break;
31
+ case "end":j="ltr"==k.direction?"right":"left";break;case "start":j="rtl"==k.direction?"right":"left";break;default:j="left"}switch(this.textBaseline){case "hanging":case "top":q=i.size/1.75;break;case "middle":break;default:case null:case "alphabetic":case "ideographic":case "bottom":q=-i.size/2.25}switch(j){case "right":d=1E3;o=0.05;break;case "center":d=o=500}b=p(this,b+0,c+q);l.push('<g_vml_:line from="',-d,' 0" to="',o,' 0.05" ',' coordsize="100 100" coordorigin="0 0"',' filled="',!e,'" stroked="',
32
+ !!e,'" style="position:absolute;width:1px;height:1px;">');e?P(this,l):Q(this,l,{x:-d,y:0},{x:o,y:i.size});e=f[0][0].toFixed(3)+","+f[1][0].toFixed(3)+","+f[0][1].toFixed(3)+","+f[1][1].toFixed(3)+",0,0";b=h(b.x/n)+","+h(b.y/n);l.push('<g_vml_:skew on="t" matrix="',e,'" ',' offset="',b,'" origin="',d,' 0" />','<g_vml_:path textpathok="true" />','<g_vml_:textpath on="true" string="',K(a),'" style="v-text-align:',j,";font:",K(m),'" /></g_vml_:line>');this.element_.insertAdjacentHTML("beforeEnd",l.join(""))};
33
+ d.fillText=function(a,b,c,d){this.drawText_(a,b,c,d,!1)};d.strokeText=function(a,b,c,d){this.drawText_(a,b,c,d,!0)};d.measureText=function(a){if(!this.textMeasureEl_)this.element_.insertAdjacentHTML("beforeEnd",'<span style="position:absolute;top:-20000px;left:0;padding:0;margin:0;border:none;white-space:pre;"></span>'),this.textMeasureEl_=this.element_.lastChild;var b=this.element_.ownerDocument;this.textMeasureEl_.innerHTML="";this.textMeasureEl_.style.font=this.font;this.textMeasureEl_.appendChild(b.createTextNode(a));
34
+ return{width:this.textMeasureEl_.offsetWidth}};d.clip=function(){};d.arcTo=function(){};d.createPattern=function(a,b){return new F(a,b)};t.prototype.addColorStop=function(a,b){b=D(b);this.colors_.push({offset:a,color:b.color,alpha:b.alpha})};d=x.prototype=Error();d.INDEX_SIZE_ERR=1;d.DOMSTRING_SIZE_ERR=2;d.HIERARCHY_REQUEST_ERR=3;d.WRONG_DOCUMENT_ERR=4;d.INVALID_CHARACTER_ERR=5;d.NO_DATA_ALLOWED_ERR=6;d.NO_MODIFICATION_ALLOWED_ERR=7;d.NOT_FOUND_ERR=8;d.NOT_SUPPORTED_ERR=9;d.INUSE_ATTRIBUTE_ERR=10;
35
+ d.INVALID_STATE_ERR=11;d.SYNTAX_ERR=12;d.INVALID_MODIFICATION_ERR=13;d.NAMESPACE_ERR=14;d.INVALID_ACCESS_ERR=15;d.VALIDATION_ERR=16;d.TYPE_MISMATCH_ERR=17;G_vmlCanvasManager=R;CanvasRenderingContext2D=z;CanvasGradient=t;CanvasPattern=F;DOMException=x}();
@@ -0,0 +1,21 @@
1
+ jQuery.webshims.gcEval=function(a,c){with(c&&c.form||window)with(c||window)return function(a){eval(a)}.call(c||window,a)};
2
+ (function(a){var c=window.Modernizr,e=a.webshims;e.capturingEventPrevented=function(c){if(!c._isPolyfilled){var e=c.isDefaultPrevented,d=c.preventDefault;c.preventDefault=function(){clearTimeout(a.data(c.target,c.type+"DefaultPrevented"));a.data(c.target,c.type+"DefaultPrevented",setTimeout(function(){a.removeData(c.target,c.type+"DefaultPrevented")},30));return d.apply(this,arguments)};c.isDefaultPrevented=function(){return!(!e.apply(this,arguments)&&!a.data(c.target,c.type+"DefaultPrevented"))};
3
+ c._isPolyfilled=!0}};if(c.formvalidation){var d=a('<form action="#" style="width: 1px; height: 1px; overflow: hidden;"><select /><input type="date" required name="a" /><input type="submit" /></form>');c.bugfreeformvalidation=c.requiredSelect=!!("required"in a("select",d)[0]);if(window.opera||a.browser.webkit||window.testGoodWithFix){var k=a("input",d).eq(0),p,q=function(n){var l=["form-extend","form-message","form-native-fix"];n&&(n.preventDefault(),n.stopImmediatePropagation());clearTimeout(p);setTimeout(function(){d&&
4
+ (d.remove(),d=k=null)},9);if(!c.bugfreeformvalidation||!c.requiredSelect)e.addPolyfill("form-native-fix",{f:"forms",d:["form-extend"]}),e.modules["form-extend"].test=a.noop;e.isReady("form-number-date-api")&&l.push("form-number-date-api");e.reTest(l);if(a.browser.opera||window.testGoodWithFix)e.loader.loadList(["dom-extend"]),e.ready("dom-extend",function(){var d=function(a){a.preventDefault()};["form","input","textarea","select"].forEach(function(c){var j=e.defineNodeNameProperty(c,"checkValidity",
5
+ {prop:{value:function(){e.fromSubmit||a(this).bind("invalid.checkvalidity",d);e.fromCheckValidity=!0;var c=j.prop._supvalue.apply(this,arguments);e.fromSubmit||a(this).unbind("invalid.checkvalidity",d);e.fromCheckValidity=!1;return c}}})});c.input.list&&!(a("<datalist><select><option></option></select></datalist>").prop("options")||[]).length&&e.defineNodeNameProperty("datalist","options",{prop:{writeable:!1,get:function(){var c=this.options||[];if(!c.length){var d=a("select",this);if(d[0]&&d[0].options&&
6
+ d[0].options.length)c=d[0].options}return c}}})})};d.appendTo("head");if(window.opera||window.testGoodWithFix){e.bugs.validationMessage=!k.prop("validationMessage");if((c.inputtypes||{}).date){try{k.prop("valueAsNumber",0)}catch(t){}e.bugs.valueAsNumberSet="1970-01-01"!=k.prop("value")}k.prop("value","")}d.bind("submit",function(a){c.bugfreeformvalidation=!1;q(a)});p=setTimeout(function(){d&&d.triggerHandler("submit")},9);e.capturingEvents(["input"]);e.capturingEvents(["invalid"],!0);a("input, select",
7
+ d).bind("invalid",q).filter('[type="submit"]').bind("click",function(a){a.stopImmediatePropagation()}).trigger("click")}else e.capturingEvents(["input"]),e.capturingEvents(["invalid"],!0)}})(jQuery);
8
+ jQuery.webshims.register("form-core",function(a,c,e,d,k,p){var q={radio:1},t={checkbox:1,radio:1},n=a([]),l=function(b){var b=a(b),c=b[0].name;return q[b[0].type]&&c?a(b[0].form&&b[0].form[c]||d.getElementsByName(c)).not(b[0]):n},v=c.getContentValidationMessage=function(b,h){var f=b.getAttribute("x-moz-errormessage")||b.getAttribute("data-errormessage")||"";if(f&&-1!=f.indexOf("{")){try{f=jQuery.parseJSON(f)}catch(i){return f}"object"==typeof f&&(h=h||a.prop(b,"validity")||{valid:1},h.valid||a.each(h,
9
+ function(a,b){if(b&&"valid"!=a&&f[a])return f=f[a],!1}));c.data(b,"contentErrorMessage",f);if("object"==typeof f)f=f.defaultMessage}return f||""},u={number:1,range:1,date:1,time:1,"datetime-local":1,datetime:1,month:1,week:1};a.extend(a.expr.filters,{"valid-element":function(b){return!(!a.prop(b,"willValidate")||!(a.prop(b,"validity")||{valid:1}).valid)},"invalid-element":function(b){return!(!a.prop(b,"willValidate")||(a.prop(b,"validity")||{valid:1}).valid)},"required-element":function(b){return!(!a.prop(b,
10
+ "willValidate")||!a.prop(b,"required"))},"optional-element":function(b){return!!(a.prop(b,"willValidate")&&!1===a.prop(b,"required"))},"in-range":function(b){if(!u[a.prop(b,"type")]||!a.prop(b,"willValidate"))return!1;b=a.prop(b,"validity");return!(!b||b.rangeOverflow||b.rangeUnderflow)},"out-of-range":function(b){if(!u[a.prop(b,"type")]||!a.prop(b,"willValidate"))return!1;b=a.prop(b,"validity");return!(!b||!b.rangeOverflow&&!b.rangeUnderflow)}});["valid","invalid","required","optional"].forEach(function(b){a.expr.filters[b]=
11
+ a.expr.filters[b+"-element"]});var j=a.event.customEvent||{},w=a.prop,x={selectedIndex:1,value:1,checked:1,disabled:1,readonly:1};a.prop=function(b,c,f){var i=w.apply(this,arguments);if(b&&"form"in b&&x[c]&&f!==k&&a(b).hasClass("form-ui-invalid")&&(a.prop(b,"validity")||{valid:1}).valid)a(b).getShadowElement().removeClass("form-ui-invalid"),"checked"==c&&f&&l(b).removeClass("form-ui-invalid").removeAttr("aria-invalid");return i};var y=function(b,c){var f;a.each(b,function(b,d){if(d)return f="customError"==
12
+ b?a.prop(c,"validationMessage"):b,!1});return f};a(d).bind("focusout change refreshvalidityui",function(b){if(b.target&&"submit"!=b.target.type&&a.prop(b.target,"willValidate")){var c=a.data(b.target,"webshimsswitchvalidityclass");c&&clearTimeout(c);a.data(b.target,"webshimsswitchvalidityclass",setTimeout(function(){var c=a(b.target).getNativeElement()[0],d=a.prop(c,"validity"),h=a(c).getShadowElement(),g,o,e,r;d.valid?h.hasClass("form-ui-valid")||(g="form-ui-valid",o="form-ui-invalid",r="changedvaliditystate",
13
+ e="changedvalid",t[c.type]&&c.checked&&l(c).removeClass(o).addClass(g).removeAttr("aria-invalid"),a.removeData(c,"webshimsinvalidcause")):(d=y(d,c),a.data(c,"webshimsinvalidcause")!=d&&(a.data(c,"webshimsinvalidcause",d),r="changedvaliditystate"),h.hasClass("form-ui-invalid")||(g="form-ui-invalid",o="form-ui-valid",t[c.type]&&!c.checked&&l(c).removeClass(o).addClass(g),e="changedinvalid"));g&&(h.addClass(g).removeClass(o),setTimeout(function(){a(c).trigger(e)},0));r&&setTimeout(function(){a(c).trigger(r)},
14
+ 0);a.removeData(b.target,"webshimsswitchvalidityclass")},9))}});j.changedvaliditystate=!0;j.changedvalid=!0;j.changedinvalid=!0;j.refreshvalidityui=!0;c.triggerInlineForm=function(b,d){b.jquery&&(b=b[0]);var f="on"+d,e=b[f]||b.getAttribute(f)||"",m,g,d=a.Event({type:d,target:b,currentTarget:b});e&&(c.warn(f+" used. we will drop inline event handler support, with next release. use event binding: $.bind instead"),"string"==typeof e&&(g=c.gcEval(e,b),b[f]&&(m=!0,b[f]=!1)));!1===g&&(d.stopPropagation(),
15
+ d.preventDefault());a(b).trigger(d);m&&(b[f]=e);return g};j=function(){c.scrollRoot=a.browser.webkit||"BackCompat"==d.compatMode?a(d.body):a(d.documentElement)};j();c.ready("DOM",j);c.getRelOffset=function(b,c){var b=a(b),d=a(c).offset(),e;a.swap(a(b)[0],{visibility:"hidden",display:"inline-block",left:0,top:0},function(){e=b.offset()});d.top-=e.top;d.left-=e.left;return d};c.validityAlert=function(){var b=!a.browser.msie||7<parseInt(a.browser.version,10)?"span":"label",h,f=!1,i=!1,m,g={hideDelay:5E3,
16
+ showFor:function(b,c,d,j){g._create();var b=a(b),s=a(b).getShadowElement(),k=g.getOffsetFromBody(s);g.clear();j?this.hide():(this.getMessage(b,c),this.position(s,k),h.css({fontSize:b.css("fontSize"),fontFamily:b.css("fontFamily")}),this.show(),this.hideDelay&&(f=setTimeout(m,this.hideDelay)),a(e).bind("resize.validityalert orientationchange.validityalert emchange.validityalert",function(){clearTimeout(i);i=setTimeout(function(){g.position(s)},9)}));d||this.setFocus(s,k)},getOffsetFromBody:function(a){return c.getRelOffset(h,
17
+ a)},setFocus:function(e,f){var g=a(e).getShadowFocusElement(),i=c.scrollRoot.scrollTop(),j=(f||g.offset()).top-30,k;c.getID&&"label"==b&&h.attr("for",c.getID(g));i>j&&(c.scrollRoot.animate({scrollTop:j-5},{queue:!1,duration:Math.max(Math.min(600,1.5*(i-j)),80)}),k=!0);try{g[0].focus()}catch(l){}k&&(c.scrollRoot.scrollTop(i),setTimeout(function(){c.scrollRoot.scrollTop(i)},0));setTimeout(function(){a(d).bind("focusout.validityalert",m)},10)},getMessage:function(b,c){a("span.va-box",h).text(c||v(b[0])||
18
+ b.prop("validationMessage"))},position:function(b,c){c=c?a.extend({},c):g.getOffsetFromBody(b);c.top+=b.outerHeight();h.css(c)},show:function(){"none"===h.css("display")&&h.css({opacity:0}).show();h.addClass("va-visible").fadeTo(400,1)},hide:function(){h.removeClass("va-visible").fadeOut()},clear:function(){clearTimeout(!1);clearTimeout(f);a(d).unbind(".validityalert");a(e).unbind(".validityalert");h.stop().removeAttr("for")},_create:function(){if(!h)h=g.errorBubble=a("<"+b+' class="validity-alert-wrapper" role="alert"><span class="validity-alert"><span class="va-arrow"><span class="va-arrow-box"></span></span><span class="va-box"></span></span></'+
19
+ b+">").css({position:"absolute",display:"none"}),c.ready("DOM",function(){h.appendTo("body");a.fn.bgIframe&&a.browser.msie&&7>parseInt(a.browser.version,10)&&h.bgIframe()})}};m=a.proxy(g,"hide");return g}();(function(){var b,c=[],e;a(d).bind("invalid",function(i){if(!i.wrongWebkitInvalid){var j=a(i.target),g=j.getShadowElement();g.hasClass("form-ui-invalid")||(g.addClass("form-ui-invalid").removeClass("form-ui-valid"),setTimeout(function(){a(i.target).trigger("changedinvalid").trigger("changedvaliditystate")},
20
+ 0));if(!b)b=a.Event("firstinvalid"),b.isInvalidUIPrevented=i.isDefaultPrevented,g=a.Event("firstinvalidsystem"),a(d).triggerHandler(g,{element:i.target,form:i.target.form,isInvalidUIPrevented:i.isDefaultPrevented}),j.trigger(b);b&&b.isDefaultPrevented()&&i.preventDefault();c.push(i.target);i.extraData="fix";clearTimeout(e);e=setTimeout(function(){var d={type:"lastinvalid",cancelable:!1,invalidlist:a(c)};b=!1;c=[];a(i.target).trigger(d,d)},9);g=j=null}})})();p.replaceValidationUI&&c.ready("DOM",function(){a(d).bind("firstinvalid",
21
+ function(b){b.isInvalidUIPrevented()||(b.preventDefault(),a.webshims.validityAlert.showFor(b.target,a(b.target).prop("customValidationMessage")))})})});
@@ -0,0 +1,19 @@
1
+ jQuery.webshims.register("form-datalist",function(b,f,k,j,l){f.propTypes.element=function(h){f.createPropDefault(h,"attr");if(!h.prop)h.prop={get:function(){var f=h.attr.get.call(this);f&&(f=b("#"+f)[0])&&h.propNodeName&&!b.nodeName(f,h.propNodeName)&&(f=null);return f||null},writeable:!1}};(function(){if(!Modernizr.input.list){var h=0,p={submit:1,button:1,reset:1,hidden:1,range:1,date:1},n=b.browser.msie&&7>parseInt(b.browser.version,10),m={},o=function(a){if(!a)return[];if(m[a])return m[a];var b;
2
+ try{b=JSON.parse(localStorage.getItem("storedDatalistOptions"+a))}catch(c){}m[a]=b||[];return b||[]},q={_create:function(a){if(!p[b.prop(a.input,"type")]){var d=a.datalist,c=b.data(a.input,"datalistWidget");if(d&&c&&c.datalist!==d)c.datalist=d,c.id=a.id,b(c.datalist).unbind("updateDatalist.datalistWidget").bind("updateDatalist.datalistWidget",b.proxy(c,"_resetListCached")),c._resetListCached();else if(d){if(!(c&&c.datalist===d)){h++;var e=this;this.hideList=b.proxy(e,"hideList");this.timedHide=function(){clearTimeout(e.hideTimer);
3
+ e.hideTimer=setTimeout(e.hideList,9)};this.datalist=d;this.id=a.id;this.hasViewableData=!0;this._autocomplete=b.attr(a.input,"autocomplete");b.data(a.input,"datalistWidget",this);this.shadowList=b('<div class="datalist-polyfill" />').appendTo("body");this.index=-1;this.input=a.input;this.arrayOptions=[];this.shadowList.delegate("li","mouseenter.datalistWidget mousedown.datalistWidget click.datalistWidget",function(a){var c=b("li:not(.hidden-item)",e.shadowList),d="mousedown"==a.type||"click"==a.type;
4
+ e.markItem(c.index(a.currentTarget),d,c);"click"==a.type&&e.hideList();return"mousedown"!=a.type}).bind("focusout",this.timedHide);a.input.setAttribute("autocomplete","off");b(a.input).attr({"aria-haspopup":"true"}).bind("input.datalistWidget",function(){if(!e.triggeredByDatalist)e.changedValue=!1,e.showHideOptions()}).bind("keydown.datalistWidget",function(a){var c=a.keyCode;if(40==c&&!e.showList())return e.markItem(e.index+1,!0),!1;if(e.isListVisible){if(38==c)return e.markItem(e.index-1,!0),!1;
5
+ if(!a.shiftKey&&(33==c||36==c))return e.markItem(0,!0),!1;if(!a.shiftKey&&(34==c||35==c))return a=b("li:not(.hidden-item)",e.shadowList),e.markItem(a.length-1,!0,a),!1;if(13==c||27==c)return 13==c&&e.changeValue(b("li.active-item:not(.hidden-item)",e.shadowList)),e.hideList(),!1}}).bind("focus.datalistWidget",function(){b(this).hasClass("list-focus")&&e.showList()}).bind("mousedown.datalistWidget",function(){(this==j.activeElement||b(this).is(":focus"))&&e.showList()}).bind("blur.datalistWidget",
6
+ this.timedHide);b(this.datalist).unbind("updateDatalist.datalistWidget").bind("updateDatalist.datalistWidget",b.proxy(this,"_resetListCached"));this._resetListCached();a.input.form&&a.input.id&&b(a.input.form).bind("submit.datalistWidget"+a.input.id,function(){var c=b.prop(a.input,"value"),d=(a.input.name||a.input.id)+b.prop(a.input,"type");if(!e.storedOptions)e.storedOptions=o(d);if(c&&-1==e.storedOptions.indexOf(c)&&(e.storedOptions.push(c),c=e.storedOptions,d)){c=c||[];try{localStorage.setItem("storedDatalistOptions"+
7
+ d,JSON.stringify(c))}catch(f){}}});b(k).bind("unload",function(){e.destroy()})}}else c&&c.destroy()}},destroy:function(){var a=b.attr(this.input,"autocomplete");b(this.input).unbind(".datalistWidget").removeData("datalistWidget");this.shadowList.remove();b(j).unbind(".datalist"+this.id);this.input.form&&this.input.id&&b(this.input.form).unbind("submit.datalistWidget"+this.input.id);this.input.removeAttribute("aria-haspopup");a===l?this.input.removeAttribute("autocomplete"):b(this.input).attr("autocomplete",
8
+ a)},_resetListCached:function(a){var b=this,c;this.needsUpdate=!0;this.lastUpdatedValue=!1;this.lastUnfoundValue="";this.updateTimer||(k.QUnit||(c=a&&j.activeElement==b.input)?b.updateListOptions(c):f.ready("WINDOWLOAD",function(){b.updateTimer=setTimeout(function(){b.updateListOptions();b=null;h=1},200+100*h)}))},updateListOptions:function(a){this.needsUpdate=!1;clearTimeout(this.updateTimer);this.updateTimer=!1;this.shadowList.css({fontSize:b.curCSS(this.input,"fontSize"),fontFamily:b.curCSS(this.input,
9
+ "fontFamily")});var d=[],c=[],e=[],g,f,i,h;for(f=b.prop(this.datalist,"options"),i=0,h=f.length;i<h;i++){g=f[i];if(g.disabled)return;g={value:b(g).val()||"",text:b.trim(b.attr(g,"label")||g.textContent||g.innerText||b.text([g])||""),className:g.className||"",style:b.attr(g,"style")||""};g.text?g.text!=g.value&&(g.className+=" different-label-value"):g.text=g.value;c[i]=g.value;e[i]=g}if(!this.storedOptions)this.storedOptions=o((this.input.name||this.input.id)+b.prop(this.input,"type"));this.storedOptions.forEach(function(a){-1==
10
+ c.indexOf(a)&&e.push({value:a,text:a,className:"stored-suggest",style:""})});for(i=0,h=e.length;i<h;i++)f=e[i],d[i]='<li class="'+f.className+'" style="'+f.style+'" tabindex="-1" role="listitem"><span class="option-label">'+f.text+'</span> <span class="option-value">'+f.value+"</span></li>";this.arrayOptions=e;this.shadowList.html('<ul role="list" class="'+(this.datalist.className||"")+" "+this.datalist.id+'-shadowdom">'+d.join("\n")+"</ul>");b.fn.bgIframe&&n&&this.shadowList.bgIframe();(a||this.isListVisible)&&
11
+ this.showHideOptions()},showHideOptions:function(a){var d=b.prop(this.input,"value").toLowerCase();if(!(d===this.lastUpdatedValue||this.lastUnfoundValue&&0===d.indexOf(this.lastUnfoundValue))){this.lastUpdatedValue=d;var c=!1,e=b("li",this.shadowList);d?this.arrayOptions.forEach(function(a,f){if(!("lowerText"in a))a.lowerText=a.text!=a.value?a.text.toLowerCase()+a.value.toLowerCase():a.text.toLowerCase();-1!==a.lowerText.indexOf(d)?(b(e[f]).removeClass("hidden-item"),c=!0):b(e[f]).addClass("hidden-item")}):
12
+ e.length&&(e.removeClass("hidden-item"),c=!0);this.hasViewableData=c;!a&&c&&this.showList();if(!c)this.lastUnfoundValue=d,this.hideList()}},setPos:function(){var a=f.getRelOffset(this.shadowList,this.input);a.top+=b(this.input).outerHeight();a.width=b(this.input).outerWidth()-(parseInt(this.shadowList.css("borderLeftWidth"),10)||0)-(parseInt(this.shadowList.css("borderRightWidth"),10)||0);this.shadowList.css(a);return a},showList:function(){if(this.isListVisible)return!1;this.needsUpdate&&this.updateListOptions();
13
+ this.showHideOptions(!0);if(!this.hasViewableData)return!1;this.isListVisible=!0;var a=this,d;a.setPos();n&&(a.shadowList.css("height","auto"),250<a.shadowList.height()&&a.shadowList.css("height",220));a.shadowList.addClass("datalist-visible");b(j).unbind(".datalist"+a.id).bind("mousedown.datalist"+a.id+" focusin.datalist"+a.id,function(c){c.target===a.input||a.shadowList[0]===c.target||b.contains(a.shadowList[0],c.target)?(clearTimeout(a.hideTimer),setTimeout(function(){clearTimeout(a.hideTimer)},
14
+ 9)):a.timedHide()});b(k).unbind(".datalist"+a.id).bind("resize.datalist"+a.id+"orientationchange.datalist "+a.id+" emchange.datalist"+a.id,function(){clearTimeout(d);d=setTimeout(function(){a.setPos()},9)});clearTimeout(d);return!0},hideList:function(){if(!this.isListVisible)return!1;var a=this,d=function(){a.changedValue&&b(a.input).trigger("change");a.changedValue=!1};a.shadowList.removeClass("datalist-visible list-item-active").scrollTop(0).find("li.active-item").removeClass("active-item");a.index=
15
+ -1;a.isListVisible=!1;if(a.changedValue){a.triggeredByDatalist=!0;f.triggerInlineForm&&f.triggerInlineForm(a.input,"input");if(a.input==j.activeElement||b(a.input).is(":focus"))b(a.input).one("blur",d);else d();a.triggeredByDatalist=!1}b(j).unbind(".datalist"+a.id);b(k).unbind(".datalist"+a.id);return!0},scrollIntoView:function(a){var d=b("> ul",this.shadowList),c=a.position();c.top-=(parseInt(d.css("paddingTop"),10)||0)+(parseInt(d.css("marginTop"),10)||0)+(parseInt(d.css("borderTopWidth"),10)||
16
+ 0);0>c.top?this.shadowList.scrollTop(this.shadowList.scrollTop()+c.top-2):(c.top+=a.outerHeight(),a=this.shadowList.height(),c.top>a&&this.shadowList.scrollTop(this.shadowList.scrollTop()+(c.top-a)+2))},changeValue:function(a){if(a[0]){var a=b("span.option-value",a).text(),d=b.prop(this.input,"value");if(a!=d)b(this.input).prop("value",a).triggerHandler("updateInput"),this.changedValue=!0}},markItem:function(a,d,c){c=c||b("li:not(.hidden-item)",this.shadowList);if(c.length)0>a?a=c.length-1:a>=c.length&&
17
+ (a=0),c.removeClass("active-item"),this.shadowList.addClass("list-item-active"),c=c.filter(":eq("+a+")").addClass("active-item"),d&&(this.changeValue(c),this.scrollIntoView(c)),this.index=a}};(function(){f.defineNodeNameProperty("datalist","options",{prop:{writeable:!1,get:function(){var a=b("select",this);a[0]?a=a[0].options:(a=b("option",this).get(),a.length&&f.warn("you should wrap you option-elements for a datalist in a select element to support IE and other old browsers."));return a}}});f.defineNodeNameProperties("input",
18
+ {selectedOption:{prop:{writeable:!1,get:function(){var a=b.prop(this,"list"),d=null,c;if(!a)return d;c=b.attr(this,"value");if(!c)return d;a=b.prop(a,"options");if(!a.length)return d;b.each(a,function(a,f){if(c==b.prop(f,"value"))return d=f,!1});return d}}},autocomplete:{attr:{get:function(){var a=b.data(this,"datalistWidget");return a?a._autocomplete:"autocomplete"in this?this.autocomplete:this.getAttribute("autocomplete")},set:function(a){var d=b.data(this,"datalistWidget");d?(d._autocomplete=a,
19
+ "off"==a&&d.hideList()):"autocomplete"in this?this.autocomplete=a:this.setAttribute("autocomplete",a)}}},list:{attr:{get:function(){var a=f.contentAttr(this,"list");return null==a?l:a},set:function(a){f.contentAttr(this,"list",a);f.objectCreate(q,l,{input:this,id:a,datalist:b.prop(this,"list")})}},initAttr:!0,reflect:!0,propType:"element",propNodeName:"datalist"}});if(b.event.customEvent)b.event.customEvent.updateDatalist=!0,b.event.customEvent.updateInput=!0;f.addReady(function(a,b){b.filter("datalist > select, datalist, datalist > option, datalist > select > option").closest("datalist").triggerHandler("updateDatalist")})})()}})()});
@@ -0,0 +1,9 @@
1
+ jQuery.webshims.register("form-message",function(f,d,e,j,k,g){var a=d.validityMessages,e=g.overrideMessages||g.customMessages?["customValidationMessage"]:[];a.en=a.en||a["en-US"]||{typeMismatch:{email:"Please enter an email address.",url:"Please enter a URL.",number:"Please enter a number.",date:"Please enter a date.",time:"Please enter a time.",range:"Invalid input.","datetime-local":"Please enter a datetime."},rangeUnderflow:{defaultMessage:"Value must be greater than or equal to {%min}."},rangeOverflow:{defaultMessage:"Value must be less than or equal to {%max}."},
2
+ stepMismatch:"Invalid input.",tooLong:"Please enter at most {%maxlength} character(s). You entered {%valueLen}.",patternMismatch:"Invalid input. {%title}",valueMissing:{defaultMessage:"Please fill out this field.",checkbox:"Please check this box if you want to proceed."}};["select","radio"].forEach(function(b){a.en.valueMissing[b]="Please select an option."});["date","time","datetime-local"].forEach(function(b){a.en.rangeUnderflow[b]="Value must be at or after {%min}."});["date","time","datetime-local"].forEach(function(b){a.en.rangeOverflow[b]=
3
+ "Value must be at or before {%max}."});a["en-US"]=a["en-US"]||a.en;a[""]=a[""]||a["en-US"];a.de=a.de||{typeMismatch:{email:"{%value} ist keine zul\u00e4ssige E-Mail-Adresse",url:"{%value} ist keine zul\u00e4ssige Webadresse",number:"{%value} ist keine Nummer!",date:"{%value} ist kein Datum",time:"{%value} ist keine Uhrzeit",range:"{%value} ist keine Nummer!","datetime-local":"{%value} ist kein Datum-Uhrzeit Format."},rangeUnderflow:{defaultMessage:"{%value} ist zu niedrig. {%min} ist der unterste Wert, den Sie benutzen k\u00f6nnen."},
4
+ rangeOverflow:{defaultMessage:"{%value} ist zu hoch. {%max} ist der oberste Wert, den Sie benutzen k\u00f6nnen."},stepMismatch:"Der Wert {%value} ist in diesem Feld nicht zul\u00e4ssig. Hier sind nur bestimmte Werte zul\u00e4ssig. {%title}",tooLong:"Der eingegebene Text ist zu lang! Sie haben {%valueLen} Zeichen eingegeben, dabei sind {%maxlength} das Maximum.",patternMismatch:"{%value} hat f\u00fcr dieses Eingabefeld ein falsches Format! {%title}",valueMissing:{defaultMessage:"Bitte geben Sie einen Wert ein",
5
+ checkbox:"Bitte aktivieren Sie das K\u00e4stchen"}};["select","radio"].forEach(function(b){a.de.valueMissing[b]="Bitte w\u00e4hlen Sie eine Option aus"});["date","time","datetime-local"].forEach(function(b){a.de.rangeUnderflow[b]="{%value} ist zu fr\u00fch. {%min} ist die fr\u00fcheste Zeit, die Sie benutzen k\u00f6nnen."});["date","time","datetime-local"].forEach(function(b){a.de.rangeOverflow[b]="{%value} ist zu sp\u00e4t. {%max} ist die sp\u00e4teste Zeit, die Sie benutzen k\u00f6nnen."});var h=
6
+ a[""];d.createValidationMessage=function(b,a){var c=h[a];c&&"string"!==typeof c&&(c=c[f.prop(b,"type")]||c[(b.nodeName||"").toLowerCase()]||c.defaultMessage);c&&"value,min,max,title,maxlength,label".split(",").forEach(function(a){if(-1!==c.indexOf("{%"+a)){var i=("label"==a?f.trim(f('label[for="'+b.id+'"]',b.form).text()).replace(/\*$|:$/,""):f.attr(b,a))||"";c=c.replace("{%"+a+"}",i);"value"==a&&(c=c.replace("{%valueLen}",i.length))}});return c||""};(d.bugs.validationMessage||!Modernizr.formvalidation)&&
7
+ e.push("validationMessage");d.activeLang({langObj:a,module:"form-core",callback:function(a){h=a}});Modernizr.input.list&&!(f("<datalist><select><option></option></select></datalist>").prop("options")||[]).length&&d.defineNodeNameProperty("datalist","options",{prop:{writeable:!1,get:function(){var a=this.options||[];if(!a.length){var d=f("select",this);if(d[0]&&d[0].options&&d[0].options.length)a=d[0].options}return a}}});e.forEach(function(a){d.defineNodeNamesProperty(["fieldset","output","button"],
8
+ a,{prop:{value:"",writeable:!1}});["input","select","textarea"].forEach(function(e){var c=d.defineNodeNameProperty(e,a,{prop:{get:function(){var a=this,b="";if(!f.prop(a,"willValidate"))return b;var e=f.prop(a,"validity")||{valid:1};if(e.valid||(b=d.getContentValidationMessage(a,e)))return b;if(e.customError&&a.nodeName&&(b=Modernizr.formvalidation&&c.prop._supget?c.prop._supget.call(a):d.data(a,"customvalidationMessage")))return b;f.each(e,function(c,e){if("valid"!=c&&e&&(b=d.createValidationMessage(a,
9
+ c)))return!1});return b||""},writeable:!1}})})})});
@@ -0,0 +1,7 @@
1
+ jQuery.webshims.register("form-extend",function(e,b,m,n,w,g){var j=m.Modernizr,m=j.inputtypes;if(j.formvalidation){var k=b.inputTypes,t={};b.addInputType=function(a,d){k[a]=d};b.addValidityRule=function(a,d){t[a]=d};b.addValidityRule("typeMismatch",function(a,d,c,b){if(""===d)return!1;b=b.typeMismatch;if(!("type"in c))c.type=(a[0].getAttribute("type")||"").toLowerCase();k[c.type]&&k[c.type].mismatch&&(b=k[c.type].mismatch(d,a));return b});var h=g.overrideMessages,q=!j.requiredSelect||!m.number||!m.time||
2
+ !m.range||h,v="customError,typeMismatch,rangeUnderflow,rangeOverflow,stepMismatch,tooLong,patternMismatch,valueMissing,valid".split(","),g=h?["value","checked"]:["value"],i=h?["textarea"]:[],p=function(a,b){if(a){var c=(a.getAttribute&&a.getAttribute("type")||a.type||"").toLowerCase();if(h||!(j.requiredSelect||"select-one"!=c)||k[c])h&&!b&&"radio"==c&&a.name?e(n.getElementsByName(a.name)).each(function(){e.prop(this,"validity")}):e.prop(a,"validity")}},o={};["input","textarea","select"].forEach(function(a){var d=
3
+ b.defineNodeNameProperty(a,"setCustomValidity",{prop:{value:function(c){var c=c+"",l="input"==a?e(this).getNativeElement()[0]:this;d.prop._supvalue.call(l,c);b.bugs.validationMessage&&b.data(l,"customvalidationMessage",c);q&&(b.data(l,"hasCustomError",!!c),p(l))}}});o[a]=d.prop._supvalue});if(q||h)g.push("min"),g.push("max"),g.push("step"),i.push("input");if(!j.requiredSelect||h)g.push("required"),i.push("select");if(q){var r;i.forEach(function(a){var d=b.defineNodeNameProperty(a,"validity",{prop:{get:function(){if(!r){var c=
4
+ "input"==a?e(this).getNativeElement()[0]:this,l=d.prop._supget.call(c);if(!l)return l;var f={};v.forEach(function(a){f[a]=l[a]});if(!e.prop(c,"willValidate"))return f;r=!0;var g=e(c),j={type:(c.getAttribute&&c.getAttribute("type")||"").toLowerCase(),nodeName:(c.nodeName||"").toLowerCase()},m=g.val(),k=!!b.data(c,"hasCustomError"),i;r=!1;f.customError=k;if(f.valid&&f.customError)f.valid=!1;else if(!f.valid){var n=!0;e.each(f,function(a,c){if(c)return n=!1});if(n)f.valid=!0}e.each(t,function(d,e){f[d]=
5
+ e(g,m,j,f);if(f[d]&&(f.valid||!i))o[a].call(c,b.createValidationMessage(c,d)),f.valid=!1,i=!0});f.valid?(o[a].call(c,""),b.data(c,"hasCustomError",!1)):h&&!i&&!k&&e.each(f,function(d,e){if("valid"!==d&&e)return o[a].call(c,b.createValidationMessage(c,d)),!1});return f}},writeable:!1}})});g.forEach(function(a){b.onNodeNamesPropertyModify(i,a,function(){p(this)})});if(n.addEventListener){var s;n.addEventListener("change",function(a){clearTimeout(s);p(a.target)},!0);n.addEventListener("input",function(a){clearTimeout(s);
6
+ s=setTimeout(function(){p(a.target)},290)},!0)}var u=i.join(",");b.addReady(function(a,b){e(u,a).add(b.filter(u)).each(function(){e.prop(this,"validity")})});h&&b.ready("DOM form-message",function(){b.activeLang({register:"form-core",callback:function(){e("input, select, textarea").getNativeElement().each(function(){if(!b.data(this,"hasCustomError")){var a=this,d=e.prop(a,"validity")||{valid:!0},c;d.valid||(c=(a.nodeName||"").toLowerCase(),e.each(d,function(d,e){if("valid"!==d&&e)return o[c].call(a,
7
+ b.createValidationMessage(a,d)),!1}))}})}})})}b.defineNodeNameProperty("input","type",{prop:{get:function(){var a=(this.getAttribute("type")||"").toLowerCase();return b.inputTypes[a]?a:this.type}}});j.input.list&&!(e("<datalist><select><option></option></select></datalist>").prop("options")||[]).length&&b.defineNodeNameProperty("datalist","options",{prop:{writeable:!1,get:function(){var a=this.options||[];if(!a.length){var b=e("select",this);if(b[0]&&b[0].options&&b[0].options.length)a=b[0].options}return a}}})}});
@@ -0,0 +1,9 @@
1
+ jQuery.webshims.register("form-native-fix",function(b,d,h,j,p){if(Modernizr.formvalidation&&!Modernizr.bugfreeformvalidation){var k=b.browser.webkit,o=k&&534.5>=d.browserVersion,q=o?"input:invalid-element, select:invalid-element, textarea:invalid-element":":invalid",i=[],g,l;if(h.addEventListener){var m=p,n=!1;h.addEventListener("submit",function(c){if(!n&&c.target.checkValidity&&null==b.attr(c.target,"novalidate")&&(b(q,c.target).length&&(b(c.target).unbind("submit.preventInvalidSubmit").bind("submit.preventInvalidSubmit",
2
+ function(a){null==b.attr(c.target,"novalidate")&&(a.stopImmediatePropagation(),k&&a.preventDefault());c.target&&b(c.target).unbind("submit.preventInvalidSubmit")}),d.moveToFirstEvent(c.target,"submit")),!h.opera))d.fromSubmit=!0,b(c.target).checkValidity(),d.fromSubmit=!1},!0);j=function(c){null!=b.attr(c.target,"formnovalidate")&&(m&&clearTimeout(m),n=!0,m=setTimeout(function(){n=!1},20))};h.addEventListener("click",j,!0);h.addEventListener("touchstart",j,!0);h.addEventListener("touchend",j,!0)}b(document).bind("firstinvalidsystem",
3
+ function(b,a){if(l=a.form)g=!1,i=[],d.fromSubmit&&(g=a)}).bind("invalid",function(b){-1==i.indexOf(b.target)?i.push(b.target):b.stopImmediatePropagation()}).bind("lastinvalid",function(c,a){var e=a.invalidlist[0];e&&(k||!Modernizr.requiredSelect&&b.nodeName(e,"select"))&&document.activeElement&&e!==document.activeElement&&g&&!g.isInvalidUIPrevented()&&d.validityAlert.showFor(e);g=!1;i=[];l&&b(l).unbind("submit.preventInvalidSubmit")});(function(){o&&(["input","textarea","select"].forEach(function(c){var a=
4
+ d.defineNodeNameProperty(c,"checkValidity",{prop:{value:function(){if(!this.willValidate)return!0;var c=(b.prop(this,"validity")||{valid:!0}).valid;d.fromCheckValidity=!0;!c&&a.prop._supvalue&&a.prop._supvalue.call(this)&&b(this).trigger("invalid");d.fromCheckValidity=!1;return c}}})}),d.defineNodeNameProperty("form","checkValidity",{prop:{value:function(){var c=!0;b(this.elements||[]).getNativeElement().each(function(){!1===b(this).checkValidity()&&(c=!1)});return c}}}))})();Modernizr.requiredSelect||
5
+ d.ready("form-extend",function(){d.addValidityRule("valueMissing",function(c,a,e,d){if("select"==e.nodeName&&!a&&c.prop("required")){if(!e.type)e.type=c[0].type;if(a=!a)if(!(a=0>c[0].selectedIndex))c=c[0],a="select-one"==c.type&&2>c.size?b("> option:first-child",c).prop("selected"):!1;if(a)return!0}return d.valueMissing});d.defineNodeNamesBooleanProperty(["select"],"required",{set:function(c){this.setAttribute("aria-required",c?"true":"false");b.prop(this,"validity")},initAttr:!0})});"formTarget"in
6
+ document.createElement("input")||function(){var c={submit:1,button:1,image:1},a={};[{name:"enctype",limitedTo:{"application/x-www-form-urlencoded":1,"multipart/form-data":1,"text/plain":1},defaultProp:"application/x-www-form-urlencoded",proptype:"enum"},{name:"method",limitedTo:{get:1,post:1},defaultProp:"get",proptype:"enum"},{name:"action",proptype:"url"},{name:"target"}].forEach(function(e){var d="form"+(e.propName||e.name).replace(/^[a-z]/,function(b){return b.toUpperCase()}),f="form"+e.name,
7
+ h=e.name,g="click.webshimssubmittermutate"+h,j=function(){if("form"in this&&c[this.type]){var a=b.prop(this,"form");if(a){var g=b.attr(this,f);if(null!=g&&(!e.limitedTo||g.toLowerCase()===b.prop(this,d))){var i=b.attr(a,h);b.attr(a,h,g);setTimeout(function(){null!=i?b.attr(a,h,i):b(a).removeAttr(h)},9)}}}};switch(e.proptype){case "url":var i=document.createElement("form");a[d]={prop:{set:function(a){b.attr(this,f,a)},get:function(){var a=b.attr(this,f);if(null==a)return"";i.setAttribute("action",
8
+ a);return i.action}}};break;case "boolean":a[d]={prop:{set:function(a){a?b.attr(this,"formnovalidate","formnovalidate"):b(this).removeAttr("formnovalidate")},get:function(){return null!=b.attr(this,"formnovalidate")}}};break;case "enum":a[d]={prop:{set:function(a){b.attr(this,f,a)},get:function(){var a=b.attr(this,f);return!a||(a=a.toLowerCase())&&!e.limitedTo[a]?e.defaultProp:a}}};break;default:a[d]={prop:{set:function(a){b.attr(this,f,a)},get:function(){var a=b.attr(this,f);return null!=a?a:""}}}}a[f]||
9
+ (a[f]={});a[f].attr={set:function(c){a[f].attr._supset.call(this,c);b(this).unbind(g).bind(g,j)},get:function(){return a[f].attr._supget.call(this)}};a[f].initAttr=!0;a[f].removeAttr={value:function(){b(this).unbind(g);a[f].removeAttr._supvalue.call(this)}}});d.defineNodeNamesProperties(["input","button"],a)}()}});
@@ -0,0 +1,12 @@
1
+ jQuery.webshims.register("form-number-date-api",function(g,e){if(!e.getStep)e.getStep=function(a,b){var c=g.attr(a,"step");if("any"===c)return c;b=b||i(a);if(!d[b]||!d[b].step)return c;c=h.number.asNumber(c);return(!isNaN(c)&&0<c?c:d[b].step)*d[b].stepScaleFactor};if(!e.addMinMaxNumberToCache)e.addMinMaxNumberToCache=function(a,b,c){a+"AsNumber"in c||(c[a+"AsNumber"]=d[c.type].asNumber(b.attr(a)),isNaN(c[a+"AsNumber"])&&a+"Default"in d[c.type]&&(c[a+"AsNumber"]=d[c.type][a+"Default"]))};var l=parseInt("NaN",
2
+ 10),d=e.inputTypes,j=function(a){return"number"==typeof a||a&&a==1*a},m=function(a){return g('<input type="'+a+'" />').prop("type")===a},i=function(a){return(a.getAttribute("type")||"").toLowerCase()},p=e.addMinMaxNumberToCache,k=function(a,b){for(var a=""+a,b=b-a.length,c=0;c<b;c++)a="0"+a;return a};e.addValidityRule("stepMismatch",function(a,b,c,f){if(""===b)return!1;if(!("type"in c))c.type=i(a[0]);if("date"==c.type)return!1;f=(f||{}).stepMismatch;if(d[c.type]&&d[c.type].step){if(!("step"in c))c.step=
3
+ e.getStep(a[0],c.type);if("any"==c.step)return!1;if(!("valueAsNumber"in c))c.valueAsNumber=d[c.type].asNumber(b);if(isNaN(c.valueAsNumber))return!1;p("min",a,c);a=c.minAsNumber;isNaN(a)&&(a=d[c.type].stepBase||0);f=Math.abs((c.valueAsNumber-a)%c.step);f=!(1.0E-7>=f||1.0E-7>=Math.abs(f-c.step))}return f});[{name:"rangeOverflow",attr:"max",factor:1},{name:"rangeUnderflow",attr:"min",factor:-1}].forEach(function(a){e.addValidityRule(a.name,function(b,c,f,e){e=(e||{})[a.name]||!1;if(""===c)return e;if(!("type"in
4
+ f))f.type=i(b[0]);if(d[f.type]&&d[f.type].asNumber){if(!("valueAsNumber"in f))f.valueAsNumber=d[f.type].asNumber(c);if(isNaN(f.valueAsNumber))return!1;p(a.attr,b,f);if(isNaN(f[a.attr+"AsNumber"]))return e;e=f[a.attr+"AsNumber"]*a.factor<f.valueAsNumber*a.factor-1.0E-7}return e})});e.reflectProperties(["input"],["max","min","step"]);var n=e.defineNodeNameProperty("input","valueAsNumber",{prop:{get:function(){var a=i(this),a=d[a]&&d[a].asNumber?d[a].asNumber(g.prop(this,"value")):n.prop._supget&&n.prop._supget.apply(this,
5
+ arguments);null==a&&(a=l);return a},set:function(a){var b=i(this);d[b]&&d[b].numberToString?isNaN(a)?g.prop(this,"value",""):(b=d[b].numberToString(a),!1!==b?g.prop(this,"value",b):e.warn("INVALID_STATE_ERR: DOM Exception 11")):n.prop._supset&&n.prop._supset.apply(this,arguments)}}}),o=e.defineNodeNameProperty("input","valueAsDate",{prop:{get:function(){var a=i(this);return d[a]&&d[a].asDate&&!d[a].noAsDate?d[a].asDate(g.prop(this,"value")):o.prop._supget&&o.prop._supget.call(this)||null},set:function(a){var b=
6
+ i(this);if(d[b]&&d[b].dateToString&&!d[b].noAsDate){if(null===a)return g.prop(this,"value",""),"";b=d[b].dateToString(a);if(!1!==b)return g.prop(this,"value",b),b;e.warn("INVALID_STATE_ERR: DOM Exception 11")}else return o.prop._supset&&o.prop._supset.apply(this,arguments)||null}}}),h={number:{mismatch:function(a){return!j(a)},step:1,stepScaleFactor:1,asNumber:function(a){return j(a)?1*a:l},numberToString:function(a){return j(a)?a:!1}},range:{minDefault:0,maxDefault:100},date:{mismatch:function(a){if(!a||
7
+ !a.split||!/\d$/.test(a))return!0;var b=a.split(/\u002D/);if(3!==b.length)return!0;var c=!1;g.each(b,function(a,b){if(!(j(b)||b&&b=="0"+1*b))return c=!0,!1});if(c)return c;if(4!==b[0].length||2!=b[1].length||12<b[1]||2!=b[2].length||33<b[2])c=!0;return a!==this.dateToString(this.asDate(a,!0))},step:1,stepScaleFactor:864E5,asDate:function(a,b){return!b&&this.mismatch(a)?null:new Date(this.asNumber(a,!0))},asNumber:function(a,b){var c=l;if(b||!this.mismatch(a))a=a.split(/\u002D/),c=Date.UTC(a[0],a[1]-
8
+ 1,a[2]);return c},numberToString:function(a){return j(a)?this.dateToString(new Date(1*a)):!1},dateToString:function(a){return a&&a.getFullYear?a.getUTCFullYear()+"-"+k(a.getUTCMonth()+1,2)+"-"+k(a.getUTCDate(),2):!1}},time:{mismatch:function(a,b){if(!a||!a.split||!/\d$/.test(a))return!0;a=a.split(/\u003A/);if(2>a.length||3<a.length)return!0;var c=!1,d;a[2]&&(a[2]=a[2].split(/\u002E/),d=parseInt(a[2][1],10),a[2]=a[2][0]);g.each(a,function(a,b){if(!(j(b)||b&&b=="0"+1*b)||2!==b.length)return c=!0,!1});
9
+ if(c||23<a[0]||0>a[0]||59<a[1]||0>a[1]||a[2]&&(59<a[2]||0>a[2])||d&&isNaN(d))return!0;d&&(100>d?d*=100:10>d&&(d*=10));return!0===b?[a,d]:!1},step:60,stepBase:0,stepScaleFactor:1E3,asDate:function(a){a=new Date(this.asNumber(a));return isNaN(a)?null:a},asNumber:function(a){var b=l,a=this.mismatch(a,!0);!0!==a&&(b=Date.UTC("1970",0,1,a[0][0],a[0][1],a[0][2]||0),a[1]&&(b+=a[1]));return b},dateToString:function(a){if(a&&a.getUTCHours){var b=k(a.getUTCHours(),2)+":"+k(a.getUTCMinutes(),2),c=a.getSeconds();
10
+ "0"!=c&&(b+=":"+k(c,2));c=a.getUTCMilliseconds();"0"!=c&&(b+="."+k(c,3));return b}return!1}},"datetime-local":{mismatch:function(a,b){if(!a||!a.split||2!==(a+"special").split(/\u0054/).length)return!0;a=a.split(/\u0054/);return d.date.mismatch(a[0])||d.time.mismatch(a[1],b)},noAsDate:!0,asDate:function(a){a=new Date(this.asNumber(a));return isNaN(a)?null:a},asNumber:function(a){var b=l,c=this.mismatch(a,!0);!0!==c&&(a=a.split(/\u0054/)[0].split(/\u002D/),b=Date.UTC(a[0],a[1]-1,a[2],c[0][0],c[0][1],
11
+ c[0][2]||0),c[1]&&(b+=c[1]));return b},dateToString:function(a,b){return d.date.dateToString(a)+"T"+d.time.dateToString(a,b)}}};(e.bugs.valueAsNumberSet||!m("number"))&&e.addInputType("number",h.number);(e.bugs.valueAsNumberSet||!m("range"))&&e.addInputType("range",g.extend({},h.number,h.range));(e.bugs.valueAsNumberSet||!m("date"))&&e.addInputType("date",h.date);(e.bugs.valueAsNumberSet||!m("time"))&&e.addInputType("time",g.extend({},h.date,h.time));(e.bugs.valueAsNumberSet||!m("datetime-local"))&&
12
+ e.addInputType("datetime-local",g.extend({},h.date,h.time,h["datetime-local"]))});
@@ -0,0 +1,26 @@
1
+ jQuery.webshims.register("form-number-date-ui",function(c,f,k,l,y,j){var m=f.triggerInlineForm,s=Modernizr.inputtypes,p=function(){var c={"padding-box":"innerWidth","border-box":"outerWidth","content-box":"width"},b=Modernizr.prefixed&&Modernizr.prefixed("boxSizing");return function(a,d){var f,h,g;h="width";b&&(h=c[a.css(b)]||h);f=a[h]();h="width"==h;if(f){var i=parseInt(d.css("marginLeft"),10)||0,o=d.outerWidth();(g=parseInt(a.css("marginRight"),10)||0)&&a.css("marginRight",0);i<=-1*o?(d.css("marginRight",
2
+ Math.floor(Math.abs(o+i)+g)),a.css("paddingRight",(parseInt(a.css("paddingRight"),10)||0)+Math.abs(i)),h&&a.css("width",Math.floor(f+i))):(d.css("marginRight",g),a.css("width",Math.floor(f-i-o)))}}}(),t={dateFormat:"yy-mm-dd"},z=c([]),q,g=function(e,b){c("input",e).add(b.filter("input")).each(function(){var a=c.prop(this,"type");if(g[a]&&!f.data(this,"shadowData"))g[a](c(this))})},u=function(e,b){if(j.lazyDate){var a=c.data(e[0],"setDateLazyTimer");a&&clearTimeout(a);c.data(e[0],"setDateLazyTimer",
3
+ setTimeout(function(){e.datepicker("setDate",b);c.removeData(e[0],"setDateLazyTimer");e=null},0))}else e.datepicker("setDate",b)};if(j.lazyDate===y)try{j.lazyDate=c.browser.msie&&9>f.browserVersion||500>c(k).width()&&500>c(k).height()}catch(C){}var v={tabindex:1,tabIndex:1,title:1,"aria-required":1,"aria-invalid":1};if(!j.copyAttrs)j.copyAttrs={};f.extendUNDEFProp(j.copyAttrs,v);g.common=function(e,b,a){Modernizr.formvalidation&&e.bind("firstinvalid",function(a){(f.fromSubmit||!q)&&e.unbind("invalid.replacedwidgetbubble").bind("invalid.replacedwidgetbubble",
4
+ function(c){!a.isInvalidUIPrevented()&&!c.isDefaultPrevented()&&(f.validityAlert.showFor(a.target),a.preventDefault(),c.preventDefault());e.unbind("invalid.replacedwidgetbubble")})});var d,g,h=c("input, span.ui-slider-handle",b),n=e[0].attributes;for(d in j.copyAttrs)if((g=n[d])&&g.specified)v[d]&&h[0]?h.attr(d,g.nodeValue):b[0].setAttribute(d,g.nodeValue);d=e.attr("id");d={css:{marginRight:e.css("marginRight"),marginLeft:e.css("marginLeft")},outerWidth:e.outerWidth(),label:d?c('label[for="'+d+'"]',
5
+ e[0].form):z};g=f.getID(d.label);b.addClass(e[0].className);f.addShadowDom(e,b,{data:a||{},shadowFocusElement:c("input.input-datetime-local-date, span.ui-slider-handle",b)[0],shadowChilds:h});e.after(b).hide();e[0].form&&c(e[0].form).bind("reset",function(a){a.originalEvent&&!a.isDefaultPrevented()&&setTimeout(function(){e.prop("value",e.prop("value"))},0)});1==b.length&&!c("*",b)[0]&&(b.attr("aria-labeledby",g),d.label.bind("click",function(){b.focus();return!1}));return d};Modernizr.formvalidation&&
6
+ ["input","form"].forEach(function(c){var b=f.defineNodeNameProperty(c,"checkValidity",{prop:{value:function(){q=!0;var a=b.prop._supvalue.apply(this,arguments);q=!1;return a}}})});if(!s["datetime-local"]||j.replaceUI){var A=[0.595,0.395],B=[0.565,0.425],w=!c.browser.msie||6<f.browserVersion?0:0.45,x=function(e,b,a,d){var g,h,n=function(){i.dpDiv.unbind("mousedown.webshimsmousedownhandler");h=g=!1},i=b.bind("focusin",function(){n();i.dpDiv.unbind("mousedown.webshimsmousedownhandler").bind("mousedown.webshimsmousedownhandler",
7
+ function(){g=!0})}).bind("focusout blur",function(a){g&&(h=!0,a.stopImmediatePropagation())}).datepicker(c.extend({onClose:function(){h&&l.activeElement!==b[0]?(n(),b.trigger("focusout"),b.triggerHandler("blur")):n()}},t,j.datepicker,e.data("datepicker"))).bind("change",a).data("datepicker");i.dpDiv.addClass("input-date-datepicker-control");d&&f.triggerDomUpdate(d[0]);["disabled","min","max","value","step"].forEach(function(a){var c=e.prop(a);""!==c&&("disabled"!=a||!c)&&e.prop(a,c)});return i};g["datetime-local"]=
8
+ function(e){if(c.fn.datepicker){var b=c('<span role="group" class="input-datetime-local"><input type="text" class="input-datetime-local-date" /><input type="time" class="input-datetime-local-time" /></span>'),a=this.common(e,b,g["datetime-local"].attrs),d=c("input.input-datetime-local-date",b),f=x(e,d,function(a){var i=d.prop("value")||"",f="";if(j.lazyDate){var r=c.data(d[0],"setDateLazyTimer");r&&(clearTimeout(r),c.removeData(d[0],"setDateLazyTimer"))}if(i){f=c("input.input-datetime-local-time",
9
+ b).prop("value")||"00:00";try{i=(i=c.datepicker.parseDate(d.datepicker("option","dateFormat"),i))?c.datepicker.formatDate("yy-mm-dd",i):d.prop("value")}catch(h){i=d.prop("value")}}g["datetime-local"].blockAttr=!0;e.prop("value",!i&&!f?"":i+"T"+f);g["datetime-local"].blockAttr=!1;a.stopImmediatePropagation();m(e[0],"input");m(e[0],"change")},b);c("input.input-datetime-local-time",b).bind("change",function(a){var b=c.prop(this,"value"),f=["",""];if(b){f=e.prop("value").split("T");if(2>f.length||!f[0])f[0]=
10
+ c.datepicker.formatDate("yy-mm-dd",new Date);if(f[1]=b)try{d.prop("value",c.datepicker.formatDate(d.datepicker("option","dateFormat"),c.datepicker.parseDate("yy-mm-dd",f[0])))}catch(r){}}f=!f[0]&&!f[1]?"":f.join("T");g["datetime-local"].blockAttr=!0;e.prop("value",f);g["datetime-local"].blockAttr=!1;a.stopImmediatePropagation();m(e[0],"input");m(e[0],"change")});b.attr("aria-labeledby",a.label.attr("id"));a.label.bind("click",function(){d.focus();return!1});if(a.css&&(b.css(a.css),a.outerWidth)){b.outerWidth(a.outerWidth);
11
+ var a=b.width(),h=f.trigger[0]?A:B;d.outerWidth(Math.floor(a*h[0]-w),!0);c("input.input-datetime-local-time",b).outerWidth(Math.floor(a*h[1]-w),!0);f.trigger[0]&&p(d,f.trigger)}}};g["datetime-local"].attrs={disabled:function(e,b,a){c("input.input-datetime-local-date",b).prop("disabled",!!a);c("input.input-datetime-local-time",b).prop("disabled",!!a)},step:function(e,b,a){c("input.input-datetime-local-time",b).attr("step",a)},min:function(e,b,a){if(a){a=a.split?a.split("T"):[];try{a=c.datepicker.parseDate("yy-mm-dd",
12
+ a[0])}catch(d){a=!1}}a||(a=null);c("input.input-datetime-local-date",b).datepicker("option","minDate",a)},max:function(e,b,a){if(a){a=a.split?a.split("T"):[];try{a=c.datepicker.parseDate("yy-mm-dd",a[0])}catch(d){a=!1}}a||(a=null);c("input.input-datetime-local-date",b).datepicker("option","maxDate",a)},value:function(e,b,a){var d;if(a){a=a.split?a.split("T"):[];try{d=c.datepicker.parseDate("yy-mm-dd",a[0])}catch(f){d=!1}}d?(g["datetime-local"].blockAttr||u(c("input.input-datetime-local-date",b),d),
13
+ c("input.input-datetime-local-time",b).prop("value",a[1]||"00:00")):(c("input.input-datetime-local-date",b).prop("value",a[0]||""),c("input.input-datetime-local-time",b).prop("value",a[1]||""))}};g.date=function(e){if(c.fn.datepicker){var b=c('<input class="input-date" type="text" />'),a=this.common(e,b,g.date.attrs),d=x(e,b,function(a){g.date.blockAttr=!0;var d;if(j.lazyDate){var f=c.data(b[0],"setDateLazyTimer");f&&(clearTimeout(f),c.removeData(b[0],"setDateLazyTimer"))}try{d=(d=c.datepicker.parseDate(b.datepicker("option",
14
+ "dateFormat"),b.prop("value")))?c.datepicker.formatDate("yy-mm-dd",d):b.prop("value")}catch(i){d=b.prop("value")}e.prop("value",d);g.date.blockAttr=!1;a.stopImmediatePropagation();m(e[0],"input");m(e[0],"change")});a.css&&(b.css(a.css),a.outerWidth&&b.outerWidth(a.outerWidth),d.trigger[0]&&p(b,d.trigger))}};g.date.attrs={disabled:function(e,b,a){c.prop(b,"disabled",!!a)},min:function(e,b,a){try{a=c.datepicker.parseDate("yy-mm-dd",a)}catch(d){a=!1}a&&c(b).datepicker("option","minDate",a)},max:function(e,
15
+ b,a){try{a=c.datepicker.parseDate("yy-mm-dd",a)}catch(d){a=!1}a&&c(b).datepicker("option","maxDate",a)},value:function(e,b,a){if(!g.date.blockAttr){try{var d=c.datepicker.parseDate("yy-mm-dd",a)}catch(f){d=!1}d?u(c(b),d):c.prop(b,"value",a)}}}}if(!s.range||j.replaceUI)g.range=function(e){if(c.fn.slider){var b=c('<span class="input-range"><span class="ui-slider-handle" role="slider" tabindex="0" /></span>'),a=this.common(e,b,g.range.attrs);c("span",b).attr("aria-labeledby",a.label.attr("id"));a.label.bind("click",
16
+ function(){c("span",b).focus();return!1});a.css&&(b.css(a.css),a.outerWidth&&b.outerWidth(a.outerWidth));b.slider(c.extend({},j.slider,e.data("slider"),{slide:function(a,c){if(a.originalEvent)g.range.blockAttr=!0,e.prop("value",c.value),g.range.blockAttr=!1,m(e[0],"input"),m(e[0],"change")}}));["disabled","min","max","step","value"].forEach(function(a){var b=e.attr(a),f;"value"==a&&!b&&(f=e.getShadowElement())&&(b=(c(f).slider("option","max")-c(f).slider("option","min"))/2);null!=b&&e.attr(a,b)})}},
17
+ g.range.attrs={disabled:function(e,b,a){a=!!a;c(b).slider("option","disabled",a);c("span",b).attr({"aria-disabled":a+"",tabindex:a?"-1":"0"})},min:function(e,b,a){a=a?1*a||0:0;c(b).slider("option","min",a);c("span",b).attr({"aria-valuemin":a})},max:function(e,b,a){a=a||0===a?1*a||100:100;c(b).slider("option","max",a);c("span",b).attr({"aria-valuemax":a})},value:function(e,b,a){a=c(e).prop("valueAsNumber");isNaN(a)||(g.range.blockAttr||c(b).slider("option","value",a),c("span",b).attr({"aria-valuenow":a,
18
+ "aria-valuetext":a}))},step:function(e,b,a){a=a&&c.trim(a)?1*a||1:1;c(b).slider("option","step",a)}};if(!f.bugs.valueAsNumberSet&&(j.replaceUI||!Modernizr.inputtypes.date||!Modernizr.inputtypes["datetime-local"]||!Modernizr.inputtypes.range))k=function(){f.data(this,"hasShadow")&&c.prop(this,"value",c.prop(this,"value"))},f.onNodeNamesPropertyModify("input","valueAsNumber",k),f.onNodeNamesPropertyModify("input","valueAsDate",k);c.each(["disabled","min","max","value","step"],function(c,b){f.onNodeNamesPropertyModify("input",
19
+ b,function(a){var c=f.data(this,"shadowData");if(c&&c.data&&c.data[b]&&c.nativeElement===this)c.data[b](this,c.shadowElement,a)})});if(!j.availabeLangs)j.availabeLangs="af ar ar-DZ az bg bs ca cs da de el en-AU en-GB en-NZ eo es et eu fa fi fo fr fr-CH gl he hr hu hy id is it ja ko kz lt lv ml ms nl no pl pt-BR rm ro ru sk sl sq sr sr-SR sv ta th tr uk vi zh-CN zh-HK zh-TW".split(" ");k=function(){c.datepicker&&(f.activeLang({langObj:c.datepicker.regional,module:"form-number-date-ui",callback:function(e){c("input.hasDatepicker").filter(".input-date, .input-datetime-local-date").datepicker("option",
20
+ c.extend(t,e,j.datepicker))}}),c(l).unbind("jquery-uiReady.langchange input-widgetsReady.langchange"))};c(l).bind("jquery-uiReady.langchange input-widgetsReady.langchange",k);k();(function(){var e=function(){var a={};return function(b){return b in a?a[b]:a[b]=c('<input type="'+b+'" />')[0].type===b}}();if(!e("number")||!e("time")){var b=f.cfg["forms-ext"],a=f.inputTypes,d=function(b,e,d){d=d||{};if(!("type"in d))d.type=c.prop(b,"type");if(!("step"in d))d.step=f.getStep(b,d.type);if(!("valueAsNumber"in
21
+ d))d.valueAsNumber=a[d.type].asNumber(c.prop(b,"value"));var g="any"==d.step?a[d.type].step*a[d.type].stepScaleFactor:d.step;f.addMinMaxNumberToCache("min",c(b),d);f.addMinMaxNumberToCache("max",c(b),d);if(isNaN(d.valueAsNumber))d.valueAsNumber=a[d.type].stepBase||0;if("any"!==d.step&&(b=Math.round(1E7*((d.valueAsNumber-(d.minAsnumber||0))%d.step))/1E7)&&Math.abs(b)!=d.step)d.valueAsNumber-=b;b=d.valueAsNumber+g*e;return b=!isNaN(d.minAsNumber)&&b<d.minAsNumber?d.valueAsNumber*e<d.minAsNumber?d.minAsNumber:
22
+ isNaN(d.maxAsNumber)?d.valueAsNumber:d.maxAsNumber:!isNaN(d.maxAsNumber)&&b>d.maxAsNumber?d.valueAsNumber*e>d.maxAsNumber?d.maxAsNumber:isNaN(d.minAsNumber)?d.valueAsNumber:d.minAsNumber:Math.round(1E7*b)/1E7};f.modules["form-number-date-ui"].getNextStep=d;var g=function(b,e,f){if(!b.disabled&&!b.readOnly&&!c(f).hasClass("step-controls")&&(c.prop(b,"value",a[e].numberToString(d(b,c(f).hasClass("step-up")?1:-1,{type:e}))),c(b).unbind("blur.stepeventshim"),m(b,"input"),l.activeElement)){if(l.activeElement!==
23
+ b)try{b.focus()}catch(g){}setTimeout(function(){if(l.activeElement!==b)try{b.focus()}catch(a){}c(b).one("blur.stepeventshim",function(){m(b,"change")})},0)}};if(b.stepArrows){var h={set:function(){var a=f.data(this,"step-controls");if(a)a[this.disabled||this.readonly?"addClass":"removeClass"]("disabled-step-control")}};f.onNodeNamesPropertyModify("input","disabled",h);f.onNodeNamesPropertyModify("input","readonly",c.extend({},h))}var j={38:1,40:-1};f.addReady(function(h,k){b.stepArrows&&c("input",
24
+ h).add(k.filter("input")).each(function(){var h=c.prop(this,"type");if(a[h]&&a[h].asNumber&&b.stepArrows&&!(!0!==b.stepArrows&&!b.stepArrows[h]||e(h)||c(this).hasClass("has-step-controls"))){var i=this,k=c('<span class="step-controls" unselectable="on"><span class="step-up" /><span class="step-down" /></span>').insertAfter(this).bind("selectstart dragstart",function(){return!1}).bind("mousedown mousepress",function(a){g(i,h,a.target);return!1}).bind("mousepressstart mousepressend",function(a){c(a.target)["mousepressstart"==
25
+ a.type?"addClass":"removeClass"]("mousepress-ui")}),l=c(this).addClass("has-step-controls").attr({readonly:this.readOnly,disabled:this.disabled,autocomplete:"off",role:"spinbutton"}).bind(c.browser.msie?"keydown":"keypress",function(b){if(!this.disabled&&!this.readOnly&&j[b.keyCode])return c.prop(this,"value",a[h].numberToString(d(this,j[b.keyCode],{type:h}))),m(this,"input"),!1});f.data(this,"step-controls",k);b.calculateWidth&&(p(l,k),k.css("marginTop",(l.outerHeight()-k.outerHeight())/2))}})})}})();
26
+ f.addReady(function(e,b){c(l).bind("jquery-uiReady.initinputui input-widgetsReady.initinputui",function(){(c.datepicker||c.fn.slider)&&g(e,b);c.datepicker&&c.fn.slider?c(l).unbind(".initinputui"):f.modules["input-widgets"].src||f.warn('jQuery UI Widget factory is already included, but not datepicker or slider. configure src of $.webshims.modules["input-widgets"].src')})})});
@@ -0,0 +1,5 @@
1
+ jQuery.webshims.ready("dom-support",function(d,e,m,f){(function(){if(!("value"in f.createElement("output"))){e.defineNodeNameProperty("output","value",{prop:{set:function(a){var b=d.data(this,"outputShim");b||(b=j(this));b(a)},get:function(){return e.contentAttr(this,"value")||d(this).text()||""}}});e.onNodeNamesPropertyModify("input","value",function(a,b,c){"removeAttr"!=c&&(b=d.data(this,"outputShim"))&&b(a)});var j=function(a){if(!a.getAttribute("aria-live")){var a=d(a),b=(a.text()||"").trim(),
2
+ c=a.attr("id"),k=a.attr("for"),i=d('<input class="output-shim" type="text" disabled name="'+(a.attr("name")||"")+'" value="'+b+'" style="display: none !important;" />').insertAfter(a),g=i[0].form||f,h=function(c){i[0].value=c;c=i[0].value;a.text(c);e.contentAttr(a[0],"value",c)};a[0].defaultValue=b;e.contentAttr(a[0],"value",b);a.attr({"aria-live":"polite"});c&&(i.attr("id",c),a.attr("aria-labeldby",e.getID(d('label[for="'+c+'"]',g))));k&&(c=e.getID(a),k.split(" ").forEach(function(a){(a=f.getElementById(a))&&
3
+ a.setAttribute("aria-controls",c)}));a.data("outputShim",h);i.data("outputShim",h);return h}};e.addReady(function(a,b){d("output",a).add(b.filter("output")).each(function(){j(this)})})}})();(function(){var j={updateInput:1,input:1},a={radio:1,checkbox:1,submit:1,button:1,image:1,reset:1,file:1,color:1},b=function(a){var b,d=a.prop("value"),g=function(b){if(a){var f=a.prop("value");f!==d&&(d=f,(!b||!j[b.type])&&e.triggerInlineForm&&e.triggerInlineForm(a[0],"input"))}},h,f=function(){clearTimeout(h);
4
+ h=setTimeout(g,9)},l=function(){a.unbind("focusout",l).unbind("keyup keypress keydown paste cut",f).unbind("input change updateInput",g);clearInterval(b);setTimeout(function(){g();a=null},1)};clearInterval(b);b=setInterval(g,99);f();a.bind("keyup keypress keydown paste cut",f).bind("focusout",l).bind("input updateInput change",g)};if(d.event.customEvent)d.event.customEvent.updateInput=!0;d(f).bind("focusin",function(c){c.target&&c.target.type&&!c.target.readOnly&&!c.target.disabled&&"input"==(c.target.nodeName||
5
+ "").toLowerCase()&&!a[c.target.type]&&b(d(c.target))})})();e.isReady("form-output",!0)});
@@ -0,0 +1,26 @@
1
+ Modernizr.formvalidation||jQuery.webshims.register("form-extend",function(a,f,w,m){f.inputTypes=f.inputTypes||{};var s=f.cfg.forms,q,r=f.inputTypes,x={radio:1,checkbox:1};f.addInputType=function(b,a){r[b]=a};var t={customError:!1,typeMismatch:!1,rangeUnderflow:!1,rangeOverflow:!1,stepMismatch:!1,tooLong:!1,patternMismatch:!1,valueMissing:!1,valid:!0},u={valueMissing:function(b,c,d){if(!b.attr("required"))return!1;var f=!1;if(!("type"in d))d.type=(b[0].getAttribute("type")||b[0].type||"").toLowerCase();
2
+ if("select"==d.nodeName){if(c=!c)if(!(c=0>b[0].selectedIndex))b=b[0],c="select-one"==b.type&&2>b.size?!!a("> option:first-child",b).prop("selected"):!1;b=c}else b=x[d.type]?"checkbox"==d.type?!b.is(":checked"):!a(b[0].form&&b[0].name?b[0].form[b[0].name]:[]).filter(":checked")[0]:!c;return b},tooLong:function(){return!1},typeMismatch:function(b,a,d){if(""===a||"select"==d.nodeName)return!1;var f=!1;if(!("type"in d))d.type=(b[0].getAttribute("type")||b[0].type||"").toLowerCase();r[d.type]&&r[d.type].mismatch&&
3
+ (f=r[d.type].mismatch(a,b));return f},patternMismatch:function(b,a,d){if(""===a||"select"==d.nodeName)return!1;b=b.attr("pattern");if(!b)return!1;try{b=RegExp("^(?:"+b+")$")}catch(n){f.error('invalid pattern value: "'+b+'" | '+n),b=!1}return!b?!1:!b.test(a)}};f.addValidityRule=function(a,c){u[a]=c};a.event.special.invalid={add:function(){a.event.special.invalid.setup.call(this.form||this)},setup:function(){var b=this.form||this;a.data(b,"invalidEventShim")||(a(b).data("invalidEventShim",!0).bind("submit",
4
+ a.event.special.invalid.handler),f.moveToFirstEvent(b,"submit"))},teardown:a.noop,handler:function(b){if(!("submit"!=b.type||b.testedValidity||!b.originalEvent||!a.nodeName(b.target,"form")||a.prop(b.target,"noValidate"))){q=!0;b.testedValidity=!0;if(!a(b.target).checkValidity())return b.stopImmediatePropagation(),q=!1;q=!1}}};a(m).bind("invalid",a.noop);a.event.special.submit=a.event.special.submit||{setup:function(){return!1}};var y=a.event.special.submit.setup;a.extend(a.event.special.submit,{setup:function(){a.nodeName(this,
5
+ "form")?a(this).bind("invalid",a.noop):a("form",this).bind("invalid",a.noop);return y.apply(this,arguments)}});f.addInputType("email",{mismatch:function(){var a=s.emailReg||/^[a-zA-Z0-9.!#$%&'*+-\/=?\^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/;return function(c){return!a.test(c)}}()});f.addInputType("url",{mismatch:function(){var a=s.urlReg||/^([a-z]([a-z]|\d|\+|-|\.)*):(\/\/(((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:)*@)?((\[(|(v[\da-f]{1,}\.(([a-z]|\d|-|\.|_|~)|[!\$&'\(\)\*\+,;=]|:)+))\])|((\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5]))|(([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=])*)(:\d*)?)(\/(([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*|(\/((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)+(\/(([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*)?)|((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)+(\/(([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*)|((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)){0})(\?((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|[\uE000-\uF8FF]|\/|\?)*)?(\#((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|\/|\?)*)?$/i;
6
+ return function(c){return!a.test(c)}}()});f.defineNodeNameProperty("input","type",{prop:{get:function(){var a=(this.getAttribute("type")||"").toLowerCase();return f.inputTypes[a]?a:this.type}}});f.defineNodeNamesProperties(["button","fieldset","output"],{checkValidity:{value:function(){return!0}},willValidate:{value:!1},setCustomValidity:{value:a.noop},validity:{writeable:!1,get:function(){return a.extend({},t)}}},"prop");var j=function(b){var c,d=a.prop(b,"validity");if(d)a.data(b,"cachedValidity",
7
+ d);else return!0;if(!d.valid){c=a.Event("invalid");var n=a(b).trigger(c);if(q&&!j.unhandledInvalids&&!c.isDefaultPrevented())f.validityAlert.showFor(n),j.unhandledInvalids=!0}a.removeData(b,"cachedValidity");return d.valid};f.defineNodeNameProperty("form","checkValidity",{prop:{value:function(){var b=!0,c=a("input,textarea,select",this).filter(function(){var a=f.data(this,"shadowData");return!a||!a.nativeElement||a.nativeElement===this});j.unhandledInvalids=!1;for(var d=0,n=c.length;d<n;d++)j(c[d])||
8
+ (b=!1);return b}}});f.defineNodeNamesProperties(["input","textarea","select"],{checkValidity:{value:function(){j.unhandledInvalids=!1;return j(a(this).getNativeElement()[0])}},setCustomValidity:{value:function(b){a.removeData(this,"cachedValidity");f.data(this,"customvalidationMessage",""+b)}},willValidate:{set:a.noop,get:function(){var b={button:1,reset:1,hidden:1,image:1};return function(){var c=a(this).getNativeElement()[0];return!(c.disabled||c.readOnly||b[c.type]||c.form&&a.prop(c.form,"noValidate"))}}()},
9
+ validity:{set:a.noop,get:function(){var b=a(this).getNativeElement(),c=b[0],d=a.data(c,"cachedValidity");if(d)return d;d=a.extend({},t);if(!a.prop(c,"willValidate")||"submit"==c.type)return d;var n=b.val(),i={nodeName:c.nodeName.toLowerCase()};d.customError=!!f.data(c,"customvalidationMessage");if(d.customError)d.valid=!1;a.each(u,function(a,c){if(c(b,n,i))d[a]=!0,d.valid=!1});a(this).getShadowFocusElement().attr("aria-invalid",d.valid?"false":"true");c=b=null;return d}}},"prop");f.defineNodeNamesBooleanProperty(["input",
10
+ "textarea","select"],"required",{set:function(b){a(this).getShadowFocusElement().attr("aria-required",!!b+"")},initAttr:!a.browser.msie||7<f.browserVersion});f.reflectProperties(["input"],["pattern"]);var p=function(){var b,c=0,d=a([]),f=1E9,i=function(){var a=d.prop("value"),b=a.length;b>c&&b>f&&(b=Math.max(c,f),d.prop("value",a.substr(0,b)));c=b},g=function(){clearTimeout(b);d.unbind(".maxlengthconstraint")};return function(l,h){g();if(-1<h)f=h,c=a.prop(l,"value").length,d=a(l),d.bind("keydown.maxlengthconstraint keypress.maxlengthconstraint paste.maxlengthconstraint cut.maxlengthconstraint",
11
+ function(){setTimeout(i,0)}),d.bind("keyup.maxlengthconstraint",i),d.bind("blur.maxlengthconstraint",g),b=setInterval(i,200)}}();p.update=function(b,c){b===m.activeElement&&(null==c&&(c=a.prop(b,"maxlength")),p(e.target,c))};a(m).bind("focusin",function(b){var c;"TEXTAREA"==b.target.nodeName&&-1<(c=a.prop(b.target,"maxlength"))&&p(b.target,c)});f.defineNodeNameProperty("textarea","maxlength",{attr:{set:function(a){this.setAttribute("maxlength",""+a);p.update(this)},get:function(){var a=this.getAttribute("maxlength");
12
+ return null==a?void 0:a}},prop:{set:function(a){if("number"==typeof a||a&&a==1*a){if(0>a)throw"INDEX_SIZE_ERR";a=parseInt(a,10);this.setAttribute("maxlength",a);p.update(this,a)}else this.setAttribute("maxlength","0"),p.update(this,0)},get:function(){var a=this.getAttribute("maxlength");return("number"==typeof a||a&&a==1*a)&&0<=a?parseInt(a,10):-1}}});f.defineNodeNameProperty("textarea","maxLength",{prop:{set:function(b){a.prop(this,"maxlength",b)},get:function(){return a.prop(this,"maxlength")}}});
13
+ var z={submit:1,button:1,image:1},g={};[{name:"enctype",limitedTo:{"application/x-www-form-urlencoded":1,"multipart/form-data":1,"text/plain":1},defaultProp:"application/x-www-form-urlencoded",proptype:"enum"},{name:"method",limitedTo:{get:1,post:1},defaultProp:"get",proptype:"enum"},{name:"action",proptype:"url"},{name:"target"},{name:"novalidate",propName:"noValidate",proptype:"boolean"}].forEach(function(b){var c="form"+(b.propName||b.name).replace(/^[a-z]/,function(a){return a.toUpperCase()}),
14
+ d="form"+b.name,f=b.name,i="click.webshimssubmittermutate"+f,j=function(){if("form"in this&&z[this.type]){var h=a.prop(this,"form");if(h){var o=a.attr(this,d);if(null!=o&&(!b.limitedTo||o.toLowerCase()===a.prop(this,c))){var v=a.attr(h,f);a.attr(h,f,o);setTimeout(function(){if(null!=v)a.attr(h,f,v);else try{a(h).removeAttr(f)}catch(b){h.removeAttribute(f)}},9)}}}};switch(b.proptype){case "url":var l=m.createElement("form");g[c]={prop:{set:function(b){a.attr(this,d,b)},get:function(){var b=a.attr(this,
15
+ d);if(null==b)return"";l.setAttribute("action",b);return l.action}}};break;case "boolean":g[c]={prop:{set:function(b){b?a.attr(this,"formnovalidate","formnovalidate"):a(this).removeAttr("formnovalidate")},get:function(){return null!=a.attr(this,"formnovalidate")}}};break;case "enum":g[c]={prop:{set:function(b){a.attr(this,d,b)},get:function(){var h=a.attr(this,d);return!h||(h=h.toLowerCase())&&!b.limitedTo[h]?b.defaultProp:h}}};break;default:g[c]={prop:{set:function(b){a.attr(this,d,b)},get:function(){var b=
16
+ a.attr(this,d);return null!=b?b:""}}}}g[d]||(g[d]={});g[d].attr={set:function(b){g[d].attr._supset.call(this,b);a(this).unbind(i).bind(i,j)},get:function(){return g[d].attr._supget.call(this)}};g[d].initAttr=!0;g[d].removeAttr={value:function(){a(this).unbind(i);g[d].removeAttr._supvalue.call(this)}}});f.defineNodeNamesProperties(["input","button"],g);!a.support.getSetAttribute&&null==a("<form novalidate></form>").attr("novalidate")&&f.defineNodeNameProperty("form","novalidate",{attr:{set:function(a){this.setAttribute("novalidate",
17
+ ""+a)},get:function(){var a=this.getAttribute("novalidate");return null==a?void 0:a}}});f.defineNodeNameProperty("form","noValidate",{prop:{set:function(b){b?a.attr(this,"novalidate","novalidate"):a(this).removeAttr("novalidate")},get:function(){return null!=a.attr(this,"novalidate")}}});f.addReady(function(b,c){var d;a("form",b).add(c.filter("form")).bind("invalid",a.noop);try{if(b==m&&!("form"in(m.activeElement||{})))(d=a("input[autofocus], select[autofocus], textarea[autofocus]",b).eq(0).getShadowFocusElement()[0])&&
18
+ d.offsetHeight&&d.offsetWidth&&d.focus()}catch(f){}});(function(){Modernizr.textareaPlaceholder=!!("placeholder"in a("<textarea />")[0]);if(!Modernizr.input.placeholder||!Modernizr.textareaPlaceholder){var b="over"==f.cfg.forms.placeholderType,c=["textarea"];Modernizr.input.placeholder||c.push("input");var d=function(a){if(a.setSelectionRange)return a.setSelectionRange(0,0),!0;if(a)return a=a.createTextRange(),a.collapse(!0),a.moveEnd("character",0),a.moveStart("character",0),a.select(),!0},g=function(c,
19
+ o,f,k){!1===f&&(f=a.prop(c,"value"));if(!b&&"password"!=c.type){if(!f&&k&&d(c)){var g;a(c).bind("keydown.placeholderremove keypress.placeholderremove paste.placeholderremove input.placeholderremove",function(){c.value=a.prop(c,"value");o.box.removeClass("placeholder-visible");clearTimeout(g);a(c).unbind(".placeholderremove")}).bind("mousedown.placeholderremove drag.placeholderremove select.placeholderremove",function(){d(c);clearTimeout(g);g=setTimeout(function(){d(c)},9)}).bind("blur.placeholderremove",
20
+ function(){clearTimeout(g);a(c).unbind(".placeholderremove")});return}c.value=f}else if(!f&&k){a(c).bind("keydown.placeholderremove keypress.placeholderremove paste.placeholderremove input.placeholderremove",function(){o.box.removeClass("placeholder-visible");a(c).unbind(".placeholderremove")}).bind("blur.placeholderremove",function(){a(c).unbind(".placeholderremove")});return}o.box.removeClass("placeholder-visible")},i=function(c,d,f,k,i){if(!k&&(k=a.data(c,"placeHolder"),!k))return;a(c).unbind(".placeholderremove");
21
+ if("focus"==i||!i&&c===m.activeElement)("password"==c.type||b||a(c).hasClass("placeholder-visible"))&&g(c,k,"",!0);else if(!1===d&&(d=a.prop(c,"value")),d)g(c,k,d);else if(!1===f&&(f=a.attr(c,"placeholder")||""),f&&!d){d=k;!1===f&&(f=a.prop(c,"placeholder"));if(!b&&"password"!=c.type)c.value=f;d.box.addClass("placeholder-visible")}else g(c,k,d)},j=function(b){var b=a(b),c=b.prop("id"),d=!(!b.prop("title")&&!b.attr("aria-labeledby"));!d&&c&&(d=!!a('label[for="'+c+'"]',b[0].form)[0]);d||(c||(c=a.webshims.getID(b)),
22
+ d=!!a("label #"+c)[0]);return a(d?'<span class="placeholder-text"></span>':'<label for="'+c+'" class="placeholder-text"></label>')},l=function(){var c={text:1,search:1,url:1,email:1,password:1,tel:1};return{create:function(c){var d=a.data(c,"placeHolder");if(d)return d;d=a.data(c,"placeHolder",{text:j(c)});a(c).bind("focus.placeholder blur.placeholder",function(a){i(this,!1,!1,d,a.type);d.box["focus"==a.type?"addClass":"removeClass"]("placeholder-focused")});c.form&&a(c.form).bind("reset.placeholder",
23
+ function(a){setTimeout(function(){i(c,!1,!1,d,a.type)},0)});if("password"==c.type||b){d.box=a(c).wrap('<span class="placeholder-box placeholder-box-'+(c.nodeName||"").toLowerCase()+'" />').parent();d.text.insertAfter(c).bind("mousedown.placeholder",function(){i(this,!1,!1,d,"focus");try{setTimeout(function(){c.focus()},0)}catch(a){}return!1});a.each(["Left","Top"],function(b,f){var g=(parseInt(a.curCSS(c,"padding"+f),10)||0)+Math.max(parseInt(a.curCSS(c,"margin"+f),10)||0,0)+(parseInt(a.curCSS(c,
24
+ "border"+f+"Width"),10)||0);d.text.css("padding"+f,g)});a.curCSS(c,"lineHeight");var f={width:a(c).width(),height:a(c).height()},h=a.curCSS(c,"float");a.each(["lineHeight","fontSize","fontFamily","fontWeight"],function(b,f){var g=a.curCSS(c,f);d.text.css(f)!=g&&d.text.css(f,g)});f.width&&f.height&&d.text.css(f);"none"!==h&&d.box.addClass("placeholder-box-"+h)}else f=function(b){a(c).hasClass("placeholder-visible")&&(g(c,d,""),b&&"submit"==b.type&&setTimeout(function(){b.isDefaultPrevented()&&i(c,
25
+ !1,!1,d)},9))},a.nodeName(d.text[0],"label")&&setTimeout(function(){d.text.hide()[a.browser.msie?"insertBefore":"insertAfter"](c)},9),a(w).bind("beforeunload",f),d.box=a(c),c.form&&a(c.form).submit(f);return d},update:function(b,d){if(c[a.prop(b,"type")]||a.nodeName(b,"textarea")){var f=l.create(b);f.text.text(d);i(b,!1,d,f)}}}}();a.webshims.publicMethods={pHolder:l};c.forEach(function(a){f.defineNodeNameProperty(a,"placeholder",{attr:{set:function(a){f.contentAttr(this,"placeholder",a);l.update(this,
26
+ a)},get:function(){return f.contentAttr(this,"placeholder")}},reflect:!0,initAttr:!0})});c.forEach(function(b){var c={},d;["attr","prop"].forEach(function(b){c[b]={set:function(c){var g=f.contentAttr(this,"placeholder");a.removeData(this,"cachedValidity");var h=d[b]._supset.call(this,c);g&&"value"in this&&i(this,c,g);return h},get:function(){return a(this).hasClass("placeholder-visible")?"":d[b]._supget.call(this)}}});d=f.defineNodeNameProperty(b,"value",c)})}})()});
@@ -0,0 +1,5 @@
1
+ (function(c){if(!navigator.geolocation){var n=function(){setTimeout(function(){throw"document.write is overwritten by geolocation shim. This method is incompatible with this plugin";},1)},f=0,k=c.webshims.cfg.geolocation.options||{};navigator.geolocation=function(){var a,i={getCurrentPosition:function(i,d,g){var e=2,f,l,m,h=function(){if(!m)if(a){if(m=!0,i(c.extend({timestamp:(new Date).getTime()},a)),j(),window.JSON&&window.sessionStorage)try{sessionStorage.setItem("storedGeolocationData654321",
2
+ JSON.stringify(a))}catch(b){}}else d&&!e&&(m=!0,j(),d({code:2,message:"POSITION_UNAVAILABLE"}))},p=function(){e--;o();h()},j=function(){c(document).unbind("google-loader",j);clearTimeout(l);clearTimeout(f)},o=function(){if(a||!window.google||!google.loader||!google.loader.ClientLocation)return!1;var b=google.loader.ClientLocation;a={coords:{latitude:b.latitude,longitude:b.longitude,altitude:null,accuracy:43E3,altitudeAccuracy:null,heading:parseInt("NaN",10),velocity:null},address:c.extend({streetNumber:"",
3
+ street:"",premises:"",county:"",postalCode:""},b.address)};return!0};if(!a&&(o(),!a&&window.JSON&&window.sessionStorage))try{a=(a=sessionStorage.getItem("storedGeolocationData654321"))?JSON.parse(a):!1,a.coords||(a=!1)}catch(q){a=!1}a?setTimeout(h,1):k.confirmText&&!confirm(k.confirmText.replace("{location}",location.hostname))?d&&d({code:1,message:"PERMISSION_DENIED"}):(c.ajax({url:"http://freegeoip.net/json/",dataType:"jsonp",cache:!0,jsonp:"callback",success:function(b){e--;b&&(a=a||{coords:{latitude:b.latitude,
4
+ longitude:b.longitude,altitude:null,accuracy:43E3,altitudeAccuracy:null,heading:parseInt("NaN",10),velocity:null},address:{city:b.city,country:b.country_name,countryCode:b.country_code,county:"",postalCode:b.zipcode,premises:"",region:b.region_name,street:"",streetNumber:""}},h())},error:function(){e--;h()}}),clearTimeout(l),!window.google||!window.google.loader?l=setTimeout(function(){if(k.destroyWrite)document.write=n,document.writeln=n;c(document).one("google-loader",p);c.webshims.loader.loadScript("http://www.google.com/jsapi",
5
+ !1,"google-loader")},800):e--,f=g&&g.timeout?setTimeout(function(){j();d&&d({code:3,message:"TIMEOUT"})},g.timeout):setTimeout(function(){e=0;h()},1E4))},clearWatch:c.noop};i.watchPosition=function(a,c,g){i.getCurrentPosition(a,c,g);f++;return f};return i}();c.webshims.isReady("geolocation",!0)}})(jQuery);
@@ -0,0 +1,7 @@
1
+ jQuery.webshims.validityMessages.ar={typeMismatch:{email:"\u0623\u062f\u062e\u0650\u0644 \u0631\u062c\u0627\u0621\u064b \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a.",url:"\u0623\u062f\u062e\u0650\u0644 \u0631\u062c\u0627\u0621\u064b \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0645\u0648\u0642\u0639.",number:"\u0642\u064a\u0645\u0629 \u063a\u064a\u0631 \u0635\u062d\u064a\u062d\u0629",date:"\u0642\u064a\u0645\u0629 \u063a\u064a\u0631 \u0635\u062d\u064a\u062d\u0629",
2
+ time:"\u0642\u064a\u0645\u0629 \u063a\u064a\u0631 \u0635\u062d\u064a\u062d\u0629",range:"\u0642\u064a\u0645\u0629 \u063a\u064a\u0631 \u0635\u062d\u064a\u062d\u0629","datetime-local":"\u0642\u064a\u0645\u0629 \u063a\u064a\u0631 \u0635\u062d\u064a\u062d\u0629"},tooLong:"\u0642\u064a\u0645\u0629 \u063a\u064a\u0631 \u0635\u062d\u064a\u062d\u0629",patternMismatch:"\u0627\u062a\u0628\u0639 \u0631\u062c\u0627\u0621\u064b \u0627\u0644\u062a\u0646\u0633\u064a\u0642 \u0627\u0644\u0645\u0637\u0644\u0648\u0628: {%title}.",
3
+ valueMissing:{defaultMessage:"\u0631\u062c\u0627\u0621\u064b \u0627\u0645\u0644\u0623 \u0647\u0630\u0627 \u0627\u0644\u062d\u0642\u0644.",checkbox:"\u0631\u062c\u0627\u0621\u064b \u0639\u0644\u0651\u0645 \u0647\u0630\u0627 \u0627\u0644\u0645\u0631\u0628\u0639 \u0625\u0646 \u0623\u0631\u062f\u062a \u0627\u0644\u0645\u062a\u0627\u0628\u0639\u0629.",select:"\u0631\u062c\u0627\u0621\u064b \u0627\u062e\u062a\u0631 \u0639\u0646\u0635\u0631\u064b\u0627 \u0645\u0646 \u0627\u0644\u0644\u0627\u0626\u062d\u0629.",
4
+ radio:"\u0631\u062c\u0627\u0621\u064b \u0627\u062e\u062a\u0631 \u0623\u062d\u062f \u0647\u0630\u0647 \u0627\u0644\u062e\u064a\u0627\u0631\u0627\u062a."},rangeUnderflow:{defaultMessage:"\u064a\u062c\u0628 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0627\u0644\u0642\u064a\u0645\u0629 \u0623\u0643\u0628\u0631 \u0645\u0646 \u0623\u0648 \u062a\u0633\u0627\u0648\u064a {%min}.",date:"\u064a\u062c\u0628 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0627\u0644\u0642\u064a\u0645\u0629 \u0623\u0643\u0628\u0631 \u0645\u0646 \u0623\u0648 \u062a\u0633\u0627\u0648\u064a {%min}.",
5
+ time:"\u064a\u062c\u0628 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0627\u0644\u0642\u064a\u0645\u0629 \u0623\u0643\u0628\u0631 \u0645\u0646 \u0623\u0648 \u062a\u0633\u0627\u0648\u064a {%min}.","datetime-local":"\u064a\u062c\u0628 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0627\u0644\u0642\u064a\u0645\u0629 \u0623\u0643\u0628\u0631 \u0645\u0646 \u0623\u0648 \u062a\u0633\u0627\u0648\u064a {%min}."},rangeOverflow:{defaultMessage:"\u064a\u062c\u0628 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0627\u0644\u0642\u064a\u0645\u0629 \u0623\u0642\u0644 \u0645\u0646 \u0623\u0648 \u062a\u0633\u0627\u0648\u064a {%max}.",
6
+ date:"\u064a\u062c\u0628 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0627\u0644\u0642\u064a\u0645\u0629 \u0623\u0642\u0644 \u0645\u0646 \u0623\u0648 \u062a\u0633\u0627\u0648\u064a {%max}.",time:"\u064a\u062c\u0628 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0627\u0644\u0642\u064a\u0645\u0629 \u0623\u0642\u0644 \u0645\u0646 \u0623\u0648 \u062a\u0633\u0627\u0648\u064a {%max}.","datetime-local":"\u064a\u062c\u0628 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0627\u0644\u0642\u064a\u0645\u0629 \u0623\u0642\u0644 \u0645\u0646 \u0623\u0648 \u062a\u0633\u0627\u0648\u064a {%max}."},
7
+ stepMismatch:"\u0642\u064a\u0645\u0629 \u063a\u064a\u0631 \u0635\u062d\u064a\u062d\u0629"};
@@ -0,0 +1,3 @@
1
+ jQuery.webshims.validityMessages["zh-CN"]={typeMismatch:{email:"\u8bf7\u8f93\u5165\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u3002",url:"\u8bf7\u8f93\u5165\u4e00\u4e2a URL\u3002",number:"\u503c\u65e0\u6548\u3002",date:"\u503c\u65e0\u6548\u3002",time:"\u503c\u65e0\u6548\u3002",range:"\u503c\u65e0\u6548\u3002","datetime-local":"\u503c\u65e0\u6548\u3002"},tooLong:"\u503c\u65e0\u6548\u3002",patternMismatch:"\u8bf7\u5339\u914d\u8981\u6c42\u7684\u683c\u5f0f\uff1a {%title}\u3002",valueMissing:{defaultMessage:"\u8bf7\u586b\u5199\u6b64\u5b57\u6bb5\u3002",
2
+ checkbox:"\u82e5\u8981\u7ee7\u7eed\uff0c\u8bf7\u68c0\u9009\u6b64\u68c0\u67e5\u6846\u3002",select:"\u8bf7\u9009\u62e9\u5217\u8868\u4e2d\u7684\u4e00\u9879\u3002",radio:"\u8bf7\u9009\u62e9\u4e00\u4e2a\u9009\u9879\u3002"},rangeUnderflow:{defaultMessage:"\u503c\u65e0\u6548\u3002",date:"\u503c\u65e0\u6548\u3002",time:"\u503c\u65e0\u6548\u3002","datetime-local":"\u503c\u65e0\u6548\u3002"},rangeOverflow:{defaultMessage:"\u503c\u65e0\u6548\u3002",date:"\u503c\u65e0\u6548\u3002",time:"\u503c\u65e0\u6548\u3002",
3
+ "datetime-local":"\u503c\u65e0\u6548\u3002"},stepMismatch:"\u503c\u65e0\u6548\u3002"};
@@ -0,0 +1,33 @@
1
+ //errormessages for de are already included in webshims core, this is only for information:
2
+ jQuery.webshims.validityMessages.de = {
3
+ "typeMismatch": {
4
+ "email": "{%value} ist keine zulässige E-Mail-Adresse",
5
+ "url": "{%value} ist keine zulässige Webadresse",
6
+ "number": "{%value} ist keine Nummer!",
7
+ "date": "{%value} ist kein Datum",
8
+ "time": "{%value} ist keine Uhrzeit",
9
+ "range": "{%value} ist keine Nummer!",
10
+ "datetime-local": "{%value} ist kein Datum-Uhrzeit Format."
11
+ },
12
+ "tooLong": "Der eingegebene Text ist zu lang! Sie haben {%valueLen} Zeichen eingegeben, dabei sind {%maxlength} das Maximum.",
13
+ "patternMismatch": "{%value} hat für dieses Eingabefeld ein falsches Format! {%title}",
14
+ "valueMissing": {
15
+ "defaultMessage": "Bitte geben Sie einen Wert ein",
16
+ "checkbox": "Bitte aktivieren Sie das Kästchen",
17
+ "select": "Bitte wählen Sie eine Option aus",
18
+ "radio": "Bitte wählen Sie eine Option aus"
19
+ },
20
+ "rangeUnderflow": {
21
+ "defaultMessage": "{%value} ist zu niedrig. {%min} ist der unterste Wert, den Sie benutzen können.",
22
+ "date": "{%value} ist zu früh. {%min} ist die früheste Zeit, die Sie benutzen können.",
23
+ "time": "{%value} ist zu früh. {%min} ist die früheste Zeit, die Sie benutzen können.",
24
+ "datetime-local": "{%value} ist zu früh. {%min} ist die früheste Zeit, die Sie benutzen können."
25
+ },
26
+ "rangeOverflow": {
27
+ "defaultMessage": "{%value} ist zu hoch. {%max} ist der oberste Wert, den Sie benutzen können.",
28
+ "date": "{%value} ist zu spät. {%max} ist die späteste Zeit, die Sie benutzen können.",
29
+ "time": "{%value} ist zu spät. {%max} ist die späteste Zeit, die Sie benutzen können.",
30
+ "datetime-local": "{%value} ist zu spät. {%max} ist die späteste Zeit, die Sie benutzen können."
31
+ },
32
+ "stepMismatch": "Der Wert {%value} ist in diesem Feld nicht zulässig. Hier sind nur bestimmte Werte zulässig. {%title}"
33
+ };
@@ -0,0 +1,7 @@
1
+ jQuery.webshims.validityMessages.el={typeMismatch:{email:"\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03bc\u03b9\u03b1 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 email.",url:"\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03ad\u03bd\u03b1 URL.",number:"\u039c\u03b7 \u03ad\u03b3\u03ba\u03c5\u03c1\u03b7 \u03c4\u03b9\u03bc\u03ae.",date:"\u039c\u03b7 \u03ad\u03b3\u03ba\u03c5\u03c1\u03b7 \u03c4\u03b9\u03bc\u03ae.",
2
+ time:"\u039c\u03b7 \u03ad\u03b3\u03ba\u03c5\u03c1\u03b7 \u03c4\u03b9\u03bc\u03ae.",range:"\u039c\u03b7 \u03ad\u03b3\u03ba\u03c5\u03c1\u03b7 \u03c4\u03b9\u03bc\u03ae.","datetime-local":"\u039c\u03b7 \u03ad\u03b3\u03ba\u03c5\u03c1\u03b7 \u03c4\u03b9\u03bc\u03ae."},tooLong:"\u039c\u03b7 \u03ad\u03b3\u03ba\u03c5\u03c1\u03b7 \u03c4\u03b9\u03bc\u03ae.",patternMismatch:"\u0391\u03bd\u03c4\u03b9\u03c3\u03c4\u03bf\u03b9\u03c7\u03af\u03c3\u03c4\u03b5 \u03c4\u03b7 \u03b6\u03b7\u03c4\u03bf\u03cd\u03bc\u03b5\u03bd\u03b7 \u03bc\u03bf\u03c1\u03c6\u03ae. {%title}.",
3
+ valueMissing:{defaultMessage:"\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03c3\u03c5\u03bc\u03c0\u03bb\u03b7\u03c1\u03ce\u03c3\u03c4\u03b5 \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf \u03c0\u03b5\u03b4\u03af\u03bf.",checkbox:"\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf \u03ba\u03bf\u03c5\u03c4\u03af \u03b1\u03bd \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03c3\u03c5\u03bd\u03b5\u03c7\u03af\u03c3\u03b5\u03c4\u03b5.",
4
+ select:"\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03b1\u03bd\u03c4\u03b9\u03ba\u03b5\u03af\u03bc\u03b5\u03bd\u03bf \u03c3\u03c4\u03b7 \u03bb\u03af\u03c3\u03c4\u03b1.",radio:"\u0395\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03b1\u03c0\u03cc \u03c4\u03b1 \u03c0\u03b1\u03c1\u03b1\u03ba\u03ac\u03c4\u03c9."},rangeUnderflow:{defaultMessage:"\u0397 \u03c4\u03b9\u03bc\u03ae \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03bc\u03b5\u03b3\u03b1\u03bb\u03cd\u03c4\u03b5\u03c1\u03b7 \u03ae \u03af\u03c3\u03b7 \u03c4\u03bf\u03c5 {%min}.",
5
+ date:"\u0397 \u03c4\u03b9\u03bc\u03ae \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03bc\u03b5\u03b3\u03b1\u03bb\u03cd\u03c4\u03b5\u03c1\u03b7 \u03ae \u03af\u03c3\u03b7 \u03c4\u03bf\u03c5 {%min}.",time:"\u0397 \u03c4\u03b9\u03bc\u03ae \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03bc\u03b5\u03b3\u03b1\u03bb\u03cd\u03c4\u03b5\u03c1\u03b7 \u03ae \u03af\u03c3\u03b7 \u03c4\u03bf\u03c5 {%min}.","datetime-local":"\u0397 \u03c4\u03b9\u03bc\u03ae \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03bc\u03b5\u03b3\u03b1\u03bb\u03cd\u03c4\u03b5\u03c1\u03b7 \u03ae \u03af\u03c3\u03b7 \u03c4\u03bf\u03c5 {%min}."},
6
+ rangeOverflow:{defaultMessage:"\u0397 \u03c4\u03b9\u03bc\u03ae \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03bc\u03b9\u03ba\u03c1\u03cc\u03c4\u03b5\u03c1\u03b7 \u03ae \u03af\u03c3\u03b7 \u03c4\u03bf\u03c5 {%max}.",date:"\u0397 \u03c4\u03b9\u03bc\u03ae \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03bc\u03b9\u03ba\u03c1\u03cc\u03c4\u03b5\u03c1\u03b7 \u03ae \u03af\u03c3\u03b7 \u03c4\u03bf\u03c5 {%max}.",time:"\u0397 \u03c4\u03b9\u03bc\u03ae \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03bc\u03b9\u03ba\u03c1\u03cc\u03c4\u03b5\u03c1\u03b7 \u03ae \u03af\u03c3\u03b7 \u03c4\u03bf\u03c5 {%max}.",
7
+ "datetime-local":"\u0397 \u03c4\u03b9\u03bc\u03ae \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03bc\u03b9\u03ba\u03c1\u03cc\u03c4\u03b5\u03c1\u03b7 \u03ae \u03af\u03c3\u03b7 \u03c4\u03bf\u03c5 {%max}."},stepMismatch:"\u039c\u03b7 \u03ad\u03b3\u03ba\u03c5\u03c1\u03b7 \u03c4\u03b9\u03bc\u03ae."};
@@ -0,0 +1,34 @@
1
+ //errormessages for en are already included in webshims core, this is only for information (by default en is equal to jQuery.webshims.validityMessages[""]):
2
+
3
+ jQuery.webshims.validityMessages.en = {
4
+ "typeMismatch": {
5
+ "email": "Please enter an email address.",
6
+ "url": "Please enter a URL.",
7
+ "number": "Please enter a number.",
8
+ "date": "Please enter a date.",
9
+ "time": "Please enter a time.",
10
+ "range": "Invalid input.",
11
+ "datetime-local": "Please enter a datetime."
12
+ },
13
+ "tooLong": "Please enter at most {%maxlength} character(s). You entered {%valueLen}.",
14
+ "patternMismatch": "Invalid input. {%title}",
15
+ "valueMissing": {
16
+ "defaultMessage": "Please fill out this field.",
17
+ "checkbox": "Please check this box if you want to proceed.",
18
+ "select": "Please select an option.",
19
+ "radio": "Please select an option."
20
+ },
21
+ "rangeUnderflow": {
22
+ "defaultMessage": "Value must be greater than or equal to {%min}.",
23
+ "date": "Value must be at or after {%min}.",
24
+ "time": "Value must be at or after {%min}.",
25
+ "datetime-local": "Value must be at or after {%min}."
26
+ },
27
+ "rangeOverflow": {
28
+ "defaultMessage": "Value must be less than or equal to {%max}.",
29
+ "date": "Value must be at or before {%max}.",
30
+ "time": "Value must be at or before {%max}.",
31
+ "datetime-local": "Value must be at or before {%max}."
32
+ },
33
+ "stepMismatch": "Invalid input."
34
+ };
@@ -0,0 +1,3 @@
1
+ jQuery.webshims.validityMessages.es={typeMismatch:{email:"Por favor, introduzca una direcci\u00f3n de correo.",url:"Por favor, introduzca una URL.",number:"Valor no v\u00e1lido",date:"Valor no v\u00e1lido",time:"Valor no v\u00e1lido",range:"Valor no v\u00e1lido","datetime-local":"Valor no v\u00e1lido"},tooLong:"Valor no v\u00e1lido",patternMismatch:"Por favor, aj\u00fastese al formato solicitado: {%title}.",valueMissing:{defaultMessage:"Por favor, rellene este campo.",checkbox:"Por favor, marque esta casilla si desea continuar.",
2
+ select:"Por favor, seleccione un elemento de la lista.",radio:"Por favor, seleccione una de estas opciones."},rangeUnderflow:{defaultMessage:"El valor debe superior o igual a {%min}.",date:"El valor debe superior o igual a {%min}.",time:"El valor debe superior o igual a {%min}.","datetime-local":"El valor debe superior o igual a {%min}."},rangeOverflow:{defaultMessage:"El valor debe inferior o igual a {%max}.",date:"El valor debe inferior o igual a {%max}.",time:"El valor debe inferior o igual a {%max}.",
3
+ "datetime-local":"El valor debe inferior o igual a {%max}."},stepMismatch:"Valor no v\u00e1lido"};
@@ -0,0 +1,3 @@
1
+ jQuery.webshims.validityMessages.fr={typeMismatch:{email:"Veuillez saisir une adresse courriel valide.",url:"Veuillez saisir une URL.",number:"Valeur incorrecte",date:"Valeur incorrecte",time:"Valeur incorrecte",range:"Valeur incorrecte","datetime-local":"Valeur incorrecte"},tooLong:"Valeur incorrecte",patternMismatch:"Veuillez modifier la valeur du champ pour correspondre au format demand\u00e9 : {%title}.",valueMissing:{defaultMessage:"Veuillez compl\u00e9ter ce champ.",checkbox:"Veuillez cocher cette case si vous d\u00e9sirez poursuivre.",
2
+ select:"Veuillez s\u00e9lectionner un \u00e9l\u00e9ment de la liste.",radio:"Veuillez s\u00e9lectionner l'une de ces options."},rangeUnderflow:{defaultMessage:"Cette valeur doit \u00eatre sup\u00e9rieure ou \u00e9gale \u00e0 {%min}.",date:"Cette valeur doit \u00eatre sup\u00e9rieure ou \u00e9gale \u00e0 {%min}.",time:"Cette valeur doit \u00eatre sup\u00e9rieure ou \u00e9gale \u00e0 {%min}.","datetime-local":"Cette valeur doit \u00eatre sup\u00e9rieure ou \u00e9gale \u00e0 {%min}."},rangeOverflow:{defaultMessage:"Cette valeur doit \u00eatre inf\u00e9rieure ou \u00e9gale \u00e0 {%max}",
3
+ date:"Cette valeur doit \u00eatre inf\u00e9rieure ou \u00e9gale \u00e0 {%max}",time:"Cette valeur doit \u00eatre inf\u00e9rieure ou \u00e9gale \u00e0 {%max}","datetime-local":"Cette valeur doit \u00eatre inf\u00e9rieure ou \u00e9gale \u00e0 {%max}"},stepMismatch:"Valeur incorrecte"};
@@ -0,0 +1,6 @@
1
+ jQuery.webshims.validityMessages.he={typeMismatch:{email:"\u05e0\u05d0 \u05dc\u05d4\u05d6\u05d9\u05df \u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\u05f4\u05dc.",url:"\u05e0\u05d0 \u05dc\u05d4\u05d6\u05d9\u05df \u05db\u05ea\u05d5\u05d1\u05ea.",number:"\u05e2\u05e8\u05da \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9.",date:"\u05e2\u05e8\u05da \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9.",time:"\u05e2\u05e8\u05da \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9.",range:"\u05e2\u05e8\u05da \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9.",
2
+ "datetime-local":"\u05e2\u05e8\u05da \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9."},tooLong:"\u05e2\u05e8\u05da \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9.",patternMismatch:"\u05e0\u05d0 \u05dc\u05d4\u05ea\u05d0\u05d9\u05dd \u05dc\u05de\u05d1\u05e0\u05d4 \u05d4\u05de\u05d1\u05d5\u05e7\u05e9: {%title}.",valueMissing:{defaultMessage:"\u05d0\u05e0\u05d0 \u05de\u05dc\u05d0 \u05d0\u05ea \u05e9\u05d3\u05d4 \u05d6\u05d4.",checkbox:"\u05e1\u05de\u05df \u05d0\u05ea \u05ea\u05d9\u05d1\u05d4 \u05d6\u05d5 \u05d0\u05dd \u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05d4\u05de\u05e9\u05d9\u05da.",
3
+ select:"\u05e0\u05d0 \u05dc\u05d1\u05d7\u05d5\u05e8 \u05e4\u05e8\u05d9\u05d8 \u05de\u05d4\u05e8\u05e9\u05d9\u05de\u05d4.",radio:"\u05d0\u05e0\u05d0 \u05d1\u05d7\u05e8 \u05d0\u05d7\u05ea \u05de\u05d0\u05e4\u05e9\u05e8\u05d5\u05d9\u05d5\u05ea \u05d0\u05dc\u05d5."},rangeUnderflow:{defaultMessage:"\u05d4\u05e2\u05e8\u05da \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d2\u05d3\u05d5\u05dc \u05de-{%min} \u05d0\u05d5 \u05e9\u05d5\u05d5\u05d4 \u05dc\u05d5.",date:"\u05d4\u05e2\u05e8\u05da \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d2\u05d3\u05d5\u05dc \u05de-{%min} \u05d0\u05d5 \u05e9\u05d5\u05d5\u05d4 \u05dc\u05d5.",
4
+ time:"\u05d4\u05e2\u05e8\u05da \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d2\u05d3\u05d5\u05dc \u05de-{%min} \u05d0\u05d5 \u05e9\u05d5\u05d5\u05d4 \u05dc\u05d5.","datetime-local":"\u05d4\u05e2\u05e8\u05da \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d2\u05d3\u05d5\u05dc \u05de-{%min} \u05d0\u05d5 \u05e9\u05d5\u05d5\u05d4 \u05dc\u05d5."},rangeOverflow:{defaultMessage:"\u05d4\u05e2\u05e8\u05da \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05e7\u05d8\u05df \u05de-{%max} \u05d0\u05d5 \u05e9\u05d5\u05d5\u05d4 \u05dc\u05d5.",
5
+ date:"\u05d4\u05e2\u05e8\u05da \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05e7\u05d8\u05df \u05de-{%max} \u05d0\u05d5 \u05e9\u05d5\u05d5\u05d4 \u05dc\u05d5.",time:"\u05d4\u05e2\u05e8\u05da \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05e7\u05d8\u05df \u05de-{%max} \u05d0\u05d5 \u05e9\u05d5\u05d5\u05d4 \u05dc\u05d5.","datetime-local":"\u05d4\u05e2\u05e8\u05da \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05e7\u05d8\u05df \u05de-{%max} \u05d0\u05d5 \u05e9\u05d5\u05d5\u05d4 \u05dc\u05d5."},
6
+ stepMismatch:"\u05e2\u05e8\u05da \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9."};
@@ -0,0 +1,6 @@
1
+ jQuery.webshims.validityMessages.hi={typeMismatch:{email:"\u0915\u0943\u092a\u092f\u093e \u0908-\u092e\u0947\u0932 \u092a\u0924\u093e \u0926\u0930\u094d\u091c \u0915\u0930\u0947\u0902.",url:"\u0915\u0943\u092a\u092f\u093e URL \u0932\u093f\u0916\u0947\u0902.",number:"\u0905\u092e\u093e\u0928\u094d\u092f \u092e\u093e\u0928.",date:"\u0905\u092e\u093e\u0928\u094d\u092f \u092e\u093e\u0928.",time:"\u0905\u092e\u093e\u0928\u094d\u092f \u092e\u093e\u0928.",range:"\u0905\u092e\u093e\u0928\u094d\u092f \u092e\u093e\u0928.",
2
+ "datetime-local":"\u0905\u092e\u093e\u0928\u094d\u092f \u092e\u093e\u0928."},tooLong:"\u0905\u092e\u093e\u0928\u094d\u092f \u092e\u093e\u0928.",patternMismatch:"\u0915\u0943\u092a\u092f\u093e \u0905\u0928\u0941\u0930\u094b\u0927\u093f\u0924 \u092a\u094d\u0930\u093e\u0930\u0942\u092a \u0915\u093e \u092e\u093f\u0932\u093e\u0928 \u0915\u0930\u0947\u0902. {%title}.",valueMissing:{defaultMessage:"\u0915\u0943\u092a\u092f\u093e \u0907\u0938 \u095e\u0940\u0932\u094d\u0921 \u0915\u094b \u092d\u0930\u0947\u0902.",
3
+ checkbox:"\u092f\u0926\u093f \u0906\u092a \u0906\u0917\u0947 \u092c\u0922\u093c\u0928\u093e \u091a\u093e\u0939\u0924\u0947 \u0939\u0948\u0902 \u0924\u094b \u0907\u0938 \u092c\u0949\u0915\u094d\u200d\u0938 \u0915\u094b \u091a\u0947\u0915 \u0915\u0930\u0947\u0902.",select:"\u0915\u0943\u092a\u092f\u093e \u0938\u0942\u091a\u0940 \u092e\u0947\u0902 \u0915\u093f\u0938\u0940 \u0906\u0907\u091f\u092e \u0915\u093e \u091a\u092f\u0928 \u0915\u0930\u0947\u0902.",radio:"\u0915\u0943\u092a\u092f\u093e \u0907\u0928\u092e\u0947\u0902 \u0938\u0947 \u0915\u094b\u0908 \u0935\u093f\u0915\u0932\u094d\u092a \u091a\u0941\u0928\u0947\u0902."},
4
+ rangeUnderflow:{defaultMessage:"\u092e\u093e\u0928 {%min} \u0938\u0947 \u0915\u092e \u092f\u093e \u0907\u0938\u0915\u0947 \u092c\u0930\u093e\u092c\u0930 \u0939\u094b\u0928\u093e \u091a\u093e\u0939\u093f\u090f.",date:"\u092e\u093e\u0928 {%min} \u0938\u0947 \u0915\u092e \u092f\u093e \u0907\u0938\u0915\u0947 \u092c\u0930\u093e\u092c\u0930 \u0939\u094b\u0928\u093e \u091a\u093e\u0939\u093f\u090f.",time:"\u092e\u093e\u0928 {%min} \u0938\u0947 \u0915\u092e \u092f\u093e \u0907\u0938\u0915\u0947 \u092c\u0930\u093e\u092c\u0930 \u0939\u094b\u0928\u093e \u091a\u093e\u0939\u093f\u090f.",
5
+ "datetime-local":"\u092e\u093e\u0928 {%min} \u0938\u0947 \u0915\u092e \u092f\u093e \u0907\u0938\u0915\u0947 \u092c\u0930\u093e\u092c\u0930 \u0939\u094b\u0928\u093e \u091a\u093e\u0939\u093f\u090f."},rangeOverflow:{defaultMessage:"\u092e\u093e\u0928 {%max} \u0938\u0947 \u0915\u092e \u092f\u093e \u0907\u0938\u0915\u0947 \u092c\u0930\u093e\u092c\u0930 \u0939\u094b\u0928\u093e \u091a\u093e\u0939\u093f\u090f.",date:"\u092e\u093e\u0928 {%max} \u0938\u0947 \u0915\u092e \u092f\u093e \u0907\u0938\u0915\u0947 \u092c\u0930\u093e\u092c\u0930 \u0939\u094b\u0928\u093e \u091a\u093e\u0939\u093f\u090f.",
6
+ time:"\u092e\u093e\u0928 {%max} \u0938\u0947 \u0915\u092e \u092f\u093e \u0907\u0938\u0915\u0947 \u092c\u0930\u093e\u092c\u0930 \u0939\u094b\u0928\u093e \u091a\u093e\u0939\u093f\u090f.","datetime-local":"\u092e\u093e\u0928 {%max} \u0938\u0947 \u0915\u092e \u092f\u093e \u0907\u0938\u0915\u0947 \u092c\u0930\u093e\u092c\u0930 \u0939\u094b\u0928\u093e \u091a\u093e\u0939\u093f\u090f."},stepMismatch:"\u0905\u092e\u093e\u0928\u094d\u092f \u092e\u093e\u0928."};
@@ -0,0 +1,3 @@
1
+ jQuery.webshims.validityMessages.hu={typeMismatch:{email:"\u00cdrjon be egy e-mail c\u00edmet.",url:"\u00cdrjon be egy URL-t.",number:"\u00c9rv\u00e9nytelen \u00e9rt\u00e9k.",date:"\u00c9rv\u00e9nytelen \u00e9rt\u00e9k.",time:"\u00c9rv\u00e9nytelen \u00e9rt\u00e9k.",range:"\u00c9rv\u00e9nytelen \u00e9rt\u00e9k.","datetime-local":"\u00c9rv\u00e9nytelen \u00e9rt\u00e9k."},tooLong:"\u00c9rv\u00e9nytelen \u00e9rt\u00e9k.",patternMismatch:"A k\u00e9rt form\u00e1tumban adja meg az adatot: {%title}.",valueMissing:{defaultMessage:"T\u00f6ltse ki ezt a mez\u0151t.",
2
+ checkbox:"Jel\u00f6lje be ezt a n\u00e9gyzetet a folytat\u00e1shoz.",select:"Jel\u00f6lj\u00f6n ki egy elemet a list\u00e1b\u00f3l.",radio:"Jel\u00f6lj\u00f6n ki egyet a lehet\u0151s\u00e9gek k\u00f6z\u00fcl."},rangeUnderflow:{defaultMessage:"Az \u00e9rt\u00e9k legyen nagyobb vagy egyenl\u0151, mint {%min}.",date:"Az \u00e9rt\u00e9k legyen nagyobb vagy egyenl\u0151, mint {%min}.",time:"Az \u00e9rt\u00e9k legyen nagyobb vagy egyenl\u0151, mint {%min}.","datetime-local":"Az \u00e9rt\u00e9k legyen nagyobb vagy egyenl\u0151, mint {%min}."},
3
+ rangeOverflow:{defaultMessage:"Az \u00e9rt\u00e9k legyen kisebb vagy egyenl\u0151, mint {%max}.",date:"Az \u00e9rt\u00e9k legyen kisebb vagy egyenl\u0151, mint {%max}.",time:"Az \u00e9rt\u00e9k legyen kisebb vagy egyenl\u0151, mint {%max}.","datetime-local":"Az \u00e9rt\u00e9k legyen kisebb vagy egyenl\u0151, mint {%max}."},stepMismatch:"\u00c9rv\u00e9nytelen \u00e9rt\u00e9k."};
@@ -0,0 +1,3 @@
1
+ jQuery.webshims.validityMessages.it={typeMismatch:{email:"Inserire un indirizzo e-mail",url:"Inserire un URL",number:"Valore non valido.",date:"Valore non valido.",time:"Valore non valido.",range:"Valore non valido.","datetime-local":"Valore non valido."},tooLong:"Valore non valido.",patternMismatch:"Inserire un valore nel formato richiesto: {%title}",valueMissing:{defaultMessage:"Compilare questo campo",checkbox:"Selezionare questa casella per procedere",select:"Selezionare un elemento dall'elenco",
2
+ radio:"Selezionare una delle opzioni disponibili"},rangeUnderflow:{defaultMessage:"Il valore deve essere superiore o uguale a {%min}.",date:"Il valore deve essere superiore o uguale a {%min}.",time:"Il valore deve essere superiore o uguale a {%min}.","datetime-local":"Il valore deve essere superiore o uguale a {%min}."},rangeOverflow:{defaultMessage:"Il valore deve essere inferiore o uguale a {%max}.",date:"Il valore deve essere inferiore o uguale a {%max}.",time:"Il valore deve essere inferiore o uguale a {%max}.",
3
+ "datetime-local":"Il valore deve essere inferiore o uguale a {%max}."},stepMismatch:"Valore non valido."};
@@ -0,0 +1,4 @@
1
+ jQuery.webshims.validityMessages.ja={typeMismatch:{email:"\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u304c\u6b63\u3057\u304f\u3042\u308a\u307e\u305b\u3093\u3002",url:"URL \u304c\u6b63\u3057\u304f\u3042\u308a\u307e\u305b\u3093\u3002",number:"\u5024\u304c\u7121\u52b9\u3067\u3059\u3002",date:"\u5024\u304c\u7121\u52b9\u3067\u3059\u3002",time:"\u5024\u304c\u7121\u52b9\u3067\u3059\u3002",range:"\u5024\u304c\u7121\u52b9\u3067\u3059\u3002","datetime-local":"\u5024\u304c\u7121\u52b9\u3067\u3059\u3002"},tooLong:"\u5024\u304c\u7121\u52b9\u3067\u3059\u3002",
2
+ patternMismatch:"\u5165\u529b\u3055\u308c\u305f\u5024\u304c\u30d5\u30a3\u30fc\u30eb\u30c9\u306b\u6307\u5b9a\u3055\u308c\u305f\u66f8\u5f0f\u3068\u7570\u306a\u308a\u307e\u3059: {%title}",valueMissing:{defaultMessage:"\u3053\u306e\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u5165\u529b\u5fc5\u9808\u3067\u3059\u3002",checkbox:"\u30c1\u30a7\u30c3\u30af\u30dc\u30c3\u30af\u30b9\u306b\u30c1\u30a7\u30c3\u30af\u3092\u5165\u308c\u3066\u304f\u3060\u3055\u3044\u3002",select:"\u30ea\u30b9\u30c8\u304b\u3089\u9805\u76ee\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002",
3
+ radio:"\u3044\u305a\u308c\u304b\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002"},rangeUnderflow:{defaultMessage:"\u5024\u306f {%min} \u4ee5\u4e0a\u306b\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002",date:"\u5024\u306f {%min} \u4ee5\u4e0a\u306b\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002",time:"\u5024\u306f {%min} \u4ee5\u4e0a\u306b\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002","datetime-local":"\u5024\u306f {%min} \u4ee5\u4e0a\u306b\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002"},
4
+ rangeOverflow:{defaultMessage:"\u5024\u306f {%max} \u4ee5\u4e0b\u306b\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002",date:"\u5024\u306f {%max} \u4ee5\u4e0b\u306b\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002",time:"\u5024\u306f {%max} \u4ee5\u4e0b\u306b\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002","datetime-local":"\u5024\u306f {%max} \u4ee5\u4e0b\u306b\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002"},stepMismatch:"\u5024\u304c\u7121\u52b9\u3067\u3059\u3002"};
@@ -0,0 +1,3 @@
1
+ jQuery.webshims.validityMessages.nl={typeMismatch:{email:"Voer een e-mailadres in.",url:"Voer een URL in.",number:"Ongeldige waarde.",date:"Ongeldige waarde.",time:"Ongeldige waarde.",range:"Ongeldige waarde.","datetime-local":"Ongeldige waarde."},tooLong:"Ongeldige waarde.",patternMismatch:"Gebruik de verzochte opmaak: {%title}.",valueMissing:{defaultMessage:"Vul dit veld in.",checkbox:"Vink dit vakje aan als u wilt doorgaan.",select:"Selecteer een item in de lijst.",radio:"Selecteer een van deze opties."},
2
+ rangeUnderflow:{defaultMessage:"Waarde moet groter dan of gelijk zijn aan {%min}.",date:"Waarde moet groter dan of gelijk zijn aan {%min}.",time:"Waarde moet groter dan of gelijk zijn aan {%min}.","datetime-local":"Waarde moet groter dan of gelijk zijn aan {%min}."},rangeOverflow:{defaultMessage:"Waarde moet kleiner dan of gelijk zijn aan {%max}.",date:"Waarde moet kleiner dan of gelijk zijn aan {%max}.",time:"Waarde moet kleiner dan of gelijk zijn aan {%max}.","datetime-local":"Waarde moet kleiner dan of gelijk zijn aan {%max}."},
3
+ stepMismatch:"Ongeldige waarde."};