From f952040dd44b914b2d5e405567eb655757dfc85d Mon Sep 17 00:00:00 2001 From: hukl Date: Thu, 17 Sep 2009 11:03:35 +0200 Subject: added shadowbody, first js gallery initializer and template modifications --- public/javascripts/shadowbox/CHANGES | 26 ++++ public/javascripts/shadowbox/LICENSE | 48 +++++++ public/javascripts/shadowbox/README | 14 ++ public/javascripts/shadowbox/adapters/README | 11 ++ .../shadowbox/adapters/shadowbox-base.js | 1 + .../shadowbox/adapters/shadowbox-dojo.js | 1 + .../shadowbox/adapters/shadowbox-ext.js | 1 + .../shadowbox/adapters/shadowbox-jquery.js | 1 + .../shadowbox/adapters/shadowbox-mootools.js | 1 + .../shadowbox/adapters/shadowbox-prototype.js | 1 + .../shadowbox/adapters/shadowbox-yui.js | 1 + public/javascripts/shadowbox/languages/README | 12 ++ .../shadowbox/languages/shadowbox-ar.js | 1 + .../shadowbox/languages/shadowbox-ca.js | 1 + .../shadowbox/languages/shadowbox-cs.js | 1 + .../shadowbox/languages/shadowbox-de-CH.js | 1 + .../shadowbox/languages/shadowbox-de-DE.js | 1 + .../shadowbox/languages/shadowbox-en.js | 1 + .../shadowbox/languages/shadowbox-es.js | 1 + .../shadowbox/languages/shadowbox-et.js | 1 + .../shadowbox/languages/shadowbox-fi.js | 1 + .../shadowbox/languages/shadowbox-fr.js | 1 + .../shadowbox/languages/shadowbox-gl.js | 1 + .../shadowbox/languages/shadowbox-he.js | 1 + .../shadowbox/languages/shadowbox-hu.js | 1 + .../shadowbox/languages/shadowbox-id.js | 1 + .../shadowbox/languages/shadowbox-is.js | 1 + .../shadowbox/languages/shadowbox-it.js | 1 + .../shadowbox/languages/shadowbox-ja.js | 1 + .../shadowbox/languages/shadowbox-ko.js | 1 + .../shadowbox/languages/shadowbox-my.js | 1 + .../shadowbox/languages/shadowbox-nl.js | 1 + .../shadowbox/languages/shadowbox-no.js | 1 + .../shadowbox/languages/shadowbox-pl.js | 1 + .../shadowbox/languages/shadowbox-pt-BR.js | 1 + .../shadowbox/languages/shadowbox-pt-PT.js | 1 + .../shadowbox/languages/shadowbox-ro.js | 1 + .../shadowbox/languages/shadowbox-ru.js | 1 + .../shadowbox/languages/shadowbox-sk.js | 1 + .../shadowbox/languages/shadowbox-sv.js | 1 + .../shadowbox/languages/shadowbox-tr.js | 1 + .../shadowbox/languages/shadowbox-zh-CN.js | 1 + .../shadowbox/languages/shadowbox-zh-TW.js | 1 + .../javascripts/shadowbox/libraries/sizzle/LICENSE | 148 +++++++++++++++++++++ .../shadowbox/libraries/sizzle/sizzle.js | 7 + .../shadowbox/libraries/swfobject/LICENSE | 21 +++ .../libraries/swfobject/expressInstall.swf | Bin 0 -> 773 bytes .../shadowbox/libraries/swfobject/swfobject.js | 14 ++ public/javascripts/shadowbox/players/README | 35 +++++ .../javascripts/shadowbox/players/shadowbox-flv.js | 1 + .../shadowbox/players/shadowbox-html.js | 1 + .../shadowbox/players/shadowbox-iframe.js | 1 + .../javascripts/shadowbox/players/shadowbox-img.js | 1 + .../javascripts/shadowbox/players/shadowbox-qt.js | 1 + .../javascripts/shadowbox/players/shadowbox-swf.js | 1 + .../javascripts/shadowbox/players/shadowbox-wmp.js | 1 + public/javascripts/shadowbox/resources/close.png | Bin 0 -> 255 bytes public/javascripts/shadowbox/resources/next.png | Bin 0 -> 248 bytes public/javascripts/shadowbox/resources/pause.png | Bin 0 -> 155 bytes public/javascripts/shadowbox/resources/play.png | Bin 0 -> 211 bytes .../javascripts/shadowbox/resources/previous.png | Bin 0 -> 237 bytes public/javascripts/shadowbox/shadowbox.js | 1 + 62 files changed, 382 insertions(+) create mode 100644 public/javascripts/shadowbox/CHANGES create mode 100644 public/javascripts/shadowbox/LICENSE create mode 100644 public/javascripts/shadowbox/README create mode 100644 public/javascripts/shadowbox/adapters/README create mode 100644 public/javascripts/shadowbox/adapters/shadowbox-base.js create mode 100644 public/javascripts/shadowbox/adapters/shadowbox-dojo.js create mode 100644 public/javascripts/shadowbox/adapters/shadowbox-ext.js create mode 100644 public/javascripts/shadowbox/adapters/shadowbox-jquery.js create mode 100644 public/javascripts/shadowbox/adapters/shadowbox-mootools.js create mode 100644 public/javascripts/shadowbox/adapters/shadowbox-prototype.js create mode 100644 public/javascripts/shadowbox/adapters/shadowbox-yui.js create mode 100644 public/javascripts/shadowbox/languages/README create mode 100644 public/javascripts/shadowbox/languages/shadowbox-ar.js create mode 100644 public/javascripts/shadowbox/languages/shadowbox-ca.js create mode 100644 public/javascripts/shadowbox/languages/shadowbox-cs.js create mode 100644 public/javascripts/shadowbox/languages/shadowbox-de-CH.js create mode 100644 public/javascripts/shadowbox/languages/shadowbox-de-DE.js create mode 100644 public/javascripts/shadowbox/languages/shadowbox-en.js create mode 100644 public/javascripts/shadowbox/languages/shadowbox-es.js create mode 100644 public/javascripts/shadowbox/languages/shadowbox-et.js create mode 100644 public/javascripts/shadowbox/languages/shadowbox-fi.js create mode 100644 public/javascripts/shadowbox/languages/shadowbox-fr.js create mode 100644 public/javascripts/shadowbox/languages/shadowbox-gl.js create mode 100644 public/javascripts/shadowbox/languages/shadowbox-he.js create mode 100644 public/javascripts/shadowbox/languages/shadowbox-hu.js create mode 100644 public/javascripts/shadowbox/languages/shadowbox-id.js create mode 100644 public/javascripts/shadowbox/languages/shadowbox-is.js create mode 100644 public/javascripts/shadowbox/languages/shadowbox-it.js create mode 100644 public/javascripts/shadowbox/languages/shadowbox-ja.js create mode 100644 public/javascripts/shadowbox/languages/shadowbox-ko.js create mode 100644 public/javascripts/shadowbox/languages/shadowbox-my.js create mode 100644 public/javascripts/shadowbox/languages/shadowbox-nl.js create mode 100644 public/javascripts/shadowbox/languages/shadowbox-no.js create mode 100644 public/javascripts/shadowbox/languages/shadowbox-pl.js create mode 100644 public/javascripts/shadowbox/languages/shadowbox-pt-BR.js create mode 100644 public/javascripts/shadowbox/languages/shadowbox-pt-PT.js create mode 100644 public/javascripts/shadowbox/languages/shadowbox-ro.js create mode 100644 public/javascripts/shadowbox/languages/shadowbox-ru.js create mode 100644 public/javascripts/shadowbox/languages/shadowbox-sk.js create mode 100644 public/javascripts/shadowbox/languages/shadowbox-sv.js create mode 100644 public/javascripts/shadowbox/languages/shadowbox-tr.js create mode 100644 public/javascripts/shadowbox/languages/shadowbox-zh-CN.js create mode 100644 public/javascripts/shadowbox/languages/shadowbox-zh-TW.js create mode 100644 public/javascripts/shadowbox/libraries/sizzle/LICENSE create mode 100644 public/javascripts/shadowbox/libraries/sizzle/sizzle.js create mode 100644 public/javascripts/shadowbox/libraries/swfobject/LICENSE create mode 100755 public/javascripts/shadowbox/libraries/swfobject/expressInstall.swf create mode 100644 public/javascripts/shadowbox/libraries/swfobject/swfobject.js create mode 100644 public/javascripts/shadowbox/players/README create mode 100644 public/javascripts/shadowbox/players/shadowbox-flv.js create mode 100644 public/javascripts/shadowbox/players/shadowbox-html.js create mode 100644 public/javascripts/shadowbox/players/shadowbox-iframe.js create mode 100644 public/javascripts/shadowbox/players/shadowbox-img.js create mode 100644 public/javascripts/shadowbox/players/shadowbox-qt.js create mode 100644 public/javascripts/shadowbox/players/shadowbox-swf.js create mode 100644 public/javascripts/shadowbox/players/shadowbox-wmp.js create mode 100644 public/javascripts/shadowbox/resources/close.png create mode 100644 public/javascripts/shadowbox/resources/next.png create mode 100644 public/javascripts/shadowbox/resources/pause.png create mode 100644 public/javascripts/shadowbox/resources/play.png create mode 100644 public/javascripts/shadowbox/resources/previous.png create mode 100644 public/javascripts/shadowbox/shadowbox.js (limited to 'public/javascripts/shadowbox') diff --git a/public/javascripts/shadowbox/CHANGES b/public/javascripts/shadowbox/CHANGES new file mode 100644 index 0000000..7d4ae6f --- /dev/null +++ b/public/javascripts/shadowbox/CHANGES @@ -0,0 +1,26 @@ +Shadowbox.js Changelog + +version 3.0 + +- A major rewrite/reorganization of the code +- Greatly simplified setup process by eliminating all load* methods and using + options to specify language/adapter/player(s) instead +- Separated Shadowbox skin into its own class (Shadowbox.skin) that should + simplify skin customization +- Made public many methods and properties that had previously been private and + eliminated redundant accessor methods (such as getVersion, getPlugins, etc.) +- Introduced dependence on swfobject version 2 for Flash embedding. Included + support for express install +- Added flashVersion, flashVars, and flashParams options for passing options + directly to swfobject +- Added support for loading Shadowbox onDOMReady instead of waiting for + window.onload +- Added support for Internet Explorer 8 +- Added support for CSS selectors via Sizzle.js +- Switched from PHP to Ruby's rake for build/packaging system +- Introduced Shadowbox.js License version 1.0 +- Numerous other bug fixes and overall speed improvements + +versions 1.0-2.0 + +- Was too lazy (or too disorganized) to keep a detailed log of changes :) diff --git a/public/javascripts/shadowbox/LICENSE b/public/javascripts/shadowbox/LICENSE new file mode 100644 index 0000000..1538183 --- /dev/null +++ b/public/javascripts/shadowbox/LICENSE @@ -0,0 +1,48 @@ +Copyright 2007-2009 Michael J. I. Jackson +http://mjijackson.com +All rights reserved. + +Shadowbox.js License version 1.0 + +This license is applicable to version 3.0 of the code and greater until superseded +by a later version. + +Shadowbox.js is available for use under the terms of two separate, yet similar +licenses. The first of these may be exercised by individuals and organizations +who employ the software for non-commercial uses. This license grants the licensee +the following privileges: + + - Use + + The software, including code, images, and documentation may be used in a web + site or application that is not used for commercial purposes. + + - Modification + + The software, including code, images, and documentation may be modified by the + user to suit his purpose. + +The second type of license may be obtained for a fee from the copyright holder and +removes the non-commercial restriction from the terms of use. This commercial +license may be obtained for one developer or multiple developers in the same +organization or company. + +Under neither license is the licensee permitted to redistribute the source code, +images, or documentation contained in this project. All redistribution rights +remain with the copyright holder unless specific prior written permission is +obtained. + +Under no circumstance shall this copyright notice or list of conditions be +modified or removed from the code distribution in either source or binary form. + +This software is provided by the copyright holder and contributors "as is" and +any express or implied warranties, including, but not limited to, the implied +warranties of merchantability and fitness for a particular purpose are disclaimed. + +In no event shall the copyright holder or contributors be liable for any direct, +indirect, incidental, special, exemplary, or consequential damages (including, but +not limited to, procurement of substitute goods or services; loss of use, data, or +profits; or business interruption) however caused and on any theory of liability, +whether in contract, strict liability, or tort (including negligence or otherwise) +arising in any way out of the use of this software, even if advised of the +possibility of such damage. diff --git a/public/javascripts/shadowbox/README b/public/javascripts/shadowbox/README new file mode 100644 index 0000000..06b5859 --- /dev/null +++ b/public/javascripts/shadowbox/README @@ -0,0 +1,14 @@ +Shadowbox is an online media viewing application that supports all of the web's +most popular media publishing formats. Shadowbox is written entirely in +JavaScript and CSS and is highly customizable. Using Shadowbox, website authors +can display a wide assortment of media in all major browsers without navigating +users away from the linking page. + +You should have received a license with this distribution explaining the terms +under which Shadowbox may be used. If you did not, you may obtain a copy of the +license at http://shadowbox-js.com/LICENSE + +Author: Michael J. I. Jackson +Copyright: 2007-2009 Michael J. I. Jackson, all rights reserved. + +You can view a demonstration of Shadowbox at http://shadowbox-js.com/ diff --git a/public/javascripts/shadowbox/adapters/README b/public/javascripts/shadowbox/adapters/README new file mode 100644 index 0000000..5083961 --- /dev/null +++ b/public/javascripts/shadowbox/adapters/README @@ -0,0 +1,11 @@ +A Shadowbox "adapter" is a small helper file that makes it easy to use +Shadowbox with a given JavaScript framework. Since most JavaScript frameworks +tend to contain a basic set of very similar functions (for retrieving style +information on elements or handling events, for example) it is not necessary to +tie Shadowbox to a particular framework. Instead, the adapter can use the +underlying framework that is already loaded on the page to reuse some of the +code. + +If you do not see an adapter for your favorite framework in this directory, feel +free to create your own and implement the same interface as the others. It may +then be used the same as you would use any other. diff --git a/public/javascripts/shadowbox/adapters/shadowbox-base.js b/public/javascripts/shadowbox/adapters/shadowbox-base.js new file mode 100644 index 0000000..bfe0573 --- /dev/null +++ b/public/javascripts/shadowbox/adapters/shadowbox-base.js @@ -0,0 +1 @@ +if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox adapter, Shadowbox not found"}Shadowbox.lib=function(){var b=Shadowbox.client,a=document.defaultView,d;if(b.isIE6){d=[];function c(){var h;for(var g=0,f=d.length;g<\/script>");document.getElementById("__onDOMReady").onreadystatechange=function(){if(this.readyState=="complete"){this.onreadystatechange=null;a()}}}Shadowbox.lib.addEvent(window,"load",a)})(); \ No newline at end of file diff --git a/public/javascripts/shadowbox/adapters/shadowbox-dojo.js b/public/javascripts/shadowbox/adapters/shadowbox-dojo.js new file mode 100644 index 0000000..f264c9b --- /dev/null +++ b/public/javascripts/shadowbox/adapters/shadowbox-dojo.js @@ -0,0 +1 @@ +if(typeof dojo=="undefined"){throw"Unable to load Shadowbox adapter, Dojo not found"}if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox adapter, Shadowbox not found"}Shadowbox.lib=function(){var a=[];return{getStyle:function(c,b){return dojo.style(c,b)},remove:function(b){dojo._destroyElement(b)},getTarget:function(b){return b.target},getPageXY:function(b){return[b.pageX,b.pageY]},preventDefault:function(b){b.preventDefault()},keyCode:function(b){return b.keyCode},addEvent:function(e,b,d){var c=dojo.connect(e,b,d);a.push({el:e,name:b,handle:c})},removeEvent:function(d,b,c){dojo.forEach(a,function(f,e){if(f&&f.el==d&&f.name==b){dojo.disconnect(f.handle);a[e]=null}})},append:function(d,c){if(d.insertAdjacentHTML){d.insertAdjacentHTML("BeforeEnd",c)}else{if(d.lastChild){var b=d.ownerDocument.createRange();b.setStartAfter(d.lastChild);var e=b.createContextualFragment(c);d.appendChild(e)}else{d.innerHTML=c}}}}}();dojo.addOnLoad(Shadowbox.load); \ No newline at end of file diff --git a/public/javascripts/shadowbox/adapters/shadowbox-ext.js b/public/javascripts/shadowbox/adapters/shadowbox-ext.js new file mode 100644 index 0000000..e88063b --- /dev/null +++ b/public/javascripts/shadowbox/adapters/shadowbox-ext.js @@ -0,0 +1 @@ +if(typeof Ext=="undefined"){throw"Unable to load Shadowbox adapter, Ext not found"}if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox adapter, Shadowbox not found"}Shadowbox.lib=function(){var a=Ext.lib.Event;return{getStyle:function(c,b){return Ext.get(c).getStyle(b)},remove:function(b){Ext.get(b).remove()},getTarget:function(b){return a.getTarget(b)},getPageXY:function(b){return[a.getPageX(b),a.getPageY(b)]},preventDefault:function(b){a.preventDefault(b)},keyCode:function(b){return a.getCharCode(b)},addEvent:function(d,b,c){a.addListener(d,b,c)},removeEvent:function(d,b,c){a.removeListener(d,b,c)},append:function(c,b){Ext.DomHelper.append(c,b)}}}();Ext.onReady(Shadowbox.load); \ No newline at end of file diff --git a/public/javascripts/shadowbox/adapters/shadowbox-jquery.js b/public/javascripts/shadowbox/adapters/shadowbox-jquery.js new file mode 100644 index 0000000..a0965a4 --- /dev/null +++ b/public/javascripts/shadowbox/adapters/shadowbox-jquery.js @@ -0,0 +1 @@ +if(typeof jQuery=="undefined"){throw"Unable to load Shadowbox adapter, jQuery not found"}if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox adapter, Shadowbox not found"}Shadowbox.lib=function(a){return{getStyle:function(c,b){return a(c).css(b)},remove:function(b){a(b).remove()},getTarget:function(b){return b.target},getPageXY:function(b){return[b.pageX,b.pageY]},preventDefault:function(b){b.preventDefault()},keyCode:function(b){return b.keyCode},addEvent:function(d,b,c){a(d).bind(b,c)},removeEvent:function(d,b,c){a(d).unbind(b,c)},append:function(c,b){a(c).append(b)}}}(jQuery);jQuery(Shadowbox.load);(function(a){a.fn.shadowbox=function(b){return this.each(function(){var d=a(this);var e=a.extend({},b||{},a.metadata?d.metadata():a.meta?d.data():{});var c=this.className||"";e.width=parseInt((c.match(/w:(\d+)/)||[])[1])||e.width;e.height=parseInt((c.match(/h:(\d+)/)||[])[1])||e.height;Shadowbox.setup(d,e)})}})(jQuery); \ No newline at end of file diff --git a/public/javascripts/shadowbox/adapters/shadowbox-mootools.js b/public/javascripts/shadowbox/adapters/shadowbox-mootools.js new file mode 100644 index 0000000..58c0015 --- /dev/null +++ b/public/javascripts/shadowbox/adapters/shadowbox-mootools.js @@ -0,0 +1 @@ +if(typeof MooTools=="undefined"){throw"Unable to load Shadowbox adapter, MooTools not found"}if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox adapter, Shadowbox not found"}Shadowbox.lib={getStyle:function(b,a){return $(b).getStyle(a)},remove:function(a){a.parentNode.removeChild(a)},getTarget:function(a){return a.target},getPageXY:function(a){return[a.page.x,a.page.y]},preventDefault:function(a){a.preventDefault()},keyCode:function(a){return a.code},addEvent:function(c,a,b){$(c).addEvent(a,b)},removeEvent:function(c,a,b){$(c).removeEvent(a,b)},append:function(c,b){if(c.insertAdjacentHTML){c.insertAdjacentHTML("BeforeEnd",b)}else{if(c.lastChild){var a=c.ownerDocument.createRange();a.setStartAfter(c.lastChild);var d=a.createContextualFragment(b);c.appendChild(d)}else{c.innerHTML=b}}}};window.addEvent("domready",Shadowbox.load); \ No newline at end of file diff --git a/public/javascripts/shadowbox/adapters/shadowbox-prototype.js b/public/javascripts/shadowbox/adapters/shadowbox-prototype.js new file mode 100644 index 0000000..637dd87 --- /dev/null +++ b/public/javascripts/shadowbox/adapters/shadowbox-prototype.js @@ -0,0 +1 @@ +if(typeof Prototype=="undefined"){throw"Unable to load Shadowbox adapter, Prototype not found"}if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox adapter, Shadowbox not found"}Shadowbox.lib={getStyle:function(b,a){return Element.getStyle(b,a)},remove:function(a){Element.remove(a)},getTarget:function(a){return Event.element(a)},getPageXY:function(b){var a=Event.pointer(b);return[a.x,a.y]},preventDefault:function(a){Event.stop(a)},keyCode:function(a){return a.keyCode},addEvent:function(c,a,b){Event.observe(c,a,b)},removeEvent:function(c,a,b){Event.stopObserving(c,a,b)},append:function(b,a){Element.insert(b,a)}};document.observe("dom:loaded",Shadowbox.load); \ No newline at end of file diff --git a/public/javascripts/shadowbox/adapters/shadowbox-yui.js b/public/javascripts/shadowbox/adapters/shadowbox-yui.js new file mode 100644 index 0000000..f045d76 --- /dev/null +++ b/public/javascripts/shadowbox/adapters/shadowbox-yui.js @@ -0,0 +1 @@ +if(typeof YAHOO=="undefined"){throw"Unable to load Shadowbox adapter, YAHOO not found"}if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox adapter, Shadowbox not found"}Shadowbox.lib=function(){var a=YAHOO.util.Event;var b=YAHOO.util.Dom;return{getStyle:function(d,c){return b.getStyle(d,c)},remove:function(c){c.parentNode.removeChild(c)},getTarget:function(c){return a.getTarget(c)},getPageXY:function(c){return[a.getPageX(c),a.getPageY(c)]},preventDefault:function(c){a.preventDefault(c)},keyCode:function(c){return c.keyCode},addEvent:function(e,c,d){a.addListener(e,c,d)},removeEvent:function(e,c,d){a.removeListener(e,c,d)},append:function(e,d){if(e.insertAdjacentHTML){e.insertAdjacentHTML("BeforeEnd",d)}else{if(e.lastChild){var c=e.ownerDocument.createRange();c.setStartAfter(e.lastChild);var f=c.createContextualFragment(d);e.appendChild(f)}else{e.innerHTML=d}}}}}();YAHOO.util.Event.onDOMReady(Shadowbox.load); \ No newline at end of file diff --git a/public/javascripts/shadowbox/languages/README b/public/javascripts/shadowbox/languages/README new file mode 100644 index 0000000..3573cc3 --- /dev/null +++ b/public/javascripts/shadowbox/languages/README @@ -0,0 +1,12 @@ +The Shadowbox language files in this directory contain translations of several +simple phrases that are useful in helping users navigate the Shadowbox interface +and obtain plugins when necessary. + +If you do not see the language you would like to use represented here, please +feel free to create your own translation. Since the English file is the original +you will probably want to base your translation on it. + +You should name the file with a suffix that corresponds to the language code +found in the GNU documentation: + +http://www.gnu.org/software/gettext/manual/gettext.html#Usual-Language-Codes diff --git a/public/javascripts/shadowbox/languages/shadowbox-ar.js b/public/javascripts/shadowbox/languages/shadowbox-ar.js new file mode 100644 index 0000000..65b9a3f --- /dev/null +++ b/public/javascripts/shadowbox/languages/shadowbox-ar.js @@ -0,0 +1 @@ +if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox language file, Shadowbox not found."}Shadowbox.lang={code:"ar",of:"من",loading:"جار التحميل",cancel:"خروج",next:"التالى",previous:"السابق",play:"بدء",pause:"ايقاف",close:"اغلاق",errors:{single:'يجب ان تقوم بتنصيب اضافة المتصفح {1} لعرض هذا المحتوى.',shared:'يجب ان تقوم بتنصيب الاضافتين {1} و {3}للمتصفح لعرض هذا المحتوى.',either:'يجب ان قوم بتنصيب اما الاضافة التاليى {1} او {3} للمتصفح لعرض هذا المحتوى.'}}; \ No newline at end of file diff --git a/public/javascripts/shadowbox/languages/shadowbox-ca.js b/public/javascripts/shadowbox/languages/shadowbox-ca.js new file mode 100644 index 0000000..6b02d92 --- /dev/null +++ b/public/javascripts/shadowbox/languages/shadowbox-ca.js @@ -0,0 +1 @@ +if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox language file, Shadowbox not found."}Shadowbox.lang={code:"ca",of:"de",loading:"carregant",cancel:"Cancel·la",next:"Següent",previous:"Anterior",play:"Reprodueix",pause:"Pausa",close:"Tanca",errors:{single:'Heu d\'instal·lar el complement {1} al vostre navegador per veure el contingut.',shared:'Heu d\'instal·lar els complements {1} i {3} al vostre navegador per veure el contingut.',either:'Heu d\'instal·lar el complement {1} o el complement {3} al vostre navegador per veure el contingut.'}}; \ No newline at end of file diff --git a/public/javascripts/shadowbox/languages/shadowbox-cs.js b/public/javascripts/shadowbox/languages/shadowbox-cs.js new file mode 100644 index 0000000..c1743a8 --- /dev/null +++ b/public/javascripts/shadowbox/languages/shadowbox-cs.js @@ -0,0 +1 @@ +if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox language file, Shadowbox not found."}Shadowbox.lang={code:"cs",of:"z(e)",loading:"nahrávám",cancel:"Zrušit",next:"Další",previous:"Předchozí",play:"Přehrát",pause:"Pauza",close:"Zavřít",errors:{single:'Pro správné zobrazení je potřeba nainstalovat tento zásuvný modul do Vašeho prohlížeče: {1}.',shared:'Pro správné zobrazení je potřeba nainstalovat oba tyto zásuvné moduly do Vašeho prohlížeče: {1} a {3}.',either:'Pro správné zobrazení je potřeba do Vašeho prohlížeče nainstalovat jeden z následujících zásuvných modulů: {1} nebo {3}.'}}; \ No newline at end of file diff --git a/public/javascripts/shadowbox/languages/shadowbox-de-CH.js b/public/javascripts/shadowbox/languages/shadowbox-de-CH.js new file mode 100644 index 0000000..3774b38 --- /dev/null +++ b/public/javascripts/shadowbox/languages/shadowbox-de-CH.js @@ -0,0 +1 @@ +if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox language file, Shadowbox not found."}Shadowbox.lang={code:"de-CH",of:"von",loading:"lade",cancel:"Abbrechen",next:"weiter",previous:"zurück",play:"Abspielen",pause:"Pause",close:"Schliessen",errors:{single:'Um den Inhalt anzeigen zu können muss die Browser-Erweiterung {1} installiert werden.',shared:'Um den Inhalt anzeigen zu können müssen die beiden Browser-Erweiterungen {1} und {3} installiert werden.',either:'Um den Inhalt anzeigen zu können muss eine der beiden Browser-Erweiterungen {1} oder {3} installiert werden.'}}; \ No newline at end of file diff --git a/public/javascripts/shadowbox/languages/shadowbox-de-DE.js b/public/javascripts/shadowbox/languages/shadowbox-de-DE.js new file mode 100644 index 0000000..48f8292 --- /dev/null +++ b/public/javascripts/shadowbox/languages/shadowbox-de-DE.js @@ -0,0 +1 @@ +if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox language file, Shadowbox not found."}Shadowbox.lang={code:"de",of:"von",loading:"ladend",cancel:"Abbrechen",next:"Nächste",previous:"Vorige",play:"Abspielen",pause:"Pause",close:"Schließen",errors:{single:'Um den Inhalt anzeigen zu können muss die Browser-Erweiterung {1} installiert werden.',shared:'Um den Inhalt anzeigen zu können müssen die beiden Browser-Erweiterungen {1} und {3} installiert werden.',either:'Um den Inhalt anzeigen zu können muss eine der beiden Browser-Erweiterungen {1} oder {3} installiert werden.'}}; \ No newline at end of file diff --git a/public/javascripts/shadowbox/languages/shadowbox-en.js b/public/javascripts/shadowbox/languages/shadowbox-en.js new file mode 100644 index 0000000..15d82e5 --- /dev/null +++ b/public/javascripts/shadowbox/languages/shadowbox-en.js @@ -0,0 +1 @@ +if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox language file, Shadowbox not found."}Shadowbox.lang={code:"en",of:"of",loading:"loading",cancel:"Cancel",next:"Next",previous:"Previous",play:"Play",pause:"Pause",close:"Close",errors:{single:'You must install the {1} browser plugin to view this content.',shared:'You must install both the {1} and {3} browser plugins to view this content.',either:'You must install either the {1} or the {3} browser plugin to view this content.'}}; \ No newline at end of file diff --git a/public/javascripts/shadowbox/languages/shadowbox-es.js b/public/javascripts/shadowbox/languages/shadowbox-es.js new file mode 100644 index 0000000..915ccc8 --- /dev/null +++ b/public/javascripts/shadowbox/languages/shadowbox-es.js @@ -0,0 +1 @@ +if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox language file, Shadowbox not found."}Shadowbox.lang={code:"es",of:"de",loading:"cargando",cancel:"Cancelar",next:"Siguiente",previous:"Anterior",play:"Reproducir",pause:"Pausa",close:"Cerrar",errors:{single:'Debes instalar el plugin {1} en el navegador para ver este contenido.',shared:'Debes instalar el {1} y el {3} en el navegador para ver este contenido.',either:'Debes instalar o bien el {1} o el {3} en el navegador para ver este contenido.'}}; \ No newline at end of file diff --git a/public/javascripts/shadowbox/languages/shadowbox-et.js b/public/javascripts/shadowbox/languages/shadowbox-et.js new file mode 100644 index 0000000..fcbeda8 --- /dev/null +++ b/public/javascripts/shadowbox/languages/shadowbox-et.js @@ -0,0 +1 @@ +if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox language file, Shadowbox not found."}Shadowbox.lang={code:"et",of:"/",loading:"laen",cancel:"Katkesta",next:"Järgmine",previous:"Eelmine",play:"Start",pause:"Paus",close:"Sulge",errors:{single:'Lehekülje vaatamiseks installeerige browser\'i plugin {1}.',shared:'Lehekülje vaatamiseks installeerige plugin\'id {1} ja {3}.',either:'Lehekülje vaatamiseks installeerige kas {1} või {3} plugin.'}}; \ No newline at end of file diff --git a/public/javascripts/shadowbox/languages/shadowbox-fi.js b/public/javascripts/shadowbox/languages/shadowbox-fi.js new file mode 100644 index 0000000..9f0ceb7 --- /dev/null +++ b/public/javascripts/shadowbox/languages/shadowbox-fi.js @@ -0,0 +1 @@ +if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox language file, Shadowbox not found."}Shadowbox.lang={code:"fi",of:"/",loading:"ladataan",cancel:"Peruuta",next:"Seuraava",previous:"Edellinen",play:"Toista",pause:"Pysäytä",close:"Sulje",errors:{single:'Sinun on asennettava {1} nähdäksesi sisällön.',shared:'Sinun on asennettava {1} - ja {3} selainlaajennukset nähdäksesi sisällön.',either:'Sinun on asennetteva joko {1} tai {3} selainlaajennus nähdäksesi sisällön.'}}; \ No newline at end of file diff --git a/public/javascripts/shadowbox/languages/shadowbox-fr.js b/public/javascripts/shadowbox/languages/shadowbox-fr.js new file mode 100644 index 0000000..1c9bffa --- /dev/null +++ b/public/javascripts/shadowbox/languages/shadowbox-fr.js @@ -0,0 +1 @@ +if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox language file, Shadowbox not found."}Shadowbox.lang={code:"fr",of:"de",loading:"chargement",cancel:"Annuler",next:"Suivant",previous:"Précédent",play:"Lire",pause:"Pause",close:"Fermer",errors:{single:'Vous devez installer le plugin {1} pour afficher ce contenu.',shared:'Vous devez installer les plugins {1} et {3} pour afficher ce contenu.',either:'Vous devez installer le plugin {1} ou {3} pour afficher ce contenu.'}}; \ No newline at end of file diff --git a/public/javascripts/shadowbox/languages/shadowbox-gl.js b/public/javascripts/shadowbox/languages/shadowbox-gl.js new file mode 100644 index 0000000..8c6ac4f --- /dev/null +++ b/public/javascripts/shadowbox/languages/shadowbox-gl.js @@ -0,0 +1 @@ +if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox language file, Shadowbox not found."}Shadowbox.lang={code:"gl",of:"de",loading:"cargando",cancel:"Cancelar",next:"Seguinte",previous:"Anterior",play:"Reproducir",pause:"Pausa",close:"Pechar",errors:{single:'É necesario instalar o plugin {1} para visualizar este contido.',shared:'É necesario instalar os plugins {1} e {3} para visualizar este contido.',either:'É necesario instalar o plugin {1} ou o plugin {3} para visualizar este contido.'}}; \ No newline at end of file diff --git a/public/javascripts/shadowbox/languages/shadowbox-he.js b/public/javascripts/shadowbox/languages/shadowbox-he.js new file mode 100644 index 0000000..96f0246 --- /dev/null +++ b/public/javascripts/shadowbox/languages/shadowbox-he.js @@ -0,0 +1 @@ +if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox language file, Shadowbox not found."}Shadowbox.lang={code:"he",of:"מתוך",loading:"טוען",cancel:"ביטול",next:"הבא",previous:"הקודם",play:"נגן",pause:"השהה",close:"סגור",errors:{single:'על גבי הדפדפן על מנת לצפות בתוכן{1} עליך להתקין את התקן ה.',shared:'על גבי הדפדפן על מנת לצפות בתוכן {1} and {3} עליך להתקין את שני ההתקנים.',either:'על מנת לצפות בתוכן {1} או {3} עליך להתקין התקן.'}}; \ No newline at end of file diff --git a/public/javascripts/shadowbox/languages/shadowbox-hu.js b/public/javascripts/shadowbox/languages/shadowbox-hu.js new file mode 100644 index 0000000..116c724 --- /dev/null +++ b/public/javascripts/shadowbox/languages/shadowbox-hu.js @@ -0,0 +1 @@ +if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox language file, Shadowbox not found."}Shadowbox.lang={code:"hu",of:"/",loading:"Betlts",cancel:"Mgse",next:"Kvetkez",previous:"Elz",play:"Lejtszs",pause:"Sznet",close:"Bezrs",errors:{single:'A tartalom megjelentshez a kvetkez bvtmny szksges: {1}.',shared:'A tartalom megjelentshez a kvetkez kt bvtmny szksges: {1}, {3}.',either:'A tartalom megjelentshez a kvetkez bvtmnyek valamelyikt teleptenie kell: {1} vagy {3}.'}}; \ No newline at end of file diff --git a/public/javascripts/shadowbox/languages/shadowbox-id.js b/public/javascripts/shadowbox/languages/shadowbox-id.js new file mode 100644 index 0000000..98e80a0 --- /dev/null +++ b/public/javascripts/shadowbox/languages/shadowbox-id.js @@ -0,0 +1 @@ +if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox language file, Shadowbox not found."}Shadowbox.lang={code:"id",of:"dari",loading:"pengisian",cancel:"Batal",next:"Berikut",previous:"Sebelum",play:"Mainkan",pause:"Hentikan",close:"Tutup",errors:{single:'Anda harus memasang plugin browser {1} untuk melihat isi ini.',shared:'Anda harus memasang kedua plugin browser {1} dan {3} untuk melihat isi ini.',either:'Anda harus memasang plugin browser {1} atau {3} untuk melihat isi ini.'}}; \ No newline at end of file diff --git a/public/javascripts/shadowbox/languages/shadowbox-is.js b/public/javascripts/shadowbox/languages/shadowbox-is.js new file mode 100644 index 0000000..258c422 --- /dev/null +++ b/public/javascripts/shadowbox/languages/shadowbox-is.js @@ -0,0 +1 @@ +if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox language file, Shadowbox not found."}Shadowbox.lang={code:"is",of:"af",loading:"hleð",cancel:"Hætta",next:"Næsta",previous:"Fyrri",play:"Spila",pause:"Pása",close:"Loka",errors:{single:'Þú verður að setja inn ... {1} vafra íforritið til að skoða þetta efni.',shared:'Þú verður að setja inn bæði {1} og {3} vafra íforritin til að skoða þetta efni.',either:'Þú verður að setja inn annað hvort {1} eða {3} vafra íforritin til að skoða þetta efni.'}}; \ No newline at end of file diff --git a/public/javascripts/shadowbox/languages/shadowbox-it.js b/public/javascripts/shadowbox/languages/shadowbox-it.js new file mode 100644 index 0000000..9d55830 --- /dev/null +++ b/public/javascripts/shadowbox/languages/shadowbox-it.js @@ -0,0 +1 @@ +if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox language file, Shadowbox not found."}Shadowbox.lang={code:"it",of:"di",loading:"in caricamento",cancel:"Annulla",next:"Avanti",previous:"Indietro",play:"Play",pause:"Pausa",close:"Chiudi",errors:{single:'È necessario installare il plugin {1} per poter vedere questo contenuto.',shared:'È necessario installare i plugin {1} e {3} per poter vedere questo contenuto.',either:'È necessario installare o il plugin {1} o {3} per poter vedere questo contenuto.'}}; \ No newline at end of file diff --git a/public/javascripts/shadowbox/languages/shadowbox-ja.js b/public/javascripts/shadowbox/languages/shadowbox-ja.js new file mode 100644 index 0000000..81ad0b1 --- /dev/null +++ b/public/javascripts/shadowbox/languages/shadowbox-ja.js @@ -0,0 +1 @@ +if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox language file, Shadowbox not found."}Shadowbox.lang={code:"ja",of:"/",loading:"読込中",cancel:"取消",next:"次",previous:"前",play:"再生",pause:"一時停止",close:"閉じる",errors:{single:'このコンテンツを表示するにはプラグイン {1} を追加する必要があります。',shared:'このコンテンツを表示するにはプラグイン {1}{3} を追加する必要があります。',either:'このコンテンツを表示するにはプラグイン {1} または {3} を追加する必要があります。'}}; \ No newline at end of file diff --git a/public/javascripts/shadowbox/languages/shadowbox-ko.js b/public/javascripts/shadowbox/languages/shadowbox-ko.js new file mode 100644 index 0000000..62f3189 --- /dev/null +++ b/public/javascripts/shadowbox/languages/shadowbox-ko.js @@ -0,0 +1 @@ +if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox language file, Shadowbox not found."}Shadowbox.lang={code:"ko",of:"중",loading:"로딩 중",cancel:"취소",next:"다음",previous:"이전",play:"재생",pause:"잠시 멈춤",close:"닫기",errors:{single:'이 내용을 보려면 {1} 브라우저 플러그인을 설치하십시오.',shared:'이 내용을 보려면 {1} 와/과 {3} 브라우저 플러그인을 설치하십시오.',either:'이 내용을 보려면 {1} 또는 {3} 브라우저 플러그인을 설치하십시오.'}}; \ No newline at end of file diff --git a/public/javascripts/shadowbox/languages/shadowbox-my.js b/public/javascripts/shadowbox/languages/shadowbox-my.js new file mode 100644 index 0000000..3a2d6ad --- /dev/null +++ b/public/javascripts/shadowbox/languages/shadowbox-my.js @@ -0,0 +1 @@ +if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox language file, Shadowbox not found."}Shadowbox.lang={code:"my",of:"",loading:"memuat turun",cancel:"Batal",next:"Seterusnya",previous:"Sebelum",play:"Mainkan",pause:"Hentikan",close:"Tutup",errors:{single:'Anda perlu memasang {1} plugin pelayar bagi melihat kandungan ini.',shared:'Anda perlu memasang kedua-dua {1} dan {3} plugin pelayar bagi melihat kandungan ini.',either:'Anda perlu memasang samada {1} atau {3} plugin pelayar bagi melihat kandungan ini.'}}; \ No newline at end of file diff --git a/public/javascripts/shadowbox/languages/shadowbox-nl.js b/public/javascripts/shadowbox/languages/shadowbox-nl.js new file mode 100644 index 0000000..b0dcd0e --- /dev/null +++ b/public/javascripts/shadowbox/languages/shadowbox-nl.js @@ -0,0 +1 @@ +if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox language file, Shadowbox not found."}Shadowbox.lang={code:"nl",of:"van",loading:"laden",cancel:"Annuleren",next:"Volgende",previous:"Vorige",play:"Play",pause:"Pause",close:"Sluiten",errors:{single:'U moet de {1} browser plugin installeren om dit media type te kunnen bekijken.',shared:'U moet de {1} en de {3} browser plugins installeren om dit media type te kunnen bekijken.',either:'U moet de {1} of de {3} browser plugin installeren om dit media type te kunnen bekijken.'}}; \ No newline at end of file diff --git a/public/javascripts/shadowbox/languages/shadowbox-no.js b/public/javascripts/shadowbox/languages/shadowbox-no.js new file mode 100644 index 0000000..fcdf9c1 --- /dev/null +++ b/public/javascripts/shadowbox/languages/shadowbox-no.js @@ -0,0 +1 @@ +if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox language file, Shadowbox not found."}Shadowbox.lang={code:"no",of:"av",loading:"laster",cancel:"Avbryt",next:"Neste",previous:"Forrige",play:"Spill",pause:"Pause",close:"Lukk",errors:{single:'Du må installere {1} for å kunne se dette innholdet.',shared:'Du må installere både {1} og {3} for å kunne se dette innholdet.',either:'Du må enten installere {1} eller {3} for å kunne se dette innholdet.'}}; \ No newline at end of file diff --git a/public/javascripts/shadowbox/languages/shadowbox-pl.js b/public/javascripts/shadowbox/languages/shadowbox-pl.js new file mode 100644 index 0000000..cb7a92a --- /dev/null +++ b/public/javascripts/shadowbox/languages/shadowbox-pl.js @@ -0,0 +1 @@ +if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox language file, Shadowbox not found."}Shadowbox.lang={code:"pl",of:"z",loading:"wczytywanie",cancel:"Anuluj",next:"Dalej",previous:"Wróć",play:"Odtwarzaj",pause:"Pauza",close:"Zamknij",errors:{single:'Musisz zainstalować plugin {1} aby zobaczyć zawartość',shared:'Musisz zainstalować pluginy {1} i {3} aby zobaczyć zawartość ',either:'Musisz zainstalować plugin {1} lub {3} aby zobaczyć zawartość'}}; \ No newline at end of file diff --git a/public/javascripts/shadowbox/languages/shadowbox-pt-BR.js b/public/javascripts/shadowbox/languages/shadowbox-pt-BR.js new file mode 100644 index 0000000..e4ee362 --- /dev/null +++ b/public/javascripts/shadowbox/languages/shadowbox-pt-BR.js @@ -0,0 +1 @@ +if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox language file, Shadowbox not found."}Shadowbox.lang={code:"pt-BR",of:"de",loading:"carregando",cancel:"Cancelar",next:"Próximo",previous:"Anterior",play:"Play",pause:"Pause",close:"Fechar",errors:{single:'Você precisa instalar o plugin {1} para visualizar o conteúdo.',shared:'Você precisa instalar os plugins {1} e {3}, para visualizar o conteúdo.',either:'Você precisa instalar o plugin {1} ou o plugin {3}, para visualizar o conteúdo.'}}; \ No newline at end of file diff --git a/public/javascripts/shadowbox/languages/shadowbox-pt-PT.js b/public/javascripts/shadowbox/languages/shadowbox-pt-PT.js new file mode 100644 index 0000000..99a42ab --- /dev/null +++ b/public/javascripts/shadowbox/languages/shadowbox-pt-PT.js @@ -0,0 +1 @@ +if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox language file, Shadowbox not found."}Shadowbox.lang={code:"pt-PT",of:"de",loading:"A Carregar...",cancel:"Cancelar",next:"Seguinte",previous:"Anterior",play:"Reproduzir",pause:"Pausa",close:"Fechar",errors:{single:'É necessário instalar o plugin {1} para visualizar este conteúdo.',shared:'É necessário instalar os plugins {1} e {3} para visualizar este conteúdo.',either:'É necessário instalar o plugin {1} ou o plugin {3} para visualizar este conteúdo.'}}; \ No newline at end of file diff --git a/public/javascripts/shadowbox/languages/shadowbox-ro.js b/public/javascripts/shadowbox/languages/shadowbox-ro.js new file mode 100644 index 0000000..3609cb5 --- /dev/null +++ b/public/javascripts/shadowbox/languages/shadowbox-ro.js @@ -0,0 +1 @@ +if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox language file, Shadowbox not found."}Shadowbox.lang={code:"ro",of:"din",loading:"se incarca",cancel:"Revocare",next:"Inainte",previous:"Inapoi",play:"Ruleaza",pause:"Pauza",close:"Inchide",errors:{single:'Pentru a vizualiza acest continut trebuie sa instalati acest plugin {1}.',shared:'Pentru a vizualiza acest continut trebuie sa instalati pluginurile {1} si {3}.',either:'Pentru a vizualiza acest continut trebuie sa instalati pluginul {1} sau {3}.'}}; \ No newline at end of file diff --git a/public/javascripts/shadowbox/languages/shadowbox-ru.js b/public/javascripts/shadowbox/languages/shadowbox-ru.js new file mode 100644 index 0000000..3a3a18b --- /dev/null +++ b/public/javascripts/shadowbox/languages/shadowbox-ru.js @@ -0,0 +1 @@ +if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox language file, Shadowbox not found."}Shadowbox.lang={code:"ru",of:"из",loading:"загрузка",cancel:"Отмена",next:"Следующая",previous:"Предыдущая",play:"Пуск",pause:"Пауза",close:"Закрыть",errors:{single:'Вы должны установить для браузера плагин {1}, чтобы просмотривать этот контент.',shared:'Чтобы просмотреть этот контент, вы должны установить и {1}, и {3}.',either:'Вы должны установить или {1} плагин, или {3}, чтобы просмотреть этот контент.'}}; \ No newline at end of file diff --git a/public/javascripts/shadowbox/languages/shadowbox-sk.js b/public/javascripts/shadowbox/languages/shadowbox-sk.js new file mode 100644 index 0000000..e4d9ef6 --- /dev/null +++ b/public/javascripts/shadowbox/languages/shadowbox-sk.js @@ -0,0 +1 @@ +if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox language file, Shadowbox not found."}Shadowbox.lang={code:"sk",of:"z",loading:"Načítava",cancel:"Zruš",next:"Ďalej",previous:"Predchádzjúci",play:"Prehraj",pause:"Zastav",close:"Zavrieť",errors:{single:'Na prezeranie obsahu je potrebné nainštalovať tento plugin {1} do prehľiadača.',shared:'Na prezeranie obsahu je potrebné nainštalovať tieto pluginy {1} a {3} do prehľiadača.',either:'Na prezeranie obsahu je potrebné nainštalovať niektorý z týchto pluginov {1} alebo {3} do prehľiadača.'}}; \ No newline at end of file diff --git a/public/javascripts/shadowbox/languages/shadowbox-sv.js b/public/javascripts/shadowbox/languages/shadowbox-sv.js new file mode 100644 index 0000000..4cb35a2 --- /dev/null +++ b/public/javascripts/shadowbox/languages/shadowbox-sv.js @@ -0,0 +1 @@ +if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox language file, Shadowbox not found."}Shadowbox.lang={code:"sv",of:"av",loading:"laddar",cancel:"Avbryt",next:"Nästa",previous:"Föregående",play:"Spela",pause:"Pausa",close:"Stäng",errors:{single:'Du måste installera insticksprogrammet {1} för att kunna visa innehållet.',shared:'Du måste installera både insticksprogram {1} och {3} för att kunna visa innehållet.',either:'Du måste installera antingen insticksprogram {1}, eller {3} för att kunna visa innehållet.'}}; \ No newline at end of file diff --git a/public/javascripts/shadowbox/languages/shadowbox-tr.js b/public/javascripts/shadowbox/languages/shadowbox-tr.js new file mode 100644 index 0000000..3e8306e --- /dev/null +++ b/public/javascripts/shadowbox/languages/shadowbox-tr.js @@ -0,0 +1 @@ +if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox language file, Shadowbox not found."}Shadowbox.lang={code:"tr",of:"/",loading:"yükleniyor",cancel:"İptal",next:"Sonraki",previous:"Önceki",play:"Oynat",pause:"Durdur",close:"Kapat",errors:{single:'Bu içeriği görmek için {1} eklentisini kurmanız gerekiyor.',shared:'Bu içeriği görmek için {1} ve {3} eklentilerini kurmanız gerekiyor.',either:'Bu içeriği görmek için {1} veya {3} eklentilerinden birini kurmanız gerekiyor.'}}; \ No newline at end of file diff --git a/public/javascripts/shadowbox/languages/shadowbox-zh-CN.js b/public/javascripts/shadowbox/languages/shadowbox-zh-CN.js new file mode 100644 index 0000000..dbc4bbf --- /dev/null +++ b/public/javascripts/shadowbox/languages/shadowbox-zh-CN.js @@ -0,0 +1 @@ +if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox language file, Shadowbox not found."}Shadowbox.lang={code:"zh-CN",of:"的",loading:"读取中",cancel:"取消",next:"下一页",previous:"上一页",play:"执行",pause:"暂停",close:"关闭",errors:{single:'您必须安装 {1} 这个浏览外挂程式才能检视这里的内容。',shared:'您必须安装 {1}{3} 这两个浏览外挂程式才能检视这里的内容。',either:'您必须安装 {1} 或者是 the {3} 这两个其中一个浏览外挂程式才能检视这里的内容。'}}; \ No newline at end of file diff --git a/public/javascripts/shadowbox/languages/shadowbox-zh-TW.js b/public/javascripts/shadowbox/languages/shadowbox-zh-TW.js new file mode 100644 index 0000000..f4046e4 --- /dev/null +++ b/public/javascripts/shadowbox/languages/shadowbox-zh-TW.js @@ -0,0 +1 @@ +if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox language file, Shadowbox not found."}Shadowbox.lang={code:"zh-TW",of:"的",loading:"讀取中",cancel:"取消",next:"下一頁",previous:"上一頁",play:"執行",pause:"暫停",close:"關閉",errors:{single:'您必須安裝 {1} 這個瀏覽外掛程式才能檢視這裡的內容。',shared:'您必須安裝 {1} 這兩個瀏覽外掛程式才能檢視這裡的內容。',either:'您必須安裝 {1} 或者是 the {3} 這兩個其中一個瀏覽外掛程式才能檢視這裡的內容。'}}; \ No newline at end of file diff --git a/public/javascripts/shadowbox/libraries/sizzle/LICENSE b/public/javascripts/shadowbox/libraries/sizzle/LICENSE new file mode 100644 index 0000000..2395703 --- /dev/null +++ b/public/javascripts/shadowbox/libraries/sizzle/LICENSE @@ -0,0 +1,148 @@ +Sizzle is released under three licenses: MIT, BSD, and GPL. You may pick the license that best suits your development needs. The text of all three licenses are provided below. + +MIT License +---- + +Copyright (c) 2009 John Resig + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + +BSD License +---- + +Copyright (c) 2009, John Resig +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of the nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY John Resig ''AS IS'' AND ANY +EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +GPL License +---- + +The GNU General Public License (GPL) +Version 2, June 1991 + +Copyright (C) 1989, 1991 Free Software Foundation, Inc. +59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +Everyone is permitted to copy and distribute verbatim copies +of this license document, but changing it is not allowed. + +Preamble + +The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too. + +When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. + +To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. + +For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. + +We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. + +Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. + +Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. + +The precise terms and conditions for copying, distribution and modification follow. + +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. + +1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. + +You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. + +2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. + + c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. + +3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. + +If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. + +4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. + +5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. + +6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. + +7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. + +This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. + +8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. + +9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. + +10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. + +NO WARRANTY + +11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +END OF TERMS AND CONDITIONS diff --git a/public/javascripts/shadowbox/libraries/sizzle/sizzle.js b/public/javascripts/shadowbox/libraries/sizzle/sizzle.js new file mode 100644 index 0000000..d3ba9ff --- /dev/null +++ b/public/javascripts/shadowbox/libraries/sizzle/sizzle.js @@ -0,0 +1,7 @@ +/* + * Sizzle CSS Selector Engine - v1.0 + * Copyright 2009, The Dojo Foundation + * Released under the MIT, BSD, and GPL Licenses. + * More information: http://sizzlejs.com/ + */ +(function(){var p=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,i=0,d=Object.prototype.toString,n=false;var b=function(D,t,A,v){A=A||[];var e=t=t||document;if(t.nodeType!==1&&t.nodeType!==9){return[]}if(!D||typeof D!=="string"){return A}var B=[],C,y,G,F,z,s,r=true,w=o(t);p.lastIndex=0;while((C=p.exec(D))!==null){B.push(C[1]);if(C[2]){s=RegExp.rightContext;break}}if(B.length>1&&j.exec(D)){if(B.length===2&&f.relative[B[0]]){y=g(B[0]+B[1],t)}else{y=f.relative[B[0]]?[t]:b(B.shift(),t);while(B.length){D=B.shift();if(f.relative[D]){D+=B.shift()}y=g(D,y)}}}else{if(!v&&B.length>1&&t.nodeType===9&&!w&&f.match.ID.test(B[0])&&!f.match.ID.test(B[B.length-1])){var H=b.find(B.shift(),t,w);t=H.expr?b.filter(H.expr,H.set)[0]:H.set[0]}if(t){var H=v?{expr:B.pop(),set:a(v)}:b.find(B.pop(),B.length===1&&(B[0]==="~"||B[0]==="+")&&t.parentNode?t.parentNode:t,w);y=H.expr?b.filter(H.expr,H.set):H.set;if(B.length>0){G=a(y)}else{r=false}while(B.length){var u=B.pop(),x=u;if(!f.relative[u]){u=""}else{x=B.pop()}if(x==null){x=t}f.relative[u](G,x,w)}}else{G=B=[]}}if(!G){G=y}if(!G){throw"Syntax error, unrecognized expression: "+(u||D)}if(d.call(G)==="[object Array]"){if(!r){A.push.apply(A,G)}else{if(t&&t.nodeType===1){for(var E=0;G[E]!=null;E++){if(G[E]&&(G[E]===true||G[E].nodeType===1&&h(t,G[E]))){A.push(y[E])}}}else{for(var E=0;G[E]!=null;E++){if(G[E]&&G[E].nodeType===1){A.push(y[E])}}}}}else{a(G,A)}if(s){b(s,e,A,v);b.uniqueSort(A)}return A};b.uniqueSort=function(r){if(c){n=false;r.sort(c);if(n){for(var e=1;e":function(w,r,x){var u=typeof r==="string";if(u&&!/\W/.test(r)){r=x?r:r.toUpperCase();for(var s=0,e=w.length;s=0)){if(!s){e.push(v)}}else{if(s){r[u]=false}}}}return false},ID:function(e){return e[1].replace(/\\/g,"")},TAG:function(r,e){for(var s=0;e[s]===false;s++){}return e[s]&&o(e[s])?r[1]:r[1].toUpperCase()},CHILD:function(e){if(e[1]=="nth"){var r=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(e[2]=="even"&&"2n"||e[2]=="odd"&&"2n+1"||!/\D/.test(e[2])&&"0n+"+e[2]||e[2]);e[2]=(r[1]+(r[2]||1))-0;e[3]=r[3]-0}e[0]=i++;return e},ATTR:function(u,r,s,e,v,w){var t=u[1].replace(/\\/g,"");if(!w&&f.attrMap[t]){u[1]=f.attrMap[t]}if(u[2]==="~="){u[4]=" "+u[4]+" "}return u},PSEUDO:function(u,r,s,e,v){if(u[1]==="not"){if(u[3].match(p).length>1||/^\w/.test(u[3])){u[3]=b(u[3],null,null,r)}else{var t=b.filter(u[3],r,s,true^v);if(!s){e.push.apply(e,t)}return false}}else{if(f.match.POS.test(u[0])||f.match.CHILD.test(u[0])){return true}}return u},POS:function(e){e.unshift(true);return e}},filters:{enabled:function(e){return e.disabled===false&&e.type!=="hidden"},disabled:function(e){return e.disabled===true},checked:function(e){return e.checked===true},selected:function(e){e.parentNode.selectedIndex;return e.selected===true},parent:function(e){return !!e.firstChild},empty:function(e){return !e.firstChild},has:function(s,r,e){return !!b(e[3],s).length},header:function(e){return/h\d/i.test(e.nodeName)},text:function(e){return"text"===e.type},radio:function(e){return"radio"===e.type},checkbox:function(e){return"checkbox"===e.type},file:function(e){return"file"===e.type},password:function(e){return"password"===e.type},submit:function(e){return"submit"===e.type},image:function(e){return"image"===e.type},reset:function(e){return"reset"===e.type},button:function(e){return"button"===e.type||e.nodeName.toUpperCase()==="BUTTON"},input:function(e){return/input|select|textarea|button/i.test(e.nodeName)}},setFilters:{first:function(r,e){return e===0},last:function(s,r,e,t){return r===t.length-1},even:function(r,e){return e%2===0},odd:function(r,e){return e%2===1},lt:function(s,r,e){return re[3]-0},nth:function(s,r,e){return e[3]-0==r},eq:function(s,r,e){return e[3]-0==r}},filter:{PSEUDO:function(w,s,t,x){var r=s[1],u=f.filters[r];if(u){return u(w,t,s,x)}else{if(r==="contains"){return(w.textContent||w.innerText||"").indexOf(s[3])>=0}else{if(r==="not"){var v=s[3];for(var t=0,e=v.length;t=0)}}},ID:function(r,e){return r.nodeType===1&&r.getAttribute("id")===e},TAG:function(r,e){return(e==="*"&&r.nodeType===1)||r.nodeName===e},CLASS:function(r,e){return(" "+(r.className||r.getAttribute("class"))+" ").indexOf(e)>-1},ATTR:function(v,t){var s=t[1],e=f.attrHandle[s]?f.attrHandle[s](v):v[s]!=null?v[s]:v.getAttribute(s),w=e+"",u=t[2],r=t[4];return e==null?u==="!=":u==="="?w===r:u==="*="?w.indexOf(r)>=0:u==="~="?(" "+w+" ").indexOf(r)>=0:!r?w&&e!==false:u==="!="?w!=r:u==="^="?w.indexOf(r)===0:u==="$="?w.substr(w.length-r.length)===r:u==="|="?w===r||w.substr(0,r.length+1)===r+"-":false},POS:function(u,r,s,v){var e=r[2],t=f.setFilters[e];if(t){return t(u,s,r,v)}}}};var j=f.match.POS;for(var l in f.match){f.match[l]=new RegExp(f.match[l].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var a=function(r,e){r=Array.prototype.slice.call(r);if(e){e.push.apply(e,r);return e}return r};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(k){a=function(u,t){var r=t||[];if(d.call(u)==="[object Array]"){Array.prototype.push.apply(r,u)}else{if(typeof u.length==="number"){for(var s=0,e=u.length;s";var e=document.documentElement;e.insertBefore(r,e.firstChild);if(!!document.getElementById(s)){f.find.ID=function(u,v,w){if(typeof v.getElementById!=="undefined"&&!w){var t=v.getElementById(u[1]);return t?t.id===u[1]||typeof t.getAttributeNode!=="undefined"&&t.getAttributeNode("id").nodeValue===u[1]?[t]:undefined:[]}};f.filter.ID=function(v,t){var u=typeof v.getAttributeNode!=="undefined"&&v.getAttributeNode("id");return v.nodeType===1&&u&&u.nodeValue===t}}e.removeChild(r)})();(function(){var e=document.createElement("div");e.appendChild(document.createComment(""));if(e.getElementsByTagName("*").length>0){f.find.TAG=function(r,v){var u=v.getElementsByTagName(r[1]);if(r[1]==="*"){var t=[];for(var s=0;u[s];s++){if(u[s].nodeType===1){t.push(u[s])}}u=t}return u}}e.innerHTML="";if(e.firstChild&&typeof e.firstChild.getAttribute!=="undefined"&&e.firstChild.getAttribute("href")!=="#"){f.attrHandle.href=function(r){return r.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var e=b,s=document.createElement("div");s.innerHTML="

";if(s.querySelectorAll&&s.querySelectorAll(".TEST").length===0){return}b=function(w,v,t,u){v=v||document;if(!u&&v.nodeType===9&&!o(v)){try{return a(v.querySelectorAll(w),t)}catch(x){}}return e(w,v,t,u)};for(var r in e){b[r]=e[r]}})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var e=document.createElement("div");e.innerHTML="
";if(e.getElementsByClassName("e").length===0){return}e.lastChild.className="e";if(e.getElementsByClassName("e").length===1){return}f.order.splice(1,0,"CLASS");f.find.CLASS=function(r,s,t){if(typeof s.getElementsByClassName!=="undefined"&&!t){return s.getElementsByClassName(r[1])}}})()}function m(r,w,v,A,x,z){var y=r=="previousSibling"&&!z;for(var t=0,s=A.length;t0){u=e;break}}}e=e[r]}A[t]=u}}}var h=document.compareDocumentPosition?function(r,e){return r.compareDocumentPosition(e)&16}:function(r,e){return r!==e&&(r.contains?r.contains(e):true)};var o=function(e){return e.nodeType===9&&e.documentElement.nodeName!=="HTML"||!!e.ownerDocument&&e.ownerDocument.documentElement.nodeName!=="HTML"};var g=function(e,x){var t=[],u="",v,s=x.nodeType?[x]:x;while((v=f.match.PSEUDO.exec(e))){u+=v[0];e=e.replace(f.match.PSEUDO,"")}e=f.relative[e]?e+"*":e;for(var w=0,r=s.length;w + Copyright (c) 2007-2008 Geoff Stearns, Michael Williams, and Bobby van der Sluis + This software is released under the MIT License +*/ +var swfobject=function(){var UNDEF="undefined",OBJECT="object",SHOCKWAVE_FLASH="Shockwave Flash",SHOCKWAVE_FLASH_AX="ShockwaveFlash.ShockwaveFlash",FLASH_MIME_TYPE="application/x-shockwave-flash",EXPRESS_INSTALL_ID="SWFObjectExprInst",win=window,doc=document,nav=navigator,domLoadFnArr=[],regObjArr=[],objIdArr=[],listenersArr=[],script,timer=null,storedAltContent=null,storedAltContentId=null,isDomLoaded=false,isExpressInstallActive=false;var ua=function(){var w3cdom=typeof doc.getElementById!=UNDEF&&typeof doc.getElementsByTagName!=UNDEF&&typeof doc.createElement!=UNDEF,playerVersion=[0,0,0],d=null;if(typeof nav.plugins!=UNDEF&&typeof nav.plugins[SHOCKWAVE_FLASH]==OBJECT){d=nav.plugins[SHOCKWAVE_FLASH].description;if(d&&!(typeof nav.mimeTypes!=UNDEF&&nav.mimeTypes[FLASH_MIME_TYPE]&&!nav.mimeTypes[FLASH_MIME_TYPE].enabledPlugin)){d=d.replace(/^.*\s+(\S+\s+\S+$)/,"$1");playerVersion[0]=parseInt(d.replace(/^(.*)\..*$/,"$1"),10);playerVersion[1]=parseInt(d.replace(/^.*\.(.*)\s.*$/,"$1"),10);playerVersion[2]=/r/.test(d)?parseInt(d.replace(/^.*r(.*)$/,"$1"),10):0}}else{if(typeof win.ActiveXObject!=UNDEF){var a=null,fp6Crash=false;try{a=new ActiveXObject(SHOCKWAVE_FLASH_AX+".7")}catch(e){try{a=new ActiveXObject(SHOCKWAVE_FLASH_AX+".6");playerVersion=[6,0,21];a.AllowScriptAccess="always"}catch(e){if(playerVersion[0]==6){fp6Crash=true}}if(!fp6Crash){try{a=new ActiveXObject(SHOCKWAVE_FLASH_AX)}catch(e){}}}if(!fp6Crash&&a){try{d=a.GetVariable("$version");if(d){d=d.split(" ")[1].split(",");playerVersion=[parseInt(d[0],10),parseInt(d[1],10),parseInt(d[2],10)]}}catch(e){}}}}var u=nav.userAgent.toLowerCase(),p=nav.platform.toLowerCase(),webkit=/webkit/.test(u)?parseFloat(u.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,ie=false,windows=p?/win/.test(p):/win/.test(u),mac=p?/mac/.test(p):/mac/.test(u); +/*@cc_on + ie = true; + @if (@_win32) + windows = true; + @elif (@_mac) + mac = true; + @end + @*/ +return{w3cdom:w3cdom,pv:playerVersion,webkit:webkit,ie:ie,win:windows,mac:mac}}();var onDomLoad=function(){if(!ua.w3cdom){return}addDomLoadEvent(main);if(ua.ie&&ua.win){try{doc.write("