From db251da4b14f06fe38523161a02ebccf60d60246 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 14 Sep 2010 12:01:02 -0400 Subject: [PATCH] Added new theme w/ some changes to css. --- 404.php | 51 +- admin_page.php | 196 +++ admin_tab_1.php | 171 +++ admin_tab_2.php | 49 + archives.php | 43 + assets/css/style-fancybox-1.3.1.css | 9 + assets/css/style-ia3-1.0.2.css | 174 +++ assets/img/bg-blockquote.png | Bin 0 -> 231 bytes assets/img/bg-border-h.gif | Bin 0 -> 54 bytes assets/img/bg-bullet.png | Bin 0 -> 108 bytes assets/img/fancybox/blank.gif | Bin 0 -> 43 bytes assets/img/fancybox/fancy_close.png | Bin 0 -> 1097 bytes assets/img/fancybox/fancy_loading.png | Bin 0 -> 8324 bytes assets/img/fancybox/fancy_nav_left.png | Bin 0 -> 1047 bytes assets/img/fancybox/fancy_nav_right.png | Bin 0 -> 1051 bytes assets/img/fancybox/fancy_shadow_e.png | Bin 0 -> 107 bytes assets/img/fancybox/fancy_shadow_n.png | Bin 0 -> 101 bytes assets/img/fancybox/fancy_shadow_ne.png | Bin 0 -> 330 bytes assets/img/fancybox/fancy_shadow_nw.png | Bin 0 -> 322 bytes assets/img/fancybox/fancy_shadow_s.png | Bin 0 -> 106 bytes assets/img/fancybox/fancy_shadow_se.png | Bin 0 -> 352 bytes assets/img/fancybox/fancy_shadow_sw.png | Bin 0 -> 340 bytes assets/img/fancybox/fancy_shadow_w.png | Bin 0 -> 99 bytes assets/img/fancybox/fancy_title_left.png | Bin 0 -> 503 bytes assets/img/fancybox/fancy_title_main.png | Bin 0 -> 96 bytes assets/img/fancybox/fancy_title_over.png | Bin 0 -> 68 bytes assets/img/fancybox/fancy_title_right.png | Bin 0 -> 506 bytes assets/img/fancybox/fancybox-x.png | Bin 0 -> 162 bytes assets/img/fancybox/fancybox-y.png | Bin 0 -> 128 bytes assets/img/fancybox/fancybox.png | Bin 0 -> 14569 bytes assets/img/logo.png | Bin 0 -> 1349 bytes assets/img/map.png | Bin 0 -> 30232 bytes assets/js/external/jquery-1.4.2.min.js | 154 +++ assets/js/external/jquery.easing-1.3.min.js | 72 + .../js/external/jquery.fancybox-1.3.1.min.js | 17 + .../external/jquery.mousewheel-3.0.2.min.js | 13 + assets/js/external/jquery.timeago-0.9.min.js | 16 + assets/js/external/modernizr-1.5.min.js | 28 + assets/js/ia3.js | 101 ++ comments.php | 134 +- contact.php | 64 + functions.php | 1130 ++++------------ gallery.php | 138 +- inc_body_footer.php | 70 + inc_body_header.php | 44 + inc_head.php | 34 + index.php | 275 ++-- license.txt | 281 ++++ page.php | 49 +- readme.txt | 35 + search.php | 79 +- searchform.php | 14 +- single.php | 86 +- style.css | 1169 ++++++++++++++++- tweets.php | 250 ++-- 55 files changed, 3491 insertions(+), 1455 deletions(-) create mode 100644 admin_page.php create mode 100644 admin_tab_1.php create mode 100644 admin_tab_2.php create mode 100644 archives.php create mode 100644 assets/css/style-fancybox-1.3.1.css create mode 100644 assets/css/style-ia3-1.0.2.css create mode 100644 assets/img/bg-blockquote.png create mode 100644 assets/img/bg-border-h.gif create mode 100644 assets/img/bg-bullet.png create mode 100644 assets/img/fancybox/blank.gif create mode 100644 assets/img/fancybox/fancy_close.png create mode 100644 assets/img/fancybox/fancy_loading.png create mode 100644 assets/img/fancybox/fancy_nav_left.png create mode 100644 assets/img/fancybox/fancy_nav_right.png create mode 100644 assets/img/fancybox/fancy_shadow_e.png create mode 100644 assets/img/fancybox/fancy_shadow_n.png create mode 100644 assets/img/fancybox/fancy_shadow_ne.png create mode 100644 assets/img/fancybox/fancy_shadow_nw.png create mode 100644 assets/img/fancybox/fancy_shadow_s.png create mode 100644 assets/img/fancybox/fancy_shadow_se.png create mode 100644 assets/img/fancybox/fancy_shadow_sw.png create mode 100644 assets/img/fancybox/fancy_shadow_w.png create mode 100644 assets/img/fancybox/fancy_title_left.png create mode 100644 assets/img/fancybox/fancy_title_main.png create mode 100644 assets/img/fancybox/fancy_title_over.png create mode 100644 assets/img/fancybox/fancy_title_right.png create mode 100644 assets/img/fancybox/fancybox-x.png create mode 100644 assets/img/fancybox/fancybox-y.png create mode 100644 assets/img/fancybox/fancybox.png create mode 100644 assets/img/logo.png create mode 100644 assets/img/map.png create mode 100644 assets/js/external/jquery-1.4.2.min.js create mode 100644 assets/js/external/jquery.easing-1.3.min.js create mode 100644 assets/js/external/jquery.fancybox-1.3.1.min.js create mode 100644 assets/js/external/jquery.mousewheel-3.0.2.min.js create mode 100644 assets/js/external/jquery.timeago-0.9.min.js create mode 100644 assets/js/external/modernizr-1.5.min.js create mode 100644 assets/js/ia3.js create mode 100644 contact.php create mode 100644 inc_body_footer.php create mode 100644 inc_body_header.php create mode 100644 inc_head.php create mode 100644 license.txt create mode 100644 readme.txt diff --git a/404.php b/404.php index 9206eb6..510a2f1 100644 --- a/404.php +++ b/404.php @@ -1,19 +1,38 @@ + + + + + + + + + + +
+ -
-
-

404— File Not Found

-
-

Oops, Not Found!

-

Sorry, we were unable to find the page you were looking for.

-
-
-
- +
+
+
+

+
+
+

+

+
    +
  • +
+
+
+
+
+ + +
+ + \ No newline at end of file diff --git a/admin_page.php b/admin_page.php new file mode 100644 index 0000000..948c1cd --- /dev/null +++ b/admin_page.php @@ -0,0 +1,196 @@ + +
+

+

iA³

+ +
+ +
+
\ No newline at end of file diff --git a/admin_tab_1.php b/admin_tab_1.php new file mode 100644 index 0000000..faba796 --- /dev/null +++ b/admin_tab_1.php @@ -0,0 +1,171 @@ + + +
+
+
+

+ + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+ + + + + + + +
+ + + + + + + +
+ + + + + + + +
+
+ +
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+ + + + + + + +
+ + + + + + + +
+ + + + + + + +
+
+ +
+

+ + + + + + + +
+ + + + + + + +
+
+ + +
+
\ No newline at end of file diff --git a/admin_tab_2.php b/admin_tab_2.php new file mode 100644 index 0000000..32906f9 --- /dev/null +++ b/admin_tab_2.php @@ -0,0 +1,49 @@ + + +
+
+ + + + + + + + + + + + + + + + + +
+ + + + +

+
+ + + + +

+
+ + + + +

+
+   + + +
+
+
\ No newline at end of file diff --git a/archives.php b/archives.php new file mode 100644 index 0000000..c25708c --- /dev/null +++ b/archives.php @@ -0,0 +1,43 @@ + + + + + + + + + + + +
+ + +
+
+

+ +
+
+ +
+
+ + +
+
+
+ (.+?)<\/p>/','$1',get_the_excerpt()); ?> – ‘. +
+ +
+
+
+ + +
+ + \ No newline at end of file diff --git a/assets/css/style-fancybox-1.3.1.css b/assets/css/style-fancybox-1.3.1.css new file mode 100644 index 0000000..2756be5 --- /dev/null +++ b/assets/css/style-fancybox-1.3.1.css @@ -0,0 +1,9 @@ +/** +* Theme Name: iA³ +* Theme URI: http://informationarchitects.jp/ +* Description: Styles to enable the jquery.fancybox (1.3.1) plugin to display correctly. +* Author: Janis Skarnelis with a little tweaking by Information Architects,Inc +* Version: 1.1.0 +**/ + +@media screen {#fancybox-loading{cursor:pointer;display:none;height:40px;left:50%;margin-top:-20px;margin-left:-20px;overflow:hidden;position:fixed;top:50%;width:40px;z-index:1104}#fancybox-loading div{height:480px;left:0;position:absolute;top:0;width:40px}#fancybox-overlay{background:#000;bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:1100}#fancybox-tmp{border:0;display:none;margin:0;overflow:auto;padding:0}#fancybox-wrap{display:none;left:0;margin:0;padding:20px;position:absolute;top:0;z-index:1101}#fancybox-outer{background:#FFF;height:100%;position:relative;width:100%}#fancybox-inner{height:1px;left:0;margin:0;outline:none;overflow:hidden;padding:0;position:absolute;top:0;width:1px}#fancybox-hide-sel-frame{background:transparent;height:100%;left:0;position:absolute;top:0;width:100%}#fancybox-close{background-position:-40px 0px;cursor:pointer;display:none;height:30px;position:absolute;right:-15px;top:-15px;width:30px;z-index:1103}#fancybox_error{color:#444;font:normal 12px/20px Arial;margin:0;padding:7px}#fancybox-content{height:auto;margin:0;padding:0;width:auto}#fancybox-img{border:none;height:100%;-ms-interpolation-mode:bicubic;line-height:0;width:100%;margin:0;outline:none;padding:0;vertical-align:top}#fancybox-frame{border:none;display:block;height:100%;position:relative;width:100%}#fancybox-title{bottom:0;font-family:Arial;font-size:12px;left:0;position:absolute;z-index:1102}.fancybox-title-inside{color:#333;padding:10px 0;text-align:center}.fancybox-title-outside{color:#FFF;font-weight:bold;padding-top:5px;text-align:center}.fancybox-title-over{color:#FFF;text-align:left}#fancybox-title-over{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVQIHWNgWAwAAKYApNoJ6Q0AAAAASUVORK5CYII=);display:block;padding:10px}.ielt8 #fancybox-title-over{background-image:url(../img/fancybox/fancy_title_over.png)}#fancybox-title-wrap{display:inline-block}#fancybox-title-wrap span{height:32px;float:left}#fancybox-title-left{background-position:-40px -90px;background-repeat:no-repeat;padding-left:15px}#fancybox-title-main{background-position:0px -40px;color:#FFF;font-weight:bold;line-height:29px}#fancybox-title-right{background-position:-55px -90px;background-repeat:no-repeat;padding-left:15px}#fancybox-left,#fancybox-right{background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);bottom:0px;cursor:pointer;display:none;height:100%;outline:none;position:absolute;width:35%;z-index:1102}.ielt8 #fancybox-left,.ielt8 #fancybox-right{background-image:url(../img/fancybox/blank.gif)}#fancybox-left{left:0px}#fancybox-right{right:0px}#fancybox-left-ico,#fancybox-right-ico{cursor:pointer;display:block;height:30px;left:-9999px;margin-top:-15px;position:absolute;top:50%;width:30px;z-index:1102}#fancybox-left-ico{background-position:-40px -30px}#fancybox-right-ico{background-position:-40px -60px}#fancybox-left:hover,#fancybox-right:hover{visibility:visible}#fancybox-left:hover span{left:20px}#fancybox-right:hover span{left:auto;right:20px}.fancy-bg{border:0;height:20px;margin:0;padding:0;position:absolute;width:20px;z-index:1001}#fancy-bg-n{left:0;top:-20px;width:100%}#fancy-bg-ne{background-position:-40px -162px;right:-20px;top:-20px}#fancy-bg-e{background-position:-20px 0px;height:100%;right:-20px;top:0}#fancy-bg-se{background-position:-40px -182px;bottom:-20px;right:-20px}#fancy-bg-s{background-position:0px -20px;bottom:-20px;left:0;width:100%}#fancy-bg-sw{background-position:-40px -142px;bottom:-20px;left:-20px}#fancy-bg-w{height:100%;left:-20px;top:0}#fancy-bg-nw{background-position:-40px -122px;left:-20px;top:-20px}#fancybox-loading div,#fancybox-close,#fancybox-title-left,#fancybox-title-right,#fancybox-left-ico,#fancybox-right-ico,#fancy-bg-ne,#fancy-bg-se,#fancy-bg-sw,#fancy-bg-nw{background-image:url(data:image/png;base64,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)}.ielt8 #fancybox-loading div,.ielt8 #fancybox-close,.ielt8 #fancybox-title-left,.ielt8 #fancybox-title-right,.ielt8 #fancybox-left-ico,.ielt8 #fancybox-right-ico,.ielt8 #fancy-bg-ne,.ielt8 #fancy-bg-se,.ielt8 #fancy-bg-sw,.ielt8 #fancy-bg-nw{background-image:url(../img/fancybox/fancybox.png)}#fancybox-title-main,#fancy-bg-n,#fancy-bg-s{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABICAYAAAA3Qp8tAAAAaUlEQVQYV7WPQQ6AIAwEF1D05MGEePXTPs6naERk91DCA+xhslMKDSilAFtKzgMoxEBIQfi+pxRNY4823G6MRLbnlR5LTW/ist5rvabOhoWgA+gLtSbqQtUi1an0H/ptR6jYiZWYCRD5A/MaI3S2pky+AAAAAElFTkSuQmCC)}.ielt8 #fancybox-title-main,.ielt8 #fancy-bg-n,.ielt8 #fancy-bg-s{background-image:url(../img/fancybox/fancybox-x.png)}#fancy-bg-e,#fancy-bg-w{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAABCAYAAACsXeyTAAAAR0lEQVQIHQXBhw2AMAwAMHcwHkD8fx7qA0gtCXYBuK+roKGgAjoqGhoONHScqKjYULAjsRCY+PBhYmIi8SIQSAQWEvmMEfADVFcWAjV451sAAAAASUVORK5CYII=)}.ielt8 #fancy-bg-e,.ielt8 #fancy-bg-w{background-image:url(../img/fancybox/fancybox-y.png)}} \ No newline at end of file diff --git a/assets/css/style-ia3-1.0.2.css b/assets/css/style-ia3-1.0.2.css new file mode 100644 index 0000000..8679470 --- /dev/null +++ b/assets/css/style-ia3-1.0.2.css @@ -0,0 +1,174 @@ +/** +* Theme Name: iA³ +* Theme URI: http://informationarchitects.jp/ +* Description: Fixes for the iA³ styles used in version 1.1 and above to enable backwards compatibility with older CSS. +* Author: Information Architects,Inc +* Version: 1.1.A +**/ +body { + font-family: 'goudy old style', 'minion pro', 'bell mt', Georgia, 'Hiragino Mincho Pro', serif; +} + +@media screen {.formatted .alert { + background: #CC0000; + border: solid .1em #AA0000; + color: #FFF; + padding: .65em +} +.formatted .alert a { + color: #FFF !important +} +.formatted .asideBlock { + font: normal normal 75%/1.5em arial,sans-serif; + left: -26.6666667em; + position: absolute; + width: 25.1666667em +} +.formatted .asideBlock p,.formatted .asideBlock ol,.formatted .asideBlock ul { + font: normal normal 1em/1.5em arial,sans-serif; + margin-bottom: 1.5em +} +.formatted .eStore-product { + background: #EEE; + border: solid .1em #888; + border-top: solid .3em #000; + margin-bottom: 2em; + padding: .9em +} +.formatted .eStore-thumbnail,.formatted .eStore-product-description { + float: left; + margin: 0 !important; + width: 50% +} +.formatted .eStore-thumbnail a { + border: solid .1em #000; + display: block; + margin-right: 1em +} +.formatted .eStore-thumbnail img { + border: none; + display: block; + margin: 0 !important; + padding: 0; + width: 100% +} +.formatted .eStore-product-description input[type=submit] { + font-size: 1em; + margin-top: 1em +} +.formatted img.fullWidth { + margin-left: -20em; + max-width: 58.75em; + width: 58.75em +} +.formatted ul.tile { + clear: left; + margin: 0 0 0 -1.125em; + padding: 0 !important +} +.formatted ul.tile li { + display: block; + float: left; + margin: 0 0 1.5em 1.125em !important; + overflow: hidden; + width: 8.875em +} +.formatted ul.tile a,.formatted ul.tile img { + display: block; + margin-bottom: 0 !important +} +.formatted ul.tile a { + border: solid .1em #888 +} +.formatted ul.tile img { + width: 100% +} +.formatted .asideBlock ul.tile { + margin-bottom: 1.5em !important; + margin-left: -1em +} +.formatted .asideBlock ul.tile li { + margin-bottom: 1em !important; + margin-left: 1em !important; + width: 5.58em +} +.formatted .asideBlock ul.tile li:last-child { + clear: left +} +.ielt9 .formatted .asideBlock ul.tile li.lastChild { + clear: left +} +.formatted .eStore-product:after,.formatted ul.tile:after { + clear: both; + content: '.'; + display: block; + height: 0; + visibility: hidden +} +.ielt9 .formatted .eStore-product,.ielt9 .formatted ul.tile { + zoom: 1 +} + +} +@media screen and (max-width:1024px) {.formatted .asideBlock { + background: #EEE; + border: solid .1em #D6D6D6; + left: auto; + margin: 0 0 2em; + padding: 1em; + position: relative; + text-shadow: #FFF 0 1px 0; + top: auto; + width: auto +} +.formatted .eStore-product { + background: transparent; + border: none; + margin: 0 0 .75em; + padding: 0 !important +} +.formatted .eStore-product:last-child { + margin-bottom: 0 +} +.formatted .eStore-product.lastChild { + margin-bottom: 0 +} +.formatted .eStore-thumbnail { + width: 25% +} +.formatted .eStore-product-description { + width: 75% +} +ul.tile li { + float: left; + width: 7.90625em +} +ul.tile li img { + margin: 0 !important +} +.formatted .asideBlock ul.tile { + margin-left: 0 !important +} +.formatted .asideBlock ul.tile li { + margin-bottom: .1em !important; + margin-left: 0 !important; + width: 10% +} +.formatted .asideBlock ul.tile li > a { + border: none; + width: 99.9% +} + +} +@media screen and (max-width:595px) {.formatted .eStore-thumbnail,.formatted .eStore-product-description width:50% +} +ul.tile li { + width: 6.09375em +} + +} +@media screen and (max-width:479px) {ul.tile li { + width: 8.3125em +} + +} diff --git a/assets/img/bg-blockquote.png b/assets/img/bg-blockquote.png new file mode 100644 index 0000000000000000000000000000000000000000..c3fa92c5c92fe2f2c058178c327767bb3269c0e6 GIT binary patch literal 231 zcmeAS@N?(olHy`uVBq!ia0vp^qChOb0VEjiY|Q=%q&N#aB8wRqxP?KOkzv*x383Ii zPZ!4!2}#|9icLop1Q-tf{Lde?FraWn>53J_fv>|B76k6t$FP!X`|h;(y;ll$3Yjb~ zWO|q^aw2~DyoVVJzp*?o_@#Df=|bCyb$a$EVtL)$-dz%Y`Ax9yL6P+WOV{Q%-&!9D ziTZ74uG5=1)9d=dpmw(Ci^sxDD>9R{rS@#uDB64E)5Y0u{TCZ8jn?%!enCR?#NFdR c7@mgxXI$Maz|{TuuqDU`p00i_>zopr0FQNBPyhe` literal 0 HcmV?d00001 diff --git a/assets/img/bg-border-h.gif b/assets/img/bg-border-h.gif new file mode 100644 index 0000000000000000000000000000000000000000..99a03e6a7788311be52414bf073bc6f9198e0747 GIT binary patch literal 54 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 literal 0 HcmV?d00001 diff --git a/assets/img/fancybox/fancy_nav_right.png b/assets/img/fancybox/fancy_nav_right.png new file mode 100644 index 0000000000000000000000000000000000000000..0f7e8ca75027ea3280f03c043038a29d846a5247 GIT binary patch literal 1051 zcmV+$1mydPP)t7BoQO%A`SRQ+=XcM!=id9j zFxG4s7z@o7tEsHf(dRzsX)0?fYq1uZ7#P_2PqSgiqI~9rEmiMN+ts*r`o1TQ%xkUd zs(UNYRaxnw91DBt32c}+Dn0F0AB4W@{A*9@ymFSlc<;m0&n<5V_$xg)FdxJXOq|mu zt*q}~5Ivs9?qqLf^WTG?&J512^?7k(VvNt~3iw}a9C$u^Q%a2-Nwvp`j(ThCz0~lC zl)7|!bxXb1hpRZd4HM@?e@EkI%aoK(Wg3R^VBTlNe#}VHsTXEV^ZIZWa61mXbAsN zFu6zOwTniQT&qhRJ=H_IW{;V4URO&3jZpGGLj~>5o8i&U{Wz9v}BF+ zPj-BhO5vB2()O(rW-*y^usl^wt(#wwu4f+XaWHlzI~M;UDIMP9ew-;d!E)7v=6Cf- zzhp{n(KB&Lx;2s?pGZmv_tQ)*Zm_7WnjhIJ-7Nu+7Jelgyr22|Vd?c==aWp$!PdOs zrqrKOV5l@&=(s&Pn3m?eWZj2rtk$OWH_l40CLWFwZI4TLer7c-`Le65@QhXaK9cUF zUH`MsXJgXIlPo9KFp~;qJ30eBw=YV4$wJ_3iIeHE=!Rh_`bWif7BPEttL%6Qni2n| z%||3@!!Xg({&YN@l@6Yui%9;E7`Uk+Y+p9zjYG#JX=kz&x^_5`mCjwDhb4sb$J3x3 zKaI56*ZbZ+Fd#|S603%bSKl5#AD5(aKheuN+GxyQ3>y|6stM6y@AmHAGVuF#NlIid zC;Joqi60V!X-T?!d+!-`(@h7V!j;U40d>r!)86gs<>>xzf4!z6yLIE(1?w2SbkoUP zio_r%L-?pCOb6@eaqi`)_w#4J*>QEp)y{KM2RO=JdRRvXVd@zpLpcG&M;##|EM+6x z*lF%E`{*-w89Uj=MwSvGL>=P<@V@lorJCu4iLjUztYIx{S;Gnz6CuoWswpA8`S-$s z8z0p)FoO_bnrS9Xh#53cjSqKWtqIC0_5xeF%_EKCe+4|}f)(~S2L_AicK Vb}FL!Q;+}v002ovPDHLkV1ii^`riNm literal 0 HcmV?d00001 diff --git a/assets/img/fancybox/fancy_shadow_e.png b/assets/img/fancybox/fancy_shadow_e.png new file mode 100644 index 0000000000000000000000000000000000000000..2eda0893649371f8d92b92976d8542cdd1b601ed GIT binary patch literal 107 zcmeAS@N?(olHy`uVBq!ia0vp^B0$W@!3HGnP3ltxQbwLGjv*Y^lSRZuw>3|oWfAKJTbUwt- zl7zXK*MYIR0C$;5f@f(1_pO_xefWVmlx{c=+1F2$gYWck1{Kn`lJY`g%*KS6s|{fl zwBT6G;fun=%d{b&jH6VGFY6*Z0onj4?9b9tR2oa(ppx0?XJHzs@}PeN8kD(=jRU^= crCrA63#YPnYU30WO8@`>07*qoM6N<$f@-6aO#lD@ literal 0 HcmV?d00001 diff --git a/assets/img/fancybox/fancy_shadow_nw.png b/assets/img/fancybox/fancy_shadow_nw.png new file mode 100644 index 0000000000000000000000000000000000000000..0eb5952e1e4012f249587d3b329ebcf39332ef4d GIT binary patch literal 322 zcmV-I0lof-P)t=zxWLn}}fY5;dRsX!|U`g+=>Qr94;^qWH3 zQtt@wP`BsqcPvLH$U(qCpxD`80@)`{b|7X@sNVxcyaJi5i3V&33eoyiWM;K3O&-uy0x`tOtbnOrc)Bs@G`}6gaQ7hx*jBjx%jXSqlWLFYoJi UREZkOw*UYD07*qoM6N<$g8G?@)&Kwi literal 0 HcmV?d00001 diff --git a/assets/img/fancybox/fancy_shadow_s.png b/assets/img/fancybox/fancy_shadow_s.png new file mode 100644 index 0000000000000000000000000000000000000000..67964c1dd99dc1ebafeb38bedf5858827b22d0ec GIT binary patch literal 106 zcmeAS@N?(olHy`uVBq!ia0vp^j6f{H!3HFK_`(+gDML>e#}JO_WFc`;)8wRtgdhA$ z|C&1N3&fg!bG!U$>Hgc?t+=D7;AldVq|(PnS6BaMC_f>hX6XDN9jKYX)78&qol`;+ E09ukDYXATM literal 0 HcmV?d00001 diff --git a/assets/img/fancybox/fancy_shadow_se.png b/assets/img/fancybox/fancy_shadow_se.png new file mode 100644 index 0000000000000000000000000000000000000000..541e3ffd3e88224b34a4d2097c66a780e6060aeb GIT binary patch literal 352 zcmV-m0iXVfP){pM9=`y8<_IvWD02WY@RZ<9dgjNmAB|sYF}Xw>7Sq@O0000eMf9z;FC21=)67q_`W0*0KnS4AR00W2`RGn3i8UfsEegLO@ zPhds?2e1Tm)FK3=bymIAx?X=YFo3Mdh7W?@I#8s#svp!&PB> zwah@Ngd|l0N4SCfzvjtQnd$dZ0yM)N$X+lqdtN!Pt{Wn*_`0U}m1^#r1 mwpaW{;a?9KKt^WrpTAEd?0j1W(3L*`0000+)0005LNklqcp9&~$uJw{{rUub~E?-XJ#Upm4Fe%-Gl z!u%tb0N102a|s5;SPlQvJlFCTBbvYaK@wIW6Gjx@?i20AlVDJcHNfh25WRlbF6CIq zv9_ZnqOH`}ppaUR0@%ZcM9zpDt2uQM>f+Z#wIMmyuui3DeoYXWE|hQ{D$te=Yhgkq zIvyj+$t8T|S1wITzUftNOe(E+Qjn$kDotY;I5}1lRgwi=?K26ke)djLR5W2|!7CVH zJ-`tuAq|`lK978y+CnqGNCkUke_%Gig ukvFM-ftpWh!il7Wg7kz7Y?7xB@G*olNlgoj4E_Yv!rZci7-5DwYoga{r6hGh&(ZgIZk Q1qw5Gy85}Sb4q9e095u2SpWb4 literal 0 HcmV?d00001 diff --git a/assets/img/fancybox/fancy_title_right.png b/assets/img/fancybox/fancy_title_right.png new file mode 100644 index 0000000000000000000000000000000000000000..e36d9db2a7c6e570aec993d3665cbc13620115e2 GIT binary patch literal 506 zcmV+)0005ONklxjQB-g>5=x46nGBwseihc$zfzvTFh(=tCRj6cJ4M&ASrCAq-HbokPnRBAHVa2(-|l wYU(UxfYLN;Kja=SALQImFvFZM(5NSoB}_YKT9c>Y+L5D4`?Za Mr>mdKI;Vst0FD$rH2?qr literal 0 HcmV?d00001 diff --git a/assets/img/fancybox/fancybox-y.png b/assets/img/fancybox/fancybox-y.png new file mode 100644 index 0000000000000000000000000000000000000000..184585265d019e1bde1acc6cead08ce89dbfab4e GIT binary patch literal 128 zcmeAS@N?(olHy`uVBq!ia0vp^8bHj*!3HGP#J-sfq})AS978x{Sr4}JHW=_Q7?c~x zIsB=Yd&TUb%UQ;_WBuv{3l}h1X-P@(nUu^~vEoL+2IY+cGk$zXOiEJvs3hRQA|~{+ bNALr4NVpi2X~pwsppguou6{1-oD!M<8WJUE literal 0 HcmV?d00001 diff --git a/assets/img/fancybox/fancybox.png b/assets/img/fancybox/fancybox.png new file mode 100644 index 0000000000000000000000000000000000000000..80f1d1a1c267de914b00f8793297549591a82347 GIT binary patch literal 14569 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 I2ea`10b=2K^Z)<= literal 0 HcmV?d00001 diff --git a/assets/img/logo.png b/assets/img/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..b7ccaa467dc9483efae6a38b5da8cf0f4b6e26f1 GIT binary patch literal 1349 zcmbtU{X0|%6uvWehMJ7IY1l`aF(qr*d5~3R5!c7m5VJRFYTF*sB-2Ct#8gJY+(DK! z&H7lZwQfFYONh!x$u7pK7|FKlt7$?q*jY`XSlPYpztH*NocB5Beb2`)Cle9uq*B&X z005u{@clyofWX3W;wljLOF0Ae}ANcf2qnX(kS z@#~|$=d-T_1$PYqK)Mv*?-ME=)@#~w#<&m(;fzew36EaiyYg>iZ>(eRSGSMlhx5XU zb*q>qh@;pbtxcPl>{)hND(*6l>Uxyml^q~0nO`$km_^KMg=y&bQ)}kZEG(I9SS^ua zj5F;z*z(Lm8)|WIGtD&bM1DdHCa2#&vY`L9+H7I*%uF>W`<3YciL>j*2crq1Eb^KQiiDl?62cK2Bvh2X5VtJ9S}vOJ69(>%VVkuEgs=Ua;ER6rfr z@kGH$1$dGBg&yaQnP6p4Q|^gIAb2J+RS`eb;@A)B5Ub1a94_c{7M&vo54dGMgQ0jV zxD=fCuK&xFWH55ix1YQts`7wTRKB%5a4$928&a9G9pdkmi3*od)=x0c{>$L53J_9} zaY9_>_)TL-1@dPF*ONrAJV!hM&zWr{sItLY4@|#`$VMco2o^OpQe->08(X^CZfoSyV z(wgFk4gaSfzI@EJ!pUqESiP`alBT9J(xq6%eCP0%AWz6i1=c0Li%AUI>AjK3U+Iq0 zl^>`3;#e2@N%(?-Oul~z@4OTwnjNeG7S|Zy-KAN2MmI(I3q;EcrdCZ2wu1&=5;7kb zwR;c8DOqQ$0&StIt+0>XMyA-I$-4|#q!?hi(HC^qA-rp*#cGQ3!-jpEi-|8B{6W1q zXPF7JQSw7^?&5Ztl8=!um}x=XTYsXhYv69#!6Ys#dDS%yZ{hVulynX$N9?REbeX4% z#H?o-WQw@(0(mS+j4`N^9Jqx>%X{pC633FH7&&;IJ54TvJ!wrO|F_PhQs?nAdy%?d6HI&S)jO)a)1f z4p4odBPesLc4ZvLwlxu_o)iINXQf!2HYI5y%X>$ZHIx61XUjHWwr?*!EOy+`CFy+m z$3TWLr7^jH-^xr+)|8~US~JC;yJk-h8pL_LH=}6%wx^n*EkV^XI$jWZ#71{D2;nUJ z3X_Z6p}L#q%CQd6yhCC%QrEmzIpzmuUWz!`b=Zd0nPKE^LM`_Yt|!=gaS+5#JL1vM zKnOXzAFFOFc|dX}RJ?=WW*En#zCOyZ42#e<9zI6sCu?r}PK(DG>KpmVEe zv|P}(ZsvY_d`!xD2|XG$o$2e2=cM!p{FwVb`4!`9FCAw<{R}5gr3yeVJ+2k50D|K& UfkOWKsSnREfG6;;@eP;%2f0~17XSbN literal 0 HcmV?d00001 diff --git a/assets/img/map.png b/assets/img/map.png new file mode 100644 index 0000000000000000000000000000000000000000..6fdc1df9733674f1e952494df1604ea0496b91ed GIT binary patch literal 30232 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[^>]*$|^#([\w-]+)$/,Ua=/^.[^:#\[\.,]*$/,Va=/\S/, +Wa=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,Xa=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,P=navigator.userAgent,xa=false,Q=[],L,$=Object.prototype.toString,aa=Object.prototype.hasOwnProperty,ba=Array.prototype.push,R=Array.prototype.slice,ya=Array.prototype.indexOf;c.fn=c.prototype={init:function(a,b){var d,f;if(!a)return this;if(a.nodeType){this.context=this[0]=a;this.length=1;return this}if(a==="body"&&!b){this.context=s;this[0]=s.body;this.selector="body";this.length=1;return this}if(typeof a==="string")if((d=Ta.exec(a))&& +(d[1]||!b))if(d[1]){f=b?b.ownerDocument||b:s;if(a=Xa.exec(a))if(c.isPlainObject(b)){a=[s.createElement(a[1])];c.fn.attr.call(a,b,true)}else a=[f.createElement(a[1])];else{a=sa([d[1]],[f]);a=(a.cacheable?a.fragment.cloneNode(true):a.fragment).childNodes}return c.merge(this,a)}else{if(b=s.getElementById(d[2])){if(b.id!==d[2])return T.find(a);this.length=1;this[0]=b}this.context=s;this.selector=a;return this}else if(!b&&/^\w+$/.test(a)){this.selector=a;this.context=s;a=s.getElementsByTagName(a);return c.merge(this, +a)}else return!b||b.jquery?(b||T).find(a):c(b).find(a);else if(c.isFunction(a))return T.ready(a);if(a.selector!==w){this.selector=a.selector;this.context=a.context}return c.makeArray(a,this)},selector:"",jquery:"1.4.2",length:0,size:function(){return this.length},toArray:function(){return R.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this.slice(a)[0]:this[a]},pushStack:function(a,b,d){var f=c();c.isArray(a)?ba.apply(f,a):c.merge(f,a);f.prevObject=this;f.context=this.context;if(b=== +"find")f.selector=this.selector+(this.selector?" ":"")+d;else if(b)f.selector=this.selector+"."+b+"("+d+")";return f},each:function(a,b){return c.each(this,a,b)},ready:function(a){c.bindReady();if(c.isReady)a.call(s,c);else Q&&Q.push(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(R.apply(this,arguments),"slice",R.call(arguments).join(","))},map:function(a){return this.pushStack(c.map(this, +function(b,d){return a.call(b,d,b)}))},end:function(){return this.prevObject||c(null)},push:ba,sort:[].sort,splice:[].splice};c.fn.init.prototype=c.fn;c.extend=c.fn.extend=function(){var a=arguments[0]||{},b=1,d=arguments.length,f=false,e,j,i,o;if(typeof a==="boolean"){f=a;a=arguments[1]||{};b=2}if(typeof a!=="object"&&!c.isFunction(a))a={};if(d===b){a=this;--b}for(;b
a"; +var e=d.getElementsByTagName("*"),j=d.getElementsByTagName("a")[0];if(!(!e||!e.length||!j)){c.support={leadingWhitespace:d.firstChild.nodeType===3,tbody:!d.getElementsByTagName("tbody").length,htmlSerialize:!!d.getElementsByTagName("link").length,style:/red/.test(j.getAttribute("style")),hrefNormalized:j.getAttribute("href")==="/a",opacity:/^0.55$/.test(j.style.opacity),cssFloat:!!j.style.cssFloat,checkOn:d.getElementsByTagName("input")[0].value==="on",optSelected:s.createElement("select").appendChild(s.createElement("option")).selected, +parentNode:d.removeChild(d.appendChild(s.createElement("div"))).parentNode===null,deleteExpando:true,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};b.type="text/javascript";try{b.appendChild(s.createTextNode("window."+f+"=1;"))}catch(i){}a.insertBefore(b,a.firstChild);if(A[f]){c.support.scriptEval=true;delete A[f]}try{delete b.test}catch(o){c.support.deleteExpando=false}a.removeChild(b);if(d.attachEvent&&d.fireEvent){d.attachEvent("onclick",function k(){c.support.noCloneEvent= +false;d.detachEvent("onclick",k)});d.cloneNode(true).fireEvent("onclick")}d=s.createElement("div");d.innerHTML="";a=s.createDocumentFragment();a.appendChild(d.firstChild);c.support.checkClone=a.cloneNode(true).cloneNode(true).lastChild.checked;c(function(){var k=s.createElement("div");k.style.width=k.style.paddingLeft="1px";s.body.appendChild(k);c.boxModel=c.support.boxModel=k.offsetWidth===2;s.body.removeChild(k).style.display="none"});a=function(k){var n= +s.createElement("div");k="on"+k;var r=k in n;if(!r){n.setAttribute(k,"return;");r=typeof n[k]==="function"}return r};c.support.submitBubbles=a("submit");c.support.changeBubbles=a("change");a=b=d=e=j=null}})();c.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var G="jQuery"+J(),Ya=0,za={};c.extend({cache:{},expando:G,noData:{embed:true,object:true, +applet:true},data:function(a,b,d){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var f=a[G],e=c.cache;if(!f&&typeof b==="string"&&d===w)return null;f||(f=++Ya);if(typeof b==="object"){a[G]=f;e[f]=c.extend(true,{},b)}else if(!e[f]){a[G]=f;e[f]={}}a=e[f];if(d!==w)a[b]=d;return typeof b==="string"?a[b]:a}},removeData:function(a,b){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var d=a[G],f=c.cache,e=f[d];if(b){if(e){delete e[b];c.isEmptyObject(e)&&c.removeData(a)}}else{if(c.support.deleteExpando)delete a[c.expando]; +else a.removeAttribute&&a.removeAttribute(c.expando);delete f[d]}}}});c.fn.extend({data:function(a,b){if(typeof a==="undefined"&&this.length)return c.data(this[0]);else if(typeof a==="object")return this.each(function(){c.data(this,a)});var d=a.split(".");d[1]=d[1]?"."+d[1]:"";if(b===w){var f=this.triggerHandler("getData"+d[1]+"!",[d[0]]);if(f===w&&this.length)f=c.data(this[0],a);return f===w&&d[1]?this.data(d[0]):f}else return this.trigger("setData"+d[1]+"!",[d[0],b]).each(function(){c.data(this, +a,b)})},removeData:function(a){return this.each(function(){c.removeData(this,a)})}});c.extend({queue:function(a,b,d){if(a){b=(b||"fx")+"queue";var f=c.data(a,b);if(!d)return f||[];if(!f||c.isArray(d))f=c.data(a,b,c.makeArray(d));else f.push(d);return f}},dequeue:function(a,b){b=b||"fx";var d=c.queue(a,b),f=d.shift();if(f==="inprogress")f=d.shift();if(f){b==="fx"&&d.unshift("inprogress");f.call(a,function(){c.dequeue(a,b)})}}});c.fn.extend({queue:function(a,b){if(typeof a!=="string"){b=a;a="fx"}if(b=== +w)return c.queue(this[0],a);return this.each(function(){var d=c.queue(this,a,b);a==="fx"&&d[0]!=="inprogress"&&c.dequeue(this,a)})},dequeue:function(a){return this.each(function(){c.dequeue(this,a)})},delay:function(a,b){a=c.fx?c.fx.speeds[a]||a:a;b=b||"fx";return this.queue(b,function(){var d=this;setTimeout(function(){c.dequeue(d,b)},a)})},clearQueue:function(a){return this.queue(a||"fx",[])}});var Aa=/[\n\t]/g,ca=/\s+/,Za=/\r/g,$a=/href|src|style/,ab=/(button|input)/i,bb=/(button|input|object|select|textarea)/i, +cb=/^(a|area)$/i,Ba=/radio|checkbox/;c.fn.extend({attr:function(a,b){return X(this,a,b,true,c.attr)},removeAttr:function(a){return this.each(function(){c.attr(this,a,"");this.nodeType===1&&this.removeAttribute(a)})},addClass:function(a){if(c.isFunction(a))return this.each(function(n){var r=c(this);r.addClass(a.call(this,n,r.attr("class")))});if(a&&typeof a==="string")for(var b=(a||"").split(ca),d=0,f=this.length;d-1)return true;return false},val:function(a){if(a===w){var b=this[0];if(b){if(c.nodeName(b,"option"))return(b.attributes.value||{}).specified?b.value:b.text;if(c.nodeName(b,"select")){var d=b.selectedIndex,f=[],e=b.options;b=b.type==="select-one";if(d<0)return null;var j=b?d:0;for(d=b?d+1:e.length;j=0;else if(c.nodeName(this,"select")){var u=c.makeArray(r);c("option",this).each(function(){this.selected= +c.inArray(c(this).val(),u)>=0});if(!u.length)this.selectedIndex=-1}else this.value=r}})}});c.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(a,b,d,f){if(!a||a.nodeType===3||a.nodeType===8)return w;if(f&&b in c.attrFn)return c(a)[b](d);f=a.nodeType!==1||!c.isXMLDoc(a);var e=d!==w;b=f&&c.props[b]||b;if(a.nodeType===1){var j=$a.test(b);if(b in a&&f&&!j){if(e){b==="type"&&ab.test(a.nodeName)&&a.parentNode&&c.error("type property can't be changed"); +a[b]=d}if(c.nodeName(a,"form")&&a.getAttributeNode(b))return a.getAttributeNode(b).nodeValue;if(b==="tabIndex")return(b=a.getAttributeNode("tabIndex"))&&b.specified?b.value:bb.test(a.nodeName)||cb.test(a.nodeName)&&a.href?0:w;return a[b]}if(!c.support.style&&f&&b==="style"){if(e)a.style.cssText=""+d;return a.style.cssText}e&&a.setAttribute(b,""+d);a=!c.support.hrefNormalized&&f&&j?a.getAttribute(b,2):a.getAttribute(b);return a===null?w:a}return c.style(a,b,d)}});var O=/\.(.*)$/,db=function(a){return a.replace(/[^\w\s\.\|`]/g, +function(b){return"\\"+b})};c.event={add:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){if(a.setInterval&&a!==A&&!a.frameElement)a=A;var e,j;if(d.handler){e=d;d=e.handler}if(!d.guid)d.guid=c.guid++;if(j=c.data(a)){var i=j.events=j.events||{},o=j.handle;if(!o)j.handle=o=function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(o.elem,arguments):w};o.elem=a;b=b.split(" ");for(var k,n=0,r;k=b[n++];){j=e?c.extend({},e):{handler:d,data:f};if(k.indexOf(".")>-1){r=k.split("."); +k=r.shift();j.namespace=r.slice(0).sort().join(".")}else{r=[];j.namespace=""}j.type=k;j.guid=d.guid;var u=i[k],z=c.event.special[k]||{};if(!u){u=i[k]=[];if(!z.setup||z.setup.call(a,f,r,o)===false)if(a.addEventListener)a.addEventListener(k,o,false);else a.attachEvent&&a.attachEvent("on"+k,o)}if(z.add){z.add.call(a,j);if(!j.handler.guid)j.handler.guid=d.guid}u.push(j);c.event.global[k]=true}a=null}}},global:{},remove:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){var e,j=0,i,o,k,n,r,u,z=c.data(a), +C=z&&z.events;if(z&&C){if(b&&b.type){d=b.handler;b=b.type}if(!b||typeof b==="string"&&b.charAt(0)==="."){b=b||"";for(e in C)c.event.remove(a,e+b)}else{for(b=b.split(" ");e=b[j++];){n=e;i=e.indexOf(".")<0;o=[];if(!i){o=e.split(".");e=o.shift();k=new RegExp("(^|\\.)"+c.map(o.slice(0).sort(),db).join("\\.(?:.*\\.)?")+"(\\.|$)")}if(r=C[e])if(d){n=c.event.special[e]||{};for(B=f||0;B=0){a.type= +e=e.slice(0,-1);a.exclusive=true}if(!d){a.stopPropagation();c.event.global[e]&&c.each(c.cache,function(){this.events&&this.events[e]&&c.event.trigger(a,b,this.handle.elem)})}if(!d||d.nodeType===3||d.nodeType===8)return w;a.result=w;a.target=d;b=c.makeArray(b);b.unshift(a)}a.currentTarget=d;(f=c.data(d,"handle"))&&f.apply(d,b);f=d.parentNode||d.ownerDocument;try{if(!(d&&d.nodeName&&c.noData[d.nodeName.toLowerCase()]))if(d["on"+e]&&d["on"+e].apply(d,b)===false)a.result=false}catch(j){}if(!a.isPropagationStopped()&& +f)c.event.trigger(a,b,f,true);else if(!a.isDefaultPrevented()){f=a.target;var i,o=c.nodeName(f,"a")&&e==="click",k=c.event.special[e]||{};if((!k._default||k._default.call(d,a)===false)&&!o&&!(f&&f.nodeName&&c.noData[f.nodeName.toLowerCase()])){try{if(f[e]){if(i=f["on"+e])f["on"+e]=null;c.event.triggered=true;f[e]()}}catch(n){}if(i)f["on"+e]=i;c.event.triggered=false}}},handle:function(a){var b,d,f,e;a=arguments[0]=c.event.fix(a||A.event);a.currentTarget=this;b=a.type.indexOf(".")<0&&!a.exclusive; +if(!b){d=a.type.split(".");a.type=d.shift();f=new RegExp("(^|\\.)"+d.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)")}e=c.data(this,"events");d=e[a.type];if(e&&d){d=d.slice(0);e=0;for(var j=d.length;e-1?c.map(a.options,function(f){return f.selected}).join("-"):"";else if(a.nodeName.toLowerCase()==="select")d=a.selectedIndex;return d},fa=function(a,b){var d=a.target,f,e;if(!(!da.test(d.nodeName)||d.readOnly)){f=c.data(d,"_change_data");e=Fa(d);if(a.type!=="focusout"||d.type!=="radio")c.data(d,"_change_data", +e);if(!(f===w||e===f))if(f!=null||e){a.type="change";return c.event.trigger(a,b,d)}}};c.event.special.change={filters:{focusout:fa,click:function(a){var b=a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCase()==="select")return fa.call(this,a)},keydown:function(a){var b=a.target,d=b.type;if(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(d==="checkbox"||d==="radio")||d==="select-multiple")return fa.call(this,a)},beforeactivate:function(a){a=a.target;c.data(a, +"_change_data",Fa(a))}},setup:function(){if(this.type==="file")return false;for(var a in ea)c.event.add(this,a+".specialChange",ea[a]);return da.test(this.nodeName)},teardown:function(){c.event.remove(this,".specialChange");return da.test(this.nodeName)}};ea=c.event.special.change.filters}s.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(f){f=c.event.fix(f);f.type=b;return c.event.handle.call(this,f)}c.event.special[b]={setup:function(){this.addEventListener(a, +d,true)},teardown:function(){this.removeEventListener(a,d,true)}}});c.each(["bind","one"],function(a,b){c.fn[b]=function(d,f,e){if(typeof d==="object"){for(var j in d)this[b](j,f,d[j],e);return this}if(c.isFunction(f)){e=f;f=w}var i=b==="one"?c.proxy(e,function(k){c(this).unbind(k,i);return e.apply(this,arguments)}):e;if(d==="unload"&&b!=="one")this.one(d,f,e);else{j=0;for(var o=this.length;j0){y=t;break}}t=t[g]}m[q]=y}}}var f=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g, +e=0,j=Object.prototype.toString,i=false,o=true;[0,0].sort(function(){o=false;return 0});var k=function(g,h,l,m){l=l||[];var q=h=h||s;if(h.nodeType!==1&&h.nodeType!==9)return[];if(!g||typeof g!=="string")return l;for(var p=[],v,t,y,S,H=true,M=x(h),I=g;(f.exec(""),v=f.exec(I))!==null;){I=v[3];p.push(v[1]);if(v[2]){S=v[3];break}}if(p.length>1&&r.exec(g))if(p.length===2&&n.relative[p[0]])t=ga(p[0]+p[1],h);else for(t=n.relative[p[0]]?[h]:k(p.shift(),h);p.length;){g=p.shift();if(n.relative[g])g+=p.shift(); +t=ga(g,t)}else{if(!m&&p.length>1&&h.nodeType===9&&!M&&n.match.ID.test(p[0])&&!n.match.ID.test(p[p.length-1])){v=k.find(p.shift(),h,M);h=v.expr?k.filter(v.expr,v.set)[0]:v.set[0]}if(h){v=m?{expr:p.pop(),set:z(m)}:k.find(p.pop(),p.length===1&&(p[0]==="~"||p[0]==="+")&&h.parentNode?h.parentNode:h,M);t=v.expr?k.filter(v.expr,v.set):v.set;if(p.length>0)y=z(t);else H=false;for(;p.length;){var D=p.pop();v=D;if(n.relative[D])v=p.pop();else D="";if(v==null)v=h;n.relative[D](y,v,M)}}else y=[]}y||(y=t);y||k.error(D|| +g);if(j.call(y)==="[object Array]")if(H)if(h&&h.nodeType===1)for(g=0;y[g]!=null;g++){if(y[g]&&(y[g]===true||y[g].nodeType===1&&E(h,y[g])))l.push(t[g])}else for(g=0;y[g]!=null;g++)y[g]&&y[g].nodeType===1&&l.push(t[g]);else l.push.apply(l,y);else z(y,l);if(S){k(S,q,l,m);k.uniqueSort(l)}return l};k.uniqueSort=function(g){if(B){i=o;g.sort(B);if(i)for(var h=1;h":function(g,h){var l=typeof h==="string";if(l&&!/\W/.test(h)){h=h.toLowerCase();for(var m=0,q=g.length;m=0))l||m.push(v);else if(l)h[p]=false;return false},ID:function(g){return g[1].replace(/\\/g,"")},TAG:function(g){return g[1].toLowerCase()}, +CHILD:function(g){if(g[1]==="nth"){var h=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(g[2]==="even"&&"2n"||g[2]==="odd"&&"2n+1"||!/\D/.test(g[2])&&"0n+"+g[2]||g[2]);g[2]=h[1]+(h[2]||1)-0;g[3]=h[3]-0}g[0]=e++;return g},ATTR:function(g,h,l,m,q,p){h=g[1].replace(/\\/g,"");if(!p&&n.attrMap[h])g[1]=n.attrMap[h];if(g[2]==="~=")g[4]=" "+g[4]+" ";return g},PSEUDO:function(g,h,l,m,q){if(g[1]==="not")if((f.exec(g[3])||"").length>1||/^\w/.test(g[3]))g[3]=k(g[3],null,null,h);else{g=k.filter(g[3],h,l,true^q);l||m.push.apply(m, +g);return false}else if(n.match.POS.test(g[0])||n.match.CHILD.test(g[0]))return true;return g},POS:function(g){g.unshift(true);return g}},filters:{enabled:function(g){return g.disabled===false&&g.type!=="hidden"},disabled:function(g){return g.disabled===true},checked:function(g){return g.checked===true},selected:function(g){return g.selected===true},parent:function(g){return!!g.firstChild},empty:function(g){return!g.firstChild},has:function(g,h,l){return!!k(l[3],g).length},header:function(g){return/h\d/i.test(g.nodeName)}, +text:function(g){return"text"===g.type},radio:function(g){return"radio"===g.type},checkbox:function(g){return"checkbox"===g.type},file:function(g){return"file"===g.type},password:function(g){return"password"===g.type},submit:function(g){return"submit"===g.type},image:function(g){return"image"===g.type},reset:function(g){return"reset"===g.type},button:function(g){return"button"===g.type||g.nodeName.toLowerCase()==="button"},input:function(g){return/input|select|textarea|button/i.test(g.nodeName)}}, +setFilters:{first:function(g,h){return h===0},last:function(g,h,l,m){return h===m.length-1},even:function(g,h){return h%2===0},odd:function(g,h){return h%2===1},lt:function(g,h,l){return hl[3]-0},nth:function(g,h,l){return l[3]-0===h},eq:function(g,h,l){return l[3]-0===h}},filter:{PSEUDO:function(g,h,l,m){var q=h[1],p=n.filters[q];if(p)return p(g,l,h,m);else if(q==="contains")return(g.textContent||g.innerText||a([g])||"").indexOf(h[3])>=0;else if(q==="not"){h= +h[3];l=0;for(m=h.length;l=0}},ID:function(g,h){return g.nodeType===1&&g.getAttribute("id")===h},TAG:function(g,h){return h==="*"&&g.nodeType===1||g.nodeName.toLowerCase()===h},CLASS:function(g,h){return(" "+(g.className||g.getAttribute("class"))+" ").indexOf(h)>-1},ATTR:function(g,h){var l=h[1];g=n.attrHandle[l]?n.attrHandle[l](g):g[l]!=null?g[l]:g.getAttribute(l);l=g+"";var m=h[2];h=h[4];return g==null?m==="!=":m=== +"="?l===h:m==="*="?l.indexOf(h)>=0:m==="~="?(" "+l+" ").indexOf(h)>=0:!h?l&&g!==false:m==="!="?l!==h:m==="^="?l.indexOf(h)===0:m==="$="?l.substr(l.length-h.length)===h:m==="|="?l===h||l.substr(0,h.length+1)===h+"-":false},POS:function(g,h,l,m){var q=n.setFilters[h[2]];if(q)return q(g,l,h,m)}}},r=n.match.POS;for(var u in n.match){n.match[u]=new RegExp(n.match[u].source+/(?![^\[]*\])(?![^\(]*\))/.source);n.leftMatch[u]=new RegExp(/(^(?:.|\r|\n)*?)/.source+n.match[u].source.replace(/\\(\d+)/g,function(g, +h){return"\\"+(h-0+1)}))}var z=function(g,h){g=Array.prototype.slice.call(g,0);if(h){h.push.apply(h,g);return h}return g};try{Array.prototype.slice.call(s.documentElement.childNodes,0)}catch(C){z=function(g,h){h=h||[];if(j.call(g)==="[object Array]")Array.prototype.push.apply(h,g);else if(typeof g.length==="number")for(var l=0,m=g.length;l";var l=s.documentElement;l.insertBefore(g,l.firstChild);if(s.getElementById(h)){n.find.ID=function(m,q,p){if(typeof q.getElementById!=="undefined"&&!p)return(q=q.getElementById(m[1]))?q.id===m[1]||typeof q.getAttributeNode!=="undefined"&& +q.getAttributeNode("id").nodeValue===m[1]?[q]:w:[]};n.filter.ID=function(m,q){var p=typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id");return m.nodeType===1&&p&&p.nodeValue===q}}l.removeChild(g);l=g=null})();(function(){var g=s.createElement("div");g.appendChild(s.createComment(""));if(g.getElementsByTagName("*").length>0)n.find.TAG=function(h,l){l=l.getElementsByTagName(h[1]);if(h[1]==="*"){h=[];for(var m=0;l[m];m++)l[m].nodeType===1&&h.push(l[m]);l=h}return l};g.innerHTML=""; +if(g.firstChild&&typeof g.firstChild.getAttribute!=="undefined"&&g.firstChild.getAttribute("href")!=="#")n.attrHandle.href=function(h){return h.getAttribute("href",2)};g=null})();s.querySelectorAll&&function(){var g=k,h=s.createElement("div");h.innerHTML="

";if(!(h.querySelectorAll&&h.querySelectorAll(".TEST").length===0)){k=function(m,q,p,v){q=q||s;if(!v&&q.nodeType===9&&!x(q))try{return z(q.querySelectorAll(m),p)}catch(t){}return g(m,q,p,v)};for(var l in g)k[l]=g[l];h=null}}(); +(function(){var g=s.createElement("div");g.innerHTML="
";if(!(!g.getElementsByClassName||g.getElementsByClassName("e").length===0)){g.lastChild.className="e";if(g.getElementsByClassName("e").length!==1){n.order.splice(1,0,"CLASS");n.find.CLASS=function(h,l,m){if(typeof l.getElementsByClassName!=="undefined"&&!m)return l.getElementsByClassName(h[1])};g=null}}})();var E=s.compareDocumentPosition?function(g,h){return!!(g.compareDocumentPosition(h)&16)}: +function(g,h){return g!==h&&(g.contains?g.contains(h):true)},x=function(g){return(g=(g?g.ownerDocument||g:0).documentElement)?g.nodeName!=="HTML":false},ga=function(g,h){var l=[],m="",q;for(h=h.nodeType?[h]:h;q=n.match.PSEUDO.exec(g);){m+=q[0];g=g.replace(n.match.PSEUDO,"")}g=n.relative[g]?g+"*":g;q=0;for(var p=h.length;q=0===d})};c.fn.extend({find:function(a){for(var b=this.pushStack("","find",a),d=0,f=0,e=this.length;f0)for(var j=d;j0},closest:function(a,b){if(c.isArray(a)){var d=[],f=this[0],e,j= +{},i;if(f&&a.length){e=0;for(var o=a.length;e-1:c(f).is(e)){d.push({selector:i,elem:f});delete j[i]}}f=f.parentNode}}return d}var k=c.expr.match.POS.test(a)?c(a,b||this.context):null;return this.map(function(n,r){for(;r&&r.ownerDocument&&r!==b;){if(k?k.index(r)>-1:c(r).is(a))return r;r=r.parentNode}return null})},index:function(a){if(!a||typeof a=== +"string")return c.inArray(this[0],a?c(a):this.parent().children());return c.inArray(a.jquery?a[0]:a,this)},add:function(a,b){a=typeof a==="string"?c(a,b||this.context):c.makeArray(a);b=c.merge(this.get(),a);return this.pushStack(qa(a[0])||qa(b[0])?b:c.unique(b))},andSelf:function(){return this.add(this.prevObject)}});c.each({parent:function(a){return(a=a.parentNode)&&a.nodeType!==11?a:null},parents:function(a){return c.dir(a,"parentNode")},parentsUntil:function(a,b,d){return c.dir(a,"parentNode", +d)},next:function(a){return c.nth(a,2,"nextSibling")},prev:function(a){return c.nth(a,2,"previousSibling")},nextAll:function(a){return c.dir(a,"nextSibling")},prevAll:function(a){return c.dir(a,"previousSibling")},nextUntil:function(a,b,d){return c.dir(a,"nextSibling",d)},prevUntil:function(a,b,d){return c.dir(a,"previousSibling",d)},siblings:function(a){return c.sibling(a.parentNode.firstChild,a)},children:function(a){return c.sibling(a.firstChild)},contents:function(a){return c.nodeName(a,"iframe")? +a.contentDocument||a.contentWindow.document:c.makeArray(a.childNodes)}},function(a,b){c.fn[a]=function(d,f){var e=c.map(this,b,d);eb.test(a)||(f=d);if(f&&typeof f==="string")e=c.filter(f,e);e=this.length>1?c.unique(e):e;if((this.length>1||gb.test(f))&&fb.test(a))e=e.reverse();return this.pushStack(e,a,R.call(arguments).join(","))}});c.extend({filter:function(a,b,d){if(d)a=":not("+a+")";return c.find.matches(a,b)},dir:function(a,b,d){var f=[];for(a=a[b];a&&a.nodeType!==9&&(d===w||a.nodeType!==1||!c(a).is(d));){a.nodeType=== +1&&f.push(a);a=a[b]}return f},nth:function(a,b,d){b=b||1;for(var f=0;a;a=a[d])if(a.nodeType===1&&++f===b)break;return a},sibling:function(a,b){for(var d=[];a;a=a.nextSibling)a.nodeType===1&&a!==b&&d.push(a);return d}});var Ja=/ jQuery\d+="(?:\d+|null)"/g,V=/^\s+/,Ka=/(<([\w:]+)[^>]*?)\/>/g,hb=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,La=/<([\w:]+)/,ib=/"},F={option:[1,""],legend:[1,"
","
"],thead:[1,"","
"],tr:[2,"","
"],td:[3,"","
"],col:[2,"","
"],area:[1,"",""],_default:[0,"",""]};F.optgroup=F.option;F.tbody=F.tfoot=F.colgroup=F.caption=F.thead;F.th=F.td;if(!c.support.htmlSerialize)F._default=[1,"div
","
"];c.fn.extend({text:function(a){if(c.isFunction(a))return this.each(function(b){var d= +c(this);d.text(a.call(this,b,d.text()))});if(typeof a!=="object"&&a!==w)return this.empty().append((this[0]&&this[0].ownerDocument||s).createTextNode(a));return c.text(this)},wrapAll:function(a){if(c.isFunction(a))return this.each(function(d){c(this).wrapAll(a.call(this,d))});if(this[0]){var b=c(a,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&b.insertBefore(this[0]);b.map(function(){for(var d=this;d.firstChild&&d.firstChild.nodeType===1;)d=d.firstChild;return d}).append(this)}return this}, +wrapInner:function(a){if(c.isFunction(a))return this.each(function(b){c(this).wrapInner(a.call(this,b))});return this.each(function(){var b=c(this),d=b.contents();d.length?d.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){c(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){c.nodeName(this,"body")||c(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.appendChild(a)})}, +prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this)});else if(arguments.length){var a=c(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b, +this.nextSibling)});else if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,c(arguments[0]).toArray());return a}},remove:function(a,b){for(var d=0,f;(f=this[d])!=null;d++)if(!a||c.filter(a,[f]).length){if(!b&&f.nodeType===1){c.cleanData(f.getElementsByTagName("*"));c.cleanData([f])}f.parentNode&&f.parentNode.removeChild(f)}return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++)for(b.nodeType===1&&c.cleanData(b.getElementsByTagName("*"));b.firstChild;)b.removeChild(b.firstChild); +return this},clone:function(a){var b=this.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(this)){var d=this.outerHTML,f=this.ownerDocument;if(!d){d=f.createElement("div");d.appendChild(this.cloneNode(true));d=d.innerHTML}return c.clean([d.replace(Ja,"").replace(/=([^="'>\s]+\/)>/g,'="$1">').replace(V,"")],f)[0]}else return this.cloneNode(true)});if(a===true){ra(this,b);ra(this.find("*"),b.find("*"))}return b},html:function(a){if(a===w)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(Ja, +""):null;else if(typeof a==="string"&&!ta.test(a)&&(c.support.leadingWhitespace||!V.test(a))&&!F[(La.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Ka,Ma);try{for(var b=0,d=this.length;b0||e.cacheable||this.length>1?k.cloneNode(true):k)}o.length&&c.each(o,Qa)}return this}});c.fragments={};c.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){c.fn[a]=function(d){var f=[];d=c(d);var e=this.length===1&&this[0].parentNode;if(e&&e.nodeType===11&&e.childNodes.length===1&&d.length===1){d[b](this[0]); +return this}else{e=0;for(var j=d.length;e0?this.clone(true):this).get();c.fn[b].apply(c(d[e]),i);f=f.concat(i)}return this.pushStack(f,a,d.selector)}}});c.extend({clean:function(a,b,d,f){b=b||s;if(typeof b.createElement==="undefined")b=b.ownerDocument||b[0]&&b[0].ownerDocument||s;for(var e=[],j=0,i;(i=a[j])!=null;j++){if(typeof i==="number")i+="";if(i){if(typeof i==="string"&&!jb.test(i))i=b.createTextNode(i);else if(typeof i==="string"){i=i.replace(Ka,Ma);var o=(La.exec(i)||["", +""])[1].toLowerCase(),k=F[o]||F._default,n=k[0],r=b.createElement("div");for(r.innerHTML=k[1]+i+k[2];n--;)r=r.lastChild;if(!c.support.tbody){n=ib.test(i);o=o==="table"&&!n?r.firstChild&&r.firstChild.childNodes:k[1]===""&&!n?r.childNodes:[];for(k=o.length-1;k>=0;--k)c.nodeName(o[k],"tbody")&&!o[k].childNodes.length&&o[k].parentNode.removeChild(o[k])}!c.support.leadingWhitespace&&V.test(i)&&r.insertBefore(b.createTextNode(V.exec(i)[0]),r.firstChild);i=r.childNodes}if(i.nodeType)e.push(i);else e= +c.merge(e,i)}}if(d)for(j=0;e[j];j++)if(f&&c.nodeName(e[j],"script")&&(!e[j].type||e[j].type.toLowerCase()==="text/javascript"))f.push(e[j].parentNode?e[j].parentNode.removeChild(e[j]):e[j]);else{e[j].nodeType===1&&e.splice.apply(e,[j+1,0].concat(c.makeArray(e[j].getElementsByTagName("script"))));d.appendChild(e[j])}return e},cleanData:function(a){for(var b,d,f=c.cache,e=c.event.special,j=c.support.deleteExpando,i=0,o;(o=a[i])!=null;i++)if(d=o[c.expando]){b=f[d];if(b.events)for(var k in b.events)e[k]? +c.event.remove(o,k):Ca(o,k,b.handle);if(j)delete o[c.expando];else o.removeAttribute&&o.removeAttribute(c.expando);delete f[d]}}});var kb=/z-?index|font-?weight|opacity|zoom|line-?height/i,Na=/alpha\([^)]*\)/,Oa=/opacity=([^)]*)/,ha=/float/i,ia=/-([a-z])/ig,lb=/([A-Z])/g,mb=/^-?\d+(?:px)?$/i,nb=/^-?\d/,ob={position:"absolute",visibility:"hidden",display:"block"},pb=["Left","Right"],qb=["Top","Bottom"],rb=s.defaultView&&s.defaultView.getComputedStyle,Pa=c.support.cssFloat?"cssFloat":"styleFloat",ja= +function(a,b){return b.toUpperCase()};c.fn.css=function(a,b){return X(this,a,b,true,function(d,f,e){if(e===w)return c.curCSS(d,f);if(typeof e==="number"&&!kb.test(f))e+="px";c.style(d,f,e)})};c.extend({style:function(a,b,d){if(!a||a.nodeType===3||a.nodeType===8)return w;if((b==="width"||b==="height")&&parseFloat(d)<0)d=w;var f=a.style||a,e=d!==w;if(!c.support.opacity&&b==="opacity"){if(e){f.zoom=1;b=parseInt(d,10)+""==="NaN"?"":"alpha(opacity="+d*100+")";a=f.filter||c.curCSS(a,"filter")||"";f.filter= +Na.test(a)?a.replace(Na,b):b}return f.filter&&f.filter.indexOf("opacity=")>=0?parseFloat(Oa.exec(f.filter)[1])/100+"":""}if(ha.test(b))b=Pa;b=b.replace(ia,ja);if(e)f[b]=d;return f[b]},css:function(a,b,d,f){if(b==="width"||b==="height"){var e,j=b==="width"?pb:qb;function i(){e=b==="width"?a.offsetWidth:a.offsetHeight;f!=="border"&&c.each(j,function(){f||(e-=parseFloat(c.curCSS(a,"padding"+this,true))||0);if(f==="margin")e+=parseFloat(c.curCSS(a,"margin"+this,true))||0;else e-=parseFloat(c.curCSS(a, +"border"+this+"Width",true))||0})}a.offsetWidth!==0?i():c.swap(a,ob,i);return Math.max(0,Math.round(e))}return c.curCSS(a,b,d)},curCSS:function(a,b,d){var f,e=a.style;if(!c.support.opacity&&b==="opacity"&&a.currentStyle){f=Oa.test(a.currentStyle.filter||"")?parseFloat(RegExp.$1)/100+"":"";return f===""?"1":f}if(ha.test(b))b=Pa;if(!d&&e&&e[b])f=e[b];else if(rb){if(ha.test(b))b="float";b=b.replace(lb,"-$1").toLowerCase();e=a.ownerDocument.defaultView;if(!e)return null;if(a=e.getComputedStyle(a,null))f= +a.getPropertyValue(b);if(b==="opacity"&&f==="")f="1"}else if(a.currentStyle){d=b.replace(ia,ja);f=a.currentStyle[b]||a.currentStyle[d];if(!mb.test(f)&&nb.test(f)){b=e.left;var j=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;e.left=d==="fontSize"?"1em":f||0;f=e.pixelLeft+"px";e.left=b;a.runtimeStyle.left=j}}return f},swap:function(a,b,d){var f={};for(var e in b){f[e]=a.style[e];a.style[e]=b[e]}d.call(a);for(e in b)a.style[e]=f[e]}});if(c.expr&&c.expr.filters){c.expr.filters.hidden=function(a){var b= +a.offsetWidth,d=a.offsetHeight,f=a.nodeName.toLowerCase()==="tr";return b===0&&d===0&&!f?true:b>0&&d>0&&!f?false:c.curCSS(a,"display")==="none"};c.expr.filters.visible=function(a){return!c.expr.filters.hidden(a)}}var sb=J(),tb=//gi,ub=/select|textarea/i,vb=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,N=/=\?(&|$)/,ka=/\?/,wb=/(\?|&)_=.*?(&|$)/,xb=/^(\w+:)?\/\/([^\/?#]+)/,yb=/%20/g,zb=c.fn.load;c.fn.extend({load:function(a,b,d){if(typeof a!== +"string")return zb.call(this,a);else if(!this.length)return this;var f=a.indexOf(" ");if(f>=0){var e=a.slice(f,a.length);a=a.slice(0,f)}f="GET";if(b)if(c.isFunction(b)){d=b;b=null}else if(typeof b==="object"){b=c.param(b,c.ajaxSettings.traditional);f="POST"}var j=this;c.ajax({url:a,type:f,dataType:"html",data:b,complete:function(i,o){if(o==="success"||o==="notmodified")j.html(e?c("
").append(i.responseText.replace(tb,"")).find(e):i.responseText);d&&j.each(d,[i.responseText,o,i])}});return this}, +serialize:function(){return c.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?c.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||ub.test(this.nodeName)||vb.test(this.type))}).map(function(a,b){a=c(this).val();return a==null?null:c.isArray(a)?c.map(a,function(d){return{name:b.name,value:d}}):{name:b.name,value:a}}).get()}});c.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "), +function(a,b){c.fn[b]=function(d){return this.bind(b,d)}});c.extend({get:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b=null}return c.ajax({type:"GET",url:a,data:b,success:d,dataType:f})},getScript:function(a,b){return c.get(a,null,b,"script")},getJSON:function(a,b,d){return c.get(a,b,d,"json")},post:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b={}}return c.ajax({type:"POST",url:a,data:b,success:d,dataType:f})},ajaxSetup:function(a){c.extend(c.ajaxSettings,a)},ajaxSettings:{url:location.href, +global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:A.XMLHttpRequest&&(A.location.protocol!=="file:"||!A.ActiveXObject)?function(){return new A.XMLHttpRequest}:function(){try{return new A.ActiveXObject("Microsoft.XMLHTTP")}catch(a){}},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},etag:{},ajax:function(a){function b(){e.success&& +e.success.call(k,o,i,x);e.global&&f("ajaxSuccess",[x,e])}function d(){e.complete&&e.complete.call(k,x,i);e.global&&f("ajaxComplete",[x,e]);e.global&&!--c.active&&c.event.trigger("ajaxStop")}function f(q,p){(e.context?c(e.context):c.event).trigger(q,p)}var e=c.extend(true,{},c.ajaxSettings,a),j,i,o,k=a&&a.context||e,n=e.type.toUpperCase();if(e.data&&e.processData&&typeof e.data!=="string")e.data=c.param(e.data,e.traditional);if(e.dataType==="jsonp"){if(n==="GET")N.test(e.url)||(e.url+=(ka.test(e.url)? +"&":"?")+(e.jsonp||"callback")+"=?");else if(!e.data||!N.test(e.data))e.data=(e.data?e.data+"&":"")+(e.jsonp||"callback")+"=?";e.dataType="json"}if(e.dataType==="json"&&(e.data&&N.test(e.data)||N.test(e.url))){j=e.jsonpCallback||"jsonp"+sb++;if(e.data)e.data=(e.data+"").replace(N,"="+j+"$1");e.url=e.url.replace(N,"="+j+"$1");e.dataType="script";A[j]=A[j]||function(q){o=q;b();d();A[j]=w;try{delete A[j]}catch(p){}z&&z.removeChild(C)}}if(e.dataType==="script"&&e.cache===null)e.cache=false;if(e.cache=== +false&&n==="GET"){var r=J(),u=e.url.replace(wb,"$1_="+r+"$2");e.url=u+(u===e.url?(ka.test(e.url)?"&":"?")+"_="+r:"")}if(e.data&&n==="GET")e.url+=(ka.test(e.url)?"&":"?")+e.data;e.global&&!c.active++&&c.event.trigger("ajaxStart");r=(r=xb.exec(e.url))&&(r[1]&&r[1]!==location.protocol||r[2]!==location.host);if(e.dataType==="script"&&n==="GET"&&r){var z=s.getElementsByTagName("head")[0]||s.documentElement,C=s.createElement("script");C.src=e.url;if(e.scriptCharset)C.charset=e.scriptCharset;if(!j){var B= +false;C.onload=C.onreadystatechange=function(){if(!B&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){B=true;b();d();C.onload=C.onreadystatechange=null;z&&C.parentNode&&z.removeChild(C)}}}z.insertBefore(C,z.firstChild);return w}var E=false,x=e.xhr();if(x){e.username?x.open(n,e.url,e.async,e.username,e.password):x.open(n,e.url,e.async);try{if(e.data||a&&a.contentType)x.setRequestHeader("Content-Type",e.contentType);if(e.ifModified){c.lastModified[e.url]&&x.setRequestHeader("If-Modified-Since", +c.lastModified[e.url]);c.etag[e.url]&&x.setRequestHeader("If-None-Match",c.etag[e.url])}r||x.setRequestHeader("X-Requested-With","XMLHttpRequest");x.setRequestHeader("Accept",e.dataType&&e.accepts[e.dataType]?e.accepts[e.dataType]+", */*":e.accepts._default)}catch(ga){}if(e.beforeSend&&e.beforeSend.call(k,x,e)===false){e.global&&!--c.active&&c.event.trigger("ajaxStop");x.abort();return false}e.global&&f("ajaxSend",[x,e]);var g=x.onreadystatechange=function(q){if(!x||x.readyState===0||q==="abort"){E|| +d();E=true;if(x)x.onreadystatechange=c.noop}else if(!E&&x&&(x.readyState===4||q==="timeout")){E=true;x.onreadystatechange=c.noop;i=q==="timeout"?"timeout":!c.httpSuccess(x)?"error":e.ifModified&&c.httpNotModified(x,e.url)?"notmodified":"success";var p;if(i==="success")try{o=c.httpData(x,e.dataType,e)}catch(v){i="parsererror";p=v}if(i==="success"||i==="notmodified")j||b();else c.handleError(e,x,i,p);d();q==="timeout"&&x.abort();if(e.async)x=null}};try{var h=x.abort;x.abort=function(){x&&h.call(x); +g("abort")}}catch(l){}e.async&&e.timeout>0&&setTimeout(function(){x&&!E&&g("timeout")},e.timeout);try{x.send(n==="POST"||n==="PUT"||n==="DELETE"?e.data:null)}catch(m){c.handleError(e,x,null,m);d()}e.async||g();return x}},handleError:function(a,b,d,f){if(a.error)a.error.call(a.context||a,b,d,f);if(a.global)(a.context?c(a.context):c.event).trigger("ajaxError",[b,a,f])},active:0,httpSuccess:function(a){try{return!a.status&&location.protocol==="file:"||a.status>=200&&a.status<300||a.status===304||a.status=== +1223||a.status===0}catch(b){}return false},httpNotModified:function(a,b){var d=a.getResponseHeader("Last-Modified"),f=a.getResponseHeader("Etag");if(d)c.lastModified[b]=d;if(f)c.etag[b]=f;return a.status===304||a.status===0},httpData:function(a,b,d){var f=a.getResponseHeader("content-type")||"",e=b==="xml"||!b&&f.indexOf("xml")>=0;a=e?a.responseXML:a.responseText;e&&a.documentElement.nodeName==="parsererror"&&c.error("parsererror");if(d&&d.dataFilter)a=d.dataFilter(a,b);if(typeof a==="string")if(b=== +"json"||!b&&f.indexOf("json")>=0)a=c.parseJSON(a);else if(b==="script"||!b&&f.indexOf("javascript")>=0)c.globalEval(a);return a},param:function(a,b){function d(i,o){if(c.isArray(o))c.each(o,function(k,n){b||/\[\]$/.test(i)?f(i,n):d(i+"["+(typeof n==="object"||c.isArray(n)?k:"")+"]",n)});else!b&&o!=null&&typeof o==="object"?c.each(o,function(k,n){d(i+"["+k+"]",n)}):f(i,o)}function f(i,o){o=c.isFunction(o)?o():o;e[e.length]=encodeURIComponent(i)+"="+encodeURIComponent(o)}var e=[];if(b===w)b=c.ajaxSettings.traditional; +if(c.isArray(a)||a.jquery)c.each(a,function(){f(this.name,this.value)});else for(var j in a)d(j,a[j]);return e.join("&").replace(yb,"+")}});var la={},Ab=/toggle|show|hide/,Bb=/^([+-]=)?([\d+-.]+)(.*)$/,W,va=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];c.fn.extend({show:function(a,b){if(a||a===0)return this.animate(K("show",3),a,b);else{a=0;for(b=this.length;a").appendTo("body");f=e.css("display");if(f==="none")f="block";e.remove();la[d]=f}c.data(this[a],"olddisplay",f)}}a=0;for(b=this.length;a=0;f--)if(d[f].elem===this){b&&d[f](true);d.splice(f,1)}});b||this.dequeue();return this}});c.each({slideDown:K("show",1),slideUp:K("hide",1),slideToggle:K("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(a,b){c.fn[a]=function(d,f){return this.animate(b,d,f)}});c.extend({speed:function(a,b,d){var f=a&&typeof a==="object"?a:{complete:d||!d&&b||c.isFunction(a)&&a,duration:a,easing:d&&b||b&&!c.isFunction(b)&&b};f.duration=c.fx.off?0:typeof f.duration=== +"number"?f.duration:c.fx.speeds[f.duration]||c.fx.speeds._default;f.old=f.complete;f.complete=function(){f.queue!==false&&c(this).dequeue();c.isFunction(f.old)&&f.old.call(this)};return f},easing:{linear:function(a,b,d,f){return d+f*a},swing:function(a,b,d,f){return(-Math.cos(a*Math.PI)/2+0.5)*f+d}},timers:[],fx:function(a,b,d){this.options=b;this.elem=a;this.prop=d;if(!b.orig)b.orig={}}});c.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(c.fx.step[this.prop]|| +c.fx.step._default)(this);if((this.prop==="height"||this.prop==="width")&&this.elem.style)this.elem.style.display="block"},cur:function(a){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];return(a=parseFloat(c.css(this.elem,this.prop,a)))&&a>-10000?a:parseFloat(c.curCSS(this.elem,this.prop))||0},custom:function(a,b,d){function f(j){return e.step(j)}this.startTime=J();this.start=a;this.end=b;this.unit=d||this.unit||"px";this.now=this.start; +this.pos=this.state=0;var e=this;f.elem=this.elem;if(f()&&c.timers.push(f)&&!W)W=setInterval(c.fx.tick,13)},show:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());c(this.elem).show()},hide:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(a){var b=J(),d=true;if(a||b>=this.options.duration+this.startTime){this.now= +this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var f in this.options.curAnim)if(this.options.curAnim[f]!==true)d=false;if(d){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;a=c.data(this.elem,"olddisplay");this.elem.style.display=a?a:this.options.display;if(c.css(this.elem,"display")==="none")this.elem.style.display="block"}this.options.hide&&c(this.elem).hide();if(this.options.hide||this.options.show)for(var e in this.options.curAnim)c.style(this.elem, +e,this.options.orig[e]);this.options.complete.call(this.elem)}return false}else{e=b-this.startTime;this.state=e/this.options.duration;a=this.options.easing||(c.easing.swing?"swing":"linear");this.pos=c.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||a](this.state,e,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};c.extend(c.fx,{tick:function(){for(var a=c.timers,b=0;b
"; +a.insertBefore(b,a.firstChild);d=b.firstChild;f=d.firstChild;e=d.nextSibling.firstChild.firstChild;this.doesNotAddBorder=f.offsetTop!==5;this.doesAddBorderForTableAndCells=e.offsetTop===5;f.style.position="fixed";f.style.top="20px";this.supportsFixedPosition=f.offsetTop===20||f.offsetTop===15;f.style.position=f.style.top="";d.style.overflow="hidden";d.style.position="relative";this.subtractsBorderForOverflowNotVisible=f.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==j;a.removeChild(b); +c.offset.initialize=c.noop},bodyOffset:function(a){var b=a.offsetTop,d=a.offsetLeft;c.offset.initialize();if(c.offset.doesNotIncludeMarginInBodyOffset){b+=parseFloat(c.curCSS(a,"marginTop",true))||0;d+=parseFloat(c.curCSS(a,"marginLeft",true))||0}return{top:b,left:d}},setOffset:function(a,b,d){if(/static/.test(c.curCSS(a,"position")))a.style.position="relative";var f=c(a),e=f.offset(),j=parseInt(c.curCSS(a,"top",true),10)||0,i=parseInt(c.curCSS(a,"left",true),10)||0;if(c.isFunction(b))b=b.call(a, +d,e);d={top:b.top-e.top+j,left:b.left-e.left+i};"using"in b?b.using.call(a,d):f.css(d)}};c.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),d=this.offset(),f=/^body|html$/i.test(b[0].nodeName)?{top:0,left:0}:b.offset();d.top-=parseFloat(c.curCSS(a,"marginTop",true))||0;d.left-=parseFloat(c.curCSS(a,"marginLeft",true))||0;f.top+=parseFloat(c.curCSS(b[0],"borderTopWidth",true))||0;f.left+=parseFloat(c.curCSS(b[0],"borderLeftWidth",true))||0;return{top:d.top- +f.top,left:d.left-f.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||s.body;a&&!/^body|html$/i.test(a.nodeName)&&c.css(a,"position")==="static";)a=a.offsetParent;return a})}});c.each(["Left","Top"],function(a,b){var d="scroll"+b;c.fn[d]=function(f){var e=this[0],j;if(!e)return null;if(f!==w)return this.each(function(){if(j=wa(this))j.scrollTo(!a?f:c(j).scrollLeft(),a?f:c(j).scrollTop());else this[d]=f});else return(j=wa(e))?"pageXOffset"in j?j[a?"pageYOffset": +"pageXOffset"]:c.support.boxModel&&j.document.documentElement[d]||j.document.body[d]:e[d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase();c.fn["inner"+b]=function(){return this[0]?c.css(this[0],d,false,"padding"):null};c.fn["outer"+b]=function(f){return this[0]?c.css(this[0],d,false,f?"margin":"border"):null};c.fn[d]=function(f){var e=this[0];if(!e)return f==null?null:this;if(c.isFunction(f))return this.each(function(j){var i=c(this);i[d](f.call(this,j,i[d]()))});return"scrollTo"in +e&&e.document?e.document.compatMode==="CSS1Compat"&&e.document.documentElement["client"+b]||e.document.body["client"+b]:e.nodeType===9?Math.max(e.documentElement["client"+b],e.body["scroll"+b],e.documentElement["scroll"+b],e.body["offset"+b],e.documentElement["offset"+b]):f===w?c.css(e,d):this.css(d,typeof f==="string"?f:f+"px")}});A.jQuery=A.$=c})(window); diff --git a/assets/js/external/jquery.easing-1.3.min.js b/assets/js/external/jquery.easing-1.3.min.js new file mode 100644 index 0000000..e9a05a6 --- /dev/null +++ b/assets/js/external/jquery.easing-1.3.min.js @@ -0,0 +1,72 @@ +/* + * jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/ + * + * Uses the built in easing capabilities added In jQuery 1.1 + * to offer multiple easing options + * + * TERMS OF USE - jQuery Easing + * + * Open source under the BSD License. + * + * Copyright © 2008 George McGinley Smith + * 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 author nor the names of contributors may be used to endorse + * or promote products derived from this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 OWNER 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. + * +*/ + +// t: current time, b: begInnIng value, c: change In value, d: duration +eval(function(p,a,c,k,e,r){e=function(c){return(c35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('h.i[\'1a\']=h.i[\'z\'];h.O(h.i,{y:\'D\',z:9(x,t,b,c,d){6 h.i[h.i.y](x,t,b,c,d)},17:9(x,t,b,c,d){6 c*(t/=d)*t+b},D:9(x,t,b,c,d){6-c*(t/=d)*(t-2)+b},13:9(x,t,b,c,d){e((t/=d/2)<1)6 c/2*t*t+b;6-c/2*((--t)*(t-2)-1)+b},X:9(x,t,b,c,d){6 c*(t/=d)*t*t+b},U:9(x,t,b,c,d){6 c*((t=t/d-1)*t*t+1)+b},R:9(x,t,b,c,d){e((t/=d/2)<1)6 c/2*t*t*t+b;6 c/2*((t-=2)*t*t+2)+b},N:9(x,t,b,c,d){6 c*(t/=d)*t*t*t+b},M:9(x,t,b,c,d){6-c*((t=t/d-1)*t*t*t-1)+b},L:9(x,t,b,c,d){e((t/=d/2)<1)6 c/2*t*t*t*t+b;6-c/2*((t-=2)*t*t*t-2)+b},K:9(x,t,b,c,d){6 c*(t/=d)*t*t*t*t+b},J:9(x,t,b,c,d){6 c*((t=t/d-1)*t*t*t*t+1)+b},I:9(x,t,b,c,d){e((t/=d/2)<1)6 c/2*t*t*t*t*t+b;6 c/2*((t-=2)*t*t*t*t+2)+b},G:9(x,t,b,c,d){6-c*8.C(t/d*(8.g/2))+c+b},15:9(x,t,b,c,d){6 c*8.n(t/d*(8.g/2))+b},12:9(x,t,b,c,d){6-c/2*(8.C(8.g*t/d)-1)+b},Z:9(x,t,b,c,d){6(t==0)?b:c*8.j(2,10*(t/d-1))+b},Y:9(x,t,b,c,d){6(t==d)?b+c:c*(-8.j(2,-10*t/d)+1)+b},W:9(x,t,b,c,d){e(t==0)6 b;e(t==d)6 b+c;e((t/=d/2)<1)6 c/2*8.j(2,10*(t-1))+b;6 c/2*(-8.j(2,-10*--t)+2)+b},V:9(x,t,b,c,d){6-c*(8.o(1-(t/=d)*t)-1)+b},S:9(x,t,b,c,d){6 c*8.o(1-(t=t/d-1)*t)+b},Q:9(x,t,b,c,d){e((t/=d/2)<1)6-c/2*(8.o(1-t*t)-1)+b;6 c/2*(8.o(1-(t-=2)*t)+1)+b},P:9(x,t,b,c,d){f s=1.l;f p=0;f a=c;e(t==0)6 b;e((t/=d)==1)6 b+c;e(!p)p=d*.3;e(a<8.w(c)){a=c;f s=p/4}m f s=p/(2*8.g)*8.r(c/a);6-(a*8.j(2,10*(t-=1))*8.n((t*d-s)*(2*8.g)/p))+b},H:9(x,t,b,c,d){f s=1.l;f p=0;f a=c;e(t==0)6 b;e((t/=d)==1)6 b+c;e(!p)p=d*.3;e(a<8.w(c)){a=c;f s=p/4}m f s=p/(2*8.g)*8.r(c/a);6 a*8.j(2,-10*t)*8.n((t*d-s)*(2*8.g)/p)+c+b},T:9(x,t,b,c,d){f s=1.l;f p=0;f a=c;e(t==0)6 b;e((t/=d/2)==2)6 b+c;e(!p)p=d*(.3*1.5);e(a<8.w(c)){a=c;f s=p/4}m f s=p/(2*8.g)*8.r(c/a);e(t<1)6-.5*(a*8.j(2,10*(t-=1))*8.n((t*d-s)*(2*8.g)/p))+b;6 a*8.j(2,-10*(t-=1))*8.n((t*d-s)*(2*8.g)/p)*.5+c+b},F:9(x,t,b,c,d,s){e(s==u)s=1.l;6 c*(t/=d)*t*((s+1)*t-s)+b},E:9(x,t,b,c,d,s){e(s==u)s=1.l;6 c*((t=t/d-1)*t*((s+1)*t+s)+1)+b},16:9(x,t,b,c,d,s){e(s==u)s=1.l;e((t/=d/2)<1)6 c/2*(t*t*(((s*=(1.B))+1)*t-s))+b;6 c/2*((t-=2)*t*(((s*=(1.B))+1)*t+s)+2)+b},A:9(x,t,b,c,d){6 c-h.i.v(x,d-t,0,c,d)+b},v:9(x,t,b,c,d){e((t/=d)<(1/2.k)){6 c*(7.q*t*t)+b}m e(t<(2/2.k)){6 c*(7.q*(t-=(1.5/2.k))*t+.k)+b}m e(t<(2.5/2.k)){6 c*(7.q*(t-=(2.14/2.k))*t+.11)+b}m{6 c*(7.q*(t-=(2.18/2.k))*t+.19)+b}},1b:9(x,t,b,c,d){e(t")[0],{prop:0}),v=0,O=!b.support.opacity&&!window.XMLHttpRequest,J=function(){u.hide();s.onerror=s.onload=null;E&&E.abort();m.empty()},P=function(){b.fancybox('

The requested content cannot be loaded.
Please try again later.

',{scrolling:"no",padding:20,transitionIn:"none",transitionOut:"none"})}, K=function(){return[b(window).width(),b(window).height(),b(document).scrollLeft(),b(document).scrollTop()]},T=function(){var a=K(),d={},f=c.margin,o=c.autoScale,t=(20+f)*2,w=(20+f)*2,r=c.padding*2;if(c.width.toString().indexOf("%")>-1){d.width=a[0]*parseFloat(c.width)/100-40;o=false}else d.width=c.width+r;if(c.height.toString().indexOf("%")>-1){d.height=a[1]*parseFloat(c.height)/100-40;o=false}else d.height=c.height+r;if(o&&(d.width>a[0]-t||d.height>a[1]-w))if(e.type=="image"||e.type=="swf"){t+=r; w+=r;o=Math.min(Math.min(a[0]-t,c.width)/c.width,Math.min(a[1]-w,c.height)/c.height);d.width=Math.round(o*(d.width-r))+r;d.height=Math.round(o*(d.height-r))+r}else{d.width=Math.min(d.width,a[0]-t);d.height=Math.min(d.height,a[1]-w)}d.top=a[3]+(a[1]-(d.height+40))*0.5;d.left=a[2]+(a[0]-(d.width+40))*0.5;if(c.autoScale===false){d.top=Math.max(a[3]+f,d.top);d.left=Math.max(a[2]+f,d.left)}return d},U=function(a){if(a&&a.length)switch(c.titlePosition){case "inside":return a;case "over":return''+ a+"";default:return''+a+''}return false},V=function(){var a=c.title,d=l.width-c.padding*2,f="fancybox-title-"+c.titlePosition;b("#fancybox-title").remove();v=0;if(c.titleShow!==false){a=b.isFunction(c.titleFormat)?c.titleFormat(a,j,n,c):U(a);if(!(!a||a==="")){b('
').css({width:d,paddingLeft:c.padding, paddingRight:c.padding}).html(a).appendTo("body");switch(c.titlePosition){case "inside":v=b("#fancybox-title").outerHeight(true)-c.padding;l.height+=v;break;case "over":b("#fancybox-title").css("bottom",c.padding);break;default:b("#fancybox-title").css("bottom",b("#fancybox-title").outerHeight(true)*-1);break}b("#fancybox-title").appendTo(D).hide()}}},W=function(){b(document).unbind("keydown.fb").bind("keydown.fb",function(a){if(a.keyCode==27&&c.enableEscapeButton){a.preventDefault();b.fancybox.close()}else if(a.keyCode== 37){a.preventDefault();b.fancybox.prev()}else if(a.keyCode==39){a.preventDefault();b.fancybox.next()}});if(b.fn.mousewheel){g.unbind("mousewheel.fb");j.length>1&&g.bind("mousewheel.fb",function(a,d){a.preventDefault();h||d===0||(d>0?b.fancybox.prev():b.fancybox.next())})}if(c.showNavArrows){if(c.cyclic&&j.length>1||n!==0)A.show();if(c.cyclic&&j.length>1||n!=j.length-1)B.show()}},X=function(){var a,d;if(j.length-1>n){a=j[n+1].href;if(typeof a!=="undefined"&&a.match(G)){d=new Image;d.src=a}}if(n>0){a= j[n-1].href;if(typeof a!=="undefined"&&a.match(G)){d=new Image;d.src=a}}},L=function(){i.css("overflow",c.scrolling=="auto"?c.type=="image"||c.type=="iframe"||c.type=="swf"?"hidden":"auto":c.scrolling=="yes"?"auto":"visible");if(!b.support.opacity){i.get(0).style.removeAttribute("filter");g.get(0).style.removeAttribute("filter")}b("#fancybox-title").show();c.hideOnContentClick&&i.one("click",b.fancybox.close);c.hideOnOverlayClick&&x.one("click",b.fancybox.close);c.showCloseButton&&z.show();W();b(window).bind("resize.fb", b.fancybox.center);c.centerOnScroll?b(window).bind("scroll.fb",b.fancybox.center):b(window).unbind("scroll.fb");b.isFunction(c.onComplete)&&c.onComplete(j,n,c);h=false;X()},M=function(a){var d=Math.round(k.width+(l.width-k.width)*a),f=Math.round(k.height+(l.height-k.height)*a),o=Math.round(k.top+(l.top-k.top)*a),t=Math.round(k.left+(l.left-k.left)*a);g.css({width:d+"px",height:f+"px",top:o+"px",left:t+"px"});d=Math.max(d-c.padding*2,0);f=Math.max(f-(c.padding*2+v*a),0);i.css({width:d+"px",height:f+ "px"});if(typeof l.opacity!=="undefined")g.css("opacity",a<0.5?0.5:a)},Y=function(a){var d=a.offset();d.top+=parseFloat(a.css("paddingTop"))||0;d.left+=parseFloat(a.css("paddingLeft"))||0;d.top+=parseFloat(a.css("border-top-width"))||0;d.left+=parseFloat(a.css("border-left-width"))||0;d.width=a.width();d.height=a.height();return d},Q=function(){var a=e.orig?b(e.orig):false,d={};if(a&&a.length){a=Y(a);d={width:a.width+c.padding*2,height:a.height+c.padding*2,top:a.top-c.padding-20,left:a.left-c.padding- 20}}else{a=K();d={width:1,height:1,top:a[3]+a[1]*0.5,left:a[2]+a[0]*0.5}}return d},N=function(){u.hide();if(g.is(":visible")&&b.isFunction(c.onCleanup))if(c.onCleanup(j,n,c)===false){b.event.trigger("fancybox-cancel");h=false;return}j=q;n=p;c=e;i.get(0).scrollTop=0;i.get(0).scrollLeft=0;if(c.overlayShow){O&&b("select:not(#fancybox-tmp select)").filter(function(){return this.style.visibility!=="hidden"}).css({visibility:"hidden"}).one("fancybox-cleanup",function(){this.style.visibility="inherit"}); x.css({"background-color":c.overlayColor,opacity:c.overlayOpacity}).unbind().show()}l=T();V();if(g.is(":visible")){b(z.add(A).add(B)).hide();var a=g.position(),d;k={top:a.top,left:a.left,width:g.width(),height:g.height()};d=k.width==l.width&&k.height==l.height;i.fadeOut(c.changeFade,function(){var f=function(){i.html(m.contents()).fadeIn(c.changeFade,L)};b.event.trigger("fancybox-change");i.empty().css("overflow","hidden");if(d){i.css({top:c.padding,left:c.padding,width:Math.max(l.width-c.padding* 2,1),height:Math.max(l.height-c.padding*2-v,1)});f()}else{i.css({top:c.padding,left:c.padding,width:Math.max(k.width-c.padding*2,1),height:Math.max(k.height-c.padding*2,1)});y.prop=0;b(y).animate({prop:1},{duration:c.changeSpeed,easing:c.easingChange,step:M,complete:f})}})}else{g.css("opacity",1);if(c.transitionIn=="elastic"){k=Q();i.css({top:c.padding,left:c.padding,width:Math.max(k.width-c.padding*2,1),height:Math.max(k.height-c.padding*2,1)}).html(m.contents());g.css(k).show();if(c.opacity)l.opacity= 0;y.prop=0;b(y).animate({prop:1},{duration:c.speedIn,easing:c.easingIn,step:M,complete:L})}else{i.css({top:c.padding,left:c.padding,width:Math.max(l.width-c.padding*2,1),height:Math.max(l.height-c.padding*2-v,1)}).html(m.contents());g.css(l).fadeIn(c.transitionIn=="none"?0:c.speedIn,L)}}},F=function(){m.width(e.width);m.height(e.height);if(e.width=="auto")e.width=m.width();if(e.height=="auto")e.height=m.height();N()},Z=function(){h=true;e.width=s.width;e.height=s.height;b("").attr({id:"fancybox-img", src:s.src,alt:e.title}).appendTo(m);N()},C=function(){J();var a=q[p],d,f,o,t,w;e=b.extend({},b.fn.fancybox.defaults,typeof b(a).data("fancybox")=="undefined"?e:b(a).data("fancybox"));o=a.title||b(a).title||e.title||"";if(a.nodeName&&!e.orig)e.orig=b(a).children("img:first").length?b(a).children("img:first"):b(a);if(o===""&&e.orig)o=e.orig.attr("alt");d=a.nodeName&&/^(?:javascript|#)/i.test(a.href)?e.href||null:e.href||a.href||null;if(e.type){f=e.type;if(!d)d=e.content}else if(e.content)f="html";else if(d)if(d.match(G))f= "image";else if(d.match(S))f="swf";else if(b(a).hasClass("iframe"))f="iframe";else if(d.match(/#/)){a=d.substr(d.indexOf("#"));f=b(a).length>0?"inline":"ajax"}else f="ajax";else f="inline";e.type=f;e.href=d;e.title=o;if(e.autoDimensions&&e.type!=="iframe"&&e.type!=="swf"){e.width="auto";e.height="auto"}if(e.modal){e.overlayShow=true;e.hideOnOverlayClick=false;e.hideOnContentClick=false;e.enableEscapeButton=false;e.showCloseButton=false}if(b.isFunction(e.onStart))if(e.onStart(q,p,e)===false){h=false; return}m.css("padding",20+e.padding+e.margin);b(".fancybox-inline-tmp").unbind("fancybox-cancel").bind("fancybox-change",function(){b(this).replaceWith(i.children())});switch(f){case "html":m.html(e.content);F();break;case "inline":b('
').hide().insertBefore(b(a)).bind("fancybox-cleanup",function(){b(this).replaceWith(i.children())}).bind("fancybox-cancel",function(){b(this).replaceWith(m.children())});b(a).appendTo(m);F();break;case "image":h=false;b.fancybox.showActivity(); s=new Image;s.onerror=function(){P()};s.onload=function(){s.onerror=null;s.onload=null;Z()};s.src=d;break;case "swf":t='';w="";b.each(e.swf,function(r,R){t+='';w+=" "+r+'="'+R+'"'});t+='";m.html(t); F();break;case "ajax":a=d.split("#",2);f=e.ajax.data||{};if(a.length>1){d=a[0];if(typeof f=="string")f+="&selector="+a[1];else f.selector=a[1]}h=false;b.fancybox.showActivity();E=b.ajax(b.extend(e.ajax,{url:d,data:f,error:P,success:function(r){if(E.status==200){m.html(r);F()}}}));break;case "iframe":b('').appendTo(m);N();break}},$=function(){if(u.is(":visible")){b("div", u).css("top",I*-40+"px");I=(I+1)%12}else clearInterval(H)},aa=function(){if(!b("#fancybox-wrap").length){b("body").append(m=b('
'),u=b('
'),x=b('
'),g=b('
'));if(!b.support.opacity){g.addClass("fancybox-ie");u.addClass("fancybox-ie")}D=b('
').append('
').appendTo(g); D.append(i=b('
'),z=b(''),A=b(''),B=b(''));z.click(b.fancybox.close);u.click(b.fancybox.cancel);A.click(function(a){a.preventDefault();b.fancybox.prev()});B.click(function(a){a.preventDefault();b.fancybox.next()});if(O){x.get(0).style.setExpression("height", "document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'");u.get(0).style.setExpression("top","(-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px'");D.prepend('')}}}; b.fn.fancybox=function(a){b(this).data("fancybox",b.extend({},a,b.metadata?b(this).metadata():{})).unbind("click.fb").bind("click.fb",function(d){d.preventDefault();if(!h){h=true;b(this).blur();q=[];p=0;d=b(this).attr("rel")||"";if(!d||d==""||d==="nofollow")q.push(this);else{q=b("a[rel="+d+"], area[rel="+d+"]");p=q.index(this)}C();return false}});return this};b.fancybox=function(a,d){if(!h){h=true;d=typeof d!=="undefined"?d:{};q=[];p=d.index||0;if(b.isArray(a)){for(var f=0,o=a.length;fq.length||p<0)p=0;C()}};b.fancybox.showActivity=function(){clearInterval(H);u.show();H=setInterval($,66)};b.fancybox.hideActivity=function(){u.hide()};b.fancybox.next=function(){return b.fancybox.pos(n+1)};b.fancybox.prev=function(){return b.fancybox.pos(n- 1)};b.fancybox.pos=function(a){if(!h){a=parseInt(a,10);if(a>-1&&j.length>a){p=a;C()}if(c.cyclic&&j.length>1&&a<0){p=j.length-1;C()}if(c.cyclic&&j.length>1&&a>=j.length){p=0;C()}}};b.fancybox.cancel=function(){if(!h){h=true;b.event.trigger("fancybox-cancel");J();e&&b.isFunction(e.onCancel)&&e.onCancel(q,p,e);h=false}};b.fancybox.close=function(){function a(){x.fadeOut("fast");g.hide();b.event.trigger("fancybox-cleanup");i.empty();b.isFunction(c.onClosed)&&c.onClosed(j,n,c);j=e=[];n=p=0;c=e={};h=false} if(!(h||g.is(":hidden"))){h=true;if(c&&b.isFunction(c.onCleanup))if(c.onCleanup(j,n,c)===false){h=false;return}J();b(z.add(A).add(B)).hide();b("#fancybox-title").remove();g.add(i).add(x).unbind();b(window).unbind("resize.fb scroll.fb");b(document).unbind("keydown.fb");i.css("overflow","hidden");if(c.transitionOut=="elastic"){k=Q();var d=g.position();l={top:d.top,left:d.left,width:g.width(),height:g.height()};if(c.opacity)l.opacity=1;y.prop=1;b(y).animate({prop:0},{duration:c.speedOut,easing:c.easingOut, step:M,complete:a})}else g.fadeOut(c.transitionOut=="none"?0:c.speedOut,a)}};b.fancybox.resize=function(){var a,d;if(!(h||g.is(":hidden"))){h=true;a=i.wrapInner("
").children();d=a.height();g.css({height:d+c.padding*2+v});i.css({height:d});a.replaceWith(a.children());b.fancybox.center()}};b.fancybox.center=function(){h=true;var a=K(),d=c.margin,f={};f.top=a[3]+(a[1]-(g.height()-v+40))*0.5;f.left=a[2]+(a[0]-(g.width()+40))*0.5;f.top=Math.max(a[3]+d,f.top);f.left=Math.max(a[2]+ d,f.left);g.css(f);h=false};b.fn.fancybox.defaults={padding:10,margin:20,opacity:false,modal:false,cyclic:false,scrolling:"auto",width:560,height:340,autoScale:true,autoDimensions:true,centerOnScroll:false,ajax:{},swf:{wmode:"transparent"},hideOnOverlayClick:true,hideOnContentClick:false,overlayShow:true,overlayOpacity:0.3,overlayColor:"#666",titleShow:true,titlePosition:"outside",titleFormat:null,transitionIn:"fade",transitionOut:"fade",speedIn:300,speedOut:300,changeSpeed:300,changeFade:"fast", easingIn:"swing",easingOut:"swing",showCloseButton:true,showNavArrows:true,enableEscapeButton:true,onStart:null,onCancel:null,onComplete:null,onCleanup:null,onClosed:null};b(document).ready(function(){aa()})})(jQuery); \ No newline at end of file diff --git a/assets/js/external/jquery.mousewheel-3.0.2.min.js b/assets/js/external/jquery.mousewheel-3.0.2.min.js new file mode 100644 index 0000000..b950db1 --- /dev/null +++ b/assets/js/external/jquery.mousewheel-3.0.2.min.js @@ -0,0 +1,13 @@ +/*! Copyright (c) 2009 Brandon Aaron (http://brandonaaron.net) + * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) + * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses. + * Thanks to: http://adomas.org/javascript-mouse-wheel/ for some pointers. + * Thanks to: Mathias Bank(http://www.mathias-bank.de) for a scope bug fix. + * + * Version: 3.0.2 + * + * Requires: 1.2.2+ + */ + +(function(b){function d(a){var f=[].slice.call(arguments,1),e=0;a=b.event.fix(a||window.event);a.type="mousewheel";if(a.wheelDelta)e=a.wheelDelta/120;if(a.detail)e=-a.detail/3;f.unshift(a,e);return b.event.handle.apply(this,f)}var c=["DOMMouseScroll","mousewheel"];b.event.special.mousewheel={setup:function(){if(this.addEventListener)for(var a=c.length;a;)this.addEventListener(c[--a],d,false);else this.onmousewheel=d},teardown:function(){if(this.removeEventListener)for(var a=c.length;a;)this.removeEventListener(c[--a], +d,false);else this.onmousewheel=null}};b.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}})})(jQuery); \ No newline at end of file diff --git a/assets/js/external/jquery.timeago-0.9.min.js b/assets/js/external/jquery.timeago-0.9.min.js new file mode 100644 index 0000000..c2dc308 --- /dev/null +++ b/assets/js/external/jquery.timeago-0.9.min.js @@ -0,0 +1,16 @@ +/* + * timeago: a jQuery plugin, version: 0.9 (2010-06-21) + * @requires jQuery v1.2.3 or later + * + * Timeago is a jQuery plugin that makes it easy to support automatically + * updating fuzzy timestamps (e.g. "4 minutes ago" or "about 1 day ago"). + * + * For usage and examples, visit: + * http://timeago.yarp.com/ + * + * Licensed under the MIT: + * http://www.opensource.org/licenses/mit-license.php + * + * Copyright (c) 2008-2010, Ryan McGeary (ryanonjavascript -[at]- mcgeary [*dot*] org) + */ +(function(d){d.timeago=function(g){if(g instanceof Date){return a(g);}else{if(typeof g=="string"){return a(d.timeago.parse(g));}else{return a(d.timeago.datetime(g));}}};var f=d.timeago;d.extend(d.timeago,{settings:{refreshMillis:60000,allowFuture:false,strings:{prefixAgo:null,prefixFromNow:null,suffixAgo:"ago",suffixFromNow:"from now",seconds:"less than a minute",minute:"about a minute",minutes:"%d minutes",hour:"about an hour",hours:"about %d hours",day:"a day",days:"%d days",month:"about a month",months:"%d months",year:"about a year",years:"%d years",numbers:[]}},inWords:function(l){var m=this.settings.strings;var i=m.prefixAgo;var q=m.suffixAgo;if(this.settings.allowFuture){if(l<0){i=m.prefixFromNow;q=m.suffixFromNow;}l=Math.abs(l);}var o=l/1000;var g=o/60;var n=g/60;var p=n/24;var j=p/365;function h(r,t){var s=d.isFunction(r)?r(t):r;var u=(m.numbers&&m.numbers[t])||t;return s.replace(/%d/i,u);}var k=o<45&&h(m.seconds,Math.round(o))||o<90&&h(m.minute,1)||g<45&&h(m.minutes,Math.round(g))||g<90&&h(m.hour,1)||n<24&&h(m.hours,Math.round(n))||n<48&&h(m.day,1)||p<30&&h(m.days,Math.floor(p))||p<60&&h(m.month,1)||p<365&&h(m.months,Math.floor(p/30))||j<2&&h(m.year,1)||h(m.years,Math.floor(j));return d.trim([i,k,q].join(" "));},parse:function(h){var g=d.trim(h);g=g.replace(/\.\d\d\d/,"");g=g.replace(/-/,"/").replace(/-/,"/");g=g.replace(/T/," ").replace(/Z/," UTC");g=g.replace(/([\+-]\d\d)\:?(\d\d)/," $1$2");return new Date(g);},datetime:function(h){var i=d(h).get(0).tagName.toLowerCase()=="time";var g=i?d(h).attr("datetime"):d(h).attr("title");return f.parse(g);}});d.fn.timeago=function(){var h=this;h.each(c);var g=f.settings;if(g.refreshMillis>0){setInterval(function(){h.each(c);},g.refreshMillis);}return h;};function c(){var g=b(this);if(!isNaN(g.datetime)){d(this).text(a(g.datetime));}return this;}function b(g){g=d(g);if(!g.data("timeago")){g.data("timeago",{datetime:f.datetime(g)});var h=d.trim(g.text());if(h.length>0){g.attr("title",h);}}return g.data("timeago");}function a(g){return f.inWords(e(g));}function e(g){return(new Date().getTime()-g.getTime());}document.createElement("abbr");document.createElement("time");})(jQuery); \ No newline at end of file diff --git a/assets/js/external/modernizr-1.5.min.js b/assets/js/external/modernizr-1.5.min.js new file mode 100644 index 0000000..a1de3f7 --- /dev/null +++ b/assets/js/external/modernizr-1.5.min.js @@ -0,0 +1,28 @@ +/*! + * Modernizr JavaScript library 1.5 + * http://www.modernizr.com/ + * + * Copyright (c) 2009-2010 Faruk Ates - http://farukat.es/ + * Dual-licensed under the BSD and MIT licenses. + * http://www.modernizr.com/license/ + * + * Featuring major contributions by + * Paul Irish - http://paulirish.com + */ + window.Modernizr=function(i,e,I){function C(a,b){for(var c in a)if(m[a[c]]!==I&&(!b||b(a[c],D)))return true}function r(a,b){var c=a.charAt(0).toUpperCase()+a.substr(1);return!!C([a,"Webkit"+c,"Moz"+c,"O"+c,"ms"+c,"Khtml"+c],b)}function P(){j[E]=function(a){for(var b=0,c=a.length;b7)};d.historymanagement=function(){return!!(i.history&&history.pushState)};d.draganddrop=function(){return u("drag")&&u("dragstart")&&u("dragenter")&&u("dragover")&&u("dragleave")&&u("dragend")&&u("drop")};d.websockets=function(){return"WebSocket"in i};d.rgba=function(){m.cssText="background-color:rgba(150,255,150,.5)";return(""+m.backgroundColor).indexOf("rgba")!==-1};d.hsla=function(){m.cssText="background-color:hsla(120,40%,100%,.5)";return(""+ + m.backgroundColor).indexOf("rgba")!==-1};d.multiplebgs=function(){m.cssText="background:url(//:),url(//:),red url(//:)";return/(url\s*\(.*?){3}/.test(m.background)};d.backgroundsize=function(){return r("backgroundSize")};d.borderimage=function(){return r("borderImage")};d.borderradius=function(){return r("borderRadius","",function(a){return(""+a).indexOf("orderRadius")!==-1})};d.boxshadow=function(){return r("boxShadow")};d.opacity=function(){var a=y.join("opacity:.5;")+"";m.cssText=a;return(""+m.opacity).indexOf("0.5")!== + -1};d.cssanimations=function(){return r("animationName")};d.csscolumns=function(){return r("columnCount")};d.cssgradients=function(){var a=("background-image:"+y.join("gradient(linear,left top,right bottom,from(#9f9),to(white));background-image:")+y.join("linear-gradient(left top,#9f9, white);background-image:")).slice(0,-17);m.cssText=a;return(""+m.backgroundImage).indexOf("gradient")!==-1};d.cssreflections=function(){return r("boxReflect")};d.csstransforms=function(){return!!C(["transformProperty", + "WebkitTransform","MozTransform","OTransform","msTransform"])};d.csstransforms3d=function(){var a=!!C(["perspectiveProperty","WebkitPerspective","MozPerspective","OPerspective","msPerspective"]);if(a){var b=document.createElement("style"),c=e.createElement("div");b.textContent="@media ("+y.join("transform-3d),(")+"modernizr){#modernizr{height:3px}}";e.getElementsByTagName("head")[0].appendChild(b);c.id="modernizr";s.appendChild(c);a=c.offsetHeight===3;b.parentNode.removeChild(b);c.parentNode.removeChild(c)}return a}; + d.csstransitions=function(){return r("transitionProperty")};d.fontface=function(){var a;if(/*@cc_on@if(@_jscript_version>=5)!@end@*/0)a=true;else{var b=e.createElement("style"),c=e.createElement("span"),h,t=false,g=e.body,o,w;b.textContent="@font-face{font-family:testfont;src:url('data:font/ttf;base64,AAEAAAAMAIAAAwBAT1MvMliohmwAAADMAAAAVmNtYXCp5qrBAAABJAAAANhjdnQgACICiAAAAfwAAAAEZ2FzcP//AAMAAAIAAAAACGdseWYv5OZoAAACCAAAANxoZWFk69bnvwAAAuQAAAA2aGhlYQUJAt8AAAMcAAAAJGhtdHgGDgC4AAADQAAAABRsb2NhAIQAwgAAA1QAAAAMbWF4cABVANgAAANgAAAAIG5hbWUgXduAAAADgAAABPVwb3N03NkzmgAACHgAAAA4AAECBAEsAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAACAAMDAAAAAAAAgAACbwAAAAoAAAAAAAAAAFBmRWQAAAAgqS8DM/8zAFwDMwDNAAAABQAAAAAAAAAAAAMAAAADAAAAHAABAAAAAABGAAMAAQAAAK4ABAAqAAAABgAEAAEAAgAuqQD//wAAAC6pAP///9ZXAwAAAAAAAAACAAAABgBoAAAAAAAvAAEAAAAAAAAAAAAAAAAAAAABAAIAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEACoAAAAGAAQAAQACAC6pAP//AAAALqkA////1lcDAAAAAAAAAAIAAAAiAogAAAAB//8AAgACACIAAAEyAqoAAwAHAC6xAQAvPLIHBADtMrEGBdw8sgMCAO0yALEDAC88sgUEAO0ysgcGAfw8sgECAO0yMxEhESczESMiARDuzMwCqv1WIgJmAAACAFUAAAIRAc0ADwAfAAATFRQWOwEyNj0BNCYrASIGARQGKwEiJj0BNDY7ATIWFX8aIvAiGhoi8CIaAZIoN/43KCg3/jcoAWD0JB4eJPQkHh7++EY2NkbVRjY2RgAAAAABAEH/+QCdAEEACQAANjQ2MzIWFAYjIkEeEA8fHw8QDxwWFhwWAAAAAQAAAAIAAIuYbWpfDzz1AAsEAAAAAADFn9IuAAAAAMWf0i797/8zA4gDMwAAAAgAAgAAAAAAAAABAAADM/8zAFwDx/3v/98DiAABAAAAAAAAAAAAAAAAAAAABQF2ACIAAAAAAVUAAAJmAFUA3QBBAAAAKgAqACoAWgBuAAEAAAAFAFAABwBUAAQAAgAAAAEAAQAAAEAALgADAAMAAAAQAMYAAQAAAAAAAACLAAAAAQAAAAAAAQAhAIsAAQAAAAAAAgAFAKwAAQAAAAAAAwBDALEAAQAAAAAABAAnAPQAAQAAAAAABQAKARsAAQAAAAAABgAmASUAAQAAAAAADgAaAUsAAwABBAkAAAEWAWUAAwABBAkAAQBCAnsAAwABBAkAAgAKAr0AAwABBAkAAwCGAscAAwABBAkABABOA00AAwABBAkABQAUA5sAAwABBAkABgBMA68AAwABBAkADgA0A/tDb3B5cmlnaHQgMjAwOSBieSBEYW5pZWwgSm9obnNvbi4gIFJlbGVhc2VkIHVuZGVyIHRoZSB0ZXJtcyBvZiB0aGUgT3BlbiBGb250IExpY2Vuc2UuIEtheWFoIExpIGdseXBocyBhcmUgcmVsZWFzZWQgdW5kZXIgdGhlIEdQTCB2ZXJzaW9uIDMuYmFlYzJhOTJiZmZlNTAzMiAtIHN1YnNldCBvZiBKdXJhTGlnaHRiYWVjMmE5MmJmZmU1MDMyIC0gc3Vic2V0IG9mIEZvbnRGb3JnZSAyLjAgOiBKdXJhIExpZ2h0IDogMjMtMS0yMDA5YmFlYzJhOTJiZmZlNTAzMiAtIHN1YnNldCBvZiBKdXJhIExpZ2h0VmVyc2lvbiAyIGJhZWMyYTkyYmZmZTUwMzIgLSBzdWJzZXQgb2YgSnVyYUxpZ2h0aHR0cDovL3NjcmlwdHMuc2lsLm9yZy9PRkwAQwBvAHAAeQByAGkAZwBoAHQAIAAyADAAMAA5ACAAYgB5ACAARABhAG4AaQBlAGwAIABKAG8AaABuAHMAbwBuAC4AIAAgAFIAZQBsAGUAYQBzAGUAZAAgAHUAbgBkAGUAcgAgAHQAaABlACAAdABlAHIAbQBzACAAbwBmACAAdABoAGUAIABPAHAAZQBuACAARgBvAG4AdAAgAEwAaQBjAGUAbgBzAGUALgAgAEsAYQB5AGEAaAAgAEwAaQAgAGcAbAB5AHAAaABzACAAYQByAGUAIAByAGUAbABlAGEAcwBlAGQAIAB1AG4AZABlAHIAIAB0AGgAZQAgAEcAUABMACAAdgBlAHIAcwBpAG8AbgAgADMALgBiAGEAZQBjADIAYQA5ADIAYgBmAGYAZQA1ADAAMwAyACAALQAgAHMAdQBiAHMAZQB0ACAAbwBmACAASgB1AHIAYQBMAGkAZwBoAHQAYgBhAGUAYwAyAGEAOQAyAGIAZgBmAGUANQAwADMAMgAgAC0AIABzAHUAYgBzAGUAdAAgAG8AZgAgAEYAbwBuAHQARgBvAHIAZwBlACAAMgAuADAAIAA6ACAASgB1AHIAYQAgAEwAaQBnAGgAdAAgADoAIAAyADMALQAxAC0AMgAwADAAOQBiAGEAZQBjADIAYQA5ADIAYgBmAGYAZQA1ADAAMwAyACAALQAgAHMAdQBiAHMAZQB0ACAAbwBmACAASgB1AHIAYQAgAEwAaQBnAGgAdABWAGUAcgBzAGkAbwBuACAAMgAgAGIAYQBlAGMAMgBhADkAMgBiAGYAZgBlADUAMAAzADIAIAAtACAAcwB1AGIAcwBlAHQAIABvAGYAIABKAHUAcgBhAEwAaQBnAGgAdABoAHQAdABwADoALwAvAHMAYwByAGkAcAB0AHMALgBzAGkAbAAuAG8AcgBnAC8ATwBGAEwAAAAAAgAAAAAAAP+BADMAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAQACAQIAEQt6ZXJva2F5YWhsaQ==')}"; + e.getElementsByTagName("head")[0].appendChild(b);c.setAttribute("style","font:99px _,arial,helvetica;position:absolute;visibility:hidden");if(!g){g=s.appendChild(e.createElement("fontface"));t=true}c.innerHTML="........";c.id="fonttest";g.appendChild(c);h=c.offsetWidth*c.offsetHeight;c.style.font="99px testfont,_,arial,helvetica";a=h!==c.offsetWidth*c.offsetHeight;var v=function(){if(g.parentNode){a=j.fontface=h!==c.offsetWidth*c.offsetHeight;s.className=s.className.replace(/(no-)?fontface\b/,"")+ + (a?" ":" no-")+"fontface"}};setTimeout(v,75);setTimeout(v,150);addEventListener("load",function(){v();(w=true)&&o&&o(a);setTimeout(function(){t||(g=c);g.parentNode.removeChild(g);b.parentNode.removeChild(b)},50)},false)}j._fontfaceready=function(p){w||a?p(a):(o=p)};return a||h!==c.offsetWidth};d.video=function(){var a=e.createElement("video"),b=!!a.canPlayType;if(b){b=new Boolean(b);b.ogg=a.canPlayType('video/ogg; codecs="theora"');b.h264=a.canPlayType('video/mp4; codecs="avc1.42E01E"');b.webm=a.canPlayType('video/webm; codecs="vp8, vorbis"')}return b}; + d.audio=function(){var a=e.createElement("audio"),b=!!a.canPlayType;if(b){b=new Boolean(b);b.ogg=a.canPlayType('audio/ogg; codecs="vorbis"');b.mp3=a.canPlayType("audio/mpeg;");b.wav=a.canPlayType('audio/wav; codecs="1"');b.m4a=a.canPlayType("audio/x-m4a;")||a.canPlayType("audio/aac;")}return b};d.localStorage=function(){return"localStorage"in i&&i.localStorage!==null};d.sessionStorage=function(){try{return"sessionStorage"in i&&i.sessionStorage!==null}catch(a){return false}};d.webworkers=function(){return!!i.Worker}; + d.applicationCache=function(){var a=i.applicationCache;return!!(a&&typeof a.status!="undefined"&&typeof a.update=="function"&&typeof a.swapCache=="function")};d.svg=function(){return!!e.createElementNS&&!!e.createElementNS("http://www.w3.org/2000/svg","svg").createSVGRect};d.smil=function(){return!!e.createElementNS&&/SVG/.test(M.call(e.createElementNS("http://www.w3.org/2000/svg","animate")))};d.svgclippaths=function(){return!!e.createElementNS&&/SVG/.test(M.call(e.createElementNS("http://www.w3.org/2000/svg", + "clipPath")))};for(var z in d)if(O(d,z))N.push(((j[z.toLowerCase()]=d[z]())?"":"no-")+z.toLowerCase());j[E]||P();j.addTest=function(a,b){a=a.toLowerCase();if(!j[a]){b=!!b();s.className+=" "+(b?"":"no-")+a;j[a]=b;return j}};m.cssText="";D=n=null;(function(){var a=e.createElement("div");a.innerHTML="";return a.childNodes.length!==1})()&&function(a,b){function c(f,k){if(o[f])o[f].styleSheet.cssText+=k;else{var l=t[G],q=b[A]("style");q.media=f;l.insertBefore(q,l[G]);o[f]=q;c(f,k)}}function h(f, + k){for(var l=new RegExp("\\b("+w+")\\b(?!.*[;}])","gi"),q=function(B){return".iepp_"+B},x=-1;++x\\s*$","i");g.innerHTML=f.outerHTML.replace(/\r|\n/g," ").replace(l,f.currentStyle.display=="block"?"":"");l=g.childNodes[0];l.className+=" iepp_"+q;l=p[p.length]=[f,l];f.parentNode.replaceChild(l[1],l[0])}h(b.styleSheets,"all")});a.attachEvent("onafterprint", + function(){for(var f=-1,k;++f 1024) { + if (typeof $.fancybox == "function") { + $(".containsGallery a,.eStore-thumbnail a, a.enlarge").fancybox(); + } + if ($("#screen > header > form").length == 1) { + $("#screen > header > form").remove(); + } + } else { + if (typeof $.fancybox == "function") { + $(".containsGallery a,.eStore-thumbnail a, a.enlarge").unbind("click.fb"); + } + if ($("#screen > header > form").length == 0) { + $("#footerOne > li:nth-child(1) > form").clone().insertBefore("#screen > header > h1"); + } + if (b > 595) { + if ($("#screen > header > form fieldset").length == 2) { + $("#screen > header > form fieldset:nth-child(2)").remove(); + } + } else { + if ($("#screen > header > form fieldset").length == 1) { + $("#screen > header > form").append('
'); + $("#screen > header > nav > ul").each(function(f) { + var a = $(this), + e = f + 1; + $("li li a", a).each(function() { + if ($(this).parent().is("strong")) { + $("#screen > header > form select:nth-of-type(" + e + ")").append('"); + } else { + $("#screen > header > form select:nth-of-type(" + e + ")").append('"); + } + }); + }); + $("#mobile-lang, #mobile-menu").change(function() { + window.location.href = $(this).val(); + }); + } + } + } + }, + foundTweetlist: function() { + var e = "", + g = {}, + f = $("#containsTweets"), + h = $("#containsTwoosers"); + $(document).bind("CORE:FOUND_TWEETS:FETCH", function() { + $.getJSON("http://search.twitter.com/search.json?callback=?&rpp=10&q=" + e.replace(/\+OR\+$/, ""), function(a) { + if (typeof a.results == "object" || typeof a.results == "array") { + g = a.results; + $(document).trigger("CORE:FOUND_TWEETS:UPDATE"); + } + }); + }); + $(document).bind("CORE:FOUND_TWEETS:UPDATE", function() { + f.empty(); + for (var b in g) { + var a = g[b]; + a.text = a.text.replace(/((ftp|http|https):\/\/(\w+:{0,1}\w*@)?(\S+)(:[0-9]+)?(\/|\/([\w#!:.?+=&%@!\-\/]))?)/g, '$1'); + a.text = a.text.replace(/\@(\w+)/g, '@$1'); + f.append('
  • ' + a.from_user + ": " + a.text + '

    ' + $.timeago(a.created_at) + "

  • "); + } + setTimeout(function() { + $(document).trigger("CORE:FOUND_TWEETS:FETCH"); + }, + 180000); + }); + $("li h2 a", h).each(function() { + e += "from%3A" + $(this).html() + "+OR+"; + }); + $(document).trigger("CORE:FOUND_TWEETS:FETCH"); + } + } +}; +$(document).bind("CORE:HAS_INITIALIZED", ia3.listeners.hasInitialized).bind("CORE:HAS_RESIZED", ia3.listeners.hasResized).bind("CORE:FOUND_TWEETLIST", ia3.listeners.foundTweetlist); diff --git a/comments.php b/comments.php index d711470..904c98a 100644 --- a/comments.php +++ b/comments.php @@ -1,87 +1,57 @@ - +
    +
    +

    on ‘

    +
    -if (post_password_required()) { - ?>

    This post is password protected. Enter the password to view comments.

    - + +
    + ID . '&status=approve'); foreach($comments as $comment): ?> - -

    - + comment_author_url != ''): ?> +
    + comment_author; ?> + comment_date); ?> +
    + +
    + comment_author; ?> + comment_date); ?> +
    + -
      - -
    +
    comment_content; ?>
    + +
    + - - - - - -

    Not commented yet.

    - - - -

    Comments are closed.

    - - - - -
    -

    LEAVE A COMMENT

    -
    - -
    - - -

    You must be logged in to post a comment.

    - - -
    - - -

    Logged in as . Log out »

    - - -

    - - /> -

    -

    - - /> -

    -

    - - -

    - - -

    - - -

    -

    - - ID); ?> -
    - -
    - - \ No newline at end of file +
    +
    +
      +
    1. + + +
    2. +
    3. + + +
    4. +
    5. + + +
    6. +
    7. + + +
    8. +
    9. + + +
    10. +
    +
    +
    +
    + \ No newline at end of file diff --git a/contact.php b/contact.php new file mode 100644 index 0000000..c2e768f --- /dev/null +++ b/contact.php @@ -0,0 +1,64 @@ + + + + + + + + + + + + +
    + + +
    +
    +

    +
    +
    + +

    +
    +
    +
    +
    :
    + +
    :
    +
    +81-3-5913-9841
    +
    :
    + +
    :
    +
    Oliver Reichenstein
    +
    Information Architects, Inc.
    +
    +
    + Murayama Building 2F
    + 2-20-13 + Jingu-mae,
    Shibuya-ku, + Tokyo + 150-0001
    + Japan +
    +
    +
    +
    +
    + + + +
    +
    +
    +
    +
    + + +
    + + \ No newline at end of file diff --git a/functions.php b/functions.php index 13ec5ff..5a1b0ee 100644 --- a/functions.php +++ b/functions.php @@ -1,869 +1,315 @@ __('Link & Highlight Color'), - "desc" => __(''), - "id" => "ia3_highlight_color", - "std" => "#CC0000", - "type" => "text" - ), - array( - "name" => __('Visited Link Color'), - "desc" => __(''), - "id" => "ia3_lowlight_color", - "std" => "#666666", - "type" => "text" - ), -); - -$ia3_cache_categories = get_categories(); -$ia3_cache_pages = get_pages(); - -/** -* @param integer -* @return string -* @author Ben Sekulowicz-Barclay -* -**/ - -function ia3_get_layout_text($column, $html = FALSE, $default = ' ') { - $option = get_option($column); - - if ($html != TRUE) { - $a = htmlspecialchars(strip_tags($option)); - $b = htmlspecialchars(strip_tags($default)); - - } else { - $a = stripslashes($option); - $b = stripslashes($default); - } - - return ($a !== '')? $a: $b; -} - -/** -* @param integer -* @param integer -* @return string -* @author Ben Sekulowicz-Barclay -* -**/ - -function ia3_get_layout_select($column) { - $option = get_option($column); - $select = 0; - - if (preg_match("/^c\-(.*)/", $option, $select)) { - $item = ia3_get_category($select[1]); - - $item_i = isset($item->cat_ID)? $item->cat_ID: 0; - $item_n = isset($item->name)? $item->name: 'Unknown'; - - return '' . $item_n . ''; - - } else if (preg_match("/^p\-(.*)/", $option, $select)) { - $item = ia3_get_page($select[1]); - - $item_i = isset($item->ID)? $item->ID: 0; - $item_n = isset($item->post_title)? $item->post_title: 'Unknown'; - - return '' . $item_n . ''; - } - - return ' '; -} - -/** -* @param string -* @return string -* @author Ben Sekulowicz-Barclay -* -* Returns the category based on the ID, (key) passed to it. Uses the cached array to improve performance. -* -**/ - -function ia3_get_category($key = '') { - global $ia3_cache_categories; - - foreach($ia3_cache_categories as $c) { - if ($c->cat_ID == $key) return $c; - } - - return $ia3_cache_categories[0]; -} - -/** -* @param string -* @return string -* @author Ben Sekulowicz-Barclay -* -* Returns the key's value form the above options array, if defined. Messy, due to the structure of the Wordpress options array. -* -**/ - -function ia3_get_option($key = '') { - global $ia3_options; - $default; - - foreach($ia3_options as $option) { - if ($option['id'] == $key) { - $default = $option['std']; - continue; - } - } - - $option = get_option($key); - - return ($option !== FALSE)? $option: $default; -} - -/** -* @param string -* @return string -* @author Ben Sekulowicz-Barclay -* -* Returns the page based on the ID, (key) passed to it. Uses the cached array to improve performance. -* -**/ - -function ia3_get_page($key = '') { - global $ia3_cache_pages; - - foreach($ia3_cache_pages as $p) { - if ($p->ID == $key) return $p; - } - - return $ia3_cache_pages[0]; -} - -function ia3_prevnext() { - if(get_previous_post()): - previous_post_link('%link', '« Previous'); - else: - ?>« Previous - | - Next »'); - else: - ?>Next » -
    -
    - - -
  • id="li-comment-"> -
    -
    - '); ?> - %s says:'), get_comment_author_link()) ?> -
    - comment_approved == '0') : ?> - -
    - - - -
    - $depth, 'max_depth' => $args['max_depth']))) ?> -
    -
    - 'ia3_header_t1'), - array('id' => 'ia3_header_t2'), - array('id' => 'ia3_header_t3'), - array('id' => 'ia3_header_t4'), - array('id' => 'ia3_header_11'), - array('id' => 'ia3_header_12'), - array('id' => 'ia3_header_13'), - array('id' => 'ia3_header_21'), - array('id' => 'ia3_header_22'), - array('id' => 'ia3_header_23'), - array('id' => 'ia3_header_31'), - array('id' => 'ia3_header_32'), - array('id' => 'ia3_header_33'), - array('id' => 'ia3_header_41'), - array('id' => 'ia3_header_42'), - array('id' => 'ia3_header_43'), - array('id' => 'ia3_contact_t1'), - array('id' => 'ia3_contact_t2'), - array('id' => 'ia3_contact_t3'), - array('id' => 'ia3_contact_t4'), - array('id' => 'ia3_contact_11'), - array('id' => 'ia3_contact_12'), - array('id' => 'ia3_contact_13'), - array('id' => 'ia3_contact_21'), - array('id' => 'ia3_contact_22'), - array('id' => 'ia3_contact_23'), - array('id' => 'ia3_contact_31'), - array('id' => 'ia3_contact_32'), - array('id' => 'ia3_contact_33'), - array('id' => 'ia3_contact_41'), - array('id' => 'ia3_contact_42'), - array('id' => 'ia3_contact_43'), - array('id' => 'ia3_footer_1'), - array('id' => 'ia3_footer_2'), - array('id' => 'ia3_footer_3'), - array('id' => 'ia3_footer_4'), - )); - - if ($_GET['page'] == basename(__FILE__)) { - - if ('save' == $_REQUEST['action']) { - foreach ($alt_options as $value) { - update_option($value['id'], $_REQUEST[ $value['id'] ] ); - } - - foreach ($alt_options as $value) { - if (isset($_REQUEST[ $value['id']])) { - update_option($value['id'], $_REQUEST[ $value['id']]); - } else { - delete_option($value['id']); - } - } - - header("Location: themes.php?page=functions.php&saved=true"); - die; - - } elseif ('reset' == $_REQUEST['action']) { - foreach ($alt_options as $value) { - delete_option($value['id']); - } - - header("Location: themes.php?page=functions.php&reset=true"); - die; - - } elseif ('reset_widgets' == $_REQUEST['action']) { - $null = null; - update_option('sidebars_widgets',$null); - header("Location: themes.php?page=functions.php&reset=true"); - die; - } - } - - add_theme_page("iA3 Options", "iA3 Options", 'edit_themes', basename(__FILE__), 'ia3_admin'); -} - -function ia3_admin() { - - global $ia3_options, $ia3_cache_categories, $ia3_cache_pages; - - if ($_REQUEST['saved']) echo '

    iA3 ' . __('settings saved.', 'thematic') . '

    '; - if ($_REQUEST['reset']) echo '

    iA3 ' . __('settings reset.', 'thematic') . '

    '; - if ($_REQUEST['reset_widgets']) echo '

    iA3 ' . __('widgets reset.', 'thematic') . '

    '; - - $header_options = array('cs' => array(), 'ps' => array()); - - foreach($ia3_cache_categories as $c) $header_options['cs'][$c->cat_ID] = $c->cat_name; - foreach($ia3_cache_pages as $p) $header_options['ps'][$p->ID] = $p->post_title; - ?> - - -
    - -

    iA 3 – Options

    -
    -

    Header

    -

    Warning – To take full advantage of the iA3 page templates, please ensure you have them set up correctly. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    " />" />" />" />
    - - - - - - - " /> -
    - - - - - - - " /> -
    - - - - - - - " /> -
    + /** + * @access static + * @param string + * @return string + * + */ -

    Contact

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    " />" />" />" />
    " />" />" />" />
    " />" />" />" />
    " />" />" />" />
    + static function get_nav_cell($key = '', $default = '') { + $array = array(); + $value = ia3_helpers::get_option($key); + + if ($value == '') return $default; -

    Footer

    - - - - - - - - - -
    - - - - - - - -
    + if (preg_match("/^c\-(.*)/", $value, $array)) { + $item = ia3_helpers::get_category($array[1]); -

    Other Options

    - - - - - - - + $item_i = isset($item->cat_ID)? $item->cat_ID: 0; + $item_n = isset($item->name)? $item->name: __('Unknown'); + $item_l = get_category_link($item_i); + + if (strpos($item_l . '***', $_SERVER['REQUEST_URI'] . '***')) { + return '' . $item_n . ''; + } else { + return '' . $item_n . ''; + } + + } else if (preg_match("/^p\-(.*)/", $value, $array)) { + $item = ia3_helpers::get_page($array[1]); + + $item_i = isset($item->ID)? $item->ID: 0; + $item_n = isset($item->post_title)? $item->post_title: __('Unknown'); + $item_l = get_page_link($item_i); + + if (strpos($item_l . '***', $_SERVER['REQUEST_URI'] . '***')) { + return '' . $item_n . ''; + } else { + return '' . $item_n . ''; + } + } else { + $item_l = stripslashes($value); + $item_u = array(); + + if (preg_match("/^$/", $item_l, $item_u)) { + + if (isset($item_u[2]) && strpos($item_u[2] . '***', $_SERVER['REQUEST_URI'] . '***')) { + return '' . $item_l . ''; + } else { + return $item_l; + } + } + + return $item_l; + } + } + + /** + * @access static + * @param string + * @return void + * + */ + + static function put_nav_cell($key = '') { + $cs = get_categories(); + $ps = get_pages(); + + $selected = FALSE; + ?> +
    + - - > - - + + + + + + ID): - case 'textarea': - $ta_options = $value['options']; + $selected = TRUE; ?> - - - - ID; ?>" selected="selected">post_title; ?> + + + + + +
    +
    + + + + ' . __('Page Name') . ''))); ?>" /> + +
    + - - $option) { - $radio_setting = get_option($value['id']); - if ($radio_setting != '') { - if ($key == get_option($value['id'])) { - $checked = "checked=\"checked\""; - } else { - $checked = ""; - } - } else { - if ($key == $value['std']) { - $checked = "checked=\"checked\""; - } else { - $checked = ""; - } - } - ?> - /> - - - - - /> - - -
    - - - " /> - - -
    - - - - - -
    - - -
    -
    -
    - '', 'after_widget' => '', 'before_title' => '

    ', 'after_title' => '

    ')); + } + + if (function_exists('add_theme_support')) { + add_theme_support('post-thumbnails'); + } ?> \ No newline at end of file diff --git a/gallery.php b/gallery.php index acff7c1..be60b5d 100644 --- a/gallery.php +++ b/gallery.php @@ -1,63 +1,79 @@ - - - - -
    -
    -

    -
    - -
    -
    - - -
    - - \ No newline at end of file + + + + + + + + + + +
    + + +
    + +
    +
    +

    +
    +
    + +
    +
    + + +
    +
    + + +
    + + \ No newline at end of file diff --git a/inc_body_footer.php b/inc_body_footer.php new file mode 100644 index 0000000..b3ba505 --- /dev/null +++ b/inc_body_footer.php @@ -0,0 +1,70 @@ +
    + +
    + + + + + + + + + + \ No newline at end of file diff --git a/inc_body_header.php b/inc_body_header.php new file mode 100644 index 0000000..021b815 --- /dev/null +++ b/inc_body_header.php @@ -0,0 +1,44 @@ +
    +

    + iA +

    + +
    +
    diff --git a/inc_head.php b/inc_head.php new file mode 100644 index 0000000..fe5c90d --- /dev/null +++ b/inc_head.php @@ -0,0 +1,34 @@ + + + + +<?php bloginfo('name'); ?><?php wp_title('–'); ?> + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/index.php b/index.php index 571ef06..f368cb5 100644 --- a/index.php +++ b/index.php @@ -1,198 +1,77 @@ - - - - -
    - - -
    > - -
    -
    <?php the_title()?>
    -
    - -
    -

    -

    -
    -
    - "'. $title .'" more'); ?> -
    -
    - -
    -
    -
    - - - -
    - - \ No newline at end of file + + + + + + + + + + + +
    + + +
    + +
    +

    + + + + <?php the_title(); ?> + + <?php the_title(); ?> + + +
    +

    +

    +
    +
    + +
    + +
    +
    + + +
    + +
    +

    +

    .

    +
    + +
    + + array($featured_id), 'showposts' => 3)); if (have_posts()): ?> +
    +

    +
    + +
    +
    + (.+?)<\/p>/','$1',get_the_excerpt()); ?> – ‘. +
    + +
    +

    +
    + +
    +
    +
    + + +
    + + \ No newline at end of file diff --git a/license.txt b/license.txt new file mode 100644 index 0000000..5fbe4a7 --- /dev/null +++ b/license.txt @@ -0,0 +1,281 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 51 Franklin St, Fifth Floor, Boston, MA 02110, 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. + + GNU GENERAL PUBLIC LICENSE + 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/page.php b/page.php index 21f364d..97a9ee2 100644 --- a/page.php +++ b/page.php @@ -1,23 +1,34 @@ + + + + + + + + + + +
    + - -
    -
    -

    -
    - -
    -
    +
    + +
    +

    +
    +
    + +
    + +
    +
    - -
    - -
    - -
    - \ No newline at end of file + +
    + + \ No newline at end of file diff --git a/readme.txt b/readme.txt new file mode 100644 index 0000000..0ce1dc0 --- /dev/null +++ b/readme.txt @@ -0,0 +1,35 @@ +iA3 Theme (1.1.0) + +Installation: + +1. Open the .zip file and upload the folder to your ‘wp-content/themes directory’. +2. Log in to the admin area of your Wordpress website and select the Appearance tab. The new iA3 theme should be visible, under the ‘Available Themes’ heading, as iA3 1.1.0. Select ‘Activate’ to begin using the theme. + +Customisation: + +The new version of the iA3 theme extends our previous options page to allow you to configure the appearance of the theme, and the items that appear in the header and footer of your website. After activating the theme, a new tab should appear in the left-hand side of your Wordpress admin area, labelled ‘iA3’. Clicking on this tab will open the new iA3 options page. + +The ‘Navigation’ tab within the iA3 options page allows you to select pages or posts, or enter links to appear in the site header and footer. You can add headings for each header/footer section. When using this form, please be aware that: + +1. Selection boxes take precedence over manually entered text. If you don’t wish to use the selection box for a particular navigation cell, ensure it is not displaying a selected page. + +2. If you wish to truncate manually entered text in the mobile versions of the site, wrap an HTML tag around the portion of the text to be hidden. For example: 日本語 - ホーム will display as 日本語 within the iPad/iPhone optimised layouts. + +The ‘Miscellaneous’ tab under the iA3 options page allows you to configure the highlight colours used within the website, and to specify a logo to display in the top-left corner of the website. When selecting a colour, please use an HTML compatible colour code, (hexadecimal, RGB, RGBA, HSL, HSLA). + +Featured Posts: + +To promote a post on the front page of your website, you file it under a category named ‘Featured’. To set an image to appear with the promoted post, you can either use the new Featured Image functionality added in Wordpress 2.9, (http://justintadlock.com/archives/2009/11/16/everything-you-need-to-know-about-wordpress-2-9s-post-image-feature) or set a custom field with the label ‘featured_image’ containing the URL of the image you wish to be displayed. + +Tweets: + +The twitter stream displayed on the Tweets page uses the list of twitter accounts within the HTML to determine which tweets to show. By default it displays the twitter accounts of iA staff and services. You can modify this list of users to suit your website. No plugins are needed for the Twitter stream in the Tweets page. + +Other Improvements: + +Unlike previous versions of the iA3 template, you are no longer required to edit the Javascript or install plugins to access some functionality. Fancybox, (used to display images in a jQuery powered lightbox), will automatically detect the presence of the plugin and work/not work accordingly. If you do not wish to use the Fancybox plugin, you can remove the Javascript file references in ‘inc_body_footer.php’ and the reference to ‘style-fancybox-1.3.1.css’ in the ‘inc_head.php’ file. + +If you have not used the iA3 theme before, you may remove the reference to ‘assets/css/style-ia3-1.0.2.css’ in the ‘inc_head.php’ file. This CSS file contains rules to maintain (some, unsupported) backwards compatibility with previous versions of the website. + + + diff --git a/search.php b/search.php index a7e08f3..3f013be 100644 --- a/search.php +++ b/search.php @@ -1,36 +1,47 @@ - -
    -

    Search Results

    - - - - - -
    - -
    - - -
    - - - - -

    No posts found. Try a different search?

    - - - -
    - \ No newline at end of file + + + + + + + + + + +
    + + +
    +
    +

    + +
    + +
    + +
    +
    + + +
    +
    +
    + (.+?)<\/p>/','$1',get_the_excerpt()); ?> – ‘. +
    + +
    + +

    %s returned no results.'), get_search_query()); ?>

    + +
    +
    + + +
    + + \ No newline at end of file diff --git a/searchform.php b/searchform.php index e9b7d8c..f44ed4b 100644 --- a/searchform.php +++ b/searchform.php @@ -1,7 +1,7 @@ -
    -
    - Search for this site - - -
    -
    +
    +
    + + + +
    +
    \ No newline at end of file diff --git a/single.php b/single.php index e8fc4e7..4d21b50 100644 --- a/single.php +++ b/single.php @@ -1,30 +1,58 @@ - - - -
    - -
    -
    -

    - -
    -
    - -
    -
    - -
    -
    - - -
    - -
    - -
    - - \ No newline at end of file +?> + + + + + + + + + + +
    + + +
    + +
    +
    +

    +

    + +
    +
    + +
    +
    + + + + +
    +
    + + +
    + + \ No newline at end of file diff --git a/style.css b/style.css index eb72d9b..7ec4996 100644 --- a/style.css +++ b/style.css @@ -1,21 +1,1154 @@ -/* -Theme Name: krTheme -Description: A simple HTML5 wordpress theme. -Version: 1.02 -Author: Kenneth Reitz -Author URI: http://kennethreitz.com/ -Tags: monochrome, fixed width, simple, typographic, html5 +/** +* Theme Name: iA3 +* Theme URI: http://informationarchitects.jp/downloads/ia3/ +* Description: A simple HTML5 wordpress theme based on Information Architects' website. +* Version: 1.1.A +* Author: Information Architects +* Author URI: http://informationarchitects.jp/ +* Tags: monochrome,fixed width,simple,typographic,html5 +**/ - The CSS, XHTML and design is released under GPL: - http://www.opensource.org/licenses/gpl-license.php +@media all {html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,svg,time,mark,audio,video { + font-family: 'goudy old style', 'minion pro', 'bell mt', Georgia, 'Hiragino Mincho Pro', serif; + background: transparent; + border: 0; + margin: 0; + padding: 0; + outline: 0; + vertical-align: baseline +} +body { + line-height: 1 +} +article,aside,details,figcaption,figure,footer,header,hgroup,img,menu,nav,section,svg { + display: block +} +.ie img { + -ms-interpolation-mode: bicubic +} +nav ul { + list-style: none +} +blockquote,q { + quotes: none +} +blockquote:before,blockquote:after,q:before,q:after { + content: ''; + content: none +} +a { + background: transparent; + font-size: 100%; + margin: 0; + padding: 0; + vertical-align: baseline +} +ins { + background-color: #ff9; + color: #000; + text-decoration: none +} +mark { + background-color: #ff9; + color: #000; + font-style: italic; + font-weight: bold +} +del { + text-decoration: line-through +} +abbr[title],dfn[title] { + border-bottom: 1px dotted inherit; + cursor: help +} +table { + border-collapse: collapse; + border-spacing: 0 +} +hr { + border: 0; + border-top: 1px solid #cccccc; + display: block; + height: 1px; + margin: 1em 0; + padding: 0 +} +input,select { + vertical-align: middle +} -*/ +} +@media screen {body { + background: #FFF; + border-top: solid .3em #000; + font-size: 100% +} +.implied { + clip: rect(1px,1px,1px,1px); + position: absolute !important +} +.ielt8 .implied { + height: 1px; + left: -999px; + overflow: hidden; + position: absolute; + text-indent: -999px; + top: -999px; + width: 1px +} +address,blockquote,caption,cite,code,dl,figcaption,h1,h2,h3,h4,h5,h6,label,legend,ol,p,pre,ul,table { + display: block; + font: normal normal 400 1.05em/1.5em 'goudy old style', 'minion pro', 'bell mt', Georgia, 'Hiragino Mincho Pro', serif; + list-style: none; + margin: 0 0 1.5em; + text-rendering: optimizeLegibility +} +dd,dt,li { + display: block; + margin: 0; + padding: 0 +} +li { + display: list-item +} +dd:last-child,dl:last-child,dt:last-child,li:last-child,ol:last-child,ul:last-child,p:last-child { + margin-bottom: 0 !important +} +.ielt9 dd.lastChild,.ielt9 dl.lastChild,.ielt9 dt.lastChild,.ielt9 li.lastChild,.ielt9 ol.lastChild,.ielt9 ul.lastChild,.ielt9 p.lastChild { + margin-bottom: 0 !important +} +a { + color: #00F; + text-decoration: underline +} +a:hover { + color: #00A; + text-decoration: none +} +a:visited { + color: #00A +} +abbr,acronym { + border: none; + cursor: help +} +a abbr,a acronym { + cursor: pointer +} +hr { + border: none; + background-color: #EEE; + height: .1em; + margin: 1.45em 0 1.4em +} +pre,code,kbd,samp { + font-family: monospace,sans-serif +} +button,input,label,select,textarea { + display: block; + font-size: 1em; + line-height: 1.5em +} +button,input,select,textarea { + float: left; + margin-right: .5em +} +button,input,select { + font-family: arial,sans-serif +} +textarea { + border: solid .1em #666; + border-radius: .225em; + -moz-border-radius: .225em; + -webkit-border-radius: .225em; + font: normal normal 400 .75em/2em monospace,serif; + padding: 0 .3em +} +input[type=submit] { + background: #EEE; + background: -moz-linear-gradient(top,#F7F7F7,#E6E6E6); + background: -webkit-gradient(linear,left top,left bottom,from(#F7F7F7),to(#E6E6E6)); + border: solid .1em #666; + border-radius: .3em; + -moz-border-radius: .3em; + -webkit-border-radius: .3em; + font-size: 75%; + font-weight: 700; + height: 2em; + padding: 0 .5em; + text-shadow: #F7F7F7 0 .1em 0 +} +.ielt9 input[type=submit] { + -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F7F7F7,endColorstr=#E6E6E6)"; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F7F7F7,endColorstr=#E6E6E6) +} +input[type=text] { + background: #FFF; + border: solid .1em #666; + border-radius: .225em; + -moz-border-radius: .225em; + -webkit-border-radius: .225em; + height: 1em; + line-height: 1em; + padding: 0 .25em; + padding: .25em .2em .15em; + width: 8.875em +} +input[type=text]:active,input[type=text]:focus { + outline: none +} +form ol li label { + font-size: 87.5%; + line-height: 1.71428571em; + margin-bottom: 0 +} +form ol li label:after { + content: ":" +} +form ol li input[type=text] { + width: 18.5em +} +.G1,.G2,.G3,.G4,.G5,.G6 { + clear: none !important; + float: left; + margin-left: 1.125em +} +.GS { + margin-left: 0 +} +.GR { + float: right +} +.G1 { + width: 8.875em +} +.G1 .G1 { + margin-left: 0 +} +.G1 .G2 { + margin-left: -10em +} +.G1 .G3 { + margin-left: -20em +} +.G1 .G4 { + margin-left: -30em +} +.G1 .G5 { + margin-left: -40em +} +.G1 .G6 { + margin-left: -50em +} +.G2 { + width: 18.875em +} +.G2 .G2 { + margin-left: 0 +} +.G2 .G3 { + margin-left: -10em +} +.G2 .G4 { + margin-left: -20em +} +.G2 .G5 { + margin-left: -30em +} +.G2 .G6 { + margin-left: -40em +} +.G3 { + width: 28.875em +} +.G3 .G3 { + margin-left: 0 +} +.G3 .G4 { + margin-left: -10em +} +.G3 .G5 { + margin-left: -20em +} +.G3 .G6 { + margin-left: -30em +} +.G4 { + width: 38.875em +} +.G4 .G4 { + margin-left: 0 +} +.G4 .G5 { + margin-left: -10em +} +.G4 .G6 { + margin-left: -20em +} +.G5 .G5 { + margin-left: 0 +} +.G5 { + width: 48.875em +} +.G5 .G6 { + margin-left: -10em +} +.G6 { + width: 58.875em +} +.G6 .G6 { + margin-left: 0 +} +.HSC { + font-size: 75%; + height: 2em; + letter-spacing: .1em; + line-height: 2em; + text-transform: uppercase +} +label.HSC { + margin-bottom: 0 +} +.containsAddress dd,.containsAddress dt { + float: left +} +.ielt8 .containsAddress dd { + clear: left; + margin-bottom: .75em +} +.containsAddress dt { + clear: left; + margin-right: .33em +} +.containsAddress dt.url,.containsAddress dd.address { + clear: left; + margin-top: 1.5em; + width: 100% +} +.containsAddress dd address { + margin: 0 +} +.containsArticles { + margin-bottom: 3em +} +.containsArticles dd { + background: transparent 0 100% repeat-x; + margin-bottom: 1.5em; + padding-bottom: 1.5em +} +.containsArticles dd:last-child { + background: transparent !important; + margin-bottom: 0; + padding-bottom: 0 +} +.ielt9 .containsArticles dd.lastChild { + background: transparent !important; + margin-bottom: 0; + padding-bottom: 0 +} +.containsArticles dd :last-child { + margin-bottom: 0 +} +.ielt9 .containsArticles dd .lastChild { + margin-bottom: 0 +} +.containsArticles dt { + margin-bottom: .75em; + position: relative +} +.containsArticles dt .title { + color: #000 !important; + display: block; + font-size: 131.25%; + line-height: 1.14285714em +} +.containsArticles dt .date { + color: #888; + display: block; + font: normal italic 400 87.5%/1.71428571em Georgia,Serif; + left: -21.5714286em; + margin-top: .85714286em; + position: absolute; + text-align: right; + width: 20.2857143em +} +.containsArticles dt a { + text-decoration: none +} +.containsArticles dt a:hover { + text-decoration: underline +} +.containsComments { + margin-bottom: 3em +} +.containsComments dd { + margin-bottom: 2.25em; + margin-top: .75em; + padding-left: 1.5em +} +.containsComments dt .date { + color: #888; + font: normal italic 400 87.5%/1.71428571em Georgia,Serif; + white-space: nowrap +} +.containsFollowers { + list-style: none !important; + margin: 0 0 0 0 +} +.containsFollowers li { + float: left; + height: 2.5916667em; + margin: 0; + width: 2.5916667em +} +.containsFollowers:hover li { + opacity: .5 +} +.containsFollowers li:hover { + opacity: 1 +} +.containsFollowers img { + height: 2.4916667em; + width: 2.4916667em; +} +.containsGalleries,.containsGallery { + list-style: none !important; + padding: 0 !important +} +.containsGalleries h1,.containsGalleries h2,.containsGalleries h3 { + font-size: 75% !important; + left: -26.6666667em; + letter-spacing: .1em; + line-height: 2em; + margin: 0 !important; + text-transform: uppercase; + top: 0; + position: absolute; + text-align: right; + width: 25.1666667em +} +.containsGalleries li { + display: block; + margin-bottom: 1.5em; + position: relative +} +.containsGallery { + clear: left; + margin: 0 0 0 -1.125em +} +.ielt8 .containsGallery { + margin-bottom: 1.5em +} +.containsGallery li { + display: block; + margin: 0 0 1.5em 1.125em !important; + overflow: hidden +} +.containsFollowers a,.containsFollowers img,.containsGallery a,.containsGallery img { + display: block; + margin-bottom: 0 !important +} +.containsGallery a { + border: solid .1em #888 +} +.containsGallery img { + width: 100% +} +#containsTweets { + list-style: none !important +} +#containsTweets li { + display: block; + margin-bottom: 1.5em; + padding: 0 0 0 3.75em; + position: relative +} +#containsTweets img { + border: solid .1em #888; + height: 2.8em; + left: 0; + position: absolute; + top: 0; + width: 2.8em +} +#containsTweets blockquote { + background: transparent; + margin: 0; + padding: 0 +} +.ielt8 #containsTweets blockquote { + margin-top: -1.5em +} +#containsTweets p { + color: #888; + font-size: 87.5%; + line-height: 1.71428571em; + margin: 0 +} +#containsTweets p a { + text-decoration: none +} +#containsTweets p a:hover { + text-decoration: underline +} +#containsTweets blockquote p { + color: #000; + font-size: 1em; + line-height: 1.5em +} +#containsTwoosers { + background: transparent 0 0 repeat-x; + list-style: none !important; + padding-top: 1.5em +} +#containsTwoosers li { + display: block; + margin-bottom: 1.5em; + position: relative +} +#containsTwoosers img { + border: solid .1em #888; + height: 1.8em; + left: 0; + position: absolute; + top: 0; + width: 1.8em +} +#containsTwoosers h2,#containsTwoosers h3,#containsTwoosers h4 { + margin: 0 !important +} +#containsTwoosers h2 { + font-size: 100% !important; + line-height: 2em !important; + margin-bottom: 0 !important; + padding: 0 0 0 2.5em +} +#containsTwoosers h2 a { + text-decoration: none +} +#containsTwoosers h2 a:hover { + text-decoration: underline +} +#containsTwoosers h3,#containsTwoosers h4 { + font-size: 87.5% !important; + line-height: 1.71428571em !important +} +#content { + margin-top: 1em; + padding-bottom: 3em +} +#content aside { + left: -20em; + position: absolute; + width: 18.875em +} +#content aside p,#content aside ol,#content aside ul { + font: normal normal 75%/1.5em arial,sans-serif; + margin-bottom: 1.5em; + padding: 0 !important +} +#content header { + margin-bottom: 2em; + position: relative +} +#content header h1 { + font-size: 200%; + line-height: 1.3334em; + margin-bottom: 0 +} +#content header h2 { + font-size: 87.5%; + font-style: italic; + line-height: 1.71428571em; + margin: 0 +} +#content header nav { + left: -20em; + margin-top: -1.5em; + position: absolute; + width: 18.875em +} +#content header nav ul { + text-align: right +} +#content header nav li { + font: normal normal 400 87.5%/1.71428571em Georgia,Serif; + display: inline +} +#content header nav li:after { + content: " | " +} +#content header nav li:last-child:after { + content: "" +} +.ielt9 #content header nav li.lastChild:after { + content: "" +} +#content h2 { + font-size: 150%; + line-height: 1.5em; + margin-bottom: 1em; + margin-top: 2em +} +#content h3 { + font-size: 125%; + line-height: 1.2em; + margin-bottom: 1.2em; + margin-top: 1.2em +} +.formatted { + position: relative +} +.formatted blockquote { + background: #FFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAQCAYAAAD52jQlAAAACXBIWXMAAAsTAAALEwEAmpwYAAABnklEQVQ4EZWToZLCQAyGw85NMdR0MK2hCtUqFCgUmPICfTsEb1CFAoVCFQOKGjCAAQOG65+77Cy0ywwR3W3ybTbZJI1nKWSR6/VK6/WaDocDpWlqof7Up9OJVqsVua5LPzYyz3N2+Hg8GIHjIAgq+P1+Z26z2bDteDxWnQKaz+cEI6TValGv16t1iOjA3m43Zj3Po8Fg8OoUUJZlJNFFUcQOm80mHzI/2+2W0wXrOA5zcRwzotM3HQIaDocUhqHpR+/3+z0tl0v+Ryaj0Yja7ba2s1NJWSJMkuQF0nS5weWLxYJVuHwymXBxTEbhB5C8S7/ftzoUVi5HhKj2uyhUtSgK1iMVeZd3EP94x8vlwibf92uLB6Pa7XYM4WN7QwHQZiKfLm/MZrOnpC4HsCIS8ynw7tPp1ET0vtvtMitdouocgkafYkJEzuezbCsrsjVZLlSF+lfIANjsph4jLfLRqUDfrgq9ZpNOp6NNda2jjeUGNRBRtorjMsyxCJyaB0WPFTNvdoNChVE9U9CvmKr36NDsZvQ4g4vG4zFJ5aH7BYMAsaH2qs0LAAAAAElFTkSuQmCC) 0 0 no-repeat; + background-size: 1.3125em 1em; + color: #888; + margin: 3em 0 1.5em; + padding: 0 0 0 2.0625em +} +.ielt8 .formatted blockquote {/* Strange bug in IE 7 means a background-color MUST be set for this image to appear ... ? */ background-color:#FFF; + background-image: url(assets/img/bg-blockquote.png) +} +.formatted img,.formatted object,.formatted video { + margin-bottom: 1.5em; + max-width: 100% +} +.formatted img.G5 { + max-width: 48.75em +} +.formatted img.G6 { + max-width: 58.75em +} +.formatted object,.formatted video { + width: 100% !important +} +.formatted ol { + list-style: outside decimal +} +.formatted ul { + list-style: outside disc +} +.formatted p code { + font-size: 100%; + margin: 0 +} +.formatted cite { + font: normal italic 400 87.5%/1.71428571em Georgia,Serif; + text-align: right +} +.formatted hr { + display: none +} +#screen { + margin: 0 auto; + padding: 3em 0; + width: 58.875em +} +#screen > footer .HSC,#screen > header .HSC { + height: 2em; + margin-bottom: 0 +} +#screen > footer ul,#screen > header h1,#screen > header ul { + margin-bottom: 0 !important +} +#screen > footer li li,#screen > header li li { + font-size: 87.5%; + letter-spacing: 0; + line-height: 1.5em; + text-transform: none +} +#screen > header { + background: transparent 0 100% repeat-x; + margin-bottom: 1.5em; + padding-bottom: 1.5em +} +#screen > header form { + display: none +} +#screen > header h1 { + padding-bottom: .25em; + padding-top: 1.75em +} +#screen > header h1 img { + height: 3.4375em +} +#screen > header a { + color: #000 !important; + display: block; + text-decoration: none +} +#screen > header a:hover { + text-decoration: underline +} +#screen > header strong a { + background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAGCAAAAADBUmCpAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAHklEQVQIHWOI/PT/P4MxkGQwNra/CSV8bv5nAEkAANIFDmMxRyBPAAAAAElFTkSuQmCC) 0 50% no-repeat; + background-size: .25em .375em; + -moz-background-size: .25em .375em; + -webkit-background-size: .25em .375em; + font-weight: 400; + margin-left: -.75em; + padding-left: .75em +} +.ielt8 #screen > header strong a { + background-image: url(assets/img/bg-bullet.png) +} +#screen > footer { + clear: both +} +#screen > footer > nav > ul { + background: transparent 0 0 repeat-x; + margin-top: 1.5em; + padding-top: 1.5em +} +#screen > footer > nav > ul strong a { + font-weight: 400 +} +#footerOne { + margin-top: 4.5em +} +#footerTwo li { + font-size: 75%; + float: left; + letter-spacing: .1em; + line-height: 2em; + margin: 0 .75em 0 0; + text-transform: uppercase +} +#footerTwo li:last-child { + float: right; + letter-spacing: 0; + margin: 0 0 0 .75em; + text-transform: none +} +.ielt9 #footerTwo li.lastChild { + float: right; + letter-spacing: 0; + margin: 0 0 0 .75em; + text-transform: none +} +#screen > footer #footerTwo li a { + color: #000 !important; + text-decoration: none +} +#footerTwo li a:hover { + text-decoration: underline +} +.archives #content fieldset { + background: transparent 0 100% repeat-x; + margin-bottom: 0; + margin-top: 1.5em; + padding-bottom: 1.5em +} +.archives #content fieldset input[type=text] { + width: 28.875em +} +.ielt8 .contact #content .G4 { + margin-right: 1.125em +} +.ielt8 .contact #content .G2 { + margin-left: -1.125em +} +.contact #content img { + border: solid .1em #888; + margin-bottom: 1.5em; + width: 38.675em +} +.index #content { + padding-bottom: 0 +} +.index #content .G6 { + background: transparent 0 100% repeat-x; + margin-bottom: 1.5em; + padding-bottom: 1.5em +} +.index #content .G6 img { + margin-bottom: 1.5em; + width: 58.875em +} +.index #content .G6 h1 { + margin: 0 !important +} +.index #content .G6 h2 { + font-size: 200%; + line-height: 1.3334em; + margin: 0 0 .375em !important +} +.index #content .G6 h2 a { + color: #000 !important; + text-decoration: none +} +.index #content .G6 h2 a:hover { + text-decoration: underline +} +.index #content .G6 hgroup,.index #content .G6 .formatted { + padding-left: 20em +} +.csscolumns .index #content .G6 hgroup,.csscolumns .index #content .G6 .formatted { + padding-left: 0 +} +.csscolumns .index #content .G6 .formatted { + column-count: 3; + column-gap: 1.125em; + -moz-column-count: 3; + -moz-column-gap: 18px; + -webkit-column-count: 3; + -webkit-column-gap: 1.125em +} +.index .containsArticles dd { + background: transparent !important; + margin-bottom: 1.5em; + padding-bottom: 0 +} +.single #comments { + margin-top: 3em +} +.single #comments form { + background: transparent 0 0 repeat-x; + padding-top: 3em +} +.single #comments form label { + color: #000 !important; + display: block +} +.single #comments form li { + margin-bottom: .75em +} +.containsArticles dd,#containsTwoosers,#screen > header,#screen > footer > nav > ul,.archives #content fieldset,.index #content .G6,.single #comments form { + background-image: url(data:image/png;base64,R0lGODlhSAABAIAAAP///2ZmZiH5BAEHAAAALAAAAABIAAEAAAINDG54kLwNn1TU1XhXAQA7) +} +.ielt8 .containsArticles dd,.ielt8 #containsTwoosers,.ielt8 #screen > header,.ielt8 #screen > footer > nav > ul,.ielt8 .archives #content fieldset,.ielt8 .index #content .G6,.ielt8 .single #comments form { + background-image: url(assets/img/bg-border-h.gif) +} +fieldset:after,fieldset ol li:after,#screen:after,.containsAddress:after,.containsFollowers:after,.containsGallery:after,.containsGrid:after,.G1:after,.G2:after,.G3:after,.G4:after,.G5:after,.G6:after,#screen > footer:after,#screen > header:after,#screen > header nav:after { + clear: both; + content: '.'; + display: block; + height: 0; + visibility: hidden +} +.ielt9 fieldset,.ielt9 fieldset ol li,.ielt9 #screen,.ielt9 .containsAddress,.ielt9 .containsFollowers,.ielt9 .containsGalleries li,.ielt9 .containsGallery,.ielt9 .containsGrid,.ielt9 .G1,.ielt9 .G2,.ielt9 .G3,.ielt9 .G4,.ielt9 .G5,.ielt9 .G6,.ielt9 #screen > footer,.ielt9 #screen > header,.ielt9 #screen > header nav { + zoom: 1 +} -@import url(css/bundle.css.php?dir=css&files=base,typography,list,frame,header,footer); -/*@import url(css/base.css);*/ -/*@import url(css/typography.css);*/ -/*@import url(css/list.css);*/ -/*@import url(css/frame.css);*/ -/*@import url(css/header.css);*/ -/*@import url(css/footer.css);*/ -@import url(css/iphone.css) screen and (max-device-width: 320px); +} +@media screen and (min-width:1440px) {body { + font-size: 112.5% +} + +} +@media screen and (max-width:1024px) {body { + font-size: 100%; + overflow-x: hidden; +} +address,blockquote,caption,cite,code,dl,figcaption,h1,h2,h3,h4,h5,h6,label,legend,ol,p,pre,ul,table { + -webkit-text-size-adjust: none !important +} +form ol li input[type=text] { + width: 75% +} +form ol li textarea { + width: 99% +} +.G1,.G2,.G3,.G4,.G5,.G6 { + clear: both; + float: none; + margin: 0 0 1.5em; + width: 100% +} +.containsArticles dt .date { + left: auto; + position: relative; + text-align: left; + top: auto; + width: auto +} +.containsArticles dt .title { + line-height: 1.3334em +} +.containsGalleries h1,.containsGalleries h2,.containsGalleries h3 { + left: auto; + margin-bottom: 2em !important; + top: auto; + position: relative; + text-align: left; + width: auto +} +.containsGallery li { + float: left; + width: 7.90625em +} +.containsGallery li img { + margin: 0 !important +} +.containsFollowers li { + height: 2.333em; + width: 2.333em +} +.containsFollowers img { + height: 2.233em; + width: 2.233em +} +#containsTwoosers > li { + float: left; + width: 33.3% +} +#content { + margin-bottom: 3em; + margin-top: 1.5em +} +#content aside { + background: #EEE; + left: auto; + margin: 0 0 2em; + padding: 1em; + position: relative; + top: auto; + width: auto +} +.formatted img,.formatted object,.formatted video { + margin: 0 0 1.5em !important; + max-width: 100% !important +} +.formatted object,.formatted video { + width: 100% !important +} +.formatted img.G4,.formatted img.G5,.formatted img.G6,.contact #content img { + width: 100% !important +} +.formatted ol,.formatted ul { + list-style-position: inside +} +#screen { + margin: 6.375em auto 2.25em; + padding: 0; + width: 35em +} +#screen > header form { + display: block +} +#screen > header label { + clip: rect(1px,1px,1px,1px); + position: absolute !important +} +#footerOne > li { + float: left; + margin-bottom: 0; + width: 25% +} +#footerOne > li:nth-child(1) { + display: none; + width: 100% +} +#footerTwo > :last-child { + float: left !important; + margin-left: 0 !important; + margin-top: 1.5em !important +} +.index #content .G6 img { + width: 100% +} +.index #content .G6 hgroup,.index #content .G6 .formatted { + padding-left: 0 !important +} +.csscolumns .index #content .G6 .formatted { + column-count: 1; + column-gap: 0; + -moz-column-count: 1; + -moz-column-gap: 0; + -webkit-column-count: 1; + -webkit-column-gap: 0 +} +.index #content .G4 { + background: transparent url(data:image/png;base64,R0lGODlhSAABAIAAAP///2ZmZiH5BAEHAAAALAAAAABIAAEAAAINDG54kLwNn1TU1XhXAQA7) 0 0 repeat-x; + margin-top: 1.5em; + padding-top: 1.5em +} +.single #content header { + padding-top: 1.5em +} +.single #content header nav { + left: 0; + margin: 0; + top: 0; + width: auto +} +.single #content header nav ul { + text-align: right +} + +} +@media screen and (min-width:596px) and (max-width:1024px) {#screen > header h1,#screen > header nav,#headerOne > li,#headerTwo > li li { + float: left +} +#screen > header h1 { + width: 33.333% +} +#screen > header nav { + width: 66.666% +} +#headerOne > li { + margin-bottom: 0; + width: 33.333% +} +#headerTwo > li h2,#headerTwo > li li span { + clip: rect(1px,1px,1px,1px); + position: absolute !important +} +#screen > header form { + background: #EEE; + border-bottom: solid .1em #D6D6D6; + height: 3em; + left: 0; + position: absolute; + right: 0; + top: .3em +} +#screen > header form fieldset { + margin-right: -17.5em; + position: absolute; + right: 50%; + top: .75em +} +#headerTwo { + margin-left: -18.625em; + position: absolute; + left: 50%; + top: 1.05em; + width: auto; + text-shadow: #FFF 0 1px 0 +} +#headerTwo > li h2 { + clip: rect(1px,1px,1px,1px); + position: absolute !important +} +#headerTwo > li li { + font: normal normal 75%/2em arial,sans-serif !important; + margin-left: 1.5em +} + +} +@media screen and (max-device-width:1024px) and (width:1024px) {body { + font-size: 131.25% +} + +} +@media screen and (max-device-width:1024px) and (width:768px) {body { + font-size: 112.5% +} + +} +@media screen and (max-width:595px) {body { + font-size: 100% +} +.HSC { + font-size: 87.5% !important; + height: auto !important; + line-height: 1.71428571em; + margin-bottom: .85714286em +} +.containsFollowers li { + height: 2.775em; + width: 2.775em +} +.containsFollowers img { + height: 2.675em; + width: 2.675em +} +.containsGalleries h1,.containsGalleries h2,.containsGalleries h3 { + font-size: 93.75% !important; + line-height: 1.6em !important; + margin-bottom: 1.6em !important +} +.containsGallery li { + width: 6.09375em +} +#containsTwoosers > li { + width: 50% +} +#screen { + margin-bottom: 1.125em; + margin-top: 0; + width: 27.75em +} +#screen > header { + position: relative +} +#screen > header h1 { + width: 50% +} +#screen > header a { + margin-bottom: 0 !important +} +#screen > header form { + bottom: 1.75em; + position: absolute; + left: 66.666%; + right: 0; + top: 1.75em +} +#screen > header fieldset:nth-child(1) { + display: none +} +#screen > header select { + background: #FFF; + border: solid .1em #888; + font-size: 87.5%; + margin: 0; + position: absolute; + width: 100% +} +#screen > header select#mobile-menu { + top: 0 +} +#screen > header select#mobile-lang { + bottom: 0 +} +#headerOne,#headerTwo { + display: none +} +#footerOne > li { + width: 50% +} +#footerOne > li:nth-child(1) { + display: block +} +#footerOne li,#footerTwo li:last-child { + font-size: 93.75% !important; + line-height: 1.6em; + margin-bottom: 0 +} +#footerOne > li:nth-child(1),#footerOne > li:nth-child(2),#footerOne > li:nth-child(3) { + margin-bottom: 1.5em +} +#footerTwo li { + font-size: 87.5% !important; + line-height: 1.71428571em +} + +} +@media screen and (max-width:479px) {body { + font-size: 100% +} +.containsFollowers li { + height: 1.775em; + width: 1.775em +} +.containsFollowers img { + height: 1.675em; + width: 1.675em +} +.containsGallery li { + width: 8.3125em +} +#containsTwoosers > li { + width: 100% +} +#screen { + width: 17.75em +} +#screen > header form { + left: 50% +} + +} diff --git a/tweets.php b/tweets.php index 4612936..2993a45 100644 --- a/tweets.php +++ b/tweets.php @@ -1,149 +1,101 @@ - - - - - - - -

    -
      -
    • -
    • -
    -
    -
    - -
    - - - -
    -
    -

    -
    - - -
    -
    - -
    - -
    - -
    - -
    - -
    -
    - -
    -
    - -
    - -
    - -
    - -
    - -
    -
    - -
    -
    - -
    - -
    - -
    -
    -
    -
    -
    - \ No newline at end of file + + + + + + + + + + + +
    + + +
    +
    +

    +
    + +
      + +
        +
      • +
        +

        iA

        +

        Oliver Reichenstein

        +

        CEO, Founder

        +
        + iA +
      • +
      • +
        +

        iA_Chris

        +

        Chris Luscher

        +

        Partner

        +
        + iA_Chris +
      • +
      • +
        +

        beseku

        +

        Ben Sekulowicz

        +

        CTO

        +
        + beseku +
      • +
      • +
        +

        iA2

        +

        Takeshi Tanaka

        +

        Information Designer

        +
        + iA2 +
      • +
      • +
        +

        iA_Ralf

        +

        Ralf Ressman

        +

        Project Manager

        +
        + iA2 +
      • +
      • +
        +

        tputh

        +

        Tputh

        +

        iA Service

        +
        + tputh +
      • +
      • +
        +

        webtrendmap

        +

        Web Trend Map

        +

        iA Service

        +
        + webtrendmap +
      • +
      + + +
      + +
      + +
      +
      + + + +
      + +