Revision 1436
Added by Luisehahne almost 14 years ago
branches/2.8.x/CHANGELOG | ||
---|---|---|
11 | 11 |
! = Update/Change |
12 | 12 |
|
13 | 13 |
------------------------------------- 2.8.2 ------------------------------------- |
14 |
17 Mae-2011 Build 1436 Dietmar Woellbrink (Luisehahne) |
|
15 |
! update jquery to Version 1.5.1 and jQuery UI to Version 1.8.10 |
|
14 | 16 |
17 Mae-2011 Build 1435 Dietmar Woellbrink (Luisehahne) |
15 | 17 |
# fix entities converting in select languages (Tks to the community) |
16 | 18 |
# see http://www.websitebaker2.org/forum/index.php/topic,20547.msg140512.html#msg140512 |
branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-hu.js | ||
---|---|---|
17 | 17 |
dateFormat: 'yy-mm-dd', |
18 | 18 |
firstDay: 1, |
19 | 19 |
isRTL: false, |
20 |
showMonthAfterYear: false,
|
|
20 |
showMonthAfterYear: true,
|
|
21 | 21 |
yearSuffix: ''}; |
22 | 22 |
$.datepicker.setDefaults($.datepicker.regional['hu']); |
23 | 23 |
}); |
branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-no.js | ||
---|---|---|
1 | 1 |
/* Norwegian initialisation for the jQuery UI date picker plugin. */ |
2 | 2 |
/* Written by Naimdjon Takhirov (naimdjon@gmail.com). */ |
3 |
|
|
3 | 4 |
jQuery(function($){ |
4 |
$.datepicker.regional['no'] = { |
|
5 |
closeText: 'Lukk', |
|
6 |
prevText: '«Forrige', |
|
7 |
nextText: 'Neste»', |
|
8 |
currentText: 'I dag', |
|
9 |
monthNames: ['Januar','Februar','Mars','April','Mai','Juni', |
|
10 |
'Juli','August','September','Oktober','November','Desember'], |
|
11 |
monthNamesShort: ['Jan','Feb','Mar','Apr','Mai','Jun', |
|
12 |
'Jul','Aug','Sep','Okt','Nov','Des'], |
|
13 |
dayNamesShort: ['Søn','Man','Tir','Ons','Tor','Fre','Lør'], |
|
14 |
dayNames: ['Søndag','Mandag','Tirsdag','Onsdag','Torsdag','Fredag','Lørdag'], |
|
15 |
dayNamesMin: ['Sø','Ma','Ti','On','To','Fr','Lø'], |
|
16 |
weekHeader: 'Uke', |
|
17 |
dateFormat: 'yy-mm-dd', |
|
18 |
firstDay: 0, |
|
19 |
isRTL: false, |
|
20 |
showMonthAfterYear: false, |
|
21 |
yearSuffix: ''}; |
|
22 |
$.datepicker.setDefaults($.datepicker.regional['no']); |
|
5 |
$.datepicker.regional['no'] = { |
|
6 |
closeText: 'Lukk', |
|
7 |
prevText: '«Forrige', |
|
8 |
nextText: 'Neste»', |
|
9 |
currentText: 'I dag', |
|
10 |
monthNames: ['januar','februar','mars','april','mai','juni','juli','august','september','oktober','november','desember'], |
|
11 |
monthNamesShort: ['jan','feb','mar','apr','mai','jun','jul','aug','sep','okt','nov','des'], |
|
12 |
dayNamesShort: ['søn','man','tir','ons','tor','fre','lør'], |
|
13 |
dayNames: ['søndag','mandag','tirsdag','onsdag','torsdag','fredag','lørdag'], |
|
14 |
dayNamesMin: ['sø','ma','ti','on','to','fr','lø'], |
|
15 |
weekHeader: 'Uke', |
|
16 |
dateFormat: 'dd.mm.yy', |
|
17 |
firstDay: 1, |
|
18 |
isRTL: false, |
|
19 |
showMonthAfterYear: false, |
|
20 |
yearSuffix: '' |
|
21 |
}; |
|
22 |
$.datepicker.setDefaults($.datepicker.regional['no']); |
|
23 | 23 |
}); |
branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-sk.js | ||
---|---|---|
15 | 15 |
dayNamesMin: ['Ne','Po','Ut','St','Št','Pia','So'], |
16 | 16 |
weekHeader: 'Ty', |
17 | 17 |
dateFormat: 'dd.mm.yy', |
18 |
firstDay: 0,
|
|
18 |
firstDay: 1,
|
|
19 | 19 |
isRTL: false, |
20 | 20 |
showMonthAfterYear: false, |
21 | 21 |
yearSuffix: ''}; |
branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-ar-DZ.js | ||
---|---|---|
1 |
/* Algerian Arabic Translation for jQuery UI date picker plugin. (can be used for Tunisia)*/ |
|
2 |
/* Mohamed Cherif BOUCHELAGHEM -- cherifbouchelaghem@yahoo.fr */ |
|
3 |
|
|
4 |
jQuery(function($){ |
|
5 |
$.datepicker.regional['ar-DZ'] = { |
|
6 |
closeText: 'إغلاق', |
|
7 |
prevText: '<السابق', |
|
8 |
nextText: 'التالي>', |
|
9 |
currentText: 'اليوم', |
|
10 |
monthNames: ['جانفي', 'فيفري', 'مارس', 'أفريل', 'ماي', 'جوان', |
|
11 |
'جويلية', 'أوت', 'سبتمبر','أكتوبر', 'نوفمبر', 'ديسمبر'], |
|
12 |
monthNamesShort: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], |
|
13 |
dayNames: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], |
|
14 |
dayNamesShort: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], |
|
15 |
dayNamesMin: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], |
|
16 |
weekHeader: 'أسبوع', |
|
17 |
dateFormat: 'dd/mm/yy', |
|
18 |
firstDay: 6, |
|
19 |
isRTL: true, |
|
20 |
showMonthAfterYear: false, |
|
21 |
yearSuffix: ''}; |
|
22 |
$.datepicker.setDefaults($.datepicker.regional['ar-DZ']); |
|
23 |
}); |
|
0 | 24 |
branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-rm.js | ||
---|---|---|
1 |
/* Romansh initialisation for the jQuery UI date picker plugin. */ |
|
2 |
/* Written by Yvonne Gienal (yvonne.gienal@educa.ch). */ |
|
3 |
jQuery(function($){ |
|
4 |
$.datepicker.regional['rm'] = { |
|
5 |
closeText: 'Serrar', |
|
6 |
prevText: '<Suandant', |
|
7 |
nextText: 'Precedent>', |
|
8 |
currentText: 'Actual', |
|
9 |
monthNames: ['Schaner','Favrer','Mars','Avrigl','Matg','Zercladur', 'Fanadur','Avust','Settember','October','November','December'], |
|
10 |
monthNamesShort: ['Scha','Fev','Mar','Avr','Matg','Zer', 'Fan','Avu','Sett','Oct','Nov','Dec'], |
|
11 |
dayNames: ['Dumengia','Glindesdi','Mardi','Mesemna','Gievgia','Venderdi','Sonda'], |
|
12 |
dayNamesShort: ['Dum','Gli','Mar','Mes','Gie','Ven','Som'], |
|
13 |
dayNamesMin: ['Du','Gl','Ma','Me','Gi','Ve','So'], |
|
14 |
weekHeader: 'emna', |
|
15 |
dateFormat: 'dd/mm/yy', |
|
16 |
firstDay: 1, |
|
17 |
isRTL: false, |
|
18 |
showMonthAfterYear: false, |
|
19 |
yearSuffix: ''}; |
|
20 |
$.datepicker.setDefaults($.datepicker.regional['rm']); |
|
21 |
}); |
|
0 | 22 |
branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-ru.js | ||
---|---|---|
13 | 13 |
dayNames: ['воскресенье','понедельник','вторник','среда','четверг','пятница','суббота'], |
14 | 14 |
dayNamesShort: ['вск','пнд','втр','срд','чтв','птн','сбт'], |
15 | 15 |
dayNamesMin: ['Вс','Пн','Вт','Ср','Чт','Пт','Сб'], |
16 |
weekHeader: 'Не', |
|
16 |
weekHeader: 'Нед',
|
|
17 | 17 |
dateFormat: 'dd.mm.yy', |
18 | 18 |
firstDay: 1, |
19 | 19 |
isRTL: false, |
branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-en-NZ.js | ||
---|---|---|
1 |
/* English/New Zealand initialisation for the jQuery UI date picker plugin. */ |
|
2 |
/* Based on the en-GB initialisation. */ |
|
3 |
jQuery(function($){ |
|
4 |
$.datepicker.regional['en-NZ'] = { |
|
5 |
closeText: 'Done', |
|
6 |
prevText: 'Prev', |
|
7 |
nextText: 'Next', |
|
8 |
currentText: 'Today', |
|
9 |
monthNames: ['January','February','March','April','May','June', |
|
10 |
'July','August','September','October','November','December'], |
|
11 |
monthNamesShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', |
|
12 |
'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], |
|
13 |
dayNames: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], |
|
14 |
dayNamesShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], |
|
15 |
dayNamesMin: ['Su','Mo','Tu','We','Th','Fr','Sa'], |
|
16 |
weekHeader: 'Wk', |
|
17 |
dateFormat: 'dd/mm/yy', |
|
18 |
firstDay: 1, |
|
19 |
isRTL: false, |
|
20 |
showMonthAfterYear: false, |
|
21 |
yearSuffix: ''}; |
|
22 |
$.datepicker.setDefaults($.datepicker.regional['en-NZ']); |
|
23 |
}); |
|
0 | 24 |
branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-fr-CH.js | ||
---|---|---|
1 |
/* Swiss-French initialisation for the jQuery UI date picker plugin. */ |
|
1 |
/* Swiss-French initialisation for the jQuery UI date picker plugin. */
|
|
2 | 2 |
/* Written Martin Voelkle (martin.voelkle@e-tc.ch). */ |
3 | 3 |
jQuery(function($){ |
4 | 4 |
$.datepicker.regional['fr-CH'] = { |
5 | 5 |
closeText: 'Fermer', |
6 |
prevText: '<Pr?c',
|
|
6 |
prevText: '<Préc',
|
|
7 | 7 |
nextText: 'Suiv>', |
8 | 8 |
currentText: 'Courant', |
9 |
monthNames: ['Janvier','F?vrier','Mars','Avril','Mai','Juin',
|
|
10 |
'Juillet','Ao?t','Septembre','Octobre','Novembre','D?cembre'],
|
|
11 |
monthNamesShort: ['Jan','F?v','Mar','Avr','Mai','Jun',
|
|
12 |
'Jul','Ao?','Sep','Oct','Nov','D?c'],
|
|
9 |
monthNames: ['Janvier','Février','Mars','Avril','Mai','Juin',
|
|
10 |
'Juillet','Août','Septembre','Octobre','Novembre','Décembre'],
|
|
11 |
monthNamesShort: ['Jan','Fév','Mar','Avr','Mai','Jun',
|
|
12 |
'Jul','Aoû','Sep','Oct','Nov','Déc'],
|
|
13 | 13 |
dayNames: ['Dimanche','Lundi','Mardi','Mercredi','Jeudi','Vendredi','Samedi'], |
14 | 14 |
dayNamesShort: ['Dim','Lun','Mar','Mer','Jeu','Ven','Sam'], |
15 | 15 |
dayNamesMin: ['Di','Lu','Ma','Me','Je','Ve','Sa'], |
branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-gl.js | ||
---|---|---|
1 |
/* Galician localization for 'UI date picker' jQuery extension. */ |
|
2 |
/* Translated by Jorge Barreiro <yortx.barry@gmail.com>. */ |
|
3 |
jQuery(function($){ |
|
4 |
$.datepicker.regional['gl'] = { |
|
5 |
closeText: 'Pechar', |
|
6 |
prevText: '<Ant', |
|
7 |
nextText: 'Seg>', |
|
8 |
currentText: 'Hoxe', |
|
9 |
monthNames: ['Xaneiro','Febreiro','Marzo','Abril','Maio','Xuño', |
|
10 |
'Xullo','Agosto','Setembro','Outubro','Novembro','Decembro'], |
|
11 |
monthNamesShort: ['Xan','Feb','Mar','Abr','Mai','Xuñ', |
|
12 |
'Xul','Ago','Set','Out','Nov','Dec'], |
|
13 |
dayNames: ['Domingo','Luns','Martes','Mércores','Xoves','Venres','Sábado'], |
|
14 |
dayNamesShort: ['Dom','Lun','Mar','Mér','Xov','Ven','Sáb'], |
|
15 |
dayNamesMin: ['Do','Lu','Ma','Mé','Xo','Ve','Sá'], |
|
16 |
weekHeader: 'Sm', |
|
17 |
dateFormat: 'dd/mm/yy', |
|
18 |
firstDay: 1, |
|
19 |
isRTL: false, |
|
20 |
showMonthAfterYear: false, |
|
21 |
yearSuffix: ''}; |
|
22 |
$.datepicker.setDefaults($.datepicker.regional['gl']); |
|
23 |
}); |
|
0 | 24 |
branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-ar.js | ||
---|---|---|
1 | 1 |
/* Arabic Translation for jQuery UI date picker plugin. */ |
2 |
/* Khaled Al Horani -- koko.dw@gmail.com */ |
|
3 |
/* خالد الحوراني -- koko.dw@gmail.com */ |
|
2 |
/* Khaled Alhourani -- me@khaledalhourani.com */ |
|
4 | 3 |
/* NOTE: monthNames are the original months names and they are the Arabic names, not the new months name فبراير - يناير and there isn't any Arabic roots for these months */ |
5 | 4 |
jQuery(function($){ |
6 | 5 |
$.datepicker.regional['ar'] = { |
... | ... | |
10 | 9 |
currentText: 'اليوم', |
11 | 10 |
monthNames: ['كانون الثاني', 'شباط', 'آذار', 'نيسان', 'آذار', 'حزيران', |
12 | 11 |
'تموز', 'آب', 'أيلول', 'تشرين الأول', 'تشرين الثاني', 'كانون الأول'], |
13 |
monthNamesShort: ['1','2','3','4','5','6','7','8','9','10','11','12'],
|
|
14 |
dayNames: ['السبت', 'الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة'],
|
|
15 |
dayNamesShort: ['سبت', 'أحد', 'اثنين', 'ثلاثاء', 'أربعاء', 'خميس', 'جمعة'],
|
|
16 |
dayNamesMin: ['سبت', 'أحد', 'اثنين', 'ثلاثاء', 'أربعاء', 'خميس', 'جمعة'],
|
|
12 |
monthNamesShort: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'],
|
|
13 |
dayNames: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'],
|
|
14 |
dayNamesShort: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'],
|
|
15 |
dayNamesMin: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'],
|
|
17 | 16 |
weekHeader: 'أسبوع', |
18 | 17 |
dateFormat: 'dd/mm/yy', |
19 |
firstDay: 0,
|
|
18 |
firstDay: 6,
|
|
20 | 19 |
isRTL: true, |
21 | 20 |
showMonthAfterYear: false, |
22 | 21 |
yearSuffix: ''}; |
branches/2.8.x/wb/include/jquery/i18n/jquery-ui-i18n.js | ||
---|---|---|
21 | 21 |
yearSuffix: ''}; |
22 | 22 |
$.datepicker.setDefaults($.datepicker.regional['af']); |
23 | 23 |
}); |
24 |
/* Algerian Arabic Translation for jQuery UI date picker plugin. (can be used for Tunisia)*/ |
|
25 |
/* Mohamed Cherif BOUCHELAGHEM -- cherifbouchelaghem@yahoo.fr */ |
|
26 |
|
|
27 |
jQuery(function($){ |
|
28 |
$.datepicker.regional['ar-DZ'] = { |
|
29 |
closeText: 'إغلاق', |
|
30 |
prevText: '<السابق', |
|
31 |
nextText: 'التالي>', |
|
32 |
currentText: 'اليوم', |
|
33 |
monthNames: ['جانفي', 'فيفري', 'مارس', 'أفريل', 'ماي', 'جوان', |
|
34 |
'جويلية', 'أوت', 'سبتمبر','أكتوبر', 'نوفمبر', 'ديسمبر'], |
|
35 |
monthNamesShort: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], |
|
36 |
dayNames: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], |
|
37 |
dayNamesShort: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], |
|
38 |
dayNamesMin: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], |
|
39 |
weekHeader: 'أسبوع', |
|
40 |
dateFormat: 'dd/mm/yy', |
|
41 |
firstDay: 6, |
|
42 |
isRTL: true, |
|
43 |
showMonthAfterYear: false, |
|
44 |
yearSuffix: ''}; |
|
45 |
$.datepicker.setDefaults($.datepicker.regional['ar-DZ']); |
|
46 |
}); |
|
24 | 47 |
/* Arabic Translation for jQuery UI date picker plugin. */ |
25 |
/* Khaled Al Horani -- koko.dw@gmail.com */ |
|
26 |
/* خالد الحوراني -- koko.dw@gmail.com */ |
|
48 |
/* Khaled Alhourani -- me@khaledalhourani.com */ |
|
27 | 49 |
/* NOTE: monthNames are the original months names and they are the Arabic names, not the new months name فبراير - يناير and there isn't any Arabic roots for these months */ |
28 | 50 |
jQuery(function($){ |
29 | 51 |
$.datepicker.regional['ar'] = { |
... | ... | |
33 | 55 |
currentText: 'اليوم', |
34 | 56 |
monthNames: ['كانون الثاني', 'شباط', 'آذار', 'نيسان', 'آذار', 'حزيران', |
35 | 57 |
'تموز', 'آب', 'أيلول', 'تشرين الأول', 'تشرين الثاني', 'كانون الأول'], |
36 |
monthNamesShort: ['1','2','3','4','5','6','7','8','9','10','11','12'],
|
|
37 |
dayNames: ['السبت', 'الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة'],
|
|
38 |
dayNamesShort: ['سبت', 'أحد', 'اثنين', 'ثلاثاء', 'أربعاء', 'خميس', 'جمعة'],
|
|
39 |
dayNamesMin: ['سبت', 'أحد', 'اثنين', 'ثلاثاء', 'أربعاء', 'خميس', 'جمعة'],
|
|
58 |
monthNamesShort: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'],
|
|
59 |
dayNames: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'],
|
|
60 |
dayNamesShort: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'],
|
|
61 |
dayNamesMin: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'],
|
|
40 | 62 |
weekHeader: 'أسبوع', |
41 | 63 |
dateFormat: 'dd/mm/yy', |
42 |
firstDay: 0,
|
|
64 |
firstDay: 6,
|
|
43 | 65 |
isRTL: true, |
44 | 66 |
showMonthAfterYear: false, |
45 | 67 |
yearSuffix: ''}; |
... | ... | |
225 | 247 |
showMonthAfterYear: false, |
226 | 248 |
yearSuffix: ''}; |
227 | 249 |
$.datepicker.setDefaults($.datepicker.regional['el']); |
228 |
});/* English/UK initialisation for the jQuery UI date picker plugin. */ |
|
250 |
});/* English/Australia initialisation for the jQuery UI date picker plugin. */ |
|
251 |
/* Based on the en-GB initialisation. */ |
|
252 |
jQuery(function($){ |
|
253 |
$.datepicker.regional['en-AU'] = { |
|
254 |
closeText: 'Done', |
|
255 |
prevText: 'Prev', |
|
256 |
nextText: 'Next', |
|
257 |
currentText: 'Today', |
|
258 |
monthNames: ['January','February','March','April','May','June', |
|
259 |
'July','August','September','October','November','December'], |
|
260 |
monthNamesShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', |
|
261 |
'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], |
|
262 |
dayNames: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], |
|
263 |
dayNamesShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], |
|
264 |
dayNamesMin: ['Su','Mo','Tu','We','Th','Fr','Sa'], |
|
265 |
weekHeader: 'Wk', |
|
266 |
dateFormat: 'dd/mm/yy', |
|
267 |
firstDay: 1, |
|
268 |
isRTL: false, |
|
269 |
showMonthAfterYear: false, |
|
270 |
yearSuffix: ''}; |
|
271 |
$.datepicker.setDefaults($.datepicker.regional['en-AU']); |
|
272 |
}); |
|
273 |
/* English/UK initialisation for the jQuery UI date picker plugin. */ |
|
229 | 274 |
/* Written by Stuart. */ |
230 | 275 |
jQuery(function($){ |
231 | 276 |
$.datepicker.regional['en-GB'] = { |
... | ... | |
248 | 293 |
yearSuffix: ''}; |
249 | 294 |
$.datepicker.setDefaults($.datepicker.regional['en-GB']); |
250 | 295 |
}); |
296 |
/* English/New Zealand initialisation for the jQuery UI date picker plugin. */ |
|
297 |
/* Based on the en-GB initialisation. */ |
|
298 |
jQuery(function($){ |
|
299 |
$.datepicker.regional['en-NZ'] = { |
|
300 |
closeText: 'Done', |
|
301 |
prevText: 'Prev', |
|
302 |
nextText: 'Next', |
|
303 |
currentText: 'Today', |
|
304 |
monthNames: ['January','February','March','April','May','June', |
|
305 |
'July','August','September','October','November','December'], |
|
306 |
monthNamesShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', |
|
307 |
'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], |
|
308 |
dayNames: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], |
|
309 |
dayNamesShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], |
|
310 |
dayNamesMin: ['Su','Mo','Tu','We','Th','Fr','Sa'], |
|
311 |
weekHeader: 'Wk', |
|
312 |
dateFormat: 'dd/mm/yy', |
|
313 |
firstDay: 1, |
|
314 |
isRTL: false, |
|
315 |
showMonthAfterYear: false, |
|
316 |
yearSuffix: ''}; |
|
317 |
$.datepicker.setDefaults($.datepicker.regional['en-NZ']); |
|
318 |
}); |
|
251 | 319 |
/* Esperanto initialisation for the jQuery UI date picker plugin. */ |
252 | 320 |
/* Written by Olivier M. (olivierweb@ifrance.com). */ |
253 | 321 |
jQuery(function($){ |
... | ... | |
405 | 473 |
yearSuffix: ''}; |
406 | 474 |
$.datepicker.setDefaults($.datepicker.regional['fo']); |
407 | 475 |
}); |
408 |
/* Swiss-French initialisation for the jQuery UI date picker plugin. */ |
|
476 |
/* Swiss-French initialisation for the jQuery UI date picker plugin. */
|
|
409 | 477 |
/* Written Martin Voelkle (martin.voelkle@e-tc.ch). */ |
410 | 478 |
jQuery(function($){ |
411 | 479 |
$.datepicker.regional['fr-CH'] = { |
412 | 480 |
closeText: 'Fermer', |
413 |
prevText: '<Pr�c',
|
|
481 |
prevText: '<Préc',
|
|
414 | 482 |
nextText: 'Suiv>', |
415 | 483 |
currentText: 'Courant', |
416 |
monthNames: ['Janvier','F�vrier','Mars','Avril','Mai','Juin',
|
|
417 |
'Juillet','Ao�t','Septembre','Octobre','Novembre','D�cembre'],
|
|
418 |
monthNamesShort: ['Jan','F�v','Mar','Avr','Mai','Jun',
|
|
419 |
'Jul','Ao�','Sep','Oct','Nov','D�c'],
|
|
484 |
monthNames: ['Janvier','Février','Mars','Avril','Mai','Juin',
|
|
485 |
'Juillet','Août','Septembre','Octobre','Novembre','Décembre'],
|
|
486 |
monthNamesShort: ['Jan','Fév','Mar','Avr','Mai','Jun',
|
|
487 |
'Jul','Aoû','Sep','Oct','Nov','Déc'],
|
|
420 | 488 |
dayNames: ['Dimanche','Lundi','Mardi','Mercredi','Jeudi','Vendredi','Samedi'], |
421 | 489 |
dayNamesShort: ['Dim','Lun','Mar','Mer','Jeu','Ven','Sam'], |
422 | 490 |
dayNamesMin: ['Di','Lu','Ma','Me','Je','Ve','Sa'], |
... | ... | |
428 | 496 |
yearSuffix: ''}; |
429 | 497 |
$.datepicker.setDefaults($.datepicker.regional['fr-CH']); |
430 | 498 |
});/* French initialisation for the jQuery UI date picker plugin. */ |
431 |
/* Written by Keith Wood (kbwood{at}iinet.com.au) and Stéphane Nahmani (sholby@sholby.net). */ |
|
499 |
/* Written by Keith Wood (kbwood{at}iinet.com.au), |
|
500 |
Stéphane Nahmani (sholby@sholby.net), |
|
501 |
Stéphane Raimbault <stephane.raimbault@gmail.com> */ |
|
432 | 502 |
jQuery(function($){ |
433 | 503 |
$.datepicker.regional['fr'] = { |
434 | 504 |
closeText: 'Fermer', |
435 |
prevText: '<Préc',
|
|
436 |
nextText: 'Suiv>',
|
|
437 |
currentText: 'Courant',
|
|
505 |
prevText: 'Précédent',
|
|
506 |
nextText: 'Suivant',
|
|
507 |
currentText: 'Aujourd\'hui',
|
|
438 | 508 |
monthNames: ['Janvier','Février','Mars','Avril','Mai','Juin', |
439 | 509 |
'Juillet','Août','Septembre','Octobre','Novembre','Décembre'], |
440 |
monthNamesShort: ['Jan','Fév','Mar','Avr','Mai','Jun',
|
|
441 |
'Jul','Aoû','Sep','Oct','Nov','Déc'],
|
|
510 |
monthNamesShort: ['Janv.','Févr.','Mars','Avril','Mai','Juin',
|
|
511 |
'Juil.','Août','Sept.','Oct.','Nov.','Déc.'],
|
|
442 | 512 |
dayNames: ['Dimanche','Lundi','Mardi','Mercredi','Jeudi','Vendredi','Samedi'], |
443 |
dayNamesShort: ['Dim','Lun','Mar','Mer','Jeu','Ven','Sam'], |
|
444 |
dayNamesMin: ['Di','Lu','Ma','Me','Je','Ve','Sa'], |
|
513 |
dayNamesShort: ['Dim.','Lun.','Mar.','Mer.','Jeu.','Ven.','Sam.'], |
|
514 |
dayNamesMin: ['D','L','M','M','J','V','S'], |
|
515 |
weekHeader: 'Sem.', |
|
516 |
dateFormat: 'dd/mm/yy', |
|
517 |
firstDay: 1, |
|
518 |
isRTL: false, |
|
519 |
showMonthAfterYear: false, |
|
520 |
yearSuffix: ''}; |
|
521 |
$.datepicker.setDefaults($.datepicker.regional['fr']); |
|
522 |
}); |
|
523 |
/* Galician localization for 'UI date picker' jQuery extension. */ |
|
524 |
/* Translated by Jorge Barreiro <yortx.barry@gmail.com>. */ |
|
525 |
jQuery(function($){ |
|
526 |
$.datepicker.regional['gl'] = { |
|
527 |
closeText: 'Pechar', |
|
528 |
prevText: '<Ant', |
|
529 |
nextText: 'Seg>', |
|
530 |
currentText: 'Hoxe', |
|
531 |
monthNames: ['Xaneiro','Febreiro','Marzo','Abril','Maio','Xuño', |
|
532 |
'Xullo','Agosto','Setembro','Outubro','Novembro','Decembro'], |
|
533 |
monthNamesShort: ['Xan','Feb','Mar','Abr','Mai','Xuñ', |
|
534 |
'Xul','Ago','Set','Out','Nov','Dec'], |
|
535 |
dayNames: ['Domingo','Luns','Martes','Mércores','Xoves','Venres','Sábado'], |
|
536 |
dayNamesShort: ['Dom','Lun','Mar','Mér','Xov','Ven','Sáb'], |
|
537 |
dayNamesMin: ['Do','Lu','Ma','Mé','Xo','Ve','Sá'], |
|
445 | 538 |
weekHeader: 'Sm', |
446 | 539 |
dateFormat: 'dd/mm/yy', |
447 | 540 |
firstDay: 1, |
448 | 541 |
isRTL: false, |
449 | 542 |
showMonthAfterYear: false, |
450 | 543 |
yearSuffix: ''}; |
451 |
$.datepicker.setDefaults($.datepicker.regional['fr']);
|
|
544 |
$.datepicker.setDefaults($.datepicker.regional['gl']);
|
|
452 | 545 |
});/* Hebrew initialisation for the UI Datepicker extension. */ |
453 | 546 |
/* Written by Amir Hardon (ahardon at gmail dot com). */ |
454 | 547 |
jQuery(function($){ |
... | ... | |
513 | 606 |
dateFormat: 'yy-mm-dd', |
514 | 607 |
firstDay: 1, |
515 | 608 |
isRTL: false, |
516 |
showMonthAfterYear: false,
|
|
609 |
showMonthAfterYear: true,
|
|
517 | 610 |
yearSuffix: ''}; |
518 | 611 |
$.datepicker.setDefaults($.datepicker.regional['hu']); |
519 | 612 |
}); |
... | ... | |
650 | 743 |
showMonthAfterYear: false, |
651 | 744 |
yearSuffix: '년'}; |
652 | 745 |
$.datepicker.setDefaults($.datepicker.regional['ko']); |
653 |
});/* Lithuanian (UTF-8) initialisation for the jQuery UI date picker plugin. */ |
|
746 |
});/* Kazakh (UTF-8) initialisation for the jQuery UI date picker plugin. */ |
|
747 |
/* Written by Dmitriy Karasyov (dmitriy.karasyov@gmail.com). */ |
|
748 |
jQuery(function($){ |
|
749 |
$.datepicker.regional['kz'] = { |
|
750 |
closeText: 'Жабу', |
|
751 |
prevText: '<Алдыңғы', |
|
752 |
nextText: 'Келесі>', |
|
753 |
currentText: 'Бүгін', |
|
754 |
monthNames: ['Қаңтар','Ақпан','Наурыз','Сәуір','Мамыр','Маусым', |
|
755 |
'Шілде','Тамыз','Қыркүйек','Қазан','Қараша','Желтоқсан'], |
|
756 |
monthNamesShort: ['Қаң','Ақп','Нау','Сәу','Мам','Мау', |
|
757 |
'Шіл','Там','Қыр','Қаз','Қар','Жел'], |
|
758 |
dayNames: ['Жексенбі','Дүйсенбі','Сейсенбі','Сәрсенбі','Бейсенбі','Жұма','Сенбі'], |
|
759 |
dayNamesShort: ['жкс','дсн','ссн','срс','бсн','жма','снб'], |
|
760 |
dayNamesMin: ['Жк','Дс','Сс','Ср','Бс','Жм','Сн'], |
|
761 |
weekHeader: 'Не', |
|
762 |
dateFormat: 'dd.mm.yy', |
|
763 |
firstDay: 1, |
|
764 |
isRTL: false, |
|
765 |
showMonthAfterYear: false, |
|
766 |
yearSuffix: ''}; |
|
767 |
$.datepicker.setDefaults($.datepicker.regional['kz']); |
|
768 |
}); |
|
769 |
/* Lithuanian (UTF-8) initialisation for the jQuery UI date picker plugin. */ |
|
654 | 770 |
/* @author Arturas Paleicikas <arturas@avalon.lt> */ |
655 | 771 |
jQuery(function($){ |
656 | 772 |
$.datepicker.regional['lt'] = { |
... | ... | |
694 | 810 |
showMonthAfterYear: false, |
695 | 811 |
yearSuffix: ''}; |
696 | 812 |
$.datepicker.setDefaults($.datepicker.regional['lv']); |
697 |
});/* Malaysian initialisation for the jQuery UI date picker plugin. */ |
|
813 |
});/* Malayalam (UTF-8) initialisation for the jQuery UI date picker plugin. */ |
|
814 |
/* Written by Saji Nediyanchath (saji89@gmail.com). */ |
|
815 |
jQuery(function($){ |
|
816 |
$.datepicker.regional['ml'] = { |
|
817 |
closeText: 'ശരി', |
|
818 |
prevText: 'മുന്നത്തെ', |
|
819 |
nextText: 'അടുത്തത് ', |
|
820 |
currentText: 'ഇന്ന്', |
|
821 |
monthNames: ['ജനുവരി','ഫെബ്രുവരി','മാര്ച്ച്','ഏപ്രില്','മേയ്','ജൂണ്', |
|
822 |
'ജൂലൈ','ആഗസ്റ്റ്','സെപ്റ്റംബര്','ഒക്ടോബര്','നവംബര്','ഡിസംബര്'], |
|
823 |
monthNamesShort: ['ജനു', 'ഫെബ്', 'മാര്', 'ഏപ്രി', 'മേയ്', 'ജൂണ്', |
|
824 |
'ജൂലാ', 'ആഗ', 'സെപ്', 'ഒക്ടോ', 'നവം', 'ഡിസ'], |
|
825 |
dayNames: ['ഞായര്', 'തിങ്കള്', 'ചൊവ്വ', 'ബുധന്', 'വ്യാഴം', 'വെള്ളി', 'ശനി'], |
|
826 |
dayNamesShort: ['ഞായ', 'തിങ്ക', 'ചൊവ്വ', 'ബുധ', 'വ്യാഴം', 'വെള്ളി', 'ശനി'], |
|
827 |
dayNamesMin: ['ഞാ','തി','ചൊ','ബു','വ്യാ','വെ','ശ'], |
|
828 |
weekHeader: 'ആ', |
|
829 |
dateFormat: 'dd/mm/yy', |
|
830 |
firstDay: 1, |
|
831 |
isRTL: false, |
|
832 |
showMonthAfterYear: false, |
|
833 |
yearSuffix: ''}; |
|
834 |
$.datepicker.setDefaults($.datepicker.regional['ml']); |
|
835 |
}); |
|
836 |
/* Malaysian initialisation for the jQuery UI date picker plugin. */ |
|
698 | 837 |
/* Written by Mohd Nawawi Mohamad Jamili (nawawi@ronggeng.net). */ |
699 | 838 |
jQuery(function($){ |
700 | 839 |
$.datepicker.regional['ms'] = { |
... | ... | |
740 | 879 |
$.datepicker.setDefaults($.datepicker.regional.nl); |
741 | 880 |
});/* Norwegian initialisation for the jQuery UI date picker plugin. */ |
742 | 881 |
/* Written by Naimdjon Takhirov (naimdjon@gmail.com). */ |
882 |
|
|
743 | 883 |
jQuery(function($){ |
744 |
$.datepicker.regional['no'] = { |
|
745 |
closeText: 'Lukk', |
|
746 |
prevText: '«Forrige', |
|
747 |
nextText: 'Neste»', |
|
748 |
currentText: 'I dag', |
|
749 |
monthNames: ['Januar','Februar','Mars','April','Mai','Juni', |
|
750 |
'Juli','August','September','Oktober','November','Desember'], |
|
751 |
monthNamesShort: ['Jan','Feb','Mar','Apr','Mai','Jun', |
|
752 |
'Jul','Aug','Sep','Okt','Nov','Des'], |
|
753 |
dayNamesShort: ['Søn','Man','Tir','Ons','Tor','Fre','Lør'], |
|
754 |
dayNames: ['Søndag','Mandag','Tirsdag','Onsdag','Torsdag','Fredag','Lørdag'], |
|
755 |
dayNamesMin: ['Sø','Ma','Ti','On','To','Fr','Lø'], |
|
756 |
weekHeader: 'Uke', |
|
757 |
dateFormat: 'yy-mm-dd', |
|
758 |
firstDay: 0, |
|
759 |
isRTL: false, |
|
760 |
showMonthAfterYear: false, |
|
761 |
yearSuffix: ''}; |
|
762 |
$.datepicker.setDefaults($.datepicker.regional['no']); |
|
884 |
$.datepicker.regional['no'] = { |
|
885 |
closeText: 'Lukk', |
|
886 |
prevText: '«Forrige', |
|
887 |
nextText: 'Neste»', |
|
888 |
currentText: 'I dag', |
|
889 |
monthNames: ['januar','februar','mars','april','mai','juni','juli','august','september','oktober','november','desember'], |
|
890 |
monthNamesShort: ['jan','feb','mar','apr','mai','jun','jul','aug','sep','okt','nov','des'], |
|
891 |
dayNamesShort: ['søn','man','tir','ons','tor','fre','lør'], |
|
892 |
dayNames: ['søndag','mandag','tirsdag','onsdag','torsdag','fredag','lørdag'], |
|
893 |
dayNamesMin: ['sø','ma','ti','on','to','fr','lø'], |
|
894 |
weekHeader: 'Uke', |
|
895 |
dateFormat: 'dd.mm.yy', |
|
896 |
firstDay: 1, |
|
897 |
isRTL: false, |
|
898 |
showMonthAfterYear: false, |
|
899 |
yearSuffix: '' |
|
900 |
}; |
|
901 |
$.datepicker.setDefaults($.datepicker.regional['no']); |
|
763 | 902 |
}); |
764 | 903 |
/* Polish initialisation for the jQuery UI date picker plugin. */ |
765 | 904 |
/* Written by Jacek Wysocki (jacek.wysocki@gmail.com). */ |
... | ... | |
773 | 912 |
'Lipiec','Sierpień','Wrzesień','Październik','Listopad','Grudzień'], |
774 | 913 |
monthNamesShort: ['Sty','Lu','Mar','Kw','Maj','Cze', |
775 | 914 |
'Lip','Sie','Wrz','Pa','Lis','Gru'], |
776 |
dayNames: ['Niedziela','Poniedzialek','Wtorek','Środa','Czwartek','Piątek','Sobota'],
|
|
915 |
dayNames: ['Niedziela','Poniedziałek','Wtorek','Środa','Czwartek','Piątek','Sobota'],
|
|
777 | 916 |
dayNamesShort: ['Nie','Pn','Wt','Śr','Czw','Pt','So'], |
778 | 917 |
dayNamesMin: ['N','Pn','Wt','Śr','Cz','Pt','So'], |
779 | 918 |
weekHeader: 'Tydz', |
780 |
dateFormat: 'yy-mm-dd',
|
|
919 |
dateFormat: 'dd.mm.yy',
|
|
781 | 920 |
firstDay: 1, |
782 | 921 |
isRTL: false, |
783 | 922 |
showMonthAfterYear: false, |
... | ... | |
796 | 935 |
'Julho','Agosto','Setembro','Outubro','Novembro','Dezembro'], |
797 | 936 |
monthNamesShort: ['Jan','Fev','Mar','Abr','Mai','Jun', |
798 | 937 |
'Jul','Ago','Set','Out','Nov','Dez'], |
799 |
dayNames: ['Domingo','Segunda-feira','Terça-feira','Quarta-feira','Quinta-feira','Sexta-feira','Sabado'],
|
|
800 |
dayNamesShort: ['Dom','Seg','Ter','Qua','Qui','Sex','Sab'],
|
|
801 |
dayNamesMin: ['Dom','Seg','Ter','Qua','Qui','Sex','Sab'],
|
|
938 |
dayNames: ['Domingo','Segunda-feira','Terça-feira','Quarta-feira','Quinta-feira','Sexta-feira','Sábado'],
|
|
939 |
dayNamesShort: ['Dom','Seg','Ter','Qua','Qui','Sex','Sáb'],
|
|
940 |
dayNamesMin: ['Dom','Seg','Ter','Qua','Qui','Sex','Sáb'],
|
|
802 | 941 |
weekHeader: 'Sm', |
803 | 942 |
dateFormat: 'dd/mm/yy', |
804 | 943 |
firstDay: 0, |
... | ... | |
806 | 945 |
showMonthAfterYear: false, |
807 | 946 |
yearSuffix: ''}; |
808 | 947 |
$.datepicker.setDefaults($.datepicker.regional['pt-BR']); |
809 |
});/* Romanian initialisation for the jQuery UI date picker plugin. |
|
948 |
});/* Portuguese initialisation for the jQuery UI date picker plugin. */ |
|
949 |
jQuery(function($){ |
|
950 |
$.datepicker.regional['pt'] = { |
|
951 |
closeText: 'Fechar', |
|
952 |
prevText: '<Anterior', |
|
953 |
nextText: 'Seguinte', |
|
954 |
currentText: 'Hoje', |
|
955 |
monthNames: ['Janeiro','Fevereiro','Março','Abril','Maio','Junho', |
|
956 |
'Julho','Agosto','Setembro','Outubro','Novembro','Dezembro'], |
|
957 |
monthNamesShort: ['Jan','Fev','Mar','Abr','Mai','Jun', |
|
958 |
'Jul','Ago','Set','Out','Nov','Dez'], |
|
959 |
dayNames: ['Domingo','Segunda-feira','Terça-feira','Quarta-feira','Quinta-feira','Sexta-feira','Sábado'], |
|
960 |
dayNamesShort: ['Dom','Seg','Ter','Qua','Qui','Sex','Sáb'], |
|
961 |
dayNamesMin: ['Dom','Seg','Ter','Qua','Qui','Sex','Sáb'], |
|
962 |
weekHeader: 'Sem', |
|
963 |
dateFormat: 'dd/mm/yy', |
|
964 |
firstDay: 0, |
|
965 |
isRTL: false, |
|
966 |
showMonthAfterYear: false, |
|
967 |
yearSuffix: ''}; |
|
968 |
$.datepicker.setDefaults($.datepicker.regional['pt']); |
|
969 |
});/* Romansh initialisation for the jQuery UI date picker plugin. */ |
|
970 |
/* Written by Yvonne Gienal (yvonne.gienal@educa.ch). */ |
|
971 |
jQuery(function($){ |
|
972 |
$.datepicker.regional['rm'] = { |
|
973 |
closeText: 'Serrar', |
|
974 |
prevText: '<Suandant', |
|
975 |
nextText: 'Precedent>', |
|
976 |
currentText: 'Actual', |
|
977 |
monthNames: ['Schaner','Favrer','Mars','Avrigl','Matg','Zercladur', 'Fanadur','Avust','Settember','October','November','December'], |
|
978 |
monthNamesShort: ['Scha','Fev','Mar','Avr','Matg','Zer', 'Fan','Avu','Sett','Oct','Nov','Dec'], |
|
979 |
dayNames: ['Dumengia','Glindesdi','Mardi','Mesemna','Gievgia','Venderdi','Sonda'], |
|
980 |
dayNamesShort: ['Dum','Gli','Mar','Mes','Gie','Ven','Som'], |
|
981 |
dayNamesMin: ['Du','Gl','Ma','Me','Gi','Ve','So'], |
|
982 |
weekHeader: 'emna', |
|
983 |
dateFormat: 'dd/mm/yy', |
|
984 |
firstDay: 1, |
|
985 |
isRTL: false, |
|
986 |
showMonthAfterYear: false, |
|
987 |
yearSuffix: ''}; |
|
988 |
$.datepicker.setDefaults($.datepicker.regional['rm']); |
|
989 |
}); |
|
990 |
/* Romanian initialisation for the jQuery UI date picker plugin. |
|
810 | 991 |
* |
811 | 992 |
* Written by Edmond L. (ll_edmond@walla.com) |
812 | 993 |
* and Ionut G. Stan (ionut.g.stan@gmail.com) |
... | ... | |
847 | 1028 |
dayNames: ['воскресенье','понедельник','вторник','среда','четверг','пятница','суббота'], |
848 | 1029 |
dayNamesShort: ['вск','пнд','втр','срд','чтв','птн','сбт'], |
849 | 1030 |
dayNamesMin: ['Вс','Пн','Вт','Ср','Чт','Пт','Сб'], |
850 |
weekHeader: 'Не', |
|
1031 |
weekHeader: 'Нед',
|
|
851 | 1032 |
dateFormat: 'dd.mm.yy', |
852 | 1033 |
firstDay: 1, |
853 | 1034 |
isRTL: false, |
... | ... | |
871 | 1052 |
dayNamesMin: ['Ne','Po','Ut','St','Št','Pia','So'], |
872 | 1053 |
weekHeader: 'Ty', |
873 | 1054 |
dateFormat: 'dd.mm.yy', |
874 |
firstDay: 0,
|
|
1055 |
firstDay: 1,
|
|
875 | 1056 |
isRTL: false, |
876 | 1057 |
showMonthAfterYear: false, |
877 | 1058 |
yearSuffix: ''}; |
... | ... | |
1025 | 1206 |
nextText: 'ถัดไป »', |
1026 | 1207 |
currentText: 'วันนี้', |
1027 | 1208 |
monthNames: ['มกราคม','กุมภาพันธ์','มีนาคม','เมษายน','พฤษภาคม','มิถุนายน', |
1028 |
'กรกฏาคม','สิงหาคม','กันยายน','ตุลาคม','พฤศจิกายน','ธันวาคม'],
|
|
1209 |
'กรกฎาคม','สิงหาคม','กันยายน','ตุลาคม','พฤศจิกายน','ธันวาคม'],
|
|
1029 | 1210 |
monthNamesShort: ['ม.ค.','ก.พ.','มี.ค.','เม.ย.','พ.ค.','มิ.ย.', |
1030 | 1211 |
'ก.ค.','ส.ค.','ก.ย.','ต.ค.','พ.ย.','ธ.ค.'], |
1031 | 1212 |
dayNames: ['อาทิตย์','จันทร์','อังคาร','พุธ','พฤหัสบดี','ศุกร์','เสาร์'], |
branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-en-AU.js | ||
---|---|---|
1 |
/* English/Australia initialisation for the jQuery UI date picker plugin. */ |
|
2 |
/* Based on the en-GB initialisation. */ |
|
3 |
jQuery(function($){ |
|
4 |
$.datepicker.regional['en-AU'] = { |
|
5 |
closeText: 'Done', |
|
6 |
prevText: 'Prev', |
|
7 |
nextText: 'Next', |
|
8 |
currentText: 'Today', |
|
9 |
monthNames: ['January','February','March','April','May','June', |
|
10 |
'July','August','September','October','November','December'], |
|
11 |
monthNamesShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', |
|
12 |
'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], |
|
13 |
dayNames: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], |
|
14 |
dayNamesShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], |
|
15 |
dayNamesMin: ['Su','Mo','Tu','We','Th','Fr','Sa'], |
|
16 |
weekHeader: 'Wk', |
|
17 |
dateFormat: 'dd/mm/yy', |
|
18 |
firstDay: 1, |
|
19 |
isRTL: false, |
|
20 |
showMonthAfterYear: false, |
|
21 |
yearSuffix: ''}; |
|
22 |
$.datepicker.setDefaults($.datepicker.regional['en-AU']); |
|
23 |
}); |
|
0 | 24 |
branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-fr.js | ||
---|---|---|
1 | 1 |
/* French initialisation for the jQuery UI date picker plugin. */ |
2 |
/* Written by Keith Wood (kbwood{at}iinet.com.au) and Stéphane Nahmani (sholby@sholby.net). */ |
|
2 |
/* Written by Keith Wood (kbwood{at}iinet.com.au), |
|
3 |
Stéphane Nahmani (sholby@sholby.net), |
|
4 |
Stéphane Raimbault <stephane.raimbault@gmail.com> */ |
|
3 | 5 |
jQuery(function($){ |
4 | 6 |
$.datepicker.regional['fr'] = { |
5 | 7 |
closeText: 'Fermer', |
6 |
prevText: '<Préc',
|
|
7 |
nextText: 'Suiv>',
|
|
8 |
currentText: 'Courant',
|
|
8 |
prevText: 'Précédent',
|
|
9 |
nextText: 'Suivant',
|
|
10 |
currentText: 'Aujourd\'hui',
|
|
9 | 11 |
monthNames: ['Janvier','Février','Mars','Avril','Mai','Juin', |
10 | 12 |
'Juillet','Août','Septembre','Octobre','Novembre','Décembre'], |
11 |
monthNamesShort: ['Jan','Fév','Mar','Avr','Mai','Jun',
|
|
12 |
'Jul','Aoû','Sep','Oct','Nov','Déc'],
|
|
13 |
monthNamesShort: ['Janv.','Févr.','Mars','Avril','Mai','Juin',
|
|
14 |
'Juil.','Août','Sept.','Oct.','Nov.','Déc.'],
|
|
13 | 15 |
dayNames: ['Dimanche','Lundi','Mardi','Mercredi','Jeudi','Vendredi','Samedi'], |
14 |
dayNamesShort: ['Dim','Lun','Mar','Mer','Jeu','Ven','Sam'],
|
|
15 |
dayNamesMin: ['Di','Lu','Ma','Me','Je','Ve','Sa'],
|
|
16 |
weekHeader: 'Sm',
|
|
16 |
dayNamesShort: ['Dim.','Lun.','Mar.','Mer.','Jeu.','Ven.','Sam.'],
|
|
17 |
dayNamesMin: ['D','L','M','M','J','V','S'],
|
|
18 |
weekHeader: 'Sem.',
|
|
17 | 19 |
dateFormat: 'dd/mm/yy', |
18 | 20 |
firstDay: 1, |
19 | 21 |
isRTL: false, |
20 | 22 |
showMonthAfterYear: false, |
21 | 23 |
yearSuffix: ''}; |
22 | 24 |
$.datepicker.setDefaults($.datepicker.regional['fr']); |
23 |
}); |
|
25 |
}); |
branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-ml.js | ||
---|---|---|
1 |
/* Malayalam (UTF-8) initialisation for the jQuery UI date picker plugin. */ |
|
2 |
/* Written by Saji Nediyanchath (saji89@gmail.com). */ |
|
3 |
jQuery(function($){ |
|
4 |
$.datepicker.regional['ml'] = { |
|
5 |
closeText: 'ശരി', |
|
6 |
prevText: 'മുന്നത്തെ', |
|
7 |
nextText: 'അടുത്തത് ', |
|
8 |
currentText: 'ഇന്ന്', |
|
9 |
monthNames: ['ജനുവരി','ഫെബ്രുവരി','മാര്ച്ച്','ഏപ്രില്','മേയ്','ജൂണ്', |
|
10 |
'ജൂലൈ','ആഗസ്റ്റ്','സെപ്റ്റംബര്','ഒക്ടോബര്','നവംബര്','ഡിസംബര്'], |
|
11 |
monthNamesShort: ['ജനു', 'ഫെബ്', 'മാര്', 'ഏപ്രി', 'മേയ്', 'ജൂണ്', |
|
12 |
'ജൂലാ', 'ആഗ', 'സെപ്', 'ഒക്ടോ', 'നവം', 'ഡിസ'], |
|
13 |
dayNames: ['ഞായര്', 'തിങ്കള്', 'ചൊവ്വ', 'ബുധന്', 'വ്യാഴം', 'വെള്ളി', 'ശനി'], |
|
14 |
dayNamesShort: ['ഞായ', 'തിങ്ക', 'ചൊവ്വ', 'ബുധ', 'വ്യാഴം', 'വെള്ളി', 'ശനി'], |
|
15 |
dayNamesMin: ['ഞാ','തി','ചൊ','ബു','വ്യാ','വെ','ശ'], |
|
16 |
weekHeader: 'ആ', |
|
17 |
dateFormat: 'dd/mm/yy', |
|
18 |
firstDay: 1, |
|
19 |
isRTL: false, |
|
20 |
showMonthAfterYear: false, |
|
21 |
yearSuffix: ''}; |
|
22 |
$.datepicker.setDefaults($.datepicker.regional['ml']); |
|
23 |
}); |
|
0 | 24 |
branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-pl.js | ||
---|---|---|
10 | 10 |
'Lipiec','Sierpień','Wrzesień','Październik','Listopad','Grudzień'], |
11 | 11 |
monthNamesShort: ['Sty','Lu','Mar','Kw','Maj','Cze', |
12 | 12 |
'Lip','Sie','Wrz','Pa','Lis','Gru'], |
13 |
dayNames: ['Niedziela','Poniedzialek','Wtorek','Środa','Czwartek','Piątek','Sobota'],
|
|
13 |
dayNames: ['Niedziela','Poniedziałek','Wtorek','Środa','Czwartek','Piątek','Sobota'],
|
|
14 | 14 |
dayNamesShort: ['Nie','Pn','Wt','Śr','Czw','Pt','So'], |
15 | 15 |
dayNamesMin: ['N','Pn','Wt','Śr','Cz','Pt','So'], |
16 | 16 |
weekHeader: 'Tydz', |
17 |
dateFormat: 'yy-mm-dd',
|
|
17 |
dateFormat: 'dd.mm.yy',
|
|
18 | 18 |
firstDay: 1, |
19 | 19 |
isRTL: false, |
20 | 20 |
showMonthAfterYear: false, |
branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-th.js | ||
---|---|---|
7 | 7 |
nextText: 'ถัดไป »', |
8 | 8 |
currentText: 'วันนี้', |
9 | 9 |
monthNames: ['มกราคม','กุมภาพันธ์','มีนาคม','เมษายน','พฤษภาคม','มิถุนายน', |
10 |
'กรกฏาคม','สิงหาคม','กันยายน','ตุลาคม','พฤศจิกายน','ธันวาคม'],
|
|
10 |
'กรกฎาคม','สิงหาคม','กันยายน','ตุลาคม','พฤศจิกายน','ธันวาคม'],
|
|
11 | 11 |
monthNamesShort: ['ม.ค.','ก.พ.','มี.ค.','เม.ย.','พ.ค.','มิ.ย.', |
12 | 12 |
'ก.ค.','ส.ค.','ก.ย.','ต.ค.','พ.ย.','ธ.ค.'], |
13 | 13 |
dayNames: ['อาทิตย์','จันทร์','อังคาร','พุธ','พฤหัสบดี','ศุกร์','เสาร์'], |
branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-pt.js | ||
---|---|---|
1 |
/* Portuguese initialisation for the jQuery UI date picker plugin. */ |
|
2 |
jQuery(function($){ |
|
3 |
$.datepicker.regional['pt'] = { |
|
4 |
closeText: 'Fechar', |
|
5 |
prevText: '<Anterior', |
|
6 |
nextText: 'Seguinte', |
|
7 |
currentText: 'Hoje', |
|
8 |
monthNames: ['Janeiro','Fevereiro','Março','Abril','Maio','Junho', |
|
9 |
'Julho','Agosto','Setembro','Outubro','Novembro','Dezembro'], |
|
10 |
monthNamesShort: ['Jan','Fev','Mar','Abr','Mai','Jun', |
|
11 |
'Jul','Ago','Set','Out','Nov','Dez'], |
|
12 |
dayNames: ['Domingo','Segunda-feira','Terça-feira','Quarta-feira','Quinta-feira','Sexta-feira','Sábado'], |
|
13 |
dayNamesShort: ['Dom','Seg','Ter','Qua','Qui','Sex','Sáb'], |
|
14 |
dayNamesMin: ['Dom','Seg','Ter','Qua','Qui','Sex','Sáb'], |
|
15 |
weekHeader: 'Sem', |
|
16 |
dateFormat: 'dd/mm/yy', |
|
17 |
firstDay: 0, |
|
18 |
isRTL: false, |
|
19 |
showMonthAfterYear: false, |
|
20 |
yearSuffix: ''}; |
|
21 |
$.datepicker.setDefaults($.datepicker.regional['pt']); |
|
22 |
}); |
|
0 | 23 |
branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-pt-BR.js | ||
---|---|---|
10 | 10 |
'Julho','Agosto','Setembro','Outubro','Novembro','Dezembro'], |
11 | 11 |
monthNamesShort: ['Jan','Fev','Mar','Abr','Mai','Jun', |
12 | 12 |
'Jul','Ago','Set','Out','Nov','Dez'], |
13 |
dayNames: ['Domingo','Segunda-feira','Terça-feira','Quarta-feira','Quinta-feira','Sexta-feira','Sabado'],
|
|
14 |
dayNamesShort: ['Dom','Seg','Ter','Qua','Qui','Sex','Sab'],
|
|
15 |
dayNamesMin: ['Dom','Seg','Ter','Qua','Qui','Sex','Sab'],
|
|
13 |
dayNames: ['Domingo','Segunda-feira','Terça-feira','Quarta-feira','Quinta-feira','Sexta-feira','Sábado'],
|
|
14 |
dayNamesShort: ['Dom','Seg','Ter','Qua','Qui','Sex','Sáb'],
|
|
15 |
dayNamesMin: ['Dom','Seg','Ter','Qua','Qui','Sex','Sáb'],
|
|
16 | 16 |
weekHeader: 'Sm', |
17 | 17 |
dateFormat: 'dd/mm/yy', |
18 | 18 |
firstDay: 0, |
branches/2.8.x/wb/include/jquery/i18n/jquery.ui.datepicker-kz.js | ||
---|---|---|
1 |
/* Kazakh (UTF-8) initialisation for the jQuery UI date picker plugin. */ |
|
2 |
/* Written by Dmitriy Karasyov (dmitriy.karasyov@gmail.com). */ |
|
3 |
jQuery(function($){ |
|
4 |
$.datepicker.regional['kz'] = { |
|
5 |
closeText: 'Жабу', |
|
6 |
prevText: '<Алдыңғы', |
|
7 |
nextText: 'Келесі>', |
|
8 |
currentText: 'Бүгін', |
|
9 |
monthNames: ['Қаңтар','Ақпан','Наурыз','Сәуір','Мамыр','Маусым', |
|
10 |
'Шілде','Тамыз','Қыркүйек','Қазан','Қараша','Желтоқсан'], |
|
11 |
monthNamesShort: ['Қаң','Ақп','Нау','Сәу','Мам','Мау', |
|
12 |
'Шіл','Там','Қыр','Қаз','Қар','Жел'], |
|
13 |
dayNames: ['Жексенбі','Дүйсенбі','Сейсенбі','Сәрсенбі','Бейсенбі','Жұма','Сенбі'], |
|
14 |
dayNamesShort: ['жкс','дсн','ссн','срс','бсн','жма','снб'], |
|
15 |
dayNamesMin: ['Жк','Дс','Сс','Ср','Бс','Жм','Сн'], |
|
16 |
weekHeader: 'Не', |
|
17 |
dateFormat: 'dd.mm.yy', |
|
18 |
firstDay: 1, |
|
19 |
isRTL: false, |
|
20 |
showMonthAfterYear: false, |
|
21 |
yearSuffix: ''}; |
|
22 |
$.datepicker.setDefaults($.datepicker.regional['kz']); |
|
23 |
}); |
|
0 | 24 |
branches/2.8.x/wb/include/jquery/jquery-ui.css | ||
---|---|---|
1 | 1 |
/* |
2 |
* jQuery UI CSS Framework |
|
3 |
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) |
|
4 |
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses. |
|
5 |
* To view and modify this theme, visit http://jqueryui.com/themeroller/ |
|
6 |
*/ |
|
2 |
* jQuery UI CSS Framework 1.8.10 |
|
3 |
* |
|
4 |
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) |
|
5 |
* Dual licensed under the MIT or GPL Version 2 licenses. |
|
6 |
* http://jquery.org/license |
|
7 |
* |
|
8 |
* http://docs.jquery.com/UI/Theming/API |
|
9 |
*/ |
|
7 | 10 |
|
8 | 11 |
/* Layout helpers |
9 | 12 |
----------------------------------*/ |
10 | 13 |
.ui-helper-hidden { display: none; } |
11 |
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
|
|
14 |
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
|
|
12 | 15 |
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } |
13 | 16 |
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } |
14 | 17 |
.ui-helper-clearfix { display: inline-block; } |
... | ... | |
18 | 21 |
/* end clearfix */ |
19 | 22 |
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); } |
20 | 23 |
|
24 |
|
|
21 | 25 |
/* Interaction Cues |
22 | 26 |
----------------------------------*/ |
23 | 27 |
.ui-state-disabled { cursor: default !important; } |
24 | 28 |
|
29 |
|
|
25 | 30 |
/* Icons |
26 | 31 |
----------------------------------*/ |
27 | 32 |
|
28 | 33 |
/* states and images */ |
29 | 34 |
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } |
30 | 35 |
|
36 |
|
|
31 | 37 |
/* Misc visuals |
32 | 38 |
----------------------------------*/ |
33 | 39 |
|
34 | 40 |
/* Overlays */ |
35 | 41 |
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } |
42 |
/* |
|
43 |
* jQuery UI Accordion 1.8.10 |
|
44 |
* |
|
45 |
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) |
|
46 |
* Dual licensed under the MIT or GPL Version 2 licenses. |
|
47 |
* http://jquery.org/license |
|
48 |
* |
|
49 |
* http://docs.jquery.com/UI/Accordion#theming |
|
50 |
*/ |
|
51 |
/* IE/Win - Fix animation bug - #4615 */ |
|
52 |
.ui-accordion { width: 100%; } |
|
53 |
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; } |
|
54 |
.ui-accordion .ui-accordion-li-fix { display: inline; } |
|
55 |
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; } |
|
56 |
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; } |
|
57 |
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; } |
|
58 |
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; } |
|
59 |
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; } |
|
60 |
.ui-accordion .ui-accordion-content-active { display: block; } |
|
61 |
/* |
|
62 |
* jQuery UI Autocomplete 1.8.10 |
|
63 |
* |
|
64 |
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) |
|
65 |
* Dual licensed under the MIT or GPL Version 2 licenses. |
|
66 |
* http://jquery.org/license |
|
67 |
* |
|
68 |
* http://docs.jquery.com/UI/Autocomplete#theming |
|
69 |
*/ |
|
70 |
.ui-autocomplete { position: absolute; cursor: default; } |
|
36 | 71 |
|
72 |
/* workarounds */ |
|
73 |
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */ |
|
74 |
|
|
75 |
/* |
|
76 |
* jQuery UI Menu 1.8.10 |
|
77 |
* |
|
78 |
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
|
79 |
* Dual licensed under the MIT or GPL Version 2 licenses. |
|
80 |
* http://jquery.org/license |
|
81 |
* |
|
82 |
* http://docs.jquery.com/UI/Menu#theming |
|
83 |
*/ |
|
84 |
.ui-menu { |
|
85 |
list-style:none; |
|
86 |
padding: 2px; |
|
87 |
margin: 0; |
|
88 |
display:block; |
|
89 |
float: left; |
|
90 |
} |
|
91 |
.ui-menu .ui-menu { |
|
92 |
margin-top: -3px; |
|
93 |
} |
|
94 |
.ui-menu .ui-menu-item { |
|
95 |
margin:0; |
|
96 |
padding: 0; |
|
97 |
zoom: 1; |
|
98 |
float: left; |
|
99 |
clear: left; |
|
100 |
width: 100%; |
|
101 |
} |
|
102 |
.ui-menu .ui-menu-item a { |
|
103 |
text-decoration:none; |
|
104 |
display:block; |
|
105 |
padding:.2em .4em; |
|
106 |
line-height:1.5; |
|
107 |
zoom:1; |
|
108 |
} |
|
109 |
.ui-menu .ui-menu-item a.ui-state-hover, |
|
110 |
.ui-menu .ui-menu-item a.ui-state-active { |
|
111 |
font-weight: normal; |
|
112 |
margin: -1px; |
|
113 |
} |
|
114 |
/* |
|
115 |
* jQuery UI Button 1.8.10 |
|
116 |
* |
|
117 |
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) |
|
118 |
* Dual licensed under the MIT or GPL Version 2 licenses. |
|
119 |
* http://jquery.org/license |
|
120 |
* |
|
121 |
* http://docs.jquery.com/UI/Button#theming |
|
122 |
*/ |
|
123 |
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */ |
|
124 |
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */ |
|
125 |
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */ |
|
126 |
.ui-button-icons-only { width: 3.4em; } |
|
127 |
button.ui-button-icons-only { width: 3.7em; } |
|
128 |
|
|
129 |
/*button text element */ |
|
130 |
.ui-button .ui-button-text { display: block; line-height: 1.4; } |
|
131 |
.ui-button-text-only .ui-button-text { padding: .4em 1em; } |
|
132 |
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; } |
|
133 |
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; } |
|
134 |
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; } |
|
135 |
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; } |
|
136 |
/* no icon support for input elements, provide padding by default */ |
|
137 |
input.ui-button { padding: .4em 1em; } |
|
138 |
|
|
139 |
/*button icon element(s) */ |
|
140 |
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; } |
|
141 |
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; } |
|
142 |
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; } |
|
143 |
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; } |
|
144 |
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; } |
|
145 |
|
|
146 |
/*button sets*/ |
|
147 |
.ui-buttonset { margin-right: 7px; } |
|
148 |
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; } |
|
149 |
|
|
150 |
/* workarounds */ |
|
151 |
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */ |
|
152 |
/* |
|
153 |
* jQuery UI Datepicker 1.8.10 |
|
154 |
* |
|
155 |
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) |
|
156 |
* Dual licensed under the MIT or GPL Version 2 licenses. |
|
157 |
* http://jquery.org/license |
|
158 |
* |
|
159 |
* http://docs.jquery.com/UI/Datepicker#theming |
|
160 |
*/ |
|
161 |
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; } |
|
162 |
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; } |
|
163 |
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; } |
|
164 |
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; } |
|
165 |
.ui-datepicker .ui-datepicker-prev { left:2px; } |
|
166 |
.ui-datepicker .ui-datepicker-next { right:2px; } |
|
167 |
.ui-datepicker .ui-datepicker-prev-hover { left:1px; } |
|
168 |
.ui-datepicker .ui-datepicker-next-hover { right:1px; } |
|
169 |
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; } |
|
170 |
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; } |
|
171 |
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; } |
|
172 |
.ui-datepicker select.ui-datepicker-month-year {width: 100%;} |
|
173 |
.ui-datepicker select.ui-datepicker-month, |
|
174 |
.ui-datepicker select.ui-datepicker-year { width: 49%;} |
|
175 |
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; } |
|
176 |
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; } |
|
177 |
.ui-datepicker td { border: 0; padding: 1px; } |
|
178 |
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; } |
|
179 |
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; } |
|
180 |
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; } |
|
181 |
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; } |
|
182 |
|
|
183 |
/* with multiple calendars */ |
|
184 |
.ui-datepicker.ui-datepicker-multi { width:auto; } |
|
185 |
.ui-datepicker-multi .ui-datepicker-group { float:left; } |
|
186 |
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; } |
|
187 |
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; } |
|
188 |
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; } |
|
189 |
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; } |
|
190 |
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; } |
|
191 |
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; } |
|
192 |
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; } |
|
193 |
.ui-datepicker-row-break { clear:both; width:100%; } |
|
194 |
|
|
195 |
/* RTL support */ |
|
196 |
.ui-datepicker-rtl { direction: rtl; } |
|
197 |
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; } |
|
198 |
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; } |
|
199 |
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; } |
|
200 |
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; } |
|
201 |
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; } |
|
202 |
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; } |
|
203 |
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; } |
|
204 |
.ui-datepicker-rtl .ui-datepicker-group { float:right; } |
|
205 |
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; } |
|
206 |
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; } |
|
207 |
|
|
208 |
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */ |
|
209 |
.ui-datepicker-cover { |
|
210 |
display: none; /*sorry for IE5*/ |
|
211 |
display/**/: block; /*sorry for IE5*/ |
|
212 |
position: absolute; /*must have*/ |
|
213 |
z-index: -1; /*must have*/ |
|
214 |
filter: mask(); /*must have*/ |
|
215 |
top: -4px; /*must have*/ |
|
216 |
left: -4px; /*must have*/ |
|
217 |
width: 200px; /*must have*/ |
|
218 |
height: 200px; /*must have*/ |
|
219 |
}/* |
|
220 |
* jQuery UI Dialog 1.8.10 |
|
221 |
* |
|
222 |
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) |
|
223 |
* Dual licensed under the MIT or GPL Version 2 licenses. |
|
224 |
* http://jquery.org/license |
|
225 |
* |
|
226 |
* http://docs.jquery.com/UI/Dialog#theming |
|
227 |
*/ |
|
228 |
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; } |
|
229 |
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; } |
|
230 |
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } |
|
231 |
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; } |
|
232 |
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; } |
|
233 |
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; } |
|
234 |
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; } |
|
235 |
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; } |
|
236 |
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; } |
|
237 |
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; } |
|
238 |
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; } |
|
239 |
.ui-draggable .ui-dialog-titlebar { cursor: move; } |
|
240 |
/* |
|
241 |
* jQuery UI Progressbar 1.8.10 |
|
242 |
* |
|
243 |
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) |
|
244 |
* Dual licensed under the MIT or GPL Version 2 licenses. |
|
245 |
* http://jquery.org/license |
|
246 |
* |
|
247 |
* http://docs.jquery.com/UI/Progressbar#theming |
|
248 |
*/ |
|
249 |
.ui-progressbar { height:2em; text-align: left; } |
|
250 |
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* |
|
251 |
* jQuery UI Resizable 1.8.10 |
|
252 |
* |
|
253 |
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) |
|
254 |
* Dual licensed under the MIT or GPL Version 2 licenses. |
|
255 |
* http://jquery.org/license |
|
256 |
* |
|
257 |
* http://docs.jquery.com/UI/Resizable#theming |
|
258 |
*/ |
|
259 |
.ui-resizable { position: relative;} |
|
260 |
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;} |
|
261 |
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; } |
|
262 |
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; } |
|
263 |
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; } |
|
264 |
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; } |
|
265 |
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; } |
|
266 |
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; } |
|
267 |
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; } |
|
268 |
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; } |
|
269 |
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* |
|
270 |
* jQuery UI Selectable 1.8.10 |
|
271 |
* |
|
272 |
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) |
|
273 |
* Dual licensed under the MIT or GPL Version 2 licenses. |
|
274 |
* http://jquery.org/license |
|
275 |
* |
|
276 |
* http://docs.jquery.com/UI/Selectable#theming |
|
277 |
*/ |
|
278 |
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; } |
|
279 |
/* |
|
280 |
* jQuery UI Slider 1.8.10 |
|
281 |
* |
|
282 |
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) |
|
283 |
* Dual licensed under the MIT or GPL Version 2 licenses. |
|
284 |
* http://jquery.org/license |
|
285 |
* |
|
286 |
* http://docs.jquery.com/UI/Slider#theming |
|
287 |
*/ |
|
288 |
.ui-slider { position: relative; text-align: left; } |
|
289 |
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; } |
|
290 |
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; } |
|
291 |
|
|
292 |
.ui-slider-horizontal { height: .8em; } |
|
293 |
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; } |
|
294 |
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; } |
|
295 |
.ui-slider-horizontal .ui-slider-range-min { left: 0; } |
|
296 |
.ui-slider-horizontal .ui-slider-range-max { right: 0; } |
|
297 |
|
|
298 |
.ui-slider-vertical { width: .8em; height: 100px; } |
|
299 |
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; } |
|
300 |
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; } |
|
301 |
.ui-slider-vertical .ui-slider-range-min { bottom: 0; } |
|
302 |
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* |
|
303 |
* jQuery UI Tabs 1.8.10 |
|
304 |
* |
|
305 |
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) |
|
306 |
* Dual licensed under the MIT or GPL Version 2 licenses. |
|
307 |
* http://jquery.org/license |
|
308 |
* |
|
309 |
* http://docs.jquery.com/UI/Tabs#theming |
|
310 |
*/ |
|
311 |
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ |
|
312 |
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; } |
|
313 |
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; } |
|
314 |
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; } |
|
315 |
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; } |
|
316 |
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; } |
|
317 |
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */ |
|
318 |
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; } |
|
319 |
.ui-tabs .ui-tabs-hide { display: none !important; } |
|
320 |
/* |
|
321 |
* jQuery UI CSS Framework 1.8.10 |
|
322 |
* |
|
323 |
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) |
|
324 |
* Dual licensed under the MIT or GPL Version 2 licenses. |
|
325 |
* http://jquery.org/license |
|
326 |
* |
|
327 |
* http://docs.jquery.com/UI/Theming/API |
|
328 |
* |
|
329 |
* To view and modify this theme, visit http://jqueryui.com/themeroller/ |
|
330 |
*/ |
|
331 |
|
|
332 |
|
|
37 | 333 |
/* Component containers |
38 | 334 |
----------------------------------*/ |
39 | 335 |
.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; } |
... | ... | |
46 | 342 |
|
47 | 343 |
/* Interaction states |
48 | 344 |
----------------------------------*/ |
49 |
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #e6e6e6/*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; } |
|
345 |
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #e6e6e6/*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; }
|
|
50 | 346 |
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; } |
51 |
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ url(images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; }
|
|
347 |
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ url(images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; }
|
|
52 | 348 |
.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; } |
53 |
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; background: #ffffff/*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; } |
|
349 |
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; background: #ffffff/*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; }
|
|
54 | 350 |
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; text-decoration: none; } |
55 | 351 |
.ui-widget :active { outline: none; } |
56 | 352 |
|
57 | 353 |
/* Interaction Cues |
58 | 354 |
----------------------------------*/ |
59 |
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee/*{bgColorHighlight}*/ url(images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; } |
|
60 |
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636/*{fcHighlight}*/; } |
|
61 |
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ url(images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; } |
|
62 |
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a/*{fcError}*/; } |
|
63 |
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a/*{fcError}*/; } |
|
64 |
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; } |
|
65 |
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; } |
|
66 |
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; } |
|
355 |
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee/*{bgColorHighlight}*/ url(images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; }
|
|
356 |
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636/*{fcHighlight}*/; }
|
|
357 |
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ url(images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; }
|
|
358 |
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a/*{fcError}*/; }
|
|
359 |
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }
|
|
360 |
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
|
|
361 |
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
|
|
362 |
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
|
|
67 | 363 |
|
68 | 364 |
/* Icons |
69 | 365 |
----------------------------------*/ |
... | ... | |
255 | 551 |
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } |
256 | 552 |
.ui-icon-grip-diagonal-se { background-position: -80px -224px; } |
257 | 553 |
|
554 |
|
|
258 | 555 |
/* Misc visuals |
259 | 556 |
----------------------------------*/ |
260 | 557 |
|
... | ... | |
271 | 568 |
|
272 | 569 |
/* Overlays */ |
273 | 570 |
.ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; } |
274 |
.ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; border-radius: 8px/*{cornerRadiusShadow}*/; } |
|
275 |
|
|
276 |
/* Accordion |
|
277 |
----------------------------------*/ |
|
278 |
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; } |
|
279 |
.ui-accordion .ui-accordion-li-fix { display: inline; } |
|
280 |
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; } |
|
281 |
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; } |
|
282 |
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; } |
|
283 |
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; } |
|
284 |
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; } |
|
285 |
.ui-accordion .ui-accordion-content-active { display: block; } |
|
286 |
|
|
287 |
/* Autocomplete |
|
288 |
----------------------------------*/ |
|
289 |
.ui-autocomplete { position: absolute; cursor: default; } |
|
290 |
.ui-autocomplete-loading { background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; } |
|
291 |
|
|
292 |
/* workarounds */ |
|
293 |
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */ |
|
294 |
|
|
295 |
/* Menu |
|
296 |
----------------------------------*/ |
|
297 |
.ui-menu { |
|
298 |
list-style:none; |
|
299 |
padding: 2px; |
|
300 |
margin: 0; |
|
301 |
display:block; |
|
302 |
} |
|
303 |
.ui-menu .ui-menu { |
|
304 |
margin-top: -3px; |
|
305 |
} |
|
306 |
.ui-menu .ui-menu-item { |
|
307 |
margin:0; |
|
308 |
padding: 0; |
|
309 |
width: 100%; |
|
310 |
} |
|
311 |
.ui-menu .ui-menu-item a { |
|
312 |
text-decoration:none; |
|
313 |
display:block; |
|
314 |
padding:.2em .4em; |
|
315 |
line-height:1.5; |
|
316 |
zoom:1; |
|
317 |
} |
|
318 |
.ui-menu .ui-menu-item a.ui-state-hover, |
|
319 |
.ui-menu .ui-menu-item a.ui-state-active { |
|
320 |
margin: -1px; |
|
321 |
} |
|
322 |
|
|
323 |
/* Button |
|
324 |
----------------------------------*/ |
|
325 |
|
|
326 |
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */ |
|
327 |
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */ |
|
328 |
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */ |
|
329 |
.ui-button-icons-only { width: 3.4em; } |
|
330 |
button.ui-button-icons-only { width: 3.7em; } |
|
331 |
|
|
332 |
/*button text element */ |
|
333 |
.ui-button .ui-button-text { display: block; line-height: 1.4; } |
|
334 |
.ui-button-text-only .ui-button-text { padding: .4em 1em; } |
|
335 |
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; } |
|
336 |
.ui-button-text-icon .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; } |
|
337 |
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; } |
|
338 |
/* no icon support for input elements, provide padding by default */ |
|
339 |
input.ui-button { padding: .4em 1em; } |
|
340 |
|
|
341 |
/*button icon element(s) */ |
|
342 |
.ui-button-icon-only .ui-icon, .ui-button-text-icon .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; } |
|
343 |
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; } |
|
344 |
.ui-button-text-icon .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; } |
|
345 |
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; } |
|
346 |
|
|
347 |
/*button sets*/ |
|
348 |
.ui-buttonset { margin-right: 7px; } |
|
349 |
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; } |
|
350 |
|
|
351 |
/* workarounds */ |
|
352 |
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */ |
|
353 |
|
|
354 |
/* Datepicker |
|
355 |
----------------------------------*/ |
|
356 |
.ui-datepicker { width: 17em; padding: .2em .2em 0; } |
|
357 |
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; } |
|
358 |
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; } |
|
359 |
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; } |
|
360 |
.ui-datepicker .ui-datepicker-prev { left:2px; } |
|
361 |
.ui-datepicker .ui-datepicker-next { right:2px; } |
Also available in: Unified diff
update jquery to Version 1.5.1 and jQuery UI to Version 1.8.10