common-interface 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +66 -0
- data/lib/common_interface.rb +39 -0
- data/lib/common_interface/README.md +51 -0
- data/lib/common_interface/demo/basic.rb +96 -0
- data/lib/common_interface/demo/site.rb +10 -0
- data/lib/common_interface/demo/view_helper.rb +17 -0
- data/lib/common_interface/public/common_interface/asset_packages.yml +89 -0
- data/lib/common_interface/public/common_interface/images/img1.jpg +0 -0
- data/lib/common_interface/public/common_interface/images/img1_200.jpg +0 -0
- data/lib/common_interface/public/common_interface/images/img1_icon.jpg +0 -0
- data/lib/common_interface/public/common_interface/images/img1_thumb.jpg +0 -0
- data/lib/common_interface/public/common_interface/images/img2.jpg +0 -0
- data/lib/common_interface/public/common_interface/images/img2_200.jpg +0 -0
- data/lib/common_interface/public/common_interface/images/img2_icon.jpg +0 -0
- data/lib/common_interface/public/common_interface/images/img2_thumb.jpg +0 -0
- data/lib/common_interface/public/common_interface/images/img3.jpg +0 -0
- data/lib/common_interface/public/common_interface/images/img3_200.jpg +0 -0
- data/lib/common_interface/public/common_interface/images/img3_icon.jpg +0 -0
- data/lib/common_interface/public/common_interface/images/img3_thumb.jpg +0 -0
- data/lib/common_interface/public/common_interface/images/video_icon.png +0 -0
- data/lib/common_interface/public/common_interface/js/aspects.js +0 -0
- data/lib/common_interface/public/common_interface/js/basic.js +229 -0
- data/lib/common_interface/public/common_interface/js/files_upload.js +115 -0
- data/lib/common_interface/public/common_interface/js/items.js +118 -0
- data/lib/common_interface/public/common_interface/js/style.js +50 -0
- data/lib/common_interface/public/common_interface/lib/jquery.elastic.js +117 -0
- data/lib/common_interface/public/common_interface/lib/jquery.fancybox/blank.gif +0 -0
- data/lib/common_interface/public/common_interface/lib/jquery.fancybox/fancy_close.png +0 -0
- data/lib/common_interface/public/common_interface/lib/jquery.fancybox/fancy_loading.png +0 -0
- data/lib/common_interface/public/common_interface/lib/jquery.fancybox/fancy_nav_left.png +0 -0
- data/lib/common_interface/public/common_interface/lib/jquery.fancybox/fancy_nav_right.png +0 -0
- data/lib/common_interface/public/common_interface/lib/jquery.fancybox/fancy_shadow_e.png +0 -0
- data/lib/common_interface/public/common_interface/lib/jquery.fancybox/fancy_shadow_n.png +0 -0
- data/lib/common_interface/public/common_interface/lib/jquery.fancybox/fancy_shadow_ne.png +0 -0
- data/lib/common_interface/public/common_interface/lib/jquery.fancybox/fancy_shadow_nw.png +0 -0
- data/lib/common_interface/public/common_interface/lib/jquery.fancybox/fancy_shadow_s.png +0 -0
- data/lib/common_interface/public/common_interface/lib/jquery.fancybox/fancy_shadow_se.png +0 -0
- data/lib/common_interface/public/common_interface/lib/jquery.fancybox/fancy_shadow_sw.png +0 -0
- data/lib/common_interface/public/common_interface/lib/jquery.fancybox/fancy_shadow_w.png +0 -0
- data/lib/common_interface/public/common_interface/lib/jquery.fancybox/fancy_title_left.png +0 -0
- data/lib/common_interface/public/common_interface/lib/jquery.fancybox/fancy_title_main.png +0 -0
- data/lib/common_interface/public/common_interface/lib/jquery.fancybox/fancy_title_over.png +0 -0
- data/lib/common_interface/public/common_interface/lib/jquery.fancybox/fancy_title_right.png +0 -0
- data/lib/common_interface/public/common_interface/lib/jquery.fancybox/fancybox-x.png +0 -0
- data/lib/common_interface/public/common_interface/lib/jquery.fancybox/fancybox-y.png +0 -0
- data/lib/common_interface/public/common_interface/lib/jquery.fancybox/fancybox.png +0 -0
- data/lib/common_interface/public/common_interface/lib/jquery.fancybox/jquery.easing-1.3.pack.js +72 -0
- data/lib/common_interface/public/common_interface/lib/jquery.fancybox/jquery.fancybox-1.3.1.js +1077 -0
- data/lib/common_interface/public/common_interface/lib/jquery.fancybox/jquery.fancybox.css +363 -0
- data/lib/common_interface/public/common_interface/lib/jquery.fancybox/jquery.fancybox.js +44 -0
- data/lib/common_interface/public/common_interface/lib/jquery.fancybox/jquery.mousewheel-3.0.2.pack.js +13 -0
- data/lib/common_interface/public/common_interface/lib/jquery.form.js +660 -0
- data/lib/common_interface/public/common_interface/lib/jquery.hoverIntent.js +111 -0
- data/lib/common_interface/public/common_interface/lib/jquery.jgrowl/jquery.jgrowl.css +128 -0
- data/lib/common_interface/public/common_interface/lib/jquery.jgrowl/jquery.jgrowl.js +307 -0
- data/lib/common_interface/public/common_interface/lib/jquery.js +4376 -0
- data/lib/common_interface/public/common_interface/lib/jquery.json.js +178 -0
- data/lib/common_interface/public/common_interface/lib/jquery.swfupload/cancel.png +0 -0
- data/lib/common_interface/public/common_interface/lib/jquery.swfupload/jquery.swfupload.js +64 -0
- data/lib/common_interface/public/common_interface/lib/jquery.swfupload/style.css +8 -0
- data/lib/common_interface/public/common_interface/lib/jquery.swfupload/swfupload/swfupload.js +980 -0
- data/lib/common_interface/public/common_interface/lib/jquery.swfupload/swfupload/swfupload.queue.js +98 -0
- data/lib/common_interface/public/common_interface/lib/jquery.swfupload/swfupload/swfupload.swf +0 -0
- data/lib/common_interface/public/common_interface/lib/jquery.swfupload/swfupload/wdp_buttons_upload_61x22.png +0 -0
- data/lib/common_interface/public/common_interface/lib/jquery.template.js +255 -0
- data/lib/common_interface/public/common_interface/lib/jquery.ui/images/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
- data/lib/common_interface/public/common_interface/lib/jquery.ui/images/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
- data/lib/common_interface/public/common_interface/lib/jquery.ui/images/ui-bg_flat_10_000000_40x100.png +0 -0
- data/lib/common_interface/public/common_interface/lib/jquery.ui/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
- data/lib/common_interface/public/common_interface/lib/jquery.ui/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
- data/lib/common_interface/public/common_interface/lib/jquery.ui/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/lib/common_interface/public/common_interface/lib/jquery.ui/images/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
- data/lib/common_interface/public/common_interface/lib/jquery.ui/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
- data/lib/common_interface/public/common_interface/lib/jquery.ui/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
- data/lib/common_interface/public/common_interface/lib/jquery.ui/images/ui-icons_222222_256x240.png +0 -0
- data/lib/common_interface/public/common_interface/lib/jquery.ui/images/ui-icons_228ef1_256x240.png +0 -0
- data/lib/common_interface/public/common_interface/lib/jquery.ui/images/ui-icons_ef8c08_256x240.png +0 -0
- data/lib/common_interface/public/common_interface/lib/jquery.ui/images/ui-icons_ffd27a_256x240.png +0 -0
- data/lib/common_interface/public/common_interface/lib/jquery.ui/images/ui-icons_ffffff_256x240.png +0 -0
- data/lib/common_interface/public/common_interface/lib/jquery.ui/jquery.ui.css +406 -0
- data/lib/common_interface/public/common_interface/lib/jquery.ui/jquery.ui.js +71 -0
- data/lib/common_interface/public/common_interface/themes/default/_aspects.scss +58 -0
- data/lib/common_interface/public/common_interface/themes/default/_basic.scss +228 -0
- data/lib/common_interface/public/common_interface/themes/default/_components.scss +151 -0
- data/lib/common_interface/public/common_interface/themes/default/_custom_reset.scss +12 -0
- data/lib/common_interface/public/common_interface/themes/default/_elastic.scss +72 -0
- data/lib/common_interface/public/common_interface/themes/default/_items.scss +88 -0
- data/lib/common_interface/public/common_interface/themes/default/_mixins.scss +39 -0
- data/lib/common_interface/public/common_interface/themes/default/_special.scss +34 -0
- data/lib/common_interface/public/common_interface/themes/default/_variables.scss +15 -0
- data/lib/common_interface/public/common_interface/themes/default/_yui_reset.scss +127 -0
- data/lib/common_interface/public/common_interface/themes/default/elastic.js +307 -0
- data/lib/common_interface/public/common_interface/themes/default/elastic.print.css +8 -0
- data/lib/common_interface/public/common_interface/themes/default/reset.css +157 -0
- data/lib/common_interface/public/common_interface/themes/default/reset.scss +5 -0
- data/lib/common_interface/public/common_interface/themes/default/style.css +580 -0
- data/lib/common_interface/public/common_interface/themes/default/style.js +84 -0
- data/lib/common_interface/public/common_interface/themes/default/style.scss +11 -0
- data/lib/common_interface/public/common_interface/themes/simple_organization/_fixes.scss +130 -0
- data/lib/common_interface/public/common_interface/themes/simple_organization/_original.scss +852 -0
- data/lib/common_interface/public/common_interface/themes/simple_organization/img/comment-arrow.gif +0 -0
- data/lib/common_interface/public/common_interface/themes/simple_organization/img/comment-gravatar.gif +0 -0
- data/lib/common_interface/public/common_interface/themes/simple_organization/img/comment-reply.gif +0 -0
- data/lib/common_interface/public/common_interface/themes/simple_organization/img/logo-small.gif +0 -0
- data/lib/common_interface/public/common_interface/themes/simple_organization/img/logo.gif +0 -0
- data/lib/common_interface/public/common_interface/themes/simple_organization/img/main-two-columns-left.gif +0 -0
- data/lib/common_interface/public/common_interface/themes/simple_organization/img/main-two-columns.gif +0 -0
- data/lib/common_interface/public/common_interface/themes/simple_organization/img/sample-event.jpg +0 -0
- data/lib/common_interface/public/common_interface/themes/simple_organization/img/sample-gravatar.gif +0 -0
- data/lib/common_interface/public/common_interface/themes/simple_organization/img/sample-image.jpg +0 -0
- data/lib/common_interface/public/common_interface/themes/simple_organization/img/sample-thumbnail.jpg +0 -0
- data/lib/common_interface/public/common_interface/themes/simple_organization/original/archives.html +389 -0
- data/lib/common_interface/public/common_interface/themes/simple_organization/original/comments.html +486 -0
- data/lib/common_interface/public/common_interface/themes/simple_organization/original/empty-page.html +107 -0
- data/lib/common_interface/public/common_interface/themes/simple_organization/original/img/comment-arrow.gif +0 -0
- data/lib/common_interface/public/common_interface/themes/simple_organization/original/img/comment-gravatar.gif +0 -0
- data/lib/common_interface/public/common_interface/themes/simple_organization/original/img/comment-reply.gif +0 -0
- data/lib/common_interface/public/common_interface/themes/simple_organization/original/img/logo-small.gif +0 -0
- data/lib/common_interface/public/common_interface/themes/simple_organization/original/img/logo.gif +0 -0
- data/lib/common_interface/public/common_interface/themes/simple_organization/original/img/main-two-columns-left.gif +0 -0
- data/lib/common_interface/public/common_interface/themes/simple_organization/original/img/main-two-columns.gif +0 -0
- data/lib/common_interface/public/common_interface/themes/simple_organization/original/img/sample-event.jpg +0 -0
- data/lib/common_interface/public/common_interface/themes/simple_organization/original/img/sample-gravatar.gif +0 -0
- data/lib/common_interface/public/common_interface/themes/simple_organization/original/img/sample-image.jpg +0 -0
- data/lib/common_interface/public/common_interface/themes/simple_organization/original/img/sample-thumbnail.jpg +0 -0
- data/lib/common_interface/public/common_interface/themes/simple_organization/original/index.html +307 -0
- data/lib/common_interface/public/common_interface/themes/simple_organization/original/left-sidebar.html +307 -0
- data/lib/common_interface/public/common_interface/themes/simple_organization/original/no-subnavigation.html +290 -0
- data/lib/common_interface/public/common_interface/themes/simple_organization/original/single-column.html +209 -0
- data/lib/common_interface/public/common_interface/themes/simple_organization/original/style-demo.html +355 -0
- data/lib/common_interface/public/common_interface/themes/simple_organization/original/style.css +658 -0
- data/lib/common_interface/public/common_interface/themes/simple_organization/style.css +965 -0
- data/lib/common_interface/public/common_interface/themes/simple_organization/style.scss +2 -0
- data/lib/common_interface/public/common_interface/themes/simple_organization/tmp/comments.html +486 -0
- data/lib/common_interface/public/common_interface/themes/simple_organization/tmp/tmp.html +307 -0
- data/lib/common_interface/tmp/html.html +39 -0
- data/lib/common_interface/tmp/js.js +78 -0
- data/lib/common_interface/view_helper.rb +52 -0
- data/readme.md +49 -0
- data/spec/basic_spec.rb +63 -0
- data/spec/helper.rb +8 -0
- data/spec/spec.opts +4 -0
- metadata +221 -0
@@ -0,0 +1,363 @@
|
|
1
|
+
/*
|
2
|
+
* FancyBox - jQuery Plugin
|
3
|
+
* Simple and fancy lightbox alternative
|
4
|
+
*
|
5
|
+
* Examples and documentation at: http://fancybox.net
|
6
|
+
*
|
7
|
+
* Copyright (c) 2008 - 2010 Janis Skarnelis
|
8
|
+
*
|
9
|
+
* Version: 1.3.1 (05/03/2010)
|
10
|
+
* Requires: jQuery v1.3+
|
11
|
+
*
|
12
|
+
* Dual licensed under the MIT and GPL licenses:
|
13
|
+
* http://www.opensource.org/licenses/mit-license.php
|
14
|
+
* http://www.gnu.org/licenses/gpl.html
|
15
|
+
*/
|
16
|
+
|
17
|
+
#fancybox-loading {
|
18
|
+
position: fixed;
|
19
|
+
top: 50%;
|
20
|
+
left: 50%;
|
21
|
+
height: 40px;
|
22
|
+
width: 40px;
|
23
|
+
margin-top: -20px;
|
24
|
+
margin-left: -20px;
|
25
|
+
cursor: pointer;
|
26
|
+
overflow: hidden;
|
27
|
+
z-index: 1104;
|
28
|
+
display: none;
|
29
|
+
}
|
30
|
+
|
31
|
+
* html #fancybox-loading { /* IE6 */
|
32
|
+
position: absolute;
|
33
|
+
margin-top: 0;
|
34
|
+
}
|
35
|
+
|
36
|
+
#fancybox-loading div {
|
37
|
+
position: absolute;
|
38
|
+
top: 0;
|
39
|
+
left: 0;
|
40
|
+
width: 40px;
|
41
|
+
height: 480px;
|
42
|
+
background-image: url('/common_interface/lib/jquery.fancybox/fancybox.png');
|
43
|
+
}
|
44
|
+
|
45
|
+
#fancybox-overlay {
|
46
|
+
position: fixed;
|
47
|
+
top: 0;
|
48
|
+
left: 0;
|
49
|
+
bottom: 0;
|
50
|
+
right: 0;
|
51
|
+
background: #000;
|
52
|
+
z-index: 1100;
|
53
|
+
display: none;
|
54
|
+
}
|
55
|
+
|
56
|
+
* html #fancybox-overlay { /* IE6 */
|
57
|
+
position: absolute;
|
58
|
+
width: 100%;
|
59
|
+
}
|
60
|
+
|
61
|
+
#fancybox-tmp {
|
62
|
+
padding: 0;
|
63
|
+
margin: 0;
|
64
|
+
border: 0;
|
65
|
+
overflow: auto;
|
66
|
+
display: none;
|
67
|
+
}
|
68
|
+
|
69
|
+
#fancybox-wrap {
|
70
|
+
position: absolute;
|
71
|
+
top: 0;
|
72
|
+
left: 0;
|
73
|
+
margin: 0;
|
74
|
+
padding: 20px;
|
75
|
+
z-index: 1101;
|
76
|
+
display: none;
|
77
|
+
}
|
78
|
+
|
79
|
+
#fancybox-outer {
|
80
|
+
position: relative;
|
81
|
+
width: 100%;
|
82
|
+
height: 100%;
|
83
|
+
background: #FFF;
|
84
|
+
}
|
85
|
+
|
86
|
+
#fancybox-inner {
|
87
|
+
position: absolute;
|
88
|
+
top: 0;
|
89
|
+
left: 0;
|
90
|
+
width: 1px;
|
91
|
+
height: 1px;
|
92
|
+
padding: 0;
|
93
|
+
margin: 0;
|
94
|
+
outline: none;
|
95
|
+
overflow: hidden;
|
96
|
+
}
|
97
|
+
|
98
|
+
#fancybox-hide-sel-frame {
|
99
|
+
position: absolute;
|
100
|
+
top: 0;
|
101
|
+
left: 0;
|
102
|
+
width: 100%;
|
103
|
+
height: 100%;
|
104
|
+
background: transparent;
|
105
|
+
}
|
106
|
+
|
107
|
+
#fancybox-close {
|
108
|
+
position: absolute;
|
109
|
+
top: -15px;
|
110
|
+
right: -15px;
|
111
|
+
width: 30px;
|
112
|
+
height: 30px;
|
113
|
+
background-image: url('/common_interface/lib/jquery.fancybox/fancybox.png');
|
114
|
+
background-position: -40px 0px;
|
115
|
+
cursor: pointer;
|
116
|
+
z-index: 1103;
|
117
|
+
display: none;
|
118
|
+
}
|
119
|
+
|
120
|
+
#fancybox_error {
|
121
|
+
color: #444;
|
122
|
+
font: normal 12px/20px Arial;
|
123
|
+
padding: 7px;
|
124
|
+
margin: 0;
|
125
|
+
}
|
126
|
+
|
127
|
+
#fancybox-content {
|
128
|
+
height: auto;
|
129
|
+
width: auto;
|
130
|
+
padding: 0;
|
131
|
+
margin: 0;
|
132
|
+
}
|
133
|
+
|
134
|
+
#fancybox-img {
|
135
|
+
width: 100%;
|
136
|
+
height: 100%;
|
137
|
+
padding: 0;
|
138
|
+
margin: 0;
|
139
|
+
border: none;
|
140
|
+
outline: none;
|
141
|
+
line-height: 0;
|
142
|
+
vertical-align: top;
|
143
|
+
-ms-interpolation-mode: bicubic;
|
144
|
+
}
|
145
|
+
|
146
|
+
#fancybox-frame {
|
147
|
+
position: relative;
|
148
|
+
width: 100%;
|
149
|
+
height: 100%;
|
150
|
+
border: none;
|
151
|
+
display: block;
|
152
|
+
}
|
153
|
+
|
154
|
+
#fancybox-title {
|
155
|
+
position: absolute;
|
156
|
+
bottom: 0;
|
157
|
+
left: 0;
|
158
|
+
font-family: Arial;
|
159
|
+
font-size: 12px;
|
160
|
+
z-index: 1102;
|
161
|
+
}
|
162
|
+
|
163
|
+
.fancybox-title-inside {
|
164
|
+
padding: 10px 0;
|
165
|
+
text-align: center;
|
166
|
+
color: #333;
|
167
|
+
}
|
168
|
+
|
169
|
+
.fancybox-title-outside {
|
170
|
+
padding-top: 5px;
|
171
|
+
color: #FFF;
|
172
|
+
text-align: center;
|
173
|
+
font-weight: bold;
|
174
|
+
}
|
175
|
+
|
176
|
+
.fancybox-title-over {
|
177
|
+
color: #FFF;
|
178
|
+
text-align: left;
|
179
|
+
}
|
180
|
+
|
181
|
+
#fancybox-title-over {
|
182
|
+
padding: 10px;
|
183
|
+
background-image: url('/common_interface/lib/jquery.fancybox/fancy_title_over.png');
|
184
|
+
display: block;
|
185
|
+
}
|
186
|
+
|
187
|
+
#fancybox-title-wrap {
|
188
|
+
display: inline-block;
|
189
|
+
}
|
190
|
+
|
191
|
+
#fancybox-title-wrap span {
|
192
|
+
height: 32px;
|
193
|
+
float: left;
|
194
|
+
}
|
195
|
+
|
196
|
+
#fancybox-title-left {
|
197
|
+
padding-left: 15px;
|
198
|
+
background-image: url('/common_interface/lib/jquery.fancybox/fancybox.png');
|
199
|
+
background-position: -40px -90px;
|
200
|
+
background-repeat: no-repeat;
|
201
|
+
}
|
202
|
+
|
203
|
+
#fancybox-title-main {
|
204
|
+
font-weight: bold;
|
205
|
+
line-height: 29px;
|
206
|
+
background-image: url('/common_interface/lib/jquery.fancybox/fancybox-x.png');
|
207
|
+
background-position: 0px -40px;
|
208
|
+
color: #FFF;
|
209
|
+
}
|
210
|
+
|
211
|
+
#fancybox-title-right {
|
212
|
+
padding-left: 15px;
|
213
|
+
background-image: url('/common_interface/lib/jquery.fancybox/fancybox.png');
|
214
|
+
background-position: -55px -90px;
|
215
|
+
background-repeat: no-repeat;
|
216
|
+
}
|
217
|
+
|
218
|
+
#fancybox-left, #fancybox-right {
|
219
|
+
position: absolute;
|
220
|
+
bottom: 0px;
|
221
|
+
height: 100%;
|
222
|
+
width: 35%;
|
223
|
+
cursor: pointer;
|
224
|
+
outline: none;
|
225
|
+
background-image: url('/common_interface/lib/jquery.fancybox/blank.gif');
|
226
|
+
z-index: 1102;
|
227
|
+
display: none;
|
228
|
+
}
|
229
|
+
|
230
|
+
#fancybox-left {
|
231
|
+
left: 0px;
|
232
|
+
}
|
233
|
+
|
234
|
+
#fancybox-right {
|
235
|
+
right: 0px;
|
236
|
+
}
|
237
|
+
|
238
|
+
#fancybox-left-ico, #fancybox-right-ico {
|
239
|
+
position: absolute;
|
240
|
+
top: 50%;
|
241
|
+
left: -9999px;
|
242
|
+
width: 30px;
|
243
|
+
height: 30px;
|
244
|
+
margin-top: -15px;
|
245
|
+
cursor: pointer;
|
246
|
+
z-index: 1102;
|
247
|
+
display: block;
|
248
|
+
}
|
249
|
+
|
250
|
+
#fancybox-left-ico {
|
251
|
+
background-image: url('/common_interface/lib/jquery.fancybox/fancybox.png');
|
252
|
+
background-position: -40px -30px;
|
253
|
+
}
|
254
|
+
|
255
|
+
#fancybox-right-ico {
|
256
|
+
background-image: url('/common_interface/lib/jquery.fancybox/fancybox.png');
|
257
|
+
background-position: -40px -60px;
|
258
|
+
}
|
259
|
+
|
260
|
+
#fancybox-left:hover, #fancybox-right:hover {
|
261
|
+
visibility: visible; /* IE6 */
|
262
|
+
}
|
263
|
+
|
264
|
+
#fancybox-left:hover span {
|
265
|
+
left: 20px;
|
266
|
+
}
|
267
|
+
|
268
|
+
#fancybox-right:hover span {
|
269
|
+
left: auto;
|
270
|
+
right: 20px;
|
271
|
+
}
|
272
|
+
|
273
|
+
.fancy-bg {
|
274
|
+
position: absolute;
|
275
|
+
padding: 0;
|
276
|
+
margin: 0;
|
277
|
+
border: 0;
|
278
|
+
width: 20px;
|
279
|
+
height: 20px;
|
280
|
+
z-index: 1001;
|
281
|
+
}
|
282
|
+
|
283
|
+
#fancy-bg-n {
|
284
|
+
top: -20px;
|
285
|
+
left: 0;
|
286
|
+
width: 100%;
|
287
|
+
background-image: url('/common_interface/lib/jquery.fancybox/fancybox-x.png');
|
288
|
+
}
|
289
|
+
|
290
|
+
#fancy-bg-ne {
|
291
|
+
top: -20px;
|
292
|
+
right: -20px;
|
293
|
+
background-image: url('/common_interface/lib/jquery.fancybox/fancybox.png');
|
294
|
+
background-position: -40px -162px;
|
295
|
+
}
|
296
|
+
|
297
|
+
#fancy-bg-e {
|
298
|
+
top: 0;
|
299
|
+
right: -20px;
|
300
|
+
height: 100%;
|
301
|
+
background-image: url('/common_interface/lib/jquery.fancybox/fancybox-y.png');
|
302
|
+
background-position: -20px 0px;
|
303
|
+
}
|
304
|
+
|
305
|
+
#fancy-bg-se {
|
306
|
+
bottom: -20px;
|
307
|
+
right: -20px;
|
308
|
+
background-image: url('/common_interface/lib/jquery.fancybox/fancybox.png');
|
309
|
+
background-position: -40px -182px;
|
310
|
+
}
|
311
|
+
|
312
|
+
#fancy-bg-s {
|
313
|
+
bottom: -20px;
|
314
|
+
left: 0;
|
315
|
+
width: 100%;
|
316
|
+
background-image: url('/common_interface/lib/jquery.fancybox/fancybox-x.png');
|
317
|
+
background-position: 0px -20px;
|
318
|
+
}
|
319
|
+
|
320
|
+
#fancy-bg-sw {
|
321
|
+
bottom: -20px;
|
322
|
+
left: -20px;
|
323
|
+
background-image: url('/common_interface/lib/jquery.fancybox/fancybox.png');
|
324
|
+
background-position: -40px -142px;
|
325
|
+
}
|
326
|
+
|
327
|
+
#fancy-bg-w {
|
328
|
+
top: 0;
|
329
|
+
left: -20px;
|
330
|
+
height: 100%;
|
331
|
+
background-image: url('/common_interface/lib/jquery.fancybox/fancybox-y.png');
|
332
|
+
}
|
333
|
+
|
334
|
+
#fancy-bg-nw {
|
335
|
+
top: -20px;
|
336
|
+
left: -20px;
|
337
|
+
background-image: url('/common_interface/lib/jquery.fancybox/fancybox.png');
|
338
|
+
background-position: -40px -122px;
|
339
|
+
}
|
340
|
+
|
341
|
+
/* IE */
|
342
|
+
|
343
|
+
#fancybox-loading.fancybox-ie div { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }
|
344
|
+
.fancybox-ie #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }
|
345
|
+
|
346
|
+
.fancybox-ie #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
|
347
|
+
.fancybox-ie #fancybox-title-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
|
348
|
+
.fancybox-ie #fancybox-title-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
|
349
|
+
.fancybox-ie #fancybox-title-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }
|
350
|
+
|
351
|
+
.fancybox-ie #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
|
352
|
+
.fancybox-ie #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }
|
353
|
+
|
354
|
+
.fancybox-ie .fancy-bg { background: transparent !important; }
|
355
|
+
|
356
|
+
.fancybox-ie #fancy-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
|
357
|
+
.fancybox-ie #fancy-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
|
358
|
+
.fancybox-ie #fancy-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
|
359
|
+
.fancybox-ie #fancy-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
|
360
|
+
.fancybox-ie #fancy-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
|
361
|
+
.fancybox-ie #fancy-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
|
362
|
+
.fancybox-ie #fancy-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
|
363
|
+
.fancybox-ie #fancy-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
|
@@ -0,0 +1,44 @@
|
|
1
|
+
/*
|
2
|
+
* FancyBox - jQuery Plugin
|
3
|
+
* Simple and fancy lightbox alternative
|
4
|
+
*
|
5
|
+
* Examples and documentation at: http://fancybox.net
|
6
|
+
*
|
7
|
+
* Copyright (c) 2008 - 2010 Janis Skarnelis
|
8
|
+
*
|
9
|
+
* Version: 1.3.1 (05/03/2010)
|
10
|
+
* Requires: jQuery v1.3+
|
11
|
+
*
|
12
|
+
* Dual licensed under the MIT and GPL licenses:
|
13
|
+
* http://www.opensource.org/licenses/mit-license.php
|
14
|
+
* http://www.gnu.org/licenses/gpl.html
|
15
|
+
*/
|
16
|
+
|
17
|
+
(function(b){var m,u,x,g,D,i,z,A,B,p=0,e={},q=[],n=0,c={},j=[],E=null,s=new Image,G=/\.(jpg|gif|png|bmp|jpeg)(.*)?$/i,S=/[^\.]\.(swf)\s*$/i,H,I=1,k,l,h=false,y=b.extend(b("<div/>")[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('<p id="fancybox_error">The requested content cannot be loaded.<br />Please try again later.</p>',{scrolling:"no",padding:20,transitionIn:"none",transitionOut:"none"})},
|
18
|
+
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;
|
19
|
+
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'<span id="fancybox-title-over">'+
|
20
|
+
a+"</span>";default:return'<span id="fancybox-title-wrap"><span id="fancybox-title-left"></span><span id="fancybox-title-main">'+a+'</span><span id="fancybox-title-right"></span></span>'}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('<div id="fancybox-title" class="'+f+'" />').css({width:d,paddingLeft:c.padding,
|
21
|
+
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==
|
22
|
+
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=
|
23
|
+
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",
|
24
|
+
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+
|
25
|
+
"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-
|
26
|
+
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"});
|
27
|
+
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*
|
28
|
+
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=
|
29
|
+
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("<img />").attr({id:"fancybox-img",
|
30
|
+
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=
|
31
|
+
"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;
|
32
|
+
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('<div class="fancybox-inline-tmp" />').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();
|
33
|
+
s=new Image;s.onerror=function(){P()};s.onload=function(){s.onerror=null;s.onload=null;Z()};s.src=d;break;case "swf":t='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+e.width+'" height="'+e.height+'"><param name="movie" value="'+d+'"></param>';w="";b.each(e.swf,function(r,R){t+='<param name="'+r+'" value="'+R+'"></param>';w+=" "+r+'="'+R+'"'});t+='<embed src="'+d+'" type="application/x-shockwave-flash" width="'+e.width+'" height="'+e.height+'"'+w+"></embed></object>";m.html(t);
|
34
|
+
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('<iframe id="fancybox-frame" name="fancybox-frame'+(new Date).getTime()+'" frameborder="0" hspace="0" scrolling="'+e.scrolling+'" src="'+e.href+'"></iframe>').appendTo(m);N();break}},$=function(){if(u.is(":visible")){b("div",
|
35
|
+
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('<div id="fancybox-tmp"></div>'),u=b('<div id="fancybox-loading"><div></div></div>'),x=b('<div id="fancybox-overlay"></div>'),g=b('<div id="fancybox-wrap"></div>'));if(!b.support.opacity){g.addClass("fancybox-ie");u.addClass("fancybox-ie")}D=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);
|
36
|
+
D.append(i=b('<div id="fancybox-inner"></div>'),z=b('<a id="fancybox-close"></a>'),A=b('<a href="javascript:;" id="fancybox-left"><span class="fancy-ico" id="fancybox-left-ico"></span></a>'),B=b('<a href="javascript:;" id="fancybox-right"><span class="fancy-ico" id="fancybox-right-ico"></span></a>'));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",
|
37
|
+
"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('<iframe id="fancybox-hide-sel-frame" src="javascript:\'\';" scrolling="no" frameborder="0" ></iframe>')}}};
|
38
|
+
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;f<o;f++)if(typeof a[f]==
|
39
|
+
"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)}if(p>q.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-
|
40
|
+
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}
|
41
|
+
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,
|
42
|
+
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("<div style='overflow:auto'></div>").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]+
|
43
|
+
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",
|
44
|
+
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);
|
@@ -0,0 +1,13 @@
|
|
1
|
+
/*! Copyright (c) 2009 Brandon Aaron (http://brandonaaron.net)
|
2
|
+
* Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
|
3
|
+
* and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
|
4
|
+
* Thanks to: http://adomas.org/javascript-mouse-wheel/ for some pointers.
|
5
|
+
* Thanks to: Mathias Bank(http://www.mathias-bank.de) for a scope bug fix.
|
6
|
+
*
|
7
|
+
* Version: 3.0.2
|
8
|
+
*
|
9
|
+
* Requires: 1.2.2+
|
10
|
+
*/
|
11
|
+
|
12
|
+
(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],
|
13
|
+
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);
|
@@ -0,0 +1,660 @@
|
|
1
|
+
/*
|
2
|
+
* jQuery Form Plugin
|
3
|
+
* version: 2.36 (07-NOV-2009)
|
4
|
+
* @requires jQuery v1.2.6 or later
|
5
|
+
*
|
6
|
+
* Examples and documentation at: http://malsup.com/jquery/form/
|
7
|
+
* Dual licensed under the MIT and GPL licenses:
|
8
|
+
* http://www.opensource.org/licenses/mit-license.php
|
9
|
+
* http://www.gnu.org/licenses/gpl.html
|
10
|
+
*/
|
11
|
+
;(function($) {
|
12
|
+
|
13
|
+
/*
|
14
|
+
Usage Note:
|
15
|
+
-----------
|
16
|
+
Do not use both ajaxSubmit and ajaxForm on the same form. These
|
17
|
+
functions are intended to be exclusive. Use ajaxSubmit if you want
|
18
|
+
to bind your own submit handler to the form. For example,
|
19
|
+
|
20
|
+
$(document).ready(function() {
|
21
|
+
$('#myForm').bind('submit', function() {
|
22
|
+
$(this).ajaxSubmit({
|
23
|
+
target: '#output'
|
24
|
+
});
|
25
|
+
return false; // <-- important!
|
26
|
+
});
|
27
|
+
});
|
28
|
+
|
29
|
+
Use ajaxForm when you want the plugin to manage all the event binding
|
30
|
+
for you. For example,
|
31
|
+
|
32
|
+
$(document).ready(function() {
|
33
|
+
$('#myForm').ajaxForm({
|
34
|
+
target: '#output'
|
35
|
+
});
|
36
|
+
});
|
37
|
+
|
38
|
+
When using ajaxForm, the ajaxSubmit function will be invoked for you
|
39
|
+
at the appropriate time.
|
40
|
+
*/
|
41
|
+
|
42
|
+
/**
|
43
|
+
* ajaxSubmit() provides a mechanism for immediately submitting
|
44
|
+
* an HTML form using AJAX.
|
45
|
+
*/
|
46
|
+
$.fn.ajaxSubmit = function(options) {
|
47
|
+
// fast fail if nothing selected (http://dev.jquery.com/ticket/2752)
|
48
|
+
if (!this.length) {
|
49
|
+
log('ajaxSubmit: skipping submit process - no element selected');
|
50
|
+
return this;
|
51
|
+
}
|
52
|
+
|
53
|
+
if (typeof options == 'function')
|
54
|
+
options = { success: options };
|
55
|
+
|
56
|
+
var url = $.trim(this.attr('action'));
|
57
|
+
if (url) {
|
58
|
+
// clean url (don't include hash vaue)
|
59
|
+
url = (url.match(/^([^#]+)/)||[])[1];
|
60
|
+
}
|
61
|
+
url = url || window.location.href || '';
|
62
|
+
|
63
|
+
options = $.extend({
|
64
|
+
url: url,
|
65
|
+
type: this.attr('method') || 'GET',
|
66
|
+
iframeSrc: /^https/i.test(window.location.href || '') ? 'javascript:false' : 'about:blank'
|
67
|
+
}, options || {});
|
68
|
+
|
69
|
+
// hook for manipulating the form data before it is extracted;
|
70
|
+
// convenient for use with rich editors like tinyMCE or FCKEditor
|
71
|
+
var veto = {};
|
72
|
+
this.trigger('form-pre-serialize', [this, options, veto]);
|
73
|
+
if (veto.veto) {
|
74
|
+
log('ajaxSubmit: submit vetoed via form-pre-serialize trigger');
|
75
|
+
return this;
|
76
|
+
}
|
77
|
+
|
78
|
+
// provide opportunity to alter form data before it is serialized
|
79
|
+
if (options.beforeSerialize && options.beforeSerialize(this, options) === false) {
|
80
|
+
log('ajaxSubmit: submit aborted via beforeSerialize callback');
|
81
|
+
return this;
|
82
|
+
}
|
83
|
+
|
84
|
+
var a = this.formToArray(options.semantic);
|
85
|
+
if (options.data) {
|
86
|
+
options.extraData = options.data;
|
87
|
+
for (var n in options.data) {
|
88
|
+
if(options.data[n] instanceof Array) {
|
89
|
+
for (var k in options.data[n])
|
90
|
+
a.push( { name: n, value: options.data[n][k] } );
|
91
|
+
}
|
92
|
+
else
|
93
|
+
a.push( { name: n, value: options.data[n] } );
|
94
|
+
}
|
95
|
+
}
|
96
|
+
|
97
|
+
// give pre-submit callback an opportunity to abort the submit
|
98
|
+
if (options.beforeSubmit && options.beforeSubmit(a, this, options) === false) {
|
99
|
+
log('ajaxSubmit: submit aborted via beforeSubmit callback');
|
100
|
+
return this;
|
101
|
+
}
|
102
|
+
|
103
|
+
// fire vetoable 'validate' event
|
104
|
+
this.trigger('form-submit-validate', [a, this, options, veto]);
|
105
|
+
if (veto.veto) {
|
106
|
+
log('ajaxSubmit: submit vetoed via form-submit-validate trigger');
|
107
|
+
return this;
|
108
|
+
}
|
109
|
+
|
110
|
+
var q = $.param(a);
|
111
|
+
|
112
|
+
if (options.type.toUpperCase() == 'GET') {
|
113
|
+
options.url += (options.url.indexOf('?') >= 0 ? '&' : '?') + q;
|
114
|
+
options.data = null; // data is null for 'get'
|
115
|
+
}
|
116
|
+
else
|
117
|
+
options.data = q; // data is the query string for 'post'
|
118
|
+
|
119
|
+
var $form = this, callbacks = [];
|
120
|
+
if (options.resetForm) callbacks.push(function() { $form.resetForm(); });
|
121
|
+
if (options.clearForm) callbacks.push(function() { $form.clearForm(); });
|
122
|
+
|
123
|
+
// perform a load on the target only if dataType is not provided
|
124
|
+
if (!options.dataType && options.target) {
|
125
|
+
var oldSuccess = options.success || function(){};
|
126
|
+
callbacks.push(function(data) {
|
127
|
+
$(options.target).html(data).each(oldSuccess, arguments);
|
128
|
+
});
|
129
|
+
}
|
130
|
+
else if (options.success)
|
131
|
+
callbacks.push(options.success);
|
132
|
+
|
133
|
+
options.success = function(data, status) {
|
134
|
+
for (var i=0, max=callbacks.length; i < max; i++)
|
135
|
+
callbacks[i].apply(options, [data, status, $form]);
|
136
|
+
};
|
137
|
+
|
138
|
+
// are there files to upload?
|
139
|
+
var files = $('input:file', this).fieldValue();
|
140
|
+
var found = false;
|
141
|
+
for (var j=0; j < files.length; j++)
|
142
|
+
if (files[j])
|
143
|
+
found = true;
|
144
|
+
|
145
|
+
var multipart = false;
|
146
|
+
// var mp = 'multipart/form-data';
|
147
|
+
// multipart = ($form.attr('enctype') == mp || $form.attr('encoding') == mp);
|
148
|
+
|
149
|
+
// options.iframe allows user to force iframe mode
|
150
|
+
// 06-NOV-09: now defaulting to iframe mode if file input is detected
|
151
|
+
if ((files.length && options.iframe !== false) || options.iframe || found || multipart) {
|
152
|
+
// hack to fix Safari hang (thanks to Tim Molendijk for this)
|
153
|
+
// see: http://groups.google.com/group/jquery-dev/browse_thread/thread/36395b7ab510dd5d
|
154
|
+
if (options.closeKeepAlive)
|
155
|
+
$.get(options.closeKeepAlive, fileUpload);
|
156
|
+
else
|
157
|
+
fileUpload();
|
158
|
+
}
|
159
|
+
else
|
160
|
+
$.ajax(options);
|
161
|
+
|
162
|
+
// fire 'notify' event
|
163
|
+
this.trigger('form-submit-notify', [this, options]);
|
164
|
+
return this;
|
165
|
+
|
166
|
+
|
167
|
+
// private function for handling file uploads (hat tip to YAHOO!)
|
168
|
+
function fileUpload() {
|
169
|
+
var form = $form[0];
|
170
|
+
|
171
|
+
if ($(':input[name=submit]', form).length) {
|
172
|
+
alert('Error: Form elements must not be named "submit".');
|
173
|
+
return;
|
174
|
+
}
|
175
|
+
|
176
|
+
var opts = $.extend({}, $.ajaxSettings, options);
|
177
|
+
var s = $.extend(true, {}, $.extend(true, {}, $.ajaxSettings), opts);
|
178
|
+
|
179
|
+
var id = 'jqFormIO' + (new Date().getTime());
|
180
|
+
var $io = $('<iframe id="' + id + '" name="' + id + '" src="'+ opts.iframeSrc +'" />');
|
181
|
+
var io = $io[0];
|
182
|
+
|
183
|
+
$io.css({ position: 'absolute', top: '-1000px', left: '-1000px' });
|
184
|
+
|
185
|
+
var xhr = { // mock object
|
186
|
+
aborted: 0,
|
187
|
+
responseText: null,
|
188
|
+
responseXML: null,
|
189
|
+
status: 0,
|
190
|
+
statusText: 'n/a',
|
191
|
+
getAllResponseHeaders: function() {},
|
192
|
+
getResponseHeader: function() {},
|
193
|
+
setRequestHeader: function() {},
|
194
|
+
abort: function() {
|
195
|
+
this.aborted = 1;
|
196
|
+
$io.attr('src', opts.iframeSrc); // abort op in progress
|
197
|
+
}
|
198
|
+
};
|
199
|
+
|
200
|
+
var g = opts.global;
|
201
|
+
// trigger ajax global events so that activity/block indicators work like normal
|
202
|
+
if (g && ! $.active++) $.event.trigger("ajaxStart");
|
203
|
+
if (g) $.event.trigger("ajaxSend", [xhr, opts]);
|
204
|
+
|
205
|
+
if (s.beforeSend && s.beforeSend(xhr, s) === false) {
|
206
|
+
s.global && $.active--;
|
207
|
+
return;
|
208
|
+
}
|
209
|
+
if (xhr.aborted)
|
210
|
+
return;
|
211
|
+
|
212
|
+
var cbInvoked = 0;
|
213
|
+
var timedOut = 0;
|
214
|
+
|
215
|
+
// add submitting element to data if we know it
|
216
|
+
var sub = form.clk;
|
217
|
+
if (sub) {
|
218
|
+
var n = sub.name;
|
219
|
+
if (n && !sub.disabled) {
|
220
|
+
options.extraData = options.extraData || {};
|
221
|
+
options.extraData[n] = sub.value;
|
222
|
+
if (sub.type == "image") {
|
223
|
+
options.extraData[name+'.x'] = form.clk_x;
|
224
|
+
options.extraData[name+'.y'] = form.clk_y;
|
225
|
+
}
|
226
|
+
}
|
227
|
+
}
|
228
|
+
|
229
|
+
// take a breath so that pending repaints get some cpu time before the upload starts
|
230
|
+
setTimeout(function() {
|
231
|
+
// make sure form attrs are set
|
232
|
+
var t = $form.attr('target'), a = $form.attr('action');
|
233
|
+
|
234
|
+
// update form attrs in IE friendly way
|
235
|
+
form.setAttribute('target',id);
|
236
|
+
if (form.getAttribute('method') != 'POST')
|
237
|
+
form.setAttribute('method', 'POST');
|
238
|
+
if (form.getAttribute('action') != opts.url)
|
239
|
+
form.setAttribute('action', opts.url);
|
240
|
+
|
241
|
+
// ie borks in some cases when setting encoding
|
242
|
+
if (! options.skipEncodingOverride) {
|
243
|
+
$form.attr({
|
244
|
+
encoding: 'multipart/form-data',
|
245
|
+
enctype: 'multipart/form-data'
|
246
|
+
});
|
247
|
+
}
|
248
|
+
|
249
|
+
// support timout
|
250
|
+
if (opts.timeout)
|
251
|
+
setTimeout(function() { timedOut = true; cb(); }, opts.timeout);
|
252
|
+
|
253
|
+
// add "extra" data to form if provided in options
|
254
|
+
var extraInputs = [];
|
255
|
+
try {
|
256
|
+
if (options.extraData)
|
257
|
+
for (var n in options.extraData)
|
258
|
+
extraInputs.push(
|
259
|
+
$('<input type="hidden" name="'+n+'" value="'+options.extraData[n]+'" />')
|
260
|
+
.appendTo(form)[0]);
|
261
|
+
|
262
|
+
// add iframe to doc and submit the form
|
263
|
+
$io.appendTo('body');
|
264
|
+
io.attachEvent ? io.attachEvent('onload', cb) : io.addEventListener('load', cb, false);
|
265
|
+
form.submit();
|
266
|
+
}
|
267
|
+
finally {
|
268
|
+
// reset attrs and remove "extra" input elements
|
269
|
+
form.setAttribute('action',a);
|
270
|
+
t ? form.setAttribute('target', t) : $form.removeAttr('target');
|
271
|
+
$(extraInputs).remove();
|
272
|
+
}
|
273
|
+
}, 10);
|
274
|
+
|
275
|
+
var domCheckCount = 50;
|
276
|
+
|
277
|
+
function cb() {
|
278
|
+
if (cbInvoked++) return;
|
279
|
+
|
280
|
+
io.detachEvent ? io.detachEvent('onload', cb) : io.removeEventListener('load', cb, false);
|
281
|
+
|
282
|
+
var ok = true;
|
283
|
+
try {
|
284
|
+
if (timedOut) throw 'timeout';
|
285
|
+
// extract the server response from the iframe
|
286
|
+
var data, doc;
|
287
|
+
|
288
|
+
doc = io.contentWindow ? io.contentWindow.document : io.contentDocument ? io.contentDocument : io.document;
|
289
|
+
|
290
|
+
var isXml = opts.dataType == 'xml' || doc.XMLDocument || $.isXMLDoc(doc);
|
291
|
+
log('isXml='+isXml);
|
292
|
+
if (!isXml && (doc.body == null || doc.body.innerHTML == '')) {
|
293
|
+
if (--domCheckCount) {
|
294
|
+
// in some browsers (Opera) the iframe DOM is not always traversable when
|
295
|
+
// the onload callback fires, so we loop a bit to accommodate
|
296
|
+
cbInvoked = 0;
|
297
|
+
setTimeout(cb, 100);
|
298
|
+
return;
|
299
|
+
}
|
300
|
+
log('Could not access iframe DOM after 50 tries.');
|
301
|
+
return;
|
302
|
+
}
|
303
|
+
|
304
|
+
xhr.responseText = doc.body ? doc.body.innerHTML : null;
|
305
|
+
xhr.responseXML = doc.XMLDocument ? doc.XMLDocument : doc;
|
306
|
+
xhr.getResponseHeader = function(header){
|
307
|
+
var headers = {'content-type': opts.dataType};
|
308
|
+
return headers[header];
|
309
|
+
};
|
310
|
+
|
311
|
+
if (opts.dataType == 'json' || opts.dataType == 'script') {
|
312
|
+
// see if user embedded response in textarea
|
313
|
+
var ta = doc.getElementsByTagName('textarea')[0];
|
314
|
+
if (ta)
|
315
|
+
xhr.responseText = ta.value;
|
316
|
+
else {
|
317
|
+
// account for browsers injecting pre around json response
|
318
|
+
var pre = doc.getElementsByTagName('pre')[0];
|
319
|
+
if (pre)
|
320
|
+
xhr.responseText = pre.innerHTML;
|
321
|
+
}
|
322
|
+
}
|
323
|
+
else if (opts.dataType == 'xml' && !xhr.responseXML && xhr.responseText != null) {
|
324
|
+
xhr.responseXML = toXml(xhr.responseText);
|
325
|
+
}
|
326
|
+
data = $.httpData(xhr, opts.dataType);
|
327
|
+
}
|
328
|
+
catch(e){
|
329
|
+
ok = false;
|
330
|
+
$.handleError(opts, xhr, 'error', e);
|
331
|
+
}
|
332
|
+
|
333
|
+
// ordering of these callbacks/triggers is odd, but that's how $.ajax does it
|
334
|
+
if (ok) {
|
335
|
+
opts.success(data, 'success');
|
336
|
+
if (g) $.event.trigger("ajaxSuccess", [xhr, opts]);
|
337
|
+
}
|
338
|
+
if (g) $.event.trigger("ajaxComplete", [xhr, opts]);
|
339
|
+
if (g && ! --$.active) $.event.trigger("ajaxStop");
|
340
|
+
if (opts.complete) opts.complete(xhr, ok ? 'success' : 'error');
|
341
|
+
|
342
|
+
// clean up
|
343
|
+
setTimeout(function() {
|
344
|
+
$io.remove();
|
345
|
+
xhr.responseXML = null;
|
346
|
+
}, 100);
|
347
|
+
};
|
348
|
+
|
349
|
+
function toXml(s, doc) {
|
350
|
+
if (window.ActiveXObject) {
|
351
|
+
doc = new ActiveXObject('Microsoft.XMLDOM');
|
352
|
+
doc.async = 'false';
|
353
|
+
doc.loadXML(s);
|
354
|
+
}
|
355
|
+
else
|
356
|
+
doc = (new DOMParser()).parseFromString(s, 'text/xml');
|
357
|
+
return (doc && doc.documentElement && doc.documentElement.tagName != 'parsererror') ? doc : null;
|
358
|
+
};
|
359
|
+
};
|
360
|
+
};
|
361
|
+
|
362
|
+
/**
|
363
|
+
* ajaxForm() provides a mechanism for fully automating form submission.
|
364
|
+
*
|
365
|
+
* The advantages of using this method instead of ajaxSubmit() are:
|
366
|
+
*
|
367
|
+
* 1: This method will include coordinates for <input type="image" /> elements (if the element
|
368
|
+
* is used to submit the form).
|
369
|
+
* 2. This method will include the submit element's name/value data (for the element that was
|
370
|
+
* used to submit the form).
|
371
|
+
* 3. This method binds the submit() method to the form for you.
|
372
|
+
*
|
373
|
+
* The options argument for ajaxForm works exactly as it does for ajaxSubmit. ajaxForm merely
|
374
|
+
* passes the options argument along after properly binding events for submit elements and
|
375
|
+
* the form itself.
|
376
|
+
*/
|
377
|
+
$.fn.ajaxForm = function(options) {
|
378
|
+
return this.ajaxFormUnbind().bind('submit.form-plugin', function() {
|
379
|
+
$(this).ajaxSubmit(options);
|
380
|
+
return false;
|
381
|
+
}).bind('click.form-plugin', function(e) {
|
382
|
+
var target = e.target;
|
383
|
+
var $el = $(target);
|
384
|
+
if (!($el.is(":submit,input:image"))) {
|
385
|
+
// is this a child element of the submit el? (ex: a span within a button)
|
386
|
+
var t = $el.closest(':submit');
|
387
|
+
if (t.length == 0)
|
388
|
+
return;
|
389
|
+
target = t[0];
|
390
|
+
}
|
391
|
+
var form = this;
|
392
|
+
form.clk = target;
|
393
|
+
if (target.type == 'image') {
|
394
|
+
if (e.offsetX != undefined) {
|
395
|
+
form.clk_x = e.offsetX;
|
396
|
+
form.clk_y = e.offsetY;
|
397
|
+
} else if (typeof $.fn.offset == 'function') { // try to use dimensions plugin
|
398
|
+
var offset = $el.offset();
|
399
|
+
form.clk_x = e.pageX - offset.left;
|
400
|
+
form.clk_y = e.pageY - offset.top;
|
401
|
+
} else {
|
402
|
+
form.clk_x = e.pageX - target.offsetLeft;
|
403
|
+
form.clk_y = e.pageY - target.offsetTop;
|
404
|
+
}
|
405
|
+
}
|
406
|
+
// clear form vars
|
407
|
+
setTimeout(function() { form.clk = form.clk_x = form.clk_y = null; }, 100);
|
408
|
+
});
|
409
|
+
};
|
410
|
+
|
411
|
+
// ajaxFormUnbind unbinds the event handlers that were bound by ajaxForm
|
412
|
+
$.fn.ajaxFormUnbind = function() {
|
413
|
+
return this.unbind('submit.form-plugin click.form-plugin');
|
414
|
+
};
|
415
|
+
|
416
|
+
/**
|
417
|
+
* formToArray() gathers form element data into an array of objects that can
|
418
|
+
* be passed to any of the following ajax functions: $.get, $.post, or load.
|
419
|
+
* Each object in the array has both a 'name' and 'value' property. An example of
|
420
|
+
* an array for a simple login form might be:
|
421
|
+
*
|
422
|
+
* [ { name: 'username', value: 'jresig' }, { name: 'password', value: 'secret' } ]
|
423
|
+
*
|
424
|
+
* It is this array that is passed to pre-submit callback functions provided to the
|
425
|
+
* ajaxSubmit() and ajaxForm() methods.
|
426
|
+
*/
|
427
|
+
$.fn.formToArray = function(semantic) {
|
428
|
+
var a = [];
|
429
|
+
if (this.length == 0) return a;
|
430
|
+
|
431
|
+
var form = this[0];
|
432
|
+
var els = semantic ? form.getElementsByTagName('*') : form.elements;
|
433
|
+
if (!els) return a;
|
434
|
+
for(var i=0, max=els.length; i < max; i++) {
|
435
|
+
var el = els[i];
|
436
|
+
var n = el.name;
|
437
|
+
if (!n) continue;
|
438
|
+
|
439
|
+
if (semantic && form.clk && el.type == "image") {
|
440
|
+
// handle image inputs on the fly when semantic == true
|
441
|
+
if(!el.disabled && form.clk == el) {
|
442
|
+
a.push({name: n, value: $(el).val()});
|
443
|
+
a.push({name: n+'.x', value: form.clk_x}, {name: n+'.y', value: form.clk_y});
|
444
|
+
}
|
445
|
+
continue;
|
446
|
+
}
|
447
|
+
|
448
|
+
var v = $.fieldValue(el, true);
|
449
|
+
if (v && v.constructor == Array) {
|
450
|
+
for(var j=0, jmax=v.length; j < jmax; j++)
|
451
|
+
a.push({name: n, value: v[j]});
|
452
|
+
}
|
453
|
+
else if (v !== null && typeof v != 'undefined')
|
454
|
+
a.push({name: n, value: v});
|
455
|
+
}
|
456
|
+
|
457
|
+
if (!semantic && form.clk) {
|
458
|
+
// input type=='image' are not found in elements array! handle it here
|
459
|
+
var $input = $(form.clk), input = $input[0], n = input.name;
|
460
|
+
if (n && !input.disabled && input.type == 'image') {
|
461
|
+
a.push({name: n, value: $input.val()});
|
462
|
+
a.push({name: n+'.x', value: form.clk_x}, {name: n+'.y', value: form.clk_y});
|
463
|
+
}
|
464
|
+
}
|
465
|
+
return a;
|
466
|
+
};
|
467
|
+
|
468
|
+
/**
|
469
|
+
* Serializes form data into a 'submittable' string. This method will return a string
|
470
|
+
* in the format: name1=value1&name2=value2
|
471
|
+
*/
|
472
|
+
$.fn.formSerialize = function(semantic) {
|
473
|
+
//hand off to jQuery.param for proper encoding
|
474
|
+
return $.param(this.formToArray(semantic));
|
475
|
+
};
|
476
|
+
|
477
|
+
/**
|
478
|
+
* Serializes all field elements in the jQuery object into a query string.
|
479
|
+
* This method will return a string in the format: name1=value1&name2=value2
|
480
|
+
*/
|
481
|
+
$.fn.fieldSerialize = function(successful) {
|
482
|
+
var a = [];
|
483
|
+
this.each(function() {
|
484
|
+
var n = this.name;
|
485
|
+
if (!n) return;
|
486
|
+
var v = $.fieldValue(this, successful);
|
487
|
+
if (v && v.constructor == Array) {
|
488
|
+
for (var i=0,max=v.length; i < max; i++)
|
489
|
+
a.push({name: n, value: v[i]});
|
490
|
+
}
|
491
|
+
else if (v !== null && typeof v != 'undefined')
|
492
|
+
a.push({name: this.name, value: v});
|
493
|
+
});
|
494
|
+
//hand off to jQuery.param for proper encoding
|
495
|
+
return $.param(a);
|
496
|
+
};
|
497
|
+
|
498
|
+
/**
|
499
|
+
* Returns the value(s) of the element in the matched set. For example, consider the following form:
|
500
|
+
*
|
501
|
+
* <form><fieldset>
|
502
|
+
* <input name="A" type="text" />
|
503
|
+
* <input name="A" type="text" />
|
504
|
+
* <input name="B" type="checkbox" value="B1" />
|
505
|
+
* <input name="B" type="checkbox" value="B2"/>
|
506
|
+
* <input name="C" type="radio" value="C1" />
|
507
|
+
* <input name="C" type="radio" value="C2" />
|
508
|
+
* </fieldset></form>
|
509
|
+
*
|
510
|
+
* var v = $(':text').fieldValue();
|
511
|
+
* // if no values are entered into the text inputs
|
512
|
+
* v == ['','']
|
513
|
+
* // if values entered into the text inputs are 'foo' and 'bar'
|
514
|
+
* v == ['foo','bar']
|
515
|
+
*
|
516
|
+
* var v = $(':checkbox').fieldValue();
|
517
|
+
* // if neither checkbox is checked
|
518
|
+
* v === undefined
|
519
|
+
* // if both checkboxes are checked
|
520
|
+
* v == ['B1', 'B2']
|
521
|
+
*
|
522
|
+
* var v = $(':radio').fieldValue();
|
523
|
+
* // if neither radio is checked
|
524
|
+
* v === undefined
|
525
|
+
* // if first radio is checked
|
526
|
+
* v == ['C1']
|
527
|
+
*
|
528
|
+
* The successful argument controls whether or not the field element must be 'successful'
|
529
|
+
* (per http://www.w3.org/TR/html4/interact/forms.html#successful-controls).
|
530
|
+
* The default value of the successful argument is true. If this value is false the value(s)
|
531
|
+
* for each element is returned.
|
532
|
+
*
|
533
|
+
* Note: This method *always* returns an array. If no valid value can be determined the
|
534
|
+
* array will be empty, otherwise it will contain one or more values.
|
535
|
+
*/
|
536
|
+
$.fn.fieldValue = function(successful) {
|
537
|
+
for (var val=[], i=0, max=this.length; i < max; i++) {
|
538
|
+
var el = this[i];
|
539
|
+
var v = $.fieldValue(el, successful);
|
540
|
+
if (v === null || typeof v == 'undefined' || (v.constructor == Array && !v.length))
|
541
|
+
continue;
|
542
|
+
v.constructor == Array ? $.merge(val, v) : val.push(v);
|
543
|
+
}
|
544
|
+
return val;
|
545
|
+
};
|
546
|
+
|
547
|
+
/**
|
548
|
+
* Returns the value of the field element.
|
549
|
+
*/
|
550
|
+
$.fieldValue = function(el, successful) {
|
551
|
+
var n = el.name, t = el.type, tag = el.tagName.toLowerCase();
|
552
|
+
if (typeof successful == 'undefined') successful = true;
|
553
|
+
|
554
|
+
if (successful && (!n || el.disabled || t == 'reset' || t == 'button' ||
|
555
|
+
(t == 'checkbox' || t == 'radio') && !el.checked ||
|
556
|
+
(t == 'submit' || t == 'image') && el.form && el.form.clk != el ||
|
557
|
+
tag == 'select' && el.selectedIndex == -1))
|
558
|
+
return null;
|
559
|
+
|
560
|
+
if (tag == 'select') {
|
561
|
+
var index = el.selectedIndex;
|
562
|
+
if (index < 0) return null;
|
563
|
+
var a = [], ops = el.options;
|
564
|
+
var one = (t == 'select-one');
|
565
|
+
var max = (one ? index+1 : ops.length);
|
566
|
+
for(var i=(one ? index : 0); i < max; i++) {
|
567
|
+
var op = ops[i];
|
568
|
+
if (op.selected) {
|
569
|
+
var v = op.value;
|
570
|
+
if (!v) // extra pain for IE...
|
571
|
+
v = (op.attributes && op.attributes['value'] && !(op.attributes['value'].specified)) ? op.text : op.value;
|
572
|
+
if (one) return v;
|
573
|
+
a.push(v);
|
574
|
+
}
|
575
|
+
}
|
576
|
+
return a;
|
577
|
+
}
|
578
|
+
return el.value;
|
579
|
+
};
|
580
|
+
|
581
|
+
/**
|
582
|
+
* Clears the form data. Takes the following actions on the form's input fields:
|
583
|
+
* - input text fields will have their 'value' property set to the empty string
|
584
|
+
* - select elements will have their 'selectedIndex' property set to -1
|
585
|
+
* - checkbox and radio inputs will have their 'checked' property set to false
|
586
|
+
* - inputs of type submit, button, reset, and hidden will *not* be effected
|
587
|
+
* - button elements will *not* be effected
|
588
|
+
*/
|
589
|
+
$.fn.clearForm = function() {
|
590
|
+
return this.each(function() {
|
591
|
+
$('input,select,textarea', this).clearFields();
|
592
|
+
});
|
593
|
+
};
|
594
|
+
|
595
|
+
/**
|
596
|
+
* Clears the selected form elements.
|
597
|
+
*/
|
598
|
+
$.fn.clearFields = $.fn.clearInputs = function() {
|
599
|
+
return this.each(function() {
|
600
|
+
var t = this.type, tag = this.tagName.toLowerCase();
|
601
|
+
if (t == 'text' || t == 'password' || tag == 'textarea')
|
602
|
+
this.value = '';
|
603
|
+
else if (t == 'checkbox' || t == 'radio')
|
604
|
+
this.checked = false;
|
605
|
+
else if (tag == 'select')
|
606
|
+
this.selectedIndex = -1;
|
607
|
+
});
|
608
|
+
};
|
609
|
+
|
610
|
+
/**
|
611
|
+
* Resets the form data. Causes all form elements to be reset to their original value.
|
612
|
+
*/
|
613
|
+
$.fn.resetForm = function() {
|
614
|
+
return this.each(function() {
|
615
|
+
// guard against an input with the name of 'reset'
|
616
|
+
// note that IE reports the reset function as an 'object'
|
617
|
+
if (typeof this.reset == 'function' || (typeof this.reset == 'object' && !this.reset.nodeType))
|
618
|
+
this.reset();
|
619
|
+
});
|
620
|
+
};
|
621
|
+
|
622
|
+
/**
|
623
|
+
* Enables or disables any matching elements.
|
624
|
+
*/
|
625
|
+
$.fn.enable = function(b) {
|
626
|
+
if (b == undefined) b = true;
|
627
|
+
return this.each(function() {
|
628
|
+
this.disabled = !b;
|
629
|
+
});
|
630
|
+
};
|
631
|
+
|
632
|
+
/**
|
633
|
+
* Checks/unchecks any matching checkboxes or radio buttons and
|
634
|
+
* selects/deselects and matching option elements.
|
635
|
+
*/
|
636
|
+
$.fn.selected = function(select) {
|
637
|
+
if (select == undefined) select = true;
|
638
|
+
return this.each(function() {
|
639
|
+
var t = this.type;
|
640
|
+
if (t == 'checkbox' || t == 'radio')
|
641
|
+
this.checked = select;
|
642
|
+
else if (this.tagName.toLowerCase() == 'option') {
|
643
|
+
var $sel = $(this).parent('select');
|
644
|
+
if (select && $sel[0] && $sel[0].type == 'select-one') {
|
645
|
+
// deselect all other options
|
646
|
+
$sel.find('option').selected(false);
|
647
|
+
}
|
648
|
+
this.selected = select;
|
649
|
+
}
|
650
|
+
});
|
651
|
+
};
|
652
|
+
|
653
|
+
// helper fn for console logging
|
654
|
+
// set $.fn.ajaxSubmit.debug to true to enable debug logging
|
655
|
+
function log() {
|
656
|
+
if ($.fn.ajaxSubmit.debug && window.console && window.console.log)
|
657
|
+
window.console.log('[jquery.form] ' + Array.prototype.join.call(arguments,''));
|
658
|
+
};
|
659
|
+
|
660
|
+
})(jQuery);
|