From 9082cbe0957bbcba4097c8cd5fcb25b32254a66f Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Tue, 20 Jan 2009 11:42:07 +0000 Subject: set svn:eol-style to native --- demos/effects_easings/default.html | 184 ++++++++++++++++++------------------- demos/effects_easings/index.html | 34 +++---- ui/i18n/ui.datepicker-el.js | 36 ++++---- 3 files changed, 127 insertions(+), 127 deletions(-) diff --git a/demos/effects_easings/default.html b/demos/effects_easings/default.html index 04ffeae24..0aeb1d42f 100644 --- a/demos/effects_easings/default.html +++ b/demos/effects_easings/default.html @@ -1,92 +1,92 @@ - - - - jQuery UI Effects - Easings Demo - - - - - - - - - -
- -

-

-
- -
-
- -
- -

-Easing is acceleration, a change in speed. Easings control how an animation progresses over time.
-An ease-in starts slow and then speeds up.
-An ease-out starts fast and then slows to a stop.
-An ease-in-out combines the two so that the first half is an ease-in and the second half is an ease-out. -

-

-Click above to preview the selected easing. -

- -
- - - + + + + jQuery UI Effects - Easings Demo + + + + + + + + + +
+ +

+

+
+ +
+
+ +
+ +

+Easing is acceleration, a change in speed. Easings control how an animation progresses over time.
+An ease-in starts slow and then speeds up.
+An ease-out starts fast and then slows to a stop.
+An ease-in-out combines the two so that the first half is an ease-in and the second half is an ease-out. +

+

+Click above to preview the selected easing. +

+ +
+ + + diff --git a/demos/effects_easings/index.html b/demos/effects_easings/index.html index a5bb099d9..dddbfc637 100644 --- a/demos/effects_easings/index.html +++ b/demos/effects_easings/index.html @@ -1,17 +1,17 @@ - - - - jQuery UI Effects - Easing Demos - - - - -
-

Easing Effects

- -
- - - + + + + jQuery UI Effects - Easing Demos + + + + +
+

Easing Effects

+ +
+ + + diff --git a/ui/i18n/ui.datepicker-el.js b/ui/i18n/ui.datepicker-el.js index 792323e7b..535080da0 100644 --- a/ui/i18n/ui.datepicker-el.js +++ b/ui/i18n/ui.datepicker-el.js @@ -1,19 +1,19 @@ -/* Greek (el) initialisation for the jQuery UI date picker plugin. */ -/* Written by Alex Cicovic (http://www.alexcicovic.com) */ -jQuery(function($){ - $.datepicker.regional['el'] = { - closeText: 'Κλείσιμο', - prevText: 'Προηγούμενος', - nextText: 'Επόμενος', - currentText: 'Τρέχων Μήνας', - monthNames: ['Ιανουάριος','Φεβρουάριος','Μάρτιος','Απρίλιος','Μάιος','Ιούνιος', - 'Ιούλιος','Αύγουστος','Σεπτέμβριος','Οκτώβριος','Νοέμβριος','Δεκέμβριος'], - monthNamesShort: ['Ιαν','Φεβ','Μαρ','Απρ','Μαι','Ιουν', - 'Ιουλ','Αυγ','Σεπ','Οκτ','Νοε','Δεκ'], - dayNames: ['Κυριακή','Δευτέρα','Τρίτη','Τετάρτη','Πέμπτη','Παρασκευή','Σάββατο'], - dayNamesShort: ['Κυρ','Δευ','Τρι','Τετ','Πεμ','Παρ','Σαβ'], - dayNamesMin: ['Κυ','Δε','Τρ','Τε','Πε','Πα','Σα'], - dateFormat: 'dd/mm/yy', firstDay: 1, - isRTL: false}; - $.datepicker.setDefaults($.datepicker.regional['el']); +/* Greek (el) initialisation for the jQuery UI date picker plugin. */ +/* Written by Alex Cicovic (http://www.alexcicovic.com) */ +jQuery(function($){ + $.datepicker.regional['el'] = { + closeText: 'Κλείσιμο', + prevText: 'Προηγούμενος', + nextText: 'Επόμενος', + currentText: 'Τρέχων Μήνας', + monthNames: ['Ιανουάριος','Φεβρουάριος','Μάρτιος','Απρίλιος','Μάιος','Ιούνιος', + 'Ιούλιος','Αύγουστος','Σεπτέμβριος','Οκτώβριος','Νοέμβριος','Δεκέμβριος'], + monthNamesShort: ['Ιαν','Φεβ','Μαρ','Απρ','Μαι','Ιουν', + 'Ιουλ','Αυγ','Σεπ','Οκτ','Νοε','Δεκ'], + dayNames: ['Κυριακή','Δευτέρα','Τρίτη','Τετάρτη','Πέμπτη','Παρασκευή','Σάββατο'], + dayNamesShort: ['Κυρ','Δευ','Τρι','Τετ','Πεμ','Παρ','Σαβ'], + dayNamesMin: ['Κυ','Δε','Τρ','Τε','Πε','Πα','Σα'], + dateFormat: 'dd/mm/yy', firstDay: 1, + isRTL: false}; + $.datepicker.setDefaults($.datepicker.regional['el']); }); \ No newline at end of file -- cgit v1.2.3