muck-engine 0.4.9 → 0.4.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/VERSION +1 -1
- data/lib/muck_engine/populate.rb +1 -1
- data/lib/muck_engine/tasks.rb +134 -133
- data/lib/test/shoulda_macros/controller.rb +1 -1
- data/locales/ar.yml +7 -0
- data/locales/bg.yml +7 -0
- data/locales/ca.yml +8 -1
- data/locales/cs.yml +7 -0
- data/locales/da.yml +7 -0
- data/locales/de.yml +7 -0
- data/locales/el.yml +7 -0
- data/locales/es.yml +7 -0
- data/locales/et.yml +7 -0
- data/locales/fa.yml +7 -0
- data/locales/fi.yml +7 -0
- data/locales/fr.yml +7 -0
- data/locales/gl.yml +7 -0
- data/locales/hi.yml +7 -0
- data/locales/hr.yml +7 -0
- data/locales/hu.yml +7 -0
- data/locales/id.yml +7 -0
- data/locales/it.yml +7 -0
- data/locales/iw.yml +7 -0
- data/locales/ja.yml +7 -0
- data/locales/ko.yml +7 -0
- data/locales/lt.yml +7 -0
- data/locales/lv.yml +7 -0
- data/locales/mt.yml +7 -0
- data/locales/nl.yml +7 -0
- data/locales/no.yml +7 -0
- data/locales/pl.yml +7 -0
- data/locales/pt-PT.yml +7 -0
- data/locales/ro.yml +7 -0
- data/locales/ru.yml +7 -0
- data/locales/sk.yml +7 -0
- data/locales/sl.yml +7 -0
- data/locales/sq.yml +7 -0
- data/locales/sr.yml +8 -1
- data/locales/sv.yml +7 -0
- data/locales/th.yml +24 -17
- data/locales/tl.yml +7 -0
- data/locales/tr.yml +7 -0
- data/locales/uk.yml +7 -0
- data/locales/vi.yml +8 -1
- data/locales/zh-CN.yml +7 -0
- data/locales/zh-TW.yml +9 -2
- data/locales/zh.yml +7 -0
- data/muck-engine.gemspec +10 -3
- data/public/images/fancybox/blank.gif +0 -0
- data/public/images/fancybox/fancy_close.png +0 -0
- data/public/images/fancybox/fancy_loading.png +0 -0
- data/public/images/fancybox/fancy_nav_left.png +0 -0
- data/public/images/fancybox/fancy_nav_right.png +0 -0
- data/public/images/fancybox/fancy_shadow_e.png +0 -0
- data/public/images/fancybox/fancy_shadow_n.png +0 -0
- data/public/images/fancybox/fancy_shadow_ne.png +0 -0
- data/public/images/fancybox/fancy_shadow_nw.png +0 -0
- data/public/images/fancybox/fancy_shadow_s.png +0 -0
- data/public/images/fancybox/fancy_shadow_se.png +0 -0
- data/public/images/fancybox/fancy_shadow_sw.png +0 -0
- data/public/images/fancybox/fancy_shadow_w.png +0 -0
- data/public/images/fancybox/fancy_title_left.png +0 -0
- data/public/images/fancybox/fancy_title_main.png +0 -0
- data/public/images/fancybox/fancy_title_over.png +0 -0
- data/public/images/fancybox/fancy_title_right.png +0 -0
- data/public/javascripts/jquery/jquery.easing.js +72 -1
- data/public/javascripts/jquery/jquery.fancybox.js +43 -16
- data/public/javascripts/jquery/jquery.mousewheel.js +13 -0
- data/public/stylesheets/jquery/jquery.fancybox.css +58 -38
- metadata +43 -21
data/locales/sr.yml
CHANGED
@@ -2,9 +2,16 @@
|
|
2
2
|
sr:
|
3
3
|
muck:
|
4
4
|
engine:
|
5
|
+
admin_access_codes: "Приступне а̨ифре"
|
6
|
+
admin_home: "Почетна страница"
|
7
|
+
admin_home_title: "Админ Почетна"
|
8
|
+
admin_logout: Одјава
|
9
|
+
admin_roles: Улоге
|
10
|
+
admin_users: Корисници
|
11
|
+
admin_welcome: "Добродошли назад {{user}}"
|
5
12
|
choose_country: "Изаберите земљу"
|
6
13
|
choose_language: "Одаберите језик"
|
7
|
-
choose_state: "
|
14
|
+
choose_state: "Изаберите државе"
|
8
15
|
missing_parent_error: "Наведите предмет родитеља"
|
9
16
|
select_country_prompt: "Молимо Вас да одаберете земљу"
|
10
17
|
select_language_prompt: "Молимо изаберите језик"
|
data/locales/sv.yml
CHANGED
@@ -2,6 +2,13 @@
|
|
2
2
|
sv:
|
3
3
|
muck:
|
4
4
|
engine:
|
5
|
+
admin_access_codes: Koder
|
6
|
+
admin_home: Hem
|
7
|
+
admin_home_title: "Admin Hem"
|
8
|
+
admin_logout: Logout
|
9
|
+
admin_roles: Roller
|
10
|
+
admin_users: Användare
|
11
|
+
admin_welcome: "Välkommen tillbaka {{user}}"
|
5
12
|
choose_country: "Välj land"
|
6
13
|
choose_language: "Välj språk"
|
7
14
|
choose_state: "Välja statligt"
|
data/locales/th.yml
CHANGED
@@ -2,32 +2,39 @@
|
|
2
2
|
th:
|
3
3
|
muck:
|
4
4
|
engine:
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
5
|
+
admin_access_codes: "รหัส Access"
|
6
|
+
admin_home: บ้าน
|
7
|
+
admin_home_title: "Home Admin"
|
8
|
+
admin_logout: "ออก จาก ระบบ"
|
9
|
+
admin_roles: บทบาท
|
10
|
+
admin_users: "ผู้ ใช้ งาน"
|
11
|
+
admin_welcome: "ยินดี ต้อนรับ กลับ {{user}}"
|
12
|
+
choose_country: "เลือก ประเทศ"
|
13
|
+
choose_language: "เลือก ภาษา"
|
14
|
+
choose_state: "เลือก รัฐ"
|
15
|
+
missing_parent_error: "กรุณา ระบุ วัตถุ ผู้ ปกครอง"
|
16
|
+
select_country_prompt: "กรุณา เลือก ประเทศ"
|
17
|
+
select_language_prompt: "โปรด เลือก ภาษา"
|
18
|
+
select_state_prompt: "กรุณา เลือก รัฐ"
|
12
19
|
forms:
|
13
|
-
please_enter_a_value: "
|
20
|
+
please_enter_a_value: "โปรด ป้อน ค่า สำหรับ {{label}}"
|
14
21
|
general:
|
15
|
-
activate:
|
22
|
+
activate: "เปิด ใช้ งาน"
|
16
23
|
deactivate: ยกเลิก
|
17
24
|
delete: ลบ
|
18
25
|
deleting: "ลบ ..."
|
19
|
-
disable:
|
20
|
-
enable:
|
21
|
-
enabled:
|
22
|
-
general_info:
|
26
|
+
disable: "ทำให้ สามารถ"
|
27
|
+
enable: "ไม่ สามารถ"
|
28
|
+
enabled: "เปิด ใช้ งาน?"
|
29
|
+
general_info: "ข้อมูล ทั่วไป"
|
23
30
|
help: ช่วยเหลือ
|
24
31
|
loading: "โหลด ..."
|
25
|
-
next: "
|
32
|
+
next: "ถัด ไป »"
|
26
33
|
no_text: ไม่ใช่
|
27
|
-
previous:
|
28
|
-
read_more:
|
34
|
+
previous: "«ก่อน หน้า"
|
35
|
+
read_more: "อ่าน ข้อมูล เพิ่มเติม"
|
29
36
|
save: บันทึก
|
30
|
-
settings_saved:
|
37
|
+
settings_saved: "การ ตั้ง ค่า ได้ ถูก บันทึก."
|
31
38
|
time_ago: "แล้ว {{time_in_words}}"
|
32
39
|
update: อัพเดต
|
33
40
|
yes_text: ใช่
|
data/locales/tl.yml
CHANGED
@@ -2,6 +2,13 @@
|
|
2
2
|
tl:
|
3
3
|
muck:
|
4
4
|
engine:
|
5
|
+
admin_access_codes: "Access Code"
|
6
|
+
admin_home: Bagay
|
7
|
+
admin_home_title: "Admin Home"
|
8
|
+
admin_logout: Logout
|
9
|
+
admin_roles: Roles
|
10
|
+
admin_users: "Ang mga gumagamit"
|
11
|
+
admin_welcome: "Maligayang pagdating sa likod {{user}}"
|
5
12
|
choose_country: "Pumili ng Bansa"
|
6
13
|
choose_language: "Pumili ng Wika"
|
7
14
|
choose_state: "Pumili ng Estado"
|
data/locales/tr.yml
CHANGED
@@ -2,6 +2,13 @@
|
|
2
2
|
tr:
|
3
3
|
muck:
|
4
4
|
engine:
|
5
|
+
admin_access_codes: "Giriş Kodları"
|
6
|
+
admin_home: Ev
|
7
|
+
admin_home_title: "Admin Ana Sayfa"
|
8
|
+
admin_logout: Logout
|
9
|
+
admin_roles: Roller
|
10
|
+
admin_users: Kullanıcılar
|
11
|
+
admin_welcome: "Geri {{user}} Hoşgeldiniz"
|
5
12
|
choose_country: "Ülke seçin"
|
6
13
|
choose_language: "Dil Seç"
|
7
14
|
choose_state: State
|
data/locales/uk.yml
CHANGED
@@ -2,6 +2,13 @@
|
|
2
2
|
uk:
|
3
3
|
muck:
|
4
4
|
engine:
|
5
|
+
admin_access_codes: "Коди доступу"
|
6
|
+
admin_home: Будинок
|
7
|
+
admin_home_title: "Головна сторінка управління"
|
8
|
+
admin_logout: Вийти
|
9
|
+
admin_roles: Ролі
|
10
|
+
admin_users: Користувач
|
11
|
+
admin_welcome: "Ласкаво просимо {{user}}"
|
5
12
|
choose_country: "Виберіть країну"
|
6
13
|
choose_language: "Вибір мови"
|
7
14
|
choose_state: "Виберіть держава"
|
data/locales/vi.yml
CHANGED
@@ -2,13 +2,20 @@
|
|
2
2
|
vi:
|
3
3
|
muck:
|
4
4
|
engine:
|
5
|
+
admin_access_codes: "Mã truy cập"
|
6
|
+
admin_home: "Gia đình"
|
7
|
+
admin_home_title: "Admin Trang chủ"
|
8
|
+
admin_logout: Thoát
|
9
|
+
admin_roles: "Vai trò"
|
10
|
+
admin_users: "Người dùng"
|
11
|
+
admin_welcome: "Chào mừng bạn trở {{user}}"
|
5
12
|
choose_country: "Chọn Quốc gia"
|
6
13
|
choose_language: "Chọn ngôn ngữ"
|
7
14
|
choose_state: "Chọn nhà nước"
|
8
15
|
missing_parent_error: "Hãy chỉ định một đối tượng phụ huynh"
|
9
16
|
select_country_prompt: "Hãy lựa chọn một quốc gia"
|
10
17
|
select_language_prompt: "Hãy lựa chọn một ngôn ngữ"
|
11
|
-
select_state_prompt: "Hãy
|
18
|
+
select_state_prompt: "Hãy chọn một nhà nước"
|
12
19
|
forms:
|
13
20
|
please_enter_a_value: "Xin vui lòng nhập một giá trị cho {{label}}"
|
14
21
|
general:
|
data/locales/zh-CN.yml
CHANGED
data/locales/zh-TW.yml
CHANGED
@@ -2,6 +2,13 @@
|
|
2
2
|
zh-TW:
|
3
3
|
muck:
|
4
4
|
engine:
|
5
|
+
admin_access_codes: 接入碼
|
6
|
+
admin_home: 家
|
7
|
+
admin_home_title: 管理主頁
|
8
|
+
admin_logout: 註銷
|
9
|
+
admin_roles: 角色
|
10
|
+
admin_users: 用戶
|
11
|
+
admin_welcome: "歡迎回來 {{user}}"
|
5
12
|
choose_country: 選擇國家
|
6
13
|
choose_language: 選擇語言
|
7
14
|
choose_state: 選擇國家
|
@@ -10,12 +17,12 @@ zh-TW:
|
|
10
17
|
select_language_prompt: 請選擇一種語言
|
11
18
|
select_state_prompt: 請選擇一個國家
|
12
19
|
forms:
|
13
|
-
please_enter_a_value: "請輸入一個值為{{label}}"
|
20
|
+
please_enter_a_value: "請輸入一個值為 {{label}}"
|
14
21
|
general:
|
15
22
|
activate: 激活
|
16
23
|
deactivate: 停用
|
17
24
|
delete: 刪除
|
18
|
-
deleting:
|
25
|
+
deleting: "刪除 ..."
|
19
26
|
disable: 使能夠
|
20
27
|
enable: 喪失能力
|
21
28
|
enabled: 啟用?
|
data/locales/zh.yml
CHANGED
data/muck-engine.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{muck-engine}
|
8
|
-
s.version = "0.4.
|
8
|
+
s.version = "0.4.10"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Justin Ball", "Joel Duffin"]
|
12
|
-
s.date = %q{2010-02-
|
12
|
+
s.date = %q{2010-02-24}
|
13
13
|
s.description = %q{The base engine for the muck system. Contains common tables, custom for, css and javascript.}
|
14
14
|
s.email = %q{justin@tatemae.com}
|
15
15
|
s.extra_rdoc_files = [
|
@@ -139,8 +139,13 @@ Gem::Specification.new do |s|
|
|
139
139
|
"public/images/arrow_left.gif",
|
140
140
|
"public/images/arrow_right.gif",
|
141
141
|
"public/images/arrow_up.gif",
|
142
|
+
"public/images/fancybox/blank.gif",
|
143
|
+
"public/images/fancybox/fancy_close.png",
|
142
144
|
"public/images/fancybox/fancy_closebox.png",
|
143
145
|
"public/images/fancybox/fancy_left.png",
|
146
|
+
"public/images/fancybox/fancy_loading.png",
|
147
|
+
"public/images/fancybox/fancy_nav_left.png",
|
148
|
+
"public/images/fancybox/fancy_nav_right.png",
|
144
149
|
"public/images/fancybox/fancy_progress.png",
|
145
150
|
"public/images/fancybox/fancy_right.png",
|
146
151
|
"public/images/fancybox/fancy_shadow_e.png",
|
@@ -153,6 +158,7 @@ Gem::Specification.new do |s|
|
|
153
158
|
"public/images/fancybox/fancy_shadow_w.png",
|
154
159
|
"public/images/fancybox/fancy_title_left.png",
|
155
160
|
"public/images/fancybox/fancy_title_main.png",
|
161
|
+
"public/images/fancybox/fancy_title_over.png",
|
156
162
|
"public/images/fancybox/fancy_title_right.png",
|
157
163
|
"public/images/icons/accept.png",
|
158
164
|
"public/images/icons/add.png",
|
@@ -539,6 +545,7 @@ Gem::Specification.new do |s|
|
|
539
545
|
"public/javascripts/jquery/jquery.jgrowl.js",
|
540
546
|
"public/javascripts/jquery/jquery.js",
|
541
547
|
"public/javascripts/jquery/jquery.metadata.min.js",
|
548
|
+
"public/javascripts/jquery/jquery.mousewheel.js",
|
542
549
|
"public/javascripts/jquery/jquery.queryString.js",
|
543
550
|
"public/javascripts/jquery/jquery.swapimage.js",
|
544
551
|
"public/javascripts/jquery/jquery.swapimage.min.js",
|
@@ -1253,7 +1260,7 @@ Gem::Specification.new do |s|
|
|
1253
1260
|
s.rdoc_options = ["--charset=UTF-8"]
|
1254
1261
|
s.require_paths = ["lib"]
|
1255
1262
|
s.rubyforge_project = %q{muck-engine}
|
1256
|
-
s.rubygems_version = %q{1.3.
|
1263
|
+
s.rubygems_version = %q{1.3.6}
|
1257
1264
|
s.summary = %q{The base engine for the muck system.}
|
1258
1265
|
s.test_files = [
|
1259
1266
|
"test/rails_root/app/controllers/admin/default_controller.rb",
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1 +1,72 @@
|
|
1
|
-
|
1
|
+
/*
|
2
|
+
* jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/
|
3
|
+
*
|
4
|
+
* Uses the built in easing capabilities added In jQuery 1.1
|
5
|
+
* to offer multiple easing options
|
6
|
+
*
|
7
|
+
* TERMS OF USE - jQuery Easing
|
8
|
+
*
|
9
|
+
* Open source under the BSD License.
|
10
|
+
*
|
11
|
+
* Copyright © 2008 George McGinley Smith
|
12
|
+
* All rights reserved.
|
13
|
+
*
|
14
|
+
* Redistribution and use in source and binary forms, with or without modification,
|
15
|
+
* are permitted provided that the following conditions are met:
|
16
|
+
*
|
17
|
+
* Redistributions of source code must retain the above copyright notice, this list of
|
18
|
+
* conditions and the following disclaimer.
|
19
|
+
* Redistributions in binary form must reproduce the above copyright notice, this list
|
20
|
+
* of conditions and the following disclaimer in the documentation and/or other materials
|
21
|
+
* provided with the distribution.
|
22
|
+
*
|
23
|
+
* Neither the name of the author nor the names of contributors may be used to endorse
|
24
|
+
* or promote products derived from this software without specific prior written permission.
|
25
|
+
*
|
26
|
+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
|
27
|
+
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
28
|
+
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
29
|
+
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
30
|
+
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
|
31
|
+
* GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
|
32
|
+
* AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
33
|
+
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
34
|
+
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
35
|
+
*
|
36
|
+
*/
|
37
|
+
|
38
|
+
// t: current time, b: begInnIng value, c: change In value, d: duration
|
39
|
+
eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?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<d/2)6 h.i.A(x,t*2,0,c,d)*.5+b;6 h.i.v(x,t*2-d,0,c,d)*.5+c*.5+b}});',62,74,'||||||return||Math|function|||||if|var|PI|jQuery|easing|pow|75|70158|else|sin|sqrt||5625|asin|||undefined|easeOutBounce|abs||def|swing|easeInBounce|525|cos|easeOutQuad|easeOutBack|easeInBack|easeInSine|easeOutElastic|easeInOutQuint|easeOutQuint|easeInQuint|easeInOutQuart|easeOutQuart|easeInQuart|extend|easeInElastic|easeInOutCirc|easeInOutCubic|easeOutCirc|easeInOutElastic|easeOutCubic|easeInCirc|easeInOutExpo|easeInCubic|easeOutExpo|easeInExpo||9375|easeInOutSine|easeInOutQuad|25|easeOutSine|easeInOutBack|easeInQuad|625|984375|jswing|easeInOutBounce'.split('|'),0,{}))
|
40
|
+
|
41
|
+
/*
|
42
|
+
*
|
43
|
+
* TERMS OF USE - EASING EQUATIONS
|
44
|
+
*
|
45
|
+
* Open source under the BSD License.
|
46
|
+
*
|
47
|
+
* Copyright © 2001 Robert Penner
|
48
|
+
* All rights reserved.
|
49
|
+
*
|
50
|
+
* Redistribution and use in source and binary forms, with or without modification,
|
51
|
+
* are permitted provided that the following conditions are met:
|
52
|
+
*
|
53
|
+
* Redistributions of source code must retain the above copyright notice, this list of
|
54
|
+
* conditions and the following disclaimer.
|
55
|
+
* Redistributions in binary form must reproduce the above copyright notice, this list
|
56
|
+
* of conditions and the following disclaimer in the documentation and/or other materials
|
57
|
+
* provided with the distribution.
|
58
|
+
*
|
59
|
+
* Neither the name of the author nor the names of contributors may be used to endorse
|
60
|
+
* or promote products derived from this software without specific prior written permission.
|
61
|
+
*
|
62
|
+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
|
63
|
+
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
64
|
+
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
65
|
+
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
66
|
+
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
|
67
|
+
* GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
|
68
|
+
* AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
69
|
+
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
70
|
+
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
71
|
+
*
|
72
|
+
*/
|
@@ -1,16 +1,43 @@
|
|
1
|
-
/*
|
2
|
-
* FancyBox - jQuery Plugin
|
3
|
-
*
|
4
|
-
*
|
5
|
-
* Copyright (c)
|
6
|
-
* Examples and documentation at: http://fancybox.net
|
7
|
-
*
|
8
|
-
* Version: 1.
|
9
|
-
* Requires: jQuery v1.3+
|
10
|
-
*
|
11
|
-
* Dual licensed under the MIT and GPL licenses:
|
12
|
-
* http://www.opensource.org/licenses/mit-license.php
|
13
|
-
* http://www.gnu.org/licenses/gpl.html
|
14
|
-
*/
|
15
|
-
|
16
|
-
;
|
1
|
+
/*
|
2
|
+
* FancyBox - jQuery Plugin
|
3
|
+
* Simple and fancy lightbox alternative
|
4
|
+
*
|
5
|
+
* Copyright (c) 20010 Janis Skarnelis
|
6
|
+
* Examples and documentation at: http://fancybox.net
|
7
|
+
*
|
8
|
+
* Version: 1.3.0 (02/02/2010)
|
9
|
+
* Requires: jQuery v1.3+
|
10
|
+
*
|
11
|
+
* Dual licensed under the MIT and GPL licenses:
|
12
|
+
* http://www.opensource.org/licenses/mit-license.php
|
13
|
+
* http://www.gnu.org/licenses/gpl.html
|
14
|
+
*/
|
15
|
+
|
16
|
+
;(function(b){function H(){v.hide();r.onerror=r.onload=null;F&&F.abort();l.empty()}function Q(){b.fancybox('<p id="fancybox_error">The requested content cannot be loaded.<br />Please try again later.</p>',{scrolling:"no",padding:20,transitionIn:"none",transitionOut:"none"})}function B(){H();var a=q[s];e=b.extend({},b.fn.fancybox.defaults,typeof b(a).data("fancybox")=="undefined"?e:b(a).data("fancybox"));var d,f,o=a.title||b(a).title||e.title||"";if(a.nodeName&&!e.orig)e.orig=b(a).children("img:first").length?
|
17
|
+
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(I))f="image";else if(d.match(T))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!==
|
18
|
+
"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,s,e)===false){h=false;return}l.css("padding",t+e.padding+e.margin);b(".fancybox-inline-tmp").unbind("fancybox-cancel").bind("fancybox-change",function(){b(this).replaceWith(i.children())});switch(f){case "html":l.html(e.content);G();break;case "inline":b('<div class="fancybox-inline-tmp" />').hide().insertBefore(b(a)).bind("fancybox-cleanup",
|
19
|
+
function(){b(this).replaceWith(i.children())}).bind("fancybox-cancel",function(){b(this).replaceWith(l.children())});b(a).appendTo(l);G();break;case "image":h=false;b.fancybox.showActivity();r=new Image;r.onerror=function(){Q()};r.onload=function(){r.onerror=null;r.onload=null;U()};r.src=d;break;case "swf":var u="",w="";u+='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+e.width+'" height="'+e.height+'"><param name="movie" value="'+d+'"></param>';b.each(e.swf,function(p,R){u+=
|
20
|
+
'<param name="'+p+'" value="'+R+'"></param>';w+=" "+p+'="'+R+'"'});u+='<embed src="'+d+'" type="application/x-shockwave-flash" width="'+e.width+'" height="'+e.height+'"'+w+"></embed></object>";l.html(u);G();break;case "ajax":a=d.split("#",2);f=e.ajax.data||{};if(a.length>1){d=a[0];typeof f=="string"?(f+="&selector="+a[1]):(f.selector=a[1])}h=false;b.fancybox.showActivity();F=b.ajax(b.extend(e.ajax,{url:d,data:f,error:Q,success:function(p){if(F.status==200){l.html(p);G()}}}));break;case "iframe":b('<iframe id="fancybox-frame" name="fancybox-frame'+
|
21
|
+
(new Date).getTime()+'" frameborder="0" hspace="0" scrolling="'+e.scrolling+'" src="'+e.href+'"></iframe>').appendTo(l);J();break}}function U(){h=true;e.width=r.width;e.height=r.height;b("<img />").attr({id:"fancybox-img",src:r.src,alt:e.title}).appendTo(l);J()}function G(){l.width(e.width);l.height(e.height);if(e.width=="auto")e.width=l.width();if(e.height=="auto")e.height=l.height();J()}function J(){v.hide();if(g.is(":visible")&&b.isFunction(c.onCleanup))if(c.onCleanup(j,n,c)===false){b.event.trigger("fancybox-cancel");
|
22
|
+
h=false;return}j=q;n=s;c=e;i.get(0).scrollTop=0;i.get(0).scrollLeft=0;if(c.overlayShow){K&&b("select:not(#fancybox-tmp select)").filter(function(){return this.style.visibility!=="hidden"}).css({visibility:"hidden"}).one("fancybox-cleanup",function(){this.style.visibility="inherit"});y.css({"background-color":c.overlayColor,opacity:c.overlayOpacity}).unbind().show()}m=V();W();if(g.is(":visible")){b(z.add(C).add(D)).hide();var a=g.position();k={top:a.top,left:a.left,width:g.width(),height:g.height()};
|
23
|
+
var d=k.width==m.width&&k.height==m.height;i.fadeOut(c.changeFade,function(){function f(){i.html(l.contents()).fadeIn(c.changeFade,L)}b.event.trigger("fancybox-change");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)}).empty().css("overflow","hidden");A.prop=0;b(A).animate({prop:1},{duration:d?0:c.changeSpeed,easing:c.easingChange,step:M,complete:f})})}else{g.css("opacity",1);if(c.transitionIn=="elastic"){k=S();i.css({top:c.padding,
|
24
|
+
left:c.padding,width:Math.max(k.width-c.padding*2,1),height:Math.max(k.height-c.padding*2,1)}).html(l.contents());g.css(k).show();if(c.opacity)m.opacity=0;A.prop=0;b(A).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(m.width-c.padding*2,1),height:Math.max(m.height-c.padding*2-x,1)}).html(l.contents());g.css(m).fadeIn(c.transitionIn=="none"?0:c.speedIn,L)}}}function M(a){var d=Math.round(k.width+(m.width-k.width)*a),
|
25
|
+
f=Math.round(k.height+(m.height-k.height)*a),o=Math.round(k.top+(m.top-k.top)*a),u=Math.round(k.left+(m.left-k.left)*a);g.css({width:d+"px",height:f+"px",top:o+"px",left:u+"px"});d=Math.max(d-c.padding*2,0);f=Math.max(f-(c.padding*2+x*a),0);i.css({width:d+"px",height:f+"px"});if(typeof m.opacity!=="undefined")g.css("opacity",a<0.5?0.5:a)}function L(){i.css("overflow",overflow=c.scrolling=="auto"?c.type=="image"||c.type=="iframe"||c.type=="swf"?"hidden":"auto":c.scrolling=="yes"?"auto":"visible");
|
26
|
+
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&&y.one("click",b.fancybox.close);c.showCloseButton&&z.show();X();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;Y()}function V(){var a=N(),d={},f=
|
27
|
+
c.margin,o=c.autoScale,u=(t+f)*2,w=(t+f)*2,p=c.padding*2;if(c.width.toString().indexOf("%")>-1){d.width=a[0]*parseFloat(c.width)/100-t*2;o=false}else d.width=c.width+p;if(c.height.toString().indexOf("%")>-1){d.height=a[1]*parseFloat(c.height)/100-t*2;o=false}else d.height=c.height+p;if(o&&(d.width>a[0]-u||d.height>a[1]-w))if(e.type=="image"||e.type=="swf"){u+=p;w+=p;o=Math.min(Math.min(a[0]-u,c.width)/c.width,Math.min(a[1]-w,c.height)/c.height);d.width=Math.round(o*(d.width-p))+p;d.height=Math.round(o*
|
28
|
+
(d.height-p))+p}else{d.width=Math.min(d.width,a[0]-u);d.height=Math.min(d.height,a[1]-w)}d.top=a[3]+(a[1]-(d.height+t*2))*0.5;d.left=a[2]+(a[0]-(d.width+t*2))*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}function S(){var a=e.orig?b(e.orig):false,d={};if(a&&a.length){a=Z(a);d={width:a.width+c.padding*2,height:a.height+c.padding*2,top:a.top-c.padding-t,left:a.left-c.padding-t}}else{a=N();d={width:1,height:1,top:a[3]+a[1]*0.5,left:a[2]+a[0]*0.5}}return d}
|
29
|
+
function X(){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)C.show();
|
30
|
+
if(c.cyclic&&j.length>1||n!=j.length-1)D.show()}}function Y(){if(j.length-1>n){var a=j[n+1].href;if(typeof a!=="undefined"&&a.match(I)){var d=new Image;d.src=a}}if(n>0){a=j[n-1].href;if(typeof a!=="undefined"&&a.match(I)){d=new Image;d.src=a}}}function $(){if(v.is(":visible")){b("div",v).css("top",O*-40+"px");O=(O+1)%12}else clearInterval(P)}function N(){return[b(window).width(),b(window).height(),b(document).scrollLeft(),b(document).scrollTop()]}function Z(a){var d=a.offset();d.top+=parseFloat(a.css("paddingTop"))||
|
31
|
+
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}function W(){b("#fancybox-title").remove();x=0;if(c.titleShow!=false){var a=c.title;a=b.isFunction(c.titleFormat)?c.titleFormat(a,j,n,c):aa(a);if(!(!a||a=="")){var d=m.width-c.padding*2;b('<div id="fancybox-title" class="'+("fancybox-title-"+c.titlePosition)+'" />').css({width:d,paddingLeft:c.padding,paddingRight:c.padding}).html(a).appendTo("body");
|
32
|
+
switch(c.titlePosition){case "inside":x=b("#fancybox-title").outerHeight(true)-c.padding;m.height+=x;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(E).hide();K&&b("#fancybox-title span").fixPNG()}}}function aa(a){if(a&&a.length)switch(c.titlePosition){case "inside":return a;case "over":return'<span id="fancybox-title-over">'+a+"</span>";default:return'<span id="fancybox-title-wrap"><span id="fancybox-title-left"></span><span id="fancybox-title-main">'+
|
33
|
+
a+'</span><span id="fancybox-title-right"></span></span>'}return false}function ba(){if(!b("#fancybox-wrap").length){b("body").append(l=b('<div id="fancybox-tmp"></div>'),v=b('<div id="fancybox-loading"><div></div></div>'),y=b('<div id="fancybox-overlay"></div>'),g=b('<div id="fancybox-wrap"></div>'));E=b('<div id="fancybox-outer"></div>').append('<div class="fancy-bg" id="fancy-bg-n"></div><div class="fancy-bg" id="fancy-bg-ne"></div><div class="fancy-bg" id="fancy-bg-e"></div><div class="fancy-bg" id="fancy-bg-se"></div><div class="fancy-bg" id="fancy-bg-s"></div><div class="fancy-bg" id="fancy-bg-sw"></div><div class="fancy-bg" id="fancy-bg-w"></div><div class="fancy-bg" id="fancy-bg-nw"></div>').appendTo(g);
|
34
|
+
E.append(i=b('<div id="fancybox-inner"></div>'),z=b('<a id="fancybox-close"></a>'),C=b('<a href="javascript:;" id="fancybox-left"><span class="fancy-ico" id="fancybox-left-ico"></span></a>'),D=b('<a href="javascript:;" id="fancybox-right"><span class="fancy-ico" id="fancybox-right-ico"></span></a>'));z.click(b.fancybox.close);v.click(b.fancybox.cancel);C.click(function(a){a.preventDefault();b.fancybox.prev()});D.click(function(a){a.preventDefault();b.fancybox.next()});b.support.opacity||E.find(".fancy-bg").fixPNG();
|
35
|
+
if(K){b(z.add(".fancy-ico").add("div",v)).fixPNG();y.get(0).style.setExpression("height","document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'");v.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'");E.prepend('<iframe id="fancybox-hide-sel-frame" src="javascript:\'\';" scrolling="no" frameborder="0" ></iframe>')}}}
|
36
|
+
var l,v,y,g,E,i,z,C,D,s=0,e={},q=[],n=0,c={},j=[],F=null,r=new Image,I=/\.(jpg|gif|png|bmp|jpeg)(.*)?$/i,T=/[^\.]\.(swf)\s*$/i,P,O=1,k,m,h=false,t=20,A=b.extend(b("<div/>")[0],{prop:0}),x=0,K=!b.support.opacity&&!window.XMLHttpRequest;b.fn.fixPNG=function(){return this.each(function(){var a=b(this).css("backgroundImage");if(a.match(/^url\(["']?(.*\.png)["']?\)$/i)){a=RegExp.$1;b(this).css({backgroundImage:"none",filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod="+
|
37
|
+
(b(this).css("backgroundRepeat")=="no-repeat"?"crop":"scale")+", src='"+a+"')"}).each(function(){var d=b(this).css("position");d!="absolute"&&d!="relative"&&b(this).css("position","relative")}).css("zoom",1)}})};b.fn.fancybox=function(a){b(this).data("fancybox",b.extend({},a));b(this).unbind("click.fb").bind("click.fb",function(d){d.preventDefault();if(!h){h=true;b(this).blur();q=[];s=0;d=b(this).attr("rel")||"";if(!d||d==""||d==="nofollow")q.push(this);else{q=b("a[rel="+d+"], area[rel="+d+"]");s=
|
38
|
+
q.index(this)}B();return false}});return this};b.fancybox=function(a,d){if(!h){h=true;q=[];s=0;if(b.isArray(a)){for(var f=0,o=a.length;f<o;f++)if(typeof a[f]=="object")b(a[f]).data("fancybox",b.extend({},d,a[f]));else a[f]=b({}).data("fancybox",b.extend({content:a[f]},d));q=jQuery.merge(q,a)}else{if(typeof a=="object")b(a).data("fancybox",b.extend({},d,a));else a=b({}).data("fancybox",b.extend({content:a},d));q.push(a)}B()}};b.fancybox.showActivity=function(){clearInterval(P);v.show();P=setInterval($,
|
39
|
+
66)};b.fancybox.hideActivity=function(){v.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);if(a>-1&&j.length>a){s=a;B()}if(c.cyclic&&j.length>1&&a<0){s=j.length-1;B()}if(c.cyclic&&j.length>1&&a>=j.length){s=0;B()}}};b.fancybox.cancel=function(){if(!h){h=true;b.event.trigger("fancybox-cancel");H();e&&b.isFunction(e.onCancel)&&e.onCancel(q,s,e);h=false}};b.fancybox.close=function(){function a(){y.fadeOut("fast");
|
40
|
+
g.hide();b.event.trigger("fancybox-cleanup");i.empty();b.isFunction(c.onClosed)&&c.onClosed(j,n,c);j=e=[];n=s=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}H();b(z.add(C).add(D)).hide();b("#fancybox-title").remove();g.add(i).add(y).unbind();b(window).unbind("resize.fb scroll.fb");b(document).unbind("keydown.fb");i.css("overflow","hidden");if(c.transitionOut=="elastic"){k=S();var d=g.position();m={top:d.top,left:d.left,
|
41
|
+
width:g.width(),height:g.height()};if(c.opacity)m.opacity=1;A.prop=1;b(A).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(){if(!(h||g.is(":hidden"))){h=true;var a=i.wrapInner("<div style='overflow:auto'></div>").children(),d=a.height();g.css({height:d+c.padding*2+x});i.css({height:d});a.replaceWith(a.children());b.fancybox.center()}};b.fancybox.center=function(){h=true;var a=N(),d=c.margin,
|
42
|
+
f={};f.top=a[3]+(a[1]-(g.height()-x+t*2))*0.5;f.left=a[2]+(a[0]-(g.width()+t*2))*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",
|
43
|
+
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(){ba()})})(jQuery);
|