Editorial Calendar - Version 2.8

Version Description

Version 2.8 is all about testing. This version makes sure everything works great with WordPress 3.6 and jQuery 2.0. It also has a couple of small bug fixes.

Download this release

Release Info

Developer zgrossbart
Plugin Icon wp plugin Editorial Calendar
Version 2.8
Comparing to
See all releases

Code changes from version 2.7 to 2.8

edcal.css CHANGED
@@ -313,12 +313,15 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockq
313
  left: 0px;
314
  display: none;
315
  padding-left: 0.5em;
316
- padding-right: 0.5em;
317
  text-decoration: none;
318
  font-size:10px;
319
  z-index: 10;
320
  overflow: hidden;
321
  height: 1.5em;
 
 
 
322
  }
323
 
324
  .day.today .daylabel {
313
  left: 0px;
314
  display: none;
315
  padding-left: 0.5em;
316
+ padding-right: 0em;
317
  text-decoration: none;
318
  font-size:10px;
319
  z-index: 10;
320
  overflow: hidden;
321
  height: 1.5em;
322
+ white-space: nowrap;
323
+ text-overflow: ellipsis;
324
+ width: 70%;
325
  }
326
 
327
  .day.today .daylabel {
edcal.js CHANGED
@@ -2578,7 +2578,7 @@ var edcal = {
2578
  */
2579
  output: function(msg) {
2580
  if (window.console) {
2581
- console.info(msg);
2582
  }
2583
  },
2584
 
2578
  */
2579
  output: function(msg) {
2580
  if (window.console) {
2581
+ console.log(msg);
2582
  }
2583
  },
2584
 
edcal.min.js CHANGED
@@ -60,6 +60,6 @@ edcal.str_show_opts+'</h5><label for="author-hide"><input type="checkbox" '+edca
60
  edcal.str_apply+"</button>";jQuery("#contextual-help-wrap").html(a);jQuery("#contextual-help-link-wrap").css("visibility","hidden");jQuery("#contextual-help-wrap").slideDown("normal");jQuery("#screen-meta").show();jQuery("#show-edcal-settings-link").addClass("screen-meta-active")}},generateColorPicker:function(a,b,c){var a='<div id="'+b+'" class="optionscolorrow">'+('<span style="background-color: '+c+';" class="colorlabel"> '+a+"</span> "),d="lightred orange yellow lightgreen lightblue purple lightgray".split(" ");
61
  edcal.output("colors.length: "+d.length);for(var e=0;e<d.length;e++)a+='<a href="#" class="optionscolor ',d[e]===c&&(a+="colorselected"),a+='" class='+b+d[e]+'" style="background-color: '+d[e]+"; left: "+(20*e+50)+'px" onclick="edcal.selectColor(\''+b+"', '"+d[e]+"'); return false;\"></a>";return a+"</div>"},selectColor:function(a,b){edcal.output("selectColor("+a+", "+b+")");jQuery("#"+a+" .colorlabel").css("background-color",b);jQuery("#"+a+" .colorselected").removeClass("colorselected");jQuery("#"+
62
  a+"value").addClass("colorselected")},isPrefChecked:function(a){return a?' checked="checked" ':""},saveOptions:function(){var a=parseInt(jQuery("#edcal_weeks_pref").val(),10);if(1>a||8<a)humanMsg.displayMsg(edcal.str_weekserror);else{var b=edcal.ajax_url()+"&action=edcal_saveoptions&weeks="+encodeURIComponent(jQuery("#edcal_weeks_pref").val());jQuery("#calendar-fields-prefs").find("input, textarea, select").each(function(){b+="&"+encodeURIComponent(this.name)+"="+encodeURIComponent(this.checked)});
63
- jQuery.ajax({url:b,type:"POST",processData:!1,timeout:1E5,dataType:"text",success:function(){window.location.href=window.location.href},error:function(a){edcal.showError(edcal.general_error);a.responseText&&edcal.output("saveOptions xhr.responseText: "+a.responseText)}})}},output:function(a){window.console&&console.info(a)},showError:function(a){window.console&&console.error(a);edcal.displayMessage(a)},displayMessage:function(a){humanMsg.displayMsg(a)},getUrlVars:function(){for(var a=[],b,c=window.location.href.slice(window.location.href.indexOf("?")+
64
  1).split("&"),d=0;d<c.length;d++)b=c[d].split("="),a.push(b[0]),a[b[0]]=b[1];return a},showFatalError:function(a){jQuery("#edcal_main_title").after('<div class="updated below-h2" id="message"><p>'+edcal.str_fatal_error+a+"<br></p></div>");window.console&&console.error(a)},chineseAposWorkaround:function(a){return 0===Date.CultureInfo.name.indexOf("zh")||0===Date.CultureInfo.name.indexOf("ja")?a.replace(/'/g,""):a}};
65
  jQuery.fn.center=function(){this.css("position","absolute");this.css("top",(jQuery(window).height()-this.outerHeight())/2+jQuery(window).scrollTop()+"px");this.css("left",(jQuery(window).width()-this.outerWidth())/2+jQuery(window).scrollLeft()+"px");return this};jQuery(document).ready(function(){try{edcal.init()}catch(a){edcal.output("Error loading calendar: "+a),edcal.showFatalError(a.description)}edcal.getUrlVars().qunit&&edcal_test.runTests()});
60
  edcal.str_apply+"</button>";jQuery("#contextual-help-wrap").html(a);jQuery("#contextual-help-link-wrap").css("visibility","hidden");jQuery("#contextual-help-wrap").slideDown("normal");jQuery("#screen-meta").show();jQuery("#show-edcal-settings-link").addClass("screen-meta-active")}},generateColorPicker:function(a,b,c){var a='<div id="'+b+'" class="optionscolorrow">'+('<span style="background-color: '+c+';" class="colorlabel"> '+a+"</span> "),d="lightred orange yellow lightgreen lightblue purple lightgray".split(" ");
61
  edcal.output("colors.length: "+d.length);for(var e=0;e<d.length;e++)a+='<a href="#" class="optionscolor ',d[e]===c&&(a+="colorselected"),a+='" class='+b+d[e]+'" style="background-color: '+d[e]+"; left: "+(20*e+50)+'px" onclick="edcal.selectColor(\''+b+"', '"+d[e]+"'); return false;\"></a>";return a+"</div>"},selectColor:function(a,b){edcal.output("selectColor("+a+", "+b+")");jQuery("#"+a+" .colorlabel").css("background-color",b);jQuery("#"+a+" .colorselected").removeClass("colorselected");jQuery("#"+
62
  a+"value").addClass("colorselected")},isPrefChecked:function(a){return a?' checked="checked" ':""},saveOptions:function(){var a=parseInt(jQuery("#edcal_weeks_pref").val(),10);if(1>a||8<a)humanMsg.displayMsg(edcal.str_weekserror);else{var b=edcal.ajax_url()+"&action=edcal_saveoptions&weeks="+encodeURIComponent(jQuery("#edcal_weeks_pref").val());jQuery("#calendar-fields-prefs").find("input, textarea, select").each(function(){b+="&"+encodeURIComponent(this.name)+"="+encodeURIComponent(this.checked)});
63
+ jQuery.ajax({url:b,type:"POST",processData:!1,timeout:1E5,dataType:"text",success:function(){window.location.href=window.location.href},error:function(a){edcal.showError(edcal.general_error);a.responseText&&edcal.output("saveOptions xhr.responseText: "+a.responseText)}})}},output:function(a){window.console&&console.log(a)},showError:function(a){window.console&&console.error(a);edcal.displayMessage(a)},displayMessage:function(a){humanMsg.displayMsg(a)},getUrlVars:function(){for(var a=[],b,c=window.location.href.slice(window.location.href.indexOf("?")+
64
  1).split("&"),d=0;d<c.length;d++)b=c[d].split("="),a.push(b[0]),a[b[0]]=b[1];return a},showFatalError:function(a){jQuery("#edcal_main_title").after('<div class="updated below-h2" id="message"><p>'+edcal.str_fatal_error+a+"<br></p></div>");window.console&&console.error(a)},chineseAposWorkaround:function(a){return 0===Date.CultureInfo.name.indexOf("zh")||0===Date.CultureInfo.name.indexOf("ja")?a.replace(/'/g,""):a}};
65
  jQuery.fn.center=function(){this.css("position","absolute");this.css("top",(jQuery(window).height()-this.outerHeight())/2+jQuery(window).scrollTop()+"px");this.css("left",(jQuery(window).width()-this.outerWidth())/2+jQuery(window).scrollLeft()+"px");return this};jQuery(document).ready(function(){try{edcal.init()}catch(a){edcal.output("Error loading calendar: "+a),edcal.showFatalError(a.description)}edcal.getUrlVars().qunit&&edcal_test.runTests()});
edcal.php CHANGED
@@ -18,7 +18,7 @@
18
  /*
19
  Plugin Name: WordPress Editorial Calendar
20
  Description: The Editorial Calendar makes it possible to see all your posts and drag and drop them to manage your blog.
21
- Version: 2.7
22
  Author: Colin Vernon, Justin Evans, Joachim Kudish, Mary Vogt, and Zack Grossbart
23
  Author URI: http://www.zackgrossbart.com
24
  Plugin URI: http://stresslimitdesign.com/editorial-calendar-plugin
18
  /*
19
  Plugin Name: WordPress Editorial Calendar
20
  Description: The Editorial Calendar makes it possible to see all your posts and drag and drop them to manage your blog.
21
+ Version: 2.8
22
  Author: Colin Vernon, Justin Evans, Joachim Kudish, Mary Vogt, and Zack Grossbart
23
  Author URI: http://www.zackgrossbart.com
24
  Plugin URI: http://stresslimitdesign.com/editorial-calendar-plugin
languages/editorial-calendar-es.mo DELETED
Binary file
languages/editorial-calendar-es.po DELETED
@@ -1,252 +0,0 @@
1
- # Copyright (C) 2012
2
- # This file is distributed under the same license as the package.
3
- msgid ""
4
- msgstr ""
5
- "Project-Id-Version: \n"
6
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/editorial-calendar\n"
7
- "POT-Creation-Date: 2012-02-06 20:01:23+00:00\n"
8
- "MIME-Version: 1.0\n"
9
- "Content-Type: text/plain; charset=UTF-8\n"
10
- "Content-Transfer-Encoding: 8bit\n"
11
- "PO-Revision-Date: 2012-02-06 17:06-0500\n"
12
- "Last-Translator: Zack Grossbart <zack@grossbart.com>\n"
13
- "Language-Team: Zack Grossbart <zack@grossbart.com>\n"
14
-
15
- #: edcal.php:90
16
- #: edcal.php:114
17
- msgid "Calendar"
18
- msgstr "Calendario"
19
-
20
- #: edcal.php:242
21
- #: edcal.php:466
22
- msgid "en-US"
23
- msgstr "es"
24
-
25
- #: edcal.php:250
26
- msgid "%1$s by %2$s"
27
- msgstr "%1$s por %2$s"
28
-
29
- #: edcal.php:252
30
- msgid "New Post"
31
- msgstr "Nuevo Articulo"
32
-
33
- #: edcal.php:254
34
- msgid " [DRAFT]"
35
- msgstr " [BORRADOR]"
36
-
37
- #: edcal.php:255
38
- msgid " [PENDING]"
39
- msgstr " [PENDIENTE]"
40
-
41
- #: edcal.php:256
42
- msgid " [STICKY]"
43
- msgstr " [CHINCHETA]"
44
-
45
- #: edcal.php:257
46
- msgid " [DRAFT, STICKY]"
47
- msgstr " [BORRADOR, CHINCHETA]"
48
-
49
- #: edcal.php:258
50
- msgid " [PENDING, STICKY]"
51
- msgstr " [PENDIENTE, CHINCHETA]"
52
-
53
- #: edcal.php:259
54
- #: edcal.php:263
55
- msgid "Edit"
56
- msgstr "Editar"
57
-
58
- #: edcal.php:260
59
- msgid "Quick Edit"
60
- msgstr "Editor Rapido"
61
-
62
- #: edcal.php:261
63
- msgid "Delete"
64
- msgstr "Borrar"
65
-
66
- #: edcal.php:262
67
- msgid "View"
68
- msgstr "Ver"
69
-
70
- #: edcal.php:264
71
- msgid "Status:"
72
- msgstr "Estado"
73
-
74
- #: edcal.php:265
75
- #: edcal.php:435
76
- msgid "Cancel"
77
- msgstr "Cancelar"
78
-
79
- #: edcal.php:266
80
- #: edcal.php:398
81
- msgid "Title"
82
- msgstr "Titulo"
83
-
84
- #: edcal.php:267
85
- #: edcal.php:403
86
- msgid "Content"
87
- msgstr "Contenido"
88
-
89
- #: edcal.php:268
90
- msgid "Add a new post on %s"
91
- msgstr "Añadir nuevo articulo en %s"
92
-
93
- #: edcal.php:269
94
- msgid "New %s - "
95
- msgstr "Nuevo %s - "
96
-
97
- #: edcal.php:270
98
- msgid "Update"
99
- msgstr "Actualizar"
100
-
101
- #: edcal.php:271
102
- #: edcal.php:434
103
- msgid "Schedule"
104
- msgstr "Programar"
105
-
106
- #: edcal.php:272
107
- msgid "Submit for Review"
108
- msgstr "Enviar a revision"
109
-
110
- #: edcal.php:273
111
- msgid "Save"
112
- msgstr "Guardar"
113
-
114
- #: edcal.php:274
115
- msgid "Edit %1$s - %2$s"
116
- msgstr "Editar %1$s - %2$s"
117
-
118
- #: edcal.php:275
119
- #: edcal.php:420
120
- msgid "Scheduled"
121
- msgstr "Programado"
122
-
123
- #: edcal.php:277
124
- msgid "You are about to delete the post \""
125
- msgstr "Vas a borrar el articulo \""
126
-
127
- #: edcal.php:278
128
- msgid "\". Press Cancel to stop, OK to delete."
129
- msgstr "\". Presiona Cancelar para parar, OK para borrar."
130
-
131
- #: edcal.php:280
132
- msgid "Looks like someone else already moved this post."
133
- msgstr "Parece que alguien ya ha movido este articulo."
134
-
135
- #: edcal.php:281
136
- msgid "You do not have permission to edit posts."
137
- msgstr "No tienes permisos para editar artículos."
138
-
139
- #: edcal.php:282
140
- msgid "Invalid checksum for post. This is commonly a cross-site scripting error."
141
- msgstr "Checksum invalido para el articulo. Esto suele ser debido por un error del script."
142
-
143
- #: edcal.php:283
144
- msgid "There was an error contacting your blog."
145
- msgstr "Hubo un error de comunicación con tu blog."
146
-
147
- #: edcal.php:285
148
- msgid "Screen Options"
149
- msgstr "Opciones de pantalla"
150
-
151
- #: edcal.php:286
152
- msgid "Colors"
153
- msgstr "Colores"
154
-
155
- #: edcal.php:287
156
- msgid "Drafts: "
157
- msgstr "Borradores: "
158
-
159
- #: edcal.php:288
160
- msgid "Apply"
161
- msgstr "Aplicar"
162
-
163
- #: edcal.php:289
164
- msgid "Show on screen"
165
- msgstr "Mostrar en pantalla"
166
-
167
- #: edcal.php:290
168
- msgid " weeks at a time"
169
- msgstr " semanas a la vez"
170
-
171
- #: edcal.php:291
172
- msgid "Show in Calendar Cell"
173
- msgstr "Mostrar en la celda del calendario"
174
-
175
- #: edcal.php:292
176
- msgid "Author"
177
- msgstr "Autor"
178
-
179
- #: edcal.php:293
180
- #: edcal.php:414
181
- msgid "Status"
182
- msgstr "Estado"
183
-
184
- #: edcal.php:294
185
- msgid "Time of day"
186
- msgstr "En el dia"
187
-
188
- #: edcal.php:295
189
- msgid "An error occurred while loading the calendar: "
190
- msgstr "Ha ocurrido un error al cargar el calendario: "
191
-
192
- #: edcal.php:297
193
- msgid "The calendar can only show between 1 and 5 weeks at a time."
194
- msgstr "El calendario solo puede mostrar entre 1 y 5 semanas a la vez."
195
-
196
- #: edcal.php:298
197
- msgid "Select the number of weeks for the calendar to show."
198
- msgstr "Elige el numero de semanas para mostrar en el calendario."
199
-
200
- #: edcal.php:306
201
- msgid "<h2>We're done</h2>We've finished collecting data. Thank you for helping us make the calendar better."
202
- msgstr "<h2>Ya esta</h2>Hemos terminado de recolectar datos. Gracias por ayudar a hacer el calendario mejor."
203
-
204
- #: edcal.php:347
205
- msgid " Calendar"
206
- msgstr " Calendario"
207
-
208
- #: edcal.php:356
209
- msgid "Jump back"
210
- msgstr "Atras"
211
-
212
- #: edcal.php:358
213
- msgid "Skip ahead"
214
- msgstr "Adelante"
215
-
216
- #: edcal.php:363
217
- msgid "Scroll the calendar and make the today visible"
218
- msgstr "Mueve el calendario para hacer el día de hoy visible"
219
-
220
- #: edcal.php:363
221
- msgid "Show Today"
222
- msgstr "Ver Hoy"
223
-
224
- #: edcal.php:389
225
- msgid "Edit Post"
226
- msgstr "Editar Articulo"
227
-
228
- #: edcal.php:409
229
- msgid "Time"
230
- msgstr "Hora"
231
-
232
- #: edcal.php:417
233
- msgid "Draft"
234
- msgstr "Borrador"
235
-
236
- #: edcal.php:418
237
- msgid "Pending Review"
238
- msgstr "Pendiente de revisión"
239
-
240
- #: edcal.php:617
241
- msgid "Posts "
242
- msgstr "Articulo"
243
-
244
- #: edcal.php:633
245
- msgid "Post "
246
- msgstr "Articulos"
247
-
248
- #: edcal.php:737
249
- #: edcal.php:740
250
- msgid "Error in deleting..."
251
- msgstr "Error al borrar..."
252
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/editorial-calendar-es_ES.mo ADDED
Binary file
languages/editorial-calendar-es_ES.po ADDED
@@ -0,0 +1,292 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Translation of WordPress Editorial Calendar in Spanish (Spain)
2
+ # This file is distributed under the same license as the WordPress Editorial Calendar package.
3
+ msgid ""
4
+ msgstr ""
5
+ "PO-Revision-Date: 2013-02-14 16:18-0500\n"
6
+ "MIME-Version: 1.0\n"
7
+ "Content-Type: text/plain; charset=UTF-8\n"
8
+ "Content-Transfer-Encoding: 8bit\n"
9
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
+ "X-Generator: GlotPress/0.1\n"
11
+ "Project-Id-Version: WordPress Editorial Calendar\n"
12
+ "POT-Creation-Date: \n"
13
+ "Last-Translator: Zack Grossbart <zack@grossbart.com>\n"
14
+ "Language-Team: \n"
15
+
16
+ #: edcal.php:273
17
+ #: edcal.php:293
18
+ msgid "New Draft"
19
+ msgstr "Nuevo Borrador"
20
+
21
+ #: edcal.php:291
22
+ msgid "Add a new draft"
23
+ msgstr "Añadir nuevo borrador"
24
+
25
+ #: edcal.php:321
26
+ msgid "The calendar can only show between 1 and 8 weeks at a time."
27
+ msgstr "El calendario sólo puede mostrar entre 1 y 8 semanas a la vez."
28
+
29
+ #: edcal.php:324
30
+ #: edcal.php:395
31
+ msgid "Show Unscheduled Drafts"
32
+ msgstr "Mostrar entradas no programadas"
33
+
34
+ #: edcal.php:325
35
+ msgid "Hide Unscheduled Drafts"
36
+ msgstr "Ocultar entradas no programadas"
37
+
38
+ #: edcal.php:386
39
+ msgid "Scroll the calendar and make the last post visible"
40
+ msgstr "Ver lo último que figura programado"
41
+
42
+ #: edcal.php:395
43
+ msgid "Show unscheduled posts"
44
+ msgstr "Mostrar entradas no programadas"
45
+
46
+ #: edcal.php:401
47
+ msgid "Unscheduled draft posts"
48
+ msgstr "Borradores de Entradas No Programadas"
49
+
50
+ #: edcal.php:401
51
+ msgid "Unscheduled"
52
+ msgstr "No Programado"
53
+
54
+ #: edcal.php:374
55
+ msgid "%1$s Calendar"
56
+ msgstr "Calendario de %1$s"
57
+
58
+ #: edcal.php:96
59
+ #: edcal.php:120
60
+ msgid "Calendar"
61
+ msgstr "Calendario"
62
+
63
+ #: edcal.php:262
64
+ #: edcal.php:531
65
+ msgid "en-US"
66
+ msgstr "es-ES"
67
+
68
+ #: edcal.php:270
69
+ msgid "%1$s by %2$s"
70
+ msgstr "%1$s por %2$s"
71
+
72
+ #: edcal.php:272
73
+ msgid "New Post"
74
+ msgstr "Nueva Entrada"
75
+
76
+ #: edcal.php:276
77
+ msgid " [DRAFT]"
78
+ msgstr " [BORRADOR]"
79
+
80
+ #: edcal.php:277
81
+ msgid " [PENDING]"
82
+ msgstr " [PENDIENTE]"
83
+
84
+ #: edcal.php:278
85
+ msgid " [STICKY]"
86
+ msgstr " [DESTACADO]"
87
+
88
+ #: edcal.php:279
89
+ msgid " [DRAFT, STICKY]"
90
+ msgstr " [BORRADOR, DESTACADO]"
91
+
92
+ #: edcal.php:280
93
+ msgid " [PENDING, STICKY]"
94
+ msgstr " [PENDIENTE, DESTACADO]"
95
+
96
+ #: edcal.php:281
97
+ #: edcal.php:285
98
+ msgid "Edit"
99
+ msgstr "Editar"
100
+
101
+ #: edcal.php:282
102
+ msgid "Quick Edit"
103
+ msgstr "Edición Rápida"
104
+
105
+ #: edcal.php:283
106
+ msgid "Delete"
107
+ msgstr "Eliminar"
108
+
109
+ #: edcal.php:284
110
+ msgid "View"
111
+ msgstr "Ver"
112
+
113
+ #: edcal.php:286
114
+ msgid "Status:"
115
+ msgstr "Estado:"
116
+
117
+ #: edcal.php:287
118
+ #: edcal.php:478
119
+ msgid "Cancel"
120
+ msgstr "Cancelar"
121
+
122
+ #: edcal.php:288
123
+ #: edcal.php:440
124
+ msgid "Title"
125
+ msgstr "Título"
126
+
127
+ #: edcal.php:289
128
+ #: edcal.php:445
129
+ msgid "Content"
130
+ msgstr "Contenido"
131
+
132
+ #: edcal.php:290
133
+ msgid "Add a new post on %s"
134
+ msgstr "Añadir nueva entrada en %s"
135
+
136
+ #: edcal.php:292
137
+ msgid "New %s - "
138
+ msgstr "Nuevo %s - "
139
+
140
+ #: edcal.php:294
141
+ msgid "Update"
142
+ msgstr "Actualizar"
143
+
144
+ #: edcal.php:295
145
+ #: edcal.php:477
146
+ msgid "Schedule"
147
+ msgstr "Programar"
148
+
149
+ #: edcal.php:296
150
+ msgid "Submit for Review"
151
+ msgstr "Enviar para revisión"
152
+
153
+ #: edcal.php:297
154
+ msgid "Save"
155
+ msgstr "Guardar"
156
+
157
+ #: edcal.php:298
158
+ msgid "Edit %1$s - %2$s"
159
+ msgstr "Editar %1$s - %2$s"
160
+
161
+ #: edcal.php:299
162
+ #: edcal.php:462
163
+ msgid "Scheduled"
164
+ msgstr "Programado"
165
+
166
+ #: edcal.php:301
167
+ msgid "You are about to delete the post \""
168
+ msgstr "Va a eliminar la entrada \""
169
+
170
+ #: edcal.php:302
171
+ msgid "\". Press Cancel to stop, OK to delete."
172
+ msgstr "\". Presione Cancelar para detener, OK para eliminar."
173
+
174
+ #: edcal.php:304
175
+ msgid "Looks like someone else already moved this post."
176
+ msgstr "Parece que alguien ya ha movido esta entrada."
177
+
178
+ #: edcal.php:305
179
+ msgid "You do not have permission to edit posts."
180
+ msgstr "No tiene permiso para editar entradas."
181
+
182
+ #: edcal.php:306
183
+ msgid "Invalid checksum for post. This is commonly a cross-site scripting error."
184
+ msgstr "Error de verificación de la entrada. Esto suele ser un error de cross-site scripting."
185
+
186
+ #: edcal.php:307
187
+ msgid "There was an error contacting your blog."
188
+ msgstr "Hubo un error al comunicarse con su blog."
189
+
190
+ #: edcal.php:309
191
+ msgid "Screen Options"
192
+ msgstr "Opciones de pantalla"
193
+
194
+ #: edcal.php:310
195
+ msgid "Colors"
196
+ msgstr "Colores"
197
+
198
+ #: edcal.php:311
199
+ msgid "Drafts: "
200
+ msgstr "Borradores: "
201
+
202
+ #: edcal.php:312
203
+ msgid "Apply"
204
+ msgstr "Aplicar"
205
+
206
+ #: edcal.php:313
207
+ msgid "Show on screen"
208
+ msgstr "Mostrar en pantalla"
209
+
210
+ #: edcal.php:314
211
+ msgid " weeks at a time"
212
+ msgstr " semanas a la vez"
213
+
214
+ #: edcal.php:315
215
+ msgid "Show in Calendar Cell"
216
+ msgstr "Mostrar en la celda del calendario"
217
+
218
+ #: edcal.php:316
219
+ msgid "Author"
220
+ msgstr "Autor"
221
+
222
+ #: edcal.php:317
223
+ #: edcal.php:456
224
+ msgid "Status"
225
+ msgstr "Estado"
226
+
227
+ #: edcal.php:318
228
+ msgid "Time of day"
229
+ msgstr "En el dia"
230
+
231
+ #: edcal.php:319
232
+ msgid "An error occurred while loading the calendar: "
233
+ msgstr "Ha ocurrido un error al cargar el calendario: "
234
+
235
+ #: edcal.php:322
236
+ msgid "Select the number of weeks for the calendar to show."
237
+ msgstr "Seleccione el número de semanas para mostrar en el calendario."
238
+
239
+ #: edcal.php:333
240
+ msgid "<h2>We're done</h2>We've finished collecting data. Thank you for helping us make the calendar better."
241
+ msgstr "<h2>Listo!</h2>Hemos terminado de recolectar datos. Gracias por ayudarnos a mejorar este calendario."
242
+
243
+ #: edcal.php:383
244
+ msgid "Jump back"
245
+ msgstr "Atras"
246
+
247
+ #: edcal.php:385
248
+ msgid "Skip ahead"
249
+ msgstr "Adelante"
250
+
251
+ #: edcal.php:388
252
+ msgid "Scroll the calendar and make the today visible"
253
+ msgstr "Mover hasta el día de hoy"
254
+
255
+ #: edcal.php:388
256
+ msgid "Show Today"
257
+ msgstr "Hoy"
258
+
259
+ #: edcal.php:431
260
+ msgid "Edit Post"
261
+ msgstr "Editar Articulo"
262
+
263
+ #: edcal.php:451
264
+ msgid "Time"
265
+ msgstr "Hora"
266
+
267
+ #: edcal.php:459
268
+ msgid "Draft"
269
+ msgstr "Borrador"
270
+
271
+ #: edcal.php:460
272
+ msgid "Pending Review"
273
+ msgstr "Pendiente de revisión"
274
+
275
+ #: edcal.php:729
276
+ msgid "Posts "
277
+ msgstr "Entrada"
278
+
279
+ #: edcal.php:745
280
+ msgid "Post "
281
+ msgstr "Entradas"
282
+
283
+ #: edcal.php:877
284
+ #: edcal.php:880
285
+ msgid "Error in deleting..."
286
+ msgstr "Error al eliminar..."
287
+
288
+ #: edcal.php:190
289
+ #: edcal.php:274
290
+ msgid "ltr"
291
+ msgstr "ltr"
292
+
lib/edcallib.min.js CHANGED
@@ -4,57 +4,58 @@ jQuery("#humanMsgClose").show()}else{humanMsg.setLogHeight();jQuery(this).siblin
4
  200,function(){e&&humanMsg.log(a)}),humanMsg.t1&&clearTimeout(humanMsg.t1),humanMsg.t2&&clearTimeout(humanMsg.t2),humanMsg.t1=setTimeout(function(){humanMsg.bindEvents()},3E3),humanMsg.t2=setTimeout(function(){humanMsg.removeMsg()},5E3))},log:function(a){jQuery("#"+humanMsg.logID).show().children("ul").prepend("<li>"+a+"</li>").children("li:first").slideDown(200);"none"==jQuery("#"+humanMsg.logID+" ul").css("display")?jQuery("#"+humanMsg.logID+" p").animate({bottom:40},200,"linear",function(){jQuery(this).animate({bottom:0},
5
  300,"swing",function(){jQuery(this).css({bottom:0})})}):humanMsg.setLogHeight();jQuery("#humanMsgClose").show();jQuery("#"+humanMsg.logID+" p").removeClass("minimized")},activateLog:function(){jQuery("#"+humanMsg.logID+" p").removeClass("faded");clearTimeout(humanMsg.t3);humanMsg.t3=setTimeout(humanMsg.fadeLog,15E3)},setLogHeight:function(){if("Microsoft Internet Explorer"===navigator.appName){var a=Math.min(48*jQuery("#"+humanMsg.logID+" ul").children("li").length,112);jQuery("#"+humanMsg.logID+
6
  " ul").css("height",a+10+"px");jQuery("#"+humanMsg.logID).css("top","-"+(a+56+humanMsg.logTop)+"px")}else a=Math.min(14*jQuery("#"+humanMsg.logID+" ul").children("li").length,56),jQuery("#"+humanMsg.logID+" ul").css("height",a+10+"px"),jQuery("#"+humanMsg.logID).css("top","-"+(a+112+humanMsg.logTop)+"px")},bindEvents:function(){jQuery(window).mousemove(humanMsg.removeMsg).click(humanMsg.removeMsg).keypress(humanMsg.removeMsg)},removeMsg:function(){jQuery(window).unbind("mousemove",humanMsg.removeMsg).unbind("click",
7
- humanMsg.removeMsg).unbind("keypress",humanMsg.removeMsg);jQuery("#"+humanMsg.msgID).fadeOut()},fadeLog:function(){"none"===jQuery("#"+humanMsg.logID+" ul").css("display")&&jQuery("#"+humanMsg.logID+" p").addClass("faded")}};jQuery(document).ready(function(){humanMsg.setup()});(function(a){function e(b){var d=b||window.event,c=[].slice.call(arguments,1),g=0,f=0,e=0,b=a.event.fix(d);b.type="mousewheel";d.wheelDelta&&(g=d.wheelDelta/120);d.detail&&(g=-d.detail/3);e=g;void 0!==d.axis&&d.axis===d.HORIZONTAL_AXIS&&(e=0,f=-1*g);void 0!==d.wheelDeltaY&&(e=d.wheelDeltaY/120);void 0!==d.wheelDeltaX&&(f=-1*d.wheelDeltaX/120);c.unshift(b,g,f,e);return(a.event.dispatch||a.event.handle).apply(this,c)}var g=["DOMMouseScroll","mousewheel"];if(a.event.fixHooks)for(var f=g.length;f;)a.event.fixHooks[g[--f]]=
8
- a.event.mouseHooks;a.event.special.mousewheel={setup:function(){if(this.addEventListener)for(var b=g.length;b;)this.addEventListener(g[--b],e,!1);else this.onmousewheel=e},teardown:function(){if(this.removeEventListener)for(var b=g.length;b;)this.removeEventListener(g[--b],e,!1);else this.onmousewheel=null}};a.fn.extend({mousewheel:function(b){return b?this.bind("mousewheel",b):this.trigger("mousewheel")},unmousewheel:function(b){return this.unbind("mousewheel",b)}})})(jQuery);var sprintf=function(){function a(a){return Object.prototype.toString.call(a).slice(8,-1).toLowerCase()}var e=function(){e.cache.hasOwnProperty(arguments[0])||(e.cache[arguments[0]]=e.parse(arguments[0]));return e.format.call(null,e.cache[arguments[0]],arguments)};e.format=function(g,f){var b=1,d=g.length,c="",m=[],e,k,h,j;for(e=0;e<d;e++)if(c=a(g[e]),"string"===c)m.push(g[e]);else if("array"===c){h=g[e];if(h[2]){c=f[b];for(k=0;k<h[2].length;k++){if(!c.hasOwnProperty(h[2][k]))throw sprintf('[sprintf] property "%s" does not exist',
9
- h[2][k]);c=c[h[2][k]]}}else c=h[1]?f[h[1]]:f[b++];if(/[^s]/.test(h[8])&&"number"!=a(c))throw sprintf("[sprintf] expecting number but found %s",a(c));switch(h[8]){case "b":c=c.toString(2);break;case "c":c=String.fromCharCode(c);break;case "d":c=parseInt(c,10);break;case "e":c=h[7]?c.toExponential(h[7]):c.toExponential();break;case "f":c=h[7]?parseFloat(c).toFixed(h[7]):parseFloat(c);break;case "o":c=c.toString(8);break;case "s":c=(c=""+c)&&h[7]?c.substring(0,h[7]):c;break;case "u":c=Math.abs(c);break;
10
- case "x":c=c.toString(16);break;case "X":c=c.toString(16).toUpperCase()}c=/[def]/.test(h[8])&&h[3]&&0<=c?"+"+c:c;k=h[4]?"0"==h[4]?"0":h[4].charAt(1):" ";j=h[6]-(""+c).length;if(h[6]){for(var p=[];0<j;p[--j]=k);k=p.join("")}else k="";m.push(h[5]?c+k:k+c)}return m.join("")};e.cache={};e.parse=function(a){for(var f=[],b=[],d=0;a;){if(null!==(f=/^[^\x25]+/.exec(a)))b.push(f[0]);else if(null!==(f=/^\x25{2}/.exec(a)))b.push("%");else if(null!==(f=/^\x25(?:([1-9]\d*)\$|\(([^\)]+)\))?(\+)?(0|'[^$])?(-)?(\d+)?(?:\.(\d+))?([b-fosuxX])/.exec(a))){if(f[2]){var d=
11
- d|1,c=[],m=f[2],e=[];if(null!==(e=/^([a-z_][a-z_\d]*)/i.exec(m)))for(c.push(e[1]);""!==(m=m.substring(e[0].length));)if(null!==(e=/^\.([a-z_][a-z_\d]*)/i.exec(m)))c.push(e[1]);else if(null!==(e=/^\[(\d+)\]/.exec(m)))c.push(e[1]);else throw"[sprintf] huh?";else throw"[sprintf] huh?";f[2]=c}else d|=2;if(3===d)throw"[sprintf] mixing positional and named placeholders is not (yet) supported";b.push(f)}else throw"[sprintf] huh?";a=a.substring(f[0].length)}return b};return e}(),vsprintf=function(a,e){e.unshift(a);
12
- return sprintf.apply(null,e)};jQuery.cookie=function(a,e,g){if("undefined"!=typeof e){g=g||{};null===e&&(e="",g.expires=-1);var f="";if(g.expires&&("number"==typeof g.expires||g.expires.toUTCString))"number"==typeof g.expires?(f=new Date,f.setTime(f.getTime()+864E5*g.expires)):f=g.expires,f="; expires="+f.toUTCString();var b=g.path?"; path="+g.path:"",d=g.domain?"; domain="+g.domain:"",g=g.secure?"; secure":"";document.cookie=[a,"=",encodeURIComponent(e),f,b,d,g].join("")}else{e=null;if(document.cookie&&""!=document.cookie){g=
13
- document.cookie.split(";");for(f=0;f<g.length;f++)if(b=jQuery.trim(g[f]),b.substring(0,a.length+1)==a+"="){e=decodeURIComponent(b.substring(a.length+1));break}}return e}};(function(a){a.fn.bgIframe=a.fn.bgiframe=function(e){if(a.browser.msie&&6>=parseInt(a.browser.version)){var e=a.extend({top:"auto",left:"auto",width:"auto",height:"auto",opacity:!0,src:"javascript:false;"},e||{}),g=function(a){return a&&a.constructor==Number?a+"px":a},f='<iframe class="bgiframe"frameborder="0"tabindex="-1"src="'+e.src+'"style="display:block;position:absolute;z-index:-1;'+(!1!==e.opacity?"filter:Alpha(Opacity='0');":"")+"top:"+("auto"==e.top?"expression(((parseInt(this.parentNode.currentStyle.borderTopWidth)||0)*-1)+'px')":
14
- g(e.top))+";left:"+("auto"==e.left?"expression(((parseInt(this.parentNode.currentStyle.borderLeftWidth)||0)*-1)+'px')":g(e.left))+";width:"+("auto"==e.width?"expression(this.parentNode.offsetWidth+'px')":g(e.width))+";height:"+("auto"==e.height?"expression(this.parentNode.offsetHeight+'px')":g(e.height))+';"/>';return this.each(function(){0==a("> iframe.bgiframe",this).length&&this.insertBefore(document.createElement(f),this.firstChild)})}return this};a.browser.version||(a.browser.version=navigator.userAgent.toLowerCase().match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)[1])})(jQuery);(function(a){a.each({focus:"focusin",blur:"focusout"},function(e,g){a.event.special[g]={setup:function(){if(a.browser.msie)return!1;this.addEventListener(e,a.event.special[g].handler,!0)},teardown:function(){if(a.browser.msie)return!1;this.removeEventListener(e,a.event.special[g].handler,!0)},handler:function(f){arguments[0]=a.event.fix(f);arguments[0].type=g;return a.event.handle.apply(this,arguments)}}});a.extend(a.fn,{delegate:function(e,g,f){return this.bind(e,function(b){var d=a(b.target);if(d.is(g))return f.apply(d,
15
- arguments)})},triggerEvent:function(e,g){return this.triggerHandler(e,[a.event.fix({type:e,target:g})])}})})(jQuery);(function(a){function e(f,b){function d(c){var d=a(c);return b.globalNav?d:f.parent().find(c)}var c=this,e=a(this),q=!b.vertical,k=f.children(),h=0,j;g||(g=c);a.each(b,function(c,b){a.isFunction(b)&&e.bind(c,b)});1<k.length&&(k=a(b.items,f));f.data("finder",d);var p=d(b.prev),i=d(b.next),o=d(b.prevPage),r=d(b.nextPage);a.extend(c,{getIndex:function(){return h},getClickIndex:function(){var a=c.getItems();return a.index(a.filter("."+b.activeClass))},getConf:function(){return b},getSize:function(){return c.getItems().size()},
16
- getPageAmount:function(){return Math.ceil(this.getSize()/b.size)},getPageIndex:function(){return Math.ceil(h/b.size)},getNaviButtons:function(){return p.add(i).add(o).add(r)},getRoot:function(){return f},getItemWrap:function(){return k},getItems:function(){return k.children(b.item)},getVisibleItems:function(){return c.getItems().slice(h,h+b.size)},seekTo:function(d,f,j){function l(){j&&j.call(c,d);e.trigger("onSeek",[d])}0>d&&(d=0);if(h===d)return c;a.isFunction(f)&&(j=f);if(d>c.getSize()-b.size)return b.loop?
17
- c.begin():this.end();var n=c.getItems().eq(d);if(!n.length)return c;var s=a.Event("onBeforeSeek");e.trigger(s,[d]);if(s.isDefaultPrevented())return c;if(void 0===f||a.isFunction(f))f=b.speed;q?k.animate({left:-n.position().left},f,b.easing,l):k.animate({top:-n.position().top},f,b.easing,l);g=c;h=d;s=a.Event("onStart");e.trigger(s,[d]);if(s.isDefaultPrevented())return c;p.add(o).toggleClass(b.disabledClass,0===d);i.add(r).toggleClass(b.disabledClass,d>=c.getSize()-b.size);return c},move:function(c,
18
- a,b){j=0<c;return this.seekTo(h+c,a,b)},next:function(c,a){return this.move(1,c,a)},prev:function(c,a){return this.move(-1,c,a)},movePage:function(c,a,d){j=0<c;var f=b.size*c,e=h%b.size;0<e&&(f+=0<c?-e:b.size-e);return this.move(f,a,d)},prevPage:function(c,a){return this.movePage(-1,c,a)},nextPage:function(c,a){return this.movePage(1,c,a)},setPage:function(c,a,d){return this.seekTo(c*b.size,a,d)},begin:function(c,a){j=!1;return this.seekTo(0,c,a)},end:function(a,d){j=!0;var f=this.getSize()-b.size;
19
- return 0<f?this.seekTo(f,a,d):c},reload:function(){e.trigger("onReload");return c},focus:function(){return g=c},click:function(a){var d=c.getItems().eq(a),f=b.activeClass,e=b.size;if(0>a||a>=c.getSize())return c;if(1==e){if(b.loop)return c.next();if(0===a||a==c.getSize()-1)j=void 0===j?!0:!j;return!1===j?c.prev():c.next()}return 2==e?(a==h&&a--,c.getItems().removeClass(f),d.addClass(f),c.seekTo(a,time,fn)):!d.hasClass(f)&&(c.getItems().removeClass(f),d.addClass(f),d=a-Math.floor(e/2),d>c.getSize()-
20
- e&&(d=c.getSize()-e),d!==a)?c.seekTo(d):c},bind:function(a,b){e.bind(a,b);return c},unbind:function(a){e.unbind(a);return c}});a.each(["onBeforeSeek","onStart","onSeek","onReload"],function(a,b){c[b]=function(a){return c.bind(b,a)}});p.addClass(b.disabledClass).click(function(){c.prev()});i.click(function(){c.next()});r.click(function(){c.nextPage()});c.getSize()<b.size&&i.add(r).addClass(b.disabledClass);o.addClass(b.disabledClass).click(function(){c.prevPage()});var n=b.hoverClass,l="keydown."+
21
- Math.random().toString().substring(10);c.onReload(function(){n&&c.getItems().hover(function(){a(this).addClass(n)},function(){a(this).removeClass(n)});b.clickable&&c.getItems().each(function(b){a(this).unbind("click.scrollable").bind("click.scrollable",function(d){if(!a(d.target).is("a"))return c.click(b)})});b.keyboard?a(document).unbind(l).bind(l,function(a){if(!a.altKey&&!a.ctrlKey&&!("static"!=b.keyboard&&g!=c)){var d=b.keyboardSteps;return q&&(37==a.keyCode||39==a.keyCode)?(c.move(37==a.keyCode?
22
- -d:d),a.preventDefault()):!q&&(38==a.keyCode||40==a.keyCode)?(c.move(38==a.keyCode?-d:d),a.preventDefault()):!0}}):a(document).unbind(l)});c.reload()}a.tools=a.tools||{};a.tools.scrollable={version:"1.1.2",conf:{size:5,vertical:!1,speed:400,keyboard:!0,keyboardSteps:null,disabledClass:"disabled",hoverClass:null,clickable:!0,activeClass:"active",easing:"swing",loop:!1,items:".items",item:null,prev:".prev",next:".next",prevPage:".prevPage",nextPage:".nextPage",api:!1}};var g;a.fn.scrollable=function(f){var b=
23
- this.eq("number"==typeof f?f:0).data("scrollable");if(b)return b;var d=a.extend({},a.tools.scrollable.conf),f=a.extend(d,f);f.keyboardSteps=f.keyboardSteps||f.size;this.each(function(){b=new e(a(this),f);a(this).data("scrollable",b)});return f.api?b:this}})(jQuery);
24
- (function(a){var e=a.tools.scrollable;e.plugins=e.plugins||{};e.plugins.autoscroll={version:"1.0.1",conf:{autoplay:!0,interval:3E3,autopause:!0,steps:1,api:!1}};a.fn.autoscroll=function(g){"number"==typeof g&&(g={interval:g});var f=a.extend({},e.plugins.autoscroll.conf),b;a.extend(f,g);this.each(function(){var d=a(this).scrollable();d&&(b=d);var c,e,g=!0;d.play=function(){c||(g=!1,c=setInterval(function(){d.move(f.steps)},f.interval),d.move(f.steps))};d.pause=function(){c=clearInterval(c)};d.stop=
25
- function(){d.pause();g=!0};f.autopause&&d.getRoot().add(d.getNaviButtons()).hover(function(){d.pause();clearInterval(e)},function(){g||(e=setTimeout(d.play,f.interval))});f.autoplay&&setTimeout(d.play,f.interval)});return f.api?b:this}})(jQuery);
26
- (function(a){var e=a.tools.scrollable;e.plugins=e.plugins||{};e.plugins.navigator={version:"1.0.2",conf:{navi:".navi",naviItem:null,activeClass:"active",indexed:!1,api:!1,idPrefix:null}};a.fn.navigator=function(g){var f=a.extend({},e.plugins.navigator.conf),b;"string"==typeof g&&(g={navi:g});g=a.extend(f,g);this.each(function(){function d(){if(!f.children().length||f.data("navi")==c){f.empty();f.data("navi",c);for(var b=0;b<c.getPageAmount();b++)f.append(a("<"+(g.naviItem||"a")+"/>"));e=f.children().each(function(b){var d=
27
- a(this);d.click(function(a){c.setPage(b);return a.preventDefault()});g.indexed&&d.text(b);g.idPrefix&&d.attr("id",g.idPrefix+b)})}else e=g.naviItem?f.find(g.naviItem):f.children(),e.each(function(b){a(this).click(function(a){c.setPage(b);return a.preventDefault()})});e.eq(0).addClass(g.activeClass)}var c=a(this).scrollable(),f=c.getRoot().data("finder").call(null,g.navi),e=null,k=c.getNaviButtons();c&&(b=c);c.getNaviButtons=function(){return k.add(f)};c.onStart(function(){var a=g.activeClass;e.removeClass(a).eq(c.getPageIndex()).addClass(a)});
28
- c.onReload(function(){d()});d();var h=e.filter("[href="+location.hash+"]");h.length&&c.move(e.index(h))});return g.api?b:this}})(jQuery);
29
- (function(a){function e(b){switch(b.type){case "mousemove":return a.extend(b.data,{clientX:b.clientX,clientY:b.clientY,pageX:b.pageX,pageY:b.pageY});case "DOMMouseScroll":a.extend(b,b.data);b.delta=-b.detail/3;break;case "mousewheel":b.delta=b.wheelDelta/120}b.type="wheel";return a.event.handle.call(this,b,b.delta)}a.fn.wheel=function(a){return this[a?"bind":"trigger"]("wheel",a)};a.event.special.wheel={setup:function(){a.event.add(this,g,e,{})},teardown:function(){a.event.remove(this,g,e)}};var g=
30
- !a.browser.mozilla?"mousewheel":"DOMMouseScroll"+("1.9">a.browser.version?" mousemove":""),f=a.tools.scrollable;f.plugins=f.plugins||{};f.plugins.mousewheel={version:"1.0.1",conf:{api:!1,speed:50}};a.fn.mousewheel=function(b){var d=a.extend({},f.plugins.mousewheel.conf),c;"number"==typeof b&&(b={speed:b});b=a.extend(d,b);this.each(function(){var d=a(this).scrollable();d&&(c=d);d.getRoot().wheel(function(a,c){d.move(0>c?1:-1,b.speed||50);return!1})});return b.api?c:this}})(jQuery);(function(a){function e(b,c,f){b.value=a(c).text();a(b).change();a.browser.msie||b.focus();f.hide()}function g(a,c){var b=a.getHours(),f=c.show24Hours?b:(b+11)%12+1;c.show24Hours&&(f=(10>f?"0":"")+f);var e=a.getMinutes(),a=c.timeFormat,a=a.replace("hh",f),a=a.replace("h",f),a=a.replace("mm",(10>e?"0":"")+e);return a=c.show24Hours?a.replace(" tt",""):a.replace("tt",12>b?c.amDesignator:c.pmDesignator)}function f(a,c){if(a){var f=a.split(c.separator),e=parseFloat(f[0]),f=parseFloat(f[1]);c.show24Hours||
31
- (12===e&&-1!==a.substr(c.amDesignator)?e=0:12!==e&&-1!==a.indexOf(c.pmDesignator)&&(e+=12));return b(new Date(0,0,0,e,f,0))}return null}function b(a){a.setFullYear(2001);a.setMonth(0);a.setDate(0);return a}a.fn.timePicker=function(b){var c=a.extend({},a.fn.timePicker.defaults,b);return this.each(function(){a.timePicker(this,c)})};a.timePicker=function(b,c){var f=a(b)[0];return f.timePicker||(f.timePicker=new jQuery._timePicker(f,c))};a._timePicker=function(d,c){var m=!1,q=!1,k="object"==typeof c.startTime?
32
- b(c.startTime):f(c.startTime,c),h="object"==typeof c.endTime?b(c.endTime):f(c.endTime,c);a(d).attr("autocomplete","OFF");for(var j=[],p=new Date(k);p<=h;)j[j.length]=g(p,c),p=new Date(p.setMinutes(p.getMinutes()+c.step));for(var i=a("<div "+(c.tpDivId?'id="'+c.tpDivId+'" ':"")+'class="time-picker'+(c.show24Hours?"":" time-picker-12hours")+'"></div>'),o=a("<ul></ul>"),p=0;p<j.length;p++)o.append("<li>"+j[p]+"</li>");i.append(o);j=a(d).offset();i.appendTo("body").css({top:j.top-48+"px",left:j.left,
33
- width:a(d).width()+5+"px"}).hide();i.mouseover(function(){m=!0}).mouseout(function(){m=!1});a("li",o).mouseover(function(){q||(a("li.selected",i).removeClass("selected"),a(this).addClass("selected"))}).mousedown(function(){m=!0}).click(function(){e(d,this,i,c);m=!1});var r=function(){if(i.is(":visible"))return!1;a("li",i).removeClass("selected");var e=a(d).offset();i.css({top:e.top+a(d).height()+10+"px",left:e.left,width:a(d).width()+5+"px"});i.show();var m=d.value?f(d.value,c):k,e=60*k.getHours()+
34
- k.getMinutes(),m=60*m.getHours()+m.getMinutes()-e,m=Math.round(m/c.step),e=b(new Date(0,0,0,0,m*c.step+e,0)),e=k<e&&e<=h?e:k,e=a("li:contains("+g(e,c)+")",i);e.length&&(e.addClass("selected"),i[0].scrollTop=e[0].offsetTop);return!0};a(d).focus(r).click(r);a(d).blur(function(){m||i.hide()});j=a.browser.opera||a.browser.mozilla?"keypress":"keydown";a(d)[j](function(b){q=!0;var f=i[0].scrollTop;switch(b.keyCode){case 38:if(r())return!1;var b=a("li.selected",o),g=b.prev().addClass("selected")[0];g?(b.removeClass("selected"),
35
- g.offsetTop<f&&(i[0].scrollTop=f-g.offsetHeight)):(b.removeClass("selected"),g=a("li:last",o).addClass("selected")[0],i[0].scrollTop=g.offsetTop-g.offsetHeight);return!1;case 40:if(r())return!1;b=a("li.selected",o);(g=b.next().addClass("selected")[0])?(b.removeClass("selected"),g.offsetTop+g.offsetHeight>f+i[0].offsetHeight&&(i[0].scrollTop=f+g.offsetHeight)):(b.removeClass("selected"),a("li:first",o).addClass("selected"),i[0].scrollTop=0);return!1;case 13:return i.is(":visible")&&(f=a("li.selected",
36
- o)[0],e(d,f,i,c)),!1;case 27:return i.hide(),!1}return!0});a(d).keyup(function(){q=!1});this.getTime=function(){return f(d.value,c)};this.setTime=function(f){d.value=g(b(f),c);a(d).change()}};a.fn.timePicker.defaults={step:30,startTime:new Date(0,0,0,0,0,0),endTime:new Date(0,0,0,23,30,0),separator:":",show24Hours:!0,timeFormat:"hh:mm tt",amDesignator:"AM",pmDesignator:"PM"}})(jQuery);this.JSON||(this.JSON={});
37
- (function(){function a(a){return a<10?"0"+a:a}function e(a){b.lastIndex=0;return b.test(a)?'"'+a.replace(b,function(a){var c=m[a];return typeof c==="string"?c:"\\u"+("0000"+a.charCodeAt(0).toString(16)).slice(-4)})+'"':'"'+a+'"'}function g(a,b){var f,m,i,o,r=d,n,l=b[a];l&&(typeof l==="object"&&typeof l.toJSON==="function")&&(l=l.toJSON(a));typeof q==="function"&&(l=q.call(b,a,l));switch(typeof l){case "string":return e(l);case "number":return isFinite(l)?""+l:"null";case "boolean":case "null":return""+l;
38
- case "object":if(!l)return"null";d=d+c;n=[];if(Object.prototype.toString.apply(l)==="[object Array]"){o=l.length;for(f=0;f<o;f=f+1)n[f]=g(f,l)||"null";i=n.length===0?"[]":d?"[\n"+d+n.join(",\n"+d)+"\n"+r+"]":"["+n.join(",")+"]";d=r;return i}if(q&&typeof q==="object"){o=q.length;for(f=0;f<o;f=f+1){m=q[f];if(typeof m==="string")(i=g(m,l))&&n.push(e(m)+(d?": ":":")+i)}}else for(m in l)if(Object.hasOwnProperty.call(l,m))(i=g(m,l))&&n.push(e(m)+(d?": ":":")+i);i=n.length===0?"{}":d?"{\n"+d+n.join(",\n"+
39
- d)+"\n"+r+"}":"{"+n.join(",")+"}";d=r;return i}}if(typeof Date.prototype.toJSON!=="function"){Date.prototype.toJSON=function(){return isFinite(this.valueOf())?this.getUTCFullYear()+"-"+a(this.getUTCMonth()+1)+"-"+a(this.getUTCDate())+"T"+a(this.getUTCHours())+":"+a(this.getUTCMinutes())+":"+a(this.getUTCSeconds())+"Z":null};String.prototype.toJSON=Number.prototype.toJSON=Boolean.prototype.toJSON=function(){return this.valueOf()}}var f=/[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,
40
- b=/[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,d,c,m={"\u0008":"\\b","\t":"\\t","\n":"\\n","\u000c":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},q;if(typeof JSON.stringify!=="function")JSON.stringify=function(a,b,f){var e;c=d="";if(typeof f==="number")for(e=0;e<f;e=e+1)c=c+" ";else typeof f==="string"&&(c=f);if((q=b)&&typeof b!=="function"&&(typeof b!=="object"||typeof b.length!=="number"))throw Error("JSON.stringify");return g("",
41
- {"":a})};if(typeof JSON.parseIt!=="function")JSON.parseIt=function(a,b){function c(a,f){var d,e,g=a[f];if(g&&typeof g==="object")for(d in g)if(Object.hasOwnProperty.call(g,d)){e=c(g,d);e!==void 0?g[d]=e:delete g[d]}return b.call(a,f,g)}var d;f.lastIndex=0;f.test(a)&&(a=a.replace(f,function(a){return"\\u"+("0000"+a.charCodeAt(0).toString(16)).slice(-4)}));if(/^[\],:{}\s]*$/.test(a.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,
42
- "]").replace(/(?:^|:|,)(?:\s*\[)+/g,""))){d=eval("("+a+")");return typeof b==="function"?c({"":d},""):d}throw new SyntaxError("JSON.parseIt");}})();(function(a){function e(f,b){function d(c){var d=a(c);return b.globalNav?d:f.parent().find(c)}var c=this,e=a(this),q=!b.vertical,k=f.children(),h=0,j;g||(g=c);a.each(b,function(c,b){a.isFunction(b)&&e.bind(c,b)});1<k.length&&(k=a(b.items,f));f.data("finder",d);var p=d(b.prev),i=d(b.next),o=d(b.prevPage),r=d(b.nextPage);a.extend(c,{getIndex:function(){return h},getClickIndex:function(){var a=c.getItems();return a.index(a.filter("."+b.activeClass))},getConf:function(){return b},getSize:function(){return c.getItems().size()},
43
- getPageAmount:function(){return Math.ceil(this.getSize()/b.size)},getPageIndex:function(){return Math.ceil(h/b.size)},getNaviButtons:function(){return p.add(i).add(o).add(r)},getRoot:function(){return f},getItemWrap:function(){return k},getItems:function(){return k.children(b.item)},getVisibleItems:function(){return c.getItems().slice(h,h+b.size)},seekTo:function(d,f,j){function l(){j&&j.call(c,d);e.trigger("onSeek",[d])}0>d&&(d=0);if(h===d)return c;a.isFunction(f)&&(j=f);if(d>c.getSize()-b.size)return b.loop?
44
- c.begin():this.end();var n=c.getItems().eq(d);if(!n.length)return c;var s=a.Event("onBeforeSeek");e.trigger(s,d>h);if(s.isDefaultPrevented())return c;if(void 0===f||a.isFunction(f))f=b.speed;q?k.animate({left:-n.position().left},f,b.easing,l):k.animate({top:-n.position().top},f,b.easing,l);g=c;h=d;s=a.Event("onStart");e.trigger(s,[d]);if(s.isDefaultPrevented())return c;p.add(o).toggleClass(b.disabledClass,0===d);i.add(r).toggleClass(b.disabledClass,d>=c.getSize()-b.size);return c},move:function(a,
45
- b,c){j=0<a;return this.seekTo(h+a,b,c)},next:function(a,b){return this.move(1,a,b)},prev:function(a,b){return this.move(-1,a,b)},movePage:function(a,c,d){j=0<a;var f=b.size*a,e=h%b.size;0<e&&(f+=0<a?-e:b.size-e);return this.move(f,c,d)},prevPage:function(a,b){return this.movePage(-1,a,b)},nextPage:function(a,b){return this.movePage(1,a,b)},setPage:function(a,c,d){return this.seekTo(a*b.size,c,d)},begin:function(a,b){j=!1;return this.seekTo(0,a,b)},end:function(a,d){j=!0;var f=this.getSize()-b.size;
46
- return 0<f?this.seekTo(f,a,d):c},reload:function(){e.trigger("onReload");return c},focus:function(){return g=c},click:function(a){var d=c.getItems().eq(a),f=b.activeClass,e=b.size;if(0>a||a>=c.getSize())return c;if(1==e){if(b.loop)return c.next();if(0===a||a==c.getSize()-1)j=void 0===j?!0:!j;return!1===j?c.prev():c.next()}return 2==e?(a==h&&a--,c.getItems().removeClass(f),d.addClass(f),c.seekTo(a,time,fn)):!d.hasClass(f)&&(c.getItems().removeClass(f),d.addClass(f),d=a-Math.floor(e/2),d>c.getSize()-
47
- e&&(d=c.getSize()-e),d!==a)?c.seekTo(d):c},bind:function(a,b){e.bind(a,b);return c},unbind:function(a){e.unbind(a);return c}});a.each(["onBeforeSeek","onStart","onSeek","onReload"],function(a,b){c[b]=function(a){return c.bind(b,a)}});p.addClass(b.disabledClass).click(function(){c.prev()});i.click(function(){c.next()});r.click(function(){c.nextPage()});c.getSize()<b.size&&i.add(r).addClass(b.disabledClass);o.addClass(b.disabledClass).click(function(){c.prevPage()});var n=b.hoverClass,l="keydown."+
48
- Math.random().toString().substring(10);c.onReload(function(){n&&c.getItems().hover(function(){a(this).addClass(n)},function(){a(this).removeClass(n)});b.clickable&&c.getItems().each(function(b){a(this).unbind("click.scrollable").bind("click.scrollable",function(d){if(!a(d.target).is("a"))return c.click(b)})});b.keyboard?a(document).unbind(l).bind(l,function(a){if(!a.altKey&&!a.ctrlKey&&!("static"!=b.keyboard&&g!=c)){var d=b.keyboardSteps;return q&&(37==a.keyCode||39==a.keyCode)?(c.move(37==a.keyCode?
49
- -d:d),a.preventDefault()):!q&&(38==a.keyCode||40==a.keyCode)?(c.move(38==a.keyCode?-d:d),a.preventDefault()):!0}}):a(document).unbind(l)});c.reload()}a.tools=a.tools||{};a.tools.scrollable={version:"1.1.2",conf:{size:5,vertical:!1,speed:400,keyboard:!0,keyboardSteps:null,disabledClass:"disabled",hoverClass:null,clickable:!0,activeClass:"active",easing:"swing",loop:!1,items:".items",item:null,prev:".prev",next:".next",prevPage:".prevPage",nextPage:".nextPage",api:!1}};var g;a.fn.scrollable=function(f){var b=
50
- this.eq("number"==typeof f?f:0).data("scrollable");if(b)return b;var d=a.extend({},a.tools.scrollable.conf),f=a.extend(d,f);f.keyboardSteps=f.keyboardSteps||f.size;this.each(function(){b=new e(a(this),f);a(this).data("scrollable",b)});return f.api?b:this}})(jQuery);(function(a){function e(b){switch(b.type){case "mousemove":return a.extend(b.data,{clientX:b.clientX,clientY:b.clientY,pageX:b.pageX,pageY:b.pageY});case "DOMMouseScroll":a.extend(b,b.data);b.delta=-b.detail/3;break;case "mousewheel":b.delta=b.wheelDelta/120}b.type="wheel";return a.event.handle.call(this,b,b.delta)}a.fn.wheel=function(a){return this[a?"bind":"trigger"]("wheel",a)};a.event.special.wheel={setup:function(){a.event.add(this,g,e,{})},teardown:function(){a.event.remove(this,g,e)}};var g=
51
- !a.browser.mozilla?"mousewheel":"DOMMouseScroll"+("1.9">a.browser.version?" mousemove":""),f=a.tools.scrollable;f.plugins=f.plugins||{};f.plugins.mousewheel={version:"1.0.1",conf:{api:!1,speed:50}};a.fn.mousewheel=function(b){var d=a.extend({},f.plugins.mousewheel.conf),c;"number"==typeof b&&(b={speed:b});b=a.extend(d,b);this.each(function(){var d=a(this).scrollable();d&&(c=d);d.getRoot().wheel(function(a,c){d.move(0>c?1:-1,b.speed||50);return!1})});return b.api?c:this}})(jQuery);/*
 
52
  : Licensed under The MIT License. See license.txt and http://www.datejs.com/license/.
53
  @website: http://www.datejs.com/
54
  */
55
- (function(){var a=Date,e=a.prototype,g=[],f=function(a,d){d||(d=2);return("000"+a).slice(-1*d)};a.normalizeFormat=function(a){g=[];(new Date).$format(a);return g.join("")};a.strftime=function(a,d){return(new Date(1E3*d)).$format(a)};a.strtotime=function(b){b=a.parse(b);b.addMinutes(-1*b.getTimezoneOffset());return Math.round(a.UTC(b.getUTCFullYear(),b.getUTCMonth(),b.getUTCDate(),b.getUTCHours(),b.getUTCMinutes(),b.getUTCSeconds(),b.getUTCMilliseconds())/1E3)};e.$format=function(b){var d=this,c,e=
56
- function(a){g.push(a);return d.toString(a)};return b?b.replace(/(%|\\)?.|%%/g,function(b){if("\\"===b.charAt(0)||"%%"===b.substring(0,2))return b.replace("\\","").replace("%%","%");switch(b){case "d":case "%d":return e("dd");case "D":case "%a":return e("ddd");case "j":case "%e":return e("d");case "l":case "%A":return e("dddd");case "N":case "%u":return d.getDay()+1;case "S":return e("S");case "w":case "%w":return d.getDay();case "z":return d.getOrdinalNumber();case "%j":return f(d.getOrdinalNumber(),
57
- 3);case "%U":var b=d.clone().set({month:0,day:1}).addDays(-1).moveToDayOfWeek(0),k=d.clone().addDays(1).moveToDayOfWeek(0,-1);return k<b?"00":f((k.getOrdinalNumber()-b.getOrdinalNumber())/7+1);case "W":case "%V":return d.getISOWeek();case "%W":return f(d.getWeek());case "F":case "%B":return e("MMMM");case "m":case "%m":return e("MM");case "M":case "%b":case "%h":return e("MMM");case "n":return e("M");case "t":return a.getDaysInMonth(d.getFullYear(),d.getMonth());case "L":return a.isLeapYear(d.getFullYear())?
58
- 1:0;case "o":case "%G":return d.setWeek(d.getISOWeek()).toString("yyyy");case "%g":return d.$format("%G").slice(-2);case "Y":case "%Y":return e("yyyy");case "y":case "%y":return e("yy");case "a":case "%p":return e("tt").toLowerCase();case "A":return e("tt").toUpperCase();case "g":case "%I":return e("h");case "G":return e("H");case "h":return e("hh");case "H":case "%H":return e("HH");case "i":case "%M":return e("mm");case "s":case "%S":return e("ss");case "u":return f(d.getMilliseconds(),3);case "I":return d.isDaylightSavingTime()?
59
- 1:0;case "O":return d.getUTCOffset();case "P":return c=d.getUTCOffset(),c.substring(0,c.length-2)+":"+c.substring(c.length-2);case "e":case "T":case "%z":case "%Z":return d.getTimezone();case "Z":return-60*d.getTimezoneOffset();case "B":return b=new Date,Math.floor((3600*b.getHours()+60*b.getMinutes()+b.getSeconds()+60*(b.getTimezoneOffset()+60))/86.4);case "c":return d.toISOString().replace(/\"/g,"");case "U":return a.strtotime("now");case "%c":return e("d")+" "+e("t");case "%C":return Math.floor(d.getFullYear()/
60
- 100+1);case "%D":return e("MM/dd/yy");case "%n":return"\\n";case "%t":return"\\t";case "%r":return e("hh:mm tt");case "%R":return e("H:mm");case "%T":return e("H:mm:ss");case "%x":return e("d");case "%X":return e("t");default:return g.push(b),b}}):this._toString()};e.format||(e.format=e.$format)})();
4
  200,function(){e&&humanMsg.log(a)}),humanMsg.t1&&clearTimeout(humanMsg.t1),humanMsg.t2&&clearTimeout(humanMsg.t2),humanMsg.t1=setTimeout(function(){humanMsg.bindEvents()},3E3),humanMsg.t2=setTimeout(function(){humanMsg.removeMsg()},5E3))},log:function(a){jQuery("#"+humanMsg.logID).show().children("ul").prepend("<li>"+a+"</li>").children("li:first").slideDown(200);"none"==jQuery("#"+humanMsg.logID+" ul").css("display")?jQuery("#"+humanMsg.logID+" p").animate({bottom:40},200,"linear",function(){jQuery(this).animate({bottom:0},
5
  300,"swing",function(){jQuery(this).css({bottom:0})})}):humanMsg.setLogHeight();jQuery("#humanMsgClose").show();jQuery("#"+humanMsg.logID+" p").removeClass("minimized")},activateLog:function(){jQuery("#"+humanMsg.logID+" p").removeClass("faded");clearTimeout(humanMsg.t3);humanMsg.t3=setTimeout(humanMsg.fadeLog,15E3)},setLogHeight:function(){if("Microsoft Internet Explorer"===navigator.appName){var a=Math.min(48*jQuery("#"+humanMsg.logID+" ul").children("li").length,112);jQuery("#"+humanMsg.logID+
6
  " ul").css("height",a+10+"px");jQuery("#"+humanMsg.logID).css("top","-"+(a+56+humanMsg.logTop)+"px")}else a=Math.min(14*jQuery("#"+humanMsg.logID+" ul").children("li").length,56),jQuery("#"+humanMsg.logID+" ul").css("height",a+10+"px"),jQuery("#"+humanMsg.logID).css("top","-"+(a+112+humanMsg.logTop)+"px")},bindEvents:function(){jQuery(window).mousemove(humanMsg.removeMsg).click(humanMsg.removeMsg).keypress(humanMsg.removeMsg)},removeMsg:function(){jQuery(window).unbind("mousemove",humanMsg.removeMsg).unbind("click",
7
+ humanMsg.removeMsg).unbind("keypress",humanMsg.removeMsg);jQuery("#"+humanMsg.msgID).fadeOut()},fadeLog:function(){"none"===jQuery("#"+humanMsg.logID+" ul").css("display")&&jQuery("#"+humanMsg.logID+" p").addClass("faded")}};jQuery(document).ready(function(){humanMsg.setup()});(function(a){function e(d){var f=d||window.event,b=[].slice.call(arguments,1),c=0,g=0,e=0,d=a.event.fix(f);d.type="mousewheel";f.wheelDelta&&(c=f.wheelDelta/120);f.detail&&(c=-f.detail/3);e=c;void 0!==f.axis&&f.axis===f.HORIZONTAL_AXIS&&(e=0,g=-1*c);void 0!==f.wheelDeltaY&&(e=f.wheelDeltaY/120);void 0!==f.wheelDeltaX&&(g=-1*f.wheelDeltaX/120);b.unshift(d,c,g,e);return(a.event.dispatch||a.event.handle).apply(this,b)}var g=["DOMMouseScroll","mousewheel"];if(a.event.fixHooks)for(var c=g.length;c;)a.event.fixHooks[g[--c]]=
8
+ a.event.mouseHooks;a.event.special.mousewheel={setup:function(){if(this.addEventListener)for(var a=g.length;a;)this.addEventListener(g[--a],e,!1);else this.onmousewheel=e},teardown:function(){if(this.removeEventListener)for(var a=g.length;a;)this.removeEventListener(g[--a],e,!1);else this.onmousewheel=null}};a.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}})})(jQuery);var sprintf=function(){function a(a){return Object.prototype.toString.call(a).slice(8,-1).toLowerCase()}var e=function(){e.cache.hasOwnProperty(arguments[0])||(e.cache[arguments[0]]=e.parse(arguments[0]));return e.format.call(null,e.cache[arguments[0]],arguments)};e.format=function(g,c){var d=1,f=g.length,b="",p=[],e,k,h,i;for(e=0;e<f;e++)if(b=a(g[e]),"string"===b)p.push(g[e]);else if("array"===b){h=g[e];if(h[2]){b=c[d];for(k=0;k<h[2].length;k++){if(!b.hasOwnProperty(h[2][k]))throw sprintf('[sprintf] property "%s" does not exist',
9
+ h[2][k]);b=b[h[2][k]]}}else b=h[1]?c[h[1]]:c[d++];if(/[^s]/.test(h[8])&&"number"!=a(b))throw sprintf("[sprintf] expecting number but found %s",a(b));switch(h[8]){case "b":b=b.toString(2);break;case "c":b=String.fromCharCode(b);break;case "d":b=parseInt(b,10);break;case "e":b=h[7]?b.toExponential(h[7]):b.toExponential();break;case "f":b=h[7]?parseFloat(b).toFixed(h[7]):parseFloat(b);break;case "o":b=b.toString(8);break;case "s":b=(b=""+b)&&h[7]?b.substring(0,h[7]):b;break;case "u":b=Math.abs(b);break;
10
+ case "x":b=b.toString(16);break;case "X":b=b.toString(16).toUpperCase()}b=/[def]/.test(h[8])&&h[3]&&0<=b?"+"+b:b;k=h[4]?"0"==h[4]?"0":h[4].charAt(1):" ";i=h[6]-(""+b).length;if(h[6]){for(var q=[];0<i;q[--i]=k);k=q.join("")}else k="";p.push(h[5]?b+k:k+b)}return p.join("")};e.cache={};e.parse=function(a){for(var c=[],d=[],f=0;a;){if(null!==(c=/^[^\x25]+/.exec(a)))d.push(c[0]);else if(null!==(c=/^\x25{2}/.exec(a)))d.push("%");else if(null!==(c=/^\x25(?:([1-9]\d*)\$|\(([^\)]+)\))?(\+)?(0|'[^$])?(-)?(\d+)?(?:\.(\d+))?([b-fosuxX])/.exec(a))){if(c[2]){var f=
11
+ f|1,b=[],e=c[2],m=[];if(null!==(m=/^([a-z_][a-z_\d]*)/i.exec(e)))for(b.push(m[1]);""!==(e=e.substring(m[0].length));)if(null!==(m=/^\.([a-z_][a-z_\d]*)/i.exec(e)))b.push(m[1]);else if(null!==(m=/^\[(\d+)\]/.exec(e)))b.push(m[1]);else throw"[sprintf] huh?";else throw"[sprintf] huh?";c[2]=b}else f|=2;if(3===f)throw"[sprintf] mixing positional and named placeholders is not (yet) supported";d.push(c)}else throw"[sprintf] huh?";a=a.substring(c[0].length)}return d};return e}(),vsprintf=function(a,e){e.unshift(a);
12
+ return sprintf.apply(null,e)};jQuery.cookie=function(a,e,g){if("undefined"!=typeof e){g=g||{};null===e&&(e="",g.expires=-1);var c="";if(g.expires&&("number"==typeof g.expires||g.expires.toUTCString))"number"==typeof g.expires?(c=new Date,c.setTime(c.getTime()+864E5*g.expires)):c=g.expires,c="; expires="+c.toUTCString();var d=g.path?"; path="+g.path:"",f=g.domain?"; domain="+g.domain:"",g=g.secure?"; secure":"";document.cookie=[a,"=",encodeURIComponent(e),c,d,f,g].join("")}else{e=null;if(document.cookie&&""!=document.cookie){g=
13
+ document.cookie.split(";");for(c=0;c<g.length;c++)if(d=jQuery.trim(g[c]),d.substring(0,a.length+1)==a+"="){e=decodeURIComponent(d.substring(a.length+1));break}}return e}};(function(a){a.fn.bgIframe=a.fn.bgiframe=function(e){if(a.browser.msie&&6>=parseInt(a.browser.version)){var e=a.extend({top:"auto",left:"auto",width:"auto",height:"auto",opacity:!0,src:"javascript:false;"},e||{}),g=function(a){return a&&a.constructor==Number?a+"px":a},c='<iframe class="bgiframe"frameborder="0"tabindex="-1"src="'+e.src+'"style="display:block;position:absolute;z-index:-1;'+(!1!==e.opacity?"filter:Alpha(Opacity='0');":"")+"top:"+("auto"==e.top?"expression(((parseInt(this.parentNode.currentStyle.borderTopWidth)||0)*-1)+'px')":
14
+ g(e.top))+";left:"+("auto"==e.left?"expression(((parseInt(this.parentNode.currentStyle.borderLeftWidth)||0)*-1)+'px')":g(e.left))+";width:"+("auto"==e.width?"expression(this.parentNode.offsetWidth+'px')":g(e.width))+";height:"+("auto"==e.height?"expression(this.parentNode.offsetHeight+'px')":g(e.height))+';"/>';return this.each(function(){0==a("> iframe.bgiframe",this).length&&this.insertBefore(document.createElement(c),this.firstChild)})}return this};a.browser.version||(a.browser.version=navigator.userAgent.toLowerCase().match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)[1])})(jQuery);(function(a){a.each({focus:"focusin",blur:"focusout"},function(e,g){a.event.special[g]={setup:function(){if(a.browser.msie)return!1;this.addEventListener(e,a.event.special[g].handler,!0)},teardown:function(){if(a.browser.msie)return!1;this.removeEventListener(e,a.event.special[g].handler,!0)},handler:function(c){arguments[0]=a.event.fix(c);arguments[0].type=g;return a.event.handle.apply(this,arguments)}}});a.extend(a.fn,{delegate:function(e,g,c){return this.bind(e,function(d){var f=a(d.target);if(f.is(g))return c.apply(f,
15
+ arguments)})},triggerEvent:function(e,g){return this.triggerHandler(e,[a.event.fix({type:e,target:g})])}})})(jQuery);(function(a){function e(c,d){function f(b){var f=a(b);return d.globalNav?f:c.parent().find(b)}var b=this,e=a(this),m=!d.vertical,k=c.children(),h=0,i;g||(g=b);a.each(d,function(b,d){a.isFunction(d)&&e.bind(b,d)});1<k.length&&(k=a(d.items,c));c.data("finder",f);var q=f(d.prev),j=f(d.next),o=f(d.prevPage),r=f(d.nextPage);a.extend(b,{getIndex:function(){return h},getClickIndex:function(){var a=b.getItems();return a.index(a.filter("."+d.activeClass))},getConf:function(){return d},getSize:function(){return b.getItems().size()},
16
+ getPageAmount:function(){return Math.ceil(this.getSize()/d.size)},getPageIndex:function(){return Math.ceil(h/d.size)},getNaviButtons:function(){return q.add(j).add(o).add(r)},getRoot:function(){return c},getItemWrap:function(){return k},getItems:function(){return k.children(d.item)},getVisibleItems:function(){return b.getItems().slice(h,h+d.size)},seekTo:function(f,c,i){function l(){i&&i.call(b,f);e.trigger("onSeek",[f])}0>f&&(f=0);if(h===f)return b;a.isFunction(c)&&(i=c);if(f>b.getSize()-d.size)return d.loop?
17
+ b.begin():this.end();var n=b.getItems().eq(f);if(!n.length)return b;var s=a.Event("onBeforeSeek");e.trigger(s,[f]);if(s.isDefaultPrevented())return b;if(void 0===c||a.isFunction(c))c=d.speed;m?k.animate({left:-n.position().left},c,d.easing,l):k.animate({top:-n.position().top},c,d.easing,l);g=b;h=f;s=a.Event("onStart");e.trigger(s,[f]);if(s.isDefaultPrevented())return b;q.add(o).toggleClass(d.disabledClass,0===f);j.add(r).toggleClass(d.disabledClass,f>=b.getSize()-d.size);return b},move:function(b,
18
+ a,d){i=0<b;return this.seekTo(h+b,a,d)},next:function(b,a){return this.move(1,b,a)},prev:function(b,a){return this.move(-1,b,a)},movePage:function(b,a,f){i=0<b;var c=d.size*b,e=h%d.size;0<e&&(c+=0<b?-e:d.size-e);return this.move(c,a,f)},prevPage:function(b,a){return this.movePage(-1,b,a)},nextPage:function(b,a){return this.movePage(1,b,a)},setPage:function(b,a,f){return this.seekTo(b*d.size,a,f)},begin:function(b,a){i=!1;return this.seekTo(0,b,a)},end:function(a,f){i=!0;var c=this.getSize()-d.size;
19
+ return 0<c?this.seekTo(c,a,f):b},reload:function(){e.trigger("onReload");return b},focus:function(){return g=b},click:function(a){var f=b.getItems().eq(a),c=d.activeClass,e=d.size;if(0>a||a>=b.getSize())return b;if(1==e){if(d.loop)return b.next();if(0===a||a==b.getSize()-1)i=void 0===i?!0:!i;return!1===i?b.prev():b.next()}return 2==e?(a==h&&a--,b.getItems().removeClass(c),f.addClass(c),b.seekTo(a,time,fn)):!f.hasClass(c)&&(b.getItems().removeClass(c),f.addClass(c),f=a-Math.floor(e/2),f>b.getSize()-
20
+ e&&(f=b.getSize()-e),f!==a)?b.seekTo(f):b},bind:function(a,f){e.bind(a,f);return b},unbind:function(a){e.unbind(a);return b}});a.each(["onBeforeSeek","onStart","onSeek","onReload"],function(a,f){b[f]=function(a){return b.bind(f,a)}});q.addClass(d.disabledClass).click(function(){b.prev()});j.click(function(){b.next()});r.click(function(){b.nextPage()});b.getSize()<d.size&&j.add(r).addClass(d.disabledClass);o.addClass(d.disabledClass).click(function(){b.prevPage()});var n=d.hoverClass,l="keydown."+
21
+ Math.random().toString().substring(10);b.onReload(function(){n&&b.getItems().hover(function(){a(this).addClass(n)},function(){a(this).removeClass(n)});d.clickable&&b.getItems().each(function(f){a(this).unbind("click.scrollable").bind("click.scrollable",function(d){if(!a(d.target).is("a"))return b.click(f)})});d.keyboard?a(document).unbind(l).bind(l,function(a){if(!a.altKey&&!a.ctrlKey&&!("static"!=d.keyboard&&g!=b)){var f=d.keyboardSteps;return m&&(37==a.keyCode||39==a.keyCode)?(b.move(37==a.keyCode?
22
+ -f:f),a.preventDefault()):!m&&(38==a.keyCode||40==a.keyCode)?(b.move(38==a.keyCode?-f:f),a.preventDefault()):!0}}):a(document).unbind(l)});b.reload()}a.tools=a.tools||{};a.tools.scrollable={version:"1.1.2",conf:{size:5,vertical:!1,speed:400,keyboard:!0,keyboardSteps:null,disabledClass:"disabled",hoverClass:null,clickable:!0,activeClass:"active",easing:"swing",loop:!1,items:".items",item:null,prev:".prev",next:".next",prevPage:".prevPage",nextPage:".nextPage",api:!1}};var g;a.fn.scrollable=function(c){var d=
23
+ this.eq("number"==typeof c?c:0).data("scrollable");if(d)return d;var f=a.extend({},a.tools.scrollable.conf),c=a.extend(f,c);c.keyboardSteps=c.keyboardSteps||c.size;this.each(function(){d=new e(a(this),c);a(this).data("scrollable",d)});return c.api?d:this}})(jQuery);
24
+ (function(a){var e=a.tools.scrollable;e.plugins=e.plugins||{};e.plugins.autoscroll={version:"1.0.1",conf:{autoplay:!0,interval:3E3,autopause:!0,steps:1,api:!1}};a.fn.autoscroll=function(g){"number"==typeof g&&(g={interval:g});var c=a.extend({},e.plugins.autoscroll.conf),d;a.extend(c,g);this.each(function(){var f=a(this).scrollable();f&&(d=f);var b,e,g=!0;f.play=function(){b||(g=!1,b=setInterval(function(){f.move(c.steps)},c.interval),f.move(c.steps))};f.pause=function(){b=clearInterval(b)};f.stop=
25
+ function(){f.pause();g=!0};c.autopause&&f.getRoot().add(f.getNaviButtons()).hover(function(){f.pause();clearInterval(e)},function(){g||(e=setTimeout(f.play,c.interval))});c.autoplay&&setTimeout(f.play,c.interval)});return c.api?d:this}})(jQuery);
26
+ (function(a){var e=a.tools.scrollable;e.plugins=e.plugins||{};e.plugins.navigator={version:"1.0.2",conf:{navi:".navi",naviItem:null,activeClass:"active",indexed:!1,api:!1,idPrefix:null}};a.fn.navigator=function(g){var c=a.extend({},e.plugins.navigator.conf),d;"string"==typeof g&&(g={navi:g});g=a.extend(c,g);this.each(function(){function f(){if(!c.children().length||c.data("navi")==b){c.empty();c.data("navi",b);for(var f=0;f<b.getPageAmount();f++)c.append(a("<"+(g.naviItem||"a")+"/>"));e=c.children().each(function(f){var d=
27
+ a(this);d.click(function(a){b.setPage(f);return a.preventDefault()});g.indexed&&d.text(f);g.idPrefix&&d.attr("id",g.idPrefix+f)})}else e=g.naviItem?c.find(g.naviItem):c.children(),e.each(function(f){a(this).click(function(a){b.setPage(f);return a.preventDefault()})});e.eq(0).addClass(g.activeClass)}var b=a(this).scrollable(),c=b.getRoot().data("finder").call(null,g.navi),e=null,k=b.getNaviButtons();b&&(d=b);b.getNaviButtons=function(){return k.add(c)};b.onStart(function(){var a=g.activeClass;e.removeClass(a).eq(b.getPageIndex()).addClass(a)});
28
+ b.onReload(function(){f()});f();var h=e.filter("[href="+location.hash+"]");h.length&&b.move(e.index(h))});return g.api?d:this}})(jQuery);
29
+ (function(a){function e(d){switch(d.type){case "mousemove":return a.extend(d.data,{clientX:d.clientX,clientY:d.clientY,pageX:d.pageX,pageY:d.pageY});case "DOMMouseScroll":a.extend(d,d.data);d.delta=-d.detail/3;break;case "mousewheel":d.delta=d.wheelDelta/120}d.type="wheel";return a.event.handle.call(this,d,d.delta)}a.fn.wheel=function(a){return this[a?"bind":"trigger"]("wheel",a)};a.event.special.wheel={setup:function(){a.event.add(this,g,e,{})},teardown:function(){a.event.remove(this,g,e)}};var g=
30
+ !a.browser.mozilla?"mousewheel":"DOMMouseScroll"+("1.9">a.browser.version?" mousemove":""),c=a.tools.scrollable;c.plugins=c.plugins||{};c.plugins.mousewheel={version:"1.0.1",conf:{api:!1,speed:50}};a.fn.mousewheel=function(d){var f=a.extend({},c.plugins.mousewheel.conf),b;"number"==typeof d&&(d={speed:d});d=a.extend(f,d);this.each(function(){var f=a(this).scrollable();f&&(b=f);f.getRoot().wheel(function(a,b){f.move(0>b?1:-1,d.speed||50);return!1})});return d.api?b:this}})(jQuery);(function(a){function e(f,b,d){f.value=a(b).text();a(f).change();a.browser.msie||f.focus();d.hide()}function g(a,b){var d=a.getHours(),c=b.show24Hours?d:(d+11)%12+1;b.show24Hours&&(c=(10>c?"0":"")+c);var e=a.getMinutes(),a=b.timeFormat,a=a.replace("hh",c),a=a.replace("h",c),a=a.replace("mm",(10>e?"0":"")+e);return a=b.show24Hours?a.replace(" tt",""):a.replace("tt",12>d?b.amDesignator:b.pmDesignator)}function c(a,b){if(a){var c=a.split(b.separator),e=parseFloat(c[0]),c=parseFloat(c[1]);b.show24Hours||
31
+ (12===e&&-1!==a.substr(b.amDesignator)?e=0:12!==e&&-1!==a.indexOf(b.pmDesignator)&&(e+=12));return d(new Date(0,0,0,e,c,0))}return null}function d(a){a.setFullYear(2001);a.setMonth(0);a.setDate(0);return a}a.fn.timePicker=function(d){var b=a.extend({},a.fn.timePicker.defaults,d);return this.each(function(){a.timePicker(this,b)})};a.timePicker=function(d,b){var c=a(d)[0];return c.timePicker||(c.timePicker=new jQuery._timePicker(c,b))};a._timePicker=function(f,b){var p=!1,m=!1,k="object"==typeof b.startTime?
32
+ d(b.startTime):c(b.startTime,b),h="object"==typeof b.endTime?d(b.endTime):c(b.endTime,b);a(f).attr("autocomplete","OFF");for(var i=[],q=new Date(k);q<=h;)i[i.length]=g(q,b),q=new Date(q.setMinutes(q.getMinutes()+b.step));for(var j=a("<div "+(b.tpDivId?'id="'+b.tpDivId+'" ':"")+'class="time-picker'+(b.show24Hours?"":" time-picker-12hours")+'"></div>'),o=a("<ul></ul>"),q=0;q<i.length;q++)o.append("<li>"+i[q]+"</li>");j.append(o);i=a(f).offset();j.appendTo("body").css({top:i.top-48+"px",left:i.left,
33
+ width:a(f).width()+5+"px"}).hide();j.mouseover(function(){p=!0}).mouseout(function(){p=!1});a("li",o).mouseover(function(){m||(a("li.selected",j).removeClass("selected"),a(this).addClass("selected"))}).mousedown(function(){p=!0}).click(function(){e(f,this,j,b);p=!1});var r=function(){if(j.is(":visible"))return!1;a("li",j).removeClass("selected");var e=a(f).offset();j.css({top:e.top+a(f).height()+10+"px",left:e.left,width:a(f).width()+5+"px"});j.show();var i=f.value?c(f.value,b):k,e=60*k.getHours()+
34
+ k.getMinutes(),i=60*i.getHours()+i.getMinutes()-e,i=Math.round(i/b.step),e=d(new Date(0,0,0,0,i*b.step+e,0)),e=k<e&&e<=h?e:k,e=a("li:contains("+g(e,b)+")",j);e.length&&(e.addClass("selected"),j[0].scrollTop=e[0].offsetTop);return!0};a(f).focus(r).click(r);a(f).blur(function(){p||j.hide()});i=a.browser.opera||a.browser.mozilla?"keypress":"keydown";a(f)[i](function(d){m=!0;var c=j[0].scrollTop;switch(d.keyCode){case 38:if(r())return!1;var d=a("li.selected",o),g=d.prev().addClass("selected")[0];g?(d.removeClass("selected"),
35
+ g.offsetTop<c&&(j[0].scrollTop=c-g.offsetHeight)):(d.removeClass("selected"),g=a("li:last",o).addClass("selected")[0],j[0].scrollTop=g.offsetTop-g.offsetHeight);return!1;case 40:if(r())return!1;d=a("li.selected",o);(g=d.next().addClass("selected")[0])?(d.removeClass("selected"),g.offsetTop+g.offsetHeight>c+j[0].offsetHeight&&(j[0].scrollTop=c+g.offsetHeight)):(d.removeClass("selected"),a("li:first",o).addClass("selected"),j[0].scrollTop=0);return!1;case 13:return j.is(":visible")&&(c=a("li.selected",
36
+ o)[0],e(f,c,j,b)),!1;case 27:return j.hide(),!1}return!0});a(f).keyup(function(){m=!1});this.getTime=function(){return c(f.value,b)};this.setTime=function(c){f.value=g(d(c),b);a(f).change()}};a.fn.timePicker.defaults={step:30,startTime:new Date(0,0,0,0,0,0),endTime:new Date(0,0,0,23,30,0),separator:":",show24Hours:!0,timeFormat:"hh:mm tt",amDesignator:"AM",pmDesignator:"PM"}})(jQuery);this.JSON||(this.JSON={});
37
+ (function(){function a(a){return a<10?"0"+a:a}function e(a){d.lastIndex=0;return d.test(a)?'"'+a.replace(d,function(a){var b=p[a];return typeof b==="string"?b:"\\u"+("0000"+a.charCodeAt(0).toString(16)).slice(-4)})+'"':'"'+a+'"'}function g(a,d){var c,p,j,o,r=f,n,l=d[a];l&&(typeof l==="object"&&typeof l.toJSON==="function")&&(l=l.toJSON(a));typeof m==="function"&&(l=m.call(d,a,l));switch(typeof l){case "string":return e(l);case "number":return isFinite(l)?""+l:"null";case "boolean":case "null":return""+l;
38
+ case "object":if(!l)return"null";f=f+b;n=[];if(Object.prototype.toString.apply(l)==="[object Array]"){o=l.length;for(c=0;c<o;c=c+1)n[c]=g(c,l)||"null";j=n.length===0?"[]":f?"[\n"+f+n.join(",\n"+f)+"\n"+r+"]":"["+n.join(",")+"]";f=r;return j}if(m&&typeof m==="object"){o=m.length;for(c=0;c<o;c=c+1){p=m[c];if(typeof p==="string")(j=g(p,l))&&n.push(e(p)+(f?": ":":")+j)}}else for(p in l)if(Object.hasOwnProperty.call(l,p))(j=g(p,l))&&n.push(e(p)+(f?": ":":")+j);j=n.length===0?"{}":f?"{\n"+f+n.join(",\n"+
39
+ f)+"\n"+r+"}":"{"+n.join(",")+"}";f=r;return j}}if(typeof Date.prototype.toJSON!=="function"){Date.prototype.toJSON=function(){return isFinite(this.valueOf())?this.getUTCFullYear()+"-"+a(this.getUTCMonth()+1)+"-"+a(this.getUTCDate())+"T"+a(this.getUTCHours())+":"+a(this.getUTCMinutes())+":"+a(this.getUTCSeconds())+"Z":null};String.prototype.toJSON=Number.prototype.toJSON=Boolean.prototype.toJSON=function(){return this.valueOf()}}var c=/[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,
40
+ d=/[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,f,b,p={"\u0008":"\\b","\t":"\\t","\n":"\\n","\u000c":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},m;if(typeof JSON.stringify!=="function")JSON.stringify=function(a,d,c){var e;b=f="";if(typeof c==="number")for(e=0;e<c;e=e+1)b=b+" ";else typeof c==="string"&&(b=c);if((m=d)&&typeof d!=="function"&&(typeof d!=="object"||typeof d.length!=="number"))throw Error("JSON.stringify");return g("",
41
+ {"":a})};if(typeof JSON.parseIt!=="function")JSON.parseIt=function(a,b){function d(a,c){var f,e,g=a[c];if(g&&typeof g==="object")for(f in g)if(Object.hasOwnProperty.call(g,f)){e=d(g,f);e!==void 0?g[f]=e:delete g[f]}return b.call(a,c,g)}var f;c.lastIndex=0;c.test(a)&&(a=a.replace(c,function(a){return"\\u"+("0000"+a.charCodeAt(0).toString(16)).slice(-4)}));if(/^[\],:{}\s]*$/.test(a.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,
42
+ "]").replace(/(?:^|:|,)(?:\s*\[)+/g,""))){f=eval("("+a+")");return typeof b==="function"?d({"":f},""):f}throw new SyntaxError("JSON.parseIt");}})();(function(a){function e(c,d){function f(b){var f=a(b);return d.globalNav?f:c.parent().find(b)}var b=this,e=a(this),m=!d.vertical,k=c.children(),h=0,i;g||(g=b);a.each(d,function(b,d){a.isFunction(d)&&e.bind(b,d)});1<k.length&&(k=a(d.items,c));c.data("finder",f);var q=f(d.prev),j=f(d.next),o=f(d.prevPage),r=f(d.nextPage);a.extend(b,{getIndex:function(){return h},getClickIndex:function(){var a=b.getItems();return a.index(a.filter("."+d.activeClass))},getConf:function(){return d},getSize:function(){return b.getItems().size()},
43
+ getPageAmount:function(){return Math.ceil(this.getSize()/d.size)},getPageIndex:function(){return Math.ceil(h/d.size)},getNaviButtons:function(){return q.add(j).add(o).add(r)},getRoot:function(){return c},getItemWrap:function(){return k},getItems:function(){return k.children(d.item)},getVisibleItems:function(){return b.getItems().slice(h,h+d.size)},seekTo:function(c,f,i){function l(){i&&i.call(b,c);e.trigger("onSeek",[c])}0>c&&(c=0);if(h===c)return b;a.isFunction(f)&&(i=f);if(c>b.getSize()-d.size)return d.loop?
44
+ b.begin():this.end();var n=b.getItems().eq(c);if(!n.length)return b;var s=a.Event("onBeforeSeek");e.trigger(s,c>h);if(s.isDefaultPrevented())return b;if(void 0===f||a.isFunction(f))f=d.speed;m?k.animate({left:-n.position().left},f,d.easing,l):k.animate({top:-n.position().top},f,d.easing,l);g=b;h=c;s=a.Event("onStart");e.trigger(s,[c]);if(s.isDefaultPrevented())return b;q.add(o).toggleClass(d.disabledClass,0===c);j.add(r).toggleClass(d.disabledClass,c>=b.getSize()-d.size);return b},move:function(a,
45
+ b,d){i=0<a;return this.seekTo(h+a,b,d)},next:function(a,b){return this.move(1,a,b)},prev:function(a,b){return this.move(-1,a,b)},movePage:function(a,b,c){i=0<a;var f=d.size*a,e=h%d.size;0<e&&(f+=0<a?-e:d.size-e);return this.move(f,b,c)},prevPage:function(a,b){return this.movePage(-1,a,b)},nextPage:function(a,b){return this.movePage(1,a,b)},setPage:function(a,b,c){return this.seekTo(a*d.size,b,c)},begin:function(a,b){i=!1;return this.seekTo(0,a,b)},end:function(a,c){i=!0;var f=this.getSize()-d.size;
46
+ return 0<f?this.seekTo(f,a,c):b},reload:function(){e.trigger("onReload");return b},focus:function(){return g=b},click:function(a){var c=b.getItems().eq(a),f=d.activeClass,e=d.size;if(0>a||a>=b.getSize())return b;if(1==e){if(d.loop)return b.next();if(0===a||a==b.getSize()-1)i=void 0===i?!0:!i;return!1===i?b.prev():b.next()}return 2==e?(a==h&&a--,b.getItems().removeClass(f),c.addClass(f),b.seekTo(a,time,fn)):!c.hasClass(f)&&(b.getItems().removeClass(f),c.addClass(f),c=a-Math.floor(e/2),c>b.getSize()-
47
+ e&&(c=b.getSize()-e),c!==a)?b.seekTo(c):b},bind:function(a,c){e.bind(a,c);return b},unbind:function(a){e.unbind(a);return b}});a.each(["onBeforeSeek","onStart","onSeek","onReload"],function(a,c){b[c]=function(a){return b.bind(c,a)}});q.addClass(d.disabledClass).click(function(){b.prev()});j.click(function(){b.next()});r.click(function(){b.nextPage()});b.getSize()<d.size&&j.add(r).addClass(d.disabledClass);o.addClass(d.disabledClass).click(function(){b.prevPage()});var n=d.hoverClass,l="keydown."+
48
+ Math.random().toString().substring(10);b.onReload(function(){n&&b.getItems().hover(function(){a(this).addClass(n)},function(){a(this).removeClass(n)});d.clickable&&b.getItems().each(function(c){a(this).unbind("click.scrollable").bind("click.scrollable",function(d){if(!a(d.target).is("a"))return b.click(c)})});d.keyboard?a(document).unbind(l).bind(l,function(a){if(!a.altKey&&!a.ctrlKey&&!("static"!=d.keyboard&&g!=b)){var c=d.keyboardSteps;return m&&(37==a.keyCode||39==a.keyCode)?(b.move(37==a.keyCode?
49
+ -c:c),a.preventDefault()):!m&&(38==a.keyCode||40==a.keyCode)?(b.move(38==a.keyCode?-c:c),a.preventDefault()):!0}}):a(document).unbind(l)});b.reload()}a.tools=a.tools||{};a.tools.scrollable={version:"1.1.2",conf:{size:5,vertical:!1,speed:400,keyboard:!0,keyboardSteps:null,disabledClass:"disabled",hoverClass:null,clickable:!0,activeClass:"active",easing:"swing",loop:!1,items:".items",item:null,prev:".prev",next:".next",prevPage:".prevPage",nextPage:".nextPage",api:!1}};var g;a.fn.scrollable=function(c){var d=
50
+ this.eq("number"==typeof c?c:0).data("scrollable");if(d)return d;var f=a.extend({},a.tools.scrollable.conf),c=a.extend(f,c);c.keyboardSteps=c.keyboardSteps||c.size;this.each(function(){d=new e(a(this),c);a(this).data("scrollable",d)});return c.api?d:this}})(jQuery);(function(a){function e(c){switch(c.type){case "mousemove":return a.extend(c.data,{clientX:c.clientX,clientY:c.clientY,pageX:c.pageX,pageY:c.pageY});case "DOMMouseScroll":a.extend(c,c.data);c.delta=-c.detail/3;break;case "mousewheel":c.delta=c.wheelDelta/120}var d=a(this).scrollable();c.preventDefault();d.move(0>c.delta?1:-1,50);return!1}a.fn.wheel=function(a){return this[a?"bind":"trigger"]("wheel",a)};a.event.special.wheel={setup:function(){this.addEventListener("DOMMouseScroll",e,!1);this.addEventListener("mousewheel",
51
+ e,!1)},teardown:function(){this.removeEventListener("DOMMouseScroll",e,!1);this.removeEventListener("mousewheel",e,!1)}};var g=a.tools.scrollable;g.plugins=g.plugins||{};g.plugins.mousewheel={version:"1.0.1",conf:{api:!1,speed:50}};a.fn.mousewheel=function(c){var d=a.extend({},g.plugins.mousewheel.conf),f;"number"==typeof c&&(c={speed:c});c=a.extend(d,c);this.each(function(){var b=a(this).scrollable();b&&(f=b);b.getRoot().wheel(function(a,d){b.move(0>d?1:-1,c.speed||50);return!1})});return c.api?
52
+ f:this}})(jQuery);/*
53
  : Licensed under The MIT License. See license.txt and http://www.datejs.com/license/.
54
  @website: http://www.datejs.com/
55
  */
56
+ (function(){var a=Date,e=a.prototype,g=[],c=function(a,c){c||(c=2);return("000"+a).slice(-1*c)};a.normalizeFormat=function(a){g=[];(new Date).$format(a);return g.join("")};a.strftime=function(a,c){return(new Date(1E3*c)).$format(a)};a.strtotime=function(c){c=a.parse(c);c.addMinutes(-1*c.getTimezoneOffset());return Math.round(a.UTC(c.getUTCFullYear(),c.getUTCMonth(),c.getUTCDate(),c.getUTCHours(),c.getUTCMinutes(),c.getUTCSeconds(),c.getUTCMilliseconds())/1E3)};e.$format=function(d){var f=this,b,e=
57
+ function(a){g.push(a);return f.toString(a)};return d?d.replace(/(%|\\)?.|%%/g,function(d){if("\\"===d.charAt(0)||"%%"===d.substring(0,2))return d.replace("\\","").replace("%%","%");switch(d){case "d":case "%d":return e("dd");case "D":case "%a":return e("ddd");case "j":case "%e":return e("d");case "l":case "%A":return e("dddd");case "N":case "%u":return f.getDay()+1;case "S":return e("S");case "w":case "%w":return f.getDay();case "z":return f.getOrdinalNumber();case "%j":return c(f.getOrdinalNumber(),
58
+ 3);case "%U":var d=f.clone().set({month:0,day:1}).addDays(-1).moveToDayOfWeek(0),k=f.clone().addDays(1).moveToDayOfWeek(0,-1);return k<d?"00":c((k.getOrdinalNumber()-d.getOrdinalNumber())/7+1);case "W":case "%V":return f.getISOWeek();case "%W":return c(f.getWeek());case "F":case "%B":return e("MMMM");case "m":case "%m":return e("MM");case "M":case "%b":case "%h":return e("MMM");case "n":return e("M");case "t":return a.getDaysInMonth(f.getFullYear(),f.getMonth());case "L":return a.isLeapYear(f.getFullYear())?
59
+ 1:0;case "o":case "%G":return f.setWeek(f.getISOWeek()).toString("yyyy");case "%g":return f.$format("%G").slice(-2);case "Y":case "%Y":return e("yyyy");case "y":case "%y":return e("yy");case "a":case "%p":return e("tt").toLowerCase();case "A":return e("tt").toUpperCase();case "g":case "%I":return e("h");case "G":return e("H");case "h":return e("hh");case "H":case "%H":return e("HH");case "i":case "%M":return e("mm");case "s":case "%S":return e("ss");case "u":return c(f.getMilliseconds(),3);case "I":return f.isDaylightSavingTime()?
60
+ 1:0;case "O":return f.getUTCOffset();case "P":return b=f.getUTCOffset(),b.substring(0,b.length-2)+":"+b.substring(b.length-2);case "e":case "T":case "%z":case "%Z":return f.getTimezone();case "Z":return-60*f.getTimezoneOffset();case "B":return d=new Date,Math.floor((3600*d.getHours()+60*d.getMinutes()+d.getSeconds()+60*(d.getTimezoneOffset()+60))/86.4);case "c":return f.toISOString().replace(/\"/g,"");case "U":return a.strtotime("now");case "%c":return e("d")+" "+e("t");case "%C":return Math.floor(f.getFullYear()/
61
+ 100+1);case "%D":return e("MM/dd/yy");case "%n":return"\\n";case "%t":return"\\t";case "%r":return e("hh:mm tt");case "%R":return e("H:mm");case "%T":return e("H:mm:ss");case "%x":return e("d");case "%X":return e("t");default:return g.push(d),d}}):this._toString()};e.format||(e.format=e.$format)})();
lib/languages/{date-es.js → date-es-ES.js} RENAMED
File without changes
lib/tools.scrollable.mousewheel-1.0.1.js CHANGED
@@ -27,18 +27,16 @@
27
  // special event config
28
  jQuery.event.special.wheel = {
29
  setup: function(){
30
- jQuery.event.add( this, wheelEvents, wheelHandler, {} );
 
31
  },
32
  teardown: function(){
33
- jQuery.event.remove( this, wheelEvents, wheelHandler );
 
34
  }
35
  };
36
 
37
- // events to bind ( browser sniffed... )
38
- var wheelEvents = !jQuery.browser.mozilla ? "mousewheel" : // IE, opera, safari
39
- "DOMMouseScroll"+( jQuery.browser.version<"1.9" ? " mousemove" : "" ); // firefox
40
-
41
- // shared event handler
42
  function wheelHandler( event ) {
43
 
44
  switch ( event.type ){
@@ -51,8 +49,8 @@
51
  });
52
 
53
  // firefox
54
- case "DOMMouseScroll":
55
- jQuery.extend( event, event.data ); // fix event properties in FF2
56
  event.delta = -event.detail / 3; // normalize delta
57
  break;
58
 
@@ -61,9 +59,11 @@
61
  event.delta = event.wheelDelta / 120;
62
  break;
63
  }
64
-
65
- event.type = "wheel"; // hijack the event
66
- return jQuery.event.handle.call( this, event, event.delta );
 
 
67
  }
68
 
69
 
@@ -91,7 +91,7 @@
91
  if (api) { ret = api; }
92
 
93
  api.getRoot().wheel(function(e, delta) {
94
- api.move(delta < 0 ? 1 : -1, conf.speed || 50);
95
  return false;
96
  });
97
  });
27
  // special event config
28
  jQuery.event.special.wheel = {
29
  setup: function(){
30
+ this.addEventListener('DOMMouseScroll', wheelHandler, false);
31
+ this.addEventListener('mousewheel', wheelHandler, false);
32
  },
33
  teardown: function(){
34
+ this.removeEventListener('DOMMouseScroll', wheelHandler, false);
35
+ this.removeEventListener('mousewheel', wheelHandler, false);
36
  }
37
  };
38
 
39
+ // shared event handler
 
 
 
 
40
  function wheelHandler( event ) {
41
 
42
  switch ( event.type ){
49
  });
50
 
51
  // firefox
52
+ case "DOMMouseScroll":
53
+ jQuery.extend( event, event.data ); // fix event properties in FF2
54
  event.delta = -event.detail / 3; // normalize delta
55
  break;
56
 
59
  event.delta = event.wheelDelta / 120;
60
  break;
61
  }
62
+
63
+ var api = jQuery(this).scrollable();
64
+ event.preventDefault();
65
+ api.move(event.delta < 0 ? 1 : -1, 50);
66
+ return false;
67
  }
68
 
69
 
91
  if (api) { ret = api; }
92
 
93
  api.getRoot().wheel(function(e, delta) {
94
+ api.move(delta < 0 ? 1 : -1, conf.speed || 50);
95
  return false;
96
  });
97
  });
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: cvernon, justinstresslimit, jkudish, MaryVogt, zgrossbart
3
  Tags: posts, post, calendar, AJAX, admin, administration
4
  Requires at least: 2.8.5
5
- Tested up to: 3.5.1
6
- Stable tag: 2.7
7
 
8
  The Editorial Calendar makes it possible to see all your posts and drag and drop them to manage your blog.
9
 
@@ -173,6 +173,10 @@ Moving published posts can cause problems with some RSS feeds and is generally n
173
 
174
  == Changelog ==
175
 
 
 
 
 
176
  = 2.7 =
177
 
178
  The calendar is now available in Italian thanks to Lorenzo Boldorini who blogs at http://www.webqbe.it.
2
  Contributors: cvernon, justinstresslimit, jkudish, MaryVogt, zgrossbart
3
  Tags: posts, post, calendar, AJAX, admin, administration
4
  Requires at least: 2.8.5
5
+ Tested up to: 3.6
6
+ Stable tag: 2.8
7
 
8
  The Editorial Calendar makes it possible to see all your posts and drag and drop them to manage your blog.
9
 
173
 
174
  == Changelog ==
175
 
176
+ = 2.8 =
177
+
178
+ Version 2.8 is all about testing. This version makes sure everything works great with WordPress 3.6 and jQuery 2.0. It also has a couple of small bug fixes.
179
+
180
  = 2.7 =
181
 
182
  The calendar is now available in Italian thanks to Lorenzo Boldorini who blogs at http://www.webqbe.it.