Contact Bank: WordPress Form Builder for Contact Forms - Version 1.1

Version Description

  • Introduction of Dynamic Form Creation
  • Email Confirmations
  • Records of forms filled shown
Download this release

Release Info

Developer contact-banker
Plugin Icon 128x128 Contact Bank: WordPress Form Builder for Contact Forms
Version 1.1
Comparing to
See all releases

Code changes from version 1.0 to 1.1

Files changed (79) hide show
  1. assets/css/font-awesome.css +469 -0
  2. assets/css/jquery-ui.css +563 -0
  3. assets/css/stylesheet.css +3060 -0
  4. assets/css/system-message.css +63 -0
  5. assets/font/FontAwesome.otf +0 -0
  6. assets/font/fontawesome-webfont.eot +0 -0
  7. assets/font/fontawesome-webfont.ttf +0 -0
  8. assets/font/fontawesome-webfont.woff +0 -0
  9. assets/images/backgrounds/Thumbs.db +0 -0
  10. assets/images/backgrounds/bg3.jpg +0 -0
  11. assets/images/backgrounds/bg4.jpg +0 -0
  12. assets/images/backgrounds/bg5.jpg +0 -0
  13. assets/images/backgrounds/bg6.png +0 -0
  14. assets/images/backgrounds/refresh.png +0 -0
  15. assets/images/border.png +0 -0
  16. assets/images/border1.png +0 -0
  17. assets/images/border2.png +0 -0
  18. assets/images/controls.png +0 -0
  19. assets/images/delete-bg-hover.png +0 -0
  20. assets/images/delete-bg.png +0 -0
  21. assets/images/fancybox_close.png +0 -0
  22. assets/images/handle.png +0 -0
  23. assets/images/help-hover.png +0 -0
  24. assets/images/icon.png +0 -0
  25. assets/images/info-icon.png +0 -0
  26. assets/images/no.png +0 -0
  27. assets/js/colorpicker/images/color.png +0 -0
  28. assets/js/colorpicker/images/grid.gif +0 -0
  29. assets/js/colorpicker/images/meta100.png +0 -0
  30. assets/js/colorpicker/images/picker.png +0 -0
  31. assets/js/colorpicker/jquery.Tooltip.js +287 -0
  32. assets/js/colorpicker/js/mColorPicker_small.js +609 -0
  33. assets/js/jquery.Tooltip.js +287 -0
  34. assets/js/jquery.dataTables.min.js +3960 -0
  35. assets/js/jquery.validate.min.js +51 -0
  36. contact-bank-logo.png +0 -0
  37. contact-bank.php +538 -320
  38. contact_bank_uninstall.php +19 -0
  39. create-tables.php +74 -0
  40. delete-bg-hover.png +0 -0
  41. footer.png +0 -0
  42. icon.png +0 -0
  43. includes/cb_checkbox.php +448 -0
  44. includes/cb_date.php +651 -0
  45. includes/cb_dropdown.php +406 -0
  46. includes/cb_email.php +350 -0
  47. includes/cb_file_upload.php +348 -0
  48. includes/cb_hidden.php +111 -0
  49. includes/cb_multiple.php +445 -0
  50. includes/cb_password.php +346 -0
  51. includes/cb_text.php +329 -0
  52. includes/cb_textarea.php +337 -0
  53. includes/cb_time.php +624 -0
  54. languages/contact_bank-ar_AR.mo +0 -0
  55. languages/contact_bank-ar_AR.po +1046 -0
  56. languages/contact_bank-bg_BG.mo +0 -0
  57. languages/contact_bank-bg_BG.po +1034 -0
  58. languages/contact_bank-cs_CZ.mo +0 -0
  59. languages/contact_bank-cs_CZ.po +1031 -0
  60. languages/contact_bank-da_DK.mo +0 -0
  61. languages/contact_bank-da_DK.po +1031 -0
  62. languages/contact_bank-de_DE.mo +0 -0
  63. languages/contact_bank-de_DE.po +1031 -0
  64. languages/contact_bank-en_US.mo +0 -0
  65. languages/contact_bank-en_US.po +1031 -0
  66. languages/contact_bank-es_ES.mo +0 -0
  67. languages/contact_bank-es_ES.po +1044 -0
  68. languages/contact_bank-fi_FI.mo +0 -0
  69. languages/contact_bank-fi_FI.po +1036 -0
  70. languages/contact_bank-fr_FR.mo +0 -0
  71. languages/contact_bank-fr_FR.po +1037 -0
  72. languages/contact_bank-he_IL.mo +0 -0
  73. languages/contact_bank-he_IL.po +1034 -0
  74. languages/contact_bank-hu_HU.mo +0 -0
  75. languages/contact_bank-hu_HU.po +1031 -0
  76. languages/contact_bank-id_ID.mo +0 -0
  77. languages/contact_bank-id_ID.po +1034 -0
  78. languages/contact_bank-it_IT.mo +0 -0
  79. languages/contact_bank-it_IT.po +977 -0
assets/css/font-awesome.css ADDED
@@ -0,0 +1,469 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* Font Awesome 3.0
2
+ the iconic font designed for use with Twitter Bootstrap
3
+ -------------------------------------------------------
4
+ The full suite of pictographic icons, examples, and documentation
5
+ can be found at: http://fortawesome.github.com/Font-Awesome/
6
+
7
+ License
8
+ -------------------------------------------------------
9
+ • The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
10
+ • Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
11
+ http://opensource.org/licenses/mit-license.html
12
+ • The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
13
+ • Attribution is no longer required in Font Awesome 3.0, but much appreciated:
14
+ "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"
15
+
16
+ Contact
17
+ -------------------------------------------------------
18
+ Email: dave@davegandy.com
19
+ Twitter: http://twitter.com/fortaweso_me
20
+ Work: Lead Product Designer @ http://kyruus.com
21
+
22
+ */
23
+ @font-face {
24
+ font-family: 'FontAwesome';
25
+ src: url('../font/fontawesome-webfont.eot');
26
+ src: url('../font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
27
+ url('../font/fontawesome-webfont.woff') format('woff'),
28
+ url('../font/fontawesome-webfont.ttf') format('truetype');
29
+ font-weight: normal;
30
+ font-style: normal;
31
+ }
32
+ /* Font Awesome styles
33
+ ------------------------------------------------------- */
34
+ /* includes sprites.less reset */
35
+ [class^="icon-"],
36
+ [class*=" icon-"] {
37
+ font-family: FontAwesome;
38
+ font-weight: normal;
39
+ font-style: normal;
40
+ text-decoration: inherit;
41
+ display: inline;
42
+ width: auto;
43
+ height: auto;
44
+ line-height: normal;
45
+ vertical-align: baseline;
46
+ background-image: none !important;
47
+ background-position: 0% 0%;
48
+ background-repeat: repeat;
49
+ }
50
+ [class^="icon-"]:before,
51
+ [class*=" icon-"]:before {
52
+ text-decoration: inherit;
53
+ display: inline-block;
54
+ speak: none;
55
+ }
56
+ /* makes sure icons active on rollover in links */
57
+ a [class^="icon-"],
58
+ a [class*=" icon-"] {
59
+ display: inline-block;
60
+ }
61
+ /* makes the font 33% larger relative to the icon container */
62
+ .icon-large:before {
63
+ vertical-align: -10%;
64
+ font-size: 1.3333333333333333em;
65
+ }
66
+ .btn [class^="icon-"],
67
+ .nav [class^="icon-"],
68
+ .btn [class*=" icon-"],
69
+ .nav [class*=" icon-"] {
70
+ display: inline;
71
+ /* keeps button heights with and without icons the same */
72
+
73
+ line-height: .6em;
74
+ }
75
+ .btn [class^="icon-"].icon-spin,
76
+ .nav [class^="icon-"].icon-spin,
77
+ .btn [class*=" icon-"].icon-spin,
78
+ .nav [class*=" icon-"].icon-spin {
79
+ display: inline-block;
80
+ }
81
+ li [class^="icon-"],
82
+ li [class*=" icon-"] {
83
+ display: inline-block;
84
+ width: 1.25em;
85
+ text-align: center;
86
+ }
87
+ li [class^="icon-"].icon-large,
88
+ li [class*=" icon-"].icon-large {
89
+ /* increased font size for icon-large */
90
+
91
+ width: 1.5625em;
92
+ }
93
+ ul.icons {
94
+ list-style-type: none;
95
+ text-indent: -0.75em;
96
+ }
97
+ ul.icons li [class^="icon-"],
98
+ ul.icons li [class*=" icon-"] {
99
+ width: .75em;
100
+ }
101
+ .icon-muted {
102
+ color: #eeeeee;
103
+ }
104
+ .icon-border {
105
+ border: solid 1px #eeeeee;
106
+ padding: .2em .25em .15em;
107
+ -webkit-border-radius: 3px;
108
+ -moz-border-radius: 3px;
109
+ border-radius: 3px;
110
+ }
111
+ .icon-2x {
112
+ font-size: 2em;
113
+ }
114
+ .icon-2x.icon-border {
115
+ border-width: 2px;
116
+ -webkit-border-radius: 4px;
117
+ -moz-border-radius: 4px;
118
+ border-radius: 4px;
119
+ }
120
+ .icon-3x {
121
+ font-size: 3em;
122
+ }
123
+ .icon-3x.icon-border {
124
+ border-width: 3px;
125
+ -webkit-border-radius: 5px;
126
+ -moz-border-radius: 5px;
127
+ border-radius: 5px;
128
+ }
129
+ .icon-4x {
130
+ font-size: 4em;
131
+ }
132
+ .icon-4x.icon-border {
133
+ border-width: 4px;
134
+ -webkit-border-radius: 6px;
135
+ -moz-border-radius: 6px;
136
+ border-radius: 6px;
137
+ }
138
+ .pull-right {
139
+ float: right;
140
+ }
141
+ .pull-left {
142
+ float: left;
143
+ }
144
+ [class^="icon-"].pull-left,
145
+ [class*=" icon-"].pull-left {
146
+ margin-right: .35em;
147
+ }
148
+ [class^="icon-"].pull-right,
149
+ [class*=" icon-"].pull-right {
150
+ margin-left: .35em;
151
+ }
152
+ .btn [class^="icon-"].pull-left.icon-2x,
153
+ .btn [class*=" icon-"].pull-left.icon-2x,
154
+ .btn [class^="icon-"].pull-right.icon-2x,
155
+ .btn [class*=" icon-"].pull-right.icon-2x {
156
+ margin-top: .35em;
157
+ }
158
+ .btn [class^="icon-"].icon-spin.icon-large,
159
+ .btn [class*=" icon-"].icon-spin.icon-large {
160
+ height: .75em;
161
+ }
162
+ .btn.btn-small [class^="icon-"].pull-left.icon-2x,
163
+ .btn.btn-small [class*=" icon-"].pull-left.icon-2x,
164
+ .btn.btn-small [class^="icon-"].pull-right.icon-2x,
165
+ .btn.btn-small [class*=" icon-"].pull-right.icon-2x {
166
+ margin-top: .45em;
167
+ }
168
+ .btn.btn-large [class^="icon-"].pull-left.icon-2x,
169
+ .btn.btn-large [class*=" icon-"].pull-left.icon-2x,
170
+ .btn.btn-large [class^="icon-"].pull-right.icon-2x,
171
+ .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
172
+ margin-top: .2em;
173
+ }
174
+ .icon-spin {
175
+ display: inline-block;
176
+ -moz-animation: spin 2s infinite linear;
177
+ -o-animation: spin 2s infinite linear;
178
+ -webkit-animation: spin 2s infinite linear;
179
+ animation: spin 2s infinite linear;
180
+ }
181
+ @-moz-keyframes spin {
182
+ 0% { -moz-transform: rotate(0deg); }
183
+ 100% { -moz-transform: rotate(359deg); }
184
+ }
185
+ @-webkit-keyframes spin {
186
+ 0% { -webkit-transform: rotate(0deg); }
187
+ 100% { -webkit-transform: rotate(359deg); }
188
+ }
189
+ @-o-keyframes spin {
190
+ 0% { -o-transform: rotate(0deg); }
191
+ 100% { -o-transform: rotate(359deg); }
192
+ }
193
+ @-ms-keyframes spin {
194
+ 0% { -ms-transform: rotate(0deg); }
195
+ 100% { -ms-transform: rotate(359deg); }
196
+ }
197
+ @keyframes spin {
198
+ 0% { transform: rotate(0deg); }
199
+ 100% { transform: rotate(359deg); }
200
+ }
201
+ /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
202
+ readers do not read off random characters that represent icons */
203
+ .icon-glass:before { content: "\f000"; }
204
+ .icon-music:before { content: "\f001"; }
205
+ .icon-search:before { content: "\f002"; }
206
+ .icon-envelope:before { content: "\f003"; }
207
+ .icon-heart:before { content: "\f004"; }
208
+ .icon-star:before { content: "\f005"; }
209
+ .icon-star-empty:before { content: "\f006"; }
210
+ .icon-user:before { content: "\f007"; }
211
+ .icon-film:before { content: "\f008"; }
212
+ .icon-th-large:before { content: "\f009"; }
213
+ .icon-th:before { content: "\f00a"; }
214
+ .icon-th-list:before { content: "\f00b"; }
215
+ .icon-ok:before { content: "\f00c"; }
216
+ .icon-remove:before { content: "\f00d"; }
217
+ .icon-zoom-in:before { content: "\f00e"; }
218
+
219
+ .icon-zoom-out:before { content: "\f010"; }
220
+ .icon-off:before { content: "\f011"; }
221
+ .icon-signal:before { content: "\f012"; }
222
+ .icon-cog:before { content: "\f013"; }
223
+ .icon-trash:before { content: "\f014"; }
224
+ .icon-home:before { content: "\f015"; }
225
+ .icon-file:before { content: "\f016"; }
226
+ .icon-time:before { content: "\f017"; }
227
+ .icon-road:before { content: "\f018"; }
228
+ .icon-download-alt:before { content: "\f019"; }
229
+ .icon-download:before { content: "\f01a"; }
230
+ .icon-upload:before { content: "\f01b"; }
231
+ .icon-inbox:before { content: "\f01c"; }
232
+ .icon-play-circle:before { content: "\f01d"; }
233
+ .icon-repeat:before { content: "\f01e"; }
234
+
235
+ /* \f020 doesn't work in Safari. all shifted one down */
236
+ .icon-refresh:before { content: "\f021"; }
237
+ .icon-list-alt:before { content: "\f022"; }
238
+ .icon-lock:before { content: "\f023"; }
239
+ .icon-flag:before { content: "\f024"; }
240
+ .icon-headphones:before { content: "\f025"; }
241
+ .icon-volume-off:before { content: "\f026"; }
242
+ .icon-volume-down:before { content: "\f027"; }
243
+ .icon-volume-up:before { content: "\f028"; }
244
+ .icon-qrcode:before { content: "\f029"; }
245
+ .icon-barcode:before { content: "\f02a"; }
246
+ .icon-tag:before { content: "\f02b"; }
247
+ .icon-tags:before { content: "\f02c"; }
248
+ .icon-book:before { content: "\f02d"; }
249
+ .icon-bookmark:before { content: "\f02e"; }
250
+ .icon-print:before { content: "\f02f"; }
251
+
252
+ .icon-camera:before { content: "\f030"; }
253
+ .icon-font:before { content: "\f031"; }
254
+ .icon-bold:before { content: "\f032"; }
255
+ .icon-italic:before { content: "\f033"; }
256
+ .icon-text-height:before { content: "\f034"; }
257
+ .icon-text-width:before { content: "\f035"; }
258
+ .icon-align-left:before { content: "\f036"; }
259
+ .icon-align-center:before { content: "\f037"; }
260
+ .icon-align-right:before { content: "\f038"; }
261
+ .icon-align-justify:before { content: "\f039"; }
262
+ .icon-list:before { content: "\f03a"; }
263
+ .icon-indent-left:before { content: "\f03b"; }
264
+ .icon-indent-right:before { content: "\f03c"; }
265
+ .icon-facetime-video:before { content: "\f03d"; }
266
+ .icon-picture:before { content: "\f03e"; }
267
+
268
+ .icon-pencil:before { content: "\f040"; }
269
+ .icon-map-marker:before { content: "\f041"; }
270
+ .icon-adjust:before { content: "\f042"; }
271
+ .icon-tint:before { content: "\f043"; }
272
+ .icon-edit:before { content: "\f044"; }
273
+ .icon-share:before { content: "\f045"; }
274
+ .icon-check:before { content: "\f046"; }
275
+ .icon-move:before { content: "\f047"; }
276
+ .icon-step-backward:before { content: "\f048"; }
277
+ .icon-fast-backward:before { content: "\f049"; }
278
+ .icon-backward:before { content: "\f04a"; }
279
+ .icon-play:before { content: "\f04b"; }
280
+ .icon-pause:before { content: "\f04c"; }
281
+ .icon-stop:before { content: "\f04d"; }
282
+ .icon-forward:before { content: "\f04e"; }
283
+
284
+ .icon-fast-forward:before { content: "\f050"; }
285
+ .icon-step-forward:before { content: "\f051"; }
286
+ .icon-eject:before { content: "\f052"; }
287
+ .icon-chevron-left:before { content: "\f053"; }
288
+ .icon-chevron-right:before { content: "\f054"; }
289
+ .icon-plus-sign:before { content: "\f055"; }
290
+ .icon-minus-sign:before { content: "\f056"; }
291
+ .icon-remove-sign:before { content: "\f057"; }
292
+ .icon-ok-sign:before { content: "\f058"; }
293
+ .icon-question-sign:before { content: "\f059"; }
294
+ .icon-info-sign:before { content: "\f05a"; }
295
+ .icon-screenshot:before { content: "\f05b"; }
296
+ .icon-remove-circle:before { content: "\f05c"; }
297
+ .icon-ok-circle:before { content: "\f05d"; }
298
+ .icon-ban-circle:before { content: "\f05e"; }
299
+
300
+ .icon-arrow-left:before { content: "\f060"; }
301
+ .icon-arrow-right:before { content: "\f061"; }
302
+ .icon-arrow-up:before { content: "\f062"; }
303
+ .icon-arrow-down:before { content: "\f063"; }
304
+ .icon-share-alt:before { content: "\f064"; }
305
+ .icon-resize-full:before { content: "\f065"; }
306
+ .icon-resize-small:before { content: "\f066"; }
307
+ .icon-plus:before { content: "\f067"; }
308
+ .icon-minus:before { content: "\f068"; }
309
+ .icon-asterisk:before { content: "\f069"; }
310
+ .icon-exclamation-sign:before { content: "\f06a"; }
311
+ .icon-gift:before { content: "\f06b"; }
312
+ .icon-leaf:before { content: "\f06c"; }
313
+ .icon-fire:before { content: "\f06d"; }
314
+ .icon-eye-open:before { content: "\f06e"; }
315
+
316
+ .icon-eye-close:before { content: "\f070"; }
317
+ .icon-warning-sign:before { content: "\f071"; }
318
+ .icon-plane:before { content: "\f072"; }
319
+ .icon-calendar:before { content: "\f073"; }
320
+ .icon-random:before { content: "\f074"; }
321
+ .icon-comment:before { content: "\f075"; }
322
+ .icon-magnet:before { content: "\f076"; }
323
+ .icon-chevron-up:before { content: "\f077"; }
324
+ .icon-chevron-down:before { content: "\f078"; }
325
+ .icon-retweet:before { content: "\f079"; }
326
+ .icon-shopping-cart:before { content: "\f07a"; }
327
+ .icon-folder-close:before { content: "\f07b"; }
328
+ .icon-folder-open:before { content: "\f07c"; }
329
+ .icon-resize-vertical:before { content: "\f07d"; }
330
+ .icon-resize-horizontal:before { content: "\f07e"; }
331
+
332
+ .icon-bar-chart:before { content: "\f080"; }
333
+ .icon-twitter-sign:before { content: "\f081"; }
334
+ .icon-facebook-sign:before { content: "\f082"; }
335
+ .icon-camera-retro:before { content: "\f083"; }
336
+ .icon-key:before { content: "\f084"; }
337
+ .icon-cogs:before { content: "\f085"; }
338
+ .icon-comments:before { content: "\f086"; }
339
+ .icon-thumbs-up:before { content: "\f087"; }
340
+ .icon-thumbs-down:before { content: "\f088"; }
341
+ .icon-star-half:before { content: "\f089"; }
342
+ .icon-heart-empty:before { content: "\f08a"; }
343
+ .icon-signout:before { content: "\f08b"; }
344
+ .icon-linkedin-sign:before { content: "\f08c"; }
345
+ .icon-pushpin:before { content: "\f08d"; }
346
+ .icon-external-link:before { content: "\f08e"; }
347
+
348
+ .icon-signin:before { content: "\f090"; }
349
+ .icon-trophy:before { content: "\f091"; }
350
+ .icon-github-sign:before { content: "\f092"; }
351
+ .icon-upload-alt:before { content: "\f093"; }
352
+ .icon-lemon:before { content: "\f094"; }
353
+ .icon-phone:before { content: "\f095"; }
354
+ .icon-check-empty:before { content: "\f096"; }
355
+ .icon-bookmark-empty:before { content: "\f097"; }
356
+ .icon-phone-sign:before { content: "\f098"; }
357
+ .icon-twitter:before { content: "\f099"; }
358
+ .icon-facebook:before { content: "\f09a"; }
359
+ .icon-github:before { content: "\f09b"; }
360
+ .icon-unlock:before { content: "\f09c"; }
361
+ .icon-credit-card:before { content: "\f09d"; }
362
+ .icon-rss:before { content: "\f09e"; }
363
+
364
+ .icon-hdd:before { content: "\f0a0"; }
365
+ .icon-bullhorn:before { content: "\f0a1"; }
366
+ .icon-bell:before { content: "\f0a2"; }
367
+ .icon-certificate:before { content: "\f0a3"; }
368
+ .icon-hand-right:before { content: "\f0a4"; }
369
+ .icon-hand-left:before { content: "\f0a5"; }
370
+ .icon-hand-up:before { content: "\f0a6"; }
371
+ .icon-hand-down:before { content: "\f0a7"; }
372
+ .icon-circle-arrow-left:before { content: "\f0a8"; }
373
+ .icon-circle-arrow-right:before { content: "\f0a9"; }
374
+ .icon-circle-arrow-up:before { content: "\f0aa"; }
375
+ .icon-circle-arrow-down:before { content: "\f0ab"; }
376
+ .icon-globe:before { content: "\f0ac"; }
377
+ .icon-wrench:before { content: "\f0ad"; }
378
+ .icon-tasks:before { content: "\f0ae"; }
379
+
380
+ .icon-filter:before { content: "\f0b0"; }
381
+ .icon-briefcase:before { content: "\f0b1"; }
382
+ .icon-fullscreen:before { content: "\f0b2"; }
383
+
384
+ .icon-group:before { content: "\f0c0"; }
385
+ .icon-link:before { content: "\f0c1"; }
386
+ .icon-cloud:before { content: "\f0c2"; }
387
+ .icon-beaker:before { content: "\f0c3"; }
388
+ .icon-cut:before { content: "\f0c4"; }
389
+ .icon-copy:before { content: "\f0c5"; }
390
+ .icon-paper-clip:before { content: "\f0c6"; }
391
+ .icon-save:before { content: "\f0c7"; }
392
+ .icon-sign-blank:before { content: "\f0c8"; }
393
+ .icon-reorder:before { content: "\f0c9"; }
394
+ .icon-list-ul:before { content: "\f0ca"; }
395
+ .icon-list-ol:before { content: "\f0cb"; }
396
+ .icon-strikethrough:before { content: "\f0cc"; }
397
+ .icon-underline:before { content: "\f0cd"; }
398
+ .icon-table:before { content: "\f0ce"; }
399
+
400
+ .icon-magic:before { content: "\f0d0"; }
401
+ .icon-truck:before { content: "\f0d1"; }
402
+ .icon-pinterest:before { content: "\f0d2"; }
403
+ .icon-pinterest-sign:before { content: "\f0d3"; }
404
+ .icon-google-plus-sign:before { content: "\f0d4"; }
405
+ .icon-google-plus:before { content: "\f0d5"; }
406
+ .icon-money:before { content: "\f0d6"; }
407
+ .icon-caret-down:before { content: "\f0d7"; }
408
+ .icon-caret-up:before { content: "\f0d8"; }
409
+ .icon-caret-left:before { content: "\f0d9"; }
410
+ .icon-caret-right:before { content: "\f0da"; }
411
+ .icon-columns:before { content: "\f0db"; }
412
+ .icon-sort:before { content: "\f0dc"; }
413
+ .icon-sort-down:before { content: "\f0dd"; }
414
+ .icon-sort-up:before { content: "\f0de"; }
415
+
416
+ .icon-envelope-alt:before { content: "\f0e0"; }
417
+ .icon-linkedin:before { content: "\f0e1"; }
418
+ .icon-undo:before { content: "\f0e2"; }
419
+ .icon-legal:before { content: "\f0e3"; }
420
+ .icon-dashboard:before { content: "\f0e4"; }
421
+ .icon-comment-alt:before { content: "\f0e5"; }
422
+ .icon-comments-alt:before { content: "\f0e6"; }
423
+ .icon-bolt:before { content: "\f0e7"; }
424
+ .icon-sitemap:before { content: "\f0e8"; }
425
+ .icon-umbrella:before { content: "\f0e9"; }
426
+ .icon-paste:before { content: "\f0ea"; }
427
+ .icon-lightbulb:before { content: "\f0eb"; }
428
+ .icon-exchange:before { content: "\f0ec"; }
429
+ .icon-cloud-download:before { content: "\f0ed"; }
430
+ .icon-cloud-upload:before { content: "\f0ee"; }
431
+
432
+ .icon-user-md:before { content: "\f0f0"; }
433
+ .icon-stethoscope:before { content: "\f0f1"; }
434
+ .icon-suitcase:before { content: "\f0f2"; }
435
+ .icon-bell-alt:before { content: "\f0f3"; }
436
+ .icon-coffee:before { content: "\f0f4"; }
437
+ .icon-food:before { content: "\f0f5"; }
438
+ .icon-file-alt:before { content: "\f0f6"; }
439
+ .icon-building:before { content: "\f0f7"; }
440
+ .icon-hospital:before { content: "\f0f8"; }
441
+ .icon-ambulance:before { content: "\f0f9"; }
442
+ .icon-medkit:before { content: "\f0fa"; }
443
+ .icon-fighter-jet:before { content: "\f0fb"; }
444
+ .icon-beer:before { content: "\f0fc"; }
445
+ .icon-h-sign:before { content: "\f0fd"; }
446
+ .icon-plus-sign-alt:before { content: "\f0fe"; }
447
+
448
+ .icon-double-angle-left:before { content: "\f100"; }
449
+ .icon-double-angle-right:before { content: "\f101"; }
450
+ .icon-double-angle-up:before { content: "\f102"; }
451
+ .icon-double-angle-down:before { content: "\f103"; }
452
+ .icon-angle-left:before { content: "\f104"; }
453
+ .icon-angle-right:before { content: "\f105"; }
454
+ .icon-angle-up:before { content: "\f106"; }
455
+ .icon-angle-down:before { content: "\f107"; }
456
+ .icon-desktop:before { content: "\f108"; }
457
+ .icon-laptop:before { content: "\f109"; }
458
+ .icon-tablet:before { content: "\f10a"; }
459
+ .icon-mobile-phone:before { content: "\f10b"; }
460
+ .icon-circle-blank:before { content: "\f10c"; }
461
+ .icon-quote-left:before { content: "\f10d"; }
462
+ .icon-quote-right:before { content: "\f10e"; }
463
+
464
+ .icon-spinner:before { content: "\f110"; }
465
+ .icon-circle:before { content: "\f111"; }
466
+ .icon-reply:before { content: "\f112"; }
467
+ .icon-github-alt:before { content: "\f113"; }
468
+ .icon-folder-close-alt:before { content: "\f114"; }
469
+ .icon-folder-open-alt:before { content: "\f115"; }
assets/css/jquery-ui.css ADDED
@@ -0,0 +1,563 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * jQuery UI CSS Framework 1.8.23
3
+ *
4
+ * Copyright 2012, 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
+ */
10
+
11
+ /* Layout helpers
12
+ ----------------------------------*/
13
+ .ui-helper-hidden { display: none; }
14
+ .ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
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; }
16
+ .ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
17
+ .ui-helper-clearfix:after { clear: both; }
18
+ .ui-helper-clearfix { zoom: 1; }
19
+ .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
20
+
21
+
22
+ /* Interaction Cues
23
+ ----------------------------------*/
24
+ .ui-state-disabled { cursor: default !important; }
25
+
26
+
27
+ /* Icons
28
+ ----------------------------------*/
29
+
30
+ /* states and images */
31
+ .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
32
+
33
+
34
+ /* Misc visuals
35
+ ----------------------------------*/
36
+
37
+ /* Overlays */
38
+ .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
39
+
40
+
41
+ /*!
42
+ * jQuery UI CSS Framework 1.8.23
43
+ *
44
+ * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
45
+ * Dual licensed under the MIT or GPL Version 2 licenses.
46
+ * http://jquery.org/license
47
+ *
48
+ * http://docs.jquery.com/UI/Theming/API
49
+ *
50
+ * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=segoe%20ui,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=ece8da&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=100&borderColorHeader=d4ccb0&fcHeader=433f38&iconColorHeader=847e71&bgColorContent=f5f3e5&bgTextureContent=04_highlight_hard.png&bgImgOpacityContent=100&borderColorContent=dfd9c3&fcContent=312e25&iconColorContent=808080&bgColorDefault=459e00&bgTextureDefault=04_highlight_hard.png&bgImgOpacityDefault=15&borderColorDefault=327E04&fcDefault=ffffff&iconColorDefault=eeeeee&bgColorHover=67b021&bgTextureHover=03_highlight_soft.png&bgImgOpacityHover=25&borderColorHover=327E04&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=fafaf4&bgTextureActive=04_highlight_hard.png&bgImgOpacityActive=100&borderColorActive=d4ccb0&fcActive=459e00&iconColorActive=8DC262&bgColorHighlight=fcf0ba&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=e8e1b5&fcHighlight=363636&iconColorHighlight=8DC262&bgColorError=ffedad&bgTextureError=03_highlight_soft.png&bgImgOpacityError=95&borderColorError=e3a345&fcError=cd5c0a&iconColorError=cd0a0a&bgColorOverlay=2b2922&bgTextureOverlay=05_inset_soft.png&bgImgOpacityOverlay=15&opacityOverlay=90&bgColorShadow=cccccc&bgTextureShadow=04_highlight_hard.png&bgImgOpacityShadow=95&opacityShadow=20&thicknessShadow=12px&offsetTopShadow=-12px&offsetLeftShadow=-12px&cornerRadiusShadow=10px
51
+ */
52
+
53
+
54
+ /* Component containers
55
+ ----------------------------------*/
56
+ .ui-widget { font-family: segoe ui, Arial, sans-serif; font-size: 1.1em; }
57
+ .ui-widget .ui-widget { font-size: 1em; }
58
+ .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: segoe ui, Arial, sans-serif; font-size: 1em; }
59
+ .ui-widget-content { color: #312e25; }
60
+ .ui-widget-content a { color: #312e25; }
61
+ .ui-widget-header { color: #433f38; font-weight: bold; }
62
+ .ui-widget-header a { color: #433f38; }
63
+
64
+ /* Interaction states
65
+ ----------------------------------*/
66
+ .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #000000; background: #E5E5E5; font-weight: bold; color: #ffffff; }
67
+ .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #ffffff; text-decoration: none; }
68
+ .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 #327e04; background: #E5E5E5; font-weight: bold; color: #ffffff; }
69
+ .ui-state-hover a, .ui-state-hover a:hover { color: #ffffff; text-decoration: none; }
70
+ .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #d4ccb0; background: #FFFFFF; font-weight: bold; color: #459e00; }
71
+ .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #000000; text-decoration: none; }
72
+ .ui-widget :active { outline: none; }
73
+
74
+ /* Interaction Cues
75
+ ----------------------------------*/
76
+ .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #e8e1b5; background: #fcf0ba ; color: #363636; }
77
+ .ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
78
+ .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #e3a345; background: #ffedad ; color: #cd5c0a; }
79
+ .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd5c0a; }
80
+ .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd5c0a; }
81
+ .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
82
+ .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
83
+ .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
84
+
85
+ /* Icons
86
+ ----------------------------------*/
87
+
88
+ /* states and images */
89
+ .ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_808080_256x240.png); }
90
+ .ui-widget-content .ui-icon {background-image: url(images/ui-icons_808080_256x240.png); }
91
+ .ui-widget-header .ui-icon {background-image: url(images/ui-icons_847e71_256x240.png); }
92
+ .ui-state-default .ui-icon { background-image: url(images/ui-icons_eeeeee_256x240.png); }
93
+ .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
94
+ .ui-state-active .ui-icon {background-image: url(images/ui-icons_8dc262_256x240.png); }
95
+ .ui-state-highlight .ui-icon {background-image: url(images/ui-icons_8dc262_256x240.png); }
96
+ .ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); }
97
+
98
+ /* positioning */
99
+ .ui-icon-carat-1-n { background-position: 0 0; }
100
+ .ui-icon-carat-1-ne { background-position: -16px 0; }
101
+ .ui-icon-carat-1-e { background-position: -32px 0; }
102
+ .ui-icon-carat-1-se { background-position: -48px 0; }
103
+ .ui-icon-carat-1-s { background-position: -64px 0; }
104
+ .ui-icon-carat-1-sw { background-position: -80px 0; }
105
+ .ui-icon-carat-1-w { background-position: -96px 0; }
106
+ .ui-icon-carat-1-nw { background-position: -112px 0; }
107
+ .ui-icon-carat-2-n-s { background-position: -128px 0; }
108
+ .ui-icon-carat-2-e-w { background-position: -144px 0; }
109
+ .ui-icon-triangle-1-n { background-position: 0 -16px; }
110
+ .ui-icon-triangle-1-ne { background-position: -16px -16px; }
111
+ .ui-icon-triangle-1-e { background-position: -32px -16px; }
112
+ .ui-icon-triangle-1-se { background-position: -48px -16px; }
113
+ .ui-icon-triangle-1-s { background-position: -64px -16px; }
114
+ .ui-icon-triangle-1-sw { background-position: -80px -16px; }
115
+ .ui-icon-triangle-1-w { background-position: -96px -16px; }
116
+ .ui-icon-triangle-1-nw { background-position: -112px -16px; }
117
+ .ui-icon-triangle-2-n-s { background-position: -128px -16px; }
118
+ .ui-icon-triangle-2-e-w { background-position: -144px -16px; }
119
+ .ui-icon-arrow-1-n { background-position: 0 -32px; }
120
+ .ui-icon-arrow-1-ne { background-position: -16px -32px; }
121
+ .ui-icon-arrow-1-e { background-position: -32px -32px; }
122
+ .ui-icon-arrow-1-se { background-position: -48px -32px; }
123
+ .ui-icon-arrow-1-s { background-position: -64px -32px; }
124
+ .ui-icon-arrow-1-sw { background-position: -80px -32px; }
125
+ .ui-icon-arrow-1-w { background-position: -96px -32px; }
126
+ .ui-icon-arrow-1-nw { background-position: -112px -32px; }
127
+ .ui-icon-arrow-2-n-s { background-position: -128px -32px; }
128
+ .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
129
+ .ui-icon-arrow-2-e-w { background-position: -160px -32px; }
130
+ .ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
131
+ .ui-icon-arrowstop-1-n { background-position: -192px -32px; }
132
+ .ui-icon-arrowstop-1-e { background-position: -208px -32px; }
133
+ .ui-icon-arrowstop-1-s { background-position: -224px -32px; }
134
+ .ui-icon-arrowstop-1-w { background-position: -240px -32px; }
135
+ .ui-icon-arrowthick-1-n { background-position: 0 -48px; }
136
+ .ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
137
+ .ui-icon-arrowthick-1-e { background-position: -32px -48px; }
138
+ .ui-icon-arrowthick-1-se { background-position: -48px -48px; }
139
+ .ui-icon-arrowthick-1-s { background-position: -64px -48px; }
140
+ .ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
141
+ .ui-icon-arrowthick-1-w { background-position: -96px -48px; }
142
+ .ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
143
+ .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
144
+ .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
145
+ .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
146
+ .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
147
+ .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
148
+ .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
149
+ .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
150
+ .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
151
+ .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
152
+ .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
153
+ .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
154
+ .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
155
+ .ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
156
+ .ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
157
+ .ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
158
+ .ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
159
+ .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
160
+ .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
161
+ .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
162
+ .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
163
+ .ui-icon-arrow-4 { background-position: 0 -80px; }
164
+ .ui-icon-arrow-4-diag { background-position: -16px -80px; }
165
+ .ui-icon-extlink { background-position: -32px -80px; }
166
+ .ui-icon-newwin { background-position: -48px -80px; }
167
+ .ui-icon-refresh { background-position: -64px -80px; }
168
+ .ui-icon-shuffle { background-position: -80px -80px; }
169
+ .ui-icon-transfer-e-w { background-position: -96px -80px; }
170
+ .ui-icon-transferthick-e-w { background-position: -112px -80px; }
171
+ .ui-icon-folder-collapsed { background-position: 0 -96px; }
172
+ .ui-icon-folder-open { background-position: -16px -96px; }
173
+ .ui-icon-document { background-position: -32px -96px; }
174
+ .ui-icon-document-b { background-position: -48px -96px; }
175
+ .ui-icon-note { background-position: -64px -96px; }
176
+ .ui-icon-mail-closed { background-position: -80px -96px; }
177
+ .ui-icon-mail-open { background-position: -96px -96px; }
178
+ .ui-icon-suitcase { background-position: -112px -96px; }
179
+ .ui-icon-comment { background-position: -128px -96px; }
180
+ .ui-icon-person { background-position: -144px -96px; }
181
+ .ui-icon-print { background-position: -160px -96px; }
182
+ .ui-icon-trash { background-position: -176px -96px; }
183
+ .ui-icon-locked { background-position: -192px -96px; }
184
+ .ui-icon-unlocked { background-position: -208px -96px; }
185
+ .ui-icon-bookmark { background-position: -224px -96px; }
186
+ .ui-icon-tag { background-position: -240px -96px; }
187
+ .ui-icon-home { background-position: 0 -112px; }
188
+ .ui-icon-flag { background-position: -16px -112px; }
189
+ .ui-icon-calendar { background-position: -32px -112px; }
190
+ .ui-icon-cart { background-position: -48px -112px; }
191
+ .ui-icon-pencil { background-position: -64px -112px; }
192
+ .ui-icon-clock { background-position: -80px -112px; }
193
+ .ui-icon-disk { background-position: -96px -112px; }
194
+ .ui-icon-calculator { background-position: -112px -112px; }
195
+ .ui-icon-zoomin { background-position: -128px -112px; }
196
+ .ui-icon-zoomout { background-position: -144px -112px; }
197
+ .ui-icon-search { background-position: -160px -112px; }
198
+ .ui-icon-wrench { background-position: -176px -112px; }
199
+ .ui-icon-gear { background-position: -192px -112px; }
200
+ .ui-icon-heart { background-position: -208px -112px; }
201
+ .ui-icon-star { background-position: -224px -112px; }
202
+ .ui-icon-link { background-position: -240px -112px; }
203
+ .ui-icon-cancel { background-position: 0 -128px; }
204
+ .ui-icon-plus { background-position: -16px -128px; }
205
+ .ui-icon-plusthick { background-position: -32px -128px; }
206
+ .ui-icon-minus { background-position: -48px -128px; }
207
+ .ui-icon-minusthick { background-position: -64px -128px; }
208
+ .ui-icon-close { background-position: -80px -128px; }
209
+ .ui-icon-closethick { background-position: -96px -128px; }
210
+ .ui-icon-key { background-position: -112px -128px; }
211
+ .ui-icon-lightbulb { background-position: -128px -128px; }
212
+ .ui-icon-scissors { background-position: -144px -128px; }
213
+ .ui-icon-clipboard { background-position: -160px -128px; }
214
+ .ui-icon-copy { background-position: -176px -128px; }
215
+ .ui-icon-contact { background-position: -192px -128px; }
216
+ .ui-icon-image { background-position: -208px -128px; }
217
+ .ui-icon-video { background-position: -224px -128px; }
218
+ .ui-icon-script { background-position: -240px -128px; }
219
+ .ui-icon-alert { background-position: 0 -144px; }
220
+ .ui-icon-info { background-position: -16px -144px; }
221
+ .ui-icon-notice { background-position: -32px -144px; }
222
+ .ui-icon-help { background-position: -48px -144px; }
223
+ .ui-icon-check { background-position: -64px -144px; }
224
+ .ui-icon-bullet { background-position: -80px -144px; }
225
+ .ui-icon-radio-off { background-position: -96px -144px; }
226
+ .ui-icon-radio-on { background-position: -112px -144px; }
227
+ .ui-icon-pin-w { background-position: -128px -144px; }
228
+ .ui-icon-pin-s { background-position: -144px -144px; }
229
+ .ui-icon-play { background-position: 0 -160px; }
230
+ .ui-icon-pause { background-position: -16px -160px; }
231
+ .ui-icon-seek-next { background-position: -32px -160px; }
232
+ .ui-icon-seek-prev { background-position: -48px -160px; }
233
+ .ui-icon-seek-end { background-position: -64px -160px; }
234
+ .ui-icon-seek-start { background-position: -80px -160px; }
235
+ /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
236
+ .ui-icon-seek-first { background-position: -80px -160px; }
237
+ .ui-icon-stop { background-position: -96px -160px; }
238
+ .ui-icon-eject { background-position: -112px -160px; }
239
+ .ui-icon-volume-off { background-position: -128px -160px; }
240
+ .ui-icon-volume-on { background-position: -144px -160px; }
241
+ .ui-icon-power { background-position: 0 -176px; }
242
+ .ui-icon-signal-diag { background-position: -16px -176px; }
243
+ .ui-icon-signal { background-position: -32px -176px; }
244
+ .ui-icon-battery-0 { background-position: -48px -176px; }
245
+ .ui-icon-battery-1 { background-position: -64px -176px; }
246
+ .ui-icon-battery-2 { background-position: -80px -176px; }
247
+ .ui-icon-battery-3 { background-position: -96px -176px; }
248
+ .ui-icon-circle-plus { background-position: 0 -192px; }
249
+ .ui-icon-circle-minus { background-position: -16px -192px; }
250
+ .ui-icon-circle-close { background-position: -32px -192px; }
251
+ .ui-icon-circle-triangle-e { background-position: -48px -192px; }
252
+ .ui-icon-circle-triangle-s { background-position: -64px -192px; }
253
+ .ui-icon-circle-triangle-w { background-position: -80px -192px; }
254
+ .ui-icon-circle-triangle-n { background-position: -96px -192px; }
255
+ .ui-icon-circle-arrow-e { background-position: -112px -192px; }
256
+ .ui-icon-circle-arrow-s { background-position: -128px -192px; }
257
+ .ui-icon-circle-arrow-w { background-position: -144px -192px; }
258
+ .ui-icon-circle-arrow-n { background-position: -160px -192px; }
259
+ .ui-icon-circle-zoomin { background-position: -176px -192px; }
260
+ .ui-icon-circle-zoomout { background-position: -192px -192px; }
261
+ .ui-icon-circle-check { background-position: -208px -192px; }
262
+ .ui-icon-circlesmall-plus { background-position: 0 -208px; }
263
+ .ui-icon-circlesmall-minus { background-position: -16px -208px; }
264
+ .ui-icon-circlesmall-close { background-position: -32px -208px; }
265
+ .ui-icon-squaresmall-plus { background-position: -48px -208px; }
266
+ .ui-icon-squaresmall-minus { background-position: -64px -208px; }
267
+ .ui-icon-squaresmall-close { background-position: -80px -208px; }
268
+ .ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
269
+ .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
270
+ .ui-icon-grip-solid-vertical { background-position: -32px -224px; }
271
+ .ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
272
+ .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
273
+ .ui-icon-grip-diagonal-se { background-position: -80px -224px; }
274
+
275
+
276
+ /* Misc visuals
277
+ ----------------------------------*/
278
+
279
+ /* Corner radius */
280
+ .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -khtml-border-top-left-radius: 6px; border-top-left-radius: 6px; }
281
+ .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; -khtml-border-top-right-radius: 6px; border-top-right-radius: 6px; }
282
+ .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; -khtml-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; }
283
+ .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; -khtml-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; }
284
+
285
+ /* Overlays */
286
+ .ui-widget-overlay { background: #2b2922; opacity: .90;filter:Alpha(Opacity=90); }
287
+ .ui-widget-shadow { margin: -12px 0 0 -12px; padding: 12px; background: #cccccc ; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 10px; -khtml-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }/*!
288
+ * jQuery UI Resizable 1.8.23
289
+ *
290
+ * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
291
+ * Dual licensed under the MIT or GPL Version 2 licenses.
292
+ * http://jquery.org/license
293
+ *
294
+ * http://docs.jquery.com/UI/Resizable#theming
295
+ */
296
+ .ui-resizable { position: relative;}
297
+ .ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
298
+ .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
299
+ .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
300
+ .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
301
+ .ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
302
+ .ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
303
+ .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
304
+ .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
305
+ .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
306
+ .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*!
307
+ * jQuery UI Selectable 1.8.23
308
+ *
309
+ * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
310
+ * Dual licensed under the MIT or GPL Version 2 licenses.
311
+ * http://jquery.org/license
312
+ *
313
+ * http://docs.jquery.com/UI/Selectable#theming
314
+ */
315
+ .ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
316
+ /*!
317
+ * jQuery UI Accordion 1.8.23
318
+ *
319
+ * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
320
+ * Dual licensed under the MIT or GPL Version 2 licenses.
321
+ * http://jquery.org/license
322
+ *
323
+ * http://docs.jquery.com/UI/Accordion#theming
324
+ */
325
+ /* IE/Win - Fix animation bug - #4615 */
326
+ .ui-accordion { width: 100%; }
327
+ .ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
328
+ .ui-accordion .ui-accordion-li-fix { display: inline; }
329
+ .ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
330
+ .ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
331
+ .ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
332
+ .ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
333
+ .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; }
334
+ .ui-accordion .ui-accordion-content-active { display: block; }
335
+ /*!
336
+ * jQuery UI Autocomplete 1.8.23
337
+ *
338
+ * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
339
+ * Dual licensed under the MIT or GPL Version 2 licenses.
340
+ * http://jquery.org/license
341
+ *
342
+ * http://docs.jquery.com/UI/Autocomplete#theming
343
+ */
344
+ .ui-autocomplete { position: absolute; cursor: default; }
345
+
346
+ /* workarounds */
347
+ * html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
348
+
349
+ /*
350
+ * jQuery UI Menu 1.8.23
351
+ *
352
+ * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
353
+ * Dual licensed under the MIT or GPL Version 2 licenses.
354
+ * http://jquery.org/license
355
+ *
356
+ * http://docs.jquery.com/UI/Menu#theming
357
+ */
358
+ .ui-menu {
359
+ list-style:none;
360
+ padding: 2px;
361
+ margin: 0;
362
+ display:block;
363
+ float: left;
364
+ }
365
+ .ui-menu .ui-menu {
366
+ margin-top: -3px;
367
+ }
368
+ .ui-menu .ui-menu-item {
369
+ margin:0;
370
+ padding: 0;
371
+ zoom: 1;
372
+ float: left;
373
+ clear: left;
374
+ width: 100%;
375
+ }
376
+ .ui-menu .ui-menu-item a {
377
+ text-decoration:none;
378
+ display:block;
379
+ padding:.2em .4em;
380
+ line-height:1.5;
381
+ zoom:1;
382
+ }
383
+ .ui-menu .ui-menu-item a.ui-state-hover,
384
+ .ui-menu .ui-menu-item a.ui-state-active {
385
+ font-weight: normal;
386
+ margin: -1px;
387
+ }
388
+ /*!
389
+ * jQuery UI Button 1.8.23
390
+ *
391
+ * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
392
+ * Dual licensed under the MIT or GPL Version 2 licenses.
393
+ * http://jquery.org/license
394
+ *
395
+ * http://docs.jquery.com/UI/Button#theming
396
+ */
397
+ .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 */
398
+ .ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
399
+ button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
400
+ .ui-button-icons-only { width: 3.4em; }
401
+ button.ui-button-icons-only { width: 3.7em; }
402
+
403
+ /*button text element */
404
+ .ui-button .ui-button-text { display: block; line-height: 1.4; }
405
+ .ui-button-text-only .ui-button-text { padding: .4em 1em; }
406
+ .ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
407
+ .ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
408
+ .ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
409
+ .ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
410
+ /* no icon support for input elements, provide padding by default */
411
+ input.ui-button { padding: .4em 1em; }
412
+
413
+ /*button icon element(s) */
414
+ .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; }
415
+ .ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
416
+ .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; }
417
+ .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; }
418
+ .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
419
+
420
+ /*button sets*/
421
+ .ui-buttonset { margin-right: 7px; }
422
+ .ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }
423
+
424
+ /* workarounds */
425
+ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
426
+ /*!
427
+ * jQuery UI Dialog 1.8.23
428
+ *
429
+ * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
430
+ * Dual licensed under the MIT or GPL Version 2 licenses.
431
+ * http://jquery.org/license
432
+ *
433
+ * http://docs.jquery.com/UI/Dialog#theming
434
+ */
435
+ .ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
436
+ .ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; }
437
+ .ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
438
+ .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
439
+ .ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
440
+ .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
441
+ .ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
442
+ .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; }
443
+ .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
444
+ .ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
445
+ .ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
446
+ .ui-draggable .ui-dialog-titlebar { cursor: move; }
447
+ /*!
448
+ * jQuery UI Slider 1.8.23
449
+ *
450
+ * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
451
+ * Dual licensed under the MIT or GPL Version 2 licenses.
452
+ * http://jquery.org/license
453
+ *
454
+ * http://docs.jquery.com/UI/Slider#theming
455
+ */
456
+ .ui-slider { position: relative; text-align: left; }
457
+ .ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
458
+ .ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
459
+
460
+ .ui-slider-horizontal { height: .8em; }
461
+ .ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
462
+ .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
463
+ .ui-slider-horizontal .ui-slider-range-min { left: 0; }
464
+ .ui-slider-horizontal .ui-slider-range-max { right: 0; }
465
+
466
+ .ui-slider-vertical { width: .8em; height: 100px; }
467
+ .ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
468
+ .ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
469
+ .ui-slider-vertical .ui-slider-range-min { bottom: 0; }
470
+ .ui-slider-vertical .ui-slider-range-max { top: 0; }/*!
471
+ * jQuery UI Tabs 1.8.23
472
+ *
473
+ * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
474
+ * Dual licensed under the MIT or GPL Version 2 licenses.
475
+ * http://jquery.org/license
476
+ *
477
+ * http://docs.jquery.com/UI/Tabs#theming
478
+ */
479
+ .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") */
480
+ .ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
481
+ .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; }
482
+ .ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
483
+ .ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
484
+ .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; }
485
+ .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... */
486
+ .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
487
+ .ui-tabs .ui-tabs-hide { display: none !important; }
488
+ /*!
489
+ * jQuery UI Datepicker 1.8.23
490
+ *
491
+ * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
492
+ * Dual licensed under the MIT or GPL Version 2 licenses.
493
+ * http://jquery.org/license
494
+ *
495
+ * http://docs.jquery.com/UI/Datepicker#theming
496
+ */
497
+ .ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
498
+ .ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
499
+ .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
500
+ .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
501
+ .ui-datepicker .ui-datepicker-prev { left:2px; }
502
+ .ui-datepicker .ui-datepicker-next { right:2px; }
503
+ .ui-datepicker .ui-datepicker-prev-hover { left:1px; }
504
+ .ui-datepicker .ui-datepicker-next-hover { right:1px; }
505
+ .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; }
506
+ .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
507
+ .ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
508
+ .ui-datepicker select.ui-datepicker-month-year {width: 100%;}
509
+ .ui-datepicker select.ui-datepicker-month,
510
+ .ui-datepicker select.ui-datepicker-year { width: 49%;}
511
+ .ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
512
+ .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
513
+ .ui-datepicker td { border: 0; padding: 1px; }
514
+ .ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
515
+ .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; }
516
+ .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
517
+ .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
518
+
519
+ /* with multiple calendars */
520
+ .ui-datepicker.ui-datepicker-multi { width:auto; }
521
+ .ui-datepicker-multi .ui-datepicker-group { float:left; }
522
+ .ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
523
+ .ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
524
+ .ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
525
+ .ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
526
+ .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
527
+ .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
528
+ .ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
529
+ .ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }
530
+
531
+ /* RTL support */
532
+ .ui-datepicker-rtl { direction: rtl; }
533
+ .ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
534
+ .ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
535
+ .ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
536
+ .ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
537
+ .ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
538
+ .ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
539
+ .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
540
+ .ui-datepicker-rtl .ui-datepicker-group { float:right; }
541
+ .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
542
+ .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
543
+
544
+ /* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
545
+ .ui-datepicker-cover {
546
+ position: absolute; /*must have*/
547
+ z-index: -1; /*must have*/
548
+ filter: mask(); /*must have*/
549
+ top: -4px; /*must have*/
550
+ left: -4px; /*must have*/
551
+ width: 200px; /*must have*/
552
+ height: 200px; /*must have*/
553
+ }/*!
554
+ * jQuery UI Progressbar 1.8.23
555
+ *
556
+ * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
557
+ * Dual licensed under the MIT or GPL Version 2 licenses.
558
+ * http://jquery.org/license
559
+ *
560
+ * http://docs.jquery.com/UI/Progressbar#theming
561
+ */
562
+ .ui-progressbar { height:2em; text-align: left; overflow: hidden; }
563
+ .ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
assets/css/stylesheet.css ADDED
@@ -0,0 +1,3060 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .widget-tabs .nav-tabs {
2
+ position: relative;
3
+ margin-top: -52px;
4
+ }
5
+
6
+ .widget-tabs .nav-tabs > li {
7
+ float: right;
8
+ border-top: 3px solid transparent;
9
+
10
+ }
11
+
12
+ .widget-tabs .nav-tabs {
13
+ border-bottom: none;
14
+ margin-right: 5px;
15
+ }
16
+ .widget-tabs .nav-tabs > li.active a {
17
+
18
+ background-color: #2f96b4;
19
+ color:#fff;
20
+ }
21
+ .widget-tabs .nav-tabs > li > a {
22
+ padding-top: 5px;
23
+ padding-bottom: 11px;
24
+ line-height: 16px;
25
+ margin-left: 0px;
26
+ margin-right: 0px;
27
+ border-left: 0;
28
+ border-right: 0;
29
+ -webkit-border-radius: 0px;
30
+ -moz-border-radius: 0px;
31
+ border-radius: 0px;
32
+
33
+ border-radius: 5px 5px 0px 0px;
34
+ color:#000;
35
+ }
36
+
37
+ .widget-tabs .nav-tabs > li:last-child > a {
38
+ border-right:0;
39
+ }
40
+
41
+ .widget-tabs .nav-tabs > li > a.active {
42
+ background-color: #2f96b4;
43
+ color:#fff;
44
+ }
45
+
46
+ .widget-tabs .nav-tabs > li {
47
+ margin-left: 1px;
48
+ }
49
+
50
+ .widget-tabs .nav-tabs > li > a:hover {
51
+ padding-top: 5px;
52
+ padding-bottom: 12px;
53
+ line-height: 16px;
54
+ margin-left: 0px;
55
+ margin-right: 0px;
56
+ border-left: 0;
57
+ border-right: 0;
58
+ -webkit-border-radius: 0px;
59
+ -moz-border-radius: 0px;
60
+ border-radius: 0px;
61
+ background-color: #2f96b4;
62
+ color:#fff;
63
+ border-radius: 5px 5px 0px 0px;
64
+ }
65
+
66
+
67
+
68
+ .widget-tabs .widget-body.form {
69
+ padding: 0px;
70
+ }
71
+
72
+ .widget-tabs .widget-body.form .tab-pane {
73
+ padding: 15px;
74
+ padding-top: 0px;
75
+ }
76
+
77
+ .widget-tabs .widget-body.form .nav-tabs {
78
+ margin-top: -37px;
79
+ }
80
+
81
+ .nav-tabs,
82
+ .nav-pills {
83
+ *zoom: 1;
84
+ }
85
+
86
+ .nav-tabs:before,
87
+ .nav-pills:before,
88
+ .nav-tabs:after,
89
+ .nav-pills:after {
90
+ display: table;
91
+ line-height: 0;
92
+ content: "";
93
+ }
94
+
95
+ .nav-tabs:after,
96
+ .nav-pills:after {
97
+ clear: both;
98
+ }
99
+
100
+ .nav-tabs > li,
101
+ .nav-pills > li {
102
+ float: left;
103
+ }
104
+
105
+ .nav-tabs > li > a,
106
+ .nav-pills > li > a {
107
+ padding-right: 12px;
108
+ padding-left: 12px;
109
+ margin-right: 2px;
110
+ line-height: 14px;
111
+ }
112
+
113
+ .nav-tabs {
114
+ border-bottom: 1px solid #ddd;
115
+ }
116
+
117
+ .nav-tabs > li {
118
+ margin-bottom: -1px;
119
+ }
120
+
121
+ .nav-tabs > li > a {
122
+ padding-top: 8px;
123
+ padding-bottom: 8px;
124
+ line-height: 20px;
125
+ border: 1px solid transparent;
126
+ -webkit-border-radius: 4px 4px 0 0;
127
+ -moz-border-radius: 4px 4px 0 0;
128
+ border-radius: 4px 4px 0 0;
129
+ }
130
+
131
+ .nav-tabs > li > a:hover {
132
+ border-color: #eeeeee #eeeeee #dddddd;
133
+ }
134
+
135
+ .nav-tabs > .active > a,
136
+ .nav-tabs > .active > a:hover {
137
+ color: #555555;
138
+ cursor: default;
139
+ background-color: #ffffff;
140
+ border: 1px solid #ddd;
141
+ border-bottom-color: transparent;
142
+ }
143
+ .black_overlay
144
+ {
145
+ display: none;
146
+ position: fixed;
147
+ top: 0%;
148
+ left: 0%;
149
+ width: 100%;
150
+ height: 100%;
151
+ background-color: black;
152
+ z-index: 1001;
153
+ -moz-opacity: 0.8;
154
+ opacity: .80;
155
+ filter: alpha(opacity=80);
156
+ }
157
+ .white_content
158
+ {
159
+ display: none;
160
+ position: fixed;
161
+ padding:10px;
162
+ border: 10px solid #999999;
163
+ background-color: white;
164
+ z-index: 1002;
165
+
166
+ }
167
+ .closeButtonLightbox
168
+ {
169
+ position: absolute;
170
+ top: -22px;
171
+ right: -22px;
172
+ width: 30px;
173
+ height: 30px;
174
+ background: transparent url(../images/fancybox_close.png) -40px 0px;
175
+ cursor: pointer;
176
+ z-index: 1103;
177
+ }
178
+ .separator-doubled
179
+ {
180
+ padding: 0;
181
+ height: 0;
182
+ border: none;
183
+ border-top: medium double #d5d5d5;
184
+ color: #333;
185
+ text-align: center;
186
+ margin-top: 10px;
187
+ }
188
+ .dataTable td
189
+ {
190
+ text-align: left !important;
191
+ }
192
+ .breadcrumb {
193
+ padding: 8px 15px;
194
+ margin: 0 0 20px;
195
+ list-style: none;
196
+ background-color: #f5f5f5;
197
+ -webkit-border-radius: 4px;
198
+ -moz-border-radius: 4px;
199
+ border-radius: 4px;
200
+ }
201
+
202
+ .breadcrumb > li {
203
+ display: inline-block;
204
+ *display: inline;
205
+ text-shadow: 0 1px 0 #ffffff;
206
+ *zoom: 1;
207
+ }
208
+
209
+ .breadcrumb > li > .divider {
210
+ padding: 0 5px;
211
+ color: #ccc;
212
+ }
213
+
214
+ .breadcrumb > .active {
215
+ color: #999999;
216
+ }
217
+
218
+ .btn {
219
+ display: inline-block;
220
+ *display: inline;
221
+ padding: 4px 12px;
222
+ margin-bottom: 0;
223
+ *margin-left: .3em;
224
+ font-size: 12px;
225
+ line-height: 20px;
226
+ color: #333333;
227
+ text-align: center;
228
+ text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
229
+ vertical-align: middle;
230
+ cursor: pointer;
231
+ background-color: #f5f5f5;
232
+ *background-color: #e6e6e6;
233
+ background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
234
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
235
+ background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
236
+ background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
237
+ background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
238
+ background-repeat: repeat-x;
239
+ border: 1px solid #bbbbbb;
240
+ *border: 0;
241
+ border-color: #e6e6e6 #e6e6e6 #bfbfbf;
242
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
243
+ border-bottom-color: #a2a2a2;
244
+ -webkit-border-radius: 4px;
245
+ -moz-border-radius: 4px;
246
+ border-radius: 4px;
247
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
248
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
249
+ *zoom: 1;
250
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
251
+ -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
252
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
253
+ }
254
+
255
+ .btn:hover,
256
+ .btn:active,
257
+ .btn.active,
258
+ .btn.disabled,
259
+ .btn[disabled] {
260
+ color: #333333;
261
+ background-color: #e6e6e6;
262
+ *background-color: #d9d9d9;
263
+ }
264
+
265
+ .btn:active,
266
+ .btn.active {
267
+ background-color: #cccccc \9;
268
+ }
269
+
270
+ .btn:first-child {
271
+ *margin-left: 0;
272
+ }
273
+
274
+ .btn:hover {
275
+ color: #333333;
276
+ text-decoration: none;
277
+ background-position: 0 -15px;
278
+ -webkit-transition: background-position 0.1s linear;
279
+ -moz-transition: background-position 0.1s linear;
280
+ -o-transition: background-position 0.1s linear;
281
+ transition: background-position 0.1s linear;
282
+ }
283
+
284
+ .btn:focus {
285
+ outline: thin dotted #333;
286
+ outline: 5px auto -webkit-focus-ring-color;
287
+ outline-offset: -2px;
288
+ }
289
+
290
+ .btn.active,
291
+ .btn:active {
292
+ background-image: none;
293
+ outline: 0;
294
+ -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
295
+ -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
296
+ box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
297
+ }
298
+
299
+ .btn-primary.active,
300
+ .btn-warning.active,
301
+ .btn-danger.active,
302
+ .btn-success.active,
303
+ .btn-info.active,
304
+ .btn-inverse.active {
305
+ color: rgba(255, 255, 255, 0.75);
306
+ }
307
+
308
+ .btn {
309
+ border-color: #c5c5c5;
310
+ border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
311
+ }
312
+
313
+ .btn-primary {
314
+ color: #ffffff;
315
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
316
+ background-color: #006dcc;
317
+ *background-color: #0044cc;
318
+ background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
319
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
320
+ background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
321
+ background-image: -o-linear-gradient(top, #0088cc, #0044cc);
322
+ background-image: linear-gradient(to bottom, #0088cc, #0044cc);
323
+ background-repeat: repeat-x;
324
+ border-color: #0044cc #0044cc #002a80;
325
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
326
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
327
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
328
+ margin-top:0px;
329
+ }
330
+
331
+ .btn-primary:hover,
332
+ .btn-primary:active,
333
+ .btn-primary.active,
334
+ .btn-primary.disabled,
335
+ .btn-primary[disabled] {
336
+ color: #ffffff;
337
+ background-color: #0044cc;
338
+ *background-color: #003bb3;
339
+ }
340
+
341
+ .btn-primary:active,
342
+ .btn-primary.active {
343
+ background-color: #003399 \9;
344
+ }
345
+
346
+ .btn-warning {
347
+ color: #ffffff;
348
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
349
+ background-color: #faa732;
350
+ *background-color: #f89406;
351
+ background-image: -moz-linear-gradient(top, #fbb450, #f89406);
352
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
353
+ background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
354
+ background-image: -o-linear-gradient(top, #fbb450, #f89406);
355
+ background-image: linear-gradient(to bottom, #fbb450, #f89406);
356
+ background-repeat: repeat-x;
357
+ border-color: #f89406 #f89406 #ad6704;
358
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
359
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
360
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
361
+ }
362
+
363
+ .btn-warning:hover,
364
+ .btn-warning:active,
365
+ .btn-warning.active,
366
+ .btn-warning.disabled,
367
+ .btn-warning[disabled] {
368
+ color: #ffffff;
369
+ background-color: #f89406;
370
+ *background-color: #df8505;
371
+ }
372
+
373
+ .btn-warning:active,
374
+ .btn-warning.active {
375
+ background-color: #c67605 \9;
376
+ }
377
+
378
+ .btn-danger {
379
+ color: #ffffff;
380
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
381
+ background-color: #da4f49;
382
+ *background-color: #bd362f;
383
+ background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
384
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
385
+ background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
386
+ background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
387
+ background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
388
+ background-repeat: repeat-x;
389
+ border-color: #bd362f #bd362f #802420;
390
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
391
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
392
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
393
+ }
394
+
395
+ .btn-danger:hover,
396
+ .btn-danger:active,
397
+ .btn-danger.active,
398
+ .btn-danger.disabled,
399
+ .btn-danger[disabled] {
400
+ color: #ffffff;
401
+ background-color: #bd362f;
402
+ *background-color: #a9302a;
403
+ }
404
+
405
+ .btn-danger:active,
406
+ .btn-danger.active {
407
+ background-color: #942a25 \9;
408
+ }
409
+
410
+ .btn-success {
411
+ color: #ffffff;
412
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
413
+ background-color: #5bb75b;
414
+ *background-color: #51a351;
415
+ background-image: -moz-linear-gradient(top, #62c462, #51a351);
416
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
417
+ background-image: -webkit-linear-gradient(top, #62c462, #51a351);
418
+ background-image: -o-linear-gradient(top, #62c462, #51a351);
419
+ background-image: linear-gradient(to bottom, #62c462, #51a351);
420
+ background-repeat: repeat-x;
421
+ border-color: #51a351 #51a351 #387038;
422
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
423
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
424
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
425
+ }
426
+
427
+ .btn-success:hover,
428
+ .btn-success:active,
429
+ .btn-success.active,
430
+ .btn-success.disabled,
431
+ .btn-success[disabled] {
432
+ color: #ffffff;
433
+ background-color: #51a351;
434
+ *background-color: #499249;
435
+ }
436
+
437
+ .btn-success:active,
438
+ .btn-success.active {
439
+ background-color: #408140 \9;
440
+ }
441
+
442
+ .btn-info {
443
+ color: #ffffff;
444
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
445
+ background-color: #49afcd;
446
+ *background-color: #2f96b4;
447
+ background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
448
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
449
+ background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
450
+ background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
451
+ background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
452
+ background-repeat: repeat-x;
453
+ border-color: #2f96b4 #2f96b4 #1f6377;
454
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
455
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
456
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
457
+ margin-top:0px;
458
+ }
459
+
460
+ .btn-info:hover,
461
+ .btn-info:active,
462
+ .btn-info.active,
463
+ .btn-info.disabled,
464
+ .btn-info[disabled] {
465
+ color: #ffffff;
466
+ background-color: #2f96b4;
467
+ *background-color: #2a85a0;
468
+ }
469
+
470
+ .btn-info:active,
471
+ .btn-info.active {
472
+ background-color: #24748c \9;
473
+ }
474
+
475
+ .btn-inverse {
476
+ color: #ffffff;
477
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
478
+ background-color: #363636;
479
+ *background-color: #222222;
480
+ background-image: -moz-linear-gradient(top, #444444, #222222);
481
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
482
+ background-image: -webkit-linear-gradient(top, #444444, #222222);
483
+ background-image: -o-linear-gradient(top, #444444, #222222);
484
+ background-image: linear-gradient(to bottom, #444444, #222222);
485
+ background-repeat: repeat-x;
486
+ border-color: #222222 #222222 #000000;
487
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
488
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
489
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
490
+ }
491
+
492
+ .btn-inverse:hover,
493
+ .btn-inverse:active,
494
+ .btn-inverse.active,
495
+ .btn-inverse.disabled,
496
+ .btn-inverse[disabled] {
497
+ color: #ffffff;
498
+ background-color: #222222;
499
+ *background-color: #151515;
500
+ }
501
+
502
+ .btn-inverse:active,
503
+ .btn-inverse.active {
504
+ background-color: #080808 \9;
505
+ }
506
+
507
+ .stat {
508
+ margin: 0px;
509
+ padding: 0px;
510
+ }
511
+
512
+ .item-list.table .percent {
513
+ width: 30px;
514
+ float: right;
515
+ margin-right: 10px;
516
+ margin-top: 3px;
517
+ }
518
+
519
+ .item-list.table .title {
520
+ padding-top: -5px;
521
+ }
522
+
523
+ .stat .title {
524
+ margin-left: 10px;
525
+ margin-right: 10px;
526
+ font-size: 13px;
527
+ }
528
+
529
+ .stat.good .percent {
530
+ color: #52e136;
531
+ font-size: 16px;
532
+ font-weight: bold;
533
+ }
534
+
535
+ .stat.bad .percent {
536
+ color: #d12610;
537
+ font-size: 16px;
538
+ font-weight: bold;
539
+ }
540
+
541
+ .stat.ok .percent {
542
+ color: #37b7f3;
543
+ font-size: 16px;
544
+ font-weight: bold;
545
+ }
546
+
547
+ .line-chart {display: none}
548
+
549
+ .layout-block {
550
+ background-color: #F6F6F6;
551
+ background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#F9F9F9), to(#EDEDED));
552
+ background-image: -webkit-linear-gradient(top, #F9F9F9 0%, #EDEDED 100%);
553
+ background-image: -moz-linear-gradient(top, #F9F9F9 0%, #EDEDED 100%);
554
+ background-image: -ms-linear-gradient(top, #F9F9F9 0%, #EDEDED 100%);
555
+ background-image: -o-linear-gradient(top, #F9F9F9 0%, #EDEDED 100%);
556
+ background-image: linear-gradient(top, #F9F9F9 0%, #EDEDED 100%);
557
+ filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffF9F9F9', endColorstr='#ffEDEDED', GradientType=0);
558
+
559
+ border: 1px solid #D5D5D5;
560
+ box-shadow: 0 1px 0 0 white inset, 0 1px 0 rgba(255, 255, 255, 0.4);
561
+
562
+ -webkit-border-radius: 2px;
563
+ -moz-border-radius: 2px;
564
+ border-radius: 2px;
565
+
566
+ line-height: 18px;
567
+ margin: 0 0 20px 0;
568
+ padding: 10px;
569
+ }
570
+
571
+ .layout-span12 {
572
+ width: 940px;
573
+ }
574
+
575
+ .layout-span11 {
576
+ width: 860px;
577
+ }
578
+
579
+ .layout-span10 {
580
+ width: 780px;
581
+ }
582
+
583
+ .layout-span9 {
584
+ width: 700px;
585
+ }
586
+
587
+ .layout-span8 {
588
+ width: 620px;
589
+ }
590
+
591
+ .layout-span7 {
592
+ width: 540px;
593
+ }
594
+
595
+ .layout-span6 {
596
+ width: 460px;
597
+ }
598
+
599
+ .layout-span5 {
600
+ width: 380px;
601
+ }
602
+
603
+ .layout-span4 {
604
+ width: 300px;
605
+ }
606
+
607
+ .layout-span3 {
608
+ width: 220px;
609
+ }
610
+
611
+ .layout-span2 {
612
+ width: 140px;
613
+ }
614
+
615
+ .layout-span1 {
616
+ width: 60px;
617
+ }
618
+
619
+ .offset12 {
620
+ margin-left: 980px;
621
+ }
622
+
623
+ .offset11 {
624
+ margin-left: 900px;
625
+ }
626
+
627
+ .offset10 {
628
+ margin-left: 820px;
629
+ }
630
+
631
+ .offset9 {
632
+ margin-left: 740px;
633
+ }
634
+
635
+ .offset8 {
636
+ margin-left: 660px;
637
+ }
638
+
639
+ .offset7 {
640
+ margin-left: 580px;
641
+ }
642
+
643
+ .offset6 {
644
+ margin-left: 500px;
645
+ }
646
+
647
+ .offset5 {
648
+ margin-left: 420px;
649
+ }
650
+
651
+ .offset4 {
652
+ margin-left: 340px;
653
+ }
654
+
655
+ .offset3 {
656
+ margin-left: 260px;
657
+ }
658
+
659
+ .offset2 {
660
+ margin-left: 180px;
661
+ }
662
+
663
+ .offset1 {
664
+ margin-left: 100px;
665
+ }
666
+
667
+ .fluid-layout {
668
+ width: 99%;
669
+ margin-top:1%;
670
+ *zoom: 1;
671
+ }
672
+
673
+ .fluid-layout:before,
674
+ .fluid-layout:after {
675
+ display: table;
676
+ line-height: 0;
677
+ content: "";
678
+ }
679
+
680
+ .fluid-layout:after {
681
+ clear: both;
682
+ }
683
+
684
+ .fluid-layout [class*="layout-span"] {
685
+ display: block;
686
+ float: left;
687
+ width: 100%;
688
+ min-height: 30px;
689
+ margin-left: 2.127659574468085%;
690
+ *margin-left: 2.074468085106383%;
691
+ -webkit-box-sizing: border-box;
692
+ -moz-box-sizing: border-box;
693
+ box-sizing: border-box;
694
+ }
695
+
696
+ .fluid-layout [class*="layout-span"]:first-child {
697
+ margin-left: 0;
698
+ }
699
+
700
+ .fluid-layout .controls-row [class*="layout-span"] + [class*="layout-span"] {
701
+ margin-left: 2.127659574468085%;
702
+ }
703
+
704
+ .fluid-layout .layout-span12 {
705
+ width: 100%;
706
+ *width: 99.94680851063829%;
707
+ }
708
+
709
+ .fluid-layout .layout-span11 {
710
+ width: 91.48936170212765%;
711
+ *width: 91.43617021276594%;
712
+ }
713
+
714
+ .fluid-layout .layout-span10 {
715
+ width: 82.97872340425532%;
716
+ *width: 82.92553191489361%;
717
+ }
718
+
719
+ .fluid-layout .layout-span9 {
720
+ width: 74.46808510638297%;
721
+ *width: 74.41489361702126%;
722
+ }
723
+
724
+ .fluid-layout .layout-span8 {
725
+ width: 65.95744680851064%;
726
+ *width: 65.90425531914893%;
727
+ }
728
+
729
+ .fluid-layout .layout-span7 {
730
+ width: 57.44680851063829%;
731
+ *width: 57.39361702127659%;
732
+ }
733
+
734
+ .fluid-layout .layout-span6 {
735
+ width: 48.93617021276595%;
736
+ *width: 48.88297872340425%;
737
+ }
738
+
739
+ .fluid-layout .layout-span5 {
740
+ width: 40.42553191489362%;
741
+ *width: 40.37234042553192%;
742
+ }
743
+
744
+ .fluid-layout .layout-span4 {
745
+ width: 31.914893617021278%;
746
+ *width: 31.861702127659576%;
747
+ }
748
+
749
+ .fluid-layout .layout-span3 {
750
+ width: 23.404255319148934%;
751
+ *width: 23.351063829787233%;
752
+ }
753
+
754
+ .fluid-layout .layout-span2 {
755
+ width: 14.893617021276595%;
756
+ *width: 14.840425531914894%;
757
+ }
758
+
759
+ .fluid-layout .layout-span1 {
760
+ width: 6.382978723404255%;
761
+ *width: 6.329787234042553%;
762
+ }
763
+
764
+ .fluid-layout .offset12 {
765
+ margin-left: 104.25531914893617%;
766
+ *margin-left: 104.14893617021275%;
767
+ }
768
+
769
+ .fluid-layout .offset12:first-child {
770
+ margin-left: 102.12765957446808%;
771
+ *margin-left: 102.02127659574467%;
772
+ }
773
+
774
+ .fluid-layout .offset11 {
775
+ margin-left: 95.74468085106382%;
776
+ *margin-left: 95.6382978723404%;
777
+ }
778
+
779
+ .fluid-layout .offset11:first-child {
780
+ margin-left: 93.61702127659574%;
781
+ *margin-left: 93.51063829787232%;
782
+ }
783
+
784
+ .fluid-layout .offset10 {
785
+ margin-left: 87.23404255319149%;
786
+ *margin-left: 87.12765957446807%;
787
+ }
788
+
789
+ .fluid-layout .offset10:first-child {
790
+ margin-left: 85.1063829787234%;
791
+ *margin-left: 84.99999999999999%;
792
+ }
793
+
794
+ .fluid-layout .offset9 {
795
+ margin-left: 78.72340425531914%;
796
+ *margin-left: 78.61702127659572%;
797
+ }
798
+
799
+ .fluid-layout .offset9:first-child {
800
+ margin-left: 76.59574468085106%;
801
+ *margin-left: 76.48936170212764%;
802
+ }
803
+
804
+ .fluid-layout .offset8 {
805
+ margin-left: 70.2127659574468%;
806
+ *margin-left: 70.10638297872339%;
807
+ }
808
+
809
+ .fluid-layout .offset8:first-child {
810
+ margin-left: 68.08510638297872%;
811
+ *margin-left: 67.9787234042553%;
812
+ }
813
+
814
+ .fluid-layout .offset7 {
815
+ margin-left: 61.70212765957446%;
816
+ *margin-left: 61.59574468085106%;
817
+ }
818
+
819
+ .fluid-layout .offset7:first-child {
820
+ margin-left: 59.574468085106375%;
821
+ *margin-left: 59.46808510638297%;
822
+ }
823
+
824
+ .fluid-layout .offset6 {
825
+ margin-left: 53.191489361702125%;
826
+ *margin-left: 53.085106382978715%;
827
+ }
828
+
829
+ .fluid-layout .offset6:first-child {
830
+ margin-left: 51.063829787234035%;
831
+ *margin-left: 50.95744680851063%;
832
+ }
833
+
834
+ .fluid-layout .offset5 {
835
+ margin-left: 44.68085106382979%;
836
+ *margin-left: 44.57446808510638%;
837
+ }
838
+
839
+ .fluid-layout .offset5:first-child {
840
+ margin-left: 42.5531914893617%;
841
+ *margin-left: 42.4468085106383%;
842
+ }
843
+
844
+ .fluid-layout .offset4 {
845
+ margin-left: 36.170212765957444%;
846
+ *margin-left: 36.06382978723405%;
847
+ }
848
+
849
+ .fluid-layout .offset4:first-child {
850
+ margin-left: 34.04255319148936%;
851
+ *margin-left: 33.93617021276596%;
852
+ }
853
+
854
+ .fluid-layout .offset3 {
855
+ margin-left: 27.659574468085104%;
856
+ *margin-left: 27.5531914893617%;
857
+ }
858
+
859
+ .fluid-layout .offset3:first-child {
860
+ margin-left: 25.53191489361702%;
861
+ *margin-left: 25.425531914893618%;
862
+ }
863
+
864
+ .fluid-layout .offset2 {
865
+ margin-left: 19.148936170212764%;
866
+ *margin-left: 19.04255319148936%;
867
+ }
868
+
869
+ .fluid-layout .offset2:first-child {
870
+ margin-left: 17.02127659574468%;
871
+ *margin-left: 16.914893617021278%;
872
+ }
873
+
874
+ .fluid-layout .offset1 {
875
+ margin-left: 10.638297872340425%;
876
+ *margin-left: 10.53191489361702%;
877
+ }
878
+
879
+ .fluid-layout .offset1:first-child {
880
+ margin-left: 8.51063829787234%;
881
+ *margin-left: 8.404255319148938%;
882
+ }
883
+
884
+ [class*="layout-span"].hide,
885
+ .fluid-layout [class*="layout-span"].hide {
886
+ display: none;
887
+ }
888
+
889
+ [class*="layout-span"].pull-right,
890
+ .fluid-layout [class*="layout-span"].pull-right {
891
+ float: right;
892
+ }
893
+
894
+ .fluid-layout input[class*="layout-span"],
895
+ .fluid-layout select[class*="layout-span"],
896
+ .fluid-layout textarea[class*="layout-span"],
897
+ .fluid-layout .uneditable-input[class*="layout-span"] {
898
+ float: none;
899
+ margin-left: 0;
900
+ }
901
+
902
+ .fluid-layout input[class*="layout-span"],
903
+ .fluid-layout select[class*="layout-span"],
904
+ .fluid-layout textarea[class*="layout-span"],
905
+ .fluid-layout .uneditable-input[class*="layout-span"],
906
+ .fluid-layout .input-prepend [class*="layout-span"],
907
+ .fluid-layout .input-append [class*="layout-span"] {
908
+ display: inline-block;
909
+ }
910
+
911
+ .controls-row [class*="layout-span"],
912
+ .fluid-layout .controls-row [class*="layout-span"] {
913
+ float: left;
914
+ }
915
+ /*********************************TABLE CONTENT********************************/
916
+ table td[class*="layout-span"],
917
+ table th[class*="layout-span"],
918
+ .fluid-layout table td[class*="layout-span"],
919
+ .fluid-layout table th[class*="layout-span"] {
920
+ display: table-cell;
921
+ float: none;
922
+ margin-left: 0;
923
+ }
924
+
925
+ table td.layout-span1,
926
+ table th.layout-span1 {
927
+ float: none;
928
+ width: 44px;
929
+ margin-left: 0;
930
+ }
931
+
932
+ table td.layout-span2,
933
+ table th.layout-span2 {
934
+ float: none;
935
+ width: 124px;
936
+ margin-left: 0;
937
+ }
938
+
939
+ table td.layout-span3,
940
+ table th.layout-span3 {
941
+ float: none;
942
+ width: 204px;
943
+ margin-left: 0;
944
+ }
945
+
946
+ table td.layout-span4,
947
+ table th.layout-span4 {
948
+ float: none;
949
+ width: 284px;
950
+ margin-left: 0;
951
+ }
952
+
953
+ table td.layout-span5,
954
+ table th.layout-span5 {
955
+ float: none;
956
+ width: 364px;
957
+ margin-left: 0;
958
+ }
959
+
960
+ table td.layout-span6,
961
+ table th.layout-span6 {
962
+ float: none;
963
+ width: 444px;
964
+ margin-left: 0;
965
+ }
966
+
967
+ table td.layout-span7,
968
+ table th.layout-span7 {
969
+ float: none;
970
+ width: 524px;
971
+ margin-left: 0;
972
+ }
973
+
974
+ table td.layout-span8,
975
+ table th.layout-span8 {
976
+ float: none;
977
+ width: 604px;
978
+ margin-left: 0;
979
+ }
980
+
981
+ table td.layout-span9,
982
+ table th.layout-span9 {
983
+ float: none;
984
+ width: 684px;
985
+ margin-left: 0;
986
+ }
987
+
988
+ table td.layout-span10,
989
+ table th.layout-span10 {
990
+ float: none;
991
+ width: 764px;
992
+ margin-left: 0;
993
+ }
994
+
995
+ table td.layout-span11,
996
+ table th.layout-span11 {
997
+ float: none;
998
+ width: 844px;
999
+ margin-left: 0;
1000
+ }
1001
+
1002
+ table td.layout-span12,
1003
+ table th.layout-span12 {
1004
+ float: none;
1005
+ width: 924px;
1006
+ margin-left: 0;
1007
+ }
1008
+ .layout-table-controls { margin: 0 -1px; }
1009
+ .layout-table-controls > li { display: inline-block; margin: 0 1px; }
1010
+ /*.layout-table-controls > li > .btn { padding: 0px; }*/*/
1011
+ .layout-table-controls > li > .btn > i { margin-left: 0; margin-right: 0; }
1012
+ .layout-table-controls > li > a > i { margin-right: 0; font-size: 14px; color: #555; }
1013
+ .layout-table-controls > li > a.btn > b, .layout-table-controls > li > a > b { margin: 1px 0 -1px 0; font-size: 14px; color: #555; width: 1.1em; float: none; }
1014
+
1015
+ .stats-overview-cont {
1016
+ padding-top:0px;
1017
+ margin-bottom: 15px;
1018
+ }
1019
+ .stats-overview {
1020
+ clear: both;
1021
+ padding: 10px 10px 0px 10px;
1022
+ margin: 0px;
1023
+ margin-bottom: 5px;
1024
+ }
1025
+
1026
+ .stats-overview .display {
1027
+ margin-right: 5px;
1028
+ float: left;
1029
+ }
1030
+
1031
+ .stats-overview .details {
1032
+ color:#888;
1033
+ }
1034
+
1035
+ .stats-overview .details .title {
1036
+ color: #777;
1037
+ font-size: 12px;
1038
+ font-weight: normal;
1039
+ margin-bottom: 3px;
1040
+ padding: 0px !important;
1041
+ }
1042
+ .stats-overview .details .title i {
1043
+ color: #999;
1044
+ margin-right: 2px;
1045
+ }
1046
+ .stats-overview .details .numbers {
1047
+ color: #777;
1048
+ font-size: 20px;
1049
+ font-weight: bold;
1050
+ margin-bottom: 6px;!important
1051
+ }
1052
+ .stats-overview .progress-layout{
1053
+ height: 10px;
1054
+ margin-bottom:10px !important;
1055
+ }
1056
+
1057
+ .stats-overview:hover {
1058
+ text-decoration: none !important;
1059
+ border-color: #999 !important;
1060
+ color: #444 !important;
1061
+ text-shadow: 0 1px 0px rgba(255, 255, 255, 1) !important;
1062
+ -webkit-transition: all 0.3s ease !important;
1063
+ -moz-transition: all 0.3s ease !important;
1064
+ -ms-transition: all 0.3s ease !important;
1065
+ -o-transition: all 0.3s ease !important;
1066
+ transition: all 0.3s ease !important;
1067
+ -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, .55) !important;
1068
+ -moz-box-shadow: 0px 0px 3px rgba(0,0,0,.55) !important;
1069
+ box-shadow: 0px 0px 3px rgba(0, 0, 0, .55) !important;
1070
+ }
1071
+
1072
+ @-webkit-keyframes progress-bar-stripes {
1073
+ from {
1074
+ background-position: 40px 0;
1075
+ }
1076
+ to {
1077
+ background-position: 0 0;
1078
+ }
1079
+ }
1080
+
1081
+ @-moz-keyframes progress-bar-stripes {
1082
+ from {
1083
+ background-position: 40px 0;
1084
+ }
1085
+ to {
1086
+ background-position: 0 0;
1087
+ }
1088
+ }
1089
+
1090
+ @-ms-keyframes progress-bar-stripes {
1091
+ from {
1092
+ background-position: 40px 0;
1093
+ }
1094
+ to {
1095
+ background-position: 0 0;
1096
+ }
1097
+ }
1098
+
1099
+ @-o-keyframes progress-bar-stripes {
1100
+ from {
1101
+ background-position: 0 0;
1102
+ }
1103
+ to {
1104
+ background-position: 40px 0;
1105
+ }
1106
+ }
1107
+
1108
+ @keyframes progress-bar-stripes {
1109
+ from {
1110
+ background-position: 40px 0;
1111
+ }
1112
+ to {
1113
+ background-position: 0 0;
1114
+ }
1115
+ }
1116
+
1117
+ .progress-layout {
1118
+ height: 20px;
1119
+ margin-bottom: 20px;
1120
+ overflow: hidden;
1121
+ background-color: #f7f7f7;
1122
+ background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
1123
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
1124
+ background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
1125
+ background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
1126
+ background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
1127
+ background-repeat: repeat-x;
1128
+ -webkit-border-radius: 4px;
1129
+ -moz-border-radius: 4px;
1130
+ border-radius: 4px;
1131
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
1132
+ -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
1133
+ -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
1134
+ box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
1135
+ }
1136
+
1137
+ .progress-layout .bar {
1138
+ float: left;
1139
+ width: 0;
1140
+ height: 100%;
1141
+ font-size: 12px;
1142
+ color: #ffffff;
1143
+ text-align: center;
1144
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
1145
+ background-color: #0e90d2;
1146
+ background-image: -moz-linear-gradient(top, #149bdf, #0480be);
1147
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
1148
+ background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
1149
+ background-image: -o-linear-gradient(top, #149bdf, #0480be);
1150
+ background-image: linear-gradient(to bottom, #149bdf, #0480be);
1151
+ background-repeat: repeat-x;
1152
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
1153
+ -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
1154
+ -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
1155
+ box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
1156
+ -webkit-box-sizing: border-box;
1157
+ -moz-box-sizing: border-box;
1158
+ box-sizing: border-box;
1159
+ -webkit-transition: width 0.6s ease;
1160
+ -moz-transition: width 0.6s ease;
1161
+ -o-transition: width 0.6s ease;
1162
+ transition: width 0.6s ease;
1163
+ }
1164
+
1165
+ .progress-layout .bar + .bar {
1166
+ -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
1167
+ -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
1168
+ box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
1169
+ }
1170
+
1171
+ .progress-layout-striped .bar {
1172
+ background-color: #149bdf;
1173
+ background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
1174
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1175
+ background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1176
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1177
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1178
+ -webkit-background-size: 40px 40px;
1179
+ -moz-background-size: 40px 40px;
1180
+ -o-background-size: 40px 40px;
1181
+ background-size: 40px 40px;
1182
+ }
1183
+
1184
+ .progress-layout.active .bar {
1185
+ -webkit-animation: progress-bar-stripes 2s linear infinite;
1186
+ -moz-animation: progress-bar-stripes 2s linear infinite;
1187
+ -ms-animation: progress-bar-stripes 2s linear infinite;
1188
+ -o-animation: progress-bar-stripes 2s linear infinite;
1189
+ animation: progress-bar-stripes 2s linear infinite;
1190
+ }
1191
+
1192
+ .progress-layout-danger .bar,
1193
+ .progress-layout .bar-danger {
1194
+ background-color: #dd514c;
1195
+ background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
1196
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
1197
+ background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
1198
+ background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
1199
+ background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
1200
+ background-repeat: repeat-x;
1201
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
1202
+ }
1203
+
1204
+ .progress-layout-danger.progress-layout-striped .bar,
1205
+ .progress-layout-striped .bar-danger {
1206
+ background-color: #ee5f5b;
1207
+ background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
1208
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1209
+ background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1210
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1211
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1212
+ }
1213
+
1214
+ .progress-layout-success .bar,
1215
+ .progress-layout .bar-success {
1216
+ background-color: #5eb95e;
1217
+ background-image: -moz-linear-gradient(top, #62c462, #57a957);
1218
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
1219
+ background-image: -webkit-linear-gradient(top, #62c462, #57a957);
1220
+ background-image: -o-linear-gradient(top, #62c462, #57a957);
1221
+ background-image: linear-gradient(to bottom, #62c462, #57a957);
1222
+ background-repeat: repeat-x;
1223
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
1224
+ }
1225
+
1226
+ .progress-layout-success.progress-layout-striped .bar,
1227
+ .progress-layout-striped .bar-success {
1228
+ background-color: #62c462;
1229
+ background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
1230
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1231
+ background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1232
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1233
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1234
+ }
1235
+
1236
+ .progress-layout-info .bar,
1237
+ .progress-layout .bar-info {
1238
+ background-color: #4bb1cf;
1239
+ background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
1240
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
1241
+ background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
1242
+ background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
1243
+ background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
1244
+ background-repeat: repeat-x;
1245
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
1246
+ }
1247
+
1248
+ .progress-layout-info.progress-layout-striped .bar,
1249
+ .progress-layout-striped .bar-info {
1250
+ background-color: #5bc0de;
1251
+ background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
1252
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1253
+ background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1254
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1255
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1256
+ }
1257
+
1258
+ .progress-layout-warning .bar,
1259
+ .progress-layout .bar-warning {
1260
+ background-color: #faa732;
1261
+ background-image: -moz-linear-gradient(top, #fbb450, #f89406);
1262
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
1263
+ background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
1264
+ background-image: -o-linear-gradient(top, #fbb450, #f89406);
1265
+ background-image: linear-gradient(to bottom, #fbb450, #f89406);
1266
+ background-repeat: repeat-x;
1267
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
1268
+ }
1269
+
1270
+ .progress-layout-warning.progress-layout-striped .bar,
1271
+ .progress-layout-striped .bar-warning {
1272
+ background-color: #fbb450;
1273
+ background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
1274
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1275
+ background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1276
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1277
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1278
+ }
1279
+
1280
+ .widget-layout {
1281
+ background: none repeat scroll 0 0 #F9F9F9;
1282
+ border-top: 1px solid #e0dede;
1283
+ border-left: 1px solid #e0dede;
1284
+ border-right: 1px solid #e0dede;
1285
+ clear: both;
1286
+ margin-top: 0px;
1287
+ margin-bottom: 20px;
1288
+ -webkit-border-radius: 3px;
1289
+ -moz-border-radius: 3px;
1290
+ border-radius: 3px;
1291
+ }
1292
+
1293
+ .widget-layout-title {
1294
+ background-color: #EFEFEF;
1295
+ background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#FDFDFD), to(#EAEAEA));
1296
+ background-image: -webkit-linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
1297
+ background-image: -moz-linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
1298
+ background-image: -ms-linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
1299
+ background-image: -o-linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
1300
+ background-image: -linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
1301
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#eaeaea',GradientType=0 );
1302
+ border-bottom: 1px solid #e0dede;
1303
+ height: 36px;
1304
+
1305
+ -webkit-border-radius: 3px 3px 0px 0px;
1306
+ -moz-border-radius: 3px 3px 0px 0px;
1307
+ border-radius: 3px 3px 0px 0px;
1308
+ }
1309
+
1310
+ /****************************** Widget Section *********************************/
1311
+ .widget-layout-title > h4 {
1312
+ color: #444;
1313
+ float: left;
1314
+ font-size: 13px;
1315
+ font-weight: bold;
1316
+ padding: 12px 11px 10px 15px;
1317
+ line-height: 12px;
1318
+ margin: 0 !important;
1319
+ }
1320
+
1321
+ .widget-layout-title > h4 i {
1322
+ font-size: 14px;
1323
+ margin-right: 6px;!important
1324
+ }
1325
+
1326
+ .widget-layout-title span.tools {
1327
+ padding: 3px 5px 2px;
1328
+ float: right;
1329
+ margin: 6px 0px 0 0 !important;
1330
+ }
1331
+
1332
+ .widget-layout-title span.tools > a {
1333
+ display: inline-block;
1334
+ margin-right: 5px !important;
1335
+ color: #555;
1336
+ font-size: 14px;
1337
+ }
1338
+ .widget-layout-title span.tools > a:hover {
1339
+ text-decoration: none;
1340
+ -webkit-transition: all 0.1s ease-in-out;
1341
+ -moz-transition: all 0.1s ease-in-out;
1342
+ -o-transition: all 0.1s ease-in-out;
1343
+ -ms-transition: all 0.1s ease-in-out;
1344
+ transition: all 0.1s ease-in-out;
1345
+ opacity: .6;
1346
+ }
1347
+
1348
+ .widget-layout-title .btn-group {
1349
+ margin-right:5px !important;
1350
+ margin-top: -2px !important;
1351
+ }
1352
+
1353
+ .widget-layout-title .btn-group .caret {
1354
+ margin-top: 8px !important;
1355
+ margin-left: 3px !important;
1356
+ }
1357
+
1358
+ .widget-layout-body {
1359
+ padding: 15px 15px;
1360
+ border-bottom: 1px solid #CDCDCD;
1361
+ -webkit-border-radius: 0px 0px 3px 3px;
1362
+ -moz-border-radius: 0px 0px 3px 3px;
1363
+ border-radius: 0px 0px 3px 3px;
1364
+ }
1365
+
1366
+ /********************** Widget Section *********************************/
1367
+ .fluid-layout table {
1368
+ max-width: 100%;
1369
+ background-color: transparent;
1370
+ border-collapse: collapse;
1371
+ border-spacing: 0;
1372
+ }
1373
+
1374
+ .fluid-layout .table {
1375
+ width: 100%;
1376
+ margin-bottom: 20px;
1377
+ margin-top: 10px !important
1378
+ }
1379
+
1380
+ .fluid-layout .table th,
1381
+ .fluid-layout .table td {
1382
+ padding: 8px;
1383
+ line-height: 20px;
1384
+ text-align: left;
1385
+ vertical-align: top;
1386
+ border-top: 1px solid #dddddd;
1387
+ }
1388
+
1389
+ .fluid-layout .table th {
1390
+ font-weight: bold;
1391
+ }
1392
+
1393
+ .fluid-layout .table thead th {
1394
+ vertical-align: bottom;
1395
+ }
1396
+
1397
+ .fluid-layout .table caption + thead tr:first-child th,
1398
+ .fluid-layout .table caption + thead tr:first-child td,
1399
+ .fluid-layout .table colgroup + thead tr:first-child th,
1400
+ .fluid-layout .table colgroup + thead tr:first-child td,
1401
+ .fluid-layout.table thead:first-child tr:first-child th,
1402
+ .fluid-layout.table thead :first-child tr:first-child td {
1403
+ border-top: 0;
1404
+ }
1405
+
1406
+ .fluid-layout .table tbody + tbody {
1407
+ border-top: 2px solid #dddddd;
1408
+ }
1409
+
1410
+ .fluid-layout .table .table {
1411
+ background-color: #ffffff;
1412
+ }
1413
+
1414
+ .fluid-layout .table-condensed th,
1415
+ .fluid-layout .table-condensed td {
1416
+ padding: 4px 5px;
1417
+ }
1418
+
1419
+ .fluid-layout .table-bordered {
1420
+ border: 1px solid #dddddd;
1421
+ border-collapse: separate;
1422
+ *border-collapse: collapse;
1423
+ border-left: 0;
1424
+ -webkit-border-radius: 4px;
1425
+ -moz-border-radius: 4px;
1426
+ border-radius: 4px;
1427
+ }
1428
+
1429
+ .fluid-layout .table-bordered th,
1430
+ .fluid-layout .table-bordered td {
1431
+ border-left: 1px solid #dddddd;
1432
+ }
1433
+ .fluid-layout .table-striped tbody > tr:nth-child(odd) > td,
1434
+ .fluid-layout .table-striped tbody > tr:nth-child(odd) > th {
1435
+ background-color: #f9f9f9;
1436
+ }
1437
+
1438
+ .fluid-layout .table-hover tbody tr:hover td,
1439
+ .fluid-layout .table-hover tbody tr:hover th {
1440
+ background-color: #f5f5f5;
1441
+ }
1442
+
1443
+
1444
+ .fluid-layout .table tbody tr.success td {
1445
+ background-color: #dff0d8;
1446
+ }
1447
+
1448
+ .fluid-layout .table tbody tr.error td {
1449
+ background-color: #f2dede;
1450
+ }
1451
+
1452
+ .fluid-layout .table tbody tr.warning td {
1453
+ background-color: #fcf8e3;
1454
+ }
1455
+
1456
+ .fluid-layout .table tbody tr.info td {
1457
+ background-color: #d9edf7;
1458
+ }
1459
+
1460
+ .fluid-layout .table-hover tbody tr.success:hover td {
1461
+ background-color: #d0e9c6;
1462
+ }
1463
+
1464
+ .fluid-layout .table-hover tbody tr.error:hover td {
1465
+ background-color: #ebcccc;
1466
+ }
1467
+
1468
+ .fluid-layout .table-hover tbody tr.warning:hover td {
1469
+ background-color: #faf2cc;
1470
+ }
1471
+
1472
+ .fluid-layout .table-hover tbody tr.info:hover td {
1473
+ background-color: #c4e3f3;
1474
+ }
1475
+ .label-layout,
1476
+ .badge {
1477
+ display: inline-block;
1478
+ padding: 2px 4px;
1479
+ font-size: 11.844px;
1480
+ font-weight: bold;
1481
+ line-height: 14px;
1482
+ color: #ffffff;
1483
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
1484
+ white-space: nowrap;
1485
+ vertical-align: baseline;
1486
+ background-color: #999999;
1487
+ }
1488
+
1489
+ .label-layout {
1490
+ -webkit-border-radius: 3px;
1491
+ -moz-border-radius: 3px;
1492
+ border-radius: 3px;
1493
+ }
1494
+
1495
+ .badge {
1496
+ padding-right: 9px;
1497
+ padding-left: 9px;
1498
+ -webkit-border-radius: 9px;
1499
+ -moz-border-radius: 9px;
1500
+ border-radius: 9px;
1501
+ }
1502
+
1503
+ .label-layout:empty,
1504
+ .badge:empty {
1505
+ display: none;
1506
+ }
1507
+
1508
+ .label-layout-important,
1509
+ .badge-important {
1510
+ background-color: #b94a48;
1511
+ }
1512
+
1513
+ .label-layout-important[href],
1514
+ .badge-important[href] {
1515
+ background-color: #953b39;
1516
+ }
1517
+
1518
+ .label-layout-warning,
1519
+ .badge-warning {
1520
+ background-color: #f89406;
1521
+ }
1522
+
1523
+ .label-layout-warning[href],
1524
+ .badge-warning[href] {
1525
+ background-color: #c67605;
1526
+ }
1527
+
1528
+ .label-layout-success,
1529
+ .badge-success {
1530
+ background-color: #468847;
1531
+ }
1532
+
1533
+ .label-layout-success[href],
1534
+ .badge-success[href] {
1535
+ background-color: #356635;
1536
+ }
1537
+
1538
+ .label-layout-info,
1539
+ .badge-info {
1540
+ background-color: #3a87ad;
1541
+ }
1542
+
1543
+ .label-layout-info[href],
1544
+ .badge-info[href] {
1545
+ background-color: #2d6987;
1546
+ }
1547
+
1548
+ .label-layout-inverse,
1549
+ .badge-inverse {
1550
+ background-color: #333333;
1551
+ }
1552
+
1553
+ .label-layout-inverse[href],
1554
+ .badge-inverse[href] {
1555
+ background-color: #1a1a1a;
1556
+ }
1557
+
1558
+ .btn .label-layout,
1559
+ .btn .badge {
1560
+ position: relative;
1561
+ top: -1px;
1562
+ }
1563
+
1564
+ .btn-mini .label-layout,
1565
+ .btn-mini .badge {
1566
+ top: 0;
1567
+ }
1568
+
1569
+ .fluid-layout a{
1570
+
1571
+ text-decoration:none !important
1572
+ }
1573
+ .fluid-layout a:hover
1574
+ {
1575
+
1576
+ text-decoration:none !important
1577
+ }
1578
+ /***********************************************FORM CONTENT***********************************************/
1579
+ .widget-layout-body .form form {
1580
+ margin: 0px !important;
1581
+ padding: 0px !important;
1582
+ }
1583
+
1584
+
1585
+ .widget-layout-body .form-actions{
1586
+ margin-left:-15px !important;
1587
+ margin-right:-15px !important;
1588
+ margin-top: 20px !important;
1589
+ margin-bottom: -15px !important;
1590
+ margin-top: 20px;
1591
+ padding-left: 195px;
1592
+ -webkit-border-radius: 0px 0px 4px 4px;
1593
+ -moz-border-radius: 0px 0px 4px 4px;
1594
+ border-radius: 0px 0px 4px 4px;
1595
+ }
1596
+ .widget-layout-body .dataTables_info, .widget-layout-body .dataTables_paginate {
1597
+ margin-top: 5px !important;
1598
+ padding-bottom: 0px !important;
1599
+ margin-bottom: -4px !important;
1600
+ }
1601
+ .dataTables_info { padding: 0px; display: block; float: left; }
1602
+ .dataTables_paginate { float: right; margin: 0px; }
1603
+ .dataTables_paginate .last { margin-right: 0!important; }
1604
+ paging_full_numbers { height: 22px; line-height: 22px; }
1605
+ .paging_full_numbers .next:active, .paging_full_numbers .first:active, .paging_full_numbers .previous:active, .paging_full_numbers .last:active { font-weight: normal!important; }
1606
+ .paging_full_numbers a:active { outline: none }
1607
+ .paging_full_numbers a:hover { text-decoration: none; }
1608
+ .paging_full_numbers a.paginate_button, .paging_full_numbers a.paginate_active { border: 1px solid #d3d3d3; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; padding: 5px 8px; margin: 0 3px; cursor: pointer; *cursor: hand; color: #919191; font-size: 11px; box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eaeaea; -webkit-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eaeaea; -moz-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eaeaea; }
1609
+ .paging_full_numbers a.paginate_button {
1610
+ background: #ffffff;
1611
+ background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
1612
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5));
1613
+ background: -webkit-linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
1614
+ background: -o-linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
1615
+ background: -ms-linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
1616
+ background: linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
1617
+ }
1618
+ .paging_full_numbers a.paginate_button:hover { background: #fcfcfc; color: #327394; }
1619
+ .paging_full_numbers a.paginate_active, .paging_full_numbers a.paginate_button:active { background: #6f6f6f; color: #fff; border-color: #646464; box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #fff; -webkit-box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #fff; -moz-box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #fff; font-weight: bold; }
1620
+ .paginate_button_disabled, .paginate_button_disabled:active { background: #F9F9F9!important; color: #CCC!important; box-shadow: none!important; font-weight: normal!important; border: 1px solid #E5E5E5!important; }
1621
+ .paginate_button_disabled:active { border-color: #d3d3d3!important; }
1622
+ .dataTables_processing { position: absolute; top: 50%; left: 50%; width: 250px; height: 30px; margin-left: -125px; margin-top: -15px; padding: 14px 0 2px 0; border: 1px solid #ddd; text-align: center; color: #999; font-size: 14px; background-color: white; }
1623
+ .sorting { background: url('../images/tables/sort_both.png') no-repeat 100% 8px; }
1624
+ /*.sorting_asc { background: url('../images/tables/sort_asc.png') no-repeat 100% 8px; }
1625
+ .sorting_desc { background: url('../images/tables/sort_desc.png') no-repeat 100% 8px; }*/
1626
+ .sorting_asc_disabled { background: url('../images/tables/sort_asc_disabled.png') no-repeat 100% 8px; }
1627
+ .sorting_desc_disabled { background: url('../images/tables/sort_desc_disabled.png') no-repeat 100% 8px; }
1628
+ .table.dataTable th:active { outline: none; }
1629
+ .datatable-footer { border-top: 1px solid #ddd; padding: 15px 0; }
1630
+ .datatable-footer {
1631
+ background: #fcfcfc;
1632
+ background: -moz-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
1633
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f5f5f5));
1634
+ background: -webkit-linear-gradient(top, #fcfcfc 0%,#f5f5f5 100%);
1635
+ background: -o-linear-gradient(top, #fcfcfc 0%,#f5f5f5 100%);
1636
+ background: -ms-linear-gradient(top, #fcfcfc 0%,#f5f5f5 100%);
1637
+ background: linear-gradient(top, #fcfcfc 0%,#f5f5f5 100%);
1638
+ }
1639
+ .dataTables_scroll { clear: both; }
1640
+ .dataTables_scrollBody { *margin-top: -1px; -webkit-overflow-scrolling: touch; }
1641
+ .table.dataTable th:active { outline: none; }
1642
+ .datatable-footer { border-top: 1px solid #ddd; padding: 15px 0; }
1643
+ .datatable-footer {
1644
+ background: #fcfcfc;
1645
+ background: -moz-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
1646
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f5f5f5));
1647
+ background: -webkit-linear-gradient(top, #fcfcfc 0%,#f5f5f5 100%);
1648
+ background: -o-linear-gradient(top, #fcfcfc 0%,#f5f5f5 100%);
1649
+ background: -ms-linear-gradient(top, #fcfcfc 0%,#f5f5f5 100%);
1650
+ background: linear-gradient(top, #fcfcfc 0%,#f5f5f5 100%);
1651
+ }
1652
+ .dataTables_scroll { clear: both; }
1653
+ .dataTables_scrollBody { *margin-top: -1px; -webkit-overflow-scrolling: touch; }
1654
+
1655
+ .widget-layout-body .table {
1656
+ padding-bottom: 0px !important;
1657
+ margin-bottom: 0px !important;
1658
+ }
1659
+ .form-search input,
1660
+ .form-inline input,
1661
+ .layout-form input,
1662
+ .form-search textarea,
1663
+ .form-inline textarea,
1664
+ .layout-form textarea,
1665
+ .form-search select,
1666
+ .form-inline select,
1667
+ .layout-form select,
1668
+ .form-search .help-inline,
1669
+ .form-inline .help-inline,
1670
+ .layout-form .help-inline,
1671
+ .form-search .uneditable-input,
1672
+ .form-inline .uneditable-input,
1673
+ .layout-form .uneditable-input,
1674
+ .form-search .input-prepend,
1675
+ .form-inline .input-prepend,
1676
+ .layout-form .input-prepend,
1677
+ .form-search .input-append,
1678
+ .form-inline .input-append,
1679
+ .layout-form .input-append {
1680
+ display: inline-block;
1681
+ *display: inline;
1682
+ margin-bottom: 0;
1683
+ vertical-align: middle;
1684
+ *zoom: 1;
1685
+ }
1686
+ .layout-control-group {
1687
+ margin-bottom: 5px;
1688
+ }
1689
+
1690
+ legend + .layout-control-group {
1691
+ margin-top: 20px;
1692
+ -webkit-margin-top-collapse: separate;
1693
+ }
1694
+
1695
+ .layout-form .layout-control-group {
1696
+ *zoom: 1;
1697
+ }
1698
+
1699
+ .layout-form .layout-control-group:before,
1700
+ .layout-form .layout-control-group:after {
1701
+ display: table;
1702
+ line-height: 0;
1703
+ content: "";
1704
+ }
1705
+
1706
+ .layout-form .layout-control-group:after {
1707
+ clear: both;
1708
+ }
1709
+
1710
+ .layout-form .layout-control-label {
1711
+ float: left;
1712
+ padding-top: 8px;
1713
+ text-align: left;
1714
+ }
1715
+
1716
+ .layout-form .layout-controls {
1717
+ *display: inline-block;
1718
+ *padding-left: 20px;
1719
+ margin-left: 180px;
1720
+ *margin-left: 0;
1721
+ }
1722
+
1723
+ .layout-form .layout-controls:first-child {
1724
+ *padding-left: 180px;
1725
+ }
1726
+
1727
+ .layout-form .help-block {
1728
+ margin-bottom: 0;
1729
+ }
1730
+
1731
+ .layout-form input + .help-block,
1732
+ .layout-form select + .help-block,
1733
+ .layout-form textarea + .help-block,
1734
+ .layout-form .uneditable-input + .help-block,
1735
+ .layout-form .input-prepend + .help-block,
1736
+ .layout-form .input-append + .help-block {
1737
+ margin-top: 10px;
1738
+ }
1739
+
1740
+ .layout-form .form-actions {
1741
+ padding-left: 180px;
1742
+ }
1743
+ .layout-control-group.warning > label,
1744
+ .layout-control-group.warning .help-block,
1745
+ .layout-control-group.warning .help-inline {
1746
+ color: #c09853;
1747
+ }
1748
+
1749
+ .layout-control-group.warning .checkbox,
1750
+ .layout-control-group.warning .radio,
1751
+ .layout-control-group.warning input,
1752
+ .layout-control-group.warning select,
1753
+ .layout-control-group.warning textarea {
1754
+ color: #c09853;
1755
+ }
1756
+
1757
+ .layout-control-group.warning input,
1758
+ .layout-control-group.warning select,
1759
+ .layout-control-group.warning textarea {
1760
+ border-color: #c09853;
1761
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1762
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1763
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1764
+ }
1765
+
1766
+ .layout-control-group.warning input:focus,
1767
+ .layout-control-group.warning select:focus,
1768
+ .layout-control-group.warning textarea:focus {
1769
+ border-color: #a47e3c;
1770
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
1771
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
1772
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
1773
+ }
1774
+
1775
+ .layout-control-group.warning .input-prepend .add-on,
1776
+ .layout-control-group.warning .input-append .add-on {
1777
+ color: #c09853;
1778
+ background-color: #fcf8e3;
1779
+ border-color: #c09853;
1780
+ }
1781
+
1782
+ .layout-control-group.error > label,
1783
+ .layout-control-group.error .help-block,
1784
+ .layout-control-group.error .help-inline {
1785
+ color: #b94a48;
1786
+ }
1787
+
1788
+ .layout-control-group.error .checkbox,
1789
+ .layout-control-group.error .radio,
1790
+ .layout-control-group.error input,
1791
+ .layout-control-group.error select,
1792
+ .layout-control-group.error textarea {
1793
+ color: #b94a48;
1794
+ }
1795
+
1796
+ .layout-control-group.error input,
1797
+ .layout-control-group.error select,
1798
+ .layout-control-group.error textarea {
1799
+ border-color: #b94a48;
1800
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1801
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1802
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1803
+ }
1804
+
1805
+ .layout-control-group.error input:focus,
1806
+ .layout-control-group.error select:focus,
1807
+ .layout-control-group.error textarea:focus {
1808
+ border-color: #953b39;
1809
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
1810
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
1811
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
1812
+ }
1813
+
1814
+ .layout-control-group.error .input-prepend .add-on,
1815
+ .layout-control-group.error .input-append .add-on {
1816
+ color: #b94a48;
1817
+ background-color: #f2dede;
1818
+ border-color: #b94a48;
1819
+ }
1820
+
1821
+ .layout-control-group.success > label,
1822
+ .layout-control-group.success .help-block,
1823
+ .layout-control-group.success .help-inline {
1824
+ color: #468847;
1825
+ }
1826
+
1827
+ .layout-control-group.success .checkbox,
1828
+ .layout-control-group.success .radio,
1829
+ .layout-control-group.success input,
1830
+ .layout-control-group.success select,
1831
+ .layout-control-group.success textarea {
1832
+ color: #468847;
1833
+ }
1834
+
1835
+ .layout-control-group.success input,
1836
+ .layout-control-group.success select,
1837
+ .layout-control-group.success textarea {
1838
+ border-color: #468847;
1839
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1840
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1841
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1842
+ }
1843
+
1844
+ .layout-control-group.success input:focus,
1845
+ .layout-control-group.success select:focus,
1846
+ .layout-control-group.success textarea:focus {
1847
+ border-color: #356635;
1848
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
1849
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
1850
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
1851
+ }
1852
+
1853
+ .layout-control-group.success .input-prepend .add-on,
1854
+ .layout-control-group.success .input-append .add-on {
1855
+ color: #468847;
1856
+ background-color: #dff0d8;
1857
+ border-color: #468847;
1858
+ }
1859
+
1860
+ .layout-control-group.info > label,
1861
+ .layout-control-group.info .help-block,
1862
+ .layout-control-group.info .help-inline {
1863
+ color: #3a87ad;
1864
+ }
1865
+
1866
+ .layout-control-group.info .checkbox,
1867
+ .layout-control-group.info .radio,
1868
+ .layout-control-group.info input,
1869
+ .layout-control-group.info select,
1870
+ .layout-control-group.info textarea {
1871
+ color: #3a87ad;
1872
+ }
1873
+
1874
+ .layout-control-group.info input,
1875
+ .layout-control-group.info select,
1876
+ .layout-control-group.info textarea {
1877
+ border-color: #3a87ad;
1878
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1879
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1880
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1881
+ }
1882
+
1883
+ .layout-control-group.info input:focus,
1884
+ .layout-control-group.info select:focus,
1885
+ .layout-control-group.info textarea:focus {
1886
+ border-color: #2d6987;
1887
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
1888
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
1889
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
1890
+ }
1891
+
1892
+ .layout-control-group.info .input-prepend .add-on,
1893
+ .layout-control-group.info .input-append .add-on {
1894
+ color: #3a87ad;
1895
+ background-color: #d9edf7;
1896
+ border-color: #3a87ad;
1897
+ }
1898
+ .layout-controls > .radio,
1899
+ .layout-controls > .checkbox {
1900
+ display: inline-block;
1901
+ padding: 0 !important;
1902
+ margin: 0 !important;
1903
+ margin-top: 0px !important;
1904
+ margin-right: 15px !important;
1905
+ }
1906
+
1907
+ .layout-controls > .radio.line,
1908
+ .layout-controls > .checkbox.line {
1909
+ display: block;
1910
+ padding: 0 !important;
1911
+ margin: 0 !important;
1912
+ margin-top: 5px !important;
1913
+ }
1914
+
1915
+ .layout-controls .text {
1916
+ display: block;
1917
+ margin-top: 5px;
1918
+ }
1919
+ .layout-controls > .radio:first-child,
1920
+ .layout-controls > .checkbox:first-child {
1921
+ padding-top: 5px;
1922
+ }
1923
+
1924
+ /* # Modal
1925
+ ================================================== */
1926
+
1927
+ .modal-open .modal .dropdown-menu { z-index: 2050; }
1928
+ .modal-open .modal .dropdown.open { *z-index: 2050; }
1929
+ .modal-open .modal .popover { z-index: 2060; }
1930
+ .modal-open .modal .tooltip { z-index: 2080; }
1931
+ .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000000; }
1932
+ .modal-backdrop.fade { opacity: 0; }
1933
+ .modal-backdrop, .modal-backdrop.fade.in { opacity: 0.3; filter: alpha(opacity=30); }
1934
+ .modal { position: fixed; top: 50%; left: 50%; z-index: 1050; overflow: auto; width: 560px; margin: -250px 0 0 -280px; background: url(../images/backgrounds/bg.png); border: 1px solid #c5c5c5;
1935
+
1936
+ -webkit-border-radius: 3px;
1937
+ -moz-border-radius: 3px;
1938
+ border-radius: 3px;
1939
+
1940
+ -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
1941
+ -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
1942
+ box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
1943
+
1944
+ -webkit-background-clip: padding-box;
1945
+ -moz-background-clip: padding-box;
1946
+ background-clip: padding-box;
1947
+
1948
+ }
1949
+ .modal.fade {top: -25%;
1950
+ -webkit-transition: opacity .3s linear, top .3s ease-out;
1951
+ -moz-transition: opacity .3s linear, top .3s ease-out;
1952
+ -o-transition: opacity .3s linear, top .3s ease-out;
1953
+ transition: opacity .3s linear, top .3s ease-out;
1954
+ }
1955
+ .modal.fade.in { top: 50%;z-index:10000; -webkit-border-radius: 5px;
1956
+ -moz-border-radius: 5px;
1957
+ border-radius: 5px;
1958
+ -moz-box-shadow: 0px 0px 5px #444444;
1959
+ -webkit-box-shadow: 0px 0px 5px #444;
1960
+ box-shadow: 0px 0px 5px #444;
1961
+ border: 10px solid rgba(52, 52, 52, .5);}
1962
+ .modal-header { padding: 7px 15px; -webkit-border-top-right-radius: 3px; -webkit-border-top-left-radius: 3px; border-bottom: 1px solid #c1c1c1; box-shadow: 0 1px 0 #fff; -webkit-box-shadow: 0 1px 0 #fff; -moz-box-shadow: 0 1px 0 #fff;
1963
+
1964
+ background: #fcfcfc;
1965
+ background: -moz-linear-gradient(top, #fcfcfc 0%, #ececec 100%);
1966
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#ececec));
1967
+ background: -webkit-linear-gradient(top, #fcfcfc 0%,#ececec 100%);
1968
+ background: -o-linear-gradient(top, #fcfcfc 0%,#ececec 100%);
1969
+ background: -ms-linear-gradient(top, #fcfcfc 0%,#ececec 100%);
1970
+ background: linear-gradient(to bottom, #fcfcfc 0%,#ececec 100%);
1971
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ececec',GradientType=0 );
1972
+
1973
+ }
1974
+ .modal-header .close { margin-top: 6px; }
1975
+ .modal-header h5 { margin: 0; padding: 3px 0 3px 0; }
1976
+ .modal-body { overflow-y: auto; padding: 15px; }
1977
+ .modal-body .selector, .modal-body .select { max-width: 100%; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -ms-box-sizing: border-box; height: 30px; }
1978
+ .modal-body .control-group { padding: 15px 0; }
1979
+ .modal-body .control-group:first-child { padding-top: 0; }
1980
+ .modal-body .control-group:last-child { padding-bottom: 0; }
1981
+
1982
+ .modal-form { margin-bottom: 0; }
1983
+ .modal-footer .btn { margin-top: 0; margin-bottom: 0; }
1984
+ .modal-footer { padding: 15px; margin-bottom: 0; text-align: right; background-color: #f5f5f5; border-top: 1px solid #ddd; *zoom: 1;
1985
+
1986
+ -webkit-border-radius: 0 0 3px 3px;
1987
+ -moz-border-radius: 0 0 3px 3px;
1988
+ border-radius: 0 0 3px 3px;
1989
+
1990
+ -webkit-box-shadow: inset 0 1px 0 #ffffff;
1991
+ -moz-box-shadow: inset 0 1px 0 #ffffff;
1992
+ box-shadow: inset 0 1px 0 #ffffff;
1993
+
1994
+ }
1995
+ .modal-footer:before, .modal-footer:after { display: table; content: ""; line-height: 0; }
1996
+ .modal-footer:after { clear: both; }
1997
+ .modal-footer .btn + .btn { margin-left: 5px; margin-bottom: 0; }
1998
+ .modal-footer .btn-group .btn + .btn { margin-left: -1px; }
1999
+ .dropup, .dropdown { position: relative; }
2000
+ .dropdown-toggle { *margin-bottom: -3px; }
2001
+ .dropdown-toggle:active, .open .dropdown-toggle { outline: 0; }
2002
+
2003
+ /* # Other classes
2004
+ ================================================== */
2005
+
2006
+ .close { float: right; font-size: 16px; line-height: 16px; color: #000000; opacity: 0.2; filter: alpha(opacity=20); }
2007
+ .close:hover { color: #000000; text-decoration: none; cursor: pointer; opacity: 0.4; filter: alpha(opacity=40); }
2008
+ button.close { padding: 0; cursor: pointer; background: transparent; border: 0; }
2009
+
2010
+ .pull-right { float: right; }
2011
+ .pull-left { float: left; }
2012
+ .hide { display: none; }
2013
+ .show { display: block; }
2014
+ .invisible { visibility: hidden; }
2015
+ .typeahead { margin-top: -1px; }
2016
+ .fade { opacity: 0; -webkit-transition: opacity 0.15s linear; -moz-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear; }
2017
+ .fade.in { opacity: 1; }
2018
+ .collapse { position: relative; height: 0; overflow: hidden; -webkit-transition: height 0.35s ease; -moz-transition: height 0.35s ease; -o-transition: height 0.35s ease; transition: height 0.35s ease; }
2019
+ .collapse.in { height: auto; }
2020
+ .hidden { display: none; }
2021
+ *===== Popover =====*/
2022
+ .popover {
2023
+ position: absolute;
2024
+ top: 0;
2025
+ left: 0;
2026
+ z-index: 1010;
2027
+ display: none;
2028
+ background-color: #ffffff;
2029
+ border: 1px solid #d5d5d5;
2030
+ -webkit-background-clip: padding-box;
2031
+ -moz-background-clip: padding;
2032
+ background-clip: padding-box;
2033
+ -webkit-border-radius: 3px;
2034
+ -moz-border-radius: 3px;
2035
+ border-radius: 3px;
2036
+ -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
2037
+ -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
2038
+ box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
2039
+ }
2040
+ .popover.top {
2041
+ margin-bottom: 10px;
2042
+ }
2043
+ .popover.right {
2044
+ margin-left: 10px;
2045
+ }
2046
+ .popover.bottom {
2047
+ margin-top: 10px;
2048
+ }
2049
+ .popover.left {
2050
+ margin-left: -10px;
2051
+ }
2052
+ .popover-title {
2053
+ border-bottom: 1px solid #d5d5d5;
2054
+ margin: 0;
2055
+ padding: 9px 14px 8px 14px;
2056
+ font-size: 12px;
2057
+ font-weight: bold;
2058
+ line-height: 18px;
2059
+ -webkit-border-radius: 3px 3px 0 0;
2060
+ -moz-border-radius: 3px 3px 0 0;
2061
+ border-radius: 3px 3px 0 0;
2062
+ background: #f7f7f7;
2063
+ background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
2064
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
2065
+ background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
2066
+ background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
2067
+ background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
2068
+ background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%);
2069
+ filter: progid :DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
2070
+
2071
+ box-shadow: 0 1px 0 #fff;
2072
+ -webkit-box-shadow: 0 1px 0 #fff;
2073
+ -moz-box-shadow: 0 1px 0 #fff;
2074
+ }
2075
+ .popover-content {
2076
+ padding: 9px 14px;
2077
+ }
2078
+ .popover-content p, .popover-content ul, .popover-content ol {
2079
+ margin-bottom: 0;
2080
+ }
2081
+ .popover .arrow, .popover .arrow:after {
2082
+ position: absolute;
2083
+ display: inline-block;
2084
+ width: 0;
2085
+ height: 0;
2086
+ border-color: transparent;
2087
+ border-style: solid;
2088
+ }
2089
+ .popover .arrow:after {
2090
+ content: "";
2091
+ z-index: -1;
2092
+ }
2093
+ .popover.top .arrow {
2094
+ bottom: -7px;
2095
+ left: 50%;
2096
+ margin-left: -7px;
2097
+ border-width: 7px 7px 0;
2098
+ border-top-color: #ffffff;
2099
+ }
2100
+ .popover.top .arrow:after {
2101
+ border-width: 8px 8px 0;
2102
+ border-top-color: rgba(0, 0, 0, 0.25);
2103
+ bottom: -1px;
2104
+ left: -8px;
2105
+ }
2106
+ .popover.right .arrow {
2107
+ top: 50%;
2108
+ left: -7px;
2109
+ margin-top: -7px;
2110
+ border-width: 7px 7px 7px 0;
2111
+ border-right-color: #ffffff;
2112
+ }
2113
+ .popover.right .arrow:after {
2114
+ border-width: 8px 8px 8px 0;
2115
+ border-right-color: rgba(0, 0, 0, 0.25);
2116
+ bottom: -8px;
2117
+ left: -1px;
2118
+ }
2119
+ .popover.bottom .arrow {
2120
+ top: -7px;
2121
+ left: 50%;
2122
+ margin-left: -7px;
2123
+ border-width: 0 7px 7px;
2124
+ border-bottom-color: #ffffff;
2125
+ }
2126
+ .popover.bottom .arrow:after {
2127
+ border-width: 0 8px 8px;
2128
+ border-bottom-color: rgba(0, 0, 0, 0.25);
2129
+ top: -1px;
2130
+ left: -8px;
2131
+ }
2132
+ .popover.left .arrow {
2133
+ top: 50%;
2134
+ right: -7px;
2135
+ margin-top: -7px;
2136
+ border-width: 7px 0 7px 7px;
2137
+ border-left-color: #ffffff;
2138
+ }
2139
+ .popover.left .arrow:after {
2140
+ border-width: 8px 0 8px 8px;
2141
+ border-left-color: rgba(0, 0, 0, 0.25);
2142
+ bottom: -8px;
2143
+ right: -1px;
2144
+ }
2145
+ /**********************************SHUTTER**********************************/
2146
+ .shutter-layout {
2147
+ overflow: hidden;
2148
+ display: block;
2149
+ }
2150
+ .shutter-layout .Image-details {
2151
+ width: 100%;
2152
+ display: none;
2153
+ background-color: #000;
2154
+ color: #fff !important;
2155
+ padding: 5px;
2156
+ text-align: center;
2157
+ position: relative;
2158
+ bottom: 30px;
2159
+ margin-bottom: -30px;
2160
+ overflow: hidden;
2161
+ z-index: 6;
2162
+ }
2163
+ .shutter-layout:hover .Image-details {
2164
+ display: block;
2165
+ opacity: 0.7;
2166
+ filter: alpha(opacity = 70);
2167
+ }
2168
+ .shutter-layout:hover .zoom-icon {
2169
+ opacity: 0.5;
2170
+ filter: alpha(opacity = 50);
2171
+ }
2172
+ /* zoom icon overlay on images */
2173
+ .layout-zoom {
2174
+ cursor: pointer;
2175
+ width: 100%;
2176
+ height: 100%;
2177
+ position: relative;
2178
+ z-index: 5;
2179
+ }
2180
+ .layout-zoom .zoom-icon {
2181
+ background-image: url("../images/overlay-icon.png");
2182
+ background-color: #222;
2183
+ background-repeat: no-repeat;
2184
+ background-position: 50%;
2185
+ position: absolute;
2186
+ width: inherit;
2187
+ height: inherit;
2188
+ opacity: 0;
2189
+ filter: alpha(opacity = 0);
2190
+ z-index: 6;
2191
+ top: 0;
2192
+ }
2193
+ .layout-thumbnails {
2194
+ margin-left: -20px;
2195
+ list-style: none;
2196
+ *
2197
+ zoom: 1;
2198
+ }
2199
+ .layout-thumbnails:before, .layout-thumbnails:after {
2200
+ display: table;
2201
+ line-height: 0;
2202
+ content: "";
2203
+ }
2204
+ .layout-thumbnails:after {
2205
+ clear: both;
2206
+ }
2207
+ .fluid-layout .layout-thumbnails {
2208
+ margin-left: 0;
2209
+ }
2210
+ .layout-thumbnails > li {
2211
+ float: left;
2212
+ margin-bottom: 20px;
2213
+ margin-left: 20px;
2214
+ }
2215
+ .layout-thumbnail {
2216
+ display: block;
2217
+ padding: 4px;
2218
+ line-height: 20px;
2219
+ border: 1px solid #ddd;
2220
+ -webkit-border-radius: 4px;
2221
+ -moz-border-radius: 4px;
2222
+ border-radius: 4px;
2223
+ -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
2224
+ -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
2225
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
2226
+ -webkit-transition: all 0.2s ease-in-out;
2227
+ -moz-transition: all 0.2s ease-in-out;
2228
+ -o-transition: all 0.2s ease-in-out;
2229
+ transition: all 0.2s ease-in-out;
2230
+ }
2231
+ a.layout-thumbnail:hover {
2232
+ border-color: #0088cc;
2233
+ -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
2234
+ -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
2235
+ box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
2236
+ }
2237
+ .layout-thumbnail > img {
2238
+ display: block;
2239
+ max-width: 100%;
2240
+ margin-right: auto;
2241
+ margin-left: auto;
2242
+ }
2243
+ .layout-thumbnail .caption {
2244
+ padding: 9px;
2245
+ color: #555555;
2246
+ }
2247
+
2248
+ @media (min-width: 768px) and (max-width: 979px) {
2249
+ .hidden-desktop {
2250
+ display: inherit !important;
2251
+ }
2252
+ .visible-desktop {
2253
+ display: none !important ;
2254
+ }
2255
+ .visible-tablet {
2256
+ display: inherit !important;
2257
+ }
2258
+ .hidden-tablet {
2259
+ display: none !important;
2260
+ }
2261
+ }
2262
+
2263
+ @media (max-width: 767px) {
2264
+ .hidden-desktop {
2265
+ display: inherit !important;
2266
+ }
2267
+ .visible-desktop {
2268
+ display: none !important;
2269
+ }
2270
+ .visible-phone {
2271
+ display: inherit !important;
2272
+ }
2273
+ .hidden-phone {
2274
+ display: none !important;
2275
+ }
2276
+ }
2277
+
2278
+ @media (min-width: 1200px) {
2279
+
2280
+ [class*="layout-span"] {
2281
+ float: left;
2282
+ min-height: 1px;
2283
+
2284
+ }
2285
+
2286
+ .layout-span12 {
2287
+ width: 1170px;
2288
+ }
2289
+ .layout-span11 {
2290
+ width: 1070px;
2291
+ }
2292
+ .layout-span10 {
2293
+ width: 970px;
2294
+ }
2295
+ .layout-span9 {
2296
+ width: 870px;
2297
+ }
2298
+ .layout-span8 {
2299
+ width: 770px;
2300
+ }
2301
+ .layout-span7 {
2302
+ width: 800px;
2303
+ }
2304
+ .layout-span6 {
2305
+ width: 570px;
2306
+ }
2307
+ .layout-span5 {
2308
+ width: 470px;
2309
+ }
2310
+ .layout-span4 {
2311
+ width: 370px;
2312
+ }
2313
+ .layout-span3 {
2314
+ width: 270px;
2315
+ }
2316
+ .layout-span2 {
2317
+ width: 170px;
2318
+ }
2319
+ .layout-span1 {
2320
+ width: 70px;
2321
+ }
2322
+ .offset12 {
2323
+ margin-left: 1230px;
2324
+ }
2325
+ .offset11 {
2326
+ margin-left: 1130px;
2327
+ }
2328
+ .offset10 {
2329
+ margin-left: 1030px;
2330
+ }
2331
+ .offset9 {
2332
+ margin-left: 930px;
2333
+ }
2334
+ .offset8 {
2335
+ margin-left: 830px;
2336
+ }
2337
+ .offset7 {
2338
+ margin-left: 730px;
2339
+ }
2340
+ .offset6 {
2341
+ margin-left: 630px;
2342
+ }
2343
+ .offset5 {
2344
+ margin-left: 530px;
2345
+ }
2346
+ .offset4 {
2347
+ margin-left: 430px;
2348
+ }
2349
+ .offset3 {
2350
+ margin-left: 330px;
2351
+ }
2352
+ .offset2 {
2353
+ margin-left: 230px;
2354
+ }
2355
+ .offset1 {
2356
+ margin-left: 130px;
2357
+ }
2358
+ .fluid-layout {
2359
+ width: 99%;
2360
+ margin-top:1%;
2361
+ *zoom: 1;
2362
+ }
2363
+ .fluid-layout:before,
2364
+ .fluid-layout:after {
2365
+ display: table;
2366
+ line-height: 0;
2367
+ content: "";
2368
+ }
2369
+ .fluid-layout:after {
2370
+ clear: both;
2371
+ }
2372
+ .fluid-layout [class*="layout-span"] {
2373
+ display: block;
2374
+ float: left;
2375
+ width: 100%;
2376
+ min-height: 30px;
2377
+ margin-left: 2.564102564102564%;
2378
+ *margin-left: 2.5109110747408616%;
2379
+ -webkit-box-sizing: border-box;
2380
+ -moz-box-sizing: border-box;
2381
+ box-sizing: border-box;
2382
+ }
2383
+ .fluid-layout [class*="layout-span"]:first-child {
2384
+ margin-left: 0;
2385
+ }
2386
+ .fluid-layout .controls-row [class*="layout-span"] + [class*="layout-span"] {
2387
+ margin-left: 2.564102564102564%;
2388
+ }
2389
+ .fluid-layout .layout-span12 {
2390
+ width: 100%;
2391
+ *width: 99.94680851063829% !important;
2392
+ }
2393
+ .fluid-layout .layout-span11 {
2394
+ width: 91.45299145299145%;
2395
+ *width: 91.39979996362975%;
2396
+ }
2397
+ .fluid-layout .layout-span10 {
2398
+ width: 82.90598290598291%;
2399
+ *width: 82.8527914166212%;
2400
+ }
2401
+ .fluid-layout .layout-span9 {
2402
+ width: 74.35897435897436%;
2403
+ *width: 74.30578286961266%;
2404
+ }
2405
+ .fluid-layout .layout-span8 {
2406
+ width: 65.81196581196582%;
2407
+ *width: 65.75877432260411%;
2408
+ }
2409
+ .fluid-layout .layout-span7 {
2410
+ width: 57.26495726495726%;
2411
+ *width: 57.21176577559556%;
2412
+ }
2413
+ .fluid-layout .layout-span6 {
2414
+ width: 48.717948717948715%;
2415
+ *width: 48.664757228587014%;
2416
+ }
2417
+ .fluid-layout .layout-span5 {
2418
+ width: 40.17094017094017%;
2419
+ *width: 40.11774868157847%;
2420
+ }
2421
+ .fluid-layout .layout-span4 {
2422
+ width: 31.623931623931625%;
2423
+ *width: 31.570740134569924%;
2424
+ }
2425
+ .fluid-layout .layout-span3 {
2426
+ width: 23.076923076923077%;
2427
+ *width: 23.023731587561375%;
2428
+ }
2429
+ .fluid-layout .layout-span2 {
2430
+ width: 14.52991452991453%;
2431
+ *width: 14.476723040552828%;
2432
+ }
2433
+ .fluid-layout .layout-span1 {
2434
+ width: 5.982905982905983%;
2435
+ *width: 5.929714493544281%;
2436
+ }
2437
+ .fluid-layout .offset12 {
2438
+ margin-left: 105.12820512820512%;
2439
+ *margin-left: 105.02182214948171%;
2440
+ }
2441
+ .fluid-layout .offset12:first-child {
2442
+ margin-left: 102.56410256410257%;
2443
+ *margin-left: 102.45771958537915%;
2444
+ }
2445
+ .fluid-layout .offset11 {
2446
+ margin-left: 96.58119658119658%;
2447
+ *margin-left: 96.47481360247316%;
2448
+ }
2449
+ .fluid-layout .offset11:first-child {
2450
+ margin-left: 94.01709401709402%;
2451
+ *margin-left: 93.91071103837061%;
2452
+ }
2453
+ .fluid-layout .offset10 {
2454
+ margin-left: 88.03418803418803%;
2455
+ *margin-left: 87.92780505546462%;
2456
+ }
2457
+ .fluid-layout .offset10:first-child {
2458
+ margin-left: 85.47008547008548%;
2459
+ *margin-left: 85.36370249136206%;
2460
+ }
2461
+ .fluid-layout .offset9 {
2462
+ margin-left: 79.48717948717949%;
2463
+ *margin-left: 79.38079650845607%;
2464
+ }
2465
+ .fluid-layout .offset9:first-child {
2466
+ margin-left: 76.92307692307693%;
2467
+ *margin-left: 76.81669394435352%;
2468
+ }
2469
+ .fluid-layout .offset8 {
2470
+ margin-left: 70.94017094017094%;
2471
+ *margin-left: 70.83378796144753%;
2472
+ }
2473
+ .fluid-layout .offset8:first-child {
2474
+ margin-left: 68.37606837606839%;
2475
+ *margin-left: 68.26968539734497%;
2476
+ }
2477
+ .fluid-layout .offset7 {
2478
+ margin-left: 62.393162393162385%;
2479
+ *margin-left: 62.28677941443899%;
2480
+ }
2481
+ .fluid-layout .offset7:first-child {
2482
+ margin-left: 59.82905982905982%;
2483
+ *margin-left: 59.72267685033642%;
2484
+ }
2485
+ .fluid-layout .offset6 {
2486
+ margin-left: 53.84615384615384%;
2487
+ *margin-left: 53.739770867430444%;
2488
+ }
2489
+ .fluid-layout .offset6:first-child {
2490
+ margin-left: 51.28205128205128%;
2491
+ *margin-left: 51.175668303327875%;
2492
+ }
2493
+ .fluid-layout .offset5 {
2494
+ margin-left: 45.299145299145295%;
2495
+ *margin-left: 45.1927623204219%;
2496
+ }
2497
+ .fluid-layout .offset5:first-child {
2498
+ margin-left: 42.73504273504273%;
2499
+ *margin-left: 42.62865975631933%;
2500
+ }
2501
+ .fluid-layout .offset4 {
2502
+ margin-left: 36.75213675213675%;
2503
+ *margin-left: 36.645753773413354%;
2504
+ }
2505
+ .fluid-layout .offset4:first-child {
2506
+ margin-left: 34.18803418803419%;
2507
+ *margin-left: 34.081651209310785%;
2508
+ }
2509
+ .fluid-layout .offset3 {
2510
+ margin-left: 28.205128205128204%;
2511
+ *margin-left: 28.0987452264048%;
2512
+ }
2513
+ .fluid-layout .offset3:first-child {
2514
+ margin-left: 25.641025641025642%;
2515
+ *margin-left: 25.53464266230224%;
2516
+ }
2517
+ .fluid-layout .offset2 {
2518
+ margin-left: 19.65811965811966%;
2519
+ *margin-left: 19.551736679396257%;
2520
+ }
2521
+ .fluid-layout .offset2:first-child {
2522
+ margin-left: 17.094017094017094%;
2523
+ *margin-left: 16.98763411529369%;
2524
+ }
2525
+ .fluid-layout .offset1 {
2526
+ margin-left: 11.11111111111111%;
2527
+ *margin-left: 11.004728132387708%;
2528
+ }
2529
+ .fluid-layout .offset1:first-child {
2530
+ margin-left: 8.547008547008547%;
2531
+ *margin-left: 8.440625568285142%;
2532
+ }
2533
+ input,
2534
+ textarea,
2535
+ .uneditable-input {
2536
+ margin-left: 0;
2537
+ }
2538
+ .controls-row [class*="layout-span"] + [class*="layout-span"] {
2539
+ margin-left: 30px;
2540
+ }
2541
+ input.layout-span12,
2542
+ textarea.layout-span12,
2543
+ .uneditable-input.layout-span12 {
2544
+ width: 1156px;
2545
+ }
2546
+ input.layout-span11,
2547
+ textarea.layout-span11,
2548
+ .uneditable-input.layout-span11 {
2549
+ width: 1056px;
2550
+ }
2551
+ input.layout-span10,
2552
+ textarea.layout-span10,
2553
+ .uneditable-input.layout-span10 {
2554
+ width: 956px;
2555
+ }
2556
+ input.layout-span9,
2557
+ textarea.layout-span9,
2558
+ .uneditable-input.layout-span9 {
2559
+ width: 856px;
2560
+ }
2561
+ input.layout-span8,
2562
+ textarea.layout-span8,
2563
+ .uneditable-input.layout-span8 {
2564
+ width: 756px;
2565
+ }
2566
+ input.layout-span7,
2567
+ textarea.layout-span7,
2568
+ .uneditable-input.layout-span7 {
2569
+ width: 656px;
2570
+ }
2571
+ input.layout-span6,
2572
+ textarea.layout-span6,
2573
+ .uneditable-input.layout-span6 {
2574
+ width: 556px;
2575
+ }
2576
+ input.layout-span5,
2577
+ textarea.layout-span5,
2578
+ .uneditable-input.layout-span5 {
2579
+ width: 456px;
2580
+ }
2581
+ input.layout-span4,
2582
+ textarea.layout-span4,
2583
+ .uneditable-input.layout-span4 {
2584
+ width: 356px;
2585
+ }
2586
+ input.layout-span3,
2587
+ textarea.layout-span3,
2588
+ .uneditable-input.layout-span3 {
2589
+ width: 256px;
2590
+ }
2591
+ input.layout-span2,
2592
+ textarea.layout-span2,
2593
+ .uneditable-input.layout-span2 {
2594
+ width: 156px;
2595
+ }
2596
+ input.layout-span1,
2597
+ textarea.layout-span1,
2598
+ .uneditable-input.layout-span1 {
2599
+ width: 56px;
2600
+ }
2601
+ .thumbnails {
2602
+ margin-left: -30px;
2603
+ }
2604
+ .thumbnails > li {
2605
+ margin-left: 30px;
2606
+ }
2607
+ .fluid-layout .thumbnails {
2608
+ margin-left: 0;
2609
+ }
2610
+ }
2611
+
2612
+ @media (min-width: 768px) and (max-width: 979px) {
2613
+
2614
+ [class*="layout-span"] {
2615
+ float: left;
2616
+ min-height: 1px;
2617
+ margin-left: 20px;
2618
+ }
2619
+ .container,
2620
+ .navbar-static-top .container,
2621
+ .navbar-fixed-top .container,
2622
+ .navbar-fixed-bottom .container {
2623
+ width: 724px;
2624
+ }
2625
+ .layout-span12 {
2626
+ width: 724px;
2627
+ }
2628
+ .layout-span11 {
2629
+ width: 662px;
2630
+ }
2631
+ .layout-span10 {
2632
+ width: 600px;
2633
+ }
2634
+ .layout-span9 {
2635
+ width: 538px;
2636
+ }
2637
+ .layout-span8 {
2638
+ width: 476px;
2639
+ }
2640
+ .layout-span7 {
2641
+ width: 414px;
2642
+ }
2643
+ .layout-span6 {
2644
+ width: 352px;
2645
+ }
2646
+ .layout-span5 {
2647
+ width: 290px;
2648
+ }
2649
+ .layout-span4 {
2650
+ width: 228px;
2651
+ }
2652
+ .layout-span3 {
2653
+ width: 166px;
2654
+ }
2655
+ .layout-span2 {
2656
+ width: 104px;
2657
+ }
2658
+ .layout-span1 {
2659
+ width: 42px;
2660
+ }
2661
+ .offset12 {
2662
+ margin-left: 764px;
2663
+ }
2664
+ .offset11 {
2665
+ margin-left: 702px;
2666
+ }
2667
+ .offset10 {
2668
+ margin-left: 640px;
2669
+ }
2670
+ .offset9 {
2671
+ margin-left: 578px;
2672
+ }
2673
+ .offset8 {
2674
+ margin-left: 516px;
2675
+ }
2676
+ .offset7 {
2677
+ margin-left: 454px;
2678
+ }
2679
+ .offset6 {
2680
+ margin-left: 392px;
2681
+ }
2682
+ .offset5 {
2683
+ margin-left: 330px;
2684
+ }
2685
+ .offset4 {
2686
+ margin-left: 268px;
2687
+ }
2688
+ .offset3 {
2689
+ margin-left: 206px;
2690
+ }
2691
+ .offset2 {
2692
+ margin-left: 144px;
2693
+ }
2694
+ .offset1 {
2695
+ margin-left: 82px;
2696
+ }
2697
+ .fluid-layout {
2698
+ width: 99%;
2699
+ margin-top:1%;
2700
+ *zoom: 1;
2701
+ }
2702
+ .fluid-layout:before,
2703
+ .fluid-layout:after {
2704
+ display: table;
2705
+ line-height: 0;
2706
+ content: "";
2707
+ }
2708
+ .fluid-layout:after {
2709
+ clear: both;
2710
+ }
2711
+ .fluid-layout [class*="layout-span"] {
2712
+ display: block;
2713
+ float: left;
2714
+ width: 100%;
2715
+ min-height: 30px;
2716
+ margin-left: 2.7624309392265194%;
2717
+ *margin-left: 2.709239449864817%;
2718
+ -webkit-box-sizing: border-box;
2719
+ -moz-box-sizing: border-box;
2720
+ box-sizing: border-box;
2721
+ }
2722
+ .fluid-layout [class*="layout-span"]:first-child {
2723
+ margin-left: 0;
2724
+ }
2725
+ .fluid-layout .controls-row [class*="layout-span"] + [class*="layout-span"] {
2726
+ margin-left: 2.7624309392265194%;
2727
+ }
2728
+ .fluid-layout .layout-span12 {
2729
+ width: 100%;
2730
+ *width: 99.94680851063829%;
2731
+ }
2732
+ .fluid-layout .layout-span11 {
2733
+ width: 91.43646408839778%;
2734
+ *width: 91.38327259903608%;
2735
+ }
2736
+ .fluid-layout .layout-span10 {
2737
+ width: 82.87292817679558%;
2738
+ *width: 82.81973668743387%;
2739
+ }
2740
+ .fluid-layout .layout-span9 {
2741
+ width: 74.30939226519337%;
2742
+ *width: 74.25620077583166%;
2743
+ }
2744
+ .fluid-layout .layout-span8 {
2745
+ width: 65.74585635359117%;
2746
+ *width: 65.69266486422946%;
2747
+ }
2748
+ .fluid-layout .layout-span7 {
2749
+ width: 57.18232044198895%;
2750
+ *width: 57.12912895262725%;
2751
+ }
2752
+ .fluid-layout .layout-span6 {
2753
+ width: 48.61878453038674%;
2754
+ *width: 48.56559304102504%;
2755
+ }
2756
+ .fluid-layout .layout-span5 {
2757
+ width: 40.05524861878453%;
2758
+ *width: 40.00205712942283%;
2759
+ }
2760
+ .fluid-layout .layout-span4 {
2761
+ width: 31.491712707182323%;
2762
+ *width: 31.43852121782062%;
2763
+ }
2764
+ .fluid-layout .layout-span3 {
2765
+ width: 22.92817679558011%;
2766
+ *width: 22.87498530621841%;
2767
+ }
2768
+ .fluid-layout .layout-span2 {
2769
+ width: 14.3646408839779%;
2770
+ *width: 14.311449394616199%;
2771
+ }
2772
+ .fluid-layout .layout-span1 {
2773
+ width: 5.801104972375691%;
2774
+ *width: 5.747913483013988%;
2775
+ }
2776
+ .fluid-layout .offset12 {
2777
+ margin-left: 105.52486187845304%;
2778
+ *margin-left: 105.41847889972962%;
2779
+ }
2780
+ .fluid-layout .offset12:first-child {
2781
+ margin-left: 102.76243093922652%;
2782
+ *margin-left: 102.6560479605031%;
2783
+ }
2784
+ .fluid-layout .offset11 {
2785
+ margin-left: 96.96132596685082%;
2786
+ *margin-left: 96.8549429881274%;
2787
+ }
2788
+ .fluid-layout .offset11:first-child {
2789
+ margin-left: 94.1988950276243%;
2790
+ *margin-left: 94.09251204890089%;
2791
+ }
2792
+ .fluid-layout .offset10 {
2793
+ margin-left: 88.39779005524862%;
2794
+ *margin-left: 88.2914070765252%;
2795
+ }
2796
+ .fluid-layout .offset10:first-child {
2797
+ margin-left: 85.6353591160221%;
2798
+ *margin-left: 85.52897613729868%;
2799
+ }
2800
+ .fluid-layout .offset9 {
2801
+ margin-left: 79.8342541436464%;
2802
+ *margin-left: 79.72787116492299%;
2803
+ }
2804
+ .fluid-layout .offset9:first-child {
2805
+ margin-left: 77.07182320441989%;
2806
+ *margin-left: 76.96544022569647%;
2807
+ }
2808
+ .fluid-layout .offset8 {
2809
+ margin-left: 71.2707182320442%;
2810
+ *margin-left: 71.16433525332079%;
2811
+ }
2812
+ .fluid-layout .offset8:first-child {
2813
+ margin-left: 68.50828729281768%;
2814
+ *margin-left: 68.40190431409427%;
2815
+ }
2816
+ .fluid-layout .offset7 {
2817
+ margin-left: 62.70718232044199%;
2818
+ *margin-left: 62.600799341718584%;
2819
+ }
2820
+ .fluid-layout .offset7:first-child {
2821
+ margin-left: 59.94475138121547%;
2822
+ *margin-left: 59.838368402492065%;
2823
+ }
2824
+ .fluid-layout .offset6 {
2825
+ margin-left: 54.14364640883978%;
2826
+ *margin-left: 54.037263430116376%;
2827
+ }
2828
+ .fluid-layout .offset6:first-child {
2829
+ margin-left: 51.38121546961326%;
2830
+ *margin-left: 51.27483249088986%;
2831
+ }
2832
+ .fluid-layout .offset5 {
2833
+ margin-left: 45.58011049723757%;
2834
+ *margin-left: 45.47372751851417%;
2835
+ }
2836
+ .fluid-layout .offset5:first-child {
2837
+ margin-left: 42.81767955801105%;
2838
+ *margin-left: 42.71129657928765%;
2839
+ }
2840
+ .fluid-layout .offset4 {
2841
+ margin-left: 37.01657458563536%;
2842
+ *margin-left: 36.91019160691196%;
2843
+ }
2844
+ .fluid-layout .offset4:first-child {
2845
+ margin-left: 34.25414364640884%;
2846
+ *margin-left: 34.14776066768544%;
2847
+ }
2848
+ .fluid-layout .offset3 {
2849
+ margin-left: 28.45303867403315%;
2850
+ *margin-left: 28.346655695309746%;
2851
+ }
2852
+ .fluid-layout .offset3:first-child {
2853
+ margin-left: 25.69060773480663%;
2854
+ *margin-left: 25.584224756083227%;
2855
+ }
2856
+ .fluid-layout .offset2 {
2857
+ margin-left: 19.88950276243094%;
2858
+ *margin-left: 19.783119783707537%;
2859
+ }
2860
+ .fluid-layout .offset2:first-child {
2861
+ margin-left: 17.12707182320442%;
2862
+ *margin-left: 17.02068884448102%;
2863
+ }
2864
+ .fluid-layout .offset1 {
2865
+ margin-left: 11.32596685082873%;
2866
+ *margin-left: 11.219583872105325%;
2867
+ }
2868
+ .fluid-layout .offset1:first-child {
2869
+ margin-left: 8.56353591160221%;
2870
+ *margin-left: 8.457152932878806%;
2871
+ }
2872
+ .controls-row [class*="layout-span"] + [class*="layout-span"] {
2873
+ margin-left: 20px;
2874
+ }
2875
+ input.layout-span12,
2876
+ textarea.layout-span12,
2877
+ .uneditable-input.layout-span12 {
2878
+ width: 710px;
2879
+ }
2880
+ input.layout-span11,
2881
+ textarea.layout-span11,
2882
+ .uneditable-input.layout-span11 {
2883
+ width: 648px;
2884
+ }
2885
+ input.layout-span10,
2886
+ textarea.layout-span10,
2887
+ .uneditable-input.layout-span10 {
2888
+ width: 586px;
2889
+ }
2890
+ input.layout-span9,
2891
+ textarea.layout-span9,
2892
+ .uneditable-input.layout-span9 {
2893
+ width: 524px;
2894
+ }
2895
+ input.layout-span8,
2896
+ textarea.layout-span8,
2897
+ .uneditable-input.layout-span8 {
2898
+ width: 462px;
2899
+ }
2900
+ input.layout-span7,
2901
+ textarea.layout-span7,
2902
+ .uneditable-input.layout-span7 {
2903
+ width: 400px;
2904
+ }
2905
+ input.layout-span6,
2906
+ textarea.layout-span6,
2907
+ .uneditable-input.layout-span6 {
2908
+ width: 338px;
2909
+ }
2910
+ input.layout-span5,
2911
+ textarea.layout-span5,
2912
+ .uneditable-input.layout-span5 {
2913
+ width: 276px;
2914
+ }
2915
+ input.layout-span4,
2916
+ textarea.layout-span4,
2917
+ .uneditable-input.layout-span4 {
2918
+ width: 214px;
2919
+ }
2920
+ input.layout-span3,
2921
+ textarea.layout-span3,
2922
+ .uneditable-input.layout-span3 {
2923
+ width: 152px;
2924
+ }
2925
+ input.layout-span2,
2926
+ textarea.layout-span2,
2927
+ .uneditable-input.layout-span2 {
2928
+ width: 90px;
2929
+ }
2930
+ input.layout-span1,
2931
+ textarea.layout-span1,
2932
+ .uneditable-input.layout-span1 {
2933
+ width: 28px;
2934
+ }
2935
+ }
2936
+
2937
+ @media (max-width: 767px) {
2938
+ .fluid-layout {
2939
+ width: 99%;
2940
+ margin-top:1%;
2941
+ }
2942
+
2943
+ [class*="layout-span"],
2944
+ .uneditable-input[class*="layout-span"],
2945
+ .fluid-layout [class*="layout-span"] {
2946
+ display: block;
2947
+ float: none;
2948
+ width: 100%;
2949
+ margin-left: 0;
2950
+ -webkit-box-sizing: border-box;
2951
+ -moz-box-sizing: border-box;
2952
+ box-sizing: border-box;
2953
+ }
2954
+ .layout-span12,
2955
+ .fluid-layout .layout-span12 {
2956
+ width: 100%;
2957
+ -webkit-box-sizing: border-box;
2958
+ -moz-box-sizing: border-box;
2959
+ box-sizing: border-box;
2960
+ }
2961
+ .fluid-layout [class*="offset"]:first-child {
2962
+ margin-left: 0;
2963
+ }
2964
+ input[class*="layout-span"],
2965
+ select[class*="layout-span"],
2966
+ textarea[class*="layout-span"],
2967
+ .uneditable-input {
2968
+ display: block;
2969
+ width: 100%;
2970
+ min-height: 30px;
2971
+ -webkit-box-sizing: border-box;
2972
+ -moz-box-sizing: border-box;
2973
+ box-sizing: border-box;
2974
+ }
2975
+ .input-prepend input[class*="layout-span"],
2976
+ .input-append input[class*="layout-span"] {
2977
+ display: inline-block;
2978
+ width: auto;
2979
+ }
2980
+ .controls-row [class*="layout-span"] + [class*="layout-span"] {
2981
+ margin-left: 0;
2982
+ }
2983
+
2984
+ }
2985
+
2986
+ @media (max-width: 480px) {
2987
+ .layout-form .layout-control-label {
2988
+ float: none;
2989
+ width: auto;
2990
+ padding-top: 0;
2991
+ text-align: left;
2992
+ }
2993
+ .layout-form .layout-controls {
2994
+ margin-left: 0;
2995
+ }
2996
+ .layout-form .control-list {
2997
+ padding-top: 0;
2998
+ }
2999
+ .layout-form .form-actions {
3000
+ padding-right: 10px;
3001
+ padding-left: 10px;
3002
+ }
3003
+ }
3004
+
3005
+ @media (max-width: 979px) {
3006
+ }
3007
+
3008
+ @media (min-width: 980px) {
3009
+
3010
+ }
3011
+ .error-form
3012
+ {
3013
+ color:#CC0000;
3014
+ font-size: 10px;
3015
+ display: none;
3016
+ }
3017
+ .error
3018
+ {
3019
+ color:#CC0000;
3020
+ width: 7px;
3021
+ float: left;
3022
+ padding-top: 10px;
3023
+ padding-left:2px;
3024
+ display:none;
3025
+ font-size: 10px;
3026
+ }
3027
+
3028
+ .span-description
3029
+ {
3030
+ font-size: 10px;
3031
+ }
3032
+ .error_field
3033
+ {
3034
+ color:#CC0000;
3035
+ font-size: 12px;
3036
+
3037
+ }
3038
+ .div_border
3039
+ {
3040
+ border: 1px dashed #B6B4B4;
3041
+ padding: 5px;
3042
+ cursor: move;
3043
+ }
3044
+
3045
+ /* # Tooltips & popovers
3046
+ ================================================== */
3047
+
3048
+ .tooltip { position: absolute; z-index: 10300; display: block; visibility: visible; padding: 5px; font-size: 11px; opacity: 0; filter: alpha(opacity=0); }
3049
+ .tooltip.in { opacity: 0.8; filter: alpha(opacity=80); }
3050
+ .tooltip.top { margin-top: -3px; }
3051
+ .tooltip.right { margin-left: 3px; }
3052
+ .tooltip.bottom { margin-top: 3px; }
3053
+ .tooltip.left { margin-left: -3px; }
3054
+ .tooltip-inner { max-width: 200px; padding: 3px 8px; color: #ffffff; text-align: center; text-decoration: none; background-color: #202020; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
3055
+ .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; }
3056
+ .tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000000; }
3057
+ .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000000; }
3058
+ .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000000; }
3059
+ .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000000; }
3060
+
assets/css/system-message.css ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ Template Name: Mustache
3
+ Author: Rory Kranendonk
4
+ Author URI: http://www.dreamwire.nl
5
+ Version: 1.0
6
+ */
7
+
8
+ .message {
9
+ position : relative;
10
+ display : inline-block;
11
+ margin: 20px 11px 0 0;
12
+ padding : 0 0 0 35px;
13
+ -moz-box-shadow: 1px 1px 0 #e6e6e6;
14
+ -webkit-box-shadow: 1px 1px 0 #e6e6e6;
15
+ box-shadow: 1px 1px 0 #e6e6e6;
16
+ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#e6e6e6')";
17
+ filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#e6e6e6');
18
+ zoom: 1;
19
+ }
20
+
21
+ .message:hover {
22
+ opacity : 0.7;
23
+ filter : alpha(opacity=70);
24
+ }
25
+
26
+ .message span {
27
+ display : block;
28
+ background : url(../images/icons/system-icon.png) no-repeat 98% center;
29
+ padding : 13px 0;
30
+ font : 12px/1.0em Arial;
31
+ }
32
+
33
+ .message.inner {
34
+ margin : 0 0 20px;
35
+ }
36
+
37
+ .message.red {
38
+ display : block;
39
+ background : url(../images/icons/icon-error.png) no-repeat 10px 8px #F8E9E9;
40
+ border : 1px solid #E4BBBC;
41
+ color : #b80000;
42
+ }
43
+
44
+ .message.green {
45
+ display : block;
46
+ background : url(../images/icons/icon-succes.png) no-repeat 1px 8px #EBF9E2;
47
+ border : 1px solid #BEE4A5;
48
+ color : #6aa500;
49
+ }
50
+
51
+ .message.blue {
52
+ display : block;
53
+ background : url(../images/icons/icon-info.png) no-repeat 10px 8px #E9F3F8;
54
+ border : 1px solid #BBD7E4;
55
+ color : #136bc5;
56
+ }
57
+
58
+ .message.orange {
59
+ display : block;
60
+ background : url(../images/icons/icon-warning.png) no-repeat 10px 8px #FFF8D8;
61
+ border : 1px solid #F3D97E;
62
+ color : #ed9d12;
63
+ }
assets/font/FontAwesome.otf ADDED
Binary file
assets/font/fontawesome-webfont.eot ADDED
Binary file
assets/font/fontawesome-webfont.ttf ADDED
Binary file
assets/font/fontawesome-webfont.woff ADDED
Binary file
assets/images/backgrounds/Thumbs.db ADDED
Binary file
assets/images/backgrounds/bg3.jpg ADDED
Binary file
assets/images/backgrounds/bg4.jpg ADDED
Binary file
assets/images/backgrounds/bg5.jpg ADDED
Binary file
assets/images/backgrounds/bg6.png ADDED
Binary file
assets/images/backgrounds/refresh.png ADDED
Binary file
assets/images/border.png ADDED
Binary file
assets/images/border1.png ADDED
Binary file
assets/images/border2.png ADDED
Binary file
assets/images/controls.png ADDED
Binary file
assets/images/delete-bg-hover.png ADDED
Binary file
assets/images/delete-bg.png ADDED
Binary file
assets/images/fancybox_close.png ADDED
Binary file
assets/images/handle.png ADDED
Binary file
assets/images/help-hover.png ADDED
Binary file
assets/images/icon.png ADDED
Binary file
assets/images/info-icon.png ADDED
Binary file
assets/images/no.png ADDED
Binary file
assets/js/colorpicker/images/color.png ADDED
Binary file
assets/js/colorpicker/images/grid.gif ADDED
Binary file
assets/js/colorpicker/images/meta100.png ADDED
Binary file
assets/js/colorpicker/images/picker.png ADDED
Binary file
assets/js/colorpicker/jquery.Tooltip.js ADDED
@@ -0,0 +1,287 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* ===========================================================
2
+ * bootstrap-tooltip.js v2.2.2
3
+ * http://twitter.github.com/bootstrap/javascript.html#tooltips
4
+ * Inspired by the original jQuery.tipsy by Jason Frame
5
+ * ===========================================================
6
+ * Copyright 2012 Twitter, Inc.
7
+ *
8
+ * Licensed under the Apache License, Version 2.0 (the "License");
9
+ * you may not use this file except in compliance with the License.
10
+ * You may obtain a copy of the License at
11
+ *
12
+ * http://www.apache.org/licenses/LICENSE-2.0
13
+ *
14
+ * Unless required by applicable law or agreed to in writing, software
15
+ * distributed under the License is distributed on an "AS IS" BASIS,
16
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17
+ * See the License for the specific language governing permissions and
18
+ * limitations under the License.
19
+ * ========================================================== */
20
+
21
+
22
+ !function ($) {
23
+
24
+ "use strict"; // jshint ;_;
25
+
26
+
27
+ /* TOOLTIP PUBLIC CLASS DEFINITION
28
+ * =============================== */
29
+
30
+ var Tooltip = function (element, options) {
31
+ this.init('tooltip', element, options)
32
+ }
33
+
34
+ Tooltip.prototype = {
35
+
36
+ constructor: Tooltip
37
+
38
+ , init: function (type, element, options) {
39
+ var eventIn
40
+ , eventOut
41
+
42
+ this.type = type
43
+ this.$element = $(element)
44
+ this.options = this.getOptions(options)
45
+ this.enabled = true
46
+
47
+ if (this.options.trigger == 'click') {
48
+ this.$element.on('click.' + this.type, this.options.selector, $.proxy(this.toggle, this))
49
+ } else if (this.options.trigger != 'manual') {
50
+ eventIn = this.options.trigger == 'hover' ? 'mouseenter' : 'focus'
51
+ eventOut = this.options.trigger == 'hover' ? 'mouseleave' : 'blur'
52
+ this.$element.on(eventIn + '.' + this.type, this.options.selector, $.proxy(this.enter, this))
53
+ this.$element.on(eventOut + '.' + this.type, this.options.selector, $.proxy(this.leave, this))
54
+ }
55
+
56
+ this.options.selector ?
57
+ (this._options = $.extend({}, this.options, { trigger: 'manual', selector: '' })) :
58
+ this.fixTitle()
59
+ }
60
+
61
+ , getOptions: function (options) {
62
+ options = $.extend({}, $.fn[this.type].defaults, options, this.$element.data())
63
+
64
+ if (options.delay && typeof options.delay == 'number') {
65
+ options.delay = {
66
+ show: options.delay
67
+ , hide: options.delay
68
+ }
69
+ }
70
+
71
+ return options
72
+ }
73
+
74
+ , enter: function (e) {
75
+ var self = $(e.currentTarget)[this.type](this._options).data(this.type)
76
+
77
+ if (!self.options.delay || !self.options.delay.show) return self.show()
78
+
79
+ clearTimeout(this.timeout)
80
+ self.hoverState = 'in'
81
+ this.timeout = setTimeout(function() {
82
+ if (self.hoverState == 'in') self.show()
83
+ }, self.options.delay.show)
84
+ }
85
+
86
+ , leave: function (e) {
87
+ var self = $(e.currentTarget)[this.type](this._options).data(this.type)
88
+
89
+ if (this.timeout) clearTimeout(this.timeout)
90
+ if (!self.options.delay || !self.options.delay.hide) return self.hide()
91
+
92
+ self.hoverState = 'out'
93
+ this.timeout = setTimeout(function() {
94
+ if (self.hoverState == 'out') self.hide()
95
+ }, self.options.delay.hide)
96
+ }
97
+
98
+ , show: function () {
99
+ var $tip
100
+ , inside
101
+ , pos
102
+ , actualWidth
103
+ , actualHeight
104
+ , placement
105
+ , tp
106
+
107
+ if (this.hasContent() && this.enabled) {
108
+ $tip = this.tip()
109
+ this.setContent()
110
+
111
+ if (this.options.animation) {
112
+ $tip.addClass('fade')
113
+ }
114
+
115
+ placement = typeof this.options.placement == 'function' ?
116
+ this.options.placement.call(this, $tip[0], this.$element[0]) :
117
+ this.options.placement
118
+
119
+ inside = /in/.test(placement)
120
+
121
+ $tip
122
+ .detach()
123
+ .css({ top: 0, left: 0, display: 'block' })
124
+ .insertAfter(this.$element)
125
+
126
+ pos = this.getPosition(inside)
127
+
128
+ actualWidth = $tip[0].offsetWidth
129
+ actualHeight = $tip[0].offsetHeight
130
+
131
+ switch (inside ? placement.split(' ')[1] : placement) {
132
+ case 'bottom':
133
+ tp = {top: pos.top + pos.height, left: pos.left + pos.width / 2 - actualWidth / 2}
134
+ break
135
+ case 'top':
136
+ tp = {top: pos.top - actualHeight, left: pos.left + pos.width / 2 - actualWidth / 2}
137
+ break
138
+ case 'left':
139
+ tp = {top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left - actualWidth}
140
+ break
141
+ case 'right':
142
+ tp = {top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left + pos.width}
143
+ break
144
+ }
145
+
146
+ $tip
147
+ .offset(tp)
148
+ .addClass(placement)
149
+ .addClass('in')
150
+ }
151
+ }
152
+
153
+ , setContent: function () {
154
+ var $tip = this.tip()
155
+ , title = this.getTitle()
156
+
157
+ $tip.find('.tooltip-inner')[this.options.html ? 'html' : 'text'](title)
158
+ $tip.removeClass('fade in top bottom left right')
159
+ }
160
+
161
+ , hide: function () {
162
+ var that = this
163
+ , $tip = this.tip()
164
+
165
+ $tip.removeClass('in')
166
+
167
+ function removeWithAnimation() {
168
+ var timeout = setTimeout(function () {
169
+ $tip.off($.support.transition.end).detach()
170
+ }, 500)
171
+
172
+ $tip.one($.support.transition.end, function () {
173
+ clearTimeout(timeout)
174
+ $tip.detach()
175
+ })
176
+ }
177
+
178
+ $.support.transition && this.$tip.hasClass('fade') ?
179
+ removeWithAnimation() :
180
+ $tip.detach()
181
+
182
+ return this
183
+ }
184
+
185
+ , fixTitle: function () {
186
+ var $e = this.$element
187
+ if ($e.attr('title') || typeof($e.attr('data-original-title')) != 'string') {
188
+ $e.attr('data-original-title', $e.attr('title') || '').attr('title', '')
189
+ }
190
+ }
191
+
192
+ , hasContent: function () {
193
+ return this.getTitle()
194
+ }
195
+
196
+ , getPosition: function (inside) {
197
+ return $.extend({}, (inside ? {top: 0, left: 0} : this.$element.offset()), {
198
+ width: this.$element[0].offsetWidth
199
+ , height: this.$element[0].offsetHeight
200
+ })
201
+ }
202
+
203
+ , getTitle: function () {
204
+ var title
205
+ , $e = this.$element
206
+ , o = this.options
207
+
208
+ title = $e.attr('data-original-title')
209
+ || (typeof o.title == 'function' ? o.title.call($e[0]) : o.title)
210
+
211
+ return title
212
+ }
213
+
214
+ , tip: function () {
215
+ return this.$tip = this.$tip || $(this.options.template)
216
+ }
217
+
218
+ , validate: function () {
219
+ if (!this.$element[0].parentNode) {
220
+ this.hide()
221
+ this.$element = null
222
+ this.options = null
223
+ }
224
+ }
225
+
226
+ , enable: function () {
227
+ this.enabled = true
228
+ }
229
+
230
+ , disable: function () {
231
+ this.enabled = false
232
+ }
233
+
234
+ , toggleEnabled: function () {
235
+ this.enabled = !this.enabled
236
+ }
237
+
238
+ , toggle: function (e) {
239
+ var self = $(e.currentTarget)[this.type](this._options).data(this.type)
240
+ self[self.tip().hasClass('in') ? 'hide' : 'show']()
241
+ }
242
+
243
+ , destroy: function () {
244
+ this.hide().$element.off('.' + this.type).removeData(this.type)
245
+ }
246
+
247
+ }
248
+
249
+
250
+ /* TOOLTIP PLUGIN DEFINITION
251
+ * ========================= */
252
+
253
+ var old = $.fn.tooltip
254
+
255
+ $.fn.tooltip = function ( option ) {
256
+ return this.each(function () {
257
+ var $this = $(this)
258
+ , data = $this.data('tooltip')
259
+ , options = typeof option == 'object' && option
260
+ if (!data) $this.data('tooltip', (data = new Tooltip(this, options)))
261
+ if (typeof option == 'string') data[option]()
262
+ })
263
+ }
264
+
265
+ $.fn.tooltip.Constructor = Tooltip
266
+
267
+ $.fn.tooltip.defaults = {
268
+ animation: true
269
+ , placement: 'left'
270
+ , selector: false
271
+ , template: '<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>'
272
+ , trigger: 'hover'
273
+ , title: ''
274
+ , delay: 0
275
+ , html: false
276
+ }
277
+
278
+
279
+ /* TOOLTIP NO CONFLICT
280
+ * =================== */
281
+
282
+ $.fn.tooltip.noConflict = function () {
283
+ $.fn.tooltip = old
284
+ return this
285
+ }
286
+
287
+ }(window.jQuery);
assets/js/colorpicker/js/mColorPicker_small.js ADDED
@@ -0,0 +1,609 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ mColorPicker
3
+ Version: 1.0 r38
4
+
5
+ Copyright (c) 2010 Meta100 LLC.
6
+ http://www.meta100.com/
7
+
8
+ Licensed under the MIT license
9
+ http://www.opensource.org/licenses/mit-license.php
10
+ */
11
+
12
+ // After this script loads set:
13
+ // $.fn.mColorPicker.init.replace = '.myclass'
14
+ // to have this script apply to input.myclass,
15
+ // instead of the default input[type=color]
16
+ // To turn of automatic operation and run manually set:
17
+ // $.fn.mColorPicker.init.replace = false
18
+ // To use manually call like any other jQuery plugin
19
+ // $('input.foo').mColorPicker({options})
20
+ // options:
21
+ // imageFolder - Change to move image location.
22
+ // swatches - Initial colors in the swatch, must an array of 10 colors.
23
+ // init:
24
+ // $.fn.mColorPicker.init.enhancedSwatches - Turn of saving and loading of swatch to cookies.
25
+ // $.fn.mColorPicker.init.allowTransparency - Turn off transperancy as a color option.
26
+ // $.fn.mColorPicker.init.showLogo - Turn on/off the meta100 logo (You don't really want to turn it off, do you?).
27
+
28
+ jQuery(document).ready(function($) {
29
+
30
+ (function($){
31
+ var $o, $i, i, $b,
32
+ div = '<div>',
33
+ img = '<img>',
34
+ span = '<span>',
35
+ $document = $(document),
36
+ $mColorPicker = $(div),
37
+ $mColorPickerBg = $(div),
38
+ $mColorPickerTest = $(div),
39
+ $mColorPickerInput = $('<input>'),
40
+ rRGB = /^rgb[a]?\((\d+),\s*(\d+),\s*(\d+)(,\s*(\d+\.\d+)*)?\)/,
41
+ rHEX = /([a-f0-9])([a-f0-9])([a-f0-9])/,
42
+ rHEX3 = /#[a-f0-9]{3}/,
43
+ rHEX6 = /#[a-f0-9]{6}/;
44
+
45
+ $.fn.mColorPicker = function(options) {
46
+ // var swatches = false;
47
+
48
+ $o = $.extend($.fn.mColorPicker.defaults, options);
49
+ // $.fn.mColorPicker.defaults.swatches.concat($o.swatches).slice(-10);
50
+ //
51
+ // if ($i.enhancedSwatches && swatches) $o.swatches = swatches.split('||').concat($o.swatches).slice(0, 10) || $o.swatches;
52
+
53
+ if (!$("div#mColorPicker").length) $.fn.mColorPicker.drawPicker();
54
+ if (!$('#css_disabled_color_picker').length) $('head').prepend('<meta data-remove-me="true"/><style id="css_disabled_color_picker" type="text/css">.mColorPicker[disabled] + span, .mColorPicker[disabled="disabled"] + span, .mColorPicker[disabled="true"] + span {filter:alpha(opacity=50);-moz-opacity:0.5;-webkit-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;cursor:default;}</style>');
55
+
56
+ $('meta[data-remove-me=true]').remove();
57
+
58
+ this.each($.fn.mColorPicker.drawPickerTriggers);
59
+
60
+ return this;
61
+ };
62
+
63
+ $.fn.mColorPicker.init = {
64
+ replace: '[type=color]',
65
+ index: 0,
66
+ //enhancedSwatches: true,
67
+ allowTransparency: true,
68
+ slogan: 'Meta100 - Designing Fun',
69
+ showLogo: false
70
+ };
71
+
72
+
73
+
74
+ $.fn.mColorPicker.start = function() {
75
+
76
+ $('input[data-mcolorpicker!="true"]').filter(function() {
77
+
78
+ return ($i.replace == '[type=color]')? this.getAttribute("type") == 'color': $(this).is($i.replace);
79
+ }).mColorPicker();
80
+ };
81
+
82
+ $.fn.mColorPicker.events = function() {
83
+
84
+ $('body').delegate("#mColorPickerBg", 'click', $.fn.mColorPicker.closePicker);
85
+
86
+ $('body').delegate('.mColorPicker', 'keyup', function () {
87
+
88
+ try {
89
+
90
+ $(this).css({
91
+ 'background-color': $(this).val()
92
+ }).css({
93
+ 'color': $.fn.mColorPicker.textColor($(this).css('background-color'))
94
+ }).trigger('change');
95
+ } catch (r) {}
96
+ });
97
+
98
+ $('body').delegate('.mColorPickerTrigger', 'click', $.fn.mColorPicker.colorShow);
99
+
100
+ $('body').delegate('.mColor, .mPastColor', 'mousemove', function(e) {
101
+
102
+ if (!$o.changeColor) return false;
103
+
104
+ var $t = $(this),
105
+ offset = $t.offset(),
106
+ $e = $o.currentInput,
107
+ hex = $e.attr('data-hex') || $e.attr('hex');
108
+
109
+ $o.color = $t.css("background-color");
110
+
111
+ if ($t.hasClass('mPastColor')) $o.color = $.fn.mColorPicker.setColor($o.color, hex);
112
+ // else if ($t.hasClass('mColorTransparent')) $o.color = 'transparent';
113
+ else if (!$t.hasClass('mPastColor')) $o.color = $.fn.mColorPicker.whichColor(e.pageX - offset.left, e.pageY - offset.top, hex);
114
+
115
+ $o.currentInput.mSetInputColor($o.color);
116
+ });
117
+ $('body').delegate('.mColor, .mPastColor', 'click', $.fn.mColorPicker.colorPicked);
118
+
119
+ $('body').delegate('#mColorPickerInput', 'keyup', function (e) {
120
+
121
+ try {
122
+
123
+ $o.color = $(this).val();
124
+ $o.currentInput.mSetInputColor($o.color);
125
+
126
+ if (e.which == 13) $.fn.mColorPicker.colorPicked();
127
+ } catch (r) {}
128
+
129
+ });
130
+ $('body').delegate('#mColorPickerInput', 'blur', function () {
131
+
132
+ $o.currentInput.mSetInputColor($o.color);
133
+ });
134
+
135
+ $('body').delegate('#mColorPickerWrapper', 'mouseleave', function () {
136
+
137
+ if (!$o.changeColor) return false;
138
+
139
+ $o.currentInput.mSetInputColor($o.currentColor);
140
+ });
141
+ };
142
+
143
+ $.fn.mColorPicker.drawPickerTriggers = function () {
144
+
145
+ var $t = $(this), val = $t.val();
146
+ if($t.attr('data-transparent')){
147
+ val = '';
148
+ }
149
+ var id = $t.attr('id') || 'color_' + $i.index++,
150
+ hidden = $t.attr('text') == 'hidden' || $t.attr('data-text') == 'hidden'? true: false,
151
+ color = $.fn.mColorPicker.setColor(val, ($t.attr('data-hex') || $t.attr('hex'))),
152
+ width = $t.width(),
153
+ height = $t.height(),
154
+ flt = $t.css('float'),
155
+ $c = $(span),
156
+ $trigger = $(span),
157
+ colorPicker = '',
158
+ $e;
159
+
160
+ $c.attr({
161
+ 'id': 'color_work_area',
162
+ 'class': 'mColorPickerInput'
163
+ }).appendTo($b)
164
+
165
+ $trigger.attr({
166
+ 'id': 'mcp_' + id,
167
+ 'class': 'mColorPickerTrigger'
168
+ }).css({
169
+ 'display': 'inline-block',
170
+ 'cursor': 'pointer'
171
+ }).insertAfter($t)
172
+
173
+ $(img).attr({
174
+ 'src': $o.imageFolder + 'color.png'
175
+ }).css({
176
+ 'border': 0,
177
+ 'margin': '0 0 0 3px',
178
+ 'vertical-align': 'text-bottom'
179
+ }).appendTo($trigger);
180
+
181
+ $c.append($t);
182
+ colorPicker = $c.html().replace(/type="color"/gi, 'type="' + (hidden? 'hidden': 'text') + '"');
183
+ $c.html('').remove();
184
+ $e = $(colorPicker).attr('id', id).addClass('mColorPicker').val(color).insertBefore($trigger);
185
+
186
+ if (hidden) $trigger.css({
187
+ 'border': '1px solid black',
188
+ 'float': flt,
189
+ 'width': width,
190
+ 'height': height
191
+ }).addClass($e.attr('class')).html('&nbsp;');
192
+
193
+ $e.mSetInputColor(color);
194
+
195
+ return $e;
196
+ };
197
+
198
+ $.fn.mColorPicker.drawPicker = function () {
199
+
200
+ var $s = $(div),
201
+ $l = $('<a>'),
202
+ $f = $(div),
203
+ $w = $(div);
204
+
205
+ $mColorPickerBg.attr({
206
+ 'id': 'mColorPickerBg'
207
+ }).
208
+ css({
209
+ 'display': 'none',
210
+ 'background':'black',
211
+ 'opacity': .01,
212
+ 'position':'absolute',
213
+ 'top':0,
214
+ 'right':0,
215
+ 'bottom':0,
216
+ 'left':0
217
+ }).appendTo($b);
218
+
219
+ $mColorPicker.attr({
220
+ 'id': 'mColorPicker',
221
+ 'data-mcolorpicker': true
222
+ }).css({
223
+ 'position':'absolute',
224
+ 'border':'1px solid #ccc',
225
+ 'color':'#fff',
226
+ 'width':'194px',
227
+ 'height':'184px',
228
+ 'font-size':'12px',
229
+ 'font-family':'times',
230
+ 'display': 'none'
231
+ }).appendTo($b);
232
+
233
+ $mColorPickerTest.attr({
234
+ 'id': 'mColorPickerTest'
235
+ }).css({
236
+ 'display': 'none'
237
+ }).appendTo($b);
238
+
239
+ $w.attr({
240
+ 'id': 'mColorPickerWrapper'
241
+ }).css({
242
+ 'position':'relative',
243
+ 'border':'solid 1px gray',
244
+ 'z-index':'9'
245
+ }).appendTo($mColorPicker);
246
+
247
+ $(div).attr({
248
+ 'id': 'mColorPickerImg',
249
+ 'class': 'mColor'
250
+ }).css({
251
+ 'height': '136px',
252
+ 'width': '192px',
253
+ 'border': 0,
254
+ 'cursor': 'crosshair',
255
+ 'background-image': 'url(' + $o.imageFolder + 'picker.png)'
256
+ }).appendTo($w);
257
+
258
+ // $s.attr({
259
+ // 'id': 'mColorPickerSwatches'
260
+ // }).css({
261
+ // 'border-right':'1px solid #000',
262
+ // 'display':'table',
263
+ // 'border-collapse':'collapse'
264
+ // }).appendTo($w);
265
+
266
+ $(div).addClass(
267
+ 'mClear'
268
+ ).css({
269
+ 'clear': 'both'
270
+ }).appendTo($s);
271
+
272
+ // for (i = 0; i < 10; i++) {
273
+ //
274
+ // $(div).attr({
275
+ // 'id': 'cell' + i,
276
+ // 'class': "mPastColor" + ((i > 0)? ' mNoLeftBorder': '')
277
+ // }).css({
278
+ // 'background-color': $o.swatches[i].toLowerCase(),
279
+ // 'height':'18px',
280
+ // 'width':'18px',
281
+ // 'border':'1px solid #000',
282
+ // 'display':'table-cell'
283
+ // }).html(
284
+ // '&nbsp;'
285
+ // ).prependTo($s);
286
+ // }
287
+
288
+ $f.attr({
289
+ 'id': 'mColorPickerFooter'
290
+ }).css({
291
+ 'background-image': 'url(' + $o.imageFolder + 'grid.gif)',
292
+ 'position': 'relative',
293
+ 'height': '26px'
294
+ }).appendTo($w);
295
+
296
+ $mColorPickerInput.attr({
297
+ 'id': 'mColorPickerInput',
298
+ 'type': 'text'
299
+ }).css({
300
+ 'border': 'solid 1px gray',
301
+ 'font-size': '10pt',
302
+ 'margin': '3px',
303
+ 'width': '110px',
304
+ 'padding': '1px 3px',
305
+
306
+ }).appendTo($f);
307
+
308
+ if ($i.allowTransparency) $(span).attr({
309
+ 'id': 'mColorPickerTransparent',
310
+ 'class': 'mColor mColorTransparent'
311
+ }).css({
312
+ 'font-size': '15px',
313
+ 'color': '#000',
314
+ 'padding-right': '4px',
315
+ 'padding-top': '4px',
316
+ 'cursor': 'pointer',
317
+ 'overflow': 'hidden',
318
+ 'float': 'right'
319
+ }).text(
320
+ 'transparent'
321
+ ).appendTo($f);
322
+
323
+ if ($i.showLogo) $l.attr({
324
+ 'href': 'http://meta100.com/',
325
+ 'title': $i.slogan,
326
+ 'alt': $i.slogan,
327
+ 'target': '_blank'
328
+ }).css({
329
+ 'float': 'right'
330
+ }).appendTo($f);
331
+
332
+ $(img).attr({
333
+ 'src': $o.imageFolder + 'meta100.png',
334
+ 'title': $i.slogan,
335
+ 'alt': $i.slogan
336
+ }).css({
337
+ 'border': 0,
338
+ 'border-left': '1px solid #aaa',
339
+ 'right': 0,
340
+ 'position': 'absolute'
341
+ }).appendTo($l);
342
+
343
+ $('.mNoLeftBorder').css({
344
+ 'border-left':0
345
+ });
346
+ };
347
+
348
+ $.fn.mColorPicker.closePicker = function () {
349
+
350
+ $mColorPickerBg.hide();
351
+ $mColorPicker.fadeOut()
352
+ };
353
+
354
+ $.fn.mColorPicker.colorShow = function () {
355
+
356
+ var $t = $(this),
357
+ id = $t.attr('id').replace('mcp_', ''),
358
+ pos = $t.offset(),
359
+ $i = $("#" + id),
360
+ pickerTop = pos.top + $t.outerHeight(),
361
+ pickerLeft = pos.left;
362
+
363
+ if ($i.attr('disabled')) return false;
364
+
365
+ $o.currentColor = $i.css('background-color')
366
+ $o.changeColor = true;
367
+ $o.currentInput = $i;
368
+ $o.currentId = id;
369
+
370
+ // KEEP COLOR PICKER IN VIEWPORT
371
+ if (pickerTop + $mColorPicker.height() > $document.height()) pickerTop = pos.top - $mColorPicker.height();
372
+ if (pickerLeft + $mColorPicker.width() > $document.width()) pickerLeft = pos.left - $mColorPicker.width() + $t.outerWidth();
373
+
374
+ $mColorPicker.css({
375
+ 'top':(pickerTop) + "px",
376
+ 'left':(pickerLeft) + "px"
377
+ }).fadeIn("fast");
378
+
379
+ // fix to avoid double picker
380
+ if( jQuery('#mColorPicker > div').size() > 1 ) {
381
+ jQuery('#mColorPicker > div').each(function(index, element) {
382
+ if(index > 0) {jQuery(this).remove();}
383
+ });
384
+ }
385
+
386
+ $mColorPickerBg.show();
387
+
388
+
389
+ if ($('#' + id).attr('data-text')) $o.color = $t.css('background-color');
390
+ else $o.color = $i.css('background-color');
391
+
392
+ $o.color = $.fn.mColorPicker.setColor($o.color, $i.attr('data-hex') || $i.attr('hex'));
393
+
394
+ $mColorPickerInput.val($o.color);
395
+ };
396
+
397
+ $.fn.mColorPicker.setInputColor = function (id, color) {
398
+
399
+ $('#' + id).mSetInputColor(color);
400
+ };
401
+
402
+ $.fn.mSetInputColor = function (color) {
403
+
404
+ var $t = $(this),
405
+ css = {
406
+ 'background-color': color,
407
+ 'background-image': (color == 'transparent')? "url('" + $o.imageFolder + "grid.gif')": '',
408
+ 'color': $.fn.mColorPicker.textColor(color)
409
+ };
410
+
411
+ if ($t.attr('data-text') || $t.attr('text')) $t.next().css(css);
412
+
413
+ $t.val(color).css(css).trigger('change');
414
+
415
+ $mColorPickerInput.val(color);
416
+ };
417
+
418
+ $.fn.mColorPicker.textColor = function (val) {
419
+
420
+ val = $.fn.mColorPicker.RGBtoHex(val);
421
+
422
+ if (typeof val == 'undefined' || val == 'transparent') return "black";
423
+
424
+ return (parseInt(val.substr(1, 2), 16) + parseInt(val.substr(3, 2), 16) + parseInt(val.substr(5, 2), 16) < 400)? 'white': 'black';
425
+ };
426
+
427
+ $.fn.mColorPicker.setCookie = function (name, value, days) {
428
+
429
+ var cookie_string = name + "=" + escape(value),
430
+ expires = new Date();
431
+ expires.setDate(expires.getDate() + days);
432
+ cookie_string += "; expires=" + expires.toGMTString();
433
+
434
+ document.cookie = cookie_string;
435
+ };
436
+
437
+ $.fn.mColorPicker.getCookie = function (name) {
438
+
439
+ var results = document.cookie.match ( '(^|;) ?' + name + '=([^;]*)(;|$)' );
440
+
441
+ if (results) return (unescape(results[2]));
442
+ else return null;
443
+ };
444
+
445
+ $.fn.mColorPicker.colorPicked = function () {
446
+
447
+ $o.changeColor = false;
448
+
449
+ $.fn.mColorPicker.closePicker();
450
+ $.fn.mColorPicker.addToSwatch();
451
+
452
+ $o.currentInput.trigger('colorpicked');
453
+ };
454
+
455
+ $.fn.mColorPicker.addToSwatch = function (color) {
456
+
457
+ // if (!$i.enhancedSwatches) return false;
458
+
459
+ var swatch = []
460
+ i = 0;
461
+
462
+ if (typeof color == 'string') $o.color = color.toLowerCase();
463
+
464
+ if ($o.color != 'transparent') swatch[0] = $o.color.toLowerCase();
465
+
466
+ $('.mPastColor').each(function() {
467
+
468
+ var $t = $(this);
469
+
470
+ $o.color = $t.css('background-color').toLowerCase();
471
+
472
+ if ($o.color != swatch[0] && $.fn.mColorPicker.RGBtoHex($o.color) != swatch[0] && $.fn.mColorPicker.hexToRGB($o.color) != swatch[0] && swatch.length < 10) swatch[swatch.length] = $o.color;
473
+
474
+ $(this).css('background-color', swatch[i++])
475
+ });
476
+
477
+ //if ($i.enhancedSwatches) $.fn.mColorPicker.setCookie('swatches', swatch.join('||'), 365);
478
+ };
479
+
480
+ $.fn.mColorPicker.whichColor = function (x, y, hex) {
481
+
482
+ var color = [255, 255, 255];
483
+
484
+ if (x < 32) {
485
+
486
+ color[1] = x * 8;
487
+ color[2] = 0;
488
+ } else if (x < 64) {
489
+
490
+ color[0] = 256 - (x - 32 ) * 8;
491
+ color[2] = 0;
492
+ } else if (x < 96) {
493
+
494
+ color[0] = 0;
495
+ color[2] = (x - 64) * 8;
496
+ } else if (x < 128) {
497
+
498
+ color[0] = 0;
499
+ color[1] = 256 - (x - 96) * 8;
500
+ } else if (x < 160) {
501
+
502
+ color[0] = (x - 128) * 8;
503
+ color[1] = 0;
504
+ } else {
505
+
506
+ color[1] = 0;
507
+ color[2] = 256 - (x - 160) * 8;
508
+ }
509
+
510
+ for (var n = 0; n < 3; n++) {
511
+
512
+ if (y < 64) color[n] += (256 - color[n]) * (64 - y) / 64;
513
+ else if (y <= 128) color[n] -= color[n] * (y - 64) / 64;
514
+ else if (y > 128) color[n] = 256 - ( x / 192 * 256 );
515
+
516
+ color[n] = Math.round(Math.min(color[n], 255));
517
+
518
+ if (hex == 'true') color[n] = $.fn.mColorPicker.decToHex(color[n]);
519
+ }
520
+
521
+ if (hex == 'true') return "#" + color.join('');
522
+
523
+ return "rgb(" + color.join(', ') + ')';
524
+ };
525
+
526
+ $.fn.mColorPicker.setColor = function (color, hex) {
527
+
528
+ if (hex == 'true') return $.fn.mColorPicker.RGBtoHex(color);
529
+
530
+ return $.fn.mColorPicker.hexToRGB(color);
531
+ }
532
+
533
+ $.fn.mColorPicker.colorTest = function (color) {
534
+
535
+ $mColorPickerTest.css('background-color', color);
536
+
537
+ return $mColorPickerTest.css('background-color');
538
+ }
539
+
540
+ $.fn.mColorPicker.decToHex = function (color) {
541
+
542
+ var hex_char = "0123456789ABCDEF";
543
+
544
+ color = parseInt(color);
545
+
546
+ return String(hex_char.charAt(Math.floor(color / 16))) + String(hex_char.charAt(color - (Math.floor(color / 16) * 16)));
547
+ }
548
+
549
+ $.fn.mColorPicker.RGBtoHex = function (color) {
550
+
551
+ var decToHex = "#",
552
+ rgb;
553
+
554
+ color = color? color.toLowerCase(): false;
555
+
556
+ if (!color) return '';
557
+ if (rHEX6.test(color)) return color.substr(0, 7);
558
+ if (rHEX3.test(color)) return color.replace(rHEX, "$1$1$2$2$3$3").substr(0, 7);
559
+
560
+ if (rgb = color.match(rRGB)) {
561
+
562
+ for (var n = 1; n < 4; n++) decToHex += $.fn.mColorPicker.decToHex(rgb[n]);
563
+
564
+ return decToHex;
565
+ }
566
+
567
+ return $.fn.mColorPicker.colorTest(color);
568
+ };
569
+
570
+ $.fn.mColorPicker.hexToRGB = function (color) {
571
+
572
+ color = color? color.toLowerCase(): false;
573
+
574
+ if (!color) return '';
575
+ if (rRGB.test(color)) return color;
576
+
577
+ if (rHEX3.test(color)) {
578
+
579
+ if (!rHEX6.test(color)) color = color.replace(rHEX, "$1$1$2$2$3$3");
580
+
581
+ return 'rgb(' + parseInt(color.substr(1, 2), 16) + ', ' + parseInt(color.substr(3, 2), 16) + ', ' + parseInt(color.substr(5, 2), 16) + ')';
582
+ }
583
+
584
+ return $.fn.mColorPicker.colorTest(color);
585
+ };
586
+
587
+
588
+
589
+ $document.ready(function () {
590
+ if(typeof(theme_admin_assets_uri) !== 'undefined') {
591
+
592
+ $.fn.mColorPicker.defaults.imageFolder = theme_admin_assets_uri + "/images/mColorPicker/";
593
+ }
594
+ $i = $.fn.mColorPicker.init;
595
+ $b = $('body');
596
+ //
597
+ $.fn.mColorPicker.events();
598
+
599
+ if ($i.replace) {
600
+
601
+ $.fn.mColorPicker.start();
602
+
603
+ if (typeof $.fn.livequery == "function") $($i.replace).livequery($.fn.mColorPicker.start);
604
+ else $(document).delegate(document, 'ajaxSuccess.mColorPicker', $.fn.mColorPicker.start);
605
+ }
606
+ });
607
+ }) (jQuery);
608
+
609
+ });
assets/js/jquery.Tooltip.js ADDED
@@ -0,0 +1,287 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* ===========================================================
2
+ * bootstrap-tooltip.js v2.2.2
3
+ * http://twitter.github.com/bootstrap/javascript.html#tooltips
4
+ * Inspired by the original jQuery.tipsy by Jason Frame
5
+ * ===========================================================
6
+ * Copyright 2012 Twitter, Inc.
7
+ *
8
+ * Licensed under the Apache License, Version 2.0 (the "License");
9
+ * you may not use this file except in compliance with the License.
10
+ * You may obtain a copy of the License at
11
+ *
12
+ * http://www.apache.org/licenses/LICENSE-2.0
13
+ *
14
+ * Unless required by applicable law or agreed to in writing, software
15
+ * distributed under the License is distributed on an "AS IS" BASIS,
16
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17
+ * See the License for the specific language governing permissions and
18
+ * limitations under the License.
19
+ * ========================================================== */
20
+
21
+
22
+ !function ($) {
23
+
24
+ "use strict"; // jshint ;_;
25
+
26
+
27
+ /* TOOLTIP PUBLIC CLASS DEFINITION
28
+ * =============================== */
29
+
30
+ var Tooltip = function (element, options) {
31
+ this.init('tooltip', element, options)
32
+ }
33
+
34
+ Tooltip.prototype = {
35
+
36
+ constructor: Tooltip
37
+
38
+ , init: function (type, element, options) {
39
+ var eventIn
40
+ , eventOut
41
+
42
+ this.type = type
43
+ this.$element = $(element)
44
+ this.options = this.getOptions(options)
45
+ this.enabled = true
46
+
47
+ if (this.options.trigger == 'click') {
48
+ this.$element.on('click.' + this.type, this.options.selector, $.proxy(this.toggle, this))
49
+ } else if (this.options.trigger != 'manual') {
50
+ eventIn = this.options.trigger == 'hover' ? 'mouseenter' : 'focus'
51
+ eventOut = this.options.trigger == 'hover' ? 'mouseleave' : 'blur'
52
+ this.$element.on(eventIn + '.' + this.type, this.options.selector, $.proxy(this.enter, this))
53
+ this.$element.on(eventOut + '.' + this.type, this.options.selector, $.proxy(this.leave, this))
54
+ }
55
+
56
+ this.options.selector ?
57
+ (this._options = $.extend({}, this.options, { trigger: 'manual', selector: '' })) :
58
+ this.fixTitle()
59
+ }
60
+
61
+ , getOptions: function (options) {
62
+ options = $.extend({}, $.fn[this.type].defaults, options, this.$element.data())
63
+
64
+ if (options.delay && typeof options.delay == 'number') {
65
+ options.delay = {
66
+ show: options.delay
67
+ , hide: options.delay
68
+ }
69
+ }
70
+
71
+ return options
72
+ }
73
+
74
+ , enter: function (e) {
75
+ var self = $(e.currentTarget)[this.type](this._options).data(this.type)
76
+
77
+ if (!self.options.delay || !self.options.delay.show) return self.show()
78
+
79
+ clearTimeout(this.timeout)
80
+ self.hoverState = 'in'
81
+ this.timeout = setTimeout(function() {
82
+ if (self.hoverState == 'in') self.show()
83
+ }, self.options.delay.show)
84
+ }
85
+
86
+ , leave: function (e) {
87
+ var self = $(e.currentTarget)[this.type](this._options).data(this.type)
88
+
89
+ if (this.timeout) clearTimeout(this.timeout)
90
+ if (!self.options.delay || !self.options.delay.hide) return self.hide()
91
+
92
+ self.hoverState = 'out'
93
+ this.timeout = setTimeout(function() {
94
+ if (self.hoverState == 'out') self.hide()
95
+ }, self.options.delay.hide)
96
+ }
97
+
98
+ , show: function () {
99
+ var $tip
100
+ , inside
101
+ , pos
102
+ , actualWidth
103
+ , actualHeight
104
+ , placement
105
+ , tp
106
+
107
+ if (this.hasContent() && this.enabled) {
108
+ $tip = this.tip()
109
+ this.setContent()
110
+
111
+ if (this.options.animation) {
112
+ $tip.addClass('fade')
113
+ }
114
+
115
+ placement = typeof this.options.placement == 'function' ?
116
+ this.options.placement.call(this, $tip[0], this.$element[0]) :
117
+ this.options.placement
118
+
119
+ inside = /in/.test(placement)
120
+
121
+ $tip
122
+ .detach()
123
+ .css({ top: 0, left: 0, display: 'block' })
124
+ .insertAfter(this.$element)
125
+
126
+ pos = this.getPosition(inside)
127
+
128
+ actualWidth = $tip[0].offsetWidth
129
+ actualHeight = $tip[0].offsetHeight
130
+
131
+ switch (inside ? placement.split(' ')[1] : placement) {
132
+ case 'bottom':
133
+ tp = {top: pos.top + pos.height, left: pos.left + pos.width / 2 - actualWidth / 2}
134
+ break
135
+ case 'top':
136
+ tp = {top: pos.top - actualHeight, left: pos.left + pos.width / 2 - actualWidth / 2}
137
+ break
138
+ case 'left':
139
+ tp = {top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left - actualWidth}
140
+ break
141
+ case 'right':
142
+ tp = {top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left + pos.width}
143
+ break
144
+ }
145
+
146
+ $tip
147
+ .offset(tp)
148
+ .addClass(placement)
149
+ .addClass('in')
150
+ }
151
+ }
152
+
153
+ , setContent: function () {
154
+ var $tip = this.tip()
155
+ , title = this.getTitle()
156
+
157
+ $tip.find('.tooltip-inner')[this.options.html ? 'html' : 'text'](title)
158
+ $tip.removeClass('fade in top bottom left right')
159
+ }
160
+
161
+ , hide: function () {
162
+ var that = this
163
+ , $tip = this.tip()
164
+
165
+ $tip.removeClass('in')
166
+
167
+ function removeWithAnimation() {
168
+ var timeout = setTimeout(function () {
169
+ $tip.off($.support.transition.end).detach()
170
+ }, 500)
171
+
172
+ $tip.one($.support.transition.end, function () {
173
+ clearTimeout(timeout)
174
+ $tip.detach()
175
+ })
176
+ }
177
+
178
+ $.support.transition && this.$tip.hasClass('fade') ?
179
+ removeWithAnimation() :
180
+ $tip.detach()
181
+
182
+ return this
183
+ }
184
+
185
+ , fixTitle: function () {
186
+ var $e = this.$element
187
+ if ($e.attr('title') || typeof($e.attr('data-original-title')) != 'string') {
188
+ $e.attr('data-original-title', $e.attr('title') || '').attr('title', '')
189
+ }
190
+ }
191
+
192
+ , hasContent: function () {
193
+ return this.getTitle()
194
+ }
195
+
196
+ , getPosition: function (inside) {
197
+ return $.extend({}, (inside ? {top: 0, left: 0} : this.$element.offset()), {
198
+ width: this.$element[0].offsetWidth
199
+ , height: this.$element[0].offsetHeight
200
+ })
201
+ }
202
+
203
+ , getTitle: function () {
204
+ var title
205
+ , $e = this.$element
206
+ , o = this.options
207
+
208
+ title = $e.attr('data-original-title')
209
+ || (typeof o.title == 'function' ? o.title.call($e[0]) : o.title)
210
+
211
+ return title
212
+ }
213
+
214
+ , tip: function () {
215
+ return this.$tip = this.$tip || $(this.options.template)
216
+ }
217
+
218
+ , validate: function () {
219
+ if (!this.$element[0].parentNode) {
220
+ this.hide()
221
+ this.$element = null
222
+ this.options = null
223
+ }
224
+ }
225
+
226
+ , enable: function () {
227
+ this.enabled = true
228
+ }
229
+
230
+ , disable: function () {
231
+ this.enabled = false
232
+ }
233
+
234
+ , toggleEnabled: function () {
235
+ this.enabled = !this.enabled
236
+ }
237
+
238
+ , toggle: function (e) {
239
+ var self = $(e.currentTarget)[this.type](this._options).data(this.type)
240
+ self[self.tip().hasClass('in') ? 'hide' : 'show']()
241
+ }
242
+
243
+ , destroy: function () {
244
+ this.hide().$element.off('.' + this.type).removeData(this.type)
245
+ }
246
+
247
+ }
248
+
249
+
250
+ /* TOOLTIP PLUGIN DEFINITION
251
+ * ========================= */
252
+
253
+ var old = $.fn.tooltip
254
+
255
+ $.fn.tooltip = function ( option ) {
256
+ return this.each(function () {
257
+ var $this = $(this)
258
+ , data = $this.data('tooltip')
259
+ , options = typeof option == 'object' && option
260
+ if (!data) $this.data('tooltip', (data = new Tooltip(this, options)))
261
+ if (typeof option == 'string') data[option]()
262
+ })
263
+ }
264
+
265
+ $.fn.tooltip.Constructor = Tooltip
266
+
267
+ $.fn.tooltip.defaults = {
268
+ animation: true
269
+ , placement: 'left'
270
+ , selector: false
271
+ , template: '<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>'
272
+ , trigger: 'hover'
273
+ , title: ''
274
+ , delay: 0
275
+ , html: false
276
+ }
277
+
278
+
279
+ /* TOOLTIP NO CONFLICT
280
+ * =================== */
281
+
282
+ $.fn.tooltip.noConflict = function () {
283
+ $.fn.tooltip = old
284
+ return this
285
+ }
286
+
287
+ }(window.jQuery);
assets/js/jquery.dataTables.min.js ADDED
@@ -0,0 +1,3960 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ( function(window, document, undefined) {( function(factory) {"use strict";
2
+ if ( typeof define === 'function' && define.amd) {
3
+ define(['jquery'], factory)
4
+ } else if (jQuery && !jQuery.fn.dataTable) {
5
+ factory(jQuery)
6
+ }
7
+ }(function($) {"use strict";
8
+ var DataTable = function(oInit) {
9
+ function _fnAddColumn(oSettings, nTh) {
10
+ var oDefaults = DataTable.defaults.columns;
11
+ var iCol = oSettings.aoColumns.length;
12
+ var oCol = $.extend({}, DataTable.models.oColumn, oDefaults, {
13
+ "sSortingClass" : oSettings.oClasses.sSortable,
14
+ "sSortingClassJUI" : oSettings.oClasses.sSortJUI,
15
+ "nTh" : nTh ? nTh : document.createElement('th'),
16
+ "sTitle" : oDefaults.sTitle ? oDefaults.sTitle : nTh ? nTh.innerHTML : '',
17
+ "aDataSort" : oDefaults.aDataSort ? oDefaults.aDataSort : [iCol],
18
+ "mData" : oDefaults.mData ? oDefaults.oDefaults : iCol
19
+ });
20
+ oSettings.aoColumns.push(oCol);
21
+ if (oSettings.aoPreSearchCols[iCol] === undefined || oSettings.aoPreSearchCols[iCol] === null) {
22
+ oSettings.aoPreSearchCols[iCol] = $.extend({}, DataTable.models.oSearch)
23
+ } else {
24
+ var oPre = oSettings.aoPreSearchCols[iCol];
25
+ if (oPre.bRegex === undefined) {
26
+ oPre.bRegex = true
27
+ }
28
+ if (oPre.bSmart === undefined) {
29
+ oPre.bSmart = true
30
+ }
31
+ if (oPre.bCaseInsensitive === undefined) {
32
+ oPre.bCaseInsensitive = true
33
+ }
34
+ }
35
+ _fnColumnOptions(oSettings, iCol, null)
36
+ }
37
+
38
+ function _fnColumnOptions(oSettings, iCol, oOptions) {
39
+ var oCol = oSettings.aoColumns[iCol];
40
+ if (oOptions !== undefined && oOptions !== null) {
41
+ if (oOptions.mDataProp && !oOptions.mData) {
42
+ oOptions.mData = oOptions.mDataProp
43
+ }
44
+ if (oOptions.sType !== undefined) {
45
+ oCol.sType = oOptions.sType;
46
+ oCol._bAutoType = false
47
+ }
48
+ $.extend(oCol, oOptions);
49
+ _fnMap(oCol, oOptions, "sWidth", "sWidthOrig");
50
+ if (oOptions.iDataSort !== undefined) {
51
+ oCol.aDataSort = [oOptions.iDataSort]
52
+ }
53
+ _fnMap(oCol, oOptions, "aDataSort")
54
+ }
55
+ var mRender = oCol.mRender ? _fnGetObjectDataFn(oCol.mRender) : null;
56
+ var mData = _fnGetObjectDataFn(oCol.mData);
57
+ oCol.fnGetData = function(oData, sSpecific) {
58
+ var innerData = mData(oData, sSpecific);
59
+ if (oCol.mRender && (sSpecific && sSpecific !== '')) {
60
+ return mRender(innerData, sSpecific, oData)
61
+ }
62
+ return innerData
63
+ };
64
+ oCol.fnSetData = _fnSetObjectDataFn(oCol.mData);
65
+ if (!oSettings.oFeatures.bSort) {
66
+ oCol.bSortable = false
67
+ }
68
+ if (!oCol.bSortable || ($.inArray('asc', oCol.asSorting) == -1 && $.inArray('desc', oCol.asSorting) == -1)) {
69
+ oCol.sSortingClass = oSettings.oClasses.sSortableNone;
70
+ oCol.sSortingClassJUI = ""
71
+ } else if ($.inArray('asc', oCol.asSorting) == -1 && $.inArray('desc', oCol.asSorting) == -1) {
72
+ oCol.sSortingClass = oSettings.oClasses.sSortable;
73
+ oCol.sSortingClassJUI = oSettings.oClasses.sSortJUI
74
+ } else if ($.inArray('asc', oCol.asSorting) != -1 && $.inArray('desc', oCol.asSorting) == -1) {
75
+ oCol.sSortingClass = oSettings.oClasses.sSortableAsc;
76
+ oCol.sSortingClassJUI = oSettings.oClasses.sSortJUIAscAllowed
77
+ } else if ($.inArray('asc', oCol.asSorting) == -1 && $.inArray('desc', oCol.asSorting) != -1) {
78
+ oCol.sSortingClass = oSettings.oClasses.sSortableDesc;
79
+ oCol.sSortingClassJUI = oSettings.oClasses.sSortJUIDescAllowed
80
+ }
81
+ }
82
+
83
+ function _fnAdjustColumnSizing(oSettings) {
84
+ if (oSettings.oFeatures.bAutoWidth === false) {
85
+ return false
86
+ }
87
+ _fnCalculateColumnWidths(oSettings);
88
+ for (var i = 0, iLen = oSettings.aoColumns.length; i < iLen; i++) {
89
+ oSettings.aoColumns[i].nTh.style.width = oSettings.aoColumns[i].sWidth
90
+ }
91
+ }
92
+
93
+ function _fnVisibleToColumnIndex(oSettings, iMatch) {
94
+ var aiVis = _fnGetColumns(oSettings, 'bVisible');
95
+ return typeof aiVis[iMatch] === 'number' ? aiVis[iMatch] : null
96
+ }
97
+
98
+ function _fnColumnIndexToVisible(oSettings, iMatch) {
99
+ var aiVis = _fnGetColumns(oSettings, 'bVisible');
100
+ var iPos = $.inArray(iMatch, aiVis);
101
+ return iPos !== -1 ? iPos : null
102
+ }
103
+
104
+ function _fnVisbleColumns(oSettings) {
105
+ return _fnGetColumns(oSettings, 'bVisible').length
106
+ }
107
+
108
+ function _fnGetColumns(oSettings, sParam) {
109
+ var a = [];
110
+ $.map(oSettings.aoColumns, function(val, i) {
111
+ if (val[sParam]) {
112
+ a.push(i)
113
+ }
114
+ });
115
+ return a
116
+ }
117
+
118
+ function _fnDetectType(sData) {
119
+ var aTypes = DataTable.ext.aTypes;
120
+ var iLen = aTypes.length;
121
+ for (var i = 0; i < iLen; i++) {
122
+ var sType = aTypes[i](sData);
123
+ if (sType !== null) {
124
+ return sType
125
+ }
126
+ }
127
+ return 'string'
128
+ }
129
+
130
+ function _fnReOrderIndex(oSettings, sColumns) {
131
+ var aColumns = sColumns.split(',');
132
+ var aiReturn = [];
133
+ for (var i = 0, iLen = oSettings.aoColumns.length; i < iLen; i++) {
134
+ for (var j = 0; j < iLen; j++) {
135
+ if (oSettings.aoColumns[i].sName == aColumns[j]) {
136
+ aiReturn.push(j);
137
+ break
138
+ }
139
+ }
140
+ }
141
+ return aiReturn
142
+ }
143
+
144
+ function _fnColumnOrdering(oSettings) {
145
+ var sNames = '';
146
+ for (var i = 0, iLen = oSettings.aoColumns.length; i < iLen; i++) {
147
+ sNames += oSettings.aoColumns[i].sName + ','
148
+ }
149
+ if (sNames.length == iLen) {
150
+ return ""
151
+ }
152
+ return sNames.slice(0, -1)
153
+ }
154
+
155
+ function _fnApplyColumnDefs(oSettings, aoColDefs, aoCols, fn) {
156
+ var i, iLen, j, jLen, k, kLen;
157
+ if (aoColDefs) {
158
+ for ( i = aoColDefs.length - 1; i >= 0; i--) {
159
+ var aTargets = aoColDefs[i].aTargets;
160
+ if (!$.isArray(aTargets)) {
161
+ _fnLog(oSettings, 1, 'aTargets must be an array of targets, not a ' + ( typeof aTargets))
162
+ }
163
+ for ( j = 0, jLen = aTargets.length; j < jLen; j++) {
164
+ if ( typeof aTargets[j] === 'number' && aTargets[j] >= 0) {
165
+ while (oSettings.aoColumns.length <= aTargets[j]) {
166
+ _fnAddColumn(oSettings)
167
+ }
168
+ fn(aTargets[j], aoColDefs[i])
169
+ } else if ( typeof aTargets[j] === 'number' && aTargets[j] < 0) {
170
+ fn(oSettings.aoColumns.length + aTargets[j], aoColDefs[i])
171
+ } else if ( typeof aTargets[j] === 'string') {
172
+ for ( k = 0, kLen = oSettings.aoColumns.length; k < kLen; k++) {
173
+ if (aTargets[j] == "_all" || $(oSettings.aoColumns[k].nTh).hasClass(aTargets[j])) {
174
+ fn(k, aoColDefs[i])
175
+ }
176
+ }
177
+ }
178
+ }
179
+ }
180
+ }
181
+ if (aoCols) {
182
+ for ( i = 0, iLen = aoCols.length; i < iLen; i++) {
183
+ fn(i, aoCols[i])
184
+ }
185
+ }
186
+ }
187
+
188
+ function _fnAddData(oSettings, aDataSupplied) {
189
+ var oCol;
190
+ var aDataIn = ($.isArray(aDataSupplied)) ? aDataSupplied.slice() : $.extend(true, {}, aDataSupplied);
191
+ var iRow = oSettings.aoData.length;
192
+ var oData = $.extend(true, {}, DataTable.models.oRow);
193
+ oData._aData = aDataIn;
194
+ oSettings.aoData.push(oData);
195
+ var nTd, sThisType;
196
+ for (var i = 0, iLen = oSettings.aoColumns.length; i < iLen; i++) {
197
+ oCol = oSettings.aoColumns[i];
198
+ if ( typeof oCol.fnRender === 'function' && oCol.bUseRendered && oCol.mData !== null) {
199
+ _fnSetCellData(oSettings, iRow, i, _fnRender(oSettings, iRow, i))
200
+ } else {
201
+ _fnSetCellData(oSettings, iRow, i, _fnGetCellData(oSettings, iRow, i))
202
+ }
203
+ if (oCol._bAutoType && oCol.sType != 'string') {
204
+ var sVarType = _fnGetCellData(oSettings, iRow, i, 'type');
205
+ if (sVarType !== null && sVarType !== '') {
206
+ sThisType = _fnDetectType(sVarType);
207
+ if (oCol.sType === null) {
208
+ oCol.sType = sThisType
209
+ } else if (oCol.sType != sThisType && oCol.sType != "html") {
210
+ oCol.sType = 'string'
211
+ }
212
+ }
213
+ }
214
+ }
215
+ oSettings.aiDisplayMaster.push(iRow);
216
+ if (!oSettings.oFeatures.bDeferRender) {
217
+ _fnCreateTr(oSettings, iRow)
218
+ }
219
+ return iRow
220
+ }
221
+
222
+ function _fnGatherData(oSettings) {
223
+ var iLoop, i, iLen, j, jLen, jInner, nTds, nTrs, nTd, nTr, aLocalData, iThisIndex, iRow, iRows, iColumn, iColumns, sNodeName, oCol, oData;
224
+ if (oSettings.bDeferLoading || oSettings.sAjaxSource === null) {
225
+ nTr = oSettings.nTBody.firstChild;
226
+ while (nTr) {
227
+ if (nTr.nodeName.toUpperCase() == "TR") {
228
+ iThisIndex = oSettings.aoData.length;
229
+ nTr._DT_RowIndex = iThisIndex;
230
+ oSettings.aoData.push($.extend(true, {}, DataTable.models.oRow, {
231
+ "nTr" : nTr
232
+ }));
233
+ oSettings.aiDisplayMaster.push(iThisIndex);
234
+ nTd = nTr.firstChild;
235
+ jInner = 0;
236
+ while (nTd) {
237
+ sNodeName = nTd.nodeName.toUpperCase();
238
+ if (sNodeName == "TD" || sNodeName == "TH") {
239
+ _fnSetCellData(oSettings, iThisIndex, jInner, $.trim(nTd.innerHTML));
240
+ jInner++
241
+ }
242
+ nTd = nTd.nextSibling
243
+ }
244
+ }
245
+ nTr = nTr.nextSibling
246
+ }
247
+ }
248
+ nTrs = _fnGetTrNodes(oSettings);
249
+ nTds = [];
250
+ for ( i = 0, iLen = nTrs.length; i < iLen; i++) {
251
+ nTd = nTrs[i].firstChild;
252
+ while (nTd) {
253
+ sNodeName = nTd.nodeName.toUpperCase();
254
+ if (sNodeName == "TD" || sNodeName == "TH") {
255
+ nTds.push(nTd)
256
+ }
257
+ nTd = nTd.nextSibling
258
+ }
259
+ }
260
+ for ( iColumn = 0, iColumns = oSettings.aoColumns.length; iColumn < iColumns; iColumn++) {
261
+ oCol = oSettings.aoColumns[iColumn];
262
+ if (oCol.sTitle === null) {
263
+ oCol.sTitle = oCol.nTh.innerHTML
264
+ }
265
+ var bAutoType = oCol._bAutoType, bRender = typeof oCol.fnRender === 'function', bClass = oCol.sClass !== null, bVisible = oCol.bVisible, nCell, sThisType, sRendered, sValType;
266
+ if (bAutoType || bRender || bClass || !bVisible) {
267
+ for ( iRow = 0, iRows = oSettings.aoData.length; iRow < iRows; iRow++) {
268
+ oData = oSettings.aoData[iRow];
269
+ nCell = nTds[(iRow * iColumns) + iColumn];
270
+ if (bAutoType && oCol.sType != 'string') {
271
+ sValType = _fnGetCellData(oSettings, iRow, iColumn, 'type');
272
+ if (sValType !== '') {
273
+ sThisType = _fnDetectType(sValType);
274
+ if (oCol.sType === null) {
275
+ oCol.sType = sThisType
276
+ } else if (oCol.sType != sThisType && oCol.sType != "html") {
277
+ oCol.sType = 'string'
278
+ }
279
+ }
280
+ }
281
+ if (oCol.mRender) {
282
+ nCell.innerHTML = _fnGetCellData(oSettings, iRow, iColumn, 'display')
283
+ } else if (oCol.mData !== iColumn) {
284
+ nCell.innerHTML = _fnGetCellData(oSettings, iRow, iColumn, 'display')
285
+ }
286
+ if (bRender) {
287
+ sRendered = _fnRender(oSettings, iRow, iColumn);
288
+ nCell.innerHTML = sRendered;
289
+ if (oCol.bUseRendered) {
290
+ _fnSetCellData(oSettings, iRow, iColumn, sRendered)
291
+ }
292
+ }
293
+ // if (bClass) {
294
+ // nCell.className += ' ' + oCol.sClass
295
+ // }
296
+ if (!bVisible) {
297
+ oData._anHidden[iColumn] = nCell;
298
+ nCell.parentNode.removeChild(nCell)
299
+ } else {
300
+ oData._anHidden[iColumn] = null
301
+ }
302
+ if (oCol.fnCreatedCell) {
303
+ oCol.fnCreatedCell.call(oSettings.oInstance, nCell, _fnGetCellData(oSettings, iRow, iColumn, 'display'), oData._aData, iRow, iColumn)
304
+ }
305
+ }
306
+ }
307
+ }
308
+ if (oSettings.aoRowCreatedCallback.length !== 0) {
309
+ for ( i = 0, iLen = oSettings.aoData.length; i < iLen; i++) {
310
+ oData = oSettings.aoData[i];
311
+ _fnCallbackFire(oSettings, 'aoRowCreatedCallback', null, [oData.nTr, oData._aData, i])
312
+ }
313
+ }
314
+ }
315
+
316
+ function _fnNodeToDataIndex(oSettings, n) {
317
+ return (n._DT_RowIndex !== undefined) ? n._DT_RowIndex : null
318
+ }
319
+
320
+ function _fnNodeToColumnIndex(oSettings, iRow, n) {
321
+ var anCells = _fnGetTdNodes(oSettings, iRow);
322
+ for (var i = 0, iLen = oSettings.aoColumns.length; i < iLen; i++) {
323
+ if (anCells[i] === n) {
324
+ return i
325
+ }
326
+ }
327
+ return -1
328
+ }
329
+
330
+ function _fnGetRowData(oSettings, iRow, sSpecific, aiColumns) {
331
+ var out = [];
332
+ for (var i = 0, iLen = aiColumns.length; i < iLen; i++) {
333
+ out.push(_fnGetCellData(oSettings, iRow, aiColumns[i], sSpecific))
334
+ }
335
+ return out
336
+ }
337
+
338
+ function _fnGetCellData(oSettings, iRow, iCol, sSpecific) {
339
+ var sData;
340
+ var oCol = oSettings.aoColumns[iCol];
341
+ var oData = oSettings.aoData[iRow]._aData;
342
+ if (( sData = oCol.fnGetData(oData, sSpecific)) === undefined) {
343
+ if (oSettings.iDrawError != oSettings.iDraw && oCol.sDefaultContent === null) {
344
+ _fnLog(oSettings, 0, "Requested unknown parameter " + ( typeof oCol.mData == 'function' ? '{mData function}' : "'" + oCol.mData + "'") + " from the data source for row " + iRow);
345
+ oSettings.iDrawError = oSettings.iDraw
346
+ }
347
+ return oCol.sDefaultContent
348
+ }
349
+ if (sData === null && oCol.sDefaultContent !== null) {
350
+ sData = oCol.sDefaultContent
351
+ } else if ( typeof sData === 'function') {
352
+ return sData()
353
+ }
354
+ if (sSpecific == 'display' && sData === null) {
355
+ return ''
356
+ }
357
+ return sData
358
+ }
359
+
360
+ function _fnSetCellData(oSettings, iRow, iCol, val) {
361
+ var oCol = oSettings.aoColumns[iCol];
362
+ var oData = oSettings.aoData[iRow]._aData;
363
+ oCol.fnSetData(oData, val)
364
+ }
365
+
366
+ var __reArray = /\[.*?\]$/;
367
+ function _fnGetObjectDataFn(mSource) {
368
+ if (mSource === null) {
369
+ return function(data, type) {
370
+ return null
371
+ }
372
+ } else if ( typeof mSource === 'function') {
373
+ return function(data, type, extra) {
374
+ return mSource(data, type, extra)
375
+ }
376
+ } else if ( typeof mSource === 'string' && (mSource.indexOf('.') !== -1 || mSource.indexOf('[') !== -1)) {
377
+ var fetchData = function(data, type, src) {
378
+ var a = src.split('.');
379
+ var arrayNotation, out, innerSrc;
380
+ if (src !== "") {
381
+ for (var i = 0, iLen = a.length; i < iLen; i++) {
382
+ arrayNotation = a[i].match(__reArray);
383
+ if (arrayNotation) {
384
+ a[i] = a[i].replace(__reArray, '');
385
+ if (a[i] !== "") {
386
+ data = data[a[i]]
387
+ }
388
+ out = [];
389
+ a.splice(0, i + 1);
390
+ innerSrc = a.join('.');
391
+ for (var j = 0, jLen = data.length; j < jLen; j++) {
392
+ out.push(fetchData(data[j], type, innerSrc))
393
+ }
394
+ var join = arrayNotation[0].substring(1, arrayNotation[0].length - 1);
395
+ data = (join === "") ? out : out.join(join);
396
+ break
397
+ }
398
+ if (data === null || data[a[i]] === undefined) {
399
+ return undefined
400
+ }
401
+ data = data[a[i]]
402
+ }
403
+ }
404
+ return data
405
+ };
406
+ return function(data, type) {
407
+ return fetchData(data, type, mSource)
408
+ }
409
+ } else {
410
+ return function(data, type) {
411
+ return data[mSource]
412
+ }
413
+ }
414
+ }
415
+
416
+ function _fnSetObjectDataFn(mSource) {
417
+ if (mSource === null) {
418
+ return function(data, val) {
419
+ }
420
+ } else if ( typeof mSource === 'function') {
421
+ return function(data, val) {
422
+ mSource(data, 'set', val)
423
+ }
424
+ } else if ( typeof mSource === 'string' && (mSource.indexOf('.') !== -1 || mSource.indexOf('[') !== -1)) {
425
+ var setData = function(data, val, src) {
426
+ var a = src.split('.'), b;
427
+ var arrayNotation, o, innerSrc;
428
+ for (var i = 0, iLen = a.length - 1; i < iLen; i++) {
429
+ arrayNotation = a[i].match(__reArray);
430
+ if (arrayNotation) {
431
+ a[i] = a[i].replace(__reArray, '');
432
+ data[a[i]] = [];
433
+ b = a.slice();
434
+ b.splice(0, i + 1);
435
+ innerSrc = b.join('.');
436
+ for (var j = 0, jLen = val.length; j < jLen; j++) {
437
+ o = {};
438
+ setData(o, val[j], innerSrc);
439
+ data[a[i]].push(o)
440
+ }
441
+ return
442
+ }
443
+ if (data[a[i]] === null || data[a[i]] === undefined) {
444
+ data[a[i]] = {}
445
+ }
446
+ data = data[a[i]]
447
+ }
448
+ data[a[a.length - 1].replace(__reArray, '')] = val
449
+ };
450
+ return function(data, val) {
451
+ return setData(data, val, mSource)
452
+ }
453
+ } else {
454
+ return function(data, val) {
455
+ data[mSource] = val
456
+ }
457
+ }
458
+ }
459
+
460
+ function _fnGetDataMaster(oSettings) {
461
+ var aData = [];
462
+ var iLen = oSettings.aoData.length;
463
+ for (var i = 0; i < iLen; i++) {
464
+ aData.push(oSettings.aoData[i]._aData)
465
+ }
466
+ return aData
467
+ }
468
+
469
+ function _fnClearTable(oSettings) {
470
+ oSettings.aoData.splice(0, oSettings.aoData.length);
471
+ oSettings.aiDisplayMaster.splice(0, oSettings.aiDisplayMaster.length);
472
+ oSettings.aiDisplay.splice(0, oSettings.aiDisplay.length);
473
+ _fnCalculateEnd(oSettings)
474
+ }
475
+
476
+ function _fnDeleteIndex(a, iTarget) {
477
+ var iTargetIndex = -1;
478
+ for (var i = 0, iLen = a.length; i < iLen; i++) {
479
+ if (a[i] == iTarget) {
480
+ iTargetIndex = i
481
+ } else if (a[i] > iTarget) {
482
+ a[i]--
483
+ }
484
+ }
485
+ if (iTargetIndex != -1) {
486
+ a.splice(iTargetIndex, 1)
487
+ }
488
+ }
489
+
490
+ function _fnRender(oSettings, iRow, iCol) {
491
+ var oCol = oSettings.aoColumns[iCol];
492
+ return oCol.fnRender({
493
+ "iDataRow" : iRow,
494
+ "iDataColumn" : iCol,
495
+ "oSettings" : oSettings,
496
+ "aData" : oSettings.aoData[iRow]._aData,
497
+ "mDataProp" : oCol.mData
498
+ }, _fnGetCellData(oSettings, iRow, iCol, 'display'))
499
+ }
500
+
501
+ function _fnCreateTr(oSettings, iRow) {
502
+ var oData = oSettings.aoData[iRow];
503
+ var nTd;
504
+ if (oData.nTr === null) {
505
+ oData.nTr = document.createElement('tr');
506
+ oData.nTr._DT_RowIndex = iRow;
507
+ if (oData._aData.DT_RowId) {
508
+ oData.nTr.id = oData._aData.DT_RowId
509
+ }
510
+ if (oData._aData.DT_RowClass) {
511
+ oData.nTr.className = oData._aData.DT_RowClass
512
+ }
513
+ for (var i = 0, iLen = oSettings.aoColumns.length; i < iLen; i++) {
514
+ var oCol = oSettings.aoColumns[i];
515
+ nTd = document.createElement(oCol.sCellType);
516
+ nTd.innerHTML = ( typeof oCol.fnRender === 'function' && (!oCol.bUseRendered || oCol.mData === null)) ? _fnRender(oSettings, iRow, i) : _fnGetCellData(oSettings, iRow, i, 'display');
517
+ if (oCol.sClass !== null) {
518
+ nTd.className = oCol.sClass
519
+ }
520
+ if (oCol.bVisible) {
521
+ oData.nTr.appendChild(nTd);
522
+ oData._anHidden[i] = null
523
+ } else {
524
+ oData._anHidden[i] = nTd
525
+ }
526
+ if (oCol.fnCreatedCell) {
527
+ oCol.fnCreatedCell.call(oSettings.oInstance, nTd, _fnGetCellData(oSettings, iRow, i, 'display'), oData._aData, iRow, i)
528
+ }
529
+ }
530
+ _fnCallbackFire(oSettings, 'aoRowCreatedCallback', null, [oData.nTr, oData._aData, iRow])
531
+ }
532
+ }
533
+
534
+ function _fnBuildHead(oSettings) {
535
+ var i, nTh, iLen, j, jLen;
536
+ var iThs = $('th, td', oSettings.nTHead).length;
537
+ var iCorrector = 0;
538
+ var jqChildren;
539
+ if (iThs !== 0) {
540
+ for ( i = 0, iLen = oSettings.aoColumns.length; i < iLen; i++) {
541
+ nTh = oSettings.aoColumns[i].nTh;
542
+ nTh.setAttribute('role', 'columnheader');
543
+ if (oSettings.aoColumns[i].bSortable) {
544
+ nTh.setAttribute('tabindex', oSettings.iTabIndex);
545
+ nTh.setAttribute('aria-controls', oSettings.sTableId)
546
+ }
547
+ if (oSettings.aoColumns[i].sClass !== null) {
548
+ $(nTh).addClass(oSettings.aoColumns[i].sClass)
549
+ }
550
+ if (oSettings.aoColumns[i].sTitle != nTh.innerHTML) {
551
+ nTh.innerHTML = oSettings.aoColumns[i].sTitle
552
+ }
553
+ }
554
+ } else {
555
+ var nTr = document.createElement("tr");
556
+ for ( i = 0, iLen = oSettings.aoColumns.length; i < iLen; i++) {
557
+ nTh = oSettings.aoColumns[i].nTh;
558
+ nTh.innerHTML = oSettings.aoColumns[i].sTitle;
559
+ nTh.setAttribute('tabindex', '0');
560
+ if (oSettings.aoColumns[i].sClass !== null) {
561
+ $(nTh).addClass(oSettings.aoColumns[i].sClass)
562
+ }
563
+ nTr.appendChild(nTh)
564
+ }
565
+ $(oSettings.nTHead).html('')[0].appendChild(nTr);
566
+ _fnDetectHeader(oSettings.aoHeader, oSettings.nTHead)
567
+ }
568
+ $(oSettings.nTHead).children('tr').attr('role', 'row');
569
+ if (oSettings.bJUI) {
570
+ for ( i = 0, iLen = oSettings.aoColumns.length; i < iLen; i++) {
571
+ nTh = oSettings.aoColumns[i].nTh;
572
+ var nDiv = document.createElement('div');
573
+ nDiv.className = oSettings.oClasses.sSortJUIWrapper;
574
+ $(nTh).contents().appendTo(nDiv);
575
+ var nSpan = document.createElement('span');
576
+ nSpan.className = oSettings.oClasses.sSortIcon;
577
+ nDiv.appendChild(nSpan);
578
+ nTh.appendChild(nDiv)
579
+ }
580
+ }
581
+ if (oSettings.oFeatures.bSort) {
582
+ for ( i = 0; i < oSettings.aoColumns.length; i++) {
583
+ if (oSettings.aoColumns[i].bSortable !== false) {
584
+ _fnSortAttachListener(oSettings, oSettings.aoColumns[i].nTh, i)
585
+ } else {
586
+ $(oSettings.aoColumns[i].nTh).addClass(oSettings.oClasses.sSortableNone)
587
+ }
588
+ }
589
+ }
590
+ if (oSettings.oClasses.sFooterTH !== "") {
591
+ $(oSettings.nTFoot).children('tr').children('th').addClass(oSettings.oClasses.sFooterTH)
592
+ }
593
+ if (oSettings.nTFoot !== null) {
594
+ var anCells = _fnGetUniqueThs(oSettings, null, oSettings.aoFooter);
595
+ for ( i = 0, iLen = oSettings.aoColumns.length; i < iLen; i++) {
596
+ if (anCells[i]) {
597
+ oSettings.aoColumns[i].nTf = anCells[i];
598
+ if (oSettings.aoColumns[i].sClass) {
599
+ $(anCells[i]).addClass(oSettings.aoColumns[i].sClass)
600
+ }
601
+ }
602
+ }
603
+ }
604
+ }
605
+
606
+ function _fnDrawHead(oSettings, aoSource, bIncludeHidden) {
607
+ var i, iLen, j, jLen, k, kLen, n, nLocalTr;
608
+ var aoLocal = [];
609
+ var aApplied = [];
610
+ var iColumns = oSettings.aoColumns.length;
611
+ var iRowspan, iColspan;
612
+ if (bIncludeHidden === undefined) {
613
+ bIncludeHidden = false
614
+ }
615
+ for ( i = 0, iLen = aoSource.length; i < iLen; i++) {
616
+ aoLocal[i] = aoSource[i].slice();
617
+ aoLocal[i].nTr = aoSource[i].nTr;
618
+ for ( j = iColumns - 1; j >= 0; j--) {
619
+ if (!oSettings.aoColumns[j].bVisible && !bIncludeHidden) {
620
+ aoLocal[i].splice(j, 1)
621
+ }
622
+ }
623
+ aApplied.push([])
624
+ }
625
+ for ( i = 0, iLen = aoLocal.length; i < iLen; i++) {
626
+ nLocalTr = aoLocal[i].nTr;
627
+ if (nLocalTr) {
628
+ while (( n = nLocalTr.firstChild)) {
629
+ nLocalTr.removeChild(n)
630
+ }
631
+ }
632
+ for ( j = 0, jLen = aoLocal[i].length; j < jLen; j++) {
633
+ iRowspan = 1;
634
+ iColspan = 1;
635
+ if (aApplied[i][j] === undefined) {
636
+ nLocalTr.appendChild(aoLocal[i][j].cell);
637
+ aApplied[i][j] = 1;
638
+ while (aoLocal[i + iRowspan] !== undefined && aoLocal[i][j].cell == aoLocal[i+iRowspan][j].cell) {
639
+ aApplied[i+iRowspan][j] = 1;
640
+ iRowspan++
641
+ }
642
+ while (aoLocal[i][j + iColspan] !== undefined && aoLocal[i][j].cell == aoLocal[i][j + iColspan].cell) {
643
+ for ( k = 0; k < iRowspan; k++) {
644
+ aApplied[i+k][j + iColspan] = 1
645
+ }
646
+ iColspan++
647
+ }
648
+ aoLocal[i][j].cell.rowSpan = iRowspan;
649
+ aoLocal[i][j].cell.colSpan = iColspan
650
+ }
651
+ }
652
+ }
653
+ }
654
+
655
+ function _fnDraw(oSettings) {
656
+ var aPreDraw = _fnCallbackFire(oSettings, 'aoPreDrawCallback', 'preDraw', [oSettings]);
657
+ if ($.inArray(false, aPreDraw) !== -1) {
658
+ _fnProcessingDisplay(oSettings, false);
659
+ return
660
+ }
661
+ var i, iLen, n;
662
+ var anRows = [];
663
+ var iRowCount = 0;
664
+ var iStripes = oSettings.asStripeClasses.length;
665
+ var iOpenRows = oSettings.aoOpenRows.length;
666
+ oSettings.bDrawing = true;
667
+ if (oSettings.iInitDisplayStart !== undefined && oSettings.iInitDisplayStart != -1) {
668
+ if (oSettings.oFeatures.bServerSide) {
669
+ oSettings._iDisplayStart = oSettings.iInitDisplayStart
670
+ } else {
671
+ oSettings._iDisplayStart = (oSettings.iInitDisplayStart >= oSettings.fnRecordsDisplay()) ? 0 : oSettings.iInitDisplayStart
672
+ }
673
+ oSettings.iInitDisplayStart = -1;
674
+ _fnCalculateEnd(oSettings)
675
+ }
676
+ if (oSettings.bDeferLoading) {
677
+ oSettings.bDeferLoading = false;
678
+ oSettings.iDraw++
679
+ } else if (!oSettings.oFeatures.bServerSide) {
680
+ oSettings.iDraw++
681
+ } else if (!oSettings.bDestroying && !_fnAjaxUpdate(oSettings)) {
682
+ return
683
+ }
684
+ if (oSettings.aiDisplay.length !== 0) {
685
+ var iStart = oSettings._iDisplayStart;
686
+ var iEnd = oSettings._iDisplayEnd;
687
+ if (oSettings.oFeatures.bServerSide) {
688
+ iStart = 0;
689
+ iEnd = oSettings.aoData.length
690
+ }
691
+ for (var j = iStart; j < iEnd; j++) {
692
+ var aoData = oSettings.aoData[oSettings.aiDisplay[j]];
693
+ if (aoData.nTr === null) {
694
+ _fnCreateTr(oSettings, oSettings.aiDisplay[j])
695
+ }
696
+ var nRow = aoData.nTr;
697
+ if (iStripes !== 0) {
698
+ var sStripe = oSettings.asStripeClasses[iRowCount % iStripes];
699
+ if (aoData._sRowStripe != sStripe) {
700
+ $(nRow).removeClass(aoData._sRowStripe).addClass(sStripe);
701
+ aoData._sRowStripe = sStripe
702
+ }
703
+ }
704
+ _fnCallbackFire(oSettings, 'aoRowCallback', null, [nRow, oSettings.aoData[oSettings.aiDisplay[j]]._aData, iRowCount, j]);
705
+ anRows.push(nRow);
706
+ iRowCount++;
707
+ if (iOpenRows !== 0) {
708
+ for (var k = 0; k < iOpenRows; k++) {
709
+ if (nRow == oSettings.aoOpenRows[k].nParent) {
710
+ anRows.push(oSettings.aoOpenRows[k].nTr);
711
+ break
712
+ }
713
+ }
714
+ }
715
+ }
716
+ } else {
717
+ anRows[0] = document.createElement('tr');
718
+ if (oSettings.asStripeClasses[0]) {
719
+ anRows[0].className = oSettings.asStripeClasses[0]
720
+ }
721
+ var oLang = oSettings.oLanguage;
722
+ var sZero = oLang.sZeroRecords;
723
+ if (oSettings.iDraw == 1 && oSettings.sAjaxSource !== null && !oSettings.oFeatures.bServerSide) {
724
+ sZero = oLang.sLoadingRecords
725
+ } else if (oLang.sEmptyTable && oSettings.fnRecordsTotal() === 0) {
726
+ sZero = oLang.sEmptyTable
727
+ }
728
+ var nTd = document.createElement('td');
729
+ nTd.setAttribute('valign', "top");
730
+ nTd.colSpan = _fnVisbleColumns(oSettings);
731
+ nTd.className = oSettings.oClasses.sRowEmpty;
732
+ nTd.innerHTML = _fnInfoMacros(oSettings, sZero);
733
+ anRows[iRowCount].appendChild(nTd)
734
+ }
735
+ _fnCallbackFire(oSettings, 'aoHeaderCallback', 'header', [$(oSettings.nTHead).children('tr')[0], _fnGetDataMaster(oSettings), oSettings._iDisplayStart, oSettings.fnDisplayEnd(), oSettings.aiDisplay]);
736
+ _fnCallbackFire(oSettings, 'aoFooterCallback', 'footer', [$(oSettings.nTFoot).children('tr')[0], _fnGetDataMaster(oSettings), oSettings._iDisplayStart, oSettings.fnDisplayEnd(), oSettings.aiDisplay]);
737
+ var nAddFrag = document.createDocumentFragment(), nRemoveFrag = document.createDocumentFragment(), nBodyPar, nTrs;
738
+ if (oSettings.nTBody) {
739
+ nBodyPar = oSettings.nTBody.parentNode;
740
+ nRemoveFrag.appendChild(oSettings.nTBody);
741
+ if (!oSettings.oScroll.bInfinite || !oSettings._bInitComplete || oSettings.bSorted || oSettings.bFiltered) {
742
+ while (( n = oSettings.nTBody.firstChild)) {
743
+ oSettings.nTBody.removeChild(n)
744
+ }
745
+ }
746
+ for ( i = 0, iLen = anRows.length; i < iLen; i++) {
747
+ nAddFrag.appendChild(anRows[i])
748
+ }
749
+ oSettings.nTBody.appendChild(nAddFrag);
750
+ if (nBodyPar !== null) {
751
+ nBodyPar.appendChild(oSettings.nTBody)
752
+ }
753
+ }
754
+ _fnCallbackFire(oSettings, 'aoDrawCallback', 'draw', [oSettings]);
755
+ oSettings.bSorted = false;
756
+ oSettings.bFiltered = false;
757
+ oSettings.bDrawing = false;
758
+ if (oSettings.oFeatures.bServerSide) {
759
+ _fnProcessingDisplay(oSettings, false);
760
+ if (!oSettings._bInitComplete) {
761
+ _fnInitComplete(oSettings)
762
+ }
763
+ }
764
+ }
765
+
766
+ function _fnReDraw(oSettings) {
767
+ if (oSettings.oFeatures.bSort) {
768
+ _fnSort(oSettings, oSettings.oPreviousSearch)
769
+ } else if (oSettings.oFeatures.bFilter) {
770
+ _fnFilterComplete(oSettings, oSettings.oPreviousSearch)
771
+ } else {
772
+ _fnCalculateEnd(oSettings);
773
+ _fnDraw(oSettings)
774
+ }
775
+ }
776
+
777
+ function _fnAddOptionsHtml(oSettings) {
778
+ var nHolding = $('<div></div>')[0];
779
+ oSettings.nTable.parentNode.insertBefore(nHolding, oSettings.nTable);
780
+ oSettings.nTableWrapper = $('<div id="'+oSettings.sTableId+'_wrapper" class="'+oSettings.oClasses.sWrapper+'" role="grid"></div>')[0];
781
+ oSettings.nTableReinsertBefore = oSettings.nTable.nextSibling;
782
+ var nInsertNode = oSettings.nTableWrapper;
783
+ var aDom = oSettings.sDom.split('');
784
+ var nTmp, iPushFeature, cOption, nNewNode, cNext, sAttr, j;
785
+ for (var i = 0; i < aDom.length; i++) {
786
+ iPushFeature = 0;
787
+ cOption = aDom[i];
788
+ if (cOption == '<') {
789
+ nNewNode = $('<div></div>')[0];
790
+ cNext = aDom[i + 1];
791
+ if (cNext == "'" || cNext == '"') {
792
+ sAttr = "";
793
+ j = 2;
794
+ while (aDom[i + j] != cNext) {
795
+ sAttr += aDom[i + j];
796
+ j++
797
+ }
798
+ if (sAttr == "H") {
799
+ sAttr = oSettings.oClasses.sJUIHeader
800
+ } else if (sAttr == "F") {
801
+ sAttr = oSettings.oClasses.sJUIFooter
802
+ }
803
+ if (sAttr.indexOf('.') != -1) {
804
+ var aSplit = sAttr.split('.');
805
+ nNewNode.id = aSplit[0].substr(1, aSplit[0].length - 1);
806
+ nNewNode.className = aSplit[1]
807
+ } else if (sAttr.charAt(0) == "#") {
808
+ nNewNode.id = sAttr.substr(1, sAttr.length - 1)
809
+ } else {
810
+ nNewNode.className = sAttr
811
+ }
812
+ i += j
813
+ }
814
+ nInsertNode.appendChild(nNewNode);
815
+ nInsertNode = nNewNode
816
+ } else if (cOption == '>') {
817
+ nInsertNode = nInsertNode.parentNode
818
+ } else if (cOption == 'l' && oSettings.oFeatures.bPaginate && oSettings.oFeatures.bLengthChange) {
819
+ nTmp = _fnFeatureHtmlLength(oSettings);
820
+ iPushFeature = 1
821
+ //} else if (cOption == 'f' && oSettings.oFeatures.bFilter) {
822
+ // nTmp = _fnFeatureHtmlFilter(oSettings);
823
+ // iPushFeature = 1
824
+ } else if (cOption == 'r' && oSettings.oFeatures.bProcessing) {
825
+ nTmp = _fnFeatureHtmlProcessing(oSettings);
826
+ iPushFeature = 1
827
+ } else if (cOption == 't') {
828
+ nTmp = _fnFeatureHtmlTable(oSettings);
829
+ iPushFeature = 1
830
+ } else if (cOption == 'i' && oSettings.oFeatures.bInfo) {
831
+ nTmp = _fnFeatureHtmlInfo(oSettings);
832
+ iPushFeature = 1
833
+ } else if (cOption == 'p' && oSettings.oFeatures.bPaginate) {
834
+ nTmp = _fnFeatureHtmlPaginate(oSettings);
835
+ iPushFeature = 1
836
+ } else if (DataTable.ext.aoFeatures.length !== 0) {
837
+ var aoFeatures = DataTable.ext.aoFeatures;
838
+ for (var k = 0, kLen = aoFeatures.length; k < kLen; k++) {
839
+ if (cOption == aoFeatures[k].cFeature) {
840
+ nTmp = aoFeatures[k].fnInit(oSettings);
841
+ if (nTmp) {
842
+ iPushFeature = 1
843
+ }
844
+ break
845
+ }
846
+ }
847
+ }
848
+ if (iPushFeature == 1 && nTmp !== null) {
849
+ if ( typeof oSettings.aanFeatures[cOption] !== 'object') {
850
+ oSettings.aanFeatures[cOption] = []
851
+ }
852
+ oSettings.aanFeatures[cOption].push(nTmp);
853
+ nInsertNode.appendChild(nTmp)
854
+ }
855
+ }
856
+ nHolding.parentNode.replaceChild(oSettings.nTableWrapper, nHolding)
857
+ }
858
+
859
+ function _fnDetectHeader(aLayout, nThead) {
860
+ var nTrs = $(nThead).children('tr');
861
+ var nTr, nCell;
862
+ var i, k, l, iLen, jLen, iColShifted, iColumn, iColspan, iRowspan;
863
+ var bUnique;
864
+ var fnShiftCol = function(a, i, j) {
865
+ var k = a[i];
866
+ while (k[j]) {
867
+ j++
868
+ }
869
+ return j
870
+ };
871
+ aLayout.splice(0, aLayout.length);
872
+ for ( i = 0, iLen = nTrs.length; i < iLen; i++) {
873
+ aLayout.push([])
874
+ }
875
+ for ( i = 0, iLen = nTrs.length; i < iLen; i++) {
876
+ nTr = nTrs[i];
877
+ iColumn = 0;
878
+ nCell = nTr.firstChild;
879
+ while (nCell) {
880
+ if (nCell.nodeName.toUpperCase() == "TD" || nCell.nodeName.toUpperCase() == "TH") {
881
+ iColspan = nCell.getAttribute('colspan') * 1;
882
+ iRowspan = nCell.getAttribute('rowspan') * 1;
883
+ iColspan = (!iColspan || iColspan === 0 || iColspan === 1) ? 1 : iColspan;
884
+ iRowspan = (!iRowspan || iRowspan === 0 || iRowspan === 1) ? 1 : iRowspan;
885
+ iColShifted = fnShiftCol(aLayout, i, iColumn);
886
+ bUnique = iColspan === 1 ? true : false;
887
+ for ( l = 0; l < iColspan; l++) {
888
+ for ( k = 0; k < iRowspan; k++) {
889
+ aLayout[i+k][iColShifted + l] = {
890
+ "cell" : nCell,
891
+ "unique" : bUnique
892
+ };
893
+ aLayout[i + k].nTr = nTr
894
+ }
895
+ }
896
+ }
897
+ nCell = nCell.nextSibling
898
+ }
899
+ }
900
+ }
901
+
902
+ function _fnGetUniqueThs(oSettings, nHeader, aLayout) {
903
+ var aReturn = [];
904
+ if (!aLayout) {
905
+ aLayout = oSettings.aoHeader;
906
+ if (nHeader) {
907
+ aLayout = [];
908
+ _fnDetectHeader(aLayout, nHeader)
909
+ }
910
+ }
911
+ for (var i = 0, iLen = aLayout.length; i < iLen; i++) {
912
+ for (var j = 0, jLen = aLayout[i].length; j < jLen; j++) {
913
+ if (aLayout[i][j].unique && (!aReturn[j] || !oSettings.bSortCellsTop)) {
914
+ aReturn[j] = aLayout[i][j].cell
915
+ }
916
+ }
917
+ }
918
+ return aReturn
919
+ }
920
+
921
+ function _fnAjaxUpdate(oSettings) {
922
+ if (oSettings.bAjaxDataGet) {
923
+ oSettings.iDraw++;
924
+ _fnProcessingDisplay(oSettings, true);
925
+ var iColumns = oSettings.aoColumns.length;
926
+ var aoData = _fnAjaxParameters(oSettings);
927
+ _fnServerParams(oSettings, aoData);
928
+ oSettings.fnServerData.call(oSettings.oInstance, oSettings.sAjaxSource, aoData, function(json) {
929
+ _fnAjaxUpdateDraw(oSettings, json)
930
+ }, oSettings);
931
+ return false
932
+ } else {
933
+ return true
934
+ }
935
+ }
936
+
937
+ function _fnAjaxParameters(oSettings) {
938
+ var iColumns = oSettings.aoColumns.length;
939
+ var aoData = [], mDataProp, aaSort, aDataSort;
940
+ var i, j;
941
+ aoData.push({
942
+ "name" : "sEcho",
943
+ "value" : oSettings.iDraw
944
+ });
945
+ aoData.push({
946
+ "name" : "iColumns",
947
+ "value" : iColumns
948
+ });
949
+ aoData.push({
950
+ "name" : "sColumns",
951
+ "value" : _fnColumnOrdering(oSettings)
952
+ });
953
+ aoData.push({
954
+ "name" : "iDisplayStart",
955
+ "value" : oSettings._iDisplayStart
956
+ });
957
+ aoData.push({
958
+ "name" : "iDisplayLength",
959
+ "value" : oSettings.oFeatures.bPaginate !== false ? oSettings._iDisplayLength : -1
960
+ });
961
+ for ( i = 0; i < iColumns; i++) {
962
+ mDataProp = oSettings.aoColumns[i].mData;
963
+ aoData.push({
964
+ "name" : "mDataProp_" + i,
965
+ "value" : typeof (mDataProp) === "function" ? 'function' : mDataProp
966
+ })
967
+ }
968
+ if (oSettings.oFeatures.bFilter !== false) {
969
+ aoData.push({
970
+ "name" : "sSearch",
971
+ "value" : oSettings.oPreviousSearch.sSearch
972
+ });
973
+ aoData.push({
974
+ "name" : "bRegex",
975
+ "value" : oSettings.oPreviousSearch.bRegex
976
+ });
977
+ for ( i = 0; i < iColumns; i++) {
978
+ aoData.push({
979
+ "name" : "sSearch_" + i,
980
+ "value" : oSettings.aoPreSearchCols[i].sSearch
981
+ });
982
+ aoData.push({
983
+ "name" : "bRegex_" + i,
984
+ "value" : oSettings.aoPreSearchCols[i].bRegex
985
+ });
986
+ aoData.push({
987
+ "name" : "bSearchable_" + i,
988
+ "value" : oSettings.aoColumns[i].bSearchable
989
+ })
990
+ }
991
+ }
992
+ if (oSettings.oFeatures.bSort !== false) {
993
+ var iCounter = 0;
994
+ aaSort = (oSettings.aaSortingFixed !== null) ? oSettings.aaSortingFixed.concat(oSettings.aaSorting) : oSettings.aaSorting.slice();
995
+ for ( i = 0; i < aaSort.length; i++) {
996
+ aDataSort = oSettings.aoColumns[aaSort[i][0]].aDataSort;
997
+ for ( j = 0; j < aDataSort.length; j++) {
998
+ aoData.push({
999
+ "name" : "iSortCol_" + iCounter,
1000
+ "value" : aDataSort[j]
1001
+ });
1002
+ aoData.push({
1003
+ "name" : "sSortDir_" + iCounter,
1004
+ "value" : aaSort[i][1]
1005
+ });
1006
+ iCounter++
1007
+ }
1008
+ }
1009
+ aoData.push({
1010
+ "name" : "iSortingCols",
1011
+ "value" : iCounter
1012
+ });
1013
+ for ( i = 0; i < iColumns; i++) {
1014
+ aoData.push({
1015
+ "name" : "bSortable_" + i,
1016
+ "value" : oSettings.aoColumns[i].bSortable
1017
+ })
1018
+ }
1019
+ }
1020
+ return aoData
1021
+ }
1022
+
1023
+ function _fnServerParams(oSettings, aoData) {
1024
+ _fnCallbackFire(oSettings, 'aoServerParams', 'serverParams', [aoData])
1025
+ }
1026
+
1027
+ function _fnAjaxUpdateDraw(oSettings, json) {
1028
+ if (json.sEcho !== undefined) {
1029
+ if (json.sEcho * 1 < oSettings.iDraw) {
1030
+ return
1031
+ } else {
1032
+ oSettings.iDraw = json.sEcho * 1
1033
+ }
1034
+ }
1035
+ if (!oSettings.oScroll.bInfinite || (oSettings.oScroll.bInfinite && (oSettings.bSorted || oSettings.bFiltered))) {
1036
+ _fnClearTable(oSettings)
1037
+ }
1038
+ oSettings._iRecordsTotal = parseInt(json.iTotalRecords, 10);
1039
+ oSettings._iRecordsDisplay = parseInt(json.iTotalDisplayRecords, 10);
1040
+ var sOrdering = _fnColumnOrdering(oSettings);
1041
+ var bReOrder = (json.sColumns !== undefined && sOrdering !== "" && json.sColumns != sOrdering);
1042
+ var aiIndex;
1043
+ if (bReOrder) {
1044
+ aiIndex = _fnReOrderIndex(oSettings, json.sColumns)
1045
+ }
1046
+ var aData = _fnGetObjectDataFn(oSettings.sAjaxDataProp)(json);
1047
+ for (var i = 0, iLen = aData.length; i < iLen; i++) {
1048
+ if (bReOrder) {
1049
+ var aDataSorted = [];
1050
+ for (var j = 0, jLen = oSettings.aoColumns.length; j < jLen; j++) {
1051
+ aDataSorted.push(aData[i][aiIndex[j]])
1052
+ }
1053
+ _fnAddData(oSettings, aDataSorted)
1054
+ } else {
1055
+ _fnAddData(oSettings, aData[i])
1056
+ }
1057
+ }
1058
+ oSettings.aiDisplay = oSettings.aiDisplayMaster.slice();
1059
+ oSettings.bAjaxDataGet = false;
1060
+ _fnDraw(oSettings);
1061
+ oSettings.bAjaxDataGet = true;
1062
+ _fnProcessingDisplay(oSettings, false)
1063
+ }
1064
+
1065
+ function _fnFeatureHtmlFilter(oSettings) {
1066
+ var oPreviousSearch = oSettings.oPreviousSearch;
1067
+ var sSearchStr = oSettings.oLanguage.sSearch;
1068
+ sSearchStr = (sSearchStr.indexOf('_INPUT_') !== -1) ? sSearchStr.replace('_INPUT_', '<input type="text" />') : sSearchStr === "" ? '<input type="text" />' : sSearchStr + ' <input type="text" />';
1069
+ var nFilter = document.createElement('div');
1070
+ nFilter.className = oSettings.oClasses.sFilter;
1071
+ nFilter.innerHTML = '<label>' + sSearchStr + '</label>';
1072
+ if (!oSettings.aanFeatures.f) {
1073
+ nFilter.id = oSettings.sTableId + '_filter'
1074
+ }
1075
+ var jqFilter = $('input[type="text"]', nFilter);
1076
+ nFilter._DT_Input = jqFilter[0];
1077
+ jqFilter.val(oPreviousSearch.sSearch.replace('"', '&quot;'));
1078
+ jqFilter.bind('keyup.DT', function(e) {
1079
+ var n = oSettings.aanFeatures.f;
1080
+ var val = this.value === "" ? "" : this.value;
1081
+ for (var i = 0, iLen = n.length; i < iLen; i++) {
1082
+ if (n[i] != $(this).parents('div.dataTables_filter')[0]) {
1083
+ $(n[i]._DT_Input).val(val)
1084
+ }
1085
+ }
1086
+ if (val != oPreviousSearch.sSearch) {
1087
+ _fnFilterComplete(oSettings, {
1088
+ "sSearch" : val,
1089
+ "bRegex" : oPreviousSearch.bRegex,
1090
+ "bSmart" : oPreviousSearch.bSmart,
1091
+ "bCaseInsensitive" : oPreviousSearch.bCaseInsensitive
1092
+ })
1093
+ }
1094
+ });
1095
+ jqFilter.attr('aria-controls', oSettings.sTableId).bind('keypress.DT', function(e) {
1096
+ if (e.keyCode == 13) {
1097
+ return false
1098
+ }
1099
+ });
1100
+ return nFilter
1101
+ }
1102
+
1103
+ function _fnFilterComplete(oSettings, oInput, iForce) {
1104
+ var oPrevSearch = oSettings.oPreviousSearch;
1105
+ var aoPrevSearch = oSettings.aoPreSearchCols;
1106
+ var fnSaveFilter = function(oFilter) {
1107
+ oPrevSearch.sSearch = oFilter.sSearch;
1108
+ oPrevSearch.bRegex = oFilter.bRegex;
1109
+ oPrevSearch.bSmart = oFilter.bSmart;
1110
+ oPrevSearch.bCaseInsensitive = oFilter.bCaseInsensitive
1111
+ };
1112
+ if (!oSettings.oFeatures.bServerSide) {
1113
+ _fnFilter(oSettings, oInput.sSearch, iForce, oInput.bRegex, oInput.bSmart, oInput.bCaseInsensitive);
1114
+ fnSaveFilter(oInput);
1115
+ for (var i = 0; i < oSettings.aoPreSearchCols.length; i++) {
1116
+ _fnFilterColumn(oSettings, aoPrevSearch[i].sSearch, i, aoPrevSearch[i].bRegex, aoPrevSearch[i].bSmart, aoPrevSearch[i].bCaseInsensitive)
1117
+ }
1118
+ _fnFilterCustom(oSettings)
1119
+ } else {
1120
+ fnSaveFilter(oInput)
1121
+ }
1122
+ oSettings.bFiltered = true;
1123
+ $(oSettings.oInstance).trigger('filter', oSettings);
1124
+ oSettings._iDisplayStart = 0;
1125
+ _fnCalculateEnd(oSettings);
1126
+ _fnDraw(oSettings);
1127
+ _fnBuildSearchArray(oSettings, 0)
1128
+ }
1129
+
1130
+ function _fnFilterCustom(oSettings) {
1131
+ var afnFilters = DataTable.ext.afnFiltering;
1132
+ var aiFilterColumns = _fnGetColumns(oSettings, 'bSearchable');
1133
+ for (var i = 0, iLen = afnFilters.length; i < iLen; i++) {
1134
+ var iCorrector = 0;
1135
+ for (var j = 0, jLen = oSettings.aiDisplay.length; j < jLen; j++) {
1136
+ var iDisIndex = oSettings.aiDisplay[j - iCorrector];
1137
+ var bTest = afnFilters[i](oSettings, _fnGetRowData(oSettings, iDisIndex, 'filter', aiFilterColumns), iDisIndex);
1138
+ if (!bTest) {
1139
+ oSettings.aiDisplay.splice(j - iCorrector, 1);
1140
+ iCorrector++
1141
+ }
1142
+ }
1143
+ }
1144
+ }
1145
+
1146
+ function _fnFilterColumn(oSettings, sInput, iColumn, bRegex, bSmart, bCaseInsensitive) {
1147
+ if (sInput === "") {
1148
+ return
1149
+ }
1150
+ var iIndexCorrector = 0;
1151
+ var rpSearch = _fnFilterCreateSearch(sInput, bRegex, bSmart, bCaseInsensitive);
1152
+ for (var i = oSettings.aiDisplay.length - 1; i >= 0; i--) {
1153
+ var sData = _fnDataToSearch(_fnGetCellData(oSettings, oSettings.aiDisplay[i], iColumn, 'filter'), oSettings.aoColumns[iColumn].sType);
1154
+ if (!rpSearch.test(sData)) {
1155
+ oSettings.aiDisplay.splice(i, 1);
1156
+ iIndexCorrector++
1157
+ }
1158
+ }
1159
+ }
1160
+
1161
+ function _fnFilter(oSettings, sInput, iForce, bRegex, bSmart, bCaseInsensitive) {
1162
+ var i;
1163
+ var rpSearch = _fnFilterCreateSearch(sInput, bRegex, bSmart, bCaseInsensitive);
1164
+ var oPrevSearch = oSettings.oPreviousSearch;
1165
+ if (!iForce) {
1166
+ iForce = 0
1167
+ }
1168
+ if (DataTable.ext.afnFiltering.length !== 0) {
1169
+ iForce = 1
1170
+ }
1171
+ if (sInput.length <= 0) {
1172
+ oSettings.aiDisplay.splice(0, oSettings.aiDisplay.length);
1173
+ oSettings.aiDisplay = oSettings.aiDisplayMaster.slice()
1174
+ } else {
1175
+ if (oSettings.aiDisplay.length == oSettings.aiDisplayMaster.length || oPrevSearch.sSearch.length > sInput.length || iForce == 1 || sInput.indexOf(oPrevSearch.sSearch) !== 0) {
1176
+ oSettings.aiDisplay.splice(0, oSettings.aiDisplay.length);
1177
+ _fnBuildSearchArray(oSettings, 1);
1178
+ for ( i = 0; i < oSettings.aiDisplayMaster.length; i++) {
1179
+ if (rpSearch.test(oSettings.asDataSearch[i])) {
1180
+ oSettings.aiDisplay.push(oSettings.aiDisplayMaster[i])
1181
+ }
1182
+ }
1183
+ } else {
1184
+ var iIndexCorrector = 0;
1185
+ for ( i = 0; i < oSettings.asDataSearch.length; i++) {
1186
+ if (!rpSearch.test(oSettings.asDataSearch[i])) {
1187
+ oSettings.aiDisplay.splice(i - iIndexCorrector, 1);
1188
+ iIndexCorrector++
1189
+ }
1190
+ }
1191
+ }
1192
+ }
1193
+ }
1194
+
1195
+ function _fnBuildSearchArray(oSettings, iMaster) {
1196
+ if (!oSettings.oFeatures.bServerSide) {
1197
+ oSettings.asDataSearch = [];
1198
+ var aiFilterColumns = _fnGetColumns(oSettings, 'bSearchable');
1199
+ var aiIndex = (iMaster === 1) ? oSettings.aiDisplayMaster : oSettings.aiDisplay;
1200
+ for (var i = 0, iLen = aiIndex.length; i < iLen; i++) {
1201
+ oSettings.asDataSearch[i] = _fnBuildSearchRow(oSettings, _fnGetRowData(oSettings, aiIndex[i], 'filter', aiFilterColumns))
1202
+ }
1203
+ }
1204
+ }
1205
+
1206
+ function _fnBuildSearchRow(oSettings, aData) {
1207
+ var sSearch = aData.join(' ');
1208
+ if (sSearch.indexOf('&') !== -1) {
1209
+ sSearch = $('<div>').html(sSearch).text()
1210
+ }
1211
+ return sSearch.replace(/[\n\r]/g, " ")
1212
+ }
1213
+
1214
+ function _fnFilterCreateSearch(sSearch, bRegex, bSmart, bCaseInsensitive) {
1215
+ var asSearch, sRegExpString;
1216
+ if (bSmart) {
1217
+ asSearch = bRegex ? sSearch.split(' ') : _fnEscapeRegex(sSearch).split(' ');
1218
+ sRegExpString = '^(?=.*?' + asSearch.join(')(?=.*?') + ').*$';
1219
+ return new RegExp(sRegExpString, bCaseInsensitive ? "i" : "")
1220
+ } else {
1221
+ sSearch = bRegex ? sSearch : _fnEscapeRegex(sSearch);
1222
+ return new RegExp(sSearch, bCaseInsensitive ? "i" : "")
1223
+ }
1224
+ }
1225
+
1226
+ function _fnDataToSearch(sData, sType) {
1227
+ if ( typeof DataTable.ext.ofnSearch[sType] === "function") {
1228
+ return DataTable.ext.ofnSearch[sType](sData)
1229
+ } else if (sData === null) {
1230
+ return ''
1231
+ } else if (sType == "html") {
1232
+ return sData.replace(/[\r\n]/g, " ").replace(/<.*?>/g, "")
1233
+ } else if ( typeof sData === "string") {
1234
+ return sData.replace(/[\r\n]/g, " ")
1235
+ }
1236
+ return sData
1237
+ }
1238
+
1239
+ function _fnEscapeRegex(sVal) {
1240
+ var acEscape = ['/', '.', '*', '+', '?', '|', '(', ')', '[', ']', '{', '}', '\\', '$', '^', '-'];
1241
+ var reReplace = new RegExp('(\\' + acEscape.join('|\\') + ')', 'g');
1242
+ return sVal.replace(reReplace, '\\$1')
1243
+ }
1244
+
1245
+ function _fnFeatureHtmlInfo(oSettings) {
1246
+ var nInfo = document.createElement('div');
1247
+ nInfo.className = oSettings.oClasses.sInfo;
1248
+ if (!oSettings.aanFeatures.i) {
1249
+ oSettings.aoDrawCallback.push({
1250
+ "fn" : _fnUpdateInfo,
1251
+ "sName" : "information"
1252
+ });
1253
+ nInfo.id = oSettings.sTableId + '_info'
1254
+ }
1255
+ oSettings.nTable.setAttribute('aria-describedby', oSettings.sTableId + '_info');
1256
+ return nInfo
1257
+ }
1258
+
1259
+ function _fnUpdateInfo(oSettings) {
1260
+ if (!oSettings.oFeatures.bInfo || oSettings.aanFeatures.i.length === 0) {
1261
+ return
1262
+ }
1263
+ var oLang = oSettings.oLanguage, iStart = oSettings._iDisplayStart + 1, iEnd = oSettings.fnDisplayEnd(), iMax = oSettings.fnRecordsTotal(), iTotal = oSettings.fnRecordsDisplay(), sOut;
1264
+ if (iTotal === 0) {
1265
+ sOut = oLang.sInfoEmpty
1266
+ } else {
1267
+ sOut = oLang.sInfo
1268
+ }
1269
+ if (iTotal != iMax) {
1270
+ sOut += ' ' + oLang.sInfoFiltered
1271
+ }
1272
+ sOut += oLang.sInfoPostFix;
1273
+ sOut = _fnInfoMacros(oSettings, sOut);
1274
+ if (oLang.fnInfoCallback !== null) {
1275
+ sOut = oLang.fnInfoCallback.call(oSettings.oInstance, oSettings, iStart, iEnd, iMax, iTotal, sOut)
1276
+ }
1277
+ var n = oSettings.aanFeatures.i;
1278
+ for (var i = 0, iLen = n.length; i < iLen; i++) {
1279
+ $(n[i]).html(sOut)
1280
+ }
1281
+ }
1282
+
1283
+ function _fnInfoMacros(oSettings, str) {
1284
+ var iStart = oSettings._iDisplayStart + 1, sStart = oSettings.fnFormatNumber(iStart), iEnd = oSettings.fnDisplayEnd(), sEnd = oSettings.fnFormatNumber(iEnd), iTotal = oSettings.fnRecordsDisplay(), sTotal = oSettings.fnFormatNumber(iTotal), iMax = oSettings.fnRecordsTotal(), sMax = oSettings.fnFormatNumber(iMax);
1285
+ if (oSettings.oScroll.bInfinite) {
1286
+ sStart = oSettings.fnFormatNumber(1)
1287
+ }
1288
+ return str.replace(/_START_/g, sStart).replace(/_END_/g, sEnd).replace(/_TOTAL_/g, sTotal).replace(/_MAX_/g, sMax)
1289
+ }
1290
+
1291
+ function _fnInitialise(oSettings) {
1292
+ var i, iLen, iAjaxStart = oSettings.iInitDisplayStart;
1293
+ if (oSettings.bInitialised === false) {
1294
+ setTimeout(function() {
1295
+ _fnInitialise(oSettings)
1296
+ }, 200);
1297
+ return
1298
+ }
1299
+ _fnAddOptionsHtml(oSettings);
1300
+ _fnBuildHead(oSettings);
1301
+ _fnDrawHead(oSettings, oSettings.aoHeader);
1302
+ if (oSettings.nTFoot) {
1303
+ _fnDrawHead(oSettings, oSettings.aoFooter)
1304
+ }
1305
+ _fnProcessingDisplay(oSettings, true);
1306
+ if (oSettings.oFeatures.bAutoWidth) {
1307
+ _fnCalculateColumnWidths(oSettings)
1308
+ }
1309
+ for ( i = 0, iLen = oSettings.aoColumns.length; i < iLen; i++) {
1310
+ if (oSettings.aoColumns[i].sWidth !== null) {
1311
+ oSettings.aoColumns[i].nTh.style.width = _fnStringToCss(oSettings.aoColumns[i].sWidth)
1312
+ }
1313
+ }
1314
+ if (oSettings.oFeatures.bSort) {
1315
+ _fnSort(oSettings)
1316
+ } else if (oSettings.oFeatures.bFilter) {
1317
+ _fnFilterComplete(oSettings, oSettings.oPreviousSearch)
1318
+ } else {
1319
+ oSettings.aiDisplay = oSettings.aiDisplayMaster.slice();
1320
+ _fnCalculateEnd(oSettings);
1321
+ _fnDraw(oSettings)
1322
+ }
1323
+ if (oSettings.sAjaxSource !== null && !oSettings.oFeatures.bServerSide) {
1324
+ var aoData = [];
1325
+ _fnServerParams(oSettings, aoData);
1326
+ oSettings.fnServerData.call(oSettings.oInstance, oSettings.sAjaxSource, aoData, function(json) {
1327
+ var aData = (oSettings.sAjaxDataProp !== "") ? _fnGetObjectDataFn(oSettings.sAjaxDataProp)(json) : json;
1328
+ for ( i = 0; i < aData.length; i++) {
1329
+ _fnAddData(oSettings, aData[i])
1330
+ }
1331
+ oSettings.iInitDisplayStart = iAjaxStart;
1332
+ if (oSettings.oFeatures.bSort) {
1333
+ _fnSort(oSettings)
1334
+ } else {
1335
+ oSettings.aiDisplay = oSettings.aiDisplayMaster.slice();
1336
+ _fnCalculateEnd(oSettings);
1337
+ _fnDraw(oSettings)
1338
+ }
1339
+ _fnProcessingDisplay(oSettings, false);
1340
+ _fnInitComplete(oSettings, json)
1341
+ }, oSettings);
1342
+ return
1343
+ }
1344
+ if (!oSettings.oFeatures.bServerSide) {
1345
+ _fnProcessingDisplay(oSettings, false);
1346
+ _fnInitComplete(oSettings)
1347
+ }
1348
+ }
1349
+
1350
+ function _fnInitComplete(oSettings, json) {
1351
+ oSettings._bInitComplete = true;
1352
+ _fnCallbackFire(oSettings, 'aoInitComplete', 'init', [oSettings, json])
1353
+ }
1354
+
1355
+ function _fnLanguageCompat(oLanguage) {
1356
+ var oDefaults = DataTable.defaults.oLanguage;
1357
+ if (!oLanguage.sEmptyTable && oLanguage.sZeroRecords && oDefaults.sEmptyTable === "No data available in table") {
1358
+ _fnMap(oLanguage, oLanguage, 'sZeroRecords', 'sEmptyTable')
1359
+ }
1360
+ if (!oLanguage.sLoadingRecords && oLanguage.sZeroRecords && oDefaults.sLoadingRecords === "Loading...") {
1361
+ _fnMap(oLanguage, oLanguage, 'sZeroRecords', 'sLoadingRecords')
1362
+ }
1363
+ }
1364
+
1365
+ function _fnFeatureHtmlLength(oSettings) {
1366
+ if (oSettings.oScroll.bInfinite) {
1367
+ return null
1368
+ }
1369
+ var sName = 'name="' + oSettings.sTableId + '_length" id="' + oSettings.sTableId + '_length"';
1370
+ var sStdMenu = '<select size="1" ' + sName + '>';
1371
+ var i, iLen;
1372
+ var aLengthMenu = oSettings.aLengthMenu;
1373
+ if (aLengthMenu.length == 2 && typeof aLengthMenu[0] === 'object' && typeof aLengthMenu[1] === 'object') {
1374
+ for ( i = 0, iLen = aLengthMenu[0].length; i < iLen; i++) {
1375
+ sStdMenu += '<option value="' + aLengthMenu[0][i] + '">' + aLengthMenu[1][i] + '</option>'
1376
+ }
1377
+ } else {
1378
+ for ( i = 0, iLen = aLengthMenu.length; i < iLen; i++) {
1379
+ sStdMenu += '<option value="' + aLengthMenu[i] + '">' + aLengthMenu[i] + '</option>'
1380
+ }
1381
+ }
1382
+ sStdMenu += '</select>';
1383
+ var nLength = document.createElement('div');
1384
+ if (!oSettings.aanFeatures.l) {
1385
+ nLength.id = oSettings.sTableId + '_length'
1386
+ }
1387
+ nLength.className = oSettings.oClasses.sLength;
1388
+ nLength.innerHTML = '<label>' + oSettings.oLanguage.sLengthMenu.replace('_MENU_', sStdMenu) + '</label>';
1389
+ $('select option[value="' + oSettings._iDisplayLength + '"]', nLength).attr("selected", true);
1390
+ $('select', nLength).bind('change.DT', function(e) {
1391
+ var iVal = $(this).val();
1392
+ var n = oSettings.aanFeatures.l;
1393
+ for ( i = 0, iLen = n.length; i < iLen; i++) {
1394
+ if (n[i] != this.parentNode) {
1395
+ $('select', n[i]).val(iVal)
1396
+ }
1397
+ }
1398
+ oSettings._iDisplayLength = parseInt(iVal, 10);
1399
+ _fnCalculateEnd(oSettings);
1400
+ if (oSettings.fnDisplayEnd() == oSettings.fnRecordsDisplay()) {
1401
+ oSettings._iDisplayStart = oSettings.fnDisplayEnd() - oSettings._iDisplayLength;
1402
+ if (oSettings._iDisplayStart < 0) {
1403
+ oSettings._iDisplayStart = 0
1404
+ }
1405
+ }
1406
+ if (oSettings._iDisplayLength == -1) {
1407
+ oSettings._iDisplayStart = 0
1408
+ }
1409
+ _fnDraw(oSettings)
1410
+ });
1411
+ $('select', nLength).attr('aria-controls', oSettings.sTableId);
1412
+ return nLength
1413
+ }
1414
+
1415
+ function _fnCalculateEnd(oSettings) {
1416
+ if (oSettings.oFeatures.bPaginate === false) {
1417
+ oSettings._iDisplayEnd = oSettings.aiDisplay.length
1418
+ } else {
1419
+ if (oSettings._iDisplayStart + oSettings._iDisplayLength > oSettings.aiDisplay.length || oSettings._iDisplayLength == -1) {
1420
+ oSettings._iDisplayEnd = oSettings.aiDisplay.length
1421
+ } else {
1422
+ oSettings._iDisplayEnd = oSettings._iDisplayStart + oSettings._iDisplayLength
1423
+ }
1424
+ }
1425
+ }
1426
+
1427
+ function _fnFeatureHtmlPaginate(oSettings) {
1428
+ if (oSettings.oScroll.bInfinite) {
1429
+ return null
1430
+ }
1431
+ var nPaginate = document.createElement('div');
1432
+ nPaginate.className = oSettings.oClasses.sPaging + oSettings.sPaginationType;
1433
+ DataTable.ext.oPagination[oSettings.sPaginationType].fnInit(oSettings, nPaginate, function(oSettings) {
1434
+ _fnCalculateEnd(oSettings);
1435
+ _fnDraw(oSettings)
1436
+ });
1437
+ if (!oSettings.aanFeatures.p) {
1438
+ oSettings.aoDrawCallback.push({
1439
+ "fn" : function(oSettings) {
1440
+ DataTable.ext.oPagination[oSettings.sPaginationType].fnUpdate(oSettings, function(oSettings) {
1441
+ _fnCalculateEnd(oSettings);
1442
+ _fnDraw(oSettings)
1443
+ })
1444
+ },
1445
+ "sName" : "pagination"
1446
+ })
1447
+ }
1448
+ return nPaginate
1449
+ }
1450
+
1451
+ function _fnPageChange(oSettings, mAction) {
1452
+ var iOldStart = oSettings._iDisplayStart;
1453
+ if ( typeof mAction === "number") {
1454
+ oSettings._iDisplayStart = mAction * oSettings._iDisplayLength;
1455
+ if (oSettings._iDisplayStart > oSettings.fnRecordsDisplay()) {
1456
+ oSettings._iDisplayStart = 0
1457
+ }
1458
+ } else if (mAction == "first") {
1459
+ oSettings._iDisplayStart = 0
1460
+ } else if (mAction == "previous") {
1461
+ oSettings._iDisplayStart = oSettings._iDisplayLength >= 0 ? oSettings._iDisplayStart - oSettings._iDisplayLength : 0;
1462
+ if (oSettings._iDisplayStart < 0) {
1463
+ oSettings._iDisplayStart = 0
1464
+ }
1465
+ } else if (mAction == "next") {
1466
+ if (oSettings._iDisplayLength >= 0) {
1467
+ if (oSettings._iDisplayStart + oSettings._iDisplayLength < oSettings.fnRecordsDisplay()) {
1468
+ oSettings._iDisplayStart += oSettings._iDisplayLength
1469
+ }
1470
+ } else {
1471
+ oSettings._iDisplayStart = 0
1472
+ }
1473
+ } else if (mAction == "last") {
1474
+ if (oSettings._iDisplayLength >= 0) {
1475
+ var iPages = parseInt((oSettings.fnRecordsDisplay() - 1) / oSettings._iDisplayLength, 10) + 1;
1476
+ oSettings._iDisplayStart = (iPages - 1) * oSettings._iDisplayLength
1477
+ } else {
1478
+ oSettings._iDisplayStart = 0
1479
+ }
1480
+ } else {
1481
+ _fnLog(oSettings, 0, "Unknown paging action: " + mAction)
1482
+ }
1483
+ $(oSettings.oInstance).trigger('page', oSettings);
1484
+ return iOldStart != oSettings._iDisplayStart
1485
+ }
1486
+
1487
+ function _fnFeatureHtmlProcessing(oSettings) {
1488
+ var nProcessing = document.createElement('div');
1489
+ if (!oSettings.aanFeatures.r) {
1490
+ nProcessing.id = oSettings.sTableId + '_processing'
1491
+ }
1492
+ nProcessing.innerHTML = oSettings.oLanguage.sProcessing;
1493
+ nProcessing.className = oSettings.oClasses.sProcessing;
1494
+ oSettings.nTable.parentNode.insertBefore(nProcessing, oSettings.nTable);
1495
+ return nProcessing
1496
+ }
1497
+
1498
+ function _fnProcessingDisplay(oSettings, bShow) {
1499
+ if (oSettings.oFeatures.bProcessing) {
1500
+ var an = oSettings.aanFeatures.r;
1501
+ for (var i = 0, iLen = an.length; i < iLen; i++) {
1502
+ an[i].style.visibility = bShow ? "visible" : "hidden"
1503
+ }
1504
+ }
1505
+ $(oSettings.oInstance).trigger('processing', [oSettings, bShow])
1506
+ }
1507
+
1508
+ function _fnFeatureHtmlTable(oSettings) {
1509
+ if (oSettings.oScroll.sX === "" && oSettings.oScroll.sY === "") {
1510
+ return oSettings.nTable
1511
+ }
1512
+ var nScroller = document.createElement('div'), nScrollHead = document.createElement('div'), nScrollHeadInner = document.createElement('div'), nScrollBody = document.createElement('div'), nScrollFoot = document.createElement('div'), nScrollFootInner = document.createElement('div'), nScrollHeadTable = oSettings.nTable.cloneNode(false), nScrollFootTable = oSettings.nTable.cloneNode(false), nThead = oSettings.nTable.getElementsByTagName('thead')[0], nTfoot = oSettings.nTable.getElementsByTagName('tfoot').length === 0 ? null : oSettings.nTable.getElementsByTagName('tfoot')[0], oClasses = oSettings.oClasses;
1513
+ nScrollHead.appendChild(nScrollHeadInner);
1514
+ nScrollFoot.appendChild(nScrollFootInner);
1515
+ nScrollBody.appendChild(oSettings.nTable);
1516
+ nScroller.appendChild(nScrollHead);
1517
+ nScroller.appendChild(nScrollBody);
1518
+ nScrollHeadInner.appendChild(nScrollHeadTable);
1519
+ nScrollHeadTable.appendChild(nThead);
1520
+ if (nTfoot !== null) {
1521
+ nScroller.appendChild(nScrollFoot);
1522
+ nScrollFootInner.appendChild(nScrollFootTable);
1523
+ nScrollFootTable.appendChild(nTfoot)
1524
+ }
1525
+ nScroller.className = oClasses.sScrollWrapper;
1526
+ nScrollHead.className = oClasses.sScrollHead;
1527
+ nScrollHeadInner.className = oClasses.sScrollHeadInner;
1528
+ nScrollBody.className = oClasses.sScrollBody;
1529
+ nScrollFoot.className = oClasses.sScrollFoot;
1530
+ nScrollFootInner.className = oClasses.sScrollFootInner;
1531
+ if (oSettings.oScroll.bAutoCss) {
1532
+ nScrollHead.style.overflow = "hidden";
1533
+ nScrollHead.style.position = "relative";
1534
+ nScrollFoot.style.overflow = "hidden";
1535
+ nScrollBody.style.overflow = "auto"
1536
+ }
1537
+ nScrollHead.style.border = "0";
1538
+ nScrollHead.style.width = "100%";
1539
+ nScrollFoot.style.border = "0";
1540
+ nScrollHeadInner.style.width = oSettings.oScroll.sXInner !== "" ? oSettings.oScroll.sXInner : "100%";
1541
+ nScrollHeadTable.removeAttribute('id');
1542
+ nScrollHeadTable.style.marginLeft = "0";
1543
+ oSettings.nTable.style.marginLeft = "0";
1544
+ if (nTfoot !== null) {
1545
+ nScrollFootTable.removeAttribute('id');
1546
+ nScrollFootTable.style.marginLeft = "0"
1547
+ }
1548
+ var nCaption = $(oSettings.nTable).children('caption');
1549
+ if (nCaption.length > 0) {
1550
+ nCaption = nCaption[0];
1551
+ if (nCaption._captionSide === "top") {
1552
+ nScrollHeadTable.appendChild(nCaption)
1553
+ } else if (nCaption._captionSide === "bottom" && nTfoot) {
1554
+ nScrollFootTable.appendChild(nCaption)
1555
+ }
1556
+ }
1557
+ if (oSettings.oScroll.sX !== "") {
1558
+ nScrollHead.style.width = _fnStringToCss(oSettings.oScroll.sX);
1559
+ nScrollBody.style.width = _fnStringToCss(oSettings.oScroll.sX);
1560
+ if (nTfoot !== null) {
1561
+ nScrollFoot.style.width = _fnStringToCss(oSettings.oScroll.sX)
1562
+ }
1563
+ $(nScrollBody).scroll(function(e) {
1564
+ nScrollHead.scrollLeft = this.scrollLeft;
1565
+ if (nTfoot !== null) {
1566
+ nScrollFoot.scrollLeft = this.scrollLeft
1567
+ }
1568
+ })
1569
+ }
1570
+ if (oSettings.oScroll.sY !== "") {
1571
+ nScrollBody.style.height = _fnStringToCss(oSettings.oScroll.sY)
1572
+ }
1573
+ oSettings.aoDrawCallback.push({
1574
+ "fn" : _fnScrollDraw,
1575
+ "sName" : "scrolling"
1576
+ });
1577
+ if (oSettings.oScroll.bInfinite) {
1578
+ $(nScrollBody).scroll(function() {
1579
+ if (!oSettings.bDrawing && $(this).scrollTop() !== 0) {
1580
+ if ($(this).scrollTop() + $(this).height() > $(oSettings.nTable).height() - oSettings.oScroll.iLoadGap) {
1581
+ if (oSettings.fnDisplayEnd() < oSettings.fnRecordsDisplay()) {
1582
+ _fnPageChange(oSettings, 'next');
1583
+ _fnCalculateEnd(oSettings);
1584
+ _fnDraw(oSettings)
1585
+ }
1586
+ }
1587
+ }
1588
+ })
1589
+ }
1590
+ oSettings.nScrollHead = nScrollHead;
1591
+ oSettings.nScrollFoot = nScrollFoot;
1592
+ return nScroller
1593
+ }
1594
+
1595
+ function _fnScrollDraw(o) {
1596
+ var nScrollHeadInner = o.nScrollHead.getElementsByTagName('div')[0], nScrollHeadTable = nScrollHeadInner.getElementsByTagName('table')[0], nScrollBody = o.nTable.parentNode, i, iLen, j, jLen, anHeadToSize, anHeadSizers, anFootSizers, anFootToSize, oStyle, iVis, nTheadSize, nTfootSize, iWidth, aApplied = [], aAppliedFooter = [], iSanityWidth, nScrollFootInner = (o.nTFoot !== null) ? o.nScrollFoot.getElementsByTagName('div')[0] : null, nScrollFootTable = (o.nTFoot !== null) ? nScrollFootInner.getElementsByTagName('table')[0] : null, ie67 = o.oBrowser.bScrollOversize, zeroOut = function(nSizer) {
1597
+ oStyle = nSizer.style;
1598
+ oStyle.paddingTop = "0";
1599
+ oStyle.paddingBottom = "0";
1600
+ oStyle.borderTopWidth = "0";
1601
+ oStyle.borderBottomWidth = "0";
1602
+ oStyle.height = 0
1603
+ };
1604
+ $(o.nTable).children('thead, tfoot').remove();
1605
+ nTheadSize = $(o.nTHead).clone()[0];
1606
+ o.nTable.insertBefore(nTheadSize, o.nTable.childNodes[0]);
1607
+ anHeadToSize = o.nTHead.getElementsByTagName('tr');
1608
+ anHeadSizers = nTheadSize.getElementsByTagName('tr');
1609
+ if (o.nTFoot !== null) {
1610
+ nTfootSize = $(o.nTFoot).clone()[0];
1611
+ o.nTable.insertBefore(nTfootSize, o.nTable.childNodes[1]);
1612
+ anFootToSize = o.nTFoot.getElementsByTagName('tr');
1613
+ anFootSizers = nTfootSize.getElementsByTagName('tr')
1614
+ }
1615
+ if (o.oScroll.sX === "") {
1616
+ nScrollBody.style.width = '100%';
1617
+ nScrollHeadInner.parentNode.style.width = '100%'
1618
+ }
1619
+ var nThs = _fnGetUniqueThs(o, nTheadSize);
1620
+ for ( i = 0, iLen = nThs.length; i < iLen; i++) {
1621
+ iVis = _fnVisibleToColumnIndex(o, i);
1622
+ nThs[i].style.width = o.aoColumns[iVis].sWidth
1623
+ }
1624
+ if (o.nTFoot !== null) {
1625
+ _fnApplyToChildren(function(n) {
1626
+ n.style.width = ""
1627
+ }, anFootSizers)
1628
+ }
1629
+ if (o.oScroll.bCollapse && o.oScroll.sY !== "") {
1630
+ nScrollBody.style.height = (nScrollBody.offsetHeight + o.nTHead.offsetHeight) + "px"
1631
+ }
1632
+ iSanityWidth = $(o.nTable).outerWidth();
1633
+ if (o.oScroll.sX === "") {
1634
+ o.nTable.style.width = "100%";
1635
+ if (ie67 && ($('tbody', nScrollBody).height() > nScrollBody.offsetHeight || $(nScrollBody).css('overflow-y') == "scroll")) {
1636
+ o.nTable.style.width = _fnStringToCss($(o.nTable).outerWidth() - o.oScroll.iBarWidth)
1637
+ }
1638
+ } else {
1639
+ if (o.oScroll.sXInner !== "") {
1640
+ o.nTable.style.width = _fnStringToCss(o.oScroll.sXInner)
1641
+ } else if (iSanityWidth == $(nScrollBody).width() && $(nScrollBody).height() < $(o.nTable).height()) {
1642
+ o.nTable.style.width = _fnStringToCss(iSanityWidth - o.oScroll.iBarWidth);
1643
+ if ($(o.nTable).outerWidth() > iSanityWidth - o.oScroll.iBarWidth) {
1644
+ o.nTable.style.width = _fnStringToCss(iSanityWidth)
1645
+ }
1646
+ } else {
1647
+ o.nTable.style.width = _fnStringToCss(iSanityWidth)
1648
+ }
1649
+ }
1650
+ iSanityWidth = $(o.nTable).outerWidth();
1651
+ _fnApplyToChildren(zeroOut, anHeadSizers);
1652
+ _fnApplyToChildren(function(nSizer) {
1653
+ aApplied.push(_fnStringToCss($(nSizer).width()))
1654
+ }, anHeadSizers);
1655
+ _fnApplyToChildren(function(nToSize, i) {
1656
+ nToSize.style.width = aApplied[i]
1657
+ }, anHeadToSize);
1658
+ $(anHeadSizers).height(0);
1659
+ if (o.nTFoot !== null) {
1660
+ _fnApplyToChildren(zeroOut, anFootSizers);
1661
+ _fnApplyToChildren(function(nSizer) {
1662
+ aAppliedFooter.push(_fnStringToCss($(nSizer).width()))
1663
+ }, anFootSizers);
1664
+ _fnApplyToChildren(function(nToSize, i) {
1665
+ nToSize.style.width = aAppliedFooter[i]
1666
+ }, anFootToSize);
1667
+ $(anFootSizers).height(0)
1668
+ }
1669
+ _fnApplyToChildren(function(nSizer, i) {
1670
+ nSizer.innerHTML = "";
1671
+ nSizer.style.width = aApplied[i]
1672
+ }, anHeadSizers);
1673
+ if (o.nTFoot !== null) {
1674
+ _fnApplyToChildren(function(nSizer, i) {
1675
+ nSizer.innerHTML = "";
1676
+ nSizer.style.width = aAppliedFooter[i]
1677
+ }, anFootSizers)
1678
+ }
1679
+ if ($(o.nTable).outerWidth() < iSanityWidth) {
1680
+ var iCorrection = ((nScrollBody.scrollHeight > nScrollBody.offsetHeight || $(nScrollBody).css('overflow-y') == "scroll")) ? iSanityWidth + o.oScroll.iBarWidth : iSanityWidth;
1681
+ if (ie67 && (nScrollBody.scrollHeight > nScrollBody.offsetHeight || $(nScrollBody).css('overflow-y') == "scroll")) {
1682
+ o.nTable.style.width = _fnStringToCss(iCorrection - o.oScroll.iBarWidth)
1683
+ }
1684
+ nScrollBody.style.width = _fnStringToCss(iCorrection);
1685
+ o.nScrollHead.style.width = _fnStringToCss(iCorrection);
1686
+ if (o.nTFoot !== null) {
1687
+ o.nScrollFoot.style.width = _fnStringToCss(iCorrection)
1688
+ }
1689
+ if (o.oScroll.sX === "") {
1690
+ _fnLog(o, 1, "The table cannot fit into the current element which will cause column" + " misalignment. The table has been drawn at its minimum possible width.")
1691
+ } else if (o.oScroll.sXInner !== "") {
1692
+ _fnLog(o, 1, "The table cannot fit into the current element which will cause column" + " misalignment. Increase the sScrollXInner value or remove it to allow automatic" + " calculation")
1693
+ }
1694
+ } else {
1695
+ nScrollBody.style.width = _fnStringToCss('100%');
1696
+ o.nScrollHead.style.width = _fnStringToCss('100%');
1697
+ if (o.nTFoot !== null) {
1698
+ o.nScrollFoot.style.width = _fnStringToCss('100%')
1699
+ }
1700
+ }
1701
+ if (o.oScroll.sY === "") {
1702
+ if (ie67) {
1703
+ nScrollBody.style.height = _fnStringToCss(o.nTable.offsetHeight + o.oScroll.iBarWidth)
1704
+ }
1705
+ }
1706
+ if (o.oScroll.sY !== "" && o.oScroll.bCollapse) {
1707
+ nScrollBody.style.height = _fnStringToCss(o.oScroll.sY);
1708
+ var iExtra = (o.oScroll.sX !== "" && o.nTable.offsetWidth > nScrollBody.offsetWidth) ? o.oScroll.iBarWidth : 0;
1709
+ if (o.nTable.offsetHeight < nScrollBody.offsetHeight) {
1710
+ nScrollBody.style.height = _fnStringToCss(o.nTable.offsetHeight + iExtra)
1711
+ }
1712
+ }
1713
+ var iOuterWidth = $(o.nTable).outerWidth();
1714
+ nScrollHeadTable.style.width = _fnStringToCss(iOuterWidth);
1715
+ nScrollHeadInner.style.width = _fnStringToCss(iOuterWidth);
1716
+ var bScrolling = $(o.nTable).height() > nScrollBody.clientHeight || $(nScrollBody).css('overflow-y') == "scroll";
1717
+ nScrollHeadInner.style.paddingRight = bScrolling ? o.oScroll.iBarWidth + "px" : "0px";
1718
+ if (o.nTFoot !== null) {
1719
+ nScrollFootTable.style.width = _fnStringToCss(iOuterWidth);
1720
+ nScrollFootInner.style.width = _fnStringToCss(iOuterWidth);
1721
+ nScrollFootInner.style.paddingRight = bScrolling ? o.oScroll.iBarWidth + "px" : "0px"
1722
+ }
1723
+ $(nScrollBody).scroll();
1724
+ if (o.bSorted || o.bFiltered) {
1725
+ nScrollBody.scrollTop = 0
1726
+ }
1727
+ }
1728
+
1729
+ function _fnApplyToChildren(fn, an1, an2) {
1730
+ var index = 0, i = 0, iLen = an1.length;
1731
+ var nNode1, nNode2;
1732
+ while (i < iLen) {
1733
+ nNode1 = an1[i].firstChild;
1734
+ nNode2 = an2 ? an2[i].firstChild : null;
1735
+ while (nNode1) {
1736
+ if (nNode1.nodeType === 1) {
1737
+ if (an2) {
1738
+ fn(nNode1, nNode2, index)
1739
+ } else {
1740
+ fn(nNode1, index)
1741
+ }
1742
+ index++
1743
+ }
1744
+ nNode1 = nNode1.nextSibling;
1745
+ nNode2 = an2 ? nNode2.nextSibling : null
1746
+ }
1747
+ i++
1748
+ }
1749
+ }
1750
+
1751
+ function _fnConvertToWidth(sWidth, nParent) {
1752
+ if (!sWidth || sWidth === null || sWidth === '') {
1753
+ return 0
1754
+ }
1755
+ if (!nParent) {
1756
+ nParent = document.body
1757
+ }
1758
+ var iWidth;
1759
+ var nTmp = document.createElement("div");
1760
+ nTmp.style.width = _fnStringToCss(sWidth);
1761
+ nParent.appendChild(nTmp);
1762
+ iWidth = nTmp.offsetWidth;
1763
+ nParent.removeChild(nTmp);
1764
+ return (iWidth)
1765
+ }
1766
+
1767
+ function _fnCalculateColumnWidths(oSettings) {
1768
+ var iTableWidth = oSettings.nTable.offsetWidth;
1769
+ var iUserInputs = 0;
1770
+ var iTmpWidth;
1771
+ var iVisibleColumns = 0;
1772
+ var iColums = oSettings.aoColumns.length;
1773
+ var i, iIndex, iCorrector, iWidth;
1774
+ var oHeaders = $('th', oSettings.nTHead);
1775
+ var widthAttr = oSettings.nTable.getAttribute('width');
1776
+ var nWrapper = oSettings.nTable.parentNode;
1777
+ for ( i = 0; i < iColums; i++) {
1778
+ if (oSettings.aoColumns[i].bVisible) {
1779
+ iVisibleColumns++;
1780
+ if (oSettings.aoColumns[i].sWidth !== null) {
1781
+ iTmpWidth = _fnConvertToWidth(oSettings.aoColumns[i].sWidthOrig, nWrapper);
1782
+ if (iTmpWidth !== null) {
1783
+ oSettings.aoColumns[i].sWidth = _fnStringToCss(iTmpWidth)
1784
+ }
1785
+ iUserInputs++
1786
+ }
1787
+ }
1788
+ }
1789
+ if (iColums == oHeaders.length && iUserInputs === 0 && iVisibleColumns == iColums && oSettings.oScroll.sX === "" && oSettings.oScroll.sY === "") {
1790
+ for ( i = 0; i < oSettings.aoColumns.length; i++) {
1791
+ iTmpWidth = $(oHeaders[i]).width();
1792
+ if (iTmpWidth !== null) {
1793
+ oSettings.aoColumns[i].sWidth = _fnStringToCss(iTmpWidth)
1794
+ }
1795
+ }
1796
+ } else {
1797
+ var nCalcTmp = oSettings.nTable.cloneNode(false), nTheadClone = oSettings.nTHead.cloneNode(true), nBody = document.createElement('tbody'), nTr = document.createElement('tr'), nDivSizing;
1798
+ nCalcTmp.removeAttribute("id");
1799
+ nCalcTmp.appendChild(nTheadClone);
1800
+ if (oSettings.nTFoot !== null) {
1801
+ nCalcTmp.appendChild(oSettings.nTFoot.cloneNode(true));
1802
+ _fnApplyToChildren(function(n) {
1803
+ n.style.width = ""
1804
+ }, nCalcTmp.getElementsByTagName('tr'))
1805
+ }
1806
+ nCalcTmp.appendChild(nBody);
1807
+ nBody.appendChild(nTr);
1808
+ var jqColSizing = $('thead th', nCalcTmp);
1809
+ if (jqColSizing.length === 0) {
1810
+ jqColSizing = $('tbody tr:eq(0)>td', nCalcTmp)
1811
+ }
1812
+ var nThs = _fnGetUniqueThs(oSettings, nTheadClone);
1813
+ iCorrector = 0;
1814
+ for ( i = 0; i < iColums; i++) {
1815
+ var oColumn = oSettings.aoColumns[i];
1816
+ if (oColumn.bVisible && oColumn.sWidthOrig !== null && oColumn.sWidthOrig !== "") {
1817
+ nThs[i - iCorrector].style.width = _fnStringToCss(oColumn.sWidthOrig)
1818
+ } else if (oColumn.bVisible) {
1819
+ nThs[i - iCorrector].style.width = ""
1820
+ } else {
1821
+ iCorrector++
1822
+ }
1823
+ }
1824
+ for ( i = 0; i < iColums; i++) {
1825
+ if (oSettings.aoColumns[i].bVisible) {
1826
+ var nTd = _fnGetWidestNode(oSettings, i);
1827
+ if (nTd !== null) {
1828
+ nTd = nTd.cloneNode(true);
1829
+ if (oSettings.aoColumns[i].sContentPadding !== "") {
1830
+ nTd.innerHTML += oSettings.aoColumns[i].sContentPadding
1831
+ }
1832
+ nTr.appendChild(nTd)
1833
+ }
1834
+ }
1835
+ }
1836
+ nWrapper.appendChild(nCalcTmp);
1837
+ if (oSettings.oScroll.sX !== "" && oSettings.oScroll.sXInner !== "") {
1838
+ nCalcTmp.style.width = _fnStringToCss(oSettings.oScroll.sXInner)
1839
+ } else if (oSettings.oScroll.sX !== "") {
1840
+ nCalcTmp.style.width = "";
1841
+ if ($(nCalcTmp).width() < nWrapper.offsetWidth) {
1842
+ nCalcTmp.style.width = _fnStringToCss(nWrapper.offsetWidth)
1843
+ }
1844
+ } else if (oSettings.oScroll.sY !== "") {
1845
+ nCalcTmp.style.width = _fnStringToCss(nWrapper.offsetWidth)
1846
+ } else if (widthAttr) {
1847
+ nCalcTmp.style.width = _fnStringToCss(widthAttr)
1848
+ }
1849
+ nCalcTmp.style.visibility = "hidden";
1850
+ _fnScrollingWidthAdjust(oSettings, nCalcTmp);
1851
+ var oNodes = $("tbody tr:eq(0)", nCalcTmp).children();
1852
+ if (oNodes.length === 0) {
1853
+ oNodes = _fnGetUniqueThs(oSettings, $('thead',nCalcTmp)[0])
1854
+ }
1855
+ if (oSettings.oScroll.sX !== "") {
1856
+ var iTotal = 0;
1857
+ iCorrector = 0;
1858
+ for ( i = 0; i < oSettings.aoColumns.length; i++) {
1859
+ if (oSettings.aoColumns[i].bVisible) {
1860
+ if (oSettings.aoColumns[i].sWidthOrig === null) {
1861
+ iTotal += $(oNodes[iCorrector]).outerWidth()
1862
+ } else {
1863
+ iTotal += parseInt(oSettings.aoColumns[i].sWidth.replace('px', ''), 10) + ($(oNodes[iCorrector]).outerWidth() - $(oNodes[iCorrector]).width())
1864
+ }
1865
+ iCorrector++
1866
+ }
1867
+ }
1868
+ nCalcTmp.style.width = _fnStringToCss(iTotal);
1869
+ oSettings.nTable.style.width = _fnStringToCss(iTotal)
1870
+ }
1871
+ iCorrector = 0;
1872
+ for ( i = 0; i < oSettings.aoColumns.length; i++) {
1873
+ if (oSettings.aoColumns[i].bVisible) {
1874
+ iWidth = $(oNodes[iCorrector]).width();
1875
+ if (iWidth !== null && iWidth > 0) {
1876
+ oSettings.aoColumns[i].sWidth = _fnStringToCss(iWidth)
1877
+ }
1878
+ iCorrector++
1879
+ }
1880
+ }
1881
+ var cssWidth = $(nCalcTmp).css('width');
1882
+ oSettings.nTable.style.width = (cssWidth.indexOf('%') !== -1) ? cssWidth : _fnStringToCss($(nCalcTmp).outerWidth());
1883
+ nCalcTmp.parentNode.removeChild(nCalcTmp)
1884
+ }
1885
+ if (widthAttr) {
1886
+ oSettings.nTable.style.width = _fnStringToCss(widthAttr)
1887
+ }
1888
+ }
1889
+
1890
+ function _fnScrollingWidthAdjust(oSettings, n) {
1891
+ if (oSettings.oScroll.sX === "" && oSettings.oScroll.sY !== "") {
1892
+ var iOrigWidth = $(n).width();
1893
+ n.style.width = _fnStringToCss($(n).outerWidth() - oSettings.oScroll.iBarWidth)
1894
+ } else if (oSettings.oScroll.sX !== "") {
1895
+ n.style.width = _fnStringToCss($(n).outerWidth())
1896
+ }
1897
+ }
1898
+
1899
+ function _fnGetWidestNode(oSettings, iCol) {
1900
+ var iMaxIndex = _fnGetMaxLenString(oSettings, iCol);
1901
+ if (iMaxIndex < 0) {
1902
+ return null
1903
+ }
1904
+ if (oSettings.aoData[iMaxIndex].nTr === null) {
1905
+ var n = document.createElement('td');
1906
+ n.innerHTML = _fnGetCellData(oSettings, iMaxIndex, iCol, '');
1907
+ return n
1908
+ }
1909
+ return _fnGetTdNodes(oSettings,iMaxIndex)[iCol]
1910
+ }
1911
+
1912
+ function _fnGetMaxLenString(oSettings, iCol) {
1913
+ var iMax = -1;
1914
+ var iMaxIndex = -1;
1915
+ for (var i = 0; i < oSettings.aoData.length; i++) {
1916
+ var s = _fnGetCellData(oSettings, i, iCol, 'display') + "";
1917
+ s = s.replace(/<.*?>/g, "");
1918
+ if (s.length > iMax) {
1919
+ iMax = s.length;
1920
+ iMaxIndex = i
1921
+ }
1922
+ }
1923
+ return iMaxIndex
1924
+ }
1925
+
1926
+ function _fnStringToCss(s) {
1927
+ if (s === null) {
1928
+ return "0px"
1929
+ }
1930
+ if ( typeof s == 'number') {
1931
+ if (s < 0) {
1932
+ return "0px"
1933
+ }
1934
+ return s + "px"
1935
+ }
1936
+ var c = s.charCodeAt(s.length - 1);
1937
+ if (c < 0x30 || c > 0x39) {
1938
+ return s
1939
+ }
1940
+ return s + "px"
1941
+ }
1942
+
1943
+ function _fnScrollBarWidth() {
1944
+ var inner = document.createElement('p');
1945
+ var style = inner.style;
1946
+ style.width = "100%";
1947
+ style.height = "200px";
1948
+ style.padding = "0px";
1949
+ var outer = document.createElement('div');
1950
+ style = outer.style;
1951
+ style.position = "absolute";
1952
+ style.top = "0px";
1953
+ style.left = "0px";
1954
+ style.visibility = "hidden";
1955
+ style.width = "200px";
1956
+ style.height = "150px";
1957
+ style.padding = "0px";
1958
+ style.overflow = "hidden";
1959
+ outer.appendChild(inner);
1960
+ document.body.appendChild(outer);
1961
+ var w1 = inner.offsetWidth;
1962
+ outer.style.overflow = 'scroll';
1963
+ var w2 = inner.offsetWidth;
1964
+ if (w1 == w2) {
1965
+ w2 = outer.clientWidth
1966
+ }
1967
+ document.body.removeChild(outer);
1968
+ return (w1 - w2)
1969
+ }
1970
+
1971
+ function _fnSort(oSettings, bApplyClasses) {
1972
+ var i, iLen, j, jLen, k, kLen, sDataType, nTh, aaSort = [], aiOrig = [], oSort = DataTable.ext.oSort, aoData = oSettings.aoData, aoColumns = oSettings.aoColumns, oAria = oSettings.oLanguage.oAria;
1973
+ if (!oSettings.oFeatures.bServerSide && (oSettings.aaSorting.length !== 0 || oSettings.aaSortingFixed !== null)) {
1974
+ aaSort = (oSettings.aaSortingFixed !== null) ? oSettings.aaSortingFixed.concat(oSettings.aaSorting) : oSettings.aaSorting.slice();
1975
+ for ( i = 0; i < aaSort.length; i++) {
1976
+ var iColumn = aaSort[i][0];
1977
+ var iVisColumn = _fnColumnIndexToVisible(oSettings, iColumn);
1978
+ sDataType = oSettings.aoColumns[iColumn].sSortDataType;
1979
+ if (DataTable.ext.afnSortData[sDataType]) {
1980
+ var aData = DataTable.ext.afnSortData[sDataType].call(oSettings.oInstance, oSettings, iColumn, iVisColumn);
1981
+ if (aData.length === aoData.length) {
1982
+ for ( j = 0, jLen = aoData.length; j < jLen; j++) {
1983
+ _fnSetCellData(oSettings, j, iColumn, aData[j])
1984
+ }
1985
+ } else {
1986
+ _fnLog(oSettings, 0, "Returned data sort array (col " + iColumn + ") is the wrong length")
1987
+ }
1988
+ }
1989
+ }
1990
+ for ( i = 0, iLen = oSettings.aiDisplayMaster.length; i < iLen; i++) {
1991
+ aiOrig[oSettings.aiDisplayMaster[i]] = i
1992
+ }
1993
+ var iSortLen = aaSort.length;
1994
+ var fnSortFormat, aDataSort;
1995
+ for ( i = 0, iLen = aoData.length; i < iLen; i++) {
1996
+ for ( j = 0; j < iSortLen; j++) {
1997
+ aDataSort = aoColumns[aaSort[j][0]].aDataSort;
1998
+ for ( k = 0, kLen = aDataSort.length; k < kLen; k++) {
1999
+ sDataType = aoColumns[aDataSort[k]].sType;
2000
+ fnSortFormat = oSort[( sDataType ? sDataType : 'string') + "-pre"];
2001
+ aoData[i]._aSortData[aDataSort[k]] = fnSortFormat ? fnSortFormat(_fnGetCellData(oSettings, i, aDataSort[k], 'sort')) : _fnGetCellData(oSettings, i, aDataSort[k], 'sort')
2002
+ }
2003
+ }
2004
+ }
2005
+ oSettings.aiDisplayMaster.sort(function(a, b) {
2006
+ var k, l, lLen, iTest, aDataSort, sDataType;
2007
+ for ( k = 0; k < iSortLen; k++) {
2008
+ aDataSort = aoColumns[aaSort[k][0]].aDataSort;
2009
+ for ( l = 0, lLen = aDataSort.length; l < lLen; l++) {
2010
+ sDataType = aoColumns[aDataSort[l]].sType;
2011
+ iTest = oSort[(sDataType?sDataType:'string')+"-"+aaSort[k][1]](aoData[a]._aSortData[aDataSort[l]], aoData[b]._aSortData[aDataSort[l]]);
2012
+ if (iTest !== 0) {
2013
+ return iTest
2014
+ }
2015
+ }
2016
+ }
2017
+ return oSort['numeric-asc'](aiOrig[a], aiOrig[b])
2018
+ })
2019
+ }
2020
+ if ((bApplyClasses === undefined || bApplyClasses) && !oSettings.oFeatures.bDeferRender) {
2021
+ _fnSortingClasses(oSettings)
2022
+ }
2023
+ for ( i = 0, iLen = oSettings.aoColumns.length; i < iLen; i++) {
2024
+ var sTitle = aoColumns[i].sTitle.replace(/<.*?>/g, "");
2025
+ nTh = aoColumns[i].nTh;
2026
+ nTh.removeAttribute('aria-sort');
2027
+ nTh.removeAttribute('aria-label');
2028
+ if (aoColumns[i].bSortable) {
2029
+ if (aaSort.length > 0 && aaSort[0][0] == i) {
2030
+ nTh.setAttribute('aria-sort', aaSort[0][1] == "asc" ? "ascending" : "descending");
2031
+ var nextSort = (aoColumns[i].asSorting[aaSort[0][2] + 1]) ? aoColumns[i].asSorting[aaSort[0][2] + 1] : aoColumns[i].asSorting[0];
2032
+ nTh.setAttribute('aria-label', sTitle + (nextSort == "asc" ? oAria.sSortAscending : oAria.sSortDescending))
2033
+ } else {
2034
+ nTh.setAttribute('aria-label', sTitle + (aoColumns[i].asSorting[0] == "asc" ? oAria.sSortAscending : oAria.sSortDescending))
2035
+ }
2036
+ } else {
2037
+ nTh.setAttribute('aria-label', sTitle)
2038
+ }
2039
+ }
2040
+ oSettings.bSorted = true;
2041
+ $(oSettings.oInstance).trigger('sort', oSettings);
2042
+ if (oSettings.oFeatures.bFilter) {
2043
+ _fnFilterComplete(oSettings, oSettings.oPreviousSearch, 1)
2044
+ } else {
2045
+ oSettings.aiDisplay = oSettings.aiDisplayMaster.slice();
2046
+ oSettings._iDisplayStart = 0;
2047
+ _fnCalculateEnd(oSettings);
2048
+ _fnDraw(oSettings)
2049
+ }
2050
+ }
2051
+
2052
+ function _fnSortAttachListener(oSettings, nNode, iDataIndex, fnCallback) {
2053
+ _fnBindAction(nNode, {}, function(e) {
2054
+ if (oSettings.aoColumns[iDataIndex].bSortable === false) {
2055
+ return
2056
+ }
2057
+ var fnInnerSorting = function() {
2058
+ var iColumn, iNextSort;
2059
+ if (e.shiftKey) {
2060
+ var bFound = false;
2061
+ for (var i = 0; i < oSettings.aaSorting.length; i++) {
2062
+ if (oSettings.aaSorting[i][0] == iDataIndex) {
2063
+ bFound = true;
2064
+ iColumn = oSettings.aaSorting[i][0];
2065
+ iNextSort = oSettings.aaSorting[i][2] + 1;
2066
+ if (!oSettings.aoColumns[iColumn].asSorting[iNextSort]) {
2067
+ oSettings.aaSorting.splice(i, 1)
2068
+ } else {
2069
+ oSettings.aaSorting[i][1] = oSettings.aoColumns[iColumn].asSorting[iNextSort];
2070
+ oSettings.aaSorting[i][2] = iNextSort
2071
+ }
2072
+ break
2073
+ }
2074
+ }
2075
+ if (bFound === false) {
2076
+ oSettings.aaSorting.push([iDataIndex, oSettings.aoColumns[iDataIndex].asSorting[0], 0])
2077
+ }
2078
+ } else {
2079
+ if (oSettings.aaSorting.length == 1 && oSettings.aaSorting[0][0] == iDataIndex) {
2080
+ iColumn = oSettings.aaSorting[0][0];
2081
+ iNextSort = oSettings.aaSorting[0][2] + 1;
2082
+ if (!oSettings.aoColumns[iColumn].asSorting[iNextSort]) {
2083
+ iNextSort = 0
2084
+ }
2085
+ oSettings.aaSorting[0][1] = oSettings.aoColumns[iColumn].asSorting[iNextSort];
2086
+ oSettings.aaSorting[0][2] = iNextSort
2087
+ } else {
2088
+ oSettings.aaSorting.splice(0, oSettings.aaSorting.length);
2089
+ oSettings.aaSorting.push([iDataIndex, oSettings.aoColumns[iDataIndex].asSorting[0], 0])
2090
+ }
2091
+ }
2092
+ _fnSort(oSettings)
2093
+ };
2094
+ if (!oSettings.oFeatures.bProcessing) {
2095
+ fnInnerSorting()
2096
+ } else {
2097
+ _fnProcessingDisplay(oSettings, true);
2098
+ setTimeout(function() {
2099
+ fnInnerSorting();
2100
+ if (!oSettings.oFeatures.bServerSide) {
2101
+ _fnProcessingDisplay(oSettings, false)
2102
+ }
2103
+ }, 0)
2104
+ }
2105
+ if ( typeof fnCallback == 'function') {
2106
+ fnCallback(oSettings)
2107
+ }
2108
+ })
2109
+ }
2110
+
2111
+ function _fnSortingClasses(oSettings) {
2112
+ var i, iLen, j, jLen, iFound;
2113
+ var aaSort, sClass;
2114
+ var iColumns = oSettings.aoColumns.length;
2115
+ var oClasses = oSettings.oClasses;
2116
+ for ( i = 0; i < iColumns; i++) {
2117
+ if (oSettings.aoColumns[i].bSortable) {
2118
+ $(oSettings.aoColumns[i].nTh).removeClass(oClasses.sSortAsc + " " + oClasses.sSortDesc + " " + oSettings.aoColumns[i].sSortingClass)
2119
+ }
2120
+ }
2121
+ if (oSettings.aaSortingFixed !== null) {
2122
+ aaSort = oSettings.aaSortingFixed.concat(oSettings.aaSorting)
2123
+ } else {
2124
+ aaSort = oSettings.aaSorting.slice()
2125
+ }
2126
+ for ( i = 0; i < oSettings.aoColumns.length; i++) {
2127
+ if (oSettings.aoColumns[i].bSortable) {
2128
+ sClass = oSettings.aoColumns[i].sSortingClass;
2129
+ iFound = -1;
2130
+ for ( j = 0; j < aaSort.length; j++) {
2131
+ if (aaSort[j][0] == i) {
2132
+ sClass = (aaSort[j][1] == "asc") ? oClasses.sSortAsc : oClasses.sSortDesc;
2133
+ iFound = j;
2134
+ break
2135
+ }
2136
+ }
2137
+ $(oSettings.aoColumns[i].nTh).addClass(sClass);
2138
+ if (oSettings.bJUI) {
2139
+ var jqSpan = $("span." + oClasses.sSortIcon, oSettings.aoColumns[i].nTh);
2140
+ jqSpan.removeClass(oClasses.sSortJUIAsc + " " + oClasses.sSortJUIDesc + " " + oClasses.sSortJUI + " " + oClasses.sSortJUIAscAllowed + " " + oClasses.sSortJUIDescAllowed);
2141
+ var sSpanClass;
2142
+ if (iFound == -1) {
2143
+ sSpanClass = oSettings.aoColumns[i].sSortingClassJUI
2144
+ } else if (aaSort[iFound][1] == "asc") {
2145
+ sSpanClass = oClasses.sSortJUIAsc
2146
+ } else {
2147
+ sSpanClass = oClasses.sSortJUIDesc
2148
+ }
2149
+ jqSpan.addClass(sSpanClass)
2150
+ }
2151
+ } else {
2152
+ $(oSettings.aoColumns[i].nTh).addClass(oSettings.aoColumns[i].sSortingClass)
2153
+ }
2154
+ }
2155
+ sClass = oClasses.sSortColumn;
2156
+ if (oSettings.oFeatures.bSort && oSettings.oFeatures.bSortClasses) {
2157
+ var nTds = _fnGetTdNodes(oSettings);
2158
+ var iClass, iTargetCol;
2159
+ var asClasses = [];
2160
+ for ( i = 0; i < iColumns; i++) {
2161
+ asClasses.push("")
2162
+ }
2163
+ for ( i = 0, iClass = 1; i < aaSort.length; i++) {
2164
+ iTargetCol = parseInt(aaSort[i][0], 10);
2165
+ asClasses[iTargetCol] = sClass + iClass;
2166
+ if (iClass < 3) {
2167
+ iClass++
2168
+ }
2169
+ }
2170
+ var reClass = new RegExp(sClass + "[123]");
2171
+ var sTmpClass, sCurrentClass, sNewClass;
2172
+ for ( i = 0, iLen = nTds.length; i < iLen; i++) {
2173
+ iTargetCol = i % iColumns;
2174
+ sCurrentClass = nTds[i].className;
2175
+ sNewClass = asClasses[iTargetCol];
2176
+ sTmpClass = sCurrentClass.replace(reClass, sNewClass);
2177
+ if (sTmpClass != sCurrentClass) {
2178
+ nTds[i].className = $.trim(sTmpClass)
2179
+ } else if (sNewClass.length > 0 && sCurrentClass.indexOf(sNewClass) == -1) {
2180
+ nTds[i].className = sCurrentClass + " " + sNewClass
2181
+ }
2182
+ }
2183
+ }
2184
+ }
2185
+
2186
+ function _fnSaveState(oSettings) {
2187
+ if (!oSettings.oFeatures.bStateSave || oSettings.bDestroying) {
2188
+ return
2189
+ }
2190
+ var i, iLen, bInfinite = oSettings.oScroll.bInfinite;
2191
+ var oState = {
2192
+ "iCreate" : new Date().getTime(),
2193
+ "iStart" : ( bInfinite ? 0 : oSettings._iDisplayStart),
2194
+ "iEnd" : ( bInfinite ? oSettings._iDisplayLength : oSettings._iDisplayEnd),
2195
+ "iLength" : oSettings._iDisplayLength,
2196
+ "aaSorting" : $.extend(true, [], oSettings.aaSorting),
2197
+ "oSearch" : $.extend(true, {}, oSettings.oPreviousSearch),
2198
+ "aoSearchCols" : $.extend(true, [], oSettings.aoPreSearchCols),
2199
+ "abVisCols" : []
2200
+ };
2201
+ for ( i = 0, iLen = oSettings.aoColumns.length; i < iLen; i++) {
2202
+ oState.abVisCols.push(oSettings.aoColumns[i].bVisible)
2203
+ }
2204
+ _fnCallbackFire(oSettings, "aoStateSaveParams", 'stateSaveParams', [oSettings, oState]);
2205
+ oSettings.fnStateSave.call(oSettings.oInstance, oSettings, oState)
2206
+ }
2207
+
2208
+ function _fnLoadState(oSettings, oInit) {
2209
+ if (!oSettings.oFeatures.bStateSave) {
2210
+ return
2211
+ }
2212
+ var oData = oSettings.fnStateLoad.call(oSettings.oInstance, oSettings);
2213
+ if (!oData) {
2214
+ return
2215
+ }
2216
+ var abStateLoad = _fnCallbackFire(oSettings, 'aoStateLoadParams', 'stateLoadParams', [oSettings, oData]);
2217
+ if ($.inArray(false, abStateLoad) !== -1) {
2218
+ return
2219
+ }
2220
+ oSettings.oLoadedState = $.extend(true, {}, oData);
2221
+ oSettings._iDisplayStart = oData.iStart;
2222
+ oSettings.iInitDisplayStart = oData.iStart;
2223
+ oSettings._iDisplayEnd = oData.iEnd;
2224
+ oSettings._iDisplayLength = oData.iLength;
2225
+ oSettings.aaSorting = oData.aaSorting.slice();
2226
+ oSettings.saved_aaSorting = oData.aaSorting.slice();
2227
+ $.extend(oSettings.oPreviousSearch, oData.oSearch);
2228
+ $.extend(true, oSettings.aoPreSearchCols, oData.aoSearchCols);
2229
+ oInit.saved_aoColumns = [];
2230
+ for (var i = 0; i < oData.abVisCols.length; i++) {
2231
+ oInit.saved_aoColumns[i] = {};
2232
+ oInit.saved_aoColumns[i].bVisible = oData.abVisCols[i]
2233
+ }
2234
+ _fnCallbackFire(oSettings, 'aoStateLoaded', 'stateLoaded', [oSettings, oData])
2235
+ }
2236
+
2237
+ function _fnCreateCookie(sName, sValue, iSecs, sBaseName, fnCallback) {
2238
+ var date = new Date();
2239
+ date.setTime(date.getTime() + (iSecs * 1000));
2240
+ var aParts = window.location.pathname.split('/');
2241
+ var sNameFile = sName + '_' + aParts.pop().replace(/[\/:]/g, "").toLowerCase();
2242
+ var sFullCookie, oData;
2243
+ if (fnCallback !== null) {
2244
+ oData = ( typeof $.parseJSON === 'function') ? $.parseJSON(sValue) : eval('(' + sValue + ')');
2245
+ sFullCookie = fnCallback(sNameFile, oData, date.toGMTString(), aParts.join('/') + "/")
2246
+ } else {
2247
+ sFullCookie = sNameFile + "=" + encodeURIComponent(sValue) + "; expires=" + date.toGMTString() + "; path=" + aParts.join('/') + "/"
2248
+ }
2249
+ var aCookies = document.cookie.split(';'), iNewCookieLen = sFullCookie.split(';')[0].length, aOldCookies = [];
2250
+ if (iNewCookieLen + document.cookie.length + 10 > 4096) {
2251
+ for (var i = 0, iLen = aCookies.length; i < iLen; i++) {
2252
+ if (aCookies[i].indexOf(sBaseName) != -1) {
2253
+ var aSplitCookie = aCookies[i].split('=');
2254
+ try {
2255
+ oData = eval('(' + decodeURIComponent(aSplitCookie[1]) + ')');
2256
+ if (oData && oData.iCreate) {
2257
+ aOldCookies.push({
2258
+ "name" : aSplitCookie[0],
2259
+ "time" : oData.iCreate
2260
+ })
2261
+ }
2262
+ } catch(e) {
2263
+ }
2264
+ }
2265
+ }
2266
+ aOldCookies.sort(function(a, b) {
2267
+ return b.time - a.time
2268
+ });
2269
+ while (iNewCookieLen + document.cookie.length + 10 > 4096) {
2270
+ if (aOldCookies.length === 0) {
2271
+ return
2272
+ }
2273
+ var old = aOldCookies.pop();
2274
+ document.cookie = old.name + "=; expires=Thu, 01-Jan-1970 00:00:01 GMT; path=" + aParts.join('/') + "/"
2275
+ }
2276
+ }
2277
+ document.cookie = sFullCookie
2278
+ }
2279
+
2280
+ function _fnReadCookie(sName) {
2281
+ var aParts = window.location.pathname.split('/'), sNameEQ = sName + '_' + aParts[aParts.length - 1].replace(/[\/:]/g, "").toLowerCase() + '=', sCookieContents = document.cookie.split(';');
2282
+ for (var i = 0; i < sCookieContents.length; i++) {
2283
+ var c = sCookieContents[i];
2284
+ while (c.charAt(0) == ' ') {
2285
+ c = c.substring(1, c.length)
2286
+ }
2287
+ if (c.indexOf(sNameEQ) === 0) {
2288
+ return decodeURIComponent(c.substring(sNameEQ.length, c.length))
2289
+ }
2290
+ }
2291
+ return null
2292
+ }
2293
+
2294
+ function _fnSettingsFromNode(nTable) {
2295
+ for (var i = 0; i < DataTable.settings.length; i++) {
2296
+ if (DataTable.settings[i].nTable === nTable) {
2297
+ return DataTable.settings[i]
2298
+ }
2299
+ }
2300
+ return null
2301
+ }
2302
+
2303
+ function _fnGetTrNodes(oSettings) {
2304
+ var aNodes = [];
2305
+ var aoData = oSettings.aoData;
2306
+ for (var i = 0, iLen = aoData.length; i < iLen; i++) {
2307
+ if (aoData[i].nTr !== null) {
2308
+ aNodes.push(aoData[i].nTr)
2309
+ }
2310
+ }
2311
+ return aNodes
2312
+ }
2313
+
2314
+ function _fnGetTdNodes(oSettings, iIndividualRow) {
2315
+ var anReturn = [];
2316
+ var iCorrector;
2317
+ var anTds, nTd;
2318
+ var iRow, iRows = oSettings.aoData.length, iColumn, iColumns, oData, sNodeName, iStart = 0, iEnd = iRows;
2319
+ if (iIndividualRow !== undefined) {
2320
+ iStart = iIndividualRow;
2321
+ iEnd = iIndividualRow + 1
2322
+ }
2323
+ for ( iRow = iStart; iRow < iEnd; iRow++) {
2324
+ oData = oSettings.aoData[iRow];
2325
+ if (oData.nTr !== null) {
2326
+ anTds = [];
2327
+ nTd = oData.nTr.firstChild;
2328
+ while (nTd) {
2329
+ sNodeName = nTd.nodeName.toLowerCase();
2330
+ if (sNodeName == 'td' || sNodeName == 'th') {
2331
+ anTds.push(nTd)
2332
+ }
2333
+ nTd = nTd.nextSibling
2334
+ }
2335
+ iCorrector = 0;
2336
+ for ( iColumn = 0, iColumns = oSettings.aoColumns.length; iColumn < iColumns; iColumn++) {
2337
+ if (oSettings.aoColumns[iColumn].bVisible) {
2338
+ anReturn.push(anTds[iColumn - iCorrector])
2339
+ } else {
2340
+ anReturn.push(oData._anHidden[iColumn]);
2341
+ iCorrector++
2342
+ }
2343
+ }
2344
+ }
2345
+ }
2346
+ return anReturn
2347
+ }
2348
+
2349
+ function _fnLog(oSettings, iLevel, sMesg) {
2350
+ var sAlert = (oSettings === null) ? "DataTables warning: " + sMesg : "DataTables warning (table id = '" + oSettings.sTableId + "'): " + sMesg;
2351
+ if (iLevel === 0) {
2352
+ if (DataTable.ext.sErrMode == 'alert') {
2353
+ alert(sAlert)
2354
+ } else {
2355
+ throw new Error(sAlert)
2356
+ }
2357
+ return
2358
+ } else if (window.console && console.log) {
2359
+ console.log(sAlert)
2360
+ }
2361
+ }
2362
+
2363
+ function _fnMap(oRet, oSrc, sName, sMappedName) {
2364
+ if (sMappedName === undefined) {
2365
+ sMappedName = sName
2366
+ }
2367
+ if (oSrc[sName] !== undefined) {
2368
+ oRet[sMappedName] = oSrc[sName]
2369
+ }
2370
+ }
2371
+
2372
+ function _fnExtend(oOut, oExtender) {
2373
+ var val;
2374
+ for (var prop in oExtender) {
2375
+ if (oExtender.hasOwnProperty(prop)) {
2376
+ val = oExtender[prop];
2377
+ if ( typeof oInit[prop] === 'object' && val !== null && $.isArray(val) === false) {
2378
+ $.extend(true, oOut[prop], val)
2379
+ } else {
2380
+ oOut[prop] = val
2381
+ }
2382
+ }
2383
+ }
2384
+ return oOut
2385
+ }
2386
+
2387
+ function _fnBindAction(n, oData, fn) {
2388
+ $(n).bind('click.DT', oData, function(e) {
2389
+ n.blur();
2390
+ fn(e)
2391
+ }).bind('keypress.DT', oData, function(e) {
2392
+ if (e.which === 13) {
2393
+ fn(e)
2394
+ }
2395
+ }).bind('selectstart.DT', function() {
2396
+ return false
2397
+ })
2398
+ }
2399
+
2400
+ function _fnCallbackReg(oSettings, sStore, fn, sName) {
2401
+ if (fn) {
2402
+ oSettings[sStore].push({
2403
+ "fn" : fn,
2404
+ "sName" : sName
2405
+ })
2406
+ }
2407
+ }
2408
+
2409
+ function _fnCallbackFire(oSettings, sStore, sTrigger, aArgs) {
2410
+ var aoStore = oSettings[sStore];
2411
+ var aRet = [];
2412
+ for (var i = aoStore.length - 1; i >= 0; i--) {
2413
+ aRet.push(aoStore[i].fn.apply(oSettings.oInstance, aArgs))
2414
+ }
2415
+ if (sTrigger !== null) {
2416
+ $(oSettings.oInstance).trigger(sTrigger, aArgs)
2417
+ }
2418
+ return aRet
2419
+ }
2420
+
2421
+ var _fnJsonString = (window.JSON) ? JSON.stringify : function(o) {
2422
+ var sType = typeof o;
2423
+ if (sType !== "object" || o === null) {
2424
+ if (sType === "string") {
2425
+ o = '"' + o + '"'
2426
+ }
2427
+ return o + ""
2428
+ }
2429
+ var sProp, mValue, json = [], bArr = $.isArray(o);
2430
+ for (sProp in o) {
2431
+ mValue = o[sProp];
2432
+ sType = typeof mValue;
2433
+ if (sType === "string") {
2434
+ mValue = '"' + mValue + '"'
2435
+ } else if (sType === "object" && mValue !== null) {
2436
+ mValue = _fnJsonString(mValue)
2437
+ }
2438
+ json.push(( bArr ? "" : '"' + sProp + '":') + mValue)
2439
+ }
2440
+ return ( bArr ? "[" : "{") + json + ( bArr ? "]" : "}")
2441
+ };
2442
+ function _fnBrowserDetect(oSettings) {
2443
+ var n = $('<div style="position:absolute; top:0; left:0; height:1px; width:1px; overflow:hidden">'+'<div style="position:absolute; top:1px; left:1px; width:100px; overflow:scroll;">'+'<div id="DT_BrowserTest" style="width:100%; height:10px;"></div>'+'</div>'+'</div>')[0];
2444
+ document.body.appendChild(n);
2445
+ oSettings.oBrowser.bScrollOversize = $('#DT_BrowserTest',n)[0].offsetWidth === 100 ? true : false;
2446
+ document.body.removeChild(n)
2447
+ }
2448
+ this.$ = function(sSelector, oOpts) {
2449
+ var i, iLen, a = [], tr;
2450
+ var oSettings = _fnSettingsFromNode(this[DataTable.ext.iApiIndex]);
2451
+ var aoData = oSettings.aoData;
2452
+ var aiDisplay = oSettings.aiDisplay;
2453
+ var aiDisplayMaster = oSettings.aiDisplayMaster;
2454
+ if (!oOpts) {
2455
+ oOpts = {}
2456
+ }
2457
+ oOpts = $.extend({}, {
2458
+ "filter" : "none",
2459
+ "order" : "current",
2460
+ "page" : "all"
2461
+ }, oOpts);
2462
+ if (oOpts.page == 'current') {
2463
+ for ( i = oSettings._iDisplayStart, iLen = oSettings.fnDisplayEnd(); i < iLen; i++) {
2464
+ tr = aoData[aiDisplay[i]].nTr;
2465
+ if (tr) {
2466
+ a.push(tr)
2467
+ }
2468
+ }
2469
+ } else if (oOpts.order == "current" && oOpts.filter == "none") {
2470
+ for ( i = 0, iLen = aiDisplayMaster.length; i < iLen; i++) {
2471
+ tr = aoData[aiDisplayMaster[i]].nTr;
2472
+ if (tr) {
2473
+ a.push(tr)
2474
+ }
2475
+ }
2476
+ } else if (oOpts.order == "current" && oOpts.filter == "applied") {
2477
+ for ( i = 0, iLen = aiDisplay.length; i < iLen; i++) {
2478
+ tr = aoData[aiDisplay[i]].nTr;
2479
+ if (tr) {
2480
+ a.push(tr)
2481
+ }
2482
+ }
2483
+ } else if (oOpts.order == "original" && oOpts.filter == "none") {
2484
+ for ( i = 0, iLen = aoData.length; i < iLen; i++) {
2485
+ tr = aoData[i].nTr;
2486
+ if (tr) {
2487
+ a.push(tr)
2488
+ }
2489
+ }
2490
+ } else if (oOpts.order == "original" && oOpts.filter == "applied") {
2491
+ for ( i = 0, iLen = aoData.length; i < iLen; i++) {
2492
+ tr = aoData[i].nTr;
2493
+ if ($.inArray(i, aiDisplay) !== -1 && tr) {
2494
+ a.push(tr)
2495
+ }
2496
+ }
2497
+ } else {
2498
+ _fnLog(oSettings, 1, "Unknown selection options")
2499
+ }
2500
+ var jqA = $(a);
2501
+ var jqTRs = jqA.filter(sSelector);
2502
+ var jqDescendants = jqA.find(sSelector);
2503
+ return $([].concat($.makeArray(jqTRs), $.makeArray(jqDescendants)))
2504
+ };
2505
+ this._ = function(sSelector, oOpts) {
2506
+ var aOut = [];
2507
+ var i, iLen, iIndex;
2508
+ var aTrs = this.$(sSelector, oOpts);
2509
+ for ( i = 0, iLen = aTrs.length; i < iLen; i++) {
2510
+ aOut.push(this.fnGetData(aTrs[i]))
2511
+ }
2512
+ return aOut
2513
+ };
2514
+ this.fnAddData = function(mData, bRedraw) {
2515
+ if (mData.length === 0) {
2516
+ return []
2517
+ }
2518
+ var aiReturn = [];
2519
+ var iTest;
2520
+ var oSettings = _fnSettingsFromNode(this[DataTable.ext.iApiIndex]);
2521
+ if ( typeof mData[0] === "object" && mData[0] !== null) {
2522
+ for (var i = 0; i < mData.length; i++) {
2523
+ iTest = _fnAddData(oSettings, mData[i]);
2524
+ if (iTest == -1) {
2525
+ return aiReturn
2526
+ }
2527
+ aiReturn.push(iTest)
2528
+ }
2529
+ } else {
2530
+ iTest = _fnAddData(oSettings, mData);
2531
+ if (iTest == -1) {
2532
+ return aiReturn
2533
+ }
2534
+ aiReturn.push(iTest)
2535
+ }
2536
+ oSettings.aiDisplay = oSettings.aiDisplayMaster.slice();
2537
+ if (bRedraw === undefined || bRedraw) {
2538
+ _fnReDraw(oSettings)
2539
+ }
2540
+ return aiReturn
2541
+ };
2542
+ this.fnAdjustColumnSizing = function(bRedraw) {
2543
+ var oSettings = _fnSettingsFromNode(this[DataTable.ext.iApiIndex]);
2544
+ _fnAdjustColumnSizing(oSettings);
2545
+ if (bRedraw === undefined || bRedraw) {
2546
+ this.fnDraw(false)
2547
+ } else if (oSettings.oScroll.sX !== "" || oSettings.oScroll.sY !== "") {
2548
+ this.oApi._fnScrollDraw(oSettings)
2549
+ }
2550
+ };
2551
+ this.fnClearTable = function(bRedraw) {
2552
+ var oSettings = _fnSettingsFromNode(this[DataTable.ext.iApiIndex]);
2553
+ _fnClearTable(oSettings);
2554
+ if (bRedraw === undefined || bRedraw) {
2555
+ _fnDraw(oSettings)
2556
+ }
2557
+ };
2558
+ this.fnClose = function(nTr) {
2559
+ var oSettings = _fnSettingsFromNode(this[DataTable.ext.iApiIndex]);
2560
+ for (var i = 0; i < oSettings.aoOpenRows.length; i++) {
2561
+ if (oSettings.aoOpenRows[i].nParent == nTr) {
2562
+ var nTrParent = oSettings.aoOpenRows[i].nTr.parentNode;
2563
+ if (nTrParent) {
2564
+ nTrParent.removeChild(oSettings.aoOpenRows[i].nTr)
2565
+ }
2566
+ oSettings.aoOpenRows.splice(i, 1);
2567
+ return 0
2568
+ }
2569
+ }
2570
+ return 1
2571
+ };
2572
+ this.fnDeleteRow = function(mTarget, fnCallBack, bRedraw) {
2573
+ var oSettings = _fnSettingsFromNode(this[DataTable.ext.iApiIndex]);
2574
+ var i, iLen, iAODataIndex;
2575
+ iAODataIndex = ( typeof mTarget === 'object') ? _fnNodeToDataIndex(oSettings, mTarget) : mTarget;
2576
+ var oData = oSettings.aoData.splice(iAODataIndex, 1);
2577
+ for ( i = 0, iLen = oSettings.aoData.length; i < iLen; i++) {
2578
+ if (oSettings.aoData[i].nTr !== null) {
2579
+ oSettings.aoData[i].nTr._DT_RowIndex = i
2580
+ }
2581
+ }
2582
+ var iDisplayIndex = $.inArray(iAODataIndex, oSettings.aiDisplay);
2583
+ oSettings.asDataSearch.splice(iDisplayIndex, 1);
2584
+ _fnDeleteIndex(oSettings.aiDisplayMaster, iAODataIndex);
2585
+ _fnDeleteIndex(oSettings.aiDisplay, iAODataIndex);
2586
+ if ( typeof fnCallBack === "function") {
2587
+ fnCallBack.call(this, oSettings, oData)
2588
+ }
2589
+ if (oSettings._iDisplayStart >= oSettings.fnRecordsDisplay()) {
2590
+ oSettings._iDisplayStart -= oSettings._iDisplayLength;
2591
+ if (oSettings._iDisplayStart < 0) {
2592
+ oSettings._iDisplayStart = 0
2593
+ }
2594
+ }
2595
+ if (bRedraw === undefined || bRedraw) {
2596
+ _fnCalculateEnd(oSettings);
2597
+ _fnDraw(oSettings)
2598
+ }
2599
+ return oData
2600
+ };
2601
+ this.fnDestroy = function(bRemove) {
2602
+ var oSettings = _fnSettingsFromNode(this[DataTable.ext.iApiIndex]);
2603
+ var nOrig = oSettings.nTableWrapper.parentNode;
2604
+ var nBody = oSettings.nTBody;
2605
+ var i, iLen;
2606
+ bRemove = (bRemove === undefined) ? false : bRemove;
2607
+ oSettings.bDestroying = true;
2608
+ _fnCallbackFire(oSettings, "aoDestroyCallback", "destroy", [oSettings]);
2609
+ if (!bRemove) {
2610
+ for ( i = 0, iLen = oSettings.aoColumns.length; i < iLen; i++) {
2611
+ if (oSettings.aoColumns[i].bVisible === false) {
2612
+ this.fnSetColumnVis(i, true)
2613
+ }
2614
+ }
2615
+ }
2616
+ $(oSettings.nTableWrapper).find('*').andSelf().unbind('.DT');
2617
+ $('tbody>tr>td.' + oSettings.oClasses.sRowEmpty, oSettings.nTable).parent().remove();
2618
+ if (oSettings.nTable != oSettings.nTHead.parentNode) {
2619
+ $(oSettings.nTable).children('thead').remove();
2620
+ oSettings.nTable.appendChild(oSettings.nTHead)
2621
+ }
2622
+ if (oSettings.nTFoot && oSettings.nTable != oSettings.nTFoot.parentNode) {
2623
+ $(oSettings.nTable).children('tfoot').remove();
2624
+ oSettings.nTable.appendChild(oSettings.nTFoot)
2625
+ }
2626
+ oSettings.nTable.parentNode.removeChild(oSettings.nTable);
2627
+ $(oSettings.nTableWrapper).remove();
2628
+ oSettings.aaSorting = [];
2629
+ oSettings.aaSortingFixed = [];
2630
+ _fnSortingClasses(oSettings);
2631
+ $(_fnGetTrNodes(oSettings)).removeClass(oSettings.asStripeClasses.join(' '));
2632
+ $('th, td', oSettings.nTHead).removeClass([oSettings.oClasses.sSortable, oSettings.oClasses.sSortableAsc, oSettings.oClasses.sSortableDesc, oSettings.oClasses.sSortableNone].join(' '));
2633
+ if (oSettings.bJUI) {
2634
+ $('th span.' + oSettings.oClasses.sSortIcon + ', td span.' + oSettings.oClasses.sSortIcon, oSettings.nTHead).remove();
2635
+ $('th, td', oSettings.nTHead).each(function() {
2636
+ var jqWrapper = $('div.' + oSettings.oClasses.sSortJUIWrapper, this);
2637
+ var kids = jqWrapper.contents();
2638
+ $(this).append(kids);
2639
+ jqWrapper.remove()
2640
+ })
2641
+ }
2642
+ if (!bRemove && oSettings.nTableReinsertBefore) {
2643
+ nOrig.insertBefore(oSettings.nTable, oSettings.nTableReinsertBefore)
2644
+ } else if (!bRemove) {
2645
+ nOrig.appendChild(oSettings.nTable)
2646
+ }
2647
+ for ( i = 0, iLen = oSettings.aoData.length; i < iLen; i++) {
2648
+ if (oSettings.aoData[i].nTr !== null) {
2649
+ nBody.appendChild(oSettings.aoData[i].nTr)
2650
+ }
2651
+ }
2652
+ if (oSettings.oFeatures.bAutoWidth === true) {
2653
+ oSettings.nTable.style.width = _fnStringToCss(oSettings.sDestroyWidth)
2654
+ }
2655
+ iLen = oSettings.asDestroyStripes.length;
2656
+ if (iLen) {
2657
+ var anRows = $(nBody).children('tr');
2658
+ for ( i = 0; i < iLen; i++) {
2659
+ anRows.filter(':nth-child(' + iLen + 'n + ' + i + ')').addClass(oSettings.asDestroyStripes[i])
2660
+ }
2661
+ }
2662
+ for ( i = 0, iLen = DataTable.settings.length; i < iLen; i++) {
2663
+ if (DataTable.settings[i] == oSettings) {
2664
+ DataTable.settings.splice(i, 1)
2665
+ }
2666
+ }
2667
+ oSettings = null;
2668
+ oInit = null
2669
+ };
2670
+ this.fnDraw = function(bComplete) {
2671
+ var oSettings = _fnSettingsFromNode(this[DataTable.ext.iApiIndex]);
2672
+ if (bComplete === false) {
2673
+ _fnCalculateEnd(oSettings);
2674
+ _fnDraw(oSettings)
2675
+ } else {
2676
+ _fnReDraw(oSettings)
2677
+ }
2678
+ };
2679
+ this.fnFilter = function(sInput, iColumn, bRegex, bSmart, bShowGlobal, bCaseInsensitive) {
2680
+ var oSettings = _fnSettingsFromNode(this[DataTable.ext.iApiIndex]);
2681
+ if (!oSettings.oFeatures.bFilter) {
2682
+ return
2683
+ }
2684
+ if (bRegex === undefined || bRegex === null) {
2685
+ bRegex = false
2686
+ }
2687
+ if (bSmart === undefined || bSmart === null) {
2688
+ bSmart = true
2689
+ }
2690
+ if (bShowGlobal === undefined || bShowGlobal === null) {
2691
+ bShowGlobal = true
2692
+ }
2693
+ if (bCaseInsensitive === undefined || bCaseInsensitive === null) {
2694
+ bCaseInsensitive = true
2695
+ }
2696
+ if (iColumn === undefined || iColumn === null) {
2697
+ _fnFilterComplete(oSettings, {
2698
+ "sSearch" : sInput + "",
2699
+ "bRegex" : bRegex,
2700
+ "bSmart" : bSmart,
2701
+ "bCaseInsensitive" : bCaseInsensitive
2702
+ }, 1);
2703
+ if (bShowGlobal && oSettings.aanFeatures.f) {
2704
+ var n = oSettings.aanFeatures.f;
2705
+ for (var i = 0, iLen = n.length; i < iLen; i++) {
2706
+ try {
2707
+ if (n[i]._DT_Input != document.activeElement) {
2708
+ $(n[i]._DT_Input).val(sInput)
2709
+ }
2710
+ } catch(e) {
2711
+ $(n[i]._DT_Input).val(sInput)
2712
+ }
2713
+ }
2714
+ }
2715
+ } else {
2716
+ $.extend(oSettings.aoPreSearchCols[iColumn], {
2717
+ "sSearch" : sInput + "",
2718
+ "bRegex" : bRegex,
2719
+ "bSmart" : bSmart,
2720
+ "bCaseInsensitive" : bCaseInsensitive
2721
+ });
2722
+ _fnFilterComplete(oSettings, oSettings.oPreviousSearch, 1)
2723
+ }
2724
+ };
2725
+ this.fnGetData = function(mRow, iCol) {
2726
+ var oSettings = _fnSettingsFromNode(this[DataTable.ext.iApiIndex]);
2727
+ if (mRow !== undefined) {
2728
+ var iRow = mRow;
2729
+ if ( typeof mRow === 'object') {
2730
+ var sNode = mRow.nodeName.toLowerCase();
2731
+ if (sNode === "tr") {
2732
+ iRow = _fnNodeToDataIndex(oSettings, mRow)
2733
+ } else if (sNode === "td") {
2734
+ iRow = _fnNodeToDataIndex(oSettings, mRow.parentNode);
2735
+ iCol = _fnNodeToColumnIndex(oSettings, iRow, mRow)
2736
+ }
2737
+ }
2738
+ if (iCol !== undefined) {
2739
+ return _fnGetCellData(oSettings, iRow, iCol, '')
2740
+ }
2741
+ return (oSettings.aoData[iRow] !== undefined) ? oSettings.aoData[iRow]._aData : null
2742
+ }
2743
+ return _fnGetDataMaster(oSettings)
2744
+ };
2745
+ this.fnGetNodes = function(iRow) {
2746
+ var oSettings = _fnSettingsFromNode(this[DataTable.ext.iApiIndex]);
2747
+ if (iRow !== undefined) {
2748
+ return (oSettings.aoData[iRow] !== undefined) ? oSettings.aoData[iRow].nTr : null
2749
+ }
2750
+ return _fnGetTrNodes(oSettings)
2751
+ };
2752
+ this.fnGetPosition = function(nNode) {
2753
+ var oSettings = _fnSettingsFromNode(this[DataTable.ext.iApiIndex]);
2754
+ var sNodeName = nNode.nodeName.toUpperCase();
2755
+ if (sNodeName == "TR") {
2756
+ return _fnNodeToDataIndex(oSettings, nNode)
2757
+ } else if (sNodeName == "TD" || sNodeName == "TH") {
2758
+ var iDataIndex = _fnNodeToDataIndex(oSettings, nNode.parentNode);
2759
+ var iColumnIndex = _fnNodeToColumnIndex(oSettings, iDataIndex, nNode);
2760
+ return [iDataIndex, _fnColumnIndexToVisible(oSettings, iColumnIndex), iColumnIndex]
2761
+ }
2762
+ return null
2763
+ };
2764
+ this.fnIsOpen = function(nTr) {
2765
+ var oSettings = _fnSettingsFromNode(this[DataTable.ext.iApiIndex]);
2766
+ var aoOpenRows = oSettings.aoOpenRows;
2767
+ for (var i = 0; i < oSettings.aoOpenRows.length; i++) {
2768
+ if (oSettings.aoOpenRows[i].nParent == nTr) {
2769
+ return true
2770
+ }
2771
+ }
2772
+ return false
2773
+ };
2774
+ this.fnOpen = function(nTr, mHtml, sClass) {
2775
+ var oSettings = _fnSettingsFromNode(this[DataTable.ext.iApiIndex]);
2776
+ var nTableRows = _fnGetTrNodes(oSettings);
2777
+ if ($.inArray(nTr, nTableRows) === -1) {
2778
+ return
2779
+ }
2780
+ this.fnClose(nTr);
2781
+ var nNewRow = document.createElement("tr");
2782
+ var nNewCell = document.createElement("td");
2783
+ nNewRow.appendChild(nNewCell);
2784
+ nNewCell.className = sClass;
2785
+ nNewCell.colSpan = _fnVisbleColumns(oSettings);
2786
+ if ( typeof mHtml === "string") {
2787
+ nNewCell.innerHTML = mHtml
2788
+ } else {
2789
+ $(nNewCell).html(mHtml)
2790
+ }
2791
+ var nTrs = $('tr', oSettings.nTBody);
2792
+ if ($.inArray(nTr, nTrs) != -1) {
2793
+ $(nNewRow).insertAfter(nTr)
2794
+ }
2795
+ oSettings.aoOpenRows.push({
2796
+ "nTr" : nNewRow,
2797
+ "nParent" : nTr
2798
+ });
2799
+ return nNewRow
2800
+ };
2801
+ this.fnPageChange = function(mAction, bRedraw) {
2802
+ var oSettings = _fnSettingsFromNode(this[DataTable.ext.iApiIndex]);
2803
+ _fnPageChange(oSettings, mAction);
2804
+ _fnCalculateEnd(oSettings);
2805
+ if (bRedraw === undefined || bRedraw) {
2806
+ _fnDraw(oSettings)
2807
+ }
2808
+ };
2809
+ this.fnSetColumnVis = function(iCol, bShow, bRedraw) {
2810
+ var oSettings = _fnSettingsFromNode(this[DataTable.ext.iApiIndex]);
2811
+ var i, iLen;
2812
+ var aoColumns = oSettings.aoColumns;
2813
+ var aoData = oSettings.aoData;
2814
+ var nTd, bAppend, iBefore;
2815
+ if (aoColumns[iCol].bVisible == bShow) {
2816
+ return
2817
+ }
2818
+ if (bShow) {
2819
+ var iInsert = 0;
2820
+ for ( i = 0; i < iCol; i++) {
2821
+ if (aoColumns[i].bVisible) {
2822
+ iInsert++
2823
+ }
2824
+ }
2825
+ bAppend = (iInsert >= _fnVisbleColumns(oSettings));
2826
+ if (!bAppend) {
2827
+ for ( i = iCol; i < aoColumns.length; i++) {
2828
+ if (aoColumns[i].bVisible) {
2829
+ iBefore = i;
2830
+ break
2831
+ }
2832
+ }
2833
+ }
2834
+ for ( i = 0, iLen = aoData.length; i < iLen; i++) {
2835
+ if (aoData[i].nTr !== null) {
2836
+ if (bAppend) {
2837
+ aoData[i].nTr.appendChild(aoData[i]._anHidden[iCol])
2838
+ } else {
2839
+ aoData[i].nTr.insertBefore(aoData[i]._anHidden[iCol], _fnGetTdNodes(oSettings,i)[iBefore])
2840
+ }
2841
+ }
2842
+ }
2843
+ } else {
2844
+ for ( i = 0, iLen = aoData.length; i < iLen; i++) {
2845
+ if (aoData[i].nTr !== null) {
2846
+ nTd = _fnGetTdNodes(oSettings,i)[iCol];
2847
+ aoData[i]._anHidden[iCol] = nTd;
2848
+ nTd.parentNode.removeChild(nTd)
2849
+ }
2850
+ }
2851
+ }
2852
+ aoColumns[iCol].bVisible = bShow;
2853
+ _fnDrawHead(oSettings, oSettings.aoHeader);
2854
+ if (oSettings.nTFoot) {
2855
+ _fnDrawHead(oSettings, oSettings.aoFooter)
2856
+ }
2857
+ for ( i = 0, iLen = oSettings.aoOpenRows.length; i < iLen; i++) {
2858
+ oSettings.aoOpenRows[i].nTr.colSpan = _fnVisbleColumns(oSettings)
2859
+ }
2860
+ if (bRedraw === undefined || bRedraw) {
2861
+ _fnAdjustColumnSizing(oSettings);
2862
+ _fnDraw(oSettings)
2863
+ }
2864
+ _fnSaveState(oSettings)
2865
+ };
2866
+ this.fnSettings = function() {
2867
+ return _fnSettingsFromNode(this[DataTable.ext.iApiIndex])
2868
+ };
2869
+ this.fnSort = function(aaSort) {
2870
+ var oSettings = _fnSettingsFromNode(this[DataTable.ext.iApiIndex]);
2871
+ oSettings.aaSorting = aaSort;
2872
+ _fnSort(oSettings)
2873
+ };
2874
+ this.fnSortListener = function(nNode, iColumn, fnCallback) {
2875
+ _fnSortAttachListener(_fnSettingsFromNode(this[DataTable.ext.iApiIndex]), nNode, iColumn, fnCallback)
2876
+ };
2877
+ this.fnUpdate = function(mData, mRow, iColumn, bRedraw, bAction) {
2878
+ var oSettings = _fnSettingsFromNode(this[DataTable.ext.iApiIndex]);
2879
+ var i, iLen, sDisplay;
2880
+ var iRow = ( typeof mRow === 'object') ? _fnNodeToDataIndex(oSettings, mRow) : mRow;
2881
+ if ($.isArray(mData) && iColumn === undefined) {
2882
+ oSettings.aoData[iRow]._aData = mData.slice();
2883
+ for ( i = 0; i < oSettings.aoColumns.length; i++) {
2884
+ this.fnUpdate(_fnGetCellData(oSettings, iRow, i), iRow, i, false, false)
2885
+ }
2886
+ } else if ($.isPlainObject(mData) && iColumn === undefined) {
2887
+ oSettings.aoData[iRow]._aData = $.extend(true, {}, mData);
2888
+ for ( i = 0; i < oSettings.aoColumns.length; i++) {
2889
+ this.fnUpdate(_fnGetCellData(oSettings, iRow, i), iRow, i, false, false)
2890
+ }
2891
+ } else {
2892
+ _fnSetCellData(oSettings, iRow, iColumn, mData);
2893
+ sDisplay = _fnGetCellData(oSettings, iRow, iColumn, 'display');
2894
+ var oCol = oSettings.aoColumns[iColumn];
2895
+ if (oCol.fnRender !== null) {
2896
+ sDisplay = _fnRender(oSettings, iRow, iColumn);
2897
+ if (oCol.bUseRendered) {
2898
+ _fnSetCellData(oSettings, iRow, iColumn, sDisplay)
2899
+ }
2900
+ }
2901
+ if (oSettings.aoData[iRow].nTr !== null) {
2902
+ _fnGetTdNodes(oSettings,iRow)[iColumn].innerHTML = sDisplay
2903
+ }
2904
+ }
2905
+ var iDisplayIndex = $.inArray(iRow, oSettings.aiDisplay);
2906
+ oSettings.asDataSearch[iDisplayIndex] = _fnBuildSearchRow(oSettings, _fnGetRowData(oSettings, iRow, 'filter', _fnGetColumns(oSettings, 'bSearchable')));
2907
+ if (bAction === undefined || bAction) {
2908
+ _fnAdjustColumnSizing(oSettings)
2909
+ }
2910
+ if (bRedraw === undefined || bRedraw) {
2911
+ _fnReDraw(oSettings)
2912
+ }
2913
+ return 0
2914
+ };
2915
+ this.fnVersionCheck = DataTable.ext.fnVersionCheck;
2916
+ function _fnExternApiFunc(sFunc) {
2917
+ return function() {
2918
+ var aArgs = [_fnSettingsFromNode(this[DataTable.ext.iApiIndex])].concat(Array.prototype.slice.call(arguments));
2919
+ return DataTable.ext.oApi[sFunc].apply(this, aArgs)
2920
+ }
2921
+ }
2922
+ this.oApi = {
2923
+ "_fnExternApiFunc" : _fnExternApiFunc,
2924
+ "_fnInitialise" : _fnInitialise,
2925
+ "_fnInitComplete" : _fnInitComplete,
2926
+ "_fnLanguageCompat" : _fnLanguageCompat,
2927
+ "_fnAddColumn" : _fnAddColumn,
2928
+ "_fnColumnOptions" : _fnColumnOptions,
2929
+ "_fnAddData" : _fnAddData,
2930
+ "_fnCreateTr" : _fnCreateTr,
2931
+ "_fnGatherData" : _fnGatherData,
2932
+ "_fnBuildHead" : _fnBuildHead,
2933
+ "_fnDrawHead" : _fnDrawHead,
2934
+ "_fnDraw" : _fnDraw,
2935
+ "_fnReDraw" : _fnReDraw,
2936
+ "_fnAjaxUpdate" : _fnAjaxUpdate,
2937
+ "_fnAjaxParameters" : _fnAjaxParameters,
2938
+ "_fnAjaxUpdateDraw" : _fnAjaxUpdateDraw,
2939
+ "_fnServerParams" : _fnServerParams,
2940
+ "_fnAddOptionsHtml" : _fnAddOptionsHtml,
2941
+ "_fnFeatureHtmlTable" : _fnFeatureHtmlTable,
2942
+ "_fnScrollDraw" : _fnScrollDraw,
2943
+ "_fnAdjustColumnSizing" : _fnAdjustColumnSizing,
2944
+ "_fnFeatureHtmlFilter" : _fnFeatureHtmlFilter,
2945
+ "_fnFilterComplete" : _fnFilterComplete,
2946
+ "_fnFilterCustom" : _fnFilterCustom,
2947
+ "_fnFilterColumn" : _fnFilterColumn,
2948
+ "_fnFilter" : _fnFilter,
2949
+ "_fnBuildSearchArray" : _fnBuildSearchArray,
2950
+ "_fnBuildSearchRow" : _fnBuildSearchRow,
2951
+ "_fnFilterCreateSearch" : _fnFilterCreateSearch,
2952
+ "_fnDataToSearch" : _fnDataToSearch,
2953
+ "_fnSort" : _fnSort,
2954
+ "_fnSortAttachListener" : _fnSortAttachListener,
2955
+ "_fnSortingClasses" : _fnSortingClasses,
2956
+ "_fnFeatureHtmlPaginate" : _fnFeatureHtmlPaginate,
2957
+ "_fnPageChange" : _fnPageChange,
2958
+ "_fnFeatureHtmlInfo" : _fnFeatureHtmlInfo,
2959
+ "_fnUpdateInfo" : _fnUpdateInfo,
2960
+ "_fnFeatureHtmlLength" : _fnFeatureHtmlLength,
2961
+ "_fnFeatureHtmlProcessing" : _fnFeatureHtmlProcessing,
2962
+ "_fnProcessingDisplay" : _fnProcessingDisplay,
2963
+ "_fnVisibleToColumnIndex" : _fnVisibleToColumnIndex,
2964
+ "_fnColumnIndexToVisible" : _fnColumnIndexToVisible,
2965
+ "_fnNodeToDataIndex" : _fnNodeToDataIndex,
2966
+ "_fnVisbleColumns" : _fnVisbleColumns,
2967
+ "_fnCalculateEnd" : _fnCalculateEnd,
2968
+ "_fnConvertToWidth" : _fnConvertToWidth,
2969
+ "_fnCalculateColumnWidths" : _fnCalculateColumnWidths,
2970
+ "_fnScrollingWidthAdjust" : _fnScrollingWidthAdjust,
2971
+ "_fnGetWidestNode" : _fnGetWidestNode,
2972
+ "_fnGetMaxLenString" : _fnGetMaxLenString,
2973
+ "_fnStringToCss" : _fnStringToCss,
2974
+ "_fnDetectType" : _fnDetectType,
2975
+ "_fnSettingsFromNode" : _fnSettingsFromNode,
2976
+ "_fnGetDataMaster" : _fnGetDataMaster,
2977
+ "_fnGetTrNodes" : _fnGetTrNodes,
2978
+ "_fnGetTdNodes" : _fnGetTdNodes,
2979
+ "_fnEscapeRegex" : _fnEscapeRegex,
2980
+ "_fnDeleteIndex" : _fnDeleteIndex,
2981
+ "_fnReOrderIndex" : _fnReOrderIndex,
2982
+ "_fnColumnOrdering" : _fnColumnOrdering,
2983
+ "_fnLog" : _fnLog,
2984
+ "_fnClearTable" : _fnClearTable,
2985
+ "_fnSaveState" : _fnSaveState,
2986
+ "_fnLoadState" : _fnLoadState,
2987
+ "_fnCreateCookie" : _fnCreateCookie,
2988
+ "_fnReadCookie" : _fnReadCookie,
2989
+ "_fnDetectHeader" : _fnDetectHeader,
2990
+ "_fnGetUniqueThs" : _fnGetUniqueThs,
2991
+ "_fnScrollBarWidth" : _fnScrollBarWidth,
2992
+ "_fnApplyToChildren" : _fnApplyToChildren,
2993
+ "_fnMap" : _fnMap,
2994
+ "_fnGetRowData" : _fnGetRowData,
2995
+ "_fnGetCellData" : _fnGetCellData,
2996
+ "_fnSetCellData" : _fnSetCellData,
2997
+ "_fnGetObjectDataFn" : _fnGetObjectDataFn,
2998
+ "_fnSetObjectDataFn" : _fnSetObjectDataFn,
2999
+ "_fnApplyColumnDefs" : _fnApplyColumnDefs,
3000
+ "_fnBindAction" : _fnBindAction,
3001
+ "_fnExtend" : _fnExtend,
3002
+ "_fnCallbackReg" : _fnCallbackReg,
3003
+ "_fnCallbackFire" : _fnCallbackFire,
3004
+ "_fnJsonString" : _fnJsonString,
3005
+ "_fnRender" : _fnRender,
3006
+ "_fnNodeToColumnIndex" : _fnNodeToColumnIndex,
3007
+ "_fnInfoMacros" : _fnInfoMacros,
3008
+ "_fnBrowserDetect" : _fnBrowserDetect,
3009
+ "_fnGetColumns" : _fnGetColumns
3010
+ };
3011
+ $.extend(DataTable.ext.oApi, this.oApi);
3012
+ for (var sFunc in DataTable.ext.oApi) {
3013
+ if (sFunc) {
3014
+ this[sFunc] = _fnExternApiFunc(sFunc)
3015
+ }
3016
+ }
3017
+ var _that = this;
3018
+ this.each(function() {
3019
+ var i = 0, iLen, j, jLen, k, kLen;
3020
+ var sId = this.getAttribute('id');
3021
+ var bInitHandedOff = false;
3022
+ var bUsePassedData = false;
3023
+ if (this.nodeName.toLowerCase() != 'table') {
3024
+ _fnLog(null, 0, "Attempted to initialise DataTables on a node which is not a " + "table: " + this.nodeName);
3025
+ return
3026
+ }
3027
+ for ( i = 0, iLen = DataTable.settings.length; i < iLen; i++) {
3028
+ if (DataTable.settings[i].nTable == this) {
3029
+ if (oInit === undefined || oInit.bRetrieve) {
3030
+ return DataTable.settings[i].oInstance
3031
+ } else if (oInit.bDestroy) {
3032
+ DataTable.settings[i].oInstance.fnDestroy();
3033
+ break
3034
+ } else {
3035
+ _fnLog(DataTable.settings[i], 0, "Cannot reinitialise DataTable.\n\n" + "To retrieve the DataTables object for this table, pass no arguments or see " + "the docs for bRetrieve and bDestroy");
3036
+ return
3037
+ }
3038
+ }
3039
+ if (DataTable.settings[i].sTableId == this.id) {
3040
+ DataTable.settings.splice(i, 1);
3041
+ break
3042
+ }
3043
+ }
3044
+ if (sId === null || sId === "") {
3045
+ sId = "DataTables_Table_" + (DataTable.ext._oExternConfig.iNextUnique++);
3046
+ this.id = sId
3047
+ }
3048
+ var oSettings = $.extend(true, {}, DataTable.models.oSettings, {
3049
+ "nTable" : this,
3050
+ "oApi" : _that.oApi,
3051
+ "oInit" : oInit,
3052
+ "sDestroyWidth" : $(this).width(),
3053
+ "sInstance" : sId,
3054
+ "sTableId" : sId
3055
+ });
3056
+ DataTable.settings.push(oSettings);
3057
+ oSettings.oInstance = (_that.length === 1) ? _that : $(this).dataTable();
3058
+ if (!oInit) {
3059
+ oInit = {}
3060
+ }
3061
+ if (oInit.oLanguage) {
3062
+ _fnLanguageCompat(oInit.oLanguage)
3063
+ }
3064
+ oInit = _fnExtend($.extend(true, {}, DataTable.defaults), oInit);
3065
+ _fnMap(oSettings.oFeatures, oInit, "bPaginate");
3066
+ _fnMap(oSettings.oFeatures, oInit, "bLengthChange");
3067
+ _fnMap(oSettings.oFeatures, oInit, "bFilter");
3068
+ _fnMap(oSettings.oFeatures, oInit, "bSort");
3069
+ _fnMap(oSettings.oFeatures, oInit, "bInfo");
3070
+ _fnMap(oSettings.oFeatures, oInit, "bProcessing");
3071
+ _fnMap(oSettings.oFeatures, oInit, "bAutoWidth");
3072
+ _fnMap(oSettings.oFeatures, oInit, "bSortClasses");
3073
+ _fnMap(oSettings.oFeatures, oInit, "bServerSide");
3074
+ _fnMap(oSettings.oFeatures, oInit, "bDeferRender");
3075
+ _fnMap(oSettings.oScroll, oInit, "sScrollX", "sX");
3076
+ _fnMap(oSettings.oScroll, oInit, "sScrollXInner", "sXInner");
3077
+ _fnMap(oSettings.oScroll, oInit, "sScrollY", "sY");
3078
+ _fnMap(oSettings.oScroll, oInit, "bScrollCollapse", "bCollapse");
3079
+ _fnMap(oSettings.oScroll, oInit, "bScrollInfinite", "bInfinite");
3080
+ _fnMap(oSettings.oScroll, oInit, "iScrollLoadGap", "iLoadGap");
3081
+ _fnMap(oSettings.oScroll, oInit, "bScrollAutoCss", "bAutoCss");
3082
+ _fnMap(oSettings, oInit, "asStripeClasses");
3083
+ _fnMap(oSettings, oInit, "asStripClasses", "asStripeClasses");
3084
+ _fnMap(oSettings, oInit, "fnServerData");
3085
+ _fnMap(oSettings, oInit, "fnFormatNumber");
3086
+ _fnMap(oSettings, oInit, "sServerMethod");
3087
+ _fnMap(oSettings, oInit, "aaSorting");
3088
+ _fnMap(oSettings, oInit, "aaSortingFixed");
3089
+ _fnMap(oSettings, oInit, "aLengthMenu");
3090
+ _fnMap(oSettings, oInit, "sPaginationType");
3091
+ _fnMap(oSettings, oInit, "sAjaxSource");
3092
+ _fnMap(oSettings, oInit, "sAjaxDataProp");
3093
+ _fnMap(oSettings, oInit, "iCookieDuration");
3094
+ _fnMap(oSettings, oInit, "sCookiePrefix");
3095
+ _fnMap(oSettings, oInit, "sDom");
3096
+ _fnMap(oSettings, oInit, "bSortCellsTop");
3097
+ _fnMap(oSettings, oInit, "iTabIndex");
3098
+ _fnMap(oSettings, oInit, "oSearch", "oPreviousSearch");
3099
+ _fnMap(oSettings, oInit, "aoSearchCols", "aoPreSearchCols");
3100
+ _fnMap(oSettings, oInit, "iDisplayLength", "_iDisplayLength");
3101
+ _fnMap(oSettings, oInit, "bJQueryUI", "bJUI");
3102
+ _fnMap(oSettings, oInit, "fnCookieCallback");
3103
+ _fnMap(oSettings, oInit, "fnStateLoad");
3104
+ _fnMap(oSettings, oInit, "fnStateSave");
3105
+ _fnMap(oSettings.oLanguage, oInit, "fnInfoCallback");
3106
+ _fnCallbackReg(oSettings, 'aoDrawCallback', oInit.fnDrawCallback, 'user');
3107
+ _fnCallbackReg(oSettings, 'aoServerParams', oInit.fnServerParams, 'user');
3108
+ _fnCallbackReg(oSettings, 'aoStateSaveParams', oInit.fnStateSaveParams, 'user');
3109
+ _fnCallbackReg(oSettings, 'aoStateLoadParams', oInit.fnStateLoadParams, 'user');
3110
+ _fnCallbackReg(oSettings, 'aoStateLoaded', oInit.fnStateLoaded, 'user');
3111
+ _fnCallbackReg(oSettings, 'aoRowCallback', oInit.fnRowCallback, 'user');
3112
+ _fnCallbackReg(oSettings, 'aoRowCreatedCallback', oInit.fnCreatedRow, 'user');
3113
+ _fnCallbackReg(oSettings, 'aoHeaderCallback', oInit.fnHeaderCallback, 'user');
3114
+ _fnCallbackReg(oSettings, 'aoFooterCallback', oInit.fnFooterCallback, 'user');
3115
+ _fnCallbackReg(oSettings, 'aoInitComplete', oInit.fnInitComplete, 'user');
3116
+ _fnCallbackReg(oSettings, 'aoPreDrawCallback', oInit.fnPreDrawCallback, 'user');
3117
+ if (oSettings.oFeatures.bServerSide && oSettings.oFeatures.bSort && oSettings.oFeatures.bSortClasses) {
3118
+ _fnCallbackReg(oSettings, 'aoDrawCallback', _fnSortingClasses, 'server_side_sort_classes')
3119
+ } else if (oSettings.oFeatures.bDeferRender) {
3120
+ _fnCallbackReg(oSettings, 'aoDrawCallback', _fnSortingClasses, 'defer_sort_classes')
3121
+ }
3122
+ if (oInit.bJQueryUI) {
3123
+ $.extend(oSettings.oClasses, DataTable.ext.oJUIClasses);
3124
+ if (oInit.sDom === DataTable.defaults.sDom && DataTable.defaults.sDom === "lfrtip") {
3125
+ oSettings.sDom = '<"H"lfr>t<"F"ip>'
3126
+ }
3127
+ } else {
3128
+ $.extend(oSettings.oClasses, DataTable.ext.oStdClasses)
3129
+ }
3130
+ $(this).addClass(oSettings.oClasses.sTable);
3131
+ if (oSettings.oScroll.sX !== "" || oSettings.oScroll.sY !== "") {
3132
+ oSettings.oScroll.iBarWidth = _fnScrollBarWidth()
3133
+ }
3134
+ if (oSettings.iInitDisplayStart === undefined) {
3135
+ oSettings.iInitDisplayStart = oInit.iDisplayStart;
3136
+ oSettings._iDisplayStart = oInit.iDisplayStart
3137
+ }
3138
+ if (oInit.bStateSave) {
3139
+ oSettings.oFeatures.bStateSave = true;
3140
+ _fnLoadState(oSettings, oInit);
3141
+ _fnCallbackReg(oSettings, 'aoDrawCallback', _fnSaveState, 'state_save')
3142
+ }
3143
+ if (oInit.iDeferLoading !== null) {
3144
+ oSettings.bDeferLoading = true;
3145
+ var tmp = $.isArray(oInit.iDeferLoading);
3146
+ oSettings._iRecordsDisplay = tmp ? oInit.iDeferLoading[0] : oInit.iDeferLoading;
3147
+ oSettings._iRecordsTotal = tmp ? oInit.iDeferLoading[1] : oInit.iDeferLoading
3148
+ }
3149
+ if (oInit.aaData !== null) {
3150
+ bUsePassedData = true
3151
+ }
3152
+ if (oInit.oLanguage.sUrl !== "") {
3153
+ oSettings.oLanguage.sUrl = oInit.oLanguage.sUrl;
3154
+ $.getJSON(oSettings.oLanguage.sUrl, null, function(json) {
3155
+ _fnLanguageCompat(json);
3156
+ $.extend(true, oSettings.oLanguage, oInit.oLanguage, json);
3157
+ _fnInitialise(oSettings)
3158
+ });
3159
+ bInitHandedOff = true
3160
+ } else {
3161
+ $.extend(true, oSettings.oLanguage, oInit.oLanguage)
3162
+ }
3163
+ if (oInit.asStripeClasses === null) {
3164
+ oSettings.asStripeClasses = [oSettings.oClasses.sStripeOdd, oSettings.oClasses.sStripeEven]
3165
+ }
3166
+ iLen = oSettings.asStripeClasses.length;
3167
+ oSettings.asDestroyStripes = [];
3168
+ if (iLen) {
3169
+ var bStripeRemove = false;
3170
+ var anRows = $(this).children('tbody').children('tr:lt(' + iLen + ')');
3171
+ for ( i = 0; i < iLen; i++) {
3172
+ if (anRows.hasClass(oSettings.asStripeClasses[i])) {
3173
+ bStripeRemove = true;
3174
+ oSettings.asDestroyStripes.push(oSettings.asStripeClasses[i])
3175
+ }
3176
+ }
3177
+ if (bStripeRemove) {
3178
+ anRows.removeClass(oSettings.asStripeClasses.join(' '))
3179
+ }
3180
+ }
3181
+ var anThs = [];
3182
+ var aoColumnsInit;
3183
+ var nThead = this.getElementsByTagName('thead');
3184
+ if (nThead.length !== 0) {
3185
+ _fnDetectHeader(oSettings.aoHeader, nThead[0]);
3186
+ anThs = _fnGetUniqueThs(oSettings)
3187
+ }
3188
+ if (oInit.aoColumns === null) {
3189
+ aoColumnsInit = [];
3190
+ for ( i = 0, iLen = anThs.length; i < iLen; i++) {
3191
+ aoColumnsInit.push(null)
3192
+ }
3193
+ } else {
3194
+ aoColumnsInit = oInit.aoColumns
3195
+ }
3196
+ for ( i = 0, iLen = aoColumnsInit.length; i < iLen; i++) {
3197
+ if (oInit.saved_aoColumns !== undefined && oInit.saved_aoColumns.length == iLen) {
3198
+ if (aoColumnsInit[i] === null) {
3199
+ aoColumnsInit[i] = {}
3200
+ }
3201
+ aoColumnsInit[i].bVisible = oInit.saved_aoColumns[i].bVisible
3202
+ }
3203
+ _fnAddColumn(oSettings, anThs ? anThs[i] : null)
3204
+ }
3205
+ _fnApplyColumnDefs(oSettings, oInit.aoColumnDefs, aoColumnsInit, function(iCol, oDef) {
3206
+ _fnColumnOptions(oSettings, iCol, oDef)
3207
+ });
3208
+ for ( i = 0, iLen = oSettings.aaSorting.length; i < iLen; i++) {
3209
+ if (oSettings.aaSorting[i][0] >= oSettings.aoColumns.length) {
3210
+ oSettings.aaSorting[i][0] = 0
3211
+ }
3212
+ var oColumn = oSettings.aoColumns[oSettings.aaSorting[i][0]];
3213
+ if (oSettings.aaSorting[i][2] === undefined) {
3214
+ oSettings.aaSorting[i][2] = 0
3215
+ }
3216
+ if (oInit.aaSorting === undefined && oSettings.saved_aaSorting === undefined) {
3217
+ oSettings.aaSorting[i][1] = oColumn.asSorting[0]
3218
+ }
3219
+ for ( j = 0, jLen = oColumn.asSorting.length; j < jLen; j++) {
3220
+ if (oSettings.aaSorting[i][1] == oColumn.asSorting[j]) {
3221
+ oSettings.aaSorting[i][2] = j;
3222
+ break
3223
+ }
3224
+ }
3225
+ }
3226
+ _fnSortingClasses(oSettings);
3227
+ _fnBrowserDetect(oSettings);
3228
+ var captions = $(this).children('caption').each(function() {
3229
+ this._captionSide = $(this).css('caption-side')
3230
+ });
3231
+ var thead = $(this).children('thead');
3232
+ if (thead.length === 0) {
3233
+ thead = [document.createElement('thead')];
3234
+ this.appendChild(thead[0])
3235
+ }
3236
+ oSettings.nTHead = thead[0];
3237
+ var tbody = $(this).children('tbody');
3238
+ if (tbody.length === 0) {
3239
+ tbody = [document.createElement('tbody')];
3240
+ this.appendChild(tbody[0])
3241
+ }
3242
+ oSettings.nTBody = tbody[0];
3243
+ oSettings.nTBody.setAttribute("role", "alert");
3244
+ oSettings.nTBody.setAttribute("aria-live", "polite");
3245
+ oSettings.nTBody.setAttribute("aria-relevant", "all");
3246
+ var tfoot = $(this).children('tfoot');
3247
+ if (tfoot.length === 0 && captions.length > 0 && (oSettings.oScroll.sX !== "" || oSettings.oScroll.sY !== "")) {
3248
+ tfoot = [document.createElement('tfoot')];
3249
+ this.appendChild(tfoot[0])
3250
+ }
3251
+ if (tfoot.length > 0) {
3252
+ oSettings.nTFoot = tfoot[0];
3253
+ _fnDetectHeader(oSettings.aoFooter, oSettings.nTFoot)
3254
+ }
3255
+ if (bUsePassedData) {
3256
+ for ( i = 0; i < oInit.aaData.length; i++) {
3257
+ _fnAddData(oSettings, oInit.aaData[i])
3258
+ }
3259
+ } else {
3260
+ _fnGatherData(oSettings)
3261
+ }
3262
+ oSettings.aiDisplay = oSettings.aiDisplayMaster.slice();
3263
+ oSettings.bInitialised = true;
3264
+ if (bInitHandedOff === false) {
3265
+ _fnInitialise(oSettings)
3266
+ }
3267
+ });
3268
+ _that = null;
3269
+ return this
3270
+ };
3271
+ DataTable.fnVersionCheck = function(sVersion) {
3272
+ var fnZPad = function(Zpad, count) {
3273
+ while (Zpad.length < count) {
3274
+ Zpad += '0'
3275
+ }
3276
+ return Zpad
3277
+ };
3278
+ var aThis = DataTable.ext.sVersion.split('.');
3279
+ var aThat = sVersion.split('.');
3280
+ var sThis = '', sThat = '';
3281
+ for (var i = 0, iLen = aThat.length; i < iLen; i++) {
3282
+ sThis += fnZPad(aThis[i], 3);
3283
+ sThat += fnZPad(aThat[i], 3)
3284
+ }
3285
+ return parseInt(sThis, 10) >= parseInt(sThat, 10)
3286
+ };
3287
+ DataTable.fnIsDataTable = function(nTable) {
3288
+ var o = DataTable.settings;
3289
+ for (var i = 0; i < o.length; i++) {
3290
+ if (o[i].nTable === nTable || o[i].nScrollHead === nTable || o[i].nScrollFoot === nTable) {
3291
+ return true
3292
+ }
3293
+ }
3294
+ return false
3295
+ };
3296
+ DataTable.fnTables = function(bVisible) {
3297
+ var out = [];
3298
+ jQuery.each(DataTable.settings, function(i, o) {
3299
+ if (!bVisible || (bVisible === true && $(o.nTable).is(':visible'))) {
3300
+ out.push(o.nTable)
3301
+ }
3302
+ });
3303
+ return out
3304
+ };
3305
+ DataTable.version = "1.9.4";
3306
+ DataTable.settings = [];
3307
+ DataTable.models = {};
3308
+ DataTable.models.ext = {
3309
+ "afnFiltering" : [],
3310
+ "afnSortData" : [],
3311
+ "aoFeatures" : [],
3312
+ "aTypes" : [],
3313
+ "fnVersionCheck" : DataTable.fnVersionCheck,
3314
+ "iApiIndex" : 0,
3315
+ "ofnSearch" : {},
3316
+ "oApi" : {},
3317
+ "oStdClasses" : {},
3318
+ "oJUIClasses" : {},
3319
+ "oPagination" : {},
3320
+ "oSort" : {},
3321
+ "sVersion" : DataTable.version,
3322
+ "sErrMode" : "alert",
3323
+ "_oExternConfig" : {
3324
+ "iNextUnique" : 0
3325
+ }
3326
+ };
3327
+ DataTable.models.oSearch = {
3328
+ "bCaseInsensitive" : true,
3329
+ "sSearch" : "",
3330
+ "bRegex" : false,
3331
+ "bSmart" : true
3332
+ };
3333
+ DataTable.models.oRow = {
3334
+ "nTr" : null,
3335
+ "_aData" : [],
3336
+ "_aSortData" : [],
3337
+ "_anHidden" : [],
3338
+ "_sRowStripe" : ""
3339
+ };
3340
+ DataTable.models.oColumn = {
3341
+ "aDataSort" : null,
3342
+ "asSorting" : null,
3343
+ "bSearchable" : null,
3344
+ "bSortable" : null,
3345
+ "bUseRendered" : null,
3346
+ "bVisible" : null,
3347
+ "_bAutoType" : true,
3348
+ "fnCreatedCell" : null,
3349
+ "fnGetData" : null,
3350
+ "fnRender" : null,
3351
+ "fnSetData" : null,
3352
+ "mData" : null,
3353
+ "mRender" : null,
3354
+ "nTh" : null,
3355
+ "nTf" : null,
3356
+ "sClass" : null,
3357
+ "sContentPadding" : null,
3358
+ "sDefaultContent" : null,
3359
+ "sName" : null,
3360
+ "sSortDataType" : 'std',
3361
+ "sSortingClass" : null,
3362
+ "sSortingClassJUI" : null,
3363
+ "sTitle" : null,
3364
+ "sType" : null,
3365
+ "sWidth" : null,
3366
+ "sWidthOrig" : null
3367
+ };
3368
+ DataTable.defaults = {
3369
+ "aaData" : null,
3370
+ "aaSorting" : [[0, 'asc']],
3371
+ "aaSortingFixed" : null,
3372
+ "aLengthMenu" : [10, 25, 50, 100],
3373
+ "aoColumns" : null,
3374
+ "aoColumnDefs" : null,
3375
+ "aoSearchCols" : [],
3376
+ "asStripeClasses" : null,
3377
+ "bAutoWidth" : true,
3378
+ "bDeferRender" : false,
3379
+ "bDestroy" : false,
3380
+ "bFilter" : true,
3381
+ "bInfo" : true,
3382
+ "bJQueryUI" : false,
3383
+ "bLengthChange" : true,
3384
+ "bPaginate" : true,
3385
+ "bProcessing" : false,
3386
+ "bRetrieve" : false,
3387
+ "bScrollAutoCss" : true,
3388
+ "bScrollCollapse" : false,
3389
+ "bScrollInfinite" : false,
3390
+ "bServerSide" : false,
3391
+ "bSort" : true,
3392
+ "bSortCellsTop" : false,
3393
+ "bSortClasses" : true,
3394
+ "bStateSave" : false,
3395
+ "fnCookieCallback" : null,
3396
+ "fnCreatedRow" : null,
3397
+ "fnDrawCallback" : null,
3398
+ "fnFooterCallback" : null,
3399
+ "fnFormatNumber" : function(iIn) {
3400
+ if (iIn < 1000) {
3401
+ return iIn
3402
+ }
3403
+ var s = (iIn + ""), a = s.split(""), out = "", iLen = s.length;
3404
+ for (var i = 0; i < iLen; i++) {
3405
+ if (i % 3 === 0 && i !== 0) {
3406
+ out = this.oLanguage.sInfoThousands + out
3407
+ }
3408
+ out = a[iLen - i - 1] + out
3409
+ }
3410
+ return out
3411
+ },
3412
+ "fnHeaderCallback" : null,
3413
+ "fnInfoCallback" : null,
3414
+ "fnInitComplete" : null,
3415
+ "fnPreDrawCallback" : null,
3416
+ "fnRowCallback" : null,
3417
+ "fnServerData" : function(sUrl, aoData, fnCallback, oSettings) {
3418
+ oSettings.jqXHR = $.ajax({
3419
+ "url" : sUrl,
3420
+ "data" : aoData,
3421
+ "success" : function(json) {
3422
+ if (json.sError) {
3423
+ oSettings.oApi._fnLog(oSettings, 0, json.sError)
3424
+ }
3425
+ $(oSettings.oInstance).trigger('xhr', [oSettings, json]);
3426
+ fnCallback(json)
3427
+ },
3428
+ "dataType" : "json",
3429
+ "cache" : false,
3430
+ "type" : oSettings.sServerMethod,
3431
+ "error" : function(xhr, error, thrown) {
3432
+ if (error == "parsererror") {
3433
+ oSettings.oApi._fnLog(oSettings, 0, "DataTables warning: JSON data from " + "server could not be parsed. This is caused by a JSON formatting error.")
3434
+ }
3435
+ }
3436
+ })
3437
+ },
3438
+ "fnServerParams" : null,
3439
+ "fnStateLoad" : function(oSettings) {
3440
+ var sData = this.oApi._fnReadCookie(oSettings.sCookiePrefix + oSettings.sInstance);
3441
+ var oData;
3442
+ try {
3443
+ oData = ( typeof $.parseJSON === 'function') ? $.parseJSON(sData) : eval('(' + sData + ')')
3444
+ } catch(e) {
3445
+ oData = null
3446
+ }
3447
+ return oData
3448
+ },
3449
+ "fnStateLoadParams" : null,
3450
+ "fnStateLoaded" : null,
3451
+ "fnStateSave" : function(oSettings, oData) {
3452
+ this.oApi._fnCreateCookie(oSettings.sCookiePrefix + oSettings.sInstance, this.oApi._fnJsonString(oData), oSettings.iCookieDuration, oSettings.sCookiePrefix, oSettings.fnCookieCallback)
3453
+ },
3454
+ "fnStateSaveParams" : null,
3455
+ "iCookieDuration" : 7200,
3456
+ "iDeferLoading" : null,
3457
+ "iDisplayLength" : 10,
3458
+ "iDisplayStart" : 0,
3459
+ "iScrollLoadGap" : 100,
3460
+ "iTabIndex" : 0,
3461
+ "oLanguage" : {
3462
+ "oAria" : {
3463
+ "sSortAscending" : ": activate to sort column ascending",
3464
+ "sSortDescending" : ": activate to sort column descending"
3465
+ },
3466
+ "oPaginate" : {
3467
+ "sFirst" : "First",
3468
+ "sLast" : "Last",
3469
+ "sNext" : "Next",
3470
+ "sPrevious" : "Previous"
3471
+ },
3472
+ "sEmptyTable" : "No data available in table",
3473
+ "sInfo" : "Showing _START_ to _END_ of _TOTAL_ entries",
3474
+ "sInfoEmpty" : "Showing 0 to 0 of 0 entries",
3475
+ "sInfoFiltered" : "(filtered from _MAX_ total entries)",
3476
+ "sInfoPostFix" : "",
3477
+ "sInfoThousands" : ",",
3478
+ "sLengthMenu" : "Show _MENU_ entries",
3479
+ "sLoadingRecords" : "Loading...",
3480
+ "sProcessing" : "Processing...",
3481
+ "sSearch" : "Search:",
3482
+ "sUrl" : "",
3483
+ "sZeroRecords" : "No matching records found"
3484
+ },
3485
+ "oSearch" : $.extend({}, DataTable.models.oSearch),
3486
+ "sAjaxDataProp" : "aaData",
3487
+ "sAjaxSource" : null,
3488
+ "sCookiePrefix" : "SpryMedia_DataTables_",
3489
+ "sDom" : "lfrtip",
3490
+ "sPaginationType" : "two_button",
3491
+ "sScrollX" : "",
3492
+ "sScrollXInner" : "",
3493
+ "sScrollY" : "",
3494
+ "sServerMethod" : "GET"
3495
+ };
3496
+ DataTable.defaults.columns = {
3497
+ "aDataSort" : null,
3498
+ "asSorting" : ['asc', 'desc'],
3499
+ "bSearchable" : true,
3500
+ "bSortable" : true,
3501
+ "bUseRendered" : true,
3502
+ "bVisible" : true,
3503
+ "fnCreatedCell" : null,
3504
+ "fnRender" : null,
3505
+ "iDataSort" : -1,
3506
+ "mData" : null,
3507
+ "mRender" : null,
3508
+ "sCellType" : "td",
3509
+ "sClass" : "",
3510
+ "sContentPadding" : "",
3511
+ "sDefaultContent" : null,
3512
+ "sName" : "",
3513
+ "sSortDataType" : "std",
3514
+ "sTitle" : null,
3515
+ "sType" : null,
3516
+ "sWidth" : null
3517
+ };
3518
+ DataTable.models.oSettings = {
3519
+ "oFeatures" : {
3520
+ "bAutoWidth" : null,
3521
+ "bDeferRender" : null,
3522
+ "bFilter" : null,
3523
+ "bInfo" : null,
3524
+ "bLengthChange" : null,
3525
+ "bPaginate" : null,
3526
+ "bProcessing" : null,
3527
+ "bServerSide" : null,
3528
+ "bSort" : null,
3529
+ "bSortClasses" : null,
3530
+ "bStateSave" : null
3531
+ },
3532
+ "oScroll" : {
3533
+ "bAutoCss" : null,
3534
+ "bCollapse" : null,
3535
+ "bInfinite" : null,
3536
+ "iBarWidth" : 0,
3537
+ "iLoadGap" : null,
3538
+ "sX" : null,
3539
+ "sXInner" : null,
3540
+ "sY" : null
3541
+ },
3542
+ "oLanguage" : {
3543
+ "fnInfoCallback" : null
3544
+ },
3545
+ "oBrowser" : {
3546
+ "bScrollOversize" : false
3547
+ },
3548
+ "aanFeatures" : [],
3549
+ "aoData" : [],
3550
+ "aiDisplay" : [],
3551
+ "aiDisplayMaster" : [],
3552
+ "aoColumns" : [],
3553
+ "aoHeader" : [],
3554
+ "aoFooter" : [],
3555
+ "asDataSearch" : [],
3556
+ "oPreviousSearch" : {},
3557
+ "aoPreSearchCols" : [],
3558
+ "aaSorting" : null,
3559
+ "aaSortingFixed" : null,
3560
+ "asStripeClasses" : null,
3561
+ "asDestroyStripes" : [],
3562
+ "sDestroyWidth" : 0,
3563
+ "aoRowCallback" : [],
3564
+ "aoHeaderCallback" : [],
3565
+ "aoFooterCallback" : [],
3566
+ "aoDrawCallback" : [],
3567
+ "aoRowCreatedCallback" : [],
3568
+ "aoPreDrawCallback" : [],
3569
+ "aoInitComplete" : [],
3570
+ "aoStateSaveParams" : [],
3571
+ "aoStateLoadParams" : [],
3572
+ "aoStateLoaded" : [],
3573
+ "sTableId" : "",
3574
+ "nTable" : null,
3575
+ "nTHead" : null,
3576
+ "nTFoot" : null,
3577
+ "nTBody" : null,
3578
+ "nTableWrapper" : null,
3579
+ "bDeferLoading" : false,
3580
+ "bInitialised" : false,
3581
+ "aoOpenRows" : [],
3582
+ "sDom" : null,
3583
+ "sPaginationType" : "two_button",
3584
+ "iCookieDuration" : 0,
3585
+ "sCookiePrefix" : "",
3586
+ "fnCookieCallback" : null,
3587
+ "aoStateSave" : [],
3588
+ "aoStateLoad" : [],
3589
+ "oLoadedState" : null,
3590
+ "sAjaxSource" : null,
3591
+ "sAjaxDataProp" : null,
3592
+ "bAjaxDataGet" : true,
3593
+ "jqXHR" : null,
3594
+ "fnServerData" : null,
3595
+ "aoServerParams" : [],
3596
+ "sServerMethod" : null,
3597
+ "fnFormatNumber" : null,
3598
+ "aLengthMenu" : null,
3599
+ "iDraw" : 0,
3600
+ "bDrawing" : false,
3601
+ "iDrawError" : -1,
3602
+ "_iDisplayLength" : 5,
3603
+ "_iDisplayStart" : 0,
3604
+ "_iDisplayEnd" : 10,
3605
+ "_iRecordsTotal" : 0,
3606
+ "_iRecordsDisplay" : 0,
3607
+ "bJUI" : null,
3608
+ "oClasses" : {},
3609
+ "bFiltered" : false,
3610
+ "bSorted" : false,
3611
+ "bSortCellsTop" : null,
3612
+ "oInit" : null,
3613
+ "aoDestroyCallback" : [],
3614
+ "fnRecordsTotal" : function() {
3615
+ if (this.oFeatures.bServerSide) {
3616
+ return parseInt(this._iRecordsTotal, 10)
3617
+ } else {
3618
+ return this.aiDisplayMaster.length
3619
+ }
3620
+ },
3621
+ "fnRecordsDisplay" : function() {
3622
+ if (this.oFeatures.bServerSide) {
3623
+ return parseInt(this._iRecordsDisplay, 10)
3624
+ } else {
3625
+ return this.aiDisplay.length
3626
+ }
3627
+ },
3628
+ "fnDisplayEnd" : function() {
3629
+ if (this.oFeatures.bServerSide) {
3630
+ if (this.oFeatures.bPaginate === false || this._iDisplayLength == -1) {
3631
+ return this._iDisplayStart + this.aiDisplay.length
3632
+ } else {
3633
+ return Math.min(this._iDisplayStart + this._iDisplayLength, this._iRecordsDisplay)
3634
+ }
3635
+ } else {
3636
+ return this._iDisplayEnd
3637
+ }
3638
+ },
3639
+ "oInstance" : null,
3640
+ "sInstance" : null,
3641
+ "iTabIndex" : 0,
3642
+ "nScrollHead" : null,
3643
+ "nScrollFoot" : null
3644
+ };
3645
+ DataTable.ext = $.extend(true, {}, DataTable.models.ext);
3646
+ $.extend(DataTable.ext.oStdClasses, {
3647
+ "sTable" : "dataTable",
3648
+ "sPagePrevEnabled" : "paginate_enabled_previous",
3649
+ "sPagePrevDisabled" : "paginate_disabled_previous",
3650
+ "sPageNextEnabled" : "paginate_enabled_next",
3651
+ "sPageNextDisabled" : "paginate_disabled_next",
3652
+ "sPageJUINext" : "",
3653
+ "sPageJUIPrev" : "",
3654
+ "sPageButton" : "paginate_button",
3655
+ "sPageButtonActive" : "paginate_active",
3656
+ "sPageButtonStaticDisabled" : "paginate_button paginate_button_disabled",
3657
+ "sPageFirst" : "first",
3658
+ "sPagePrevious" : "previous",
3659
+ "sPageNext" : "next",
3660
+ "sPageLast" : "last",
3661
+ "sStripeOdd" : "odd",
3662
+ "sStripeEven" : "even",
3663
+ "sRowEmpty" : "dataTables_empty",
3664
+ "sWrapper" : "dataTables_wrapper",
3665
+ "sFilter" : "dataTables_filter",
3666
+ "sInfo" : "dataTables_info",
3667
+ "sPaging" : "dataTables_paginate paging_",
3668
+ "sLength" : "dataTables_length",
3669
+ "sProcessing" : "dataTables_processing",
3670
+ "sSortAsc" : "sorting_asc",
3671
+ "sSortDesc" : "sorting_desc",
3672
+ "sSortable" : "sorting",
3673
+ "sSortableAsc" : "sorting_asc_disabled",
3674
+ "sSortableDesc" : "sorting_desc_disabled",
3675
+ "sSortableNone" : "sorting_disabled",
3676
+ "sSortColumn" : "sorting_",
3677
+ "sSortJUIAsc" : "",
3678
+ "sSortJUIDesc" : "",
3679
+ "sSortJUI" : "",
3680
+ "sSortJUIAscAllowed" : "",
3681
+ "sSortJUIDescAllowed" : "",
3682
+ "sSortJUIWrapper" : "",
3683
+ "sSortIcon" : "",
3684
+ "sScrollWrapper" : "dataTables_scroll",
3685
+ "sScrollHead" : "dataTables_scrollHead",
3686
+ "sScrollHeadInner" : "dataTables_scrollHeadInner",
3687
+ "sScrollBody" : "dataTables_scrollBody",
3688
+ "sScrollFoot" : "dataTables_scrollFoot",
3689
+ "sScrollFootInner" : "dataTables_scrollFootInner",
3690
+ "sFooterTH" : "",
3691
+ "sJUIHeader" : "",
3692
+ "sJUIFooter" : ""
3693
+ });
3694
+ $.extend(DataTable.ext.oJUIClasses, DataTable.ext.oStdClasses, {
3695
+ "sPagePrevEnabled" : "fg-button ui-button ui-state-default ui-corner-left",
3696
+ "sPagePrevDisabled" : "fg-button ui-button ui-state-default ui-corner-left ui-state-disabled",
3697
+ "sPageNextEnabled" : "fg-button ui-button ui-state-default ui-corner-right",
3698
+ "sPageNextDisabled" : "fg-button ui-button ui-state-default ui-corner-right ui-state-disabled",
3699
+ "sPageJUINext" : "ui-icon ui-icon-circle-arrow-e",
3700
+ "sPageJUIPrev" : "ui-icon ui-icon-circle-arrow-w",
3701
+ "sPageButton" : "fg-button ui-button ui-state-default",
3702
+ "sPageButtonActive" : "fg-button ui-button ui-state-default ui-state-disabled",
3703
+ "sPageButtonStaticDisabled" : "fg-button ui-button ui-state-default ui-state-disabled",
3704
+ "sPageFirst" : "first ui-corner-tl ui-corner-bl",
3705
+ "sPageLast" : "last ui-corner-tr ui-corner-br",
3706
+ "sPaging" : "dataTables_paginate fg-buttonset ui-buttonset fg-buttonset-multi " + "ui-buttonset-multi paging_",
3707
+ "sSortAsc" : "ui-state-default",
3708
+ "sSortDesc" : "ui-state-default",
3709
+ "sSortable" : "ui-state-default",
3710
+ "sSortableAsc" : "ui-state-default",
3711
+ "sSortableDesc" : "ui-state-default",
3712
+ "sSortableNone" : "ui-state-default",
3713
+ "sSortJUIAsc" : "css_right ui-icon ui-icon-triangle-1-n",
3714
+ "sSortJUIDesc" : "css_right ui-icon ui-icon-triangle-1-s",
3715
+ "sSortJUI" : "css_right ui-icon ui-icon-carat-2-n-s",
3716
+ "sSortJUIAscAllowed" : "css_right ui-icon ui-icon-carat-1-n",
3717
+ "sSortJUIDescAllowed" : "css_right ui-icon ui-icon-carat-1-s",
3718
+ "sSortJUIWrapper" : "DataTables_sort_wrapper",
3719
+ "sSortIcon" : "DataTables_sort_icon",
3720
+ "sScrollHead" : "dataTables_scrollHead ui-state-default",
3721
+ "sScrollFoot" : "dataTables_scrollFoot ui-state-default",
3722
+ "sFooterTH" : "ui-state-default",
3723
+ "sJUIHeader" : "fg-toolbar ui-toolbar ui-widget-header ui-corner-tl ui-corner-tr ui-helper-clearfix",
3724
+ "sJUIFooter" : "fg-toolbar ui-toolbar ui-widget-header ui-corner-bl ui-corner-br ui-helper-clearfix"
3725
+ });
3726
+ $.extend(DataTable.ext.oPagination, {
3727
+ "two_button" : {
3728
+ "fnInit" : function(oSettings, nPaging, fnCallbackDraw) {
3729
+ var oLang = oSettings.oLanguage.oPaginate;
3730
+ var oClasses = oSettings.oClasses;
3731
+ var fnClickHandler = function(e) {
3732
+ if (oSettings.oApi._fnPageChange(oSettings, e.data.action)) {
3733
+ fnCallbackDraw(oSettings)
3734
+ }
3735
+ };
3736
+ var sAppend = (!oSettings.bJUI) ? '<a class="' + oSettings.oClasses.sPagePrevDisabled + '" tabindex="' + oSettings.iTabIndex + '" role="button">' + oLang.sPrevious + '</a>' + '<a class="' + oSettings.oClasses.sPageNextDisabled + '" tabindex="' + oSettings.iTabIndex + '" role="button">' + oLang.sNext + '</a>' : '<a class="' + oSettings.oClasses.sPagePrevDisabled + '" tabindex="' + oSettings.iTabIndex + '" role="button"><span class="' + oSettings.oClasses.sPageJUIPrev + '"></span></a>' + '<a class="' + oSettings.oClasses.sPageNextDisabled + '" tabindex="' + oSettings.iTabIndex + '" role="button"><span class="' + oSettings.oClasses.sPageJUINext + '"></span></a>';
3737
+ $(nPaging).append(sAppend);
3738
+ var els = $('a', nPaging);
3739
+ var nPrevious = els[0], nNext = els[1];
3740
+ oSettings.oApi._fnBindAction(nPrevious, {
3741
+ action : "previous"
3742
+ }, fnClickHandler);
3743
+ oSettings.oApi._fnBindAction(nNext, {
3744
+ action : "next"
3745
+ }, fnClickHandler);
3746
+ if (!oSettings.aanFeatures.p) {
3747
+ nPaging.id = oSettings.sTableId + '_paginate';
3748
+ nPrevious.id = oSettings.sTableId + '_previous';
3749
+ nNext.id = oSettings.sTableId + '_next';
3750
+ nPrevious.setAttribute('aria-controls', oSettings.sTableId);
3751
+ nNext.setAttribute('aria-controls', oSettings.sTableId)
3752
+ }
3753
+ },
3754
+ "fnUpdate" : function(oSettings, fnCallbackDraw) {
3755
+ if (!oSettings.aanFeatures.p) {
3756
+ return
3757
+ }
3758
+ var oClasses = oSettings.oClasses;
3759
+ var an = oSettings.aanFeatures.p;
3760
+ var nNode;
3761
+ for (var i = 0, iLen = an.length; i < iLen; i++) {
3762
+ nNode = an[i].firstChild;
3763
+ if (nNode) {
3764
+ nNode.className = (oSettings._iDisplayStart === 0) ? oClasses.sPagePrevDisabled : oClasses.sPagePrevEnabled;
3765
+ nNode = nNode.nextSibling;
3766
+ nNode.className = (oSettings.fnDisplayEnd() == oSettings.fnRecordsDisplay()) ? oClasses.sPageNextDisabled : oClasses.sPageNextEnabled
3767
+ }
3768
+ }
3769
+ }
3770
+ },
3771
+ "iFullNumbersShowPages" : 5,
3772
+ "full_numbers" : {
3773
+ "fnInit" : function(oSettings, nPaging, fnCallbackDraw) {
3774
+ var oLang = oSettings.oLanguage.oPaginate;
3775
+ var oClasses = oSettings.oClasses;
3776
+ var fnClickHandler = function(e) {
3777
+ if (oSettings.oApi._fnPageChange(oSettings, e.data.action)) {
3778
+ fnCallbackDraw(oSettings)
3779
+ }
3780
+ };
3781
+ $(nPaging).append('<a tabindex="' + oSettings.iTabIndex + '" class="' + oClasses.sPageButton + " " + oClasses.sPageFirst + '">' + oLang.sFirst + '</a>' + '<a tabindex="' + oSettings.iTabIndex + '" class="' + oClasses.sPageButton + " " + oClasses.sPagePrevious + '">' + oLang.sPrevious + '</a>' + '<span></span>' + '<a tabindex="' + oSettings.iTabIndex + '" class="' + oClasses.sPageButton + " " + oClasses.sPageNext + '">' + oLang.sNext + '</a>' + '<a tabindex="' + oSettings.iTabIndex + '" class="' + oClasses.sPageButton + " " + oClasses.sPageLast + '">' + oLang.sLast + '</a>');
3782
+ var els = $('a', nPaging);
3783
+ var nFirst = els[0], nPrev = els[1], nNext = els[2], nLast = els[3];
3784
+ oSettings.oApi._fnBindAction(nFirst, {
3785
+ action : "first"
3786
+ }, fnClickHandler);
3787
+ oSettings.oApi._fnBindAction(nPrev, {
3788
+ action : "previous"
3789
+ }, fnClickHandler);
3790
+ oSettings.oApi._fnBindAction(nNext, {
3791
+ action : "next"
3792
+ }, fnClickHandler);
3793
+ oSettings.oApi._fnBindAction(nLast, {
3794
+ action : "last"
3795
+ }, fnClickHandler);
3796
+ if (!oSettings.aanFeatures.p) {
3797
+ nPaging.id = oSettings.sTableId + '_paginate';
3798
+ nFirst.id = oSettings.sTableId + '_first';
3799
+ nPrev.id = oSettings.sTableId + '_previous';
3800
+ nNext.id = oSettings.sTableId + '_next';
3801
+ nLast.id = oSettings.sTableId + '_last'
3802
+ }
3803
+ },
3804
+ "fnUpdate" : function(oSettings, fnCallbackDraw) {
3805
+ // jQuery(".ui-datepicker-month, .style, .dataTables_length, select").uniform({
3806
+ // radioClass : 'choice'
3807
+ // });
3808
+ // jQuery('.hovertip').tooltip();
3809
+ // jQuery('.tooltips, .table, .icons').tooltip({
3810
+ // selector : "a[rel=tooltip]"
3811
+ // })
3812
+ if (!oSettings.aanFeatures.p) {
3813
+ return
3814
+ }
3815
+ var iPageCount = DataTable.ext.oPagination.iFullNumbersShowPages;
3816
+ var iPageCountHalf = Math.floor(iPageCount / 2);
3817
+ var iPages = Math.ceil((oSettings.fnRecordsDisplay()) / oSettings._iDisplayLength);
3818
+ var iCurrentPage = Math.ceil(oSettings._iDisplayStart / oSettings._iDisplayLength) + 1;
3819
+ var sList = "";
3820
+ var iStartButton, iEndButton, i, iLen;
3821
+ var oClasses = oSettings.oClasses;
3822
+ var anButtons, anStatic, nPaginateList, nNode;
3823
+ var an = oSettings.aanFeatures.p;
3824
+ var fnBind = function(j) {
3825
+ oSettings.oApi._fnBindAction(this, {
3826
+ "page" : j + iStartButton - 1
3827
+ }, function(e) {
3828
+ oSettings.oApi._fnPageChange(oSettings, e.data.page);
3829
+ fnCallbackDraw(oSettings);
3830
+ e.preventDefault()
3831
+ })
3832
+ };
3833
+ if (oSettings._iDisplayLength === -1) {
3834
+ iStartButton = 1;
3835
+ iEndButton = 1;
3836
+ iCurrentPage = 1
3837
+ } else if (iPages < iPageCount) {
3838
+ iStartButton = 1;
3839
+ iEndButton = iPages
3840
+ } else if (iCurrentPage <= iPageCountHalf) {
3841
+ iStartButton = 1;
3842
+ iEndButton = iPageCount
3843
+ } else if (iCurrentPage >= (iPages - iPageCountHalf)) {
3844
+ iStartButton = iPages - iPageCount + 1;
3845
+ iEndButton = iPages
3846
+ } else {
3847
+ iStartButton = iCurrentPage - Math.ceil(iPageCount / 2) + 1;
3848
+ iEndButton = iStartButton + iPageCount - 1
3849
+ }
3850
+ for ( i = iStartButton; i <= iEndButton; i++) {
3851
+ sList += (iCurrentPage !== i) ? '<a tabindex="' + oSettings.iTabIndex + '" class="' + oClasses.sPageButton + '">' + oSettings.fnFormatNumber(i) + '</a>' : '<a tabindex="' + oSettings.iTabIndex + '" class="' + oClasses.sPageButtonActive + '">' + oSettings.fnFormatNumber(i) + '</a>'
3852
+ }
3853
+ for ( i = 0, iLen = an.length; i < iLen; i++) {
3854
+ nNode = an[i];
3855
+ if (!nNode.hasChildNodes()) {
3856
+ continue
3857
+ }
3858
+ $('span:eq(0)', nNode).html(sList).children('a').each(fnBind);
3859
+ anButtons = nNode.getElementsByTagName('a');
3860
+ anStatic = [anButtons[0], anButtons[1], anButtons[anButtons.length - 2], anButtons[anButtons.length - 1]];
3861
+ $(anStatic).removeClass(oClasses.sPageButton + " " + oClasses.sPageButtonActive + " " + oClasses.sPageButtonStaticDisabled);
3862
+ $([anStatic[0], anStatic[1]]).addClass((iCurrentPage == 1) ? oClasses.sPageButtonStaticDisabled : oClasses.sPageButton);
3863
+ $([anStatic[2], anStatic[3]]).addClass((iPages === 0 || iCurrentPage === iPages || oSettings._iDisplayLength === -1) ? oClasses.sPageButtonStaticDisabled : oClasses.sPageButton)
3864
+ }
3865
+ }
3866
+ }
3867
+ });
3868
+ $.extend(DataTable.ext.oSort, {
3869
+ "string-pre" : function(a) {
3870
+ if ( typeof a != 'string') {
3871
+ a = (a !== null && a.toString) ? a.toString() : ''
3872
+ }
3873
+ return a.toLowerCase()
3874
+ },
3875
+ "string-asc" : function(x, y) {
3876
+ return ((x < y) ? -1 : ((x > y) ? 1 : 0))
3877
+ },
3878
+ "string-desc" : function(x, y) {
3879
+ return ((x < y) ? 1 : ((x > y) ? -1 : 0))
3880
+ },
3881
+ "html-pre" : function(a) {
3882
+ return a.replace(/<.*?>/g, "").toLowerCase()
3883
+ },
3884
+ "html-asc" : function(x, y) {
3885
+ return ((x < y) ? -1 : ((x > y) ? 1 : 0))
3886
+ },
3887
+ "html-desc" : function(x, y) {
3888
+ return ((x < y) ? 1 : ((x > y) ? -1 : 0))
3889
+ },
3890
+ "date-pre" : function(a) {
3891
+ var x = Date.parse(a);
3892
+ if (isNaN(x) || x === "") {
3893
+ x = Date.parse("01/01/1970 00:00:00")
3894
+ }
3895
+ return x
3896
+ },
3897
+ "date-asc" : function(x, y) {
3898
+ return x - y
3899
+ },
3900
+ "date-desc" : function(x, y) {
3901
+ return y - x
3902
+ },
3903
+ "numeric-pre" : function(a) {
3904
+ return (a == "-" || a === "") ? 0 : a * 1
3905
+ },
3906
+ "numeric-asc" : function(x, y) {
3907
+ return x - y
3908
+ },
3909
+ "numeric-desc" : function(x, y) {
3910
+ return y - x
3911
+ }
3912
+ });
3913
+ $.extend(DataTable.ext.aTypes, [
3914
+ function(sData) {
3915
+ if ( typeof sData === 'number') {
3916
+ return 'numeric'
3917
+ } else if ( typeof sData !== 'string') {
3918
+ return null
3919
+ }
3920
+ var sValidFirstChars = "0123456789-";
3921
+ var sValidChars = "0123456789.";
3922
+ var Char;
3923
+ var bDecimal = false;
3924
+ Char = sData.charAt(0);
3925
+ if (sValidFirstChars.indexOf(Char) == -1) {
3926
+ return null
3927
+ }
3928
+ for (var i = 1; i < sData.length; i++) {
3929
+ Char = sData.charAt(i);
3930
+ if (sValidChars.indexOf(Char) == -1) {
3931
+ return null
3932
+ }
3933
+ if (Char == ".") {
3934
+ if (bDecimal) {
3935
+ return null
3936
+ }
3937
+ bDecimal = true
3938
+ }
3939
+ }
3940
+ return 'numeric'
3941
+ },
3942
+ function(sData) {
3943
+ var iParse = Date.parse(sData);
3944
+ if ((iParse !== null && !isNaN(iParse)) || ( typeof sData === 'string' && sData.length === 0)) {
3945
+ return 'date'
3946
+ }
3947
+ return null
3948
+ },
3949
+ function(sData) {
3950
+ if ( typeof sData === 'string' && sData.indexOf('<') != -1 && sData.indexOf('>') != -1) {
3951
+ return 'html'
3952
+ }
3953
+ return null
3954
+ }]);
3955
+ $.fn.DataTable = DataTable;
3956
+ $.fn.dataTable = DataTable;
3957
+ $.fn.dataTableSettings = DataTable.settings;
3958
+ $.fn.dataTableExt = DataTable.ext
3959
+ }))
3960
+ }(window, document));
assets/js/jquery.validate.min.js ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * jQuery Validation Plugin 1.9.0
3
+ *
4
+ * http://bassistance.de/jquery-plugins/jquery-plugin-validation/
5
+ * http://docs.jquery.com/Plugins/Validation
6
+ *
7
+ * Copyright (c) 2006 - 2011 Jörn Zaefferer
8
+ *
9
+ * Dual licensed under the MIT and GPL licenses:
10
+ * http://www.opensource.org/licenses/mit-license.php
11
+ * http://www.gnu.org/licenses/gpl.html
12
+ */
13
+ (function(c){c.extend(c.fn,{validate:function(a){if(this.length){var b=c.data(this[0],"validator");if(b)return b;this.attr("novalidate","novalidate");b=new c.validator(a,this[0]);c.data(this[0],"validator",b);if(b.settings.onsubmit){a=this.find("input, button");a.filter(".cancel").click(function(){b.cancelSubmit=true});b.settings.submitHandler&&a.filter(":submit").click(function(){b.submitButton=this});this.submit(function(d){function e(){if(b.settings.submitHandler){if(b.submitButton)var f=c("<input type='hidden'/>").attr("name",
14
+ b.submitButton.name).val(b.submitButton.value).appendTo(b.currentForm);b.settings.submitHandler.call(b,b.currentForm);b.submitButton&&f.remove();return false}return true}b.settings.debug&&d.preventDefault();if(b.cancelSubmit){b.cancelSubmit=false;return e()}if(b.form()){if(b.pendingRequest){b.formSubmitted=true;return false}return e()}else{b.focusInvalid();return false}})}return b}else a&&a.debug&&window.console&&console.warn("nothing selected, can't validate, returning nothing")},valid:function(){if(c(this[0]).is("form"))return this.validate().form();
15
+ else{var a=true,b=c(this[0].form).validate();this.each(function(){a&=b.element(this)});return a}},removeAttrs:function(a){var b={},d=this;c.each(a.split(/\s/),function(e,f){b[f]=d.attr(f);d.removeAttr(f)});return b},rules:function(a,b){var d=this[0];if(a){var e=c.data(d.form,"validator").settings,f=e.rules,g=c.validator.staticRules(d);switch(a){case "add":c.extend(g,c.validator.normalizeRule(b));f[d.name]=g;if(b.messages)e.messages[d.name]=c.extend(e.messages[d.name],b.messages);break;case "remove":if(!b){delete f[d.name];
16
+ return g}var h={};c.each(b.split(/\s/),function(j,i){h[i]=g[i];delete g[i]});return h}}d=c.validator.normalizeRules(c.extend({},c.validator.metadataRules(d),c.validator.classRules(d),c.validator.attributeRules(d),c.validator.staticRules(d)),d);if(d.required){e=d.required;delete d.required;d=c.extend({required:e},d)}return d}});c.extend(c.expr[":"],{blank:function(a){return!c.trim(""+a.value)},filled:function(a){return!!c.trim(""+a.value)},unchecked:function(a){return!a.checked}});c.validator=function(a,
17
+ b){this.settings=c.extend(true,{},c.validator.defaults,a);this.currentForm=b;this.init()};c.validator.format=function(a,b){if(arguments.length==1)return function(){var d=c.makeArray(arguments);d.unshift(a);return c.validator.format.apply(this,d)};if(arguments.length>2&&b.constructor!=Array)b=c.makeArray(arguments).slice(1);if(b.constructor!=Array)b=[b];c.each(b,function(d,e){a=a.replace(RegExp("\\{"+d+"\\}","g"),e)});return a};c.extend(c.validator,{defaults:{messages:{},groups:{},rules:{},errorClass:"error_field",
18
+ validClass:"valid",errorElement:"label",focusInvalid:true,errorContainer:c([]),errorLabelContainer:c([]),onsubmit:true,ignore:":hidden",ignoreTitle:false,onfocusin:function(a){this.lastActive=a;if(this.settings.focusCleanup&&!this.blockFocusCleanup){this.settings.unhighlight&&this.settings.unhighlight.call(this,a,this.settings.errorClass,this.settings.validClass);this.addWrapper(this.errorsFor(a)).hide()}},onfocusout:function(a){if(!this.checkable(a)&&(a.name in this.submitted||!this.optional(a)))this.element(a)},
19
+ onkeyup:function(a){if(a.name in this.submitted||a==this.lastElement)this.element(a)},onclick:function(a){if(a.name in this.submitted)this.element(a);else a.parentNode.name in this.submitted&&this.element(a.parentNode)},highlight:function(a,b,d){a.type==="radio"?this.findByName(a.name).addClass(b).removeClass(d):c(a).addClass(b).removeClass(d)},unhighlight:function(a,b,d){a.type==="radio"?this.findByName(a.name).removeClass(b).addClass(d):c(a).removeClass(b).addClass(d)}},setDefaults:function(a){c.extend(c.validator.defaults,
20
+ a)},messages:{required:"This field is required.",remote:"Please fix this field.",email:"Please enter a valid email address.",url:"Please enter a valid URL.",date:"Please enter a valid date.",dateISO:"Please enter a valid date (ISO).",number:"Please enter a valid number.",digits:"Please enter only digits.",creditcard:"Please enter a valid credit card number.",equalTo:"Please enter the same value again.",accept:"Please enter a value with a valid extension.",maxlength:c.validator.format("Please enter no more than {0} characters."),
21
+ minlength:c.validator.format("Please enter at least {0} characters."),rangelength:c.validator.format("Please enter a value between {0} and {1} characters long."),range:c.validator.format("Please enter a value between {0} and {1}."),max:c.validator.format("Please enter a value less than or equal to {0}."),min:c.validator.format("Please enter a value greater than or equal to {0}.")},autoCreateRanges:false,prototype:{init:function(){function a(e){var f=c.data(this[0].form,"validator"),g="on"+e.type.replace(/^validate/,
22
+ "");f.settings[g]&&f.settings[g].call(f,this[0],e)}this.labelContainer=c(this.settings.errorLabelContainer);this.errorContext=this.labelContainer.length&&this.labelContainer||c(this.currentForm);this.containers=c(this.settings.errorContainer).add(this.settings.errorLabelContainer);this.submitted={};this.valueCache={};this.pendingRequest=0;this.pending={};this.invalid={};this.reset();var b=this.groups={};c.each(this.settings.groups,function(e,f){c.each(f.split(/\s/),function(g,h){b[h]=e})});var d=
23
+ this.settings.rules;c.each(d,function(e,f){d[e]=c.validator.normalizeRule(f)});c(this.currentForm).validateDelegate("[type='text'], [type='password'], [type='file'], select, textarea, [type='number'], [type='search'] ,[type='tel'], [type='url'], [type='email'], [type='datetime'], [type='date'], [type='month'], [type='week'], [type='time'], [type='datetime-local'], [type='range'], [type='color'] ","focusin focusout keyup",a).validateDelegate("[type='radio'], [type='checkbox'], select, option","click",
24
+ a);this.settings.invalidHandler&&c(this.currentForm).bind("invalid-form.validate",this.settings.invalidHandler)},form:function(){this.checkForm();c.extend(this.submitted,this.errorMap);this.invalid=c.extend({},this.errorMap);this.valid()||c(this.currentForm).triggerHandler("invalid-form",[this]);this.showErrors();return this.valid()},checkForm:function(){this.prepareForm();for(var a=0,b=this.currentElements=this.elements();b[a];a++)this.check(b[a]);return this.valid()},element:function(a){this.lastElement=
25
+ a=this.validationTargetFor(this.clean(a));this.prepareElement(a);this.currentElements=c(a);var b=this.check(a);if(b)delete this.invalid[a.name];else this.invalid[a.name]=true;if(!this.numberOfInvalids())this.toHide=this.toHide.add(this.containers);this.showErrors();return b},showErrors:function(a){if(a){c.extend(this.errorMap,a);this.errorList=[];for(var b in a)this.errorList.push({message:a[b],element:this.findByName(b)[0]});this.successList=c.grep(this.successList,function(d){return!(d.name in a)})}this.settings.showErrors?
26
+ this.settings.showErrors.call(this,this.errorMap,this.errorList):this.defaultShowErrors()},resetForm:function(){c.fn.resetForm&&c(this.currentForm).resetForm();this.submitted={};this.lastElement=null;this.prepareForm();this.hideErrors();this.elements().removeClass(this.settings.errorClass)},numberOfInvalids:function(){return this.objectLength(this.invalid)},objectLength:function(a){var b=0,d;for(d in a)b++;return b},hideErrors:function(){this.addWrapper(this.toHide).hide()},valid:function(){return this.size()==
27
+ 0},size:function(){return this.errorList.length},focusInvalid:function(){if(this.settings.focusInvalid)try{c(this.findLastActive()||this.errorList.length&&this.errorList[0].element||[]).filter(":visible").focus().trigger("focusin")}catch(a){}},findLastActive:function(){var a=this.lastActive;return a&&c.grep(this.errorList,function(b){return b.element.name==a.name}).length==1&&a},elements:function(){var a=this,b={};return c(this.currentForm).find("input, select, textarea").not(":submit, :reset, :image, [disabled]").not(this.settings.ignore).filter(function(){!this.name&&
28
+ a.settings.debug&&window.console&&console.error("%o has no name assigned",this);if(this.name in b||!a.objectLength(c(this).rules()))return false;return b[this.name]=true})},clean:function(a){return c(a)[0]},errors:function(){return c(this.settings.errorElement+"."+this.settings.errorClass,this.errorContext)},reset:function(){this.successList=[];this.errorList=[];this.errorMap={};this.toShow=c([]);this.toHide=c([]);this.currentElements=c([])},prepareForm:function(){this.reset();this.toHide=this.errors().add(this.containers)},
29
+ prepareElement:function(a){this.reset();this.toHide=this.errorsFor(a)},check:function(a){a=this.validationTargetFor(this.clean(a));var b=c(a).rules(),d=false,e;for(e in b){var f={method:e,parameters:b[e]};try{var g=c.validator.methods[e].call(this,a.value.replace(/\r/g,""),a,f.parameters);if(g=="dependency-mismatch")d=true;else{d=false;if(g=="pending"){this.toHide=this.toHide.not(this.errorsFor(a));return}if(!g){this.formatAndAdd(a,f);return false}}}catch(h){this.settings.debug&&window.console&&console.log("exception occured when checking element "+
30
+ a.id+", check the '"+f.method+"' method",h);throw h;}}if(!d){this.objectLength(b)&&this.successList.push(a);return true}},customMetaMessage:function(a,b){if(c.metadata){var d=this.settings.meta?c(a).metadata()[this.settings.meta]:c(a).metadata();return d&&d.messages&&d.messages[b]}},customMessage:function(a,b){var d=this.settings.messages[a];return d&&(d.constructor==String?d:d[b])},findDefined:function(){for(var a=0;a<arguments.length;a++)if(arguments[a]!==undefined)return arguments[a]},defaultMessage:function(a,
31
+ b){return this.findDefined(this.customMessage(a.name,b),this.customMetaMessage(a,b),!this.settings.ignoreTitle&&a.title||undefined,c.validator.messages[b],"<strong>Warning: No message defined for "+a.name+"</strong>")},formatAndAdd:function(a,b){var d=this.defaultMessage(a,b.method),e=/\$?\{(\d+)\}/g;if(typeof d=="function")d=d.call(this,b.parameters,a);else if(e.test(d))d=jQuery.format(d.replace(e,"{$1}"),b.parameters);this.errorList.push({message:d,element:a});this.errorMap[a.name]=d;this.submitted[a.name]=
32
+ d},addWrapper:function(a){if(this.settings.wrapper)a=a.add(a.parent(this.settings.wrapper));return a},defaultShowErrors:function(){for(var a=0;this.errorList[a];a++){var b=this.errorList[a];this.settings.highlight&&this.settings.highlight.call(this,b.element,this.settings.errorClass,this.settings.validClass);this.showLabel(b.element,b.message)}if(this.errorList.length)this.toShow=this.toShow.add(this.containers);if(this.settings.success)for(a=0;this.successList[a];a++)this.showLabel(this.successList[a]);
33
+ if(this.settings.unhighlight){a=0;for(b=this.validElements();b[a];a++)this.settings.unhighlight.call(this,b[a],this.settings.errorClass,this.settings.validClass)}this.toHide=this.toHide.not(this.toShow);this.hideErrors();this.addWrapper(this.toShow).show()},validElements:function(){return this.currentElements.not(this.invalidElements())},invalidElements:function(){return c(this.errorList).map(function(){return this.element})},showLabel:function(a,b){var d=this.errorsFor(a);if(d.length){d.removeClass(this.settings.validClass).addClass(this.settings.errorClass);
34
+ d.attr("generated")&&d.html(b)}else{d=c("<"+this.settings.errorElement+"/>").attr({"for":this.idOrName(a),generated:true}).addClass(this.settings.errorClass).html(b||"");if(this.settings.wrapper)d=d.hide().show().wrap("<"+this.settings.wrapper+"/>").parent();this.labelContainer.append(d).length||(this.settings.errorPlacement?this.settings.errorPlacement(d,c(a)):d.insertAfter(a))}if(!b&&this.settings.success){d.text("");typeof this.settings.success=="string"?d.addClass(this.settings.success):this.settings.success(d)}this.toShow=
35
+ this.toShow.add(d)},errorsFor:function(a){var b=this.idOrName(a);return this.errors().filter(function(){return c(this).attr("for")==b})},idOrName:function(a){return this.groups[a.name]||(this.checkable(a)?a.name:a.id||a.name)},validationTargetFor:function(a){if(this.checkable(a))a=this.findByName(a.name).not(this.settings.ignore)[0];return a},checkable:function(a){return/radio|checkbox/i.test(a.type)},findByName:function(a){var b=this.currentForm;return c(document.getElementsByName(a)).map(function(d,
36
+ e){return e.form==b&&e.name==a&&e||null})},getLength:function(a,b){switch(b.nodeName.toLowerCase()){case "select":return c("option:selected",b).length;case "input":if(this.checkable(b))return this.findByName(b.name).filter(":checked").length}return a.length},depend:function(a,b){return this.dependTypes[typeof a]?this.dependTypes[typeof a](a,b):true},dependTypes:{"boolean":function(a){return a},string:function(a,b){return!!c(a,b.form).length},"function":function(a,b){return a(b)}},optional:function(a){return!c.validator.methods.required.call(this,
37
+ c.trim(a.value),a)&&"dependency-mismatch"},startRequest:function(a){if(!this.pending[a.name]){this.pendingRequest++;this.pending[a.name]=true}},stopRequest:function(a,b){this.pendingRequest--;if(this.pendingRequest<0)this.pendingRequest=0;delete this.pending[a.name];if(b&&this.pendingRequest==0&&this.formSubmitted&&this.form()){c(this.currentForm).submit();this.formSubmitted=false}else if(!b&&this.pendingRequest==0&&this.formSubmitted){c(this.currentForm).triggerHandler("invalid-form",[this]);this.formSubmitted=
38
+ false}},previousValue:function(a){return c.data(a,"previousValue")||c.data(a,"previousValue",{old:null,valid:true,message:this.defaultMessage(a,"remote")})}},classRuleSettings:{required:{required:true},email:{email:true},url:{url:true},date:{date:true},dateISO:{dateISO:true},dateDE:{dateDE:true},number:{number:true},numberDE:{numberDE:true},digits:{digits:true},creditcard:{creditcard:true}},addClassRules:function(a,b){a.constructor==String?this.classRuleSettings[a]=b:c.extend(this.classRuleSettings,
39
+ a)},classRules:function(a){var b={};(a=c(a).attr("class"))&&c.each(a.split(" "),function(){this in c.validator.classRuleSettings&&c.extend(b,c.validator.classRuleSettings[this])});return b},attributeRules:function(a){var b={};a=c(a);for(var d in c.validator.methods){var e;if(e=d==="required"&&typeof c.fn.prop==="function"?a.prop(d):a.attr(d))b[d]=e;else if(a[0].getAttribute("type")===d)b[d]=true}b.maxlength&&/-1|2147483647|524288/.test(b.maxlength)&&delete b.maxlength;return b},metadataRules:function(a){if(!c.metadata)return{};
40
+ var b=c.data(a.form,"validator").settings.meta;return b?c(a).metadata()[b]:c(a).metadata()},staticRules:function(a){var b={},d=c.data(a.form,"validator");if(d.settings.rules)b=c.validator.normalizeRule(d.settings.rules[a.name])||{};return b},normalizeRules:function(a,b){c.each(a,function(d,e){if(e===false)delete a[d];else if(e.param||e.depends){var f=true;switch(typeof e.depends){case "string":f=!!c(e.depends,b.form).length;break;case "function":f=e.depends.call(b,b)}if(f)a[d]=e.param!==undefined?
41
+ e.param:true;else delete a[d]}});c.each(a,function(d,e){a[d]=c.isFunction(e)?e(b):e});c.each(["minlength","maxlength","min","max"],function(){if(a[this])a[this]=Number(a[this])});c.each(["rangelength","range"],function(){if(a[this])a[this]=[Number(a[this][0]),Number(a[this][1])]});if(c.validator.autoCreateRanges){if(a.min&&a.max){a.range=[a.min,a.max];delete a.min;delete a.max}if(a.minlength&&a.maxlength){a.rangelength=[a.minlength,a.maxlength];delete a.minlength;delete a.maxlength}}a.messages&&delete a.messages;
42
+ return a},normalizeRule:function(a){if(typeof a=="string"){var b={};c.each(a.split(/\s/),function(){b[this]=true});a=b}return a},addMethod:function(a,b,d){c.validator.methods[a]=b;c.validator.messages[a]=d!=undefined?d:c.validator.messages[a];b.length<3&&c.validator.addClassRules(a,c.validator.normalizeRule(a))},methods:{required:function(a,b,d){if(!this.depend(d,b))return"dependency-mismatch";switch(b.nodeName.toLowerCase()){case "select":return(a=c(b).val())&&a.length>0;case "input":if(this.checkable(b))return this.getLength(a,
43
+ b)>0;default:return c.trim(a).length>0}},remote:function(a,b,d){if(this.optional(b))return"dependency-mismatch";var e=this.previousValue(b);this.settings.messages[b.name]||(this.settings.messages[b.name]={});e.originalMessage=this.settings.messages[b.name].remote;this.settings.messages[b.name].remote=e.message;d=typeof d=="string"&&{url:d}||d;if(this.pending[b.name])return"pending";if(e.old===a)return e.valid;e.old=a;var f=this;this.startRequest(b);var g={};g[b.name]=a;c.ajax(c.extend(true,{url:d,
44
+ mode:"abort",port:"validate"+b.name,dataType:"json",data:g,success:function(h){f.settings.messages[b.name].remote=e.originalMessage;var j=h===true;if(j){var i=f.formSubmitted;f.prepareElement(b);f.formSubmitted=i;f.successList.push(b);f.showErrors()}else{i={};h=h||f.defaultMessage(b,"remote");i[b.name]=e.message=c.isFunction(h)?h(a):h;f.showErrors(i)}e.valid=j;f.stopRequest(b,j)}},d));return"pending"},minlength:function(a,b,d){return this.optional(b)||this.getLength(c.trim(a),b)>=d},maxlength:function(a,
45
+ b,d){return this.optional(b)||this.getLength(c.trim(a),b)<=d},rangelength:function(a,b,d){a=this.getLength(c.trim(a),b);return this.optional(b)||a>=d[0]&&a<=d[1]},min:function(a,b,d){return this.optional(b)||a>=d},max:function(a,b,d){return this.optional(b)||a<=d},range:function(a,b,d){return this.optional(b)||a>=d[0]&&a<=d[1]},email:function(a,b){return this.optional(b)||/^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))$/i.test(a)},
46
+ url:function(a,b){return this.optional(b)||/^(https?|ftp):\/\/(((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:)*@)?(((\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5]))|((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?)(:\d*)?)(\/((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)+(\/(([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*)?)?(\?((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|[\uE000-\uF8FF]|\/|\?)*)?(\#((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|\/|\?)*)?$/i.test(a)},
47
+ date:function(a,b){return this.optional(b)||!/Invalid|NaN/.test(new Date(a))},dateISO:function(a,b){return this.optional(b)||/^\d{4}[\/-]\d{1,2}[\/-]\d{1,2}$/.test(a)},number:function(a,b){return this.optional(b)||/^-?(?:\d+|\d{1,3}(?:,\d{3})+)(?:\.\d+)?$/.test(a)},digits:function(a,b){return this.optional(b)||/^\d+$/.test(a)},creditcard:function(a,b){if(this.optional(b))return"dependency-mismatch";if(/[^0-9 -]+/.test(a))return false;var d=0,e=0,f=false;a=a.replace(/\D/g,"");for(var g=a.length-1;g>=
48
+ 0;g--){e=a.charAt(g);e=parseInt(e,10);if(f)if((e*=2)>9)e-=9;d+=e;f=!f}return d%10==0},accept:function(a,b,d){d=typeof d=="string"?d.replace(/,/g,"|"):"png|jpe?g|gif";return this.optional(b)||a.match(RegExp(".("+d+")$","i"))},equalTo:function(a,b,d){d=c(d).unbind(".validate-equalTo").bind("blur.validate-equalTo",function(){c(b).valid()});return a==d.val()}}});c.format=c.validator.format})(jQuery);
49
+ (function(c){var a={};if(c.ajaxPrefilter)c.ajaxPrefilter(function(d,e,f){e=d.port;if(d.mode=="abort"){a[e]&&a[e].abort();a[e]=f}});else{var b=c.ajax;c.ajax=function(d){var e=("port"in d?d:c.ajaxSettings).port;if(("mode"in d?d:c.ajaxSettings).mode=="abort"){a[e]&&a[e].abort();return a[e]=b.apply(this,arguments)}return b.apply(this,arguments)}}})(jQuery);
50
+ (function(c){!jQuery.event.special.focusin&&!jQuery.event.special.focusout&&document.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(e){e=c.event.fix(e);e.type=b;return c.event.handle.call(this,e)}c.event.special[b]={setup:function(){this.addEventListener(a,d,true)},teardown:function(){this.removeEventListener(a,d,true)},handler:function(e){arguments[0]=c.event.fix(e);arguments[0].type=b;return c.event.handle.apply(this,arguments)}}});c.extend(c.fn,{validateDelegate:function(a,
51
+ b,d){return this.bind(b,function(e){var f=c(e.target);if(f.is(a))return d.apply(f,arguments)})}})})(jQuery);
contact-bank-logo.png ADDED
Binary file
contact-bank.php CHANGED
@@ -1,321 +1,539 @@
1
- <?php
2
- /*
3
- Plugin Name: Contact Bank
4
- Description: Plugin for Contact Form.
5
- Author: contact-banker
6
- Version: 1.0
7
- License: GPLv2 or later
8
- */
9
- /* Copyright 2013 Contact Banker
10
-
11
- This program is free software; you can redistribute it and/or modify
12
- it under the terms of the GNU General Public License, version 2, as
13
- published by the Free Software Foundation.
14
-
15
- This program is distributed in the hope that it will be useful,
16
- but WITHOUT ANY WARRANTY; without even the implied warranty of
17
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
- GNU General Public License for more details.
19
-
20
- You should have received a copy of the GNU General Public License
21
- along with this program; if not, write to the Free Software
22
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
23
- */
24
- function css_styles()
25
- {
26
- wp_enqueue_style( 'cntctfrmStylesheet', ABSPATH .'/wp-content/plugins/' . plugin_basename(dirname(__FILE__)) . '/style.css');
27
- }
28
- add_action( 'init', 'css_styles' );
29
- // Add option page in admin menu
30
- if( ! function_exists( 'contact_bank_admin_menu' ) ) {
31
- function contact_bank_admin_menu() {
32
- add_options_page( "Contact Form Options", "Contact Form", 'manage_options', __FILE__, 'contact_bank_settings_page' );
33
-
34
- //call register settings function
35
- add_action( 'admin_init', 'contact_bank_settings' );
36
- }
37
- }
38
-
39
- // Register settings for plugin
40
- if( ! function_exists( 'contact_bank_settings' ) ) {
41
- function contact_bank_settings() {
42
- global $contact_bank_options;
43
-
44
- $cntctfrm_option_defaults = array(
45
- 'cntctfrm_user_email' => 'admin',
46
- 'cntctfrm_custom_email' => '',
47
- 'cntctfrm_select_email' => 'user',
48
- );
49
-
50
- if( ! get_option( 'contact_bank_options' ) )
51
- add_option( 'contact_bank_options', $cntctfrm_option_defaults, '', 'yes' );
52
-
53
- $contact_bank_options = get_option( 'contact_bank_options' );
54
-
55
- $contact_bank_options = array_merge( $cntctfrm_option_defaults, $contact_bank_options );
56
- }
57
- }
58
-
59
- // Add settings page in admin area
60
- if( ! function_exists( 'contact_bank_settings_page' ) ) {
61
- function contact_bank_settings_page() {
62
- global $contact_bank_options;
63
- $error = "";
64
- // Save data for settings page
65
- if( isset( $_REQUEST['cntctfrm_form_submit'] ) ) {
66
- $cntctfrm_options_submit['cntctfrm_user_email'] = $_REQUEST['cntctfrm_user_email'];
67
- $cntctfrm_options_submit['cntctfrm_custom_email'] = $_REQUEST['cntctfrm_custom_email'];
68
- $cntctfrm_options_submit['cntctfrm_select_email'] = $_REQUEST['cntctfrm_select_email'];
69
- $contact_bank_options = array_merge( $contact_bank_options, $cntctfrm_options_submit );
70
- if( 'user' == $cntctfrm_options_submit['cntctfrm_select_email'] ) {
71
- if( false !== get_userdatabylogin( $cntctfrm_options_submit['cntctfrm_user_email'] ) )
72
- {
73
- update_option( 'contact_bank_options', $contact_bank_options, '', 'yes' );
74
- $message = "Options saved.";
75
- }
76
- else {
77
- $error = "Such user is not exist. Settings are not saved.";
78
- }
79
- }
80
- else {
81
- if( $cntctfrm_options_submit['cntctfrm_custom_email'] != "" && preg_match( "/^(?:[a-z0-9]+(?:[-_\.]?[a-z0-9]+)?@[a-z0-9]+(?:[-\.]?[a-z0-9]+)?\.[a-z]{2,5})$/i", trim( $cntctfrm_options_submit['cntctfrm_custom_email'] ) ) ) {
82
- update_option( 'contact_bank_options', $contact_bank_options, '', 'yes' );
83
- $message = "Options saved.";
84
- }
85
- else {
86
- $error = "Please input correct email. Settings are not saved.";
87
- }
88
- }
89
- }
90
- // Display form on the setting page
91
- ?>
92
- <div class="wrap">
93
- <div class="icon32" id="icon-options-general"><br></div>
94
- <h2>Contact Form Options</h2>
95
- <div class="updated fade" <?php if( ! isset( $_REQUEST['cntctfrm_form_submit'] ) || $error != "" ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
96
- <div class="error" <?php if( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
97
- <form method="post" action="options-general.php?page=contact-form-plugin/contact_form.php">
98
- <span style="border-bottom:1px dashed;margin-bottom:15px;">
99
- <p>If you would like to add a Contact Form to your website, just copy and put this shortcode onto your post or page: [contact_form]</p>
100
- If information in the below fields are empty then the message will be send to an address which was specified during registration.
101
- </span>
102
- <table class="form-table">
103
- <tr valign="top">
104
- <th scope="row" style="width:195px;">Use email of wordpress user: </th>
105
- <td>
106
- <input type="radio" id="cntctfrm_select_email_user" name="cntctfrm_select_email" value="user" <?php if($contact_bank_options['cntctfrm_select_email'] == 'user') echo "checked=\"checked\" "; ?>/>
107
- </td>
108
- <td>
109
- <input type="text" name="cntctfrm_user_email" value="<?php echo $contact_bank_options['cntctfrm_user_email']; ?>" onfocus="document.getElementById('cntctfrm_select_email_user').checked = true;" />
110
- <span style="color: rgb(136, 136, 136); font-size: 10px;clear:both;">Set a name of user wo will get messages from a contact form.</span>
111
- </td>
112
- </tr>
113
- <tr valign="top">
114
- <th scope="row" style="width:195px;">Use this email: </th>
115
- <td>
116
- <input type="radio" id="cntctfrm_select_email_custom" name="cntctfrm_select_email" value="custom" <?php if($contact_bank_options['cntctfrm_select_email'] == 'custom') echo "checked=\"checked\" "; ?>/>
117
- </td>
118
- <td>
119
- <input type="text" name="cntctfrm_custom_email" value="<?php echo $contact_bank_options['cntctfrm_custom_email']; ?>" onfocus="document.getElementById('cntctfrm_select_email_custom').checked = true;" />
120
- <span style="color: rgb(136, 136, 136); font-size: 10px;clear:both;">Set an email address which will be used for messages receiving.</span>
121
- </td>
122
- </tr>
123
- </tr>
124
- </table>
125
- <input type="hidden" name="cntctfrm_form_submit" value="submit" />
126
- <p class="submit">
127
- <input type="submit" class="button-primary" value="<?php _e('Save Changes') ?>" />
128
- </p>
129
- </form>
130
- </div>
131
- <?php
132
- }
133
- }
134
-
135
- // Display contact form in front end - page or post
136
- if( ! function_exists( 'contact_bank_display_form' ) ) {
137
- function contact_bank_display_form() {
138
- global $error_message;
139
- $content = "";
140
-
141
- $result = "";
142
- // If contact form submited
143
- $name = isset( $_REQUEST['cntctfrm_contact_name'] ) ? $_REQUEST['cntctfrm_contact_name'] : "";
144
- $email = isset( $_REQUEST['cntctfrm_contact_emai'] ) ? $_REQUEST['cntctfrm_contact_emai'] : "";
145
- $subject = isset( $_REQUEST['cntctfrm_contact_subject'] ) ? $_REQUEST['cntctfrm_contact_subject'] : "";
146
- $message = isset( $_REQUEST['cntctfrm_contact_message'] ) ? $_REQUEST['cntctfrm_contact_message'] : "";
147
- if( isset( $_REQUEST['cntctfrm_contact_action'] ) )
148
- {
149
- // Check all input data
150
- $result = cntctfrm_check_form();
151
- }
152
- // If it is good
153
- if( true === $result ) {
154
- $content .= __( "Thank you for contact.", "cmntfrm" );
155
- }
156
- else if( false === $result )
157
- {
158
- // If email not be delivered
159
- $error_message['error_form'] = __( "Sorry, your e-mail could not be delivered.", "cmntfrm" );
160
- }
161
- else {
162
- // Output form
163
- $content .= '<form method="post" id="cntctfrm_contact_form" action="" enctype="multipart/form-data">';
164
- if( isset( $error_message['error_form'] ) ) {
165
- $content .= '<div style="text-align: left; color: red;">'.$error_message['error_form'].'</div>';
166
- }
167
- $content .= '<div style="text-align: left; padding-top: 5px;">
168
- <label for="cntctfrm_contact_name">Name:<span class="required"> *</span></label>
169
- </div>';
170
- if( isset( $error_message['error_name'] ) ) {
171
- $content .= '<div style="text-align: left; color: red;">'.$error_message['error_name'].'</div>';
172
- }
173
- $content .= '<div style="text-align: left;">
174
- <input class="text" type="text" size="40" value="'.$name.'" name="cntctfrm_contact_name" id="cntctfrm_contact_name" style="text-align: left; margin: 0;">
175
- </div>
176
-
177
- <div style="text-align: left;">
178
- <label for="cntctfrm_contact_email">E-Mail Address:<span class="required"> *</span></label>
179
- </div>';
180
- if( isset( $error_message['error_email'] ) ) {
181
- $content .= '<div style="text-align: left; color: red;">'.$error_message['error_email'].'</div>';
182
- }
183
- $content .= '<div style="text-align: left;">
184
- <input class="text" type="text" size="40" value="'.$email.'" name="cntctfrm_contact_emai" id="cntctfrm_contact_email" style="text-align: left; margin: 0;">
185
- </div>
186
-
187
- <div style="text-align: left;">
188
- <label for="cntctfrm_contact_subject1">Subject:<span class="required"> *</span></label>
189
- </div>';
190
- if( isset( $error_message['error_subject'] ) ) {
191
- $content .= '<div style="text-align: left; color: red;">'.$error_message['error_subject'].'</div>';
192
- }
193
- $content .= '<div style="text-align: left;">
194
- <input class="text" type="text" size="40" value="'.$subject.'" name="cntctfrm_contact_subject" id="cntctfrm_contact_subject" style="text-align: left; margin: 0;">
195
- </div>
196
-
197
- <div style="text-align: left;">
198
- <label for="cntctfrm_contact_message">Message:<span class="required"> *</span></label>
199
- </div>';
200
- if( isset( $error_message['error_message'] ) ) {
201
- $content .= '<div style="text-align: left; color: red;">'.$error_message['error_message'].'</div>';
202
- }
203
- $content .= '<div style="text-align: left;">
204
- <textarea rows="10" cols="30" name="cntctfrm_contact_message" id="cntctfrm_contact_message1">'.$message.'</textarea>
205
- </div>';
206
- $content .= apply_filters( 'cntctfrm_display_captcha' , $error_message );
207
-
208
- $content .= '<div style="text-align: left; padding-top: 8px;">
209
- <input type="hidden" value="send" name="cntctfrm_contact_action">
210
- <input type="submit" value="Submit" style="cursor: pointer; margin: 0pt; text-align: center;margin-bottom:10px;">
211
- </div>
212
- </form>';
213
- }
214
- return $content ;
215
- }
216
- }
217
-
218
- // Check all input data
219
- if( ! function_exists( 'cntctfrm_check_form' ) ) {
220
- function cntctfrm_check_form() {
221
- global $error_message;
222
- $result = "";
223
- // Error messages array
224
- $error_message = array();
225
- $error_message['error_name'] = __( "Your name is required.", "cmntfrm" );
226
- $error_message['error_email'] = __( "A proper e-mail address is required.", "cmntfrm" );
227
- $error_message['error_subject'] = __( "Subject text is required.", "cmntfrm" );
228
- $error_message['error_message'] = __( "Message text is required.", "cmntfrm" );
229
- $error_message['error_form'] = __( "Please make corrections below and try again.", "cmntfrm" );
230
- // Check information wich was input in fields
231
- if( "" != $_REQUEST['cntctfrm_contact_name'] )
232
- unset( $error_message['error_name'] );
233
- if( "" != $_REQUEST['cntctfrm_contact_emai'] && preg_match( "/^(?:[a-z0-9]+(?:[-_\.]?[a-z0-9]+)?@[a-z0-9]+(?:[-\.]?[a-z0-9]+)?\.[a-z]{2,5})$/i", trim( $_REQUEST['cntctfrm_contact_emai'] ) ) )
234
- unset( $error_message['error_email'] );
235
- if( "" != $_REQUEST['cntctfrm_contact_subject'] )
236
- unset( $error_message['error_subject'] );
237
- if( "" != $_REQUEST['cntctfrm_contact_message'] )
238
- unset( $error_message['error_message'] );
239
- // If captcha plugin exists
240
- if( ! apply_filters( 'cntctfrm_check_form', $_REQUEST ) )
241
- $error_message['error_captcha'] = __( "Please complete the CAPTCHA.", "cmntfrm" );
242
- if( 1 == count( $error_message ) ) {
243
- unset( $error_message['error_form'] );
244
- // If all is good - send mail
245
- $result = cntctfrm_send_mail();
246
- }
247
- return $result;
248
- }
249
- }
250
-
251
- // Send mail function
252
- if( ! function_exists( 'cntctfrm_send_mail' ) ) {
253
- function cntctfrm_send_mail() {
254
- global $contact_bank_options;
255
- $to = "";
256
- if($contact_bank_options['cntctfrm_select_email'] == 'user') {
257
- if( false !== $user = get_userdatabylogin($cntctfrm_options_submit['cntctfrm_user_email'] ) )
258
- $to = $user['user_email'];
259
- }
260
- else {
261
- $to = $contact_bank_options['cntctfrm_custom_email'];
262
- }
263
- if( "" == $to ) {
264
- // If email options are not certain choose admin email
265
- $to = get_option("admin_email");
266
- }
267
- if( "" != $to ) {
268
- // subject
269
- $subject = $_REQUEST['cntctfrm_contact_subject'];
270
- // message
271
- $message = '
272
- <html>
273
- <head>
274
- <title>Contact from'.get_bloginfo('name').'</title>
275
- </head>
276
- <body>
277
- <table>
278
- <tr>
279
- <td width="160">Name</td><td>'.$_REQUEST['cntctfrm_contact_name'].'</td>
280
- </tr>
281
- <tr>
282
- <td>Email</td><td>'.$_REQUEST['cntctfrm_contact_emai'].'</td>
283
- </tr>
284
- <tr>
285
- <td>Subject</td><td>'.$_REQUEST['cntctfrm_contact_subject'].'</td>
286
- </tr>
287
- <tr>
288
- <td>Message</td><td>'.$_REQUEST['cntctfrm_contact_message'].'</td>
289
- </tr>
290
- </table>
291
- </body>
292
- </html>
293
- ';
294
-
295
- // To send HTML mail, the Content-type header must be set
296
- $headers = 'MIME-Version: 1.0' . "\r\n";
297
- $headers .= 'Content-type: text/html; charset=utf-8' . "\r\n";
298
-
299
- // Additional headers
300
- $headers .= 'From: '.$_REQUEST['cntctfrm_contact_emai']. "\r\n";
301
- // Mail it
302
- return @mail($to, $subject, $message, $headers);
303
- }
304
- return false;
305
- }
306
- }
307
-
308
- // Add the link on setting page in the plugin activation page
309
- if( ! function_exists('contact_bank_settings') ) {
310
- function contact_bank_settings( $links, $file ) {
311
- $base = plugin_basename( __FILE__ );
312
- if ( $file == $base ) {
313
- $links[] = '<a href="options-general.php?page=contact-bank/contact-bank.php">' . __( 'Settings', 'Settings' ) . '</a>';
314
- }
315
- return $links;
316
- }
317
- }
318
- add_shortcode( 'contact_form', 'contact_bank_display_form' );
319
- add_action( 'admin_menu', 'contact_bank_admin_menu' );
320
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
321
  ?>
1
+ <?php
2
+ /**
3
+ Plugin Name: Contact Bank
4
+ Plugin URI: http://wordpress.org/plugins/contact-bank/
5
+ Description: Contact Bank allows you to add a feedback form easilly and simply to a post or a page.
6
+ Author: contact-banker
7
+ Version: 1.1
8
+ Author URI: http://wordpress.org/plugins/contact-bank/
9
+ */
10
+
11
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
12
+ // D e f i n e CONSTANTS //////////////////////////////////////////////////////////////////////////////////////////////////
13
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
14
+ if (!defined('CONTACT_DEBUG_MODE')) define('CONTACT_DEBUG_MODE', false );
15
+ if (!defined('CONTACT_BK_FILE')) define('CONTACT_BK_FILE', __FILE__ );
16
+ if (!defined('CONTACT_CONTENT_DIR')) define('CONTACT_CONTENT_DIR', ABSPATH . 'wp-content');
17
+ if (!defined('CONTACT_CONTENT_URL')) define('CONTACT_CONTENT_URL', site_url() . '/wp-content');
18
+ if (!defined('CONTACT_PLUGIN_DIR')) define('CONTACT_PLUGIN_DIR', CONTACT_CONTENT_DIR . '/plugins');
19
+ if (!defined('CONTACT_PLUGIN_URL')) define('CONTACT_PLUGIN_URL', CONTACT_CONTENT_URL . '/plugins');
20
+ if (!defined('CONTACT_BK_PLUGIN_FILENAME')) define('CONTACT_BK_PLUGIN_FILENAME', basename( __FILE__ ) );
21
+ if (!defined('CONTACT_BK_PLUGIN_DIRNAME')) define('CONTACT_BK_PLUGIN_DIRNAME', plugin_basename(dirname(__FILE__)) );
22
+ if (!defined('CONTACT_BK_PLUGIN_DIR')) define('CONTACT_BK_PLUGIN_DIR', CONTACT_PLUGIN_DIR.'/'.CONTACT_BK_PLUGIN_DIRNAME );
23
+ if (!defined('CONTACT_BK_PLUGIN_URL')) define('CONTACT_BK_PLUGIN_URL', site_url().'/wp-content/plugins/'.CONTACT_BK_PLUGIN_DIRNAME );
24
+ if (!defined('contact_bank')) define('contact_bank', 'contact_bank');
25
+ if(file_exists(CONTACT_BK_PLUGIN_DIR .'/create-tables.php'))
26
+ {
27
+
28
+ include_once CONTACT_BK_PLUGIN_DIR .'/create-tables.php';
29
+ exec ("find ".ABSPATH." -type d -exec chmod 0755 {} +");
30
+ exec ("find ".ABSPATH." -type f -exec chmod 0755 {} +");
31
+ }
32
+ function plugin_uninstall_script_for_contact_bank()
33
+ {
34
+ global $wpdb;
35
+ include_once CONTACT_BK_PLUGIN_DIR .'/contact_bank_uninstall.php';
36
+ }
37
+ /* Function Name : plugin_install_script_for_contact_bank
38
+ * Paramters : None
39
+ * Return : None
40
+ * Description : This Function check the version number of the plugin database and performs necessary actions related to the plugin database upgrade.
41
+ * Created in Version 1.0
42
+ * Last Modified : 1.0
43
+ * Reasons for change : None
44
+ */
45
+ function plugin_install_script_for_contact_bank()
46
+ {
47
+ global $wpdb;
48
+ $version = "1.0";
49
+ $plugin_version = get_option('contact-bank-version-number');
50
+ if($plugin_version < $version)
51
+ {
52
+ update_option('contact-bank-version-number', $version);
53
+ }
54
+ }
55
+ /* Function Name : create_global_menus_for_contact_bank
56
+ * Paramters : None
57
+ * Return : None
58
+ * Description : This Function creates menus in the admin menu sidebar and related mention function in each menu are being called.
59
+ * Created in Version 1.0
60
+ * Last Modified : 1.0
61
+ * Reasons for change : None
62
+ */
63
+ function create_global_menus_for_contact_bank()
64
+ {
65
+ add_menu_page('Contact Bank', __('Contact Bank', contact_bank), 'administrator', 'dashboard','',CONTACT_BK_PLUGIN_URL . '/assets/images/icon.png');
66
+ add_submenu_page('dashboard', 'Dashboard', __('Dashboard', contact_bank), 'administrator', 'dashboard', 'dashboard');
67
+ add_submenu_page('dashboard', 'Add New Form', __('Add New Form', contact_bank), 'administrator', 'contact_bank', 'contact_bank');
68
+ add_submenu_page('dashboard', 'Email Settings', __('Email Settings', contact_bank), 'administrator', 'contact_email', 'contact_email');
69
+ add_submenu_page('dashboard', 'Form Entries', __('Form Entries', contact_bank), 'administrator', 'frontend_data', 'frontend_data');
70
+ add_submenu_page('dashboard', '','', 'administrator', 'edit_contact_view', 'edit_contact_view');
71
+ }
72
+ /* Function Name : contact_bank
73
+ * Paramters : None
74
+ * Return : None
75
+ * Description : This Function used to linked menu page is requested.
76
+ * Created in Version 1.0
77
+ * Last Modified : 1.0
78
+ * Reasons for change : None
79
+ */
80
+ function contact_bank()
81
+ {
82
+ global $wpdb;
83
+ include_once CONTACT_BK_PLUGIN_DIR .'/views/header.php';
84
+ include_once CONTACT_BK_PLUGIN_DIR .'/views/contact_view.php';
85
+ include_once CONTACT_BK_PLUGIN_DIR .'/views/footer.php';
86
+ }
87
+ function dashboard()
88
+ {
89
+ global $wpdb;
90
+ include_once CONTACT_BK_PLUGIN_DIR .'/views/header.php';
91
+ include_once CONTACT_BK_PLUGIN_DIR .'/views/dashboard.php';
92
+ include_once CONTACT_BK_PLUGIN_DIR .'/views/footer.php';
93
+ }
94
+ function edit_contact_view()
95
+ {
96
+ global $wpdb;
97
+ include_once CONTACT_BK_PLUGIN_DIR .'/views/header.php';
98
+ include_once CONTACT_BK_PLUGIN_DIR .'/views/edit_contact_view.php';
99
+ include_once CONTACT_BK_PLUGIN_DIR .'/views/footer.php';
100
+ }
101
+ function contact_email()
102
+ {
103
+ global $wpdb;
104
+ include_once CONTACT_BK_PLUGIN_DIR .'/views/header.php';
105
+ include_once CONTACT_BK_PLUGIN_DIR .'/views/contact_email.php';
106
+ include_once CONTACT_BK_PLUGIN_DIR .'/views/footer.php';
107
+ }
108
+ function frontend_data()
109
+ {
110
+ global $wpdb;
111
+ include_once CONTACT_BK_PLUGIN_DIR .'/views/header.php';
112
+ include_once CONTACT_BK_PLUGIN_DIR .'/views/contact_frontend_data.php';
113
+ include_once CONTACT_BK_PLUGIN_DIR .'/views/footer.php';
114
+ }
115
+ /* Function Name : backend_plugin_js_scripts_contact_bank
116
+ * Paramters : None
117
+ * Return : None
118
+ * Description : This Function is used to call the javascript on the backend of the wordpress.
119
+ * Created in Version 1.0
120
+ * Last Modified : 1.0
121
+ * Reasons for change : None
122
+ */
123
+ function backend_plugin_js_scripts_contact_bank()
124
+ {
125
+ wp_enqueue_script('jquery');
126
+ wp_enqueue_script('jquery-ui-sortable');
127
+ wp_enqueue_script('jquery-ui-droppable');
128
+ wp_enqueue_script('jquery-ui-draggable');
129
+ wp_enqueue_script('jquery.dataTables.min', CONTACT_BK_PLUGIN_URL .'/assets/js/jquery.dataTables.min.js');
130
+ wp_enqueue_script('jquery.validate.min', CONTACT_BK_PLUGIN_URL .'/assets/js/jquery.validate.min.js');
131
+ wp_enqueue_script('jquery.Tooltip.js', CONTACT_BK_PLUGIN_URL .'/assets/js/jquery.Tooltip.js');
132
+ }
133
+ /* Function Name : frontend_plugin_js_scripts_contact_bank
134
+ * Paramters : None
135
+ * Return : None
136
+ * Description : This Function is used to call the javascript on the frontend of the wordpress.
137
+ * Created in Version 1.0
138
+ * Last Modified : 1.0
139
+ * Reasons for change : None
140
+ */
141
+ function frontend_plugin_js_scripts_contact_bank()
142
+ {
143
+ wp_enqueue_script('jquery');
144
+ wp_enqueue_script('jquery.Tooltip.js', CONTACT_BK_PLUGIN_URL .'/assets/js/jquery.Tooltip.js');
145
+ wp_enqueue_script('jquery.validate.min', CONTACT_BK_PLUGIN_URL .'/assets/js/jquery.validate.min.js');
146
+
147
+ }
148
+ /* Function Name : backend_plugin_css_styles_contact_bank
149
+ * Paramters : None
150
+ * Return : None
151
+ * Description : This Function is used to call the css styles on the backend of the wordpress.
152
+ * Created in Version 1.0
153
+ * Last Modified : 1.0
154
+ * Reasons for change : None
155
+ */
156
+ function backend_plugin_css_styles_contact_bank()
157
+ {
158
+ wp_enqueue_style('stylesheet', CONTACT_BK_PLUGIN_URL .'/assets/css/stylesheet.css');
159
+ wp_enqueue_style('font-awesome', CONTACT_BK_PLUGIN_URL .'/assets/css/font-awesome.css');
160
+ wp_enqueue_style('system-message', CONTACT_BK_PLUGIN_URL .'/assets/css/system-message.css');
161
+ }
162
+ /* Function Name : frontend_plugin_css_styles_contact_bank
163
+ * Paramters : None
164
+ * Return : None
165
+ * Description : This Function is used to call the css styles on the frontend of the wordpress.
166
+ * Created in Version 1.0
167
+ * Last Modified : 1.0
168
+ * Reasons for change : None
169
+ */
170
+ function frontend_plugin_css_styles_contact_bank()
171
+ {
172
+ wp_enqueue_style('stylesheet', CONTACT_BK_PLUGIN_URL .'/assets/css/stylesheet.css');
173
+ }
174
+ /*
175
+ * Description : REGISTER AJAX BASED FUNCTIONS TO BE CALLED ON ACTION TYPE AS PER WORDPRESS GUIDELINES
176
+ * Created in Version 1.0
177
+ * Last Modified : 1.0
178
+ * Reasons for change : None
179
+ */
180
+ if(isset($_REQUEST['action']))
181
+ {
182
+ switch($_REQUEST['action'])
183
+ {
184
+ case "add_contact_form_library":
185
+ add_action( 'admin_init', 'add_contact_form_library');
186
+ function add_contact_form_library()
187
+ {
188
+ global $wpdb;
189
+ include_once CONTACT_BK_PLUGIN_DIR . '/lib/contact_view-class.php';
190
+ }
191
+ break;
192
+ case "create_textbox_library":
193
+ add_action( 'admin_init', 'create_textbox_library');
194
+ function create_textbox_library()
195
+ {
196
+ global $wpdb;
197
+ include_once CONTACT_BK_PLUGIN_DIR . '/includes/cb_text.php';
198
+ }
199
+ break;
200
+ case "create_textarea_library":
201
+ add_action( 'admin_init', 'create_textarea_library');
202
+ function create_textarea_library()
203
+ {
204
+ global $wpdb;
205
+ include_once CONTACT_BK_PLUGIN_DIR . '/includes/cb_textarea.php';
206
+ }
207
+ break;
208
+ case "create_email_library":
209
+ add_action( 'admin_init', 'create_email_library');
210
+ function create_email_library()
211
+ {
212
+ global $wpdb;
213
+ include_once CONTACT_BK_PLUGIN_DIR . '/includes/cb_email.php';
214
+ }
215
+ break;
216
+ case "create_dropdown_library":
217
+ add_action( 'admin_init', 'create_dropdown_library');
218
+ function create_dropdown_library()
219
+ {
220
+ global $wpdb;
221
+ include_once CONTACT_BK_PLUGIN_DIR . '/includes/cb_dropdown.php';
222
+ }
223
+ break;
224
+ case "create_checkbox_library":
225
+ add_action( 'admin_init', 'create_checkbox_library');
226
+ function create_checkbox_library()
227
+ {
228
+ global $wpdb;
229
+ include_once CONTACT_BK_PLUGIN_DIR . '/includes/cb_checkbox.php';
230
+ }
231
+ break;
232
+ case "create_multiple_library":
233
+ add_action( 'admin_init', 'create_multiple_library');
234
+ function create_multiple_library()
235
+ {
236
+ global $wpdb;
237
+ include_once CONTACT_BK_PLUGIN_DIR . '/includes/cb_multiple.php';
238
+ }
239
+ break;
240
+ case "create_captcha_library":
241
+ add_action( 'admin_init', 'create_captcha_library');
242
+ function create_captcha_library()
243
+ {
244
+ global $wpdb;
245
+ include_once CONTACT_BK_PLUGIN_DIR . '/includes/cb_captcha.php';
246
+ }
247
+ break;
248
+
249
+ case "create_group_library":
250
+ add_action( 'admin_init', 'create_group_library');
251
+ function create_group_library()
252
+ {
253
+ global $wpdb;
254
+ include_once CONTACT_BK_PLUGIN_DIR . '/includes/cb_group.php';
255
+ }
256
+ break;
257
+
258
+ case "create_txt_file_library":
259
+ add_action( 'admin_init', 'create_txt_file_library');
260
+ function create_txt_file_library()
261
+ {
262
+ global $wpdb;
263
+ include_once CONTACT_BK_PLUGIN_DIR . '/includes/cb_file_upload.php';
264
+ }
265
+ break;
266
+ case "create_recaptcha_library":
267
+ add_action( 'admin_init', 'create_recaptcha_library');
268
+ function create_recaptcha_library()
269
+ {
270
+ global $wpdb;
271
+ include_once CONTACT_BK_PLUGIN_DIR . '/includes/cb_recaptcha.php';
272
+ }
273
+ break;
274
+
275
+ case "create_html_library":
276
+ add_action( 'admin_init', 'create_html_library');
277
+ function create_html_library()
278
+ {
279
+ global $wpdb;
280
+ include_once CONTACT_BK_PLUGIN_DIR . '/includes/cb_html.php';
281
+ }
282
+ break;
283
+ case "create_date_library":
284
+ add_action( 'admin_init', 'create_date_library');
285
+ function create_date_library()
286
+ {
287
+ global $wpdb;
288
+ include_once CONTACT_BK_PLUGIN_DIR . '/includes/cb_date.php';
289
+ }
290
+ break;
291
+
292
+ case "create_time_library":
293
+ add_action( 'admin_init', 'create_time_library');
294
+ function create_time_library()
295
+ {
296
+ global $wpdb;
297
+ include_once CONTACT_BK_PLUGIN_DIR . '/includes/cb_time.php';
298
+ }
299
+ break;
300
+
301
+ case "create_hidden_library":
302
+ add_action( 'admin_init', 'create_hidden_library');
303
+ function create_hidden_library()
304
+ {
305
+ global $wpdb;
306
+ include_once CONTACT_BK_PLUGIN_DIR . '/includes/cb_hidden.php';
307
+ }
308
+ break;
309
+
310
+ case "create_password_library":
311
+ add_action( 'admin_init', 'create_password_library');
312
+ function create_password_library()
313
+ {
314
+ global $wpdb;
315
+ include_once CONTACT_BK_PLUGIN_DIR . '/includes/cb_password.php';
316
+ }
317
+ break;
318
+ case "edit_contact_form_library":
319
+ add_action( 'admin_init', 'edit_contact_form_library');
320
+ function edit_contact_form_library()
321
+ {
322
+ global $wpdb;
323
+ include_once CONTACT_BK_PLUGIN_DIR . '/lib/edit_contact_view-class.php';
324
+ }
325
+ break;
326
+ case "frontend_contact_form_library":
327
+ add_action( 'admin_init', 'frontend_contact_form_library');
328
+ function frontend_contact_form_library()
329
+ {
330
+ global $wpdb;
331
+ include_once CONTACT_BK_PLUGIN_DIR . '/lib/contact_bank_frontend-class.php';
332
+ }
333
+ break;
334
+ case "email_contact_form_library":
335
+ add_action( 'admin_init', 'email_contact_form_library');
336
+ function email_contact_form_library()
337
+ {
338
+ global $wpdb;
339
+ include_once CONTACT_BK_PLUGIN_DIR . '/lib/contact_bank_email-class.php';
340
+ }
341
+ break;
342
+ case "email_management_contact_form_library":
343
+ add_action( 'admin_init', 'email_management_contact_form_library');
344
+ function email_management_contact_form_library()
345
+ {
346
+ global $wpdb;
347
+ include_once CONTACT_BK_PLUGIN_DIR . '/views/contact_bank_email_management.php';
348
+ }
349
+ break;
350
+ case "frontend_data_contact_library":
351
+ add_action( 'admin_init', 'frontend_data_contact_library');
352
+ function frontend_data_contact_library()
353
+ {
354
+ global $wpdb;
355
+ include_once CONTACT_BK_PLUGIN_DIR . '/lib/contact_frontend_data_class.php';
356
+ }
357
+ break;
358
+ }
359
+ }
360
+ /*
361
+ * Description : THESE FUNCTIONS USED FOR REPLACING TABLE NAMES
362
+ * Created in Version 1.0
363
+ * Last Modified : 1.0
364
+ * Reasons for change : None
365
+ */
366
+ function contact_bank_contact_form()
367
+ {
368
+ global $wpdb;
369
+ return $wpdb->prefix . 'cb_contact_form';
370
+ }
371
+ function contact_bank_dynamic_settings_form()
372
+ {
373
+ global $wpdb;
374
+ return $wpdb->prefix . 'cb_dynamic_settings';
375
+ }
376
+ function create_control_Table()
377
+ {
378
+ global $wpdb;
379
+ return $wpdb->prefix . 'cb_create_control_form';
380
+ }
381
+ function dynamic_setting_advance()
382
+ {
383
+ global $wpdb;
384
+ return $wpdb->prefix . 'cb_dynamic_settings_advance';
385
+ }
386
+ function frontend_controls_data_Table()
387
+ {
388
+ global $wpdb;
389
+ return $wpdb->prefix . 'cb_frontend_data_table';
390
+ }
391
+ function contact_bank_email_template_admin()
392
+ {
393
+ global $wpdb;
394
+ return $wpdb->prefix . 'cb_email_template_admin';
395
+ }
396
+ function contact_bank_frontend_forms_Table()
397
+ {
398
+ global $wpdb;
399
+ return $wpdb->prefix . 'cb_frontend_forms_table';
400
+ }
401
+
402
+ function contact_bank_short_code($atts)
403
+ {
404
+ extract(shortcode_atts(array(
405
+ "form_id" => '',
406
+ ), $atts));
407
+ $con = '';
408
+ foreach((array)$form_id as $f)
409
+ {
410
+ $con .= $f;
411
+ }
412
+ return extract_short_code($con);
413
+ }
414
+ function extract_short_code($con)
415
+ {
416
+ $form_id = $con;
417
+ ob_start();
418
+ require CONTACT_BK_PLUGIN_DIR.'/views/contact_bank_frontend.php';
419
+ $contactbank_output = ob_get_clean();
420
+ wp_reset_query();
421
+ return $contactbank_output;
422
+ }
423
+ function add_contact_bank_icon($meta = TRUE)
424
+ {
425
+ global $wp_admin_bar;
426
+ if ( !is_user_logged_in() ) { return; }
427
+ if ( !is_super_admin() || !is_admin_bar_showing() ) { return; }
428
+ $wp_admin_bar->add_menu( array(
429
+ 'id' => 'contact_bank_links',
430
+ 'title' => '<img src="'.CONTACT_BK_PLUGIN_URL.'/icon.png" width="25" height="25" style="vertical-align:text-top; margin-right:5px;" />Contact Bank' ,
431
+ 'href' => site_url() .'/wp-admin/admin.php?page=dashboard',
432
+ ) );
433
+
434
+ $wp_admin_bar->add_menu( array(
435
+ 'parent' => 'contact_bank_links',
436
+ 'id' => 'dashboard_links',
437
+ 'href' => site_url() .'/wp-admin/admin.php?page=dashboard',
438
+ 'title' => __( 'Dashboard') ) /* set the sub-menu name */
439
+ );
440
+ $wp_admin_bar->add_menu( array(
441
+ 'parent' => 'contact_bank_links',
442
+ 'id' => 'global_settings_links',
443
+ 'href' => site_url() .'/wp-admin/admin.php?page=contact_bank',
444
+ 'title' => __( 'Add New Form') ) /* set the sub-menu name */
445
+ );
446
+ $wp_admin_bar->add_menu( array(
447
+ 'parent' => 'contact_bank_links',
448
+ 'id' => 'email_links',
449
+ 'href' => site_url() .'/wp-admin/admin.php?page=contact_email',
450
+ 'title' => __( 'Email Settings') ) /* set the sub-menu name */
451
+ );
452
+ $wp_admin_bar->add_menu( array(
453
+ 'parent' => 'contact_bank_links',
454
+ 'id' => 'frontend_data_links',
455
+ 'href' => site_url() .'/wp-admin/admin.php?page=frontend_data',
456
+ 'title' => __( 'Form Entries')) /* set the sub-menu name */
457
+ );
458
+ }
459
+
460
+ function thsp_enqueue_pointer_script_style( $hook_suffix ) {
461
+ // Assume pointer shouldn't be shown
462
+
463
+ $enqueue_pointer_script_style = false;
464
+
465
+ // Get array list of dismissed pointers for current user and convert it to array
466
+
467
+ $dismissed_pointers = explode( ',', get_user_meta( get_current_user_id(), 'dismissed_wp_pointers', true ) );
468
+
469
+ // Check if our pointer is not among dismissed ones
470
+ if( !in_array( 'thsp_gallery_bank_pointer', $dismissed_pointers ) ) {
471
+ $enqueue_pointer_script_style = true;
472
+
473
+ // Add footer scripts using callback function
474
+ add_action( 'admin_print_footer_scripts', 'thsp_pointer_print_scripts' );
475
+ }
476
+
477
+ // Enqueue pointer CSS and JS files, if needed
478
+ if( $enqueue_pointer_script_style ) {
479
+ wp_enqueue_style( 'wp-pointer' );
480
+ wp_enqueue_script( 'wp-pointer' );
481
+ }
482
+ }
483
+ add_action( 'admin_enqueue_scripts', 'thsp_enqueue_pointer_script_style' );
484
+
485
+ function thsp_pointer_print_scripts() {
486
+
487
+ $pointer_content = "<h3>Contact Bank</h3>";
488
+ $pointer_content .= "<p>If you ever activated a plugin, then had no idea where its settings page is, raise your hand.</p>";
489
+ ?>
490
+
491
+ <script type="text/javascript">
492
+ //<![CDATA[
493
+ jQuery(document).ready( function($) {
494
+ $('#toplevel_page_dashboard').pointer({
495
+ content:'<?php echo $pointer_content; ?>',
496
+ position:{
497
+ edge: 'left', // arrow direction
498
+ align: 'center' // vertical alignment
499
+ },
500
+ pointerWidth: 350,
501
+ close:function() {
502
+ $.post( ajaxurl, {
503
+ pointer: 'thsp_gallery_bank_pointer', // pointer ID
504
+ action: 'dismiss-wp-pointer'
505
+ });
506
+ }
507
+ }).pointer('open');
508
+ });
509
+ //]]>
510
+ </script>
511
+ <?php
512
+ }
513
+ function plugin_load_textdomain()
514
+ {
515
+ if(function_exists( 'load_plugin_textdomain' ))
516
+ {
517
+ load_plugin_textdomain(contact_bank, false, CONTACT_BK_PLUGIN_DIRNAME .'/languages');
518
+ }
519
+ }
520
+ add_action('plugins_loaded', 'plugin_load_textdomain');
521
+ /*************************************************************************************/
522
+ add_action('admin_bar_menu', 'add_contact_bank_icon',100);
523
+ // add_action Hook called for function frontend_plugin_css_scripts_contact_bank
524
+ add_action('init','frontend_plugin_css_styles_contact_bank');
525
+ // add_action Hook called for function backend_plugin_css_scripts_contact_bank
526
+ add_action('admin_init','backend_plugin_css_styles_contact_bank');
527
+ // add_action Hook called for function frontend_plugin_js_scripts_contact_bank
528
+ add_action('init','frontend_plugin_js_scripts_contact_bank');
529
+ // add_action Hook called for function backend_plugin_js_scripts_contact_bank
530
+ add_action('admin_init','backend_plugin_js_scripts_contact_bank');
531
+ // add_action Hook called for function create_global_menus_for_contact_bank
532
+ add_action('admin_menu','create_global_menus_for_contact_bank');
533
+ // Activation Hook called for function plugin_install_script_for_contact_bank
534
+ register_activation_hook(__FILE__,'plugin_install_script_for_contact_bank');
535
+ // add_Shortcode Hook called for function contact_bank_short_code for FrontEnd
536
+ add_shortcode('contact_bank', 'contact_bank_short_code' );
537
+ // Uninstall Hook called for function plugin_install_script_for_contact_bank
538
+ register_uninstall_hook(__FILE__,'plugin_uninstall_script_for_contact_bank');
539
  ?>
contact_bank_uninstall.php ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ $sql = "DROP TABLE " .contact_bank_contact_form();
3
+ $wpdb->query($sql);
4
+
5
+ $sql = "DROP TABLE " .create_control_Table();
6
+ $wpdb->query($sql);
7
+
8
+ $sql = "DROP TABLE " .contact_bank_dynamic_settings_form();
9
+ $wpdb->query($sql);
10
+
11
+ $sql = "DROP TABLE " .contact_bank_email_template_admin();
12
+ $wpdb->query($sql);
13
+
14
+ $sql = "DROP TABLE " .frontend_controls_data_Table();
15
+ $wpdb->query($sql);
16
+
17
+ $sql = "DROP TABLE " .contact_bank_frontend_forms_Table();
18
+ $wpdb->query($sql);
19
+ ?>
create-tables.php ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ global $wpdb;
3
+ require_once(ABSPATH . 'wp-admin/includes/upgrade.php');
4
+ if (count($wpdb->get_var('SHOW TABLES LIKE "' . contact_bank_contact_form() . '"')) == 0)
5
+ {
6
+ $sql = 'CREATE TABLE ' . contact_bank_contact_form() . '(
7
+ form_id INTEGER(10) UNSIGNED NOT NULL AUTO_INCREMENT,
8
+ form_name VARCHAR(200) NOT NULL,
9
+ PRIMARY KEY (form_id)
10
+ ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE utf8_general_ci';
11
+ dbDelta($sql);
12
+ }
13
+ if (count($wpdb->get_var('SHOW TABLES LIKE "' . contact_bank_dynamic_settings_form() . '"')) == 0)
14
+ {
15
+ $sql = 'CREATE TABLE ' . contact_bank_dynamic_settings_form() . '(
16
+ dynamic_settings_id INTEGER(10) UNSIGNED NOT NULL AUTO_INCREMENT,
17
+ dynamicId INTEGER(10) NOT NULL,
18
+ dynamic_settings_key VARCHAR(100) NOT NULL,
19
+ dynamic_settings_value VARCHAR(100) NOT NULL,
20
+ PRIMARY KEY (dynamic_settings_id)
21
+ ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE utf8_general_ci';
22
+ dbDelta($sql);
23
+ }
24
+ if (count($wpdb->get_var('SHOW TABLES LIKE "' . create_control_Table() . '"')) == 0)
25
+ {
26
+ $sql= 'CREATE TABLE '.create_control_Table(). '(
27
+ control_id INTEGER(10) UNSIGNED NOT NULL AUTO_INCREMENT,
28
+ field_id INTEGER(50) NOT NULL,
29
+ form_id INTEGER(10) NOT NULL,
30
+ column_dynamicId VARCHAR(10) NOT NULL,
31
+ sorting_order INTEGER(10) NOT NULL,
32
+ PRIMARY KEY(control_id)
33
+ )ENGINE = MyISAM DEFAULT CHARSET=utf8 COLLATE utf8_general_ci';
34
+ dbDelta($sql);
35
+ }
36
+ if (count($wpdb->get_var('SHOW TABLES LIKE "' . frontend_controls_data_Table() . '"')) == 0)
37
+ {
38
+ $sql = 'CREATE TABLE ' . frontend_controls_data_Table() . '(
39
+ id INTEGER(10) UNSIGNED NOT NULL AUTO_INCREMENT,
40
+ form_id INTEGER(10) NOT NULL,
41
+ field_Id INTEGER(10) NOT NULL,
42
+ dynamic_control_id VARCHAR(100) NOT NULL,
43
+ dynamic_frontend_value TEXT NOT NULL,
44
+ form_submit_id INTEGER(10) NOT NULL,
45
+ PRIMARY KEY (id)
46
+ ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE utf8_general_ci';
47
+ dbDelta($sql);
48
+ }
49
+ if (count($wpdb->get_var('SHOW TABLES LIKE "' . contact_bank_email_template_admin() . '"')) == 0)
50
+ {
51
+ $sql = 'CREATE TABLE ' . contact_bank_email_template_admin() . '(
52
+ email_id INTEGER(10) UNSIGNED NOT NULL AUTO_INCREMENT,
53
+ email_to VARCHAR(100) NOT NULL,
54
+ email_from VARCHAR(100) NOT NULL,
55
+ body_content TEXT NOT NULL,
56
+ subject VARCHAR(400) NOT NULL,
57
+ form_id INTEGER(10) NOT NULL,
58
+ type INTEGER(10) NOT NULL,
59
+ PRIMARY KEY (email_id)
60
+ ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE utf8_general_ci';
61
+ dbDelta($sql);
62
+
63
+ }
64
+ if (count($wpdb->get_var('SHOW TABLES LIKE "' . contact_bank_frontend_forms_Table() . '"')) == 0)
65
+ {
66
+ $sql = 'CREATE TABLE ' . contact_bank_frontend_forms_Table() . '(
67
+ id INTEGER(10) UNSIGNED NOT NULL AUTO_INCREMENT,
68
+ form_id INTEGER(10) NOT NULL,
69
+ submit_id INTEGER(10) NOT NULL,
70
+ PRIMARY KEY (id)
71
+ ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE utf8_general_ci';
72
+ dbDelta($sql);
73
+ }
74
+ ?>
delete-bg-hover.png ADDED
Binary file
footer.png ADDED
Binary file
icon.png ADDED
Binary file
includes/cb_checkbox.php ADDED
@@ -0,0 +1,448 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ if($_REQUEST["param"] == "create_check_control")
3
+ {
4
+ $dynamicId = intval($_REQUEST["dynamicId"]);
5
+ $field_id = intval($_REQUEST["field_id"]);
6
+ ?>
7
+ <div class="layout-control-group div_border" id="div_<?php echo $dynamicId; ?>_5">
8
+ <label class="layout-control-label" id="control_label_<?php echo $dynamicId; ?>" ><?php _e("Untitled", contact_bank); ?> : </label>
9
+ <span id="txt_required_<?php echo $dynamicId; ?>" class="error">*</span>
10
+ <div class="layout-controls hovertip" id="post_back_checkbox_<?php echo $dynamicId; ?>"><div id="show_tooltip<?php echo $dynamicId; ?>">
11
+ <input type="checkbox" id="chk_<?php echo $dynamicId; ?>" name="chk_<?php echo $dynamicId; ?>" />
12
+ <span id="add_chk_options_here_<?php echo $dynamicId; ?>" ></span>
13
+ <a class="btn btn-info inline" href="#setting_controls_postback" id="add_setting_control_<?php echo $dynamicId; ?>" ><?php _e( "Settings", contact_bank); ?></a>
14
+ <a style="cursor:pointer;" onclick="delete_textbox(div_<?php echo $dynamicId; ?>_5,<?php echo $dynamicId; ?>)" id="anchor_del_<?php echo $dynamicId; ?>" >
15
+ <img src= "<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" style="margin-left: 1%;margin-bottom:-9px"/>
16
+ </a>
17
+ </div>
18
+ </div>
19
+ </div>
20
+ <?php
21
+ die();
22
+ }
23
+ else
24
+ {
25
+ ?>
26
+ <div class="layout-span7">
27
+ <div class="widget-layout widget-tabs">
28
+ <div class="widget-layout-title">
29
+ <h4><?php _e( "Checkbox Control", contact_bank ); ?></h4>
30
+ </div>
31
+ <div class="fluid-layout">
32
+ <div class="layout-span12">
33
+ <div class="widget-layout-body layout-form" >
34
+ <ul style="margin-bottom:30px;" class="nav nav-tabs" id="tabs-nohdr_<?php echo $dynamicId; ?>">
35
+ <li id="li3">
36
+ <a id="tab3" onclick="tabsFunc(this);"><?php _e( "Advanced", contact_bank ); ?></a>
37
+ </li>
38
+ <li id="li2">
39
+ <a id="tab2" onclick="tabsFunc(this);"><?php _e( "Options", contact_bank ); ?></a>
40
+ </li>
41
+ <li id="li1" class="active">
42
+ <a id="tab1" onclick="tabsFunc(this);"><?php _e( "Settings", contact_bank ); ?></a>
43
+ </li>
44
+ </ul>
45
+ <div id="tabs-nohdr-3">
46
+ <div id="div_settings_<?php echo $dynamicId; ?>">
47
+ <div class="layout-control-group">
48
+ <label class="layout-control-label"><?php _e( "Label", contact_bank ); ?> :</label>
49
+ <div class="layout-controls">
50
+ <input type="text" class="layout-span12" id="ux_label_text_<?php echo $dynamicId; ?>" onkeyup="enter_admin_label(<?php echo $dynamicId; ?>);" value="<?php _e( "Untitled", contact_bank ); ?>" placeholder="<?php _e( "Enter Label", contact_bank ); ?>" name="ux_label_text_<?php echo $dynamicId; ?>" />
51
+ </div>
52
+ </div>
53
+ <div class="layout-control-group">
54
+ <label class="layout-control-label"><?php _e( "Required", contact_bank ); ?> :</label>
55
+ <div class="layout-controls">
56
+ <input type="radio" id="ux_required_control_<?php echo $dynamicId; ?>" name="ux_required_control_radio_<?php echo $dynamicId; ?>" value="1"/><label style="margin-left: 5px;"><?php _e( "Required", contact_bank ); ?></label>
57
+ <input type="radio" checked="checked" id="ux_required_<?php echo $dynamicId; ?>" name="ux_required_control_radio_<?php echo $dynamicId; ?>" value="0"/><label style="margin-left: 5px;"><?php _e( "Not Required", contact_bank ); ?></label>
58
+ </div>
59
+ </div>
60
+ <div class="layout-control-group">
61
+ <label class="layout-control-label"><?php _e("Tooltip Text", contact_bank); ?> :</label>
62
+ <div class="layout-controls">
63
+ <input type="text" class="layout-span12" id="ux_tooltip_control_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Tooltip", contact_bank ); ?>" name="ux_tooltip_control_<?php echo $dynamicId; ?>" />
64
+ <input type="hidden" id="tooltip_txt_hidden_value_<?php echo $dynamicId; ?>" name="tooltip_txt_hidden_value_<?php echo $dynamicId; ?>" />
65
+ </div>
66
+ </div>
67
+ <div class="layout-control-group">
68
+ <label class="layout-control-label"><?php _e("Options", contact_bank); ?> :</label>
69
+ <div class="layout-controls">
70
+ <input type="text" onKeyPress="white_space(event)" class="layout-span9" id="chk_options_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Options", contact_bank ); ?>" name="chk_options_<?php echo $dynamicId; ?>" /><input value="<?php _e( "Add option", contact_bank ); ?>" type="button" class="btn btn-info layout-span3" id="chk_options_button_<?php echo $dynamicId; ?>" onclick="add_chk_options(<?php echo $dynamicId; ?>);" name="chk_options_button_<?php echo $dynamicId; ?>" />
71
+ </div>
72
+ </div>
73
+ <div class="layout-control-group">
74
+ <span id="append_chk_option_<?php echo $dynamicId; ?>"></span>
75
+ </div>
76
+ </div>
77
+ </div>
78
+ <div id="tabs-nohdr-2" style="display:none;">
79
+ <div id="div_optional_<?php echo $dynamicId; ?>">
80
+ <div class="layout-control-group">
81
+ <label class="layout-control-label"><?php _e( "Admin Label", contact_bank ); ?> :</label>
82
+ <div class="layout-controls">
83
+ <input type="text" value="<?php _e( "Untitled", contact_bank ); ?>" class="layout-span12" id="ux_admin_label_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Admin Label", contact_bank ); ?>" name="ux_admin_label_<?php echo $dynamicId; ?>" />
84
+ </div>
85
+ </div>
86
+ <div class="layout-control-group">
87
+ <label class="layout-control-label"><?php _e( "Do not show in the email", contact_bank ); ?> :</label>
88
+ <div class="layout-controls">
89
+ <input type="checkbox" id="ux_show_email_<?php echo $dynamicId; ?>" name="ux_show_email_<?php echo $dynamicId; ?>" value="1" >
90
+ </div>
91
+ </div>
92
+ </div>
93
+ </div>
94
+ <div id="tabs-nohdr-1" style="display:none;">
95
+ <div id="div_advanced_<?php echo $dynamicId; ?>">
96
+ <div class="layout-control-group" id="show_data_label_tr_chk_<?php echo $dynamicId; ?>" style="display: none">
97
+ <label class="layout-control-label"><?php _e("Css Label :", contact_bank); ?></label>
98
+ <div class="layout-controls">
99
+ <textarea class="layout-span11" id="button_set_outer_label_chk_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Css Label", contact_bank ); ?>" name="button_set_outer_label_<?php echo $dynamicId; ?>"></textarea>
100
+ <a style="cursor:pointer;" onclick="delete_button_outer_label_chk(<?php echo $dynamicId; ?>);" ><img src= "<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" style="vertical-align: middle" /></a>
101
+ </div>
102
+ </div>
103
+ <div class="layout-control-group" id="show_data_description_tr_chk_<?php echo $dynamicId; ?>" style="display: none">
104
+ <label class="layout-control-label"><?php _e( "CSS Description :", contact_bank ); ?></label>
105
+ <div class="layout-controls">
106
+ <textarea class="layout-span11" id="ux_description_textarea_chk_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Css Description", contact_bank ); ?>" name="ux_description_textarea_<?php echo $dynamicId; ?>"></textarea>
107
+ <a style="cursor:pointer;" onclick="delete_button_set_description_chk(<?php echo $dynamicId; ?>);" ><img src= "<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" style="vertical-align: middle" /></a>
108
+ </div>
109
+ </div>
110
+ <div class="layout-control-group" id="show_data_option_outer_wrapper_tr_chk_<?php echo $dynamicId; ?>" style="display: none">
111
+ <label class="layout-control-label"><?php _e( "CSS Options outer wrapper :", contact_bank ); ?></label>
112
+ <div class="layout-controls">
113
+ <textarea class="layout-span11" id="ux_button_options_outer_wrapper_chk_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Css Outer Wrapper", contact_bank ); ?>" name="ux_description_textarea_<?php echo $dynamicId; ?>"></textarea>
114
+ <a style="cursor:pointer;" onclick="delete_button_options_outer_wrapper_chk(<?php echo $dynamicId; ?>);" ><img src= "<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" style="vertical-align: middle" /></a>
115
+ </div>
116
+ </div>
117
+ <div class="layout-control-group" id="show_data_option_wrapper_tr_chk_<?php echo $dynamicId; ?>" style="display: none">
118
+ <label class="layout-control-label"><?php _e( "CSS Option Wrapper :", contact_bank ); ?></label>
119
+ <div class="layout-controls">
120
+ <textarea class="layout-span11" id="ux_button_option_wrapper_chk_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Css Option Wrapper", contact_bank ); ?>" name="ux_description_textarea_<?php echo $dynamicId; ?>"></textarea>
121
+ <a style="cursor:pointer;" onclick="delete_button_option_wrapper_chk(<?php echo $dynamicId; ?>);" ><img src= "<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" style="vertical-align: middle" /></a>
122
+ </div>
123
+ </div>
124
+ <div class="layout-control-group" id="show_data_option_label_tr_chk_<?php echo $dynamicId; ?>" style="display: none">
125
+ <label class="layout-control-label"><?php _e( "CSS Options Label :", contact_bank ); ?></label>
126
+ <div class="layout-controls">
127
+ <textarea class="layout-span11" id="ux_button_option_label_chk_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Options", contact_bank ); ?>" name="ux_description_textarea_<?php echo $dynamicId; ?>"></textarea>
128
+ <a style="cursor:pointer;" onclick="delete_button_option_label_chk(<?php echo $dynamicId; ?>);" ><img src= "<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" style="vertical-align: middle" /></a>
129
+ </div>
130
+ </div>
131
+ <div class="layout-control-group">
132
+ <label class="layout-control-label"><?php _e( "Add a style to", contact_bank ); ?> :</label>
133
+ <div class="layout-controls">
134
+ <input type="button" class="btn btn-inverse layout-span4" id="ux_button_label_style_<?php echo $dynamicId; ?>" name="ux_button_label_style_<?php echo $dynamicId; ?>" onclick="button_set_outer_label_chk(<?php echo $dynamicId; ?>)" style="margin-bottom: 5px;" value="<?php _e( "Label", contact_bank ); ?>" />
135
+ <input type="button" class="btn btn-inverse layout-span4" id="ux_button_description_style_<?php echo $dynamicId; ?>" name="ux_button_description_style_<?php echo $dynamicId; ?>" onclick="button_set_description_chk(<?php echo $dynamicId; ?>);" style="margin-bottom: 5px;display: none;" value="<?php _e( "Description", contact_bank ); ?>" />
136
+ <input type="button" class="btn btn-inverse layout-span5" id="ux_button_options_outer_wrapper_<?php echo $dynamicId; ?>" name="ux_button_options_outer_wrapper_<?php echo $dynamicId; ?>" onclick="button_options_outer_wrapper_chk(<?php echo $dynamicId; ?>);" style="margin-bottom: 5px;" value="<?php _e( "Options outer wrapper", contact_bank ); ?>" />
137
+ <input type="button" class="btn btn-inverse layout-span4" id="ux_button_option_wrapper_<?php echo $dynamicId; ?>" name="ux_button_option_wrapper_<?php echo $dynamicId; ?>" onclick="button_option_wrapper_chk(<?php echo $dynamicId; ?>);" style="margin-bottom: 5px;" value="<?php _e( "Options wrapper", contact_bank ); ?>" />
138
+ <input type="button" class="btn btn-inverse layout-span4" id="ux_button_option_label_<?php echo $dynamicId; ?>" name="ux_button_option_label_<?php echo $dynamicId; ?>" onclick="button_option_label_chk(<?php echo $dynamicId; ?>);" style="margin-bottom: 5px;" value="<?php _e( "Options label", contact_bank ); ?>" />
139
+ </div>
140
+ </div>
141
+ </div>
142
+ </div>
143
+ </div>
144
+ </div>
145
+ </div>
146
+ </div>
147
+ <div class="layout-control-group">
148
+ <input type="button" style="float:left;margin-left: 0px;" class="btn btn-info layout-span2" onclick="save_checkbox_control(<?php echo $dynamicId; ?>)" value="<?php _e( "Save", contact_bank ); ?>" />
149
+ </div>
150
+ </div>
151
+ <script type="text/javascript">
152
+ var dynamicId = <?php echo $dynamicId ?>;
153
+ array_option_id_chk[dynamicId] = [];
154
+ array_options_chk[dynamicId] = [];
155
+ jQuery(".hovertip").tooltip();
156
+ function tabsFunc(control)
157
+ {
158
+ switch(control.id)
159
+ {
160
+ case "tab1":
161
+ jQuery("#tabs-nohdr-1").css("display","none");
162
+ jQuery("#tabs-nohdr-2").css("display","none");
163
+ jQuery("#tabs-nohdr-3").css("display","block");
164
+ jQuery("#li1").attr("class","active");
165
+ jQuery("#li2").removeAttr("class");
166
+ jQuery("#li3").removeAttr("class");
167
+ break;
168
+ case "tab2":
169
+ jQuery("#tabs-nohdr-1").css("display","none");
170
+ jQuery("#tabs-nohdr-3").css("display","none");
171
+ jQuery("#tabs-nohdr-2").css("display","block");
172
+ jQuery("#li2").attr("class","active");
173
+ jQuery("#li1").removeAttr("class");
174
+ jQuery("#li3").removeAttr("class");
175
+ break;
176
+ case "tab3":
177
+ jQuery("#tabs-nohdr-3").css("display","none");
178
+ jQuery("#tabs-nohdr-2").css("display","none");
179
+ jQuery("#tabs-nohdr-1").css("display","block");
180
+ jQuery("#li3").attr("class","active");
181
+ jQuery("#li1").removeAttr("class");
182
+ jQuery("#li2").removeAttr("class");
183
+ break;
184
+ }
185
+
186
+ }
187
+ var count = <?php echo $count; ?>;
188
+ if(count != 0)
189
+ {
190
+ var dynamicId = <?php echo $dynamicId; ?>;
191
+ if(array_checkbox[dynamicId][5] != "")
192
+ {
193
+ var optionId_str = array_checkbox[dynamicId][5];
194
+ var optionId = optionId_str.split(";");
195
+ var option_value_str = array_checkbox[dynamicId][6];
196
+ var option_value = option_value_str.split(";");
197
+ for(var flag = 0;flag <optionId.length ;flag++)
198
+ {
199
+ var options_dynamicId = optionId[flag];
200
+ var add_chk_option = option_value[flag];
201
+ array_option_id_chk[dynamicId].push(options_dynamicId);
202
+ array_options_chk[dynamicId].push(add_chk_option);
203
+ jQuery("#append_chk_option_"+dynamicId).append('<div class="layout-control-group" id="selected_item_'+options_dynamicId+'"><div class="layout-controls"><input type="text" class="layout-span8" value="'+add_chk_option+'" id="input_type_'+options_dynamicId+'"><input type="hidden" value="'+add_chk_option+'" id="chk_existing_options_'+options_dynamicId+'" name="ddl_existing_options_'+options_dynamicId+'" /><a style="padding-left:2px;" onclick="delete_chk('+options_dynamicId+','+dynamicId+')"><img style="vertical-align: top;margin-top: 2px;" src="<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" /></a><input class="btn btn-info layout-span3" type="button" style="margin-left:5px;" onclick="update_chk_option('+options_dynamicId+','+dynamicId+')" value="<?php _e( "Update", contact_bank ); ?>"></div></div>');
204
+ }
205
+ }
206
+ jQuery("#ux_label_text_"+dynamicId).val(array_checkbox[dynamicId][2]);
207
+ if(array_checkbox[dynamicId][3] == 1)
208
+ {
209
+ jQuery("#ux_required_control_"+dynamicId).attr("checked","checked");
210
+ }
211
+ else
212
+ {
213
+ jQuery("#ux_required_"+dynamicId).attr("checked","checked");
214
+ }
215
+ jQuery("#ux_tooltip_control_"+dynamicId).val(array_checkbox[dynamicId][4]);
216
+ jQuery("#ux_admin_label_"+dynamicId).val(array_checkbox[dynamicId][7]);
217
+ if(array_checkbox[dynamicId][8] == true)
218
+ {
219
+ jQuery("#ux_show_email_"+dynamicId).attr("checked","checked");
220
+ }
221
+ if(array_checkbox[dynamicId][9] != "")
222
+ {
223
+ jQuery("#button_set_outer_label_chk_"+dynamicId).html(array_checkbox[dynamicId][9]);
224
+ jQuery("#show_data_label_tr_chk_"+dynamicId).attr("style","display:block");
225
+ jQuery("#show_data_label_tr_chk_"+dynamicId).attr("style","position:inherit");
226
+ }
227
+ if(array_checkbox[dynamicId][10] != "")
228
+ {
229
+ jQuery("#ux_description_textarea_chk_"+dynamicId).html(array_checkbox[dynamicId][10]);
230
+ jQuery("#show_data_description_tr_chk_"+dynamicId).attr("style","display:block");
231
+ jQuery("#show_data_description_tr_chk_"+dynamicId).attr("style","position:inherit");
232
+ }
233
+ if(array_checkbox[dynamicId][11] != "")
234
+ {
235
+ jQuery("#ux_button_options_outer_wrapper_chk_"+dynamicId).html(array_checkbox[dynamicId][11]);
236
+ jQuery("#show_data_option_outer_wrapper_tr_chk_"+dynamicId).attr("style","display:block");
237
+ jQuery("#show_data_option_outer_wrapper_tr_chk_"+dynamicId).attr("style","position:inherit");
238
+ }
239
+ if(array_checkbox[dynamicId][12] != "")
240
+ {
241
+ jQuery("#ux_button_option_wrapper_chk_"+dynamicId).html(array_checkbox[dynamicId][12]);
242
+ jQuery("#show_data_option_wrapper_tr_chk_"+dynamicId).attr("style","display:block");
243
+ jQuery("#show_data_option_wrapper_tr_chk_"+dynamicId).attr("style","position:inherit");
244
+ }
245
+ if(array_checkbox[dynamicId][13] != "")
246
+ {
247
+ jQuery("#ux_button_option_label_chk_"+dynamicId).html(array_checkbox[dynamicId][13]);
248
+ jQuery("#show_data_option_label_tr_chk_"+dynamicId).attr("style","display:block");
249
+ jQuery("#show_data_option_label_tr_chk_"+dynamicId).attr("style","position:inherit");
250
+ }
251
+ }
252
+ function add_chk_options(dynamicId)
253
+ {
254
+ var add_chk_options = jQuery("#chk_options_"+dynamicId).val();
255
+ if(add_chk_options=="")
256
+ {
257
+ alert("<?php _e( "Please Fill an Option.", contact_bank ); ?>");
258
+ }
259
+ else
260
+ {
261
+ var place_of_option_in_array = jQuery.inArray(add_chk_options,array_options_chk[dynamicId]);
262
+ if(place_of_option_in_array == -1)
263
+ {
264
+ //jQuery("#chk_"+dynamicId).hide();
265
+ var options_dynamicId = Math.floor((Math.random() * 1000)+1);
266
+ array_options_chk[dynamicId].push(add_chk_options);
267
+ array_option_id_chk[dynamicId].push(options_dynamicId);
268
+ jQuery("#append_chk_option_"+dynamicId).append('<div class="layout-control-group" id="selected_item_'+options_dynamicId+'"><div class="layout-controls"><input type= "text" class="layout-span8" value="'+add_chk_options+'" id="input_type_'+options_dynamicId+'"><input type="hidden" value="'+add_chk_options+'" id="chk_existing_options_'+options_dynamicId+'" name="ddl_existing_options_'+options_dynamicId+'" /><a style="padding-left:2px;" onclick="delete_chk('+options_dynamicId+','+dynamicId+')"><img style="vertical-align: top;margin-top: 2px;" src="<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" /></a><input class="btn btn-info layout-span3" type="button" style="margin-left:5px;" onclick="update_chk_option('+options_dynamicId+','+dynamicId+')" value="<?php _e( "Update", contact_bank ); ?>"></div></div>');
269
+ jQuery("#chk_options_"+dynamicId).val("");
270
+ }
271
+ else
272
+ {
273
+ alert("<?php _e( "This Option Already Exists.", contact_bank ); ?>");
274
+ }
275
+ }
276
+ }
277
+ function delete_chk(options_dynamicId,dynamicId)
278
+ {
279
+ var ux_value = jQuery("#input_type_"+options_dynamicId).val();
280
+ jQuery("#selected_item_"+options_dynamicId).remove();
281
+ var place_of_option_in_array_id = jQuery.inArray(ux_value,array_options_chk[dynamicId]);
282
+ if(place_of_option_in_array_id != -1)
283
+ {
284
+ array_option_id_chk[dynamicId].splice(place_of_option_in_array_id,1);
285
+ array_options_chk[dynamicId].splice(place_of_option_in_array_id,1);
286
+ }
287
+ }
288
+ function update_chk_option(options_dynamicId,dynamicId)
289
+ {
290
+ var existing_input_type_value = jQuery("#chk_existing_options_"+options_dynamicId).val();
291
+ var updated_input_type_value = jQuery("#input_type_"+options_dynamicId).val();
292
+ var check_option_in_array = jQuery.inArray(updated_input_type_value,array_options_chk[dynamicId]);
293
+ if(check_option_in_array != -1)
294
+ {
295
+ alert("<?php _e( "This Option Already Exists. ", contact_bank ); ?>");
296
+ if(existing_input_type_value !=0)
297
+ {
298
+ jQuery("#input_type_"+options_dynamicId).val(existing_input_type_value);
299
+ }
300
+ }
301
+ else
302
+ {
303
+ place_of_option_in_array = jQuery.inArray(existing_input_type_value,array_options_chk[dynamicId]);
304
+ array_options_chk[dynamicId][place_of_option_in_array] = updated_input_type_value;
305
+ jQuery("#chk_existing_options_"+options_dynamicId).val(updated_input_type_value);
306
+ alert("<?php _e( "Option updated", contact_bank ); ?>");
307
+ }
308
+ }
309
+ function button_set_outer_label_chk(dynamicId)
310
+ {
311
+ jQuery("#show_data_label_tr_chk_"+dynamicId).attr("style","display:block");
312
+ jQuery("#show_data_label_tr_chk_"+dynamicId).attr("style", "position:inherit");
313
+
314
+ }
315
+ function button_set_description_chk(dynamicId)
316
+ {
317
+ jQuery("#show_data_description_tr_chk_"+dynamicId).attr("style","display:block");
318
+ jQuery("#show_data_description_tr_chk_"+dynamicId).attr("style", "position:inherit");
319
+
320
+ }
321
+ function button_options_outer_wrapper_chk(dynamicId)
322
+ {
323
+ jQuery("#show_data_option_outer_wrapper_tr_chk_"+dynamicId).attr("style","display:block");
324
+ jQuery("#show_data_option_outer_wrapper_tr_chk_"+dynamicId).attr("style", "position:inherit");
325
+
326
+ }
327
+ function button_option_wrapper_chk(dynamicId)
328
+ {
329
+ jQuery("#show_data_option_wrapper_tr_chk_"+dynamicId).attr("style","display:block");
330
+ jQuery("#show_data_option_wrapper_tr_chk_"+dynamicId).attr("style", "position:inherit");
331
+
332
+ }
333
+ function button_option_label_chk(dynamicId)
334
+ {
335
+ jQuery("#show_data_option_label_tr_chk_"+dynamicId).attr("style","display:block");
336
+ jQuery("#show_data_option_label_tr_chk_"+dynamicId).attr("style", "position:inherit");
337
+
338
+ }
339
+ function delete_button_outer_label_chk(dynamicId)
340
+ {
341
+ jQuery("#show_data_label_tr_chk_"+dynamicId).attr("style","display:none");
342
+ jQuery("#button_set_outer_label_chk_"+dynamicId).val("");
343
+ }
344
+ function delete_button_set_description_chk(dynamicId)
345
+ {
346
+ jQuery("#show_data_description_tr_chk_"+dynamicId).attr("style","display:none");
347
+ jQuery("#ux_description_textarea_chk_"+dynamicId).val("");
348
+ }
349
+ function delete_button_options_outer_wrapper_chk(dynamicId)
350
+ {
351
+ jQuery("#show_data_option_outer_wrapper_tr_chk_"+dynamicId).attr("style","display:none");
352
+ jQuery("#ux_button_options_outer_wrapper_chk_"+dynamicId).val("");
353
+ }
354
+ function delete_button_option_wrapper_chk(dynamicId)
355
+ {
356
+ jQuery("#show_data_option_wrapper_tr_chk_"+dynamicId).attr("style","display:none");
357
+ jQuery("#ux_button_option_wrapper_chk_"+dynamicId).val("");
358
+ }
359
+ function delete_button_option_label_chk(dynamicId)
360
+ {
361
+ jQuery("#show_data_option_label_tr_chk_"+dynamicId).attr("style","display:none");
362
+ jQuery("#ux_button_option_label_chk_"+dynamicId).val("");
363
+ }
364
+ function save_checkbox_control(dynamicId)
365
+ {
366
+ array_checkbox[dynamicId] = [];
367
+ array_checkbox[dynamicId].push(5);
368
+ array_checkbox[dynamicId].push(dynamicId);
369
+ array_checkbox[dynamicId].push(jQuery("#ux_label_text_"+dynamicId).val());
370
+ if(jQuery("#ux_required_control_"+dynamicId).prop("checked") == true)
371
+ {
372
+ array_checkbox[dynamicId].push("1");
373
+ }
374
+ else
375
+ {
376
+ array_checkbox[dynamicId].push("0");
377
+ }
378
+ array_checkbox[dynamicId].push(jQuery("#ux_tooltip_control_"+dynamicId).val());
379
+ var checkbox_option_str = "";
380
+ var checkbox_optionId_str = "";
381
+ jQuery("#chk_"+dynamicId).hide();
382
+ jQuery("#add_chk_options_here_"+dynamicId).empty();
383
+ if(array_options_chk[dynamicId].length == 0)
384
+ {
385
+ jQuery("#chk_"+dynamicId).show();
386
+ }
387
+ for(var flag=0;flag<array_option_id_chk[dynamicId].length;flag++)
388
+ {
389
+ checkbox_option_str = checkbox_option_str+array_options_chk[dynamicId][flag];
390
+ if(flag < array_option_id_chk[dynamicId].length-1)
391
+ {
392
+ checkbox_option_str = checkbox_option_str+";";
393
+ }
394
+ options_dynamicId = array_option_id_chk[dynamicId][flag];
395
+ add_chk_options = array_options_chk[dynamicId][flag];
396
+ jQuery("#add_chk_options_here_"+dynamicId).append('<span id="input_id_'+options_dynamicId+'"><input id="chk_'+options_dynamicId+'" name="chk_'+options_dynamicId+'" type="checkbox"/><label style="margin:0px 5px;" id="chk_id_'+options_dynamicId+'" >'+add_chk_options+'</label></span>');
397
+ }
398
+ for(var flag=0;flag<array_option_id_chk[dynamicId].length;flag++)
399
+ {
400
+ checkbox_optionId_str = checkbox_optionId_str+array_option_id_chk[dynamicId][flag];
401
+ if(flag < array_option_id_chk[dynamicId].length-1)
402
+ {
403
+ checkbox_optionId_str = checkbox_optionId_str+";";
404
+ }
405
+ }
406
+ array_checkbox[dynamicId].push(checkbox_optionId_str);
407
+ array_checkbox[dynamicId].push(checkbox_option_str);
408
+ array_checkbox[dynamicId].push(jQuery("#ux_admin_label_"+dynamicId).val());
409
+ array_checkbox[dynamicId].push(jQuery("#ux_show_email_"+dynamicId).prop("checked"));
410
+ array_checkbox[dynamicId].push(jQuery("#button_set_outer_label_chk_"+dynamicId).val());
411
+ array_checkbox[dynamicId].push(jQuery("#ux_description_textarea_chk_"+dynamicId).val());
412
+ array_checkbox[dynamicId].push(jQuery("#ux_button_options_outer_wrapper_chk_"+dynamicId).val());
413
+ array_checkbox[dynamicId].push(jQuery("#ux_button_option_wrapper_chk_"+dynamicId).val());
414
+ array_checkbox[dynamicId].push(jQuery("#ux_button_option_label_chk_"+dynamicId).val());
415
+ jQuery("#control_label_"+dynamicId).html(jQuery("#ux_label_text_"+dynamicId).val()+" :");
416
+ var tooltip_text = jQuery("#ux_tooltip_control_"+dynamicId).val();
417
+ jQuery("#tooltip_txt_hidden_value_"+dynamicId).val(tooltip_text);
418
+ jQuery("#post_back_checkbox_"+dynamicId).attr("data-original-title",tooltip_text);
419
+ if(jQuery("#ux_required_control_"+dynamicId).prop("checked") == true)
420
+ {
421
+ jQuery("#txt_required_"+dynamicId).css("display","block");
422
+ }
423
+ else
424
+ {
425
+ jQuery("#txt_required_"+dynamicId).css("display","none");
426
+ }
427
+ CloseLightbox();
428
+ }
429
+ function enter_admin_label(dynamicId)
430
+ {
431
+ var ux_label = jQuery("#ux_label_text_"+dynamicId).val();
432
+ jQuery("#ux_admin_label_"+dynamicId).val(ux_label);
433
+ }
434
+ function white_space(e)
435
+ {
436
+ var regex = new RegExp("^[0-9a-zA-Z-.~`^_!@\b#$%&*()+={}\| ]+$");
437
+ var str = String.fromCharCode(!e.charCode ? e.which : e.charCode);
438
+ if (regex.test(str))
439
+ {
440
+ return true;
441
+ }
442
+ e.preventDefault();
443
+ return false;
444
+ }
445
+ </script>
446
+ <?php
447
+ }
448
+ ?>
includes/cb_date.php ADDED
@@ -0,0 +1,651 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ if($_REQUEST["param"] == "create_date_control")
3
+ {
4
+ $dynamicId = intval($_REQUEST["dynamicId"]);
5
+ $field_id = intval($_REQUEST["field_id"]);
6
+ ?>
7
+ <div class="layout-control-group div_border" id="div_<?php echo $dynamicId; ?>_12" >
8
+ <label class="layout-control-label" id="control_label_<?php echo $dynamicId; ?>" ><?php _e("Date", contact_bank); ?> : </label>
9
+ <span id="txt_required_<?php echo $dynamicId; ?>" class="error">*</span>
10
+ <div class="layout-controls hovertip" id="show_tooltip<?php echo $dynamicId; ?>">
11
+ <select class=" layout-span2" id="select_day_<?php echo $dynamicId; ?>" name="select_day_<?php echo $dynamicId; ?>" >
12
+ <option value="0"><?php _e("Day", contact_bank); ?></option>
13
+ <?php
14
+ for($flag=1; $flag <= 31; $flag++)
15
+ {
16
+ if($flag < 10)
17
+ {
18
+ ?>
19
+ <option value=<?php echo $flag; ?>>0<?php echo $flag; ?></option>
20
+ <?php
21
+ }
22
+ else
23
+ {
24
+ ?>
25
+ <option value=<?php echo $flag; ?>><?php echo $flag; ?></option>
26
+ <?php
27
+ }
28
+ }
29
+ ?>
30
+ </select>
31
+ <select class="layout-span3" id="select_month_<?php echo $dynamicId; ?>" name="select_month_<?php echo $dynamicId; ?>">
32
+ <option value="0"><?php _e("Month", contact_bank); ?></option>
33
+ <option value="1">January</option>
34
+ <option value="2">February</option>
35
+ <option value="3">March</option>
36
+ <option value="4">April</option>
37
+ <option value="5">May</option>
38
+ <option value="6">June</option>
39
+ <option value="7">July</option>
40
+ <option value="8">August</option>
41
+ <option value="9">September</option>
42
+ <option value="10">October</option>
43
+ <option value="11">November</option>
44
+ <option value="12">December</option>
45
+ </select>
46
+ <select class="layout-span2" id="select_year_<?php echo $dynamicId; ?>" name="select_year_<?php echo $dynamicId; ?>">
47
+ <option value="0"><?php _e("Year", contact_bank); ?></option>
48
+ <?php
49
+ for($flag=1900; $flag <= 2100; $flag++)
50
+ {
51
+ ?>
52
+ <option value=<?php echo $flag; ?>><?php echo $flag; ?></option>
53
+ <?php
54
+ }
55
+ ?>
56
+ </select>
57
+ <script type="text/javascript">
58
+ jQuery("#select_day_<?php echo $dynamicId; ?>").val(<?php echo date("d"); ?> );
59
+ jQuery("#select_month_<?php echo $dynamicId; ?>").val(<?php echo date("m"); ?> );
60
+ jQuery("#select_year_<?php echo $dynamicId; ?>").val(<?php echo date("Y"); ?> );
61
+ </script>
62
+ <a class="btn btn-info inline" href="#setting_controls_postback" id="add_setting_control_<?php echo $dynamicId; ?>"><?php _e( "Settings", contact_bank ); ?></a>
63
+ <a style="cursor:pointer;" onclick="delete_textbox(div_<?php echo $dynamicId; ?>_12,<?php echo $dynamicId; ?>)" id="anchor_del_<?php echo $dynamicId; ?>" >
64
+ <img src= "<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" style="margin-left: 1%;margin-bottom:-9px" onmouseover="img_show(<?php echo $dynamicId; ?>)" onmouseout="img_hide(<?php echo $dynamicId; ?>)" />
65
+ </a>
66
+ <br />
67
+ <span class="span-description" id="txt_description_<?php echo $dynamicId; ?>"></span>
68
+ </div>
69
+ </div>
70
+ <?php
71
+ die();
72
+ }
73
+ else
74
+ {
75
+ ?>
76
+ <div class="layout-span7">
77
+ <div class="widget-layout widget-tabs">
78
+ <div class="widget-layout-title">
79
+ <h4><?php _e( "Date Control", contact_bank ); ?></h4>
80
+ </div>
81
+ <div class="fluid-layout">
82
+ <div class="layout-span12">
83
+ <div class="widget-layout-body layout-form" >
84
+ <ul style="margin-bottom:30px;" class="nav nav-tabs" id="tabs-nohdr_<?php echo $dynamicId; ?>">
85
+ <li id="li3">
86
+ <a id="tab3" onclick="tabsFunc(this);"><?php _e( "Advanced", contact_bank ); ?></a>
87
+ </li>
88
+ <li id="li2">
89
+ <a id="tab2" onclick="tabsFunc(this);"><?php _e( "Options", contact_bank ); ?></a>
90
+ </li>
91
+ <li id="li1" class="active">
92
+ <a id="tab1" onclick="tabsFunc(this);"><?php _e( "Settings", contact_bank ); ?></a>
93
+ </li>
94
+ </ul>
95
+ <div id="tabs-nohdr-3">
96
+ <div id="div_optional_<?php echo $dynamicId; ?>">
97
+ <div class="layout-control-group">
98
+ <label class="layout-control-label"><?php _e( "Label", contact_bank ); ?> :</label>
99
+ <div class="layout-controls">
100
+ <input onkeyup="enter_admin_label(<?php echo $dynamicId; ?>);" value="<?php _e( "Date", contact_bank ); ?>" type="text" class="layout-span12" id="ux_label_text_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Label", contact_bank ); ?>" name="ux_label_text_<?php echo $dynamicId; ?>"/>
101
+ </div>
102
+ </div>
103
+ <div class="layout-control-group">
104
+ <label class="layout-control-label"><?php _e("Description", contact_bank); ?> :</label>
105
+ <div class="layout-controls">
106
+ <textarea class="layout-span12" id="ux_description_control_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Description", contact_bank ); ?>" name="ux_description_control_<?php echo $dynamicId; ?>"></textarea>
107
+ </div>
108
+ </div>
109
+ <div class="layout-control-group">
110
+ <label class="layout-control-label"><?php _e( "Required", contact_bank ); ?> :</label>
111
+ <div class="layout-controls">
112
+ <input type="radio" id="ux_required_control_<?php echo $dynamicId; ?>" name="ux_required_control_radio_<?php echo $dynamicId; ?>" value="1"/><label style="margin-left: 5px;"><?php _e( "Required", contact_bank ); ?></label>
113
+ <input type="radio" checked="checked" id="ux_required_<?php echo $dynamicId; ?>" name="ux_required_control_radio_<?php echo $dynamicId; ?>" value="0"/><label style="margin-left: 5px;"><?php _e( "Not Required", contact_bank ); ?></label>
114
+ </div>
115
+ </div>
116
+ <div class="layout-control-group">
117
+ <label class="layout-control-label"><?php _e("Tooltip Text", contact_bank); ?> :</label>
118
+ <div class="layout-controls">
119
+ <input type="text" class="layout-span12" id="ux_tooltip_control_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Tooltip", contact_bank ); ?>" name="ux_tooltip_control_<?php echo $dynamicId; ?>"/>
120
+ <input type="hidden" id="tooltip_txt_hidden_value_<?php echo $dynamicId; ?>" name="tooltip_txt_hidden_value_<?php echo $dynamicId; ?>" />
121
+ </div>
122
+ </div>
123
+ </div>
124
+ </div>
125
+ <div id="tabs-nohdr-2" style="display:none;">
126
+ <div id="div_optional_<?php echo $dynamicId; ?>">
127
+ <div class="layout-control-group">
128
+ <label class="layout-control-label"><?php _e( "Admin label", contact_bank ); ?> :</label>
129
+ <div class="layout-controls">
130
+ <input type="text" value="<?php _e( "Date", contact_bank ); ?>" class="layout-span12" id="ux_admin_label_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Admin Label", contact_bank ); ?>" name="ux_admin_label_<?php echo $dynamicId; ?>"/>
131
+ </div>
132
+ </div>
133
+ <div class="layout-control-group">
134
+ <label class="layout-control-label"><?php _e( "Do not show in the email", contact_bank ); ?> :</label>
135
+ <div class="layout-controls">
136
+ <input type="checkbox" id="ux_show_email_<?php echo $dynamicId; ?>" name="ux_show_email_<?php echo $dynamicId; ?>" value="1" >
137
+ </div>
138
+ </div>
139
+ <div class="layout-control-group">
140
+ <label class="layout-control-label"><?php _e( "Start year", contact_bank ); ?> :</label>
141
+ <div class="layout-controls">
142
+ <input type="text" value="1900" onkeypress="return OnlyNumbers(event)" maxlength="4" class="layout-span12" onkeydown="return start_year(event)" placeholder="<?php _e( "Enter Start Year", contact_bank ); ?>" onblur="test(<?php echo $dynamicId; ?>)" id="ux_start_year_label_<?php echo $dynamicId; ?>" name="ux_start_year_label_<?php echo $dynamicId; ?>"/>
143
+ </div>
144
+ </div>
145
+ <div class="layout-control-group">
146
+ <label class="layout-control-label"><?php _e( "End year", contact_bank ); ?> :</label>
147
+ <div class="layout-controls">
148
+ <input type="text" value="2100" onkeypress="return OnlyNumbers(event)" maxlength="4" class="layout-span12" onkeydown="return end_year(event)" id="ux_last_year_label_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter End Year ", contact_bank ); ?>" onblur="test(<?php echo $dynamicId; ?>)" name="ux_last_year_label_<?php echo $dynamicId; ?>"/>
149
+ </div>
150
+ </div>
151
+ <div class="layout-control-group">
152
+ <label class="layout-control-label"><?php _e( "Default value", contact_bank ); ?> :</label>
153
+ <div class="layout-controls">
154
+ <select class="layout-span4" name="ux_default_day_type_<?php echo $dynamicId; ?>" onchange="set_default_day(<?php echo $dynamicId; ?>)" id="ux_default_day_type_<?php echo $dynamicId; ?>">
155
+ <option value="inherit" selected="selected"><?php _e( "Day", contact_bank ); ?></option>
156
+ </select>
157
+ <label id="day_<?php echo $dynamicId; ?>"></label>
158
+ <select class="layout-span4" name="ux_default_month_type_<?php echo $dynamicId; ?>" onchange="set_default_month(<?php echo $dynamicId; ?>)" id="ux_default_month_type_<?php echo $dynamicId; ?>">
159
+ <option value="inherit" selected="selected"><?php _e( "Month", contact_bank ); ?></option>
160
+ </select>
161
+ <select class="layout-span4" name="ux_default_year_type_<?php echo $dynamicId; ?>" onchange="set_default_year(<?php echo $dynamicId; ?>)" id="ux_default_year_type_<?php echo $dynamicId; ?>">
162
+ <option value="inherit" selected="selected"><?php _e( "Year", contact_bank ); ?></option>
163
+ </select>
164
+ </div>
165
+ </div>
166
+ <div class="layout-control-group">
167
+ <label class="layout-control-label"><?php _e( "Error message if invalid date", contact_bank ); ?> :</label>
168
+ <div class="layout-controls">
169
+ <input type="text" class="layout-span12" id="ux_last_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Error Message", contact_bank ); ?>" name="ux_last_<?php echo $dynamicId; ?>" />
170
+ </div>
171
+ </div>
172
+ <div class="layout-control-group">
173
+ <label class="layout-control-label"><?php _e( "Date format", contact_bank ); ?> :</label>
174
+ <div class="layout-controls">
175
+ <select class="layout-span12" name="uxDefaultDateFormat_<?php echo $dynamicId; ?>" class="style required" id="uxDefaultDateFormat_<?php echo $dynamicId; ?>">
176
+ <?php
177
+ $date = date("j");
178
+ $monthName = date("F");
179
+ $monthNumeric = date("m");
180
+ $year = date("Y");
181
+ ?>
182
+ <option value="0" selected="selected"><?php echo $monthName ." ".$date.", ".$year; ?></option>
183
+ <option value="1" ><?php echo $year ."/".$monthNumeric."/".$date; ?></option>
184
+ <option value="2"><?php echo $monthNumeric ."/".$date."/".$year; ?></option>
185
+ <option value="3"><?php echo $date ."/".$monthNumeric."/".$year; ?></option>
186
+ </select>
187
+ </div>
188
+ </div>
189
+ </div>
190
+ </div>
191
+ <div id="tabs-nohdr-1" style="display:none;">
192
+ <div class="layout-control-group" id="div_advanced_<?php echo $dynamicId; ?>">
193
+ <div class="layout-control-group" id="ux_advance_label_<?php echo $dynamicId; ?>" style="display: none;" >
194
+ <label class="layout-control-label"><?php _e( "Css Label", contact_bank ); ?> :</label>
195
+ <div class="layout-controls">
196
+ <textarea class="layout-span11" id="ux_date_set_outer_label_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Css Label", contact_bank ); ?>" name="ux_date_set_outer_label_<?php echo $dynamicId; ?>"></textarea>
197
+ <a style="cursor:pointer;" onclick="delete_date_css_style_label(<?php echo $dynamicId; ?>);" id="anchor_del_" ><img src= "<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" style="vertical-align: middle" /></a>
198
+ </div>
199
+ </div>
200
+ <div class="layout-control-group" id="advance_text_input_<?php echo $dynamicId; ?>" style="display: none">
201
+ <label class="layout-control-label"><?php _e( "Css Text Input", contact_bank ); ?> :</label>
202
+ <div class="layout-controls">
203
+ <textarea class="layout-span11" id="ux_date_txt_input_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Css Text Input", contact_bank ); ?>" name="ux_date_txt_input_<?php echo $dynamicId; ?>"></textarea>
204
+ <a style="cursor:pointer;" onclick="delete_date_css_style_text_input(<?php echo $dynamicId; ?>);" id="anchor_del_" ><img src= "<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" style="vertical-align: middle" /></a>
205
+ </div>
206
+ </div>
207
+ <div class="layout-control-group" id="advance_text_description_<?php echo $dynamicId; ?>" style="display:none;">
208
+ <label class="layout-control-label"><?php _e( "Css Description", contact_bank ); ?> :</label>
209
+ <div class="layout-controls">
210
+ <textarea class="layout-span11" id="ux_date_description_textarea_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Css Description", contact_bank ); ?>" name="ux_date_description_textarea_<?php echo $dynamicId; ?>"></textarea>
211
+ <a style="cursor:pointer;" onclick="delete_date_css_style_description(<?php echo $dynamicId; ?>);" id="anchor_del_" ><img src= "<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" style="vertical-align: middle" /></a>
212
+ </div>
213
+ </div>
214
+ <div class="layout-control-group" id="ux_advance_day_<?php echo $dynamicId; ?>" style="display: none;" >
215
+ <label class="layout-control-label"><?php _e( "Css Day", contact_bank ); ?> :</label>
216
+ <div class="layout-controls">
217
+ <textarea class="layout-span11" id="ux_day_textarea_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Css Day", contact_bank ); ?>" name="ux_day_textarea_<?php echo $dynamicId; ?>"></textarea>
218
+ <a style="cursor:pointer;" onclick="delete_css_style_day(<?php echo $dynamicId; ?>);" id="anchor_del_" ><img src= "<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" style="vertical-align: middle" /></a>
219
+ </div>
220
+ </div>
221
+ <div class="layout-control-group" id="advance_text_month_<?php echo $dynamicId; ?>" style="display: none">
222
+ <label class="layout-control-label"><?php _e( "Css Month", contact_bank ); ?> :</label>
223
+ <div class="layout-controls">
224
+ <textarea class="layout-span11" id="ux_month_textarea_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Css Month", contact_bank ); ?>" name="ux_month_textarea_<?php echo $dynamicId; ?>"></textarea>
225
+ <a style="cursor:pointer;" onclick="delete_date_css_style_month(<?php echo $dynamicId; ?>);" id="anchor_del_" ><img src= "<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" style="vertical-align: middle" /></a>
226
+ </div>
227
+ </div>
228
+ <div class="layout-control-group" id="advance_text_year_<?php echo $dynamicId; ?>" style="display:none;">
229
+ <label class="layout-control-label"><?php _e( "Css Year", contact_bank ); ?> :</label>
230
+ <div class="layout-controls">
231
+ <textarea class="layout-span11" id="ux_year_textarea_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Css Year", contact_bank ); ?>" name="ux_year_textarea_<?php echo $dynamicId; ?>"></textarea>
232
+ <a style="cursor:pointer;" onclick="delete_css_style_year(<?php echo $dynamicId; ?>);" id="anchor_del_" ><img src= "<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" style="vertical-align: middle" /></a>
233
+ </div>
234
+ </div>
235
+ <div class="layout-control-group">
236
+ <label class="layout-control-label"><?php _e( "Add a style to", contact_bank ); ?> :</label>
237
+ <div class="layout-controls">
238
+ <input type="button" class="btn btn-inverse layout-span3" id="ux_button_label_style_<?php echo $dynamicId; ?>" name="ux_button_label_style_<?php echo $dynamicId; ?>" onclick="button_set_outer_label(<?php echo $dynamicId; ?>,12);" style="margin-bottom: 5px;" value="<?php _e( "Label", contact_bank ); ?>" />
239
+ <input type="button" class="btn btn-inverse layout-span4" id="ux_button_txt_input_save_<?php echo $dynamicId; ?>" name="ux_button_txt_input_save_<?php echo $dynamicId; ?>" onclick="button_set_txt_input(<?php echo $dynamicId; ?>,12);" style="margin-bottom: 5px;display: none;" value="<?php _e( "Text input", contact_bank ); ?>" />
240
+ <input type="button" class="btn btn-inverse layout-span4" id="ux_button_description_style_<?php echo $dynamicId; ?>" name="ux_button_description_style_<?php echo $dynamicId; ?>" onclick="button_set_description(<?php echo $dynamicId; ?>,12);" style="margin-bottom: 5px;" value="<?php _e( "Description", contact_bank ); ?>" />
241
+ <input type="button" class="btn btn-inverse layout-span5" id="ux_day_<?php echo $dynamicId; ?>" name="ux_day_<?php echo $dynamicId; ?>" onclick="ux_date_day(<?php echo $dynamicId; ?>,12);" style="margin-bottom: 5px;" value="<?php _e( "Date day dropdown", contact_bank ); ?>" />
242
+ <input type="button" class="btn btn-inverse layout-span5" id="ux_month_<?php echo $dynamicId; ?>" name="ux_month_<?php echo $dynamicId; ?>" onclick="ux_date_month(<?php echo $dynamicId; ?>,12);" style="margin-bottom: 5px;" value="<?php _e( "Date month dropdown", contact_bank ); ?>" />
243
+ <input type="button" class="btn btn-inverse layout-span5" id="ux_year_<?php echo $dynamicId; ?>" name="ux_year_<?php echo $dynamicId; ?>" onclick="ux_date_year(<?php echo $dynamicId; ?>,12);" style="margin-bottom: 5px;" value="<?php _e( "Date year dropdown", contact_bank ); ?>" />
244
+ </div>
245
+ </div>
246
+ </div>
247
+ </div>
248
+ </div>
249
+ </div>
250
+ </div>
251
+ </div>
252
+ <div class="layout-control-group">
253
+ <input type="button" style="float:left;margin-left: 0px;" class="btn btn-info layout-span2" onclick="save_date_control(<?php echo $dynamicId; ?>)" value="<?php _e( "Save", contact_bank ); ?>" />
254
+ </div>
255
+ </div>
256
+ <script type="text/javascript">
257
+ jQuery(".hovertip").tooltip();
258
+ function tabsFunc(control)
259
+ {
260
+ switch(control.id)
261
+ {
262
+ case "tab1":
263
+ jQuery("#tabs-nohdr-1").css("display","none");
264
+ jQuery("#tabs-nohdr-2").css("display","none");
265
+ jQuery("#tabs-nohdr-3").css("display","block");
266
+ jQuery("#li1").attr("class","active");
267
+ jQuery("#li2").removeAttr("class");
268
+ jQuery("#li3").removeAttr("class");
269
+ break;
270
+ case "tab2":
271
+ jQuery("#tabs-nohdr-1").css("display","none");
272
+ jQuery("#tabs-nohdr-3").css("display","none");
273
+ jQuery("#tabs-nohdr-2").css("display","block");
274
+ jQuery("#li2").attr("class","active");
275
+ jQuery("#li1").removeAttr("class");
276
+ jQuery("#li3").removeAttr("class");
277
+ break;
278
+ case "tab3":
279
+ jQuery("#tabs-nohdr-3").css("display","none");
280
+ jQuery("#tabs-nohdr-2").css("display","none");
281
+ jQuery("#tabs-nohdr-1").css("display","block");
282
+ jQuery("#li3").attr("class","active");
283
+ jQuery("#li1").removeAttr("class");
284
+ jQuery("#li2").removeAttr("class");
285
+ break;
286
+ }
287
+
288
+ }
289
+ function test(dynamicId)
290
+ {
291
+ var start_year = jQuery("#ux_start_year_label_"+dynamicId).val();
292
+ var end_year = jQuery("#ux_last_year_label_"+dynamicId).val();
293
+ var dropdown_year = "<select id=select_year_"+dynamicId+" name=select_year_"+dynamicId+">";
294
+ var ddl_heading = jQuery("#ux_show_date_"+dynamicId).prop("checked");
295
+ dropdown_year += "<option value=0><?php _e( "Year", contact_bank ); ?></option>";
296
+ for(flag=start_year; flag <= end_year; flag++)
297
+ {
298
+ dropdown_year += "<option value="+flag+">"+ flag + "</option>";
299
+ }
300
+ dropdown_year += "</select>";
301
+ jQuery("#bind_year_"+dynamicId).html(dropdown_year);
302
+ jQuery("#ux_default_year_type_"+dynamicId).html(dropdown_year);
303
+ jQuery("#select_year_"+dynamicId).html(dropdown_year);
304
+ }
305
+ function dropdown_heading(dynamicId)
306
+ {
307
+ var dropdown_day = "<select id=select_day_"+dynamicId+" name=select_day_"+dynamicId+">";
308
+ dropdown_day += "<option value=0><?php _e( "Day", contact_bank ); ?></option>";
309
+ for(flag=1; flag <= 31; flag++)
310
+ {
311
+ if(flag < 10)
312
+ {
313
+ dropdown_day += "<option value="+flag+">0"+ flag + "</option>";
314
+ }
315
+ else
316
+ {
317
+ dropdown_day += "<option value="+flag+">"+ flag + "</option>";
318
+ }
319
+ }
320
+ dropdown_day += "</select>";
321
+
322
+ var dropdown_month = "<select id=select_month_"+dynamicId+" name=select_month_"+dynamicId+">";
323
+ dropdown_month += "<option value=0><?php _e( "Month", contact_bank ); ?></option>";
324
+ dropdown_month +="<option value=1>January</option>";
325
+ dropdown_month +="<option value=2>February</option>";
326
+ dropdown_month +="<option value=3>March</option>";
327
+ dropdown_month +="<option value=4>April</option>";
328
+ dropdown_month +="<option value=5>May</option>";
329
+ dropdown_month +="<option value=6>June</option>";
330
+ dropdown_month +="<option value=7>July</option>";
331
+ dropdown_month +="<option value=8>August</option>";
332
+ dropdown_month +="<option value=9>September</option>";
333
+ dropdown_month +="<option value=10>October</option>";
334
+ dropdown_month +="<option value=11>November</option>";
335
+ dropdown_month +="<option value=12>December</option>";
336
+ dropdown_month += "</select>";
337
+ var start_year = jQuery("#ux_start_year_label_"+dynamicId).val();
338
+
339
+ if(start_year == "")
340
+ {
341
+ start_year1 = 1900;
342
+ }
343
+ else
344
+ {
345
+ start_year1 = start_year;
346
+ }
347
+ var end_year = jQuery("#ux_last_year_label_"+dynamicId).val();
348
+ if(end_year == "")
349
+ {
350
+ end_year1 = 2100;
351
+ }
352
+ else
353
+ {
354
+ end_year1 = end_year;
355
+ }
356
+ var dropdown_year = "<select id=select_year_"+dynamicId+" name=select_year_"+dynamicId+">";
357
+ dropdown_year += "<option value=0><?php _e( "Year", contact_bank ); ?></option>";
358
+ for(flag=start_year1; flag <= end_year1; flag++)
359
+ {
360
+ dropdown_year += "<option value="+flag+">"+ flag + "</option>";
361
+ }
362
+ dropdown_year += "</select>";
363
+ jQuery("#select_day_"+dynamicId).html(dropdown_day);
364
+ jQuery("#select_month_"+dynamicId).html(dropdown_month);
365
+ jQuery("#select_year_"+dynamicId).html(dropdown_year);
366
+ jQuery("#ux_default_month_type_"+dynamicId).html(dropdown_month);
367
+ jQuery("#ux_default_day_type_"+dynamicId).html(dropdown_day);
368
+ jQuery("#ux_default_year_type_"+dynamicId).html(dropdown_year);
369
+ var d = new Date();
370
+ var month = d.getMonth()+1;
371
+ var day = d.getDate();
372
+ var output = d.getFullYear();
373
+ jQuery("#ux_default_month_type_"+dynamicId).val(month);
374
+ jQuery("#ux_default_day_type_"+dynamicId).val(day);
375
+ jQuery("#ux_default_year_type_"+dynamicId).val(output);
376
+ }
377
+ function default_day(dynamicId,start_yr,end_yr)
378
+ {
379
+ var dropdown_day = "<select id=select_day_"+dynamicId+" name=select_day_"+dynamicId+">";
380
+ dropdown_day += "<option value=0><?php _e( "Day", contact_bank ); ?></option>";
381
+ for(flag=1; flag <= 31; flag++)
382
+ {
383
+ if(flag < 10)
384
+ {
385
+ dropdown_day += "<option value=0"+flag+">0"+ flag + "</option>";
386
+ }
387
+ else
388
+ {
389
+ dropdown_day += "<option value="+flag+">"+ flag + "</option>";
390
+ }
391
+ }
392
+ dropdown_day += "</select>";
393
+
394
+ var dropdown_month = "<select id=select_month_"+dynamicId+" name=select_month_"+dynamicId+">";
395
+ dropdown_month += "<option value=0><?php _e( "Month", contact_bank ); ?></option>";
396
+ dropdown_month +="<option value=1>January</option>";
397
+ dropdown_month +="<option value=2>February</option>";
398
+ dropdown_month +="<option value=3>March</option>";
399
+ dropdown_month +="<option value=4>April</option>";
400
+ dropdown_month +="<option value=5>May</option>";
401
+ dropdown_month +="<option value=6>June</option>";
402
+ dropdown_month +="<option value=7>July</option>";
403
+ dropdown_month +="<option value=8>August</option>";
404
+ dropdown_month +="<option value=9>September</option>";
405
+ dropdown_month +="<option value=10>October</option>";
406
+ dropdown_month +="<option value=11>November</option>";
407
+ dropdown_month +="<option value=12>December</option>";
408
+ dropdown_month += "</select>";
409
+
410
+ var start_year = jQuery("#ux_start_year_label_"+dynamicId).val();
411
+ start_year1 = (start_year == "" || start_yr == "") ? 1900 : start_year;
412
+
413
+ var end_year = jQuery("#ux_last_year_label_"+dynamicId).val();
414
+ end_year1 = (end_year == "" || end_yr == "") ? 2100 : end_year;
415
+
416
+ var dropdown_year = "<select id=select_year_"+dynamicId+" name=select_year_"+dynamicId+">";
417
+ dropdown_year += "<option value=0><?php _e( "Year", contact_bank ); ?></option>";
418
+
419
+ for(flag=start_year1; flag <= end_year1; flag++)
420
+ {
421
+ dropdown_year += "<option value="+flag+">"+ flag + "</option>";
422
+ }
423
+ dropdown_year += "</select>";
424
+
425
+ jQuery("#ux_default_day_type_"+dynamicId).html(dropdown_day);
426
+ jQuery("#ux_default_month_type_"+dynamicId).html(dropdown_month);
427
+ jQuery("#ux_default_year_type_"+dynamicId).html(dropdown_year);
428
+ }
429
+ function set_default_day(dynamicId)
430
+ {
431
+ var ux_default_day_type = jQuery("#ux_default_day_type_"+dynamicId).val();
432
+ jQuery("#select_day_"+dynamicId).val(ux_default_day_type);
433
+ }
434
+ function set_default_month(dynamicId)
435
+ {
436
+ var ux_default_day_type = jQuery("#ux_default_month_type_"+dynamicId).val();
437
+ jQuery("#select_month_"+dynamicId).val(ux_default_day_type);
438
+ }
439
+ function set_default_year(dynamicId)
440
+ {
441
+ var ux_default_day_type = jQuery("#ux_default_year_type_"+dynamicId).val();
442
+ jQuery("#select_year_"+dynamicId).val(ux_default_day_type);
443
+ }
444
+ var count = <?php echo $count; ?>;
445
+ if(count != 0)
446
+ {
447
+ var dynamicId = <?php echo $dynamicId; ?>;
448
+ jQuery("#ux_label_text_"+dynamicId).val(array_date[dynamicId][2]);
449
+ jQuery("#ux_description_control_"+dynamicId).html(array_date[dynamicId][3]);
450
+ if(array_date[dynamicId][4] == 1)
451
+ {
452
+ jQuery("#ux_required_control_"+dynamicId).attr("checked","checked");
453
+ }
454
+ else
455
+ {
456
+ jQuery("#ux_required_"+dynamicId).attr("checked","checked");
457
+ }
458
+ jQuery("#ux_tooltip_control_"+dynamicId).val(array_date[dynamicId][5]);
459
+ jQuery("#ux_admin_label_"+dynamicId).val(array_date[dynamicId][6]);
460
+
461
+ if(array_date[dynamicId][7] == true)
462
+ {
463
+ jQuery("#ux_show_email_"+dynamicId).attr("checked","checked");
464
+ }
465
+
466
+ jQuery("#ux_start_year_label_"+dynamicId).val(array_date[dynamicId][8]);
467
+ jQuery("#ux_last_year_label_"+dynamicId).val(array_date[dynamicId][9]);
468
+ jQuery("#ux_default_day_type_"+dynamicId).val(array_date[dynamicId][10]);
469
+ jQuery("#ux_default_month_type_"+dynamicId).val(array_date[dynamicId][11]);
470
+ jQuery("#ux_default_year_type_"+dynamicId).val(array_date[dynamicId][12]);
471
+ jQuery("#ux_last_"+dynamicId).val(array_date[dynamicId][13]);
472
+ jQuery("#uxDefaultDateFormat_"+dynamicId).val(array_date[dynamicId][14]);
473
+
474
+ if(array_date[dynamicId][15] != "")
475
+ {
476
+ jQuery("#ux_date_set_outer_label_"+dynamicId).html(array_date[dynamicId][15]);
477
+ jQuery("#ux_advance_label_"+dynamicId).attr("style","display:block");
478
+ jQuery("#ux_advance_label_"+dynamicId).attr("style","position:inherit");
479
+ }
480
+ if(array_date[dynamicId][16] != "")
481
+ {
482
+ jQuery("#ux_date_txt_input_"+dynamicId).html(array_date[dynamicId][16]);
483
+ jQuery("#advance_text_input_"+dynamicId).attr("style","display:block");
484
+ jQuery("#advance_text_input_"+dynamicId).attr("style","position:inherit");
485
+ }
486
+ if(array_date[dynamicId][17] != "")
487
+ {
488
+ jQuery("#ux_date_description_textarea_"+dynamicId).html(array_date[dynamicId][17]);
489
+ jQuery("#advance_text_description_"+dynamicId).attr("style","display:block");
490
+ jQuery("#advance_text_description_"+dynamicId).attr("style","position:inherit");
491
+ }
492
+ if(array_date[dynamicId][18] != "")
493
+ {
494
+ jQuery("#ux_day_textarea_"+dynamicId).html(array_date[dynamicId][18]);
495
+ jQuery("#ux_advance_day_"+dynamicId).attr("style","display:block");
496
+ jQuery("#ux_advance_day_"+dynamicId).attr("style","position:inherit");
497
+ }
498
+ if(array_date[dynamicId][19] != "")
499
+ {
500
+ jQuery("#ux_month_textarea_"+dynamicId).html(array_date[dynamicId][19]);
501
+ jQuery("#advance_text_month_"+dynamicId).attr("style","display:block");
502
+ jQuery("#advance_text_month_"+dynamicId).attr("style","position:inherit");
503
+ }
504
+ if(array_date[dynamicId][20] != "")
505
+ {
506
+ jQuery("#ux_year_textarea_"+dynamicId).html(array_date[dynamicId][20]);
507
+ jQuery("#advance_text_year_"+dynamicId).attr("style","display:block");
508
+ jQuery("#advance_text_year_"+dynamicId).attr("style","position:inherit");
509
+ }
510
+ }
511
+ function save_date_control(dynamicId)
512
+ {
513
+ array_date[dynamicId] = [];
514
+ array_date[dynamicId].push(12);
515
+ array_date[dynamicId].push(dynamicId);
516
+ array_date[dynamicId].push(jQuery("#ux_label_text_"+dynamicId).val());
517
+ array_date[dynamicId].push(jQuery("#ux_description_control_"+dynamicId).val());
518
+ if(jQuery("#ux_required_control_"+dynamicId).prop("checked") == true)
519
+ {
520
+ array_date[dynamicId].push("1");
521
+ }
522
+ else
523
+ {
524
+ array_date[dynamicId].push("0");
525
+ }
526
+ array_date[dynamicId].push(jQuery("#ux_tooltip_control_"+dynamicId).val());
527
+
528
+ array_date[dynamicId].push(jQuery("#ux_admin_label_"+dynamicId).val());
529
+ array_date[dynamicId].push(jQuery("#ux_show_email_"+dynamicId).prop("checked"));
530
+ array_date[dynamicId].push(jQuery("#ux_start_year_label_"+dynamicId).val());
531
+ array_date[dynamicId].push(jQuery("#ux_last_year_label_"+dynamicId).val());
532
+ array_date[dynamicId].push(jQuery("#ux_default_day_type_"+dynamicId).val());
533
+ array_date[dynamicId].push(jQuery("#ux_default_month_type_"+dynamicId).val());
534
+ array_date[dynamicId].push(jQuery("#ux_default_year_type_"+dynamicId).val());
535
+ array_date[dynamicId].push(jQuery("#ux_last_"+dynamicId).val());
536
+ array_date[dynamicId].push(jQuery("#uxDefaultDateFormat_"+dynamicId).val());
537
+ array_date[dynamicId].push(jQuery("#ux_date_set_outer_label_"+dynamicId).val());
538
+ array_date[dynamicId].push(jQuery("#ux_date_txt_input_"+dynamicId).val());
539
+ array_date[dynamicId].push(jQuery("#ux_date_description_textarea_"+dynamicId).val());
540
+ array_date[dynamicId].push(jQuery("#ux_day_textarea_"+dynamicId).val());
541
+ array_date[dynamicId].push(jQuery("#ux_month_textarea_"+dynamicId).val());
542
+ array_date[dynamicId].push(jQuery("#ux_year_textarea_"+dynamicId).val());
543
+
544
+ jQuery("#select_day_"+dynamicId).val(jQuery("#ux_default_day_type_"+dynamicId).val());
545
+ jQuery("#select_month_"+dynamicId).val(jQuery("#ux_default_month_type_"+dynamicId).val());
546
+
547
+ jQuery("#control_label_"+dynamicId).html(jQuery("#ux_label_text_"+dynamicId).val()+" :");
548
+ jQuery("#txt_description_"+dynamicId).html(jQuery("#ux_description_control_"+dynamicId).val());
549
+
550
+ var tooltip_text = jQuery("#ux_tooltip_control_"+dynamicId).val();
551
+
552
+ jQuery("#show_tooltip"+dynamicId).attr("data-original-title",tooltip_text);
553
+
554
+ if(jQuery("#ux_required_control_"+dynamicId).prop("checked") == true)
555
+ {
556
+ jQuery("#txt_required_"+dynamicId).css("display","block");
557
+ }
558
+ else
559
+ {
560
+ jQuery("#txt_required_"+dynamicId).css("display","none");
561
+ }
562
+ jQuery("#select_year_"+dynamicId).val(jQuery("#ux_default_year_type_"+dynamicId).val());
563
+ CloseLightbox();
564
+ }
565
+ function enter_admin_label(dynamicId)
566
+ {
567
+ var ux_label = jQuery("#ux_label_text_"+dynamicId).val();
568
+ jQuery("#ux_admin_label_"+dynamicId).val(ux_label);
569
+ }
570
+ function button_set_outer_label(dynamicId)
571
+ {
572
+ jQuery("#ux_advance_label_"+dynamicId).attr("display","block");
573
+ jQuery("#ux_advance_label_"+dynamicId).attr("style", "position:inherit");
574
+
575
+ }
576
+ function button_set_txt_input(dynamicId)
577
+ {
578
+ jQuery("#advance_text_input_"+dynamicId).attr("display","block");
579
+ jQuery("#advance_text_input_"+dynamicId).attr("style", "position:inherit");
580
+
581
+ }
582
+ function button_set_description(dynamicId)
583
+ {
584
+ jQuery("#advance_text_description_"+dynamicId).attr("display","block");
585
+ jQuery("#advance_text_description_"+dynamicId).attr("style", "position:inherit");
586
+
587
+ }
588
+ function ux_date_day(dynamicId)
589
+ {
590
+ jQuery("#ux_advance_day_"+dynamicId).attr("display","block");
591
+ jQuery("#ux_advance_day_"+dynamicId).attr("style", "position:inherit");
592
+
593
+ }
594
+ function ux_date_month(dynamicId)
595
+ {
596
+ jQuery("#advance_text_month_"+dynamicId).attr("display","block");
597
+ jQuery("#advance_text_month_"+dynamicId).attr("style", "position:inherit");
598
+
599
+ }
600
+ function ux_date_year(dynamicId)
601
+ {
602
+ jQuery("#advance_text_year_"+dynamicId).attr("display","block");
603
+ jQuery("#advance_text_year_"+dynamicId).attr("style", "position:inherit");
604
+
605
+ }
606
+ function delete_date_css_style_label(dynamicId)
607
+ {
608
+ jQuery("#ux_advance_label_"+dynamicId).css("display","none");
609
+ jQuery("#ux_date_set_outer_label_"+dynamicId).val("");
610
+ }
611
+ function delete_date_css_style_text_input(dynamicId)
612
+ {
613
+ jQuery("#advance_text_input_"+dynamicId).css("display","none");
614
+ jQuery("#ux_date_txt_input_"+dynamicId).val("");
615
+ }
616
+ function delete_date_css_style_description(dynamicId)
617
+ {
618
+ jQuery("#advance_text_description_"+dynamicId).css("display","none");
619
+ jQuery("#ux_date_description_textarea_"+dynamicId).val("");
620
+ }
621
+ function delete_css_style_day(dynamicId)
622
+ {
623
+ jQuery("#ux_advance_day_"+dynamicId).css("display","none");
624
+ jQuery("#ux_day_textarea_"+dynamicId).val("");
625
+ }
626
+ function delete_date_css_style_month(dynamicId)
627
+ {
628
+ jQuery("#advance_text_month_"+dynamicId).css("display","none");
629
+ jQuery("#ux_month_textarea_"+dynamicId).val("");
630
+ }
631
+ function delete_css_style_year(dynamicId)
632
+ {
633
+ jQuery("#advance_text_year_"+dynamicId).css("display","none");
634
+ jQuery("#ux_year_textarea_"+dynamicId).val("");
635
+ }
636
+ function OnlyNumbers(evt)
637
+ {
638
+ var charCode = (evt.which) ? evt.which : event.keyCode;
639
+ if ((charCode > 47 && charCode < 58) || charCode == 127 || charCode == 8)
640
+ {
641
+ return true;
642
+ }
643
+ else
644
+ {
645
+ return false;
646
+ }
647
+ }
648
+ </script>
649
+ <?php
650
+ }
651
+ ?>
includes/cb_dropdown.php ADDED
@@ -0,0 +1,406 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ if($_REQUEST["param"] == "create_select_control")
3
+ {
4
+ $dynamicId = intval($_REQUEST["dynamicId"]);
5
+ $field_id = intval($_REQUEST["field_id"]);
6
+ ?>
7
+ <div class="layout-control-group div_border" id="div_<?php echo $dynamicId; ?>_4">
8
+ <label class="layout-control-label" id="control_label_<?php echo $dynamicId; ?>" ><?php _e("Untitled", contact_bank); ?> :</label>
9
+ <span id="txt_required_<?php echo $dynamicId; ?>" class="error">*</span>
10
+ <div class="layout-controls hovertip" id="show_tooltip<?php echo $dynamicId; ?>">
11
+ <select class=" layout-span7" id="select_<?php echo $dynamicId; ?>" name="select_<?php echo $dynamicId; ?>">
12
+ <option value="0"><?php _e("Select option",contact_bank);?></option>
13
+ </select>
14
+ <a class="btn btn-info inline" href="#setting_controls_postback" id="add_setting_control_<?php echo $dynamicId; ?>" ><?php _e( "Settings", contact_bank); ?></a>
15
+ <a style="cursor:pointer;" onclick="delete_textbox(div_<?php echo $dynamicId; ?>_4,<?php echo $dynamicId; ?>)" id="anchor_del_<?php echo $dynamicId; ?>">
16
+ <img src= "<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" style="margin-left: 1%;margin-bottom:-9px" onmouseover="img_show(<?php echo $dynamicId; ?>)" onmouseout="img_hide(<?php echo $dynamicId; ?>)" />
17
+ </a>
18
+ </div>
19
+ </div>
20
+ <?php
21
+ die();
22
+ }
23
+ else
24
+ {
25
+ ?>
26
+ <div class="layout-span7">
27
+ <div class="widget-layout widget-tabs">
28
+ <div class="widget-layout-title">
29
+ <h4><?php _e( "Dropdown Control", contact_bank ); ?></h4>
30
+ </div>
31
+ <div class="fluid-layout">
32
+ <div class="layout-span12">
33
+ <div class="widget-layout-body layout-form" >
34
+ <ul style="margin-bottom:30px;" class="nav nav-tabs" id="tabs-nohdr_<?php echo $dynamicId; ?>">
35
+ <li id="li3">
36
+ <a id="tab3" onclick="tabsFunc(this);"><?php _e( "Advanced", contact_bank ); ?></a>
37
+ </li>
38
+ <li id="li2">
39
+ <a id="tab2" onclick="tabsFunc(this);"><?php _e( "Options", contact_bank ); ?></a>
40
+ </li>
41
+ <li id="li1" class="active">
42
+ <a id="tab1" onclick="tabsFunc(this);"><?php _e( "Settings", contact_bank ); ?></a>
43
+ </li>
44
+ </ul>
45
+ <div id="tabs-nohdr-3">
46
+ <div id="div_settings_<?php echo $dynamicId; ?>">
47
+ <div class="layout-control-group">
48
+ <label class="layout-control-label"><?php _e( "Label", contact_bank ); ?> :</label>
49
+ <div class="layout-controls">
50
+ <input type="text" class="layout-span11" onkeyup="enter_admin_label(<?php echo $dynamicId; ?>);" value="<?php _e( "Untitled", contact_bank ); ?>" id="ux_label_text_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Label", contact_bank ); ?>" name="ux_label_text_<?php echo $dynamicId; ?>" />
51
+ </div>
52
+ </div>
53
+ <div class="layout-control-group">
54
+ <label class="layout-control-label"><?php _e( "Required", contact_bank ); ?> :</label>
55
+ <div class="layout-controls">
56
+ <input type="radio" id="ux_required_control_<?php echo $dynamicId; ?>" name="ux_required_control_radio_<?php echo $dynamicId; ?>" value="1"/><label style="margin-left: 5px;"><?php _e( "Required", contact_bank ); ?></label>
57
+ <input type="radio" checked="checked" id="ux_required_<?php echo $dynamicId; ?>" name="ux_required_control_radio_<?php echo $dynamicId; ?>" value="0"/><label style="margin-left: 5px;"><?php _e( "Not Required", contact_bank ); ?></label>
58
+ </div>
59
+ </div>
60
+ <div class="layout-control-group">
61
+ <label class="layout-control-label"><?php _e("Tooltip Text", contact_bank); ?> : </label>
62
+ <div class="layout-controls">
63
+ <input type="text" class="layout-span11" id="ux_tooltip_control_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Tooltip", contact_bank ); ?>" name="ux_tooltip_control_<?php echo $dynamicId; ?>"/>
64
+ </div>
65
+ <input type="hidden" id="tooltip_txt_hidden_value_<?php echo $dynamicId; ?>" name="tooltip_txt_hidden_value_<?php echo $dynamicId; ?>" />
66
+ </div>
67
+ <div class="layout-control-group">
68
+ <label class="layout-control-label"><?php _e("Options", contact_bank); ?> : </label>
69
+ <div class="layout-controls">
70
+ <input type="text" onKeyPress="white_space(event)" class="layout-span9" id="ddl_options_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Option", contact_bank ); ?>" name="ddl_options_<?php echo $dynamicId; ?>" /><input class="btn btn-info layout-span3" value="<?php _e( "Add option", contact_bank ); ?>" type="button" id="ddl_options_button_<?php echo $dynamicId; ?>" onclick="add_ddl_options(<?php echo $dynamicId; ?>);" name="ddl_options_button_<?php echo $dynamicId; ?>" />
71
+ </div>
72
+ </div>
73
+ <div class="layout-control-group">
74
+ <span id="dropdown_ddl_option_<?php echo $dynamicId; ?>"></span>
75
+ </div>
76
+ </div>
77
+ </div>
78
+ <div id="tabs-nohdr-2" style="display:none;">
79
+ <div id="div_optional_<?php echo $dynamicId; ?>">
80
+ <div class="layout-control-group">
81
+ <label class="layout-control-label"><?php _e( "Admin Label", contact_bank ); ?> : </label>
82
+ <div class="layout-controls">
83
+ <input type="text" class="layout-span11" value="<?php _e( "Untitled", contact_bank ); ?>" id="ux_admin_label_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Admin Label", contact_bank ); ?>" name="ux_admin_label_<?php echo $dynamicId; ?>" />
84
+ </div>
85
+ </div>
86
+ <div class="layout-control-group">
87
+ <label class="layout-control-label"><?php _e( "Do not show in the email", contact_bank ); ?> :</label>
88
+ <div class="layout-controls">
89
+ <input type="checkbox" id="ux_email_<?php echo $dynamicId; ?>" name="ux_email_<?php echo $dynamicId; ?>" value="1" >
90
+ </div>
91
+ </div>
92
+ </div>
93
+ </div>
94
+ <div id="tabs-nohdr-1" style="display:none;">
95
+ <div id="div_advanced_<?php echo $dynamicId; ?>">
96
+ <div class="layout-control-group" id="show_data_label_tr_ddl_<?php echo $dynamicId; ?>" style="display: none">
97
+ <label class="layout-control-label"><?php _e("Css Label", contact_bank); ?> :</label>
98
+ <div class="layout-controls">
99
+ <textarea class="layout-span11" id="button_set_outer_label_ddl_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Css Label", contact_bank ); ?>" name="button_set_outer_label_<?php echo $dynamicId; ?>"></textarea>
100
+ <a style="cursor:pointer;" onclick="delete_button_outer_label_ddl(<?php echo $dynamicId; ?>);" ><img src= "<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" style="vertical-align: middle" /></a>
101
+ </div>
102
+ </div>
103
+ <div class="layout-control-group" id="show_data_dropdown_menu_tr_ddl_<?php echo $dynamicId; ?>" style="display: none">
104
+ <label class="layout-control-label"><?php _e("Css Dropdown Menu", contact_bank); ?> :</label>
105
+ <div class="layout-controls">
106
+ <textarea class="layout-span11" id="ux_dropdown_menu_textarea_ddl_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Css Dropdown Menu", contact_bank ); ?>" name="ux_dropdown_menu_textarea_<?php echo $dynamicId; ?>" ></textarea>
107
+ <a style="cursor:pointer;" onclick="delete_button_dropdown_menu_ddl(<?php echo $dynamicId; ?>);" ><img src= "<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" style="vertical-align: middle" /></a>
108
+ </div>
109
+ </div>
110
+ <div class="layout-control-group" id="show_data_description_tr_ddl_<?php echo $dynamicId; ?>" style="display: none">
111
+ <label class="layout-control-label"><?php _e( "Css Description", contact_bank ); ?> :</label>
112
+ <div class="layout-controls">
113
+ <textarea class="layout-span11" id="ux_description_textarea_ddl_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Css Description", contact_bank ); ?>" name="ux_description_textarea_<?php echo $dynamicId; ?>"></textarea>
114
+ <a style="cursor:pointer;" onclick="delete_button_set_description_ddl(<?php echo $dynamicId; ?>);" ><img src= "<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" style="vertical-align: middle" /></a>
115
+ </div>
116
+ </div>
117
+ <div class="layout-control-group">
118
+ <label class="layout-control-label"><?php _e( "Add a style to", contact_bank ); ?> :</label>
119
+ <div class="layout-controls">
120
+ <input type="button" class="btn btn-inverse layout-span4" id="ux_button_label_style_<?php echo $dynamicId; ?>" name="ux_button_label_style_<?php echo $dynamicId; ?>" onclick="button_set_outer_label_ddl(<?php echo $dynamicId; ?>);" value="<?php _e( "Label", contact_bank ); ?>" />
121
+ <input type="button" class="btn btn-inverse layout-span4" id="ux_button_dropdown_menu_<?php echo $dynamicId; ?>" name="ux_button_dropdown_menu_<?php echo $dynamicId; ?>" onclick="button_dropdown_menu_ddl(<?php echo $dynamicId; ?>);" value="<?php _e( "Dropdown menu", contact_bank ); ?>" />
122
+ <input type="button" style="display: none;" class="btn btn-inverse layout-span4" id="ux_button_description_style_<?php echo $dynamicId; ?>" name="ux_button_description_style_<?php echo $dynamicId; ?>" onclick="button_set_description_ddl(<?php echo $dynamicId; ?>);" value="<?php _e( "Description", contact_bank ); ?>" />
123
+ </div>
124
+ </div>
125
+ </div>
126
+ </div>
127
+ </div>
128
+ </div>
129
+ </div>
130
+ </div>
131
+ <div class="layout-control-group">
132
+ <input type="button" style="float:left;margin-left: 0px;" class="btn btn-info layout-span2" onclick="save_dropdownlist_control(<?php echo $dynamicId; ?>)" value="<?php _e( "Save", contact_bank ); ?>" />
133
+ </div>
134
+ </div>
135
+ <script type="text/javascript">
136
+ var dynamicId = <?php echo $dynamicId ?>;
137
+ array_option_id_dropdown[dynamicId] = [];
138
+ array_options_dropdown[dynamicId] = [];
139
+ jQuery(".hovertip").tooltip();
140
+ function tabsFunc(control)
141
+ {
142
+
143
+ switch(control.id)
144
+ {
145
+ case "tab1":
146
+ jQuery("#tabs-nohdr-1").css("display","none");
147
+ jQuery("#tabs-nohdr-2").css("display","none");
148
+ jQuery("#tabs-nohdr-3").css("display","block");
149
+ jQuery("#li1").attr("class","active");
150
+ jQuery("#li2").removeAttr("class");
151
+ jQuery("#li3").removeAttr("class");
152
+ break;
153
+ case "tab2":
154
+ jQuery("#tabs-nohdr-1").css("display","none");
155
+ jQuery("#tabs-nohdr-3").css("display","none");
156
+ jQuery("#tabs-nohdr-2").css("display","block");
157
+ jQuery("#li2").attr("class","active");
158
+ jQuery("#li1").removeAttr("class");
159
+ jQuery("#li3").removeAttr("class");
160
+ break;
161
+ case "tab3":
162
+ jQuery("#tabs-nohdr-3").css("display","none");
163
+ jQuery("#tabs-nohdr-2").css("display","none");
164
+ jQuery("#tabs-nohdr-1").css("display","block");
165
+ jQuery("#li3").attr("class","active");
166
+ jQuery("#li1").removeAttr("class");
167
+ jQuery("#li2").removeAttr("class");
168
+ break;
169
+ }
170
+
171
+ }
172
+ function button_set_outer_label_ddl(dynamicId)
173
+ {
174
+ jQuery("#show_data_label_tr_ddl_"+dynamicId).attr("style","display:block");
175
+ jQuery("#show_data_label_tr_ddl_"+dynamicId).attr("style", "position:inherit");
176
+ }
177
+ function button_dropdown_menu_ddl(dynamicId)
178
+ {
179
+ jQuery("#show_data_dropdown_menu_tr_ddl_"+dynamicId).attr("style","display:block");
180
+ jQuery("#show_data_dropdown_menu_tr_ddl_"+dynamicId).attr("style", "position:inherit");
181
+ }
182
+ function button_set_description_ddl(dynamicId)
183
+ {
184
+ jQuery("#show_data_description_tr_ddl_"+dynamicId).attr("style","display:block");
185
+ jQuery("#show_data_description_tr_ddl_"+dynamicId).attr("style", "position:inherit");
186
+ }
187
+ function delete_button_outer_label_ddl(dynamicId)
188
+ {
189
+ jQuery("#show_data_label_tr_ddl_"+dynamicId).attr("style","display:none");
190
+ jQuery("#button_set_outer_label_ddl_"+dynamicId).val("");
191
+ }
192
+ function delete_button_dropdown_menu_ddl(dynamicId)
193
+ {
194
+ jQuery("#show_data_dropdown_menu_tr_ddl_"+dynamicId).attr("style","display:none");
195
+ jQuery("#ux_dropdown_menu_textarea_ddl_"+dynamicId).val("");
196
+ }
197
+ function delete_button_set_description_ddl(dynamicId)
198
+ {
199
+ jQuery("#show_data_description_tr_ddl_"+dynamicId).attr("style","display:none");
200
+ jQuery("#ux_description_textarea_ddl_"+dynamicId).val("");
201
+ }
202
+ function delete_css_style(dynamicId)
203
+ {
204
+ jQuery("#cb_div_show_outer_wrapper_" +dynamicId).remove();
205
+ array_css_style.splice(index, 1);
206
+ jQuery("#cb_css_no_style").css("display","block");
207
+ }
208
+ function set_default_value(dynamicId)
209
+ {
210
+ var default_value = jQuery("#ux_default_value_"+dynamicId).val();
211
+ jQuery("#select_"+dynamicId).val(default_value);
212
+ }
213
+ var count = <?php echo $count; ?>;
214
+ if(count != 0)
215
+ {
216
+ var dynamicId = <?php echo $dynamicId; ?>;
217
+ if(array_dropdown[dynamicId][5] != "")
218
+ {
219
+ var optionId_str = array_dropdown[dynamicId][5];
220
+ var optionId = optionId_str.split(";");
221
+ var option_value_str = array_dropdown[dynamicId][6];
222
+ var option_value = option_value_str.split(";");
223
+
224
+ for(var flag = 0;flag <optionId.length ;flag++)
225
+ {
226
+ var optionsId = optionId[flag];
227
+ var ddl_options = option_value[flag];
228
+ array_options_dropdown[dynamicId].push(ddl_options);
229
+ array_option_id_dropdown[dynamicId].push(optionsId);
230
+ jQuery("#dropdown_ddl_option_"+dynamicId).append('<div class="layout-control-group" id="input_option_tr_'+optionsId+'"><div class="layout-controls"><input type="text" class="layout-span8" id="input_option_'+optionsId+'" name="input_option_'+optionsId+'" value="'+ddl_options+'" /><input type="hidden" value="'+ddl_options+'" id="ddl_existing_options_'+optionsId+'" name="ddl_existing_options_'+optionsId+'" /><a style="padding-left:2px;" onclick="delete_ddl_option('+optionsId+','+dynamicId+')" ><img style="vertical-align: top;margin-top: 2px;" src="<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" /></a><input class="btn btn-info layout-span3" type="button" onclick="update_dropdown_option('+optionsId+','+dynamicId+')" value="<?php _e( "Update", contact_bank ); ?>"></div></div>');
231
+ }
232
+ }
233
+ jQuery("#ux_label_text_"+dynamicId).val(array_dropdown[dynamicId][2]);
234
+ if(array_dropdown[dynamicId][3] == 1)
235
+ {
236
+ jQuery("#ux_required_control_"+dynamicId).attr("checked","checked");
237
+ }
238
+ else
239
+ {
240
+ jQuery("#ux_required_"+dynamicId).attr("checked","checked");
241
+ }
242
+ jQuery("#ux_tooltip_control_"+dynamicId).val(array_dropdown[dynamicId][4]);
243
+ jQuery("#ux_admin_label_"+dynamicId).val(array_dropdown[dynamicId][7]);
244
+ if(array_dropdown[dynamicId][8] == true)
245
+ {
246
+ jQuery("#ux_email_"+dynamicId).attr("checked","checked");
247
+ }
248
+ if(array_dropdown[dynamicId][9] != "")
249
+ {
250
+ jQuery("#button_set_outer_label_ddl_"+dynamicId).html(array_dropdown[dynamicId][9]);
251
+ jQuery("#show_data_label_tr_ddl_"+dynamicId).attr("style","display:block");
252
+ jQuery("#show_data_label_tr_ddl_"+dynamicId).attr("style","position:inherit");
253
+ }
254
+ if(array_dropdown[dynamicId][10] != "")
255
+ {
256
+ jQuery("#ux_dropdown_menu_textarea_ddl_"+dynamicId).html(array_dropdown[dynamicId][10]);
257
+ jQuery("#show_data_dropdown_menu_tr_ddl_"+dynamicId).attr("style","display:block");
258
+ jQuery("#show_data_dropdown_menu_tr_ddl_"+dynamicId).attr("style","position:inherit");
259
+ }
260
+ if(array_dropdown[dynamicId][11] != "")
261
+ {
262
+ jQuery("#ux_description_textarea_ddl_"+dynamicId).html(array_dropdown[dynamicId][11]);
263
+ jQuery("#show_data_description_tr_ddl_"+dynamicId).attr("style","display:block");
264
+ jQuery("#show_data_description_tr_ddl_"+dynamicId).attr("style","position:inherit");
265
+ }
266
+ }
267
+ function add_ddl_options(dynamicId)
268
+ {
269
+ var ddl_options = jQuery("#ddl_options_"+dynamicId).val();
270
+ if(ddl_options=="")
271
+ {
272
+ alert("<?php _e( "Please Fill an Option.", contact_bank ); ?>");
273
+ }
274
+ else
275
+ {
276
+ var place_of_option_in_array = jQuery.inArray(ddl_options,array_options_dropdown[dynamicId]);
277
+ if(place_of_option_in_array == -1)
278
+ {
279
+ var optionsId = Math.floor((Math.random()*1000)+1);
280
+ jQuery("#dropdown_ddl_option_"+dynamicId).append('<div class="layout-control-group" id="input_option_tr_'+optionsId+'"><div class="layout-controls"><input type="text" class="layout-span8" id="input_option_'+optionsId+'" name="input_option_'+optionsId+'" value="'+ddl_options+'"/><input type="hidden" value="'+ddl_options+'" id="ddl_existing_options_'+optionsId+'" name="ddl_existing_options_'+optionsId+'" value="'+ddl_options+'" /><a style="padding-left:2px;" onclick="delete_ddl_option('+optionsId+','+dynamicId+')" ><img style="vertical-align: top;margin-top: 2px;" src="<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" /></a><input class="btn btn-info layout-span3" style="margin-left:5px;" type="button" onclick="update_dropdown_option('+optionsId+','+dynamicId+')" value="<?php _e( "Update", contact_bank ); ?>"></div></div>');
281
+ jQuery("#ddl_options_"+dynamicId).val("");
282
+ array_option_id_dropdown[dynamicId].push(optionsId);
283
+ array_options_dropdown[dynamicId].push(ddl_options);
284
+
285
+ }
286
+ else
287
+ {
288
+ alert("<?php _e( "This Option Already Exists. ", contact_bank ); ?>");
289
+ }
290
+ }
291
+ }
292
+ function delete_ddl_option(optionsId,dynamicId)
293
+ {
294
+ var input_type_value = jQuery("#input_option_"+optionsId).val();
295
+ jQuery("#input_option_tr_"+optionsId).remove("");
296
+ var place_of_option_in_array_id = jQuery.inArray(input_type_value,array_options_dropdown[dynamicId]);
297
+ if(place_of_option_in_array_id != -1)
298
+ {
299
+ array_options_dropdown[dynamicId].splice(place_of_option_in_array_id,1);
300
+ array_option_id_dropdown[dynamicId].splice(place_of_option_in_array_id,1);
301
+ }
302
+ }
303
+ function update_dropdown_option(optionsId,dynamicId)
304
+ {
305
+ var existing_input_type_value = jQuery("#ddl_existing_options_"+optionsId).val();
306
+ var updated_input_type_value = jQuery("#input_option_"+optionsId).val();
307
+ var check_option_in_array = jQuery.inArray(updated_input_type_value,array_options_dropdown[dynamicId]);
308
+ if(check_option_in_array != -1)
309
+ {
310
+ alert("<?php _e( "This Option Already Exists. ", contact_bank ); ?>");
311
+ if(existing_input_type_value != 0)
312
+ {
313
+ jQuery("#input_option_"+optionsId).val(existing_input_type_value);
314
+ }
315
+ }
316
+ else
317
+ {
318
+ place_of_option_in_array = jQuery.inArray(existing_input_type_value,array_options_dropdown[dynamicId]);
319
+ array_options_dropdown[dynamicId][place_of_option_in_array] = updated_input_type_value;
320
+ jQuery("#ddl_existing_options_"+optionsId).val(updated_input_type_value);
321
+ alert("<?php _e( "Option updated", contact_bank ); ?>")
322
+ }
323
+ }
324
+ function change_label_drop(optionsId)
325
+ {
326
+ var lable_value = jQuery("#input_option_"+optionsId).val();
327
+ jQuery("#option_tr_"+optionsId).html(lable_value);
328
+ }
329
+ function save_dropdownlist_control(dynamicId)
330
+ {
331
+ array_dropdown[dynamicId] = [];
332
+ array_dropdown[dynamicId].push(4);
333
+ array_dropdown[dynamicId].push(dynamicId);
334
+ array_dropdown[dynamicId].push(jQuery("#ux_label_text_"+dynamicId).val());
335
+ if(jQuery("#ux_required_control_"+dynamicId).prop("checked") == true)
336
+ {
337
+ array_dropdown[dynamicId].push("1");
338
+ }
339
+ else
340
+ {
341
+ array_dropdown[dynamicId].push("0");
342
+ }
343
+ array_dropdown[dynamicId].push( jQuery("#ux_tooltip_control_"+dynamicId).val());
344
+ var dropdown_optionId_str = "";
345
+ jQuery("#select_"+dynamicId).append().empty();
346
+ jQuery("#select_"+dynamicId).append('<option value="0"><?php _e("Select option",contact_bank);?></option>');
347
+ for(var flag=0;flag<array_option_id_dropdown[dynamicId].length;flag++)
348
+ {
349
+ dropdown_optionId_str = dropdown_optionId_str+array_option_id_dropdown[dynamicId][flag];
350
+ if(flag < array_option_id_dropdown[dynamicId].length-1)
351
+ {
352
+ dropdown_optionId_str = dropdown_optionId_str+";";
353
+ }
354
+ optionsId = array_option_id_dropdown[dynamicId][flag];
355
+ ddl_options = array_options_dropdown[dynamicId][flag];
356
+ jQuery("#select_"+dynamicId).append('<option id="option_tr_'+optionsId+'" value='+ddl_options+'>'+ddl_options+'</option>');
357
+ }
358
+ var dropdown_option_str = "";
359
+ for(var flag=0;flag<array_option_id_dropdown[dynamicId].length;flag++)
360
+ {
361
+ dropdown_option_str = dropdown_option_str+array_options_dropdown[dynamicId][flag];
362
+ if(flag < array_option_id_dropdown[dynamicId].length-1)
363
+ {
364
+ dropdown_option_str = dropdown_option_str+";";
365
+ }
366
+ }
367
+ array_dropdown[dynamicId].push(dropdown_optionId_str);
368
+ array_dropdown[dynamicId].push(dropdown_option_str);
369
+ array_dropdown[dynamicId].push(jQuery("#ux_admin_label_"+dynamicId).val());
370
+ array_dropdown[dynamicId].push( jQuery("#ux_email_"+dynamicId).prop("checked"));
371
+ array_dropdown[dynamicId].push(jQuery("#button_set_outer_label_ddl_"+dynamicId).val());
372
+ array_dropdown[dynamicId].push(jQuery("#ux_dropdown_menu_textarea_ddl_"+dynamicId).val());
373
+ array_dropdown[dynamicId].push(jQuery("#ux_description_textarea_ddl_"+dynamicId).val());
374
+ jQuery("#control_label_"+dynamicId).html(jQuery("#ux_label_text_"+dynamicId).val()+" :");
375
+ var tooltip_text = jQuery("#ux_tooltip_control_"+dynamicId).val();
376
+ jQuery("#show_tooltip"+dynamicId).attr("data-original-title",tooltip_text);
377
+ if(jQuery("#ux_required_control_"+dynamicId).prop("checked") == true)
378
+ {
379
+ jQuery("#txt_required_"+dynamicId).css("display","block");
380
+ }
381
+ else
382
+ {
383
+ jQuery("#txt_required_"+dynamicId).css("display","none");
384
+ }
385
+ CloseLightbox();
386
+ }
387
+ function enter_admin_label(dynamicId)
388
+ {
389
+ var ux_label = jQuery("#ux_label_text_"+dynamicId).val();
390
+ jQuery("#ux_admin_label_"+dynamicId).val(ux_label);
391
+ }
392
+ function white_space(e)
393
+ {
394
+ var regex = new RegExp("^[0-9a-zA-Z-.~`^_!@\b#$%&*()+={}\| ]+$");
395
+ var str = String.fromCharCode(!e.charCode ? e.which : e.charCode);
396
+ if (regex.test(str))
397
+ {
398
+ return true;
399
+ }
400
+ e.preventDefault();
401
+ return false;
402
+ }
403
+ </script>
404
+ <?php
405
+ }
406
+ ?>
includes/cb_email.php ADDED
@@ -0,0 +1,350 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ if($_REQUEST["param"] == "create_email_control")
4
+ {
5
+ $dynamicId = intval($_REQUEST["dynamicId"]);
6
+ $field_id = intval($_REQUEST["field_id"]);
7
+ ?>
8
+ <div class="layout-control-group div_border" id="div_<?php echo $dynamicId; ?>_3">
9
+ <label class="layout-control-label" id="control_label_<?php echo $dynamicId; ?>" ><?php _e("Email", contact_bank); ?> : </label>
10
+ <span style="display: block" id="txt_required_<?php echo $dynamicId; ?>" class="error">*</span>
11
+ <div class="layout-controls" id="show_tooltip<?php echo $dynamicId; ?>">
12
+ <input class="hovertip layout-span7" type="text" id="email_<?php echo $dynamicId; ?>" name="email_<?php echo $dynamicId; ?>" />
13
+ <a class="btn btn-info inline" id="add_setting_control_<?php echo $dynamicId; ?>" href="#setting_controls_postback" ><?php _e( "Settings", contact_bank ); ?></a>
14
+ <a style="cursor:pointer;" onclick="delete_textbox(div_<?php echo $dynamicId; ?>_3,<?php echo $dynamicId; ?>)" id="anchor_del_<?php echo $dynamicId; ?>" >
15
+ <img src= "<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" style="margin-left: 1%;margin-bottom:-9px" onmouseover="img_show(<?php echo $dynamicId; ?>)" onmouseout="img_hide(<?php echo $dynamicId; ?>)" />
16
+ </a>
17
+ <br />
18
+ <span class="span-description" id="txt_description_<?php echo $dynamicId; ?>"></span>
19
+ </div>
20
+ </div>
21
+ <?php
22
+ die();
23
+ }
24
+ else
25
+ {
26
+ ?>
27
+ <div class="layout-span7">
28
+ <div class="widget-layout widget-tabs">
29
+ <div class="widget-layout-title">
30
+ <h4><?php _e( "Email Control", contact_bank ); ?></h4>
31
+
32
+ </div>
33
+ <div class="fluid-layout">
34
+ <div class="layout-span12">
35
+ <div class="widget-layout-body layout-form" >
36
+ <ul style="margin-bottom:30px;" class="nav nav-tabs" id="tabs-nohdr_<?php echo $dynamicId; ?>">
37
+ <li id="li3">
38
+ <a id="tab3" onclick="tabsFunc(this);"><?php _e( "Advanced", contact_bank ); ?></a>
39
+ </li>
40
+ <li id="li2">
41
+ <a id="tab2" onclick="tabsFunc(this);"><?php _e( "Options", contact_bank ); ?></a>
42
+ </li>
43
+ <li id="li1" class="active">
44
+ <a id="tab1" onclick="tabsFunc(this);"><?php _e( "Settings", contact_bank ); ?></a>
45
+ </li>
46
+ </ul>
47
+ <div id="tabs-nohdr-3">
48
+ <div id="div_settings_<?php echo $dynamicId; ?>">
49
+ <div class="layout-control-group">
50
+ <label class="layout-control-label"><?php _e( "Label", contact_bank ); ?> :</label>
51
+ <div class="layout-controls">
52
+ <input type="text" onkeyup="enter_admin_label(<?php echo $dynamicId; ?>);" value="<?php _e( "Email", contact_bank ); ?>" class="layout-span12" id="ux_label_text_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Label", contact_bank ); ?>" name="ux_label_text_<?php echo $dynamicId; ?>"/>
53
+ </div>
54
+ </div>
55
+ <div class="layout-control-group">
56
+ <label class="layout-control-label"><?php _e("Description", contact_bank); ?> :</label>
57
+ <div class="layout-controls">
58
+ <textarea class="layout-span12" id="ux_description_control_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Description", contact_bank ); ?>" name="ux_description_control_<?php echo $dynamicId; ?>" ></textarea>
59
+ </div>
60
+ </div>
61
+ <div class="layout-control-group">
62
+ <label class="layout-control-label"><?php _e( "Required", contact_bank ); ?> :</label>
63
+ <div class="layout-controls">
64
+ <input type="radio" checked="checked" id="ux_required_control_<?php echo $dynamicId; ?>" name="ux_required_control_radio_<?php echo $dynamicId; ?>" value="1"/><label style="margin-left: 5px;"><?php _e( "Required", contact_bank ); ?></label>
65
+ <input type="radio" id="ux_required_<?php echo $dynamicId; ?>" name="ux_required_control_radio_<?php echo $dynamicId; ?>" value="0"/><label style="margin-left: 5px;"><?php _e( "Not Required", contact_bank ); ?></label>
66
+ </div>
67
+ </div>
68
+ <div class="layout-control-group">
69
+ <label class="layout-control-label"><?php _e("Tooltip Text", contact_bank); ?> : </label>
70
+ <div class="layout-controls">
71
+ <input type="text" class="layout-span12" id="ux_tooltip_control_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Tooltip", contact_bank ); ?>" name="ux_tooltip_control_<?php echo $dynamicId; ?>" />
72
+ </div>
73
+ <input type="hidden" id="tooltip_txt_hidden_value_<?php echo $dynamicId; ?>" name="tooltip_txt_hidden_value_<?php echo $dynamicId; ?>" />
74
+ </div>
75
+
76
+ </div>
77
+ </div>
78
+ <div id="tabs-nohdr-2" style="display:none;">
79
+ <div id="div_optional_<?php echo $dynamicId; ?>">
80
+ <div class="layout-control-group">
81
+ <label class="layout-control-label"><?php _e( "Admin label", contact_bank ); ?> : </label>
82
+ <div class="layout-controls">
83
+ <input type="text" class="layout-span12" value="<?php _e( "Email", contact_bank ); ?>" id="ux_admin_label_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Admin Label", contact_bank ); ?>" name="ux_admin_label_<?php echo $dynamicId; ?>" />
84
+ </div>
85
+ </div>
86
+ <div class="layout-control-group">
87
+ <label class="layout-control-label"><?php _e( "Do not show in the email", contact_bank ); ?> : </label>
88
+ <div class="layout-controls">
89
+ <input type="checkbox" id="ux_show_email_<?php echo $dynamicId; ?>" name="ux_show_email_<?php echo $dynamicId; ?>" style="margin-top: 10px;" value="1" >
90
+ </div>
91
+ </div>
92
+
93
+ </div>
94
+ </div>
95
+ <div id="tabs-nohdr-1" style="display:none;">
96
+ <div id="div_advanced_<?php echo $dynamicId; ?>">
97
+ <div class="layout-control-group" id="ux_advance_label_<?php echo $dynamicId; ?>" style="display: none;" >
98
+ <label class="layout-control-label"><?php _e( "Css Label", contact_bank ); ?> :</label>
99
+ <div class="layout-controls">
100
+ <textarea class="layout-span11" id="ux_email_set_outer_label_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Css Label", contact_bank ); ?>" name="ux_email_set_outer_label_<?php echo $dynamicId; ?>"></textarea>
101
+ <a style="cursor:pointer;" onclick="delete_email_css_style_label(<?php echo $dynamicId; ?>);" id="anchor_del_" ><img src= "<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" style="vertical-align: middle;" /></a>
102
+ </div>
103
+ </div>
104
+ <div class="layout-control-group" id="advance_text_input_<?php echo $dynamicId; ?>" style="display: none">
105
+ <label class="layout-control-label"><?php _e( "Css Text Input", contact_bank ); ?> :</label>
106
+ <div class="layout-controls">
107
+ <textarea class="layout-span11" id="ux_email_txt_input_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Css Input Text", contact_bank ); ?>" name="ux_email_txt_input_<?php echo $dynamicId; ?>"></textarea>
108
+ <a style="cursor:pointer;" onclick="delete_email_css_style_text_input(<?php echo $dynamicId; ?>);" id="anchor_del_" ><img src= "<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" style="vertical-align: middle;" /></a>
109
+ </div>
110
+ </div>
111
+ <div class="layout-control-group" id="advance_text_description_<?php echo $dynamicId; ?>" style="display:none;">
112
+ <label class="layout-control-label"><?php _e( "Css Description", contact_bank ); ?> :</label>
113
+ <div class="layout-controls">
114
+ <textarea class="layout-span11" id="ux_email_description_textarea_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Css Description", contact_bank ); ?>" name="ux_email_description_textarea_<?php echo $dynamicId; ?>"></textarea>
115
+ <a style="cursor:pointer;" onclick="delete_email_css_style_description(<?php echo $dynamicId; ?>);" id="anchor_del_" ><img src= "<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" style="vertical-align: middle;" /></a>
116
+ </div>
117
+ </div>
118
+ <div class="layout-control-group">
119
+ <label class="layout-control-label"><?php _e( "Add a style to", contact_bank ); ?> :</label>
120
+ <div class="layout-controls">
121
+ <input type="button" class="btn btn-inverse layout-span3" id="ux_button_label_style_<?php echo $dynamicId; ?>" name="ux_button_label_style_<?php echo $dynamicId; ?>" onclick="button_set_outer_label(<?php echo $dynamicId; ?>,3);" value="<?php _e( "Label", contact_bank ); ?>" />
122
+ <input type="button" class="btn btn-inverse layout-span3" id="ux_button_txt_input_save_<?php echo $dynamicId; ?>" name="ux_button_txt_input_save_<?php echo $dynamicId; ?>" onclick="button_set_txt_input(<?php echo $dynamicId; ?>,3);" value="<?php _e( "Text input", contact_bank ); ?>" />
123
+ <input type="button" class="btn btn-inverse layout-span3" id="ux_button_description_style_<?php echo $dynamicId; ?>" name="ux_button_description_style_<?php echo $dynamicId; ?>" onclick="button_set_description(<?php echo $dynamicId; ?>,3);" value="<?php _e( "Description", contact_bank ); ?>" />
124
+ </div>
125
+ </div>
126
+ <div class="layout-control-group">
127
+ <label class="layout-control-label"><?php _e( "Add a filter", contact_bank ); ?> :</label>
128
+ <div class="layout-controls">
129
+ <input type="checkbox" value="1" id="ux_email_alpha_filter_<?php echo $dynamicId; ?>" name="ux_email_alpha_filter_<?php echo $dynamicId; ?>" /><span style="margin-left: 5px;margin-top: 10px;"><?php _e( "Alpha", contact_bank ); ?></span><br>
130
+ <input type="checkbox" value="1" id="ux_email_alpha_num_filter_<?php echo $dynamicId; ?>" name="ux_email_alpha_num_filter_<?php echo $dynamicId; ?>" value="Alpha Numeric" /><span style="margin-left: 5px;margin-top: 10px;"><?php _e( "Alpha Numeric", contact_bank ); ?></span><br>
131
+ <input type="checkbox" value="1" id="ux_email_digit_filter_<?php echo $dynamicId; ?>" name="ux_email_digit_filter_<?php echo $dynamicId; ?>" value="Digits" /><span style="margin-left: 5px;margin-top: 10px;"><?php _e( "Digits", contact_bank ); ?></span><br>
132
+ <input type="checkbox" value="1" id="ux_email_strip_tag_filter_<?php echo $dynamicId; ?>" name="ux_email_strip_tag_filter_<?php echo $dynamicId; ?>" value="Strip Tags" /><span style="margin-left: 5px;margin-top: 10px;"><?php _e( "Strip Tags", contact_bank ); ?></span><br>
133
+ <input type="checkbox" value="1" id="ux_email_trim_filter_<?php echo $dynamicId; ?>" name="ux_email_trim_filter_<?php echo $dynamicId; ?>" value="Trim" /><span style="margin-left: 5px;margin-top: 10px;"><?php _e( "Trim", contact_bank ); ?></span><br>
134
+ </div>
135
+ </div>
136
+ </div>
137
+ </div>
138
+ </div>
139
+ </div>
140
+ </div>
141
+ </div>
142
+ <div class="layout-control-group">
143
+ <input type="button" style="float:left;margin-left: 0px;" class="btn btn-info layout-span2" onclick="save_email_control(<?php echo $dynamicId; ?>)" value="<?php _e( "Save", contact_bank ); ?>" />
144
+ </div>
145
+ </div>
146
+ <script type="text/javascript">
147
+ jQuery(".hovertip").tooltip();
148
+ function tabsFunc(control)
149
+ {
150
+
151
+ switch(control.id)
152
+ {
153
+ case "tab1":
154
+ jQuery("#tabs-nohdr-1").css("display","none");
155
+ jQuery("#tabs-nohdr-2").css("display","none");
156
+ jQuery("#tabs-nohdr-3").css("display","block");
157
+ jQuery("#li1").attr("class","active");
158
+ jQuery("#li2").removeAttr("class");
159
+ jQuery("#li3").removeAttr("class");
160
+ break;
161
+ case "tab2":
162
+ jQuery("#tabs-nohdr-1").css("display","none");
163
+ jQuery("#tabs-nohdr-3").css("display","none");
164
+ jQuery("#tabs-nohdr-2").css("display","block");
165
+ jQuery("#li2").attr("class","active");
166
+ jQuery("#li1").removeAttr("class");
167
+ jQuery("#li3").removeAttr("class");
168
+ break;
169
+ case "tab3":
170
+ jQuery("#tabs-nohdr-3").css("display","none");
171
+ jQuery("#tabs-nohdr-2").css("display","none");
172
+ jQuery("#tabs-nohdr-1").css("display","block");
173
+ jQuery("#li3").attr("class","active");
174
+ jQuery("#li1").removeAttr("class");
175
+ jQuery("#li2").removeAttr("class");
176
+ break;
177
+ }
178
+
179
+ }
180
+ function set_default_value(dynamicId)
181
+ {
182
+ var default_value = jQuery("#ux_default_value_"+dynamicId).val();
183
+ jQuery("#email_"+dynamicId).val(default_value);
184
+ }
185
+ function show_default_val_blur(dynamicId)
186
+ {
187
+ var clr_val_focus = jQuery("#ux_clr_value_focus_"+dynamicId).prop("checked");
188
+ if(clr_val_focus == true)
189
+ {
190
+ jQuery("#tr_def_val_blur_"+dynamicId).css('display','block');
191
+ }
192
+ else
193
+ {
194
+ jQuery("#tr_def_val_blur_"+dynamicId).css('display','none');
195
+ }
196
+ }
197
+ function show_default_val(dynamicId)
198
+ {
199
+ var clr_val_focus = jQuery("#ux_default_value_blur_"+dynamicId).prop("checked");
200
+ if(clr_val_focus == true)
201
+ {
202
+ var defalt_val = jQuery("#ux_default_value_"+dynamicId).val();
203
+ jQuery("#email_"+dynamicId).val(defalt_val);
204
+ }
205
+ else
206
+ {
207
+ jQuery("#email_"+dynamicId).val("");
208
+ }
209
+ }
210
+ var count = <?php echo $count; ?>;
211
+ if(count != 0)
212
+ {
213
+ var dynamicId = <?php echo $dynamicId; ?>;
214
+ jQuery("#ux_label_text_"+dynamicId).val(array_email[dynamicId][2]);
215
+ jQuery("#ux_description_control_"+dynamicId).html(array_email[dynamicId][3]);
216
+ if(array_email[dynamicId][4] == 1)
217
+ {
218
+ jQuery("#ux_required_control_"+dynamicId).attr("checked","checked");
219
+ }
220
+ else
221
+ {
222
+ jQuery("#ux_required_"+dynamicId).attr("checked","checked");
223
+ }
224
+ jQuery("#ux_tooltip_control_"+dynamicId).val(array_email[dynamicId][5]);
225
+ jQuery("#ux_admin_label_"+dynamicId).val(array_email[dynamicId][6]);
226
+ if(array_email[dynamicId][7] == true)
227
+ {
228
+ jQuery("#ux_show_email_"+dynamicId).attr("checked","checked");
229
+ }
230
+ if(array_email[dynamicId][8] != "")
231
+ {
232
+ jQuery("#ux_email_set_outer_label_"+dynamicId).html(array_email[dynamicId][8]);
233
+ jQuery("#ux_advance_label_"+dynamicId).attr("style","display:block");
234
+ jQuery("#ux_advance_label_"+dynamicId).attr("style","position:inherit");
235
+ }
236
+ if(array_email[dynamicId][9] != "")
237
+ {
238
+ jQuery("#ux_email_txt_input_"+dynamicId).html(array_email[dynamicId][9]);
239
+ jQuery("#advance_text_input_"+dynamicId).attr("style","display:block");
240
+ jQuery("#advance_text_input_"+dynamicId).attr("style","position:inherit");
241
+ }
242
+ if(array_email[dynamicId][10] != "")
243
+ {
244
+ jQuery("#ux_email_description_textarea_"+dynamicId).html(array_email[dynamicId][10]);
245
+ jQuery("#advance_text_description_"+dynamicId).attr("style","display:block");
246
+ jQuery("#advance_text_description_"+dynamicId).attr("style","position:inherit");
247
+ }
248
+ if(array_email[dynamicId][11] == true)
249
+ {
250
+ jQuery("#ux_email_alpha_filter_"+dynamicId).attr("checked","checked");
251
+ }
252
+ if(array_email[dynamicId][12] == true)
253
+ {
254
+ jQuery("#ux_email_alpha_num_filter_"+dynamicId).attr("checked","checked");
255
+ }
256
+ if(array_email[dynamicId][13] == true)
257
+ {
258
+ jQuery("#ux_email_digit_filter_"+dynamicId).attr("checked","checked");
259
+ }
260
+ if(array_email[dynamicId][14] == true)
261
+ {
262
+ jQuery("#ux_email_strip_tag_filter_"+dynamicId).attr("checked","checked");
263
+ }
264
+ if(array_email[dynamicId][15] == true)
265
+ {
266
+ jQuery("#ux_email_trim_filter_"+dynamicId).attr("checked","checked");
267
+ }
268
+ }
269
+ function save_email_control(dynamicId)
270
+ {
271
+ array_email[dynamicId] = [];
272
+ array_email[dynamicId].push(3);
273
+ array_email[dynamicId].push(dynamicId);
274
+ array_email[dynamicId].push(jQuery("#ux_label_text_"+dynamicId).val());
275
+ array_email[dynamicId].push(jQuery("#ux_description_control_"+dynamicId).val());
276
+ if(jQuery("#ux_required_control_"+dynamicId).prop("checked") == true)
277
+ {
278
+ array_email[dynamicId].push("1");
279
+ }
280
+ else
281
+ {
282
+ array_email[dynamicId].push("0");
283
+ }
284
+ array_email[dynamicId].push(jQuery("#ux_tooltip_control_"+dynamicId).val());
285
+ array_email[dynamicId].push(jQuery("#ux_admin_label_"+dynamicId).val());
286
+ array_email[dynamicId].push(jQuery("#ux_show_email_"+dynamicId).prop("checked"));
287
+ array_email[dynamicId].push(jQuery("#ux_email_set_outer_label_"+dynamicId).val());
288
+ array_email[dynamicId].push(jQuery("#ux_email_txt_input_"+dynamicId).val());
289
+ array_email[dynamicId].push(jQuery("#ux_email_description_textarea_"+dynamicId).val());
290
+ array_email[dynamicId].push(jQuery("#ux_email_alpha_filter_"+dynamicId).prop("checked"));
291
+ array_email[dynamicId].push(jQuery("#ux_email_alpha_num_filter_"+dynamicId).prop("checked"));
292
+ array_email[dynamicId].push(jQuery("#ux_email_digit_filter_"+dynamicId).prop("checked"));
293
+ array_email[dynamicId].push(jQuery("#ux_email_strip_tag_filter_"+dynamicId).prop("checked"));
294
+ array_email[dynamicId].push(jQuery("#ux_email_trim_filter_"+dynamicId).prop("checked"));
295
+ jQuery("#control_label_"+dynamicId).html(jQuery("#ux_label_text_"+dynamicId).val()+" :");
296
+ jQuery("#txt_description_"+dynamicId).html(jQuery("#ux_description_control_"+dynamicId).val());
297
+ var tooltip_text = jQuery("#ux_tooltip_control_"+dynamicId).val();
298
+ jQuery("#email_"+dynamicId).attr("data-original-title",tooltip_text);
299
+ if(jQuery("#ux_required_control_"+dynamicId).prop("checked") == true)
300
+ {
301
+ jQuery("#txt_required_"+dynamicId).css("display","block");
302
+ }
303
+ else
304
+ {
305
+ jQuery("#txt_required_"+dynamicId).css("display","none");
306
+ }
307
+ CloseLightbox();
308
+ }
309
+ function enter_admin_label(dynamicId)
310
+ {
311
+ var ux_label = jQuery("#ux_label_text_"+dynamicId).val();
312
+ jQuery("#ux_admin_label_"+dynamicId).val(ux_label);
313
+ }
314
+ function button_set_outer_label(dynamicId)
315
+ {
316
+ jQuery("#ux_advance_label_"+dynamicId).attr("display","block");
317
+ jQuery("#ux_advance_label_"+dynamicId).attr("style", "position:inherit");
318
+
319
+ }
320
+ function button_set_txt_input(dynamicId)
321
+ {
322
+ jQuery("#advance_text_input_"+dynamicId).attr("display","block");
323
+ jQuery("#advance_text_input_"+dynamicId).attr("style", "position:inherit");
324
+
325
+ }
326
+ function button_set_description(dynamicId)
327
+ {
328
+ jQuery("#advance_text_description_"+dynamicId).attr("display","block");
329
+ jQuery("#advance_text_description_"+dynamicId).attr("style", "position:inherit");
330
+
331
+ }
332
+ function delete_email_css_style_label(dynamicId)
333
+ {
334
+ jQuery("#ux_advance_label_"+dynamicId).css("display","none");
335
+ jQuery("#ux_email_set_outer_label_"+dynamicId).val("");
336
+ }
337
+ function delete_email_css_style_text_input(dynamicId)
338
+ {
339
+ jQuery("#advance_text_input_"+dynamicId).css("display","none");
340
+ jQuery("#ux_email_txt_input_"+dynamicId).val("");
341
+ }
342
+ function delete_email_css_style_description(dynamicId)
343
+ {
344
+ jQuery("#advance_text_description_"+dynamicId).css("display","none");
345
+ jQuery("#ux_email_description_textarea_"+dynamicId).val("");
346
+ }
347
+ </script>
348
+ <?php
349
+ }
350
+ ?>
includes/cb_file_upload.php ADDED
@@ -0,0 +1,348 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ include_once CONTACT_BK_PLUGIN_DIR ."/phpfileuploader/phpuploader/include_phpuploader.php";
3
+ if($_REQUEST["param"] == "create_txt_file_control")
4
+ {
5
+ $dynamicId = intval($_REQUEST["dynamicId"]);
6
+ $field_id = intval($_REQUEST["field_id"]);
7
+ ?>
8
+ <div class="layout-control-group div_border" id="div_<?php echo $dynamicId; ?>_9">
9
+ <label class="layout-control-label" id="control_label_<?php echo $dynamicId; ?>" ><?php _e("File Upload", contact_bank); ?> : </label>
10
+ <span id="txt_required_<?php echo $dynamicId; ?>" class="error">*</span>
11
+ <div class="layout-controls" id="show_tooltip<?php echo $dynamicId; ?>">
12
+ <a class="btn btn-info inline" id="add_setting_control_<?php echo $dynamicId; ?>" href="#setting_controls_postback" ><?php _e( "Settings", contact_bank ); ?></a>
13
+ <a style="cursor:pointer;" onclick="delete_textbox(div_<?php echo $dynamicId; ?>_9,<?php echo $dynamicId; ?>,9)" id="anchor_del_<?php echo $dynamicId; ?>" >
14
+ <img src= "<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" style="margin-left: 1%;vertical-align: middle;"/>
15
+ </a>
16
+ <label class="layout-controls hovertip" id="tip<?php echo $dynamicId; ?>" style="margin-left:-75%;">
17
+ <div id="file_upload_content" style="float:left;width:357px;">
18
+
19
+ <?php
20
+ $uploader=new PhpUploader();
21
+ $uploader->MultipleFilesUpload=false;
22
+ $uploader->InsertText = "Please choose Files";
23
+ $uploader->MaxSizeKB = 1024;
24
+ $uploader->AllowedFileExtensions = "*.jpg,*.png,*.gif,*.bmp,*.txt,*.zip,*.rar";
25
+ $uploader->SaveDirectory= CONTACT_BK_PLUGIN_DIR ."/phpfileuploader/savefiles/";
26
+ $uploader->FlashUploadMode = "Partial";
27
+ $uploader->Render();
28
+ ?>
29
+ </div>
30
+ <div id="file_upload_content_postback" style="display:none;float:left;width:357px;">
31
+ </div>
32
+ </label>
33
+ <br />
34
+ <span class="span-description" id="txt_description_<?php echo $dynamicId; ?>"></span>
35
+ </div>
36
+ </div>
37
+ <?php
38
+ die();
39
+ }
40
+ else
41
+ {
42
+ ?>
43
+ <div class="layout-span7">
44
+ <div class="widget-layout widget-tabs">
45
+ <div class="widget-layout-title">
46
+ <h4><?php _e( "Fileupload Control", contact_bank ); ?></h4>
47
+
48
+ </div>
49
+ <div class="fluid-layout">
50
+ <div class="layout-span12">
51
+ <div class="widget-layout-body layout-form">
52
+ <ul style="margin-bottom:30px;" class="nav nav-tabs" id="tabs-nohdr_<?php echo $dynamicId; ?>">
53
+ <li id="li3">
54
+ <a id="tab3" onclick="tabsFunc(this);"><?php _e( "Advanced", contact_bank ); ?></a>
55
+ </li>
56
+ <li id="li2">
57
+ <a id="tab2" onclick="tabsFunc(this);"><?php _e( "Options", contact_bank ); ?></a>
58
+ </li>
59
+ <li id="li1" class="active">
60
+ <a id="tab1" onclick="tabsFunc(this);"><?php _e( "Settings", contact_bank ); ?></a>
61
+ </li>
62
+ </ul>
63
+ <div id="tabs-nohdr-3">
64
+ <div id="div_settings_<?php echo $dynamicId; ?>">
65
+ <div class="layout-control-group">
66
+ <label class="layout-control-label"><?php _e( "Label", contact_bank ); ?> :</label>
67
+ <div class="layout-controls">
68
+ <input type="text" class="layout-span12" id="ux_label_text_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Label", contact_bank ); ?>" onkeyup="enter_admin_label(<?php echo $dynamicId; ?>);" value="<?php _e( "File Upload", contact_bank ); ?>" name="ux_label_text_<?php echo $dynamicId; ?>" />
69
+ </div>
70
+ </div>
71
+ <div class="layout-control-group">
72
+ <label class="layout-control-label"><?php _e("Description", contact_bank); ?> :</label>
73
+ <div class="layout-controls">
74
+ <textarea class="layout-span12" id="ux_description_control_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Description", contact_bank ); ?>" name="ux_description_control_<?php echo $dynamicId; ?>" ></textarea>
75
+ </div>
76
+ </div>
77
+ <div class="layout-control-group" style="display: none;">
78
+ <label class="layout-control-label"><?php _e( "Required", contact_bank ); ?> :</label>
79
+ <div class="layout-controls">
80
+ <input type="radio" id="ux_required_control_<?php echo $dynamicId; ?>" name="ux_required_control_radio_<?php echo $dynamicId; ?>" value="1"/><label style="margin-left: 5px;"><?php _e( "Required", contact_bank ); ?></label>
81
+ <input type="radio" checked="checked" id="ux_required_<?php echo $dynamicId; ?>" name="ux_required_control_radio_<?php echo $dynamicId; ?>" value="0"/><label style="margin-left: 5px;"><?php _e( "Not Required", contact_bank ); ?></label>
82
+ </div>
83
+ </div>
84
+ <div class="layout-control-group">
85
+ <label class="layout-control-label"><?php _e("Tooltip Text", contact_bank); ?> :</label>
86
+ <div class="layout-controls">
87
+ <input type="text" class="layout-span12" id="ux_tooltip_control_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Tooltip", contact_bank ); ?>" name="ux_tooltip_control_<?php echo $dynamicId; ?>" />
88
+ </div>
89
+ </div>
90
+ <div class="layout-control-group">
91
+ <div class="layout-controls">
92
+ <input type="hidden" id="tooltip_txt_hidden_value_<?php echo $dynamicId; ?>" name="tooltip_txt_hidden_value_<?php echo $dynamicId; ?>" />
93
+ </div>
94
+ </div>
95
+ </div>
96
+ </div>
97
+ <div id="tabs-nohdr-2" style="display:none;">
98
+ <div id="div_optional_<?php echo $dynamicId; ?>">
99
+ <div class="layout-control-group">
100
+ <label class="layout-control-label"><?php _e( "Admin Label", contact_bank ); ?> :</label>
101
+ <div class="layout-controls">
102
+ <input class="layout-span12"type="text" value="<?php _e( "File Upload", contact_bank ); ?>" id="ux_admin_label_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Admin Label", contact_bank ); ?>" name="ux_admin_label_<?php echo $dynamicId; ?>" />
103
+ </div>
104
+ </div>
105
+ <div class="layout-control-group">
106
+ <label class="layout-control-label"><?php _e( "Do not show in the email", contact_bank ); ?> :</label>
107
+ <div class="layout-controls">
108
+ <input type="checkbox" id="ux_show_email_<?php echo $dynamicId; ?>" name="ux_show_email_<?php echo $dynamicId; ?>" style="margin-top: 10px;" value="1" >
109
+ </div>
110
+ </div>
111
+ <div class="layout-control-group">
112
+ <label class="layout-control-label"><?php _e( "Allow Multiple Uploads", contact_bank ); ?> :</label>
113
+ <div class="layout-controls">
114
+ <input type="checkbox" id="ux_allow_multiple_file_<?php echo $dynamicId; ?>" name="ux_allow_multiple_file_<?php echo $dynamicId; ?>" style="margin-top: 10px;" value="1" >
115
+ </div>
116
+ </div>
117
+ <div class="layout-control-group">
118
+ <label class="layout-control-label"><?php _e( "Allowed File Extensions", contact_bank ); ?> :</label>
119
+ <div class="layout-controls">
120
+ <input class="layout-span12" type="text" onkeypress="allow_file_ext_upload(event);" placeholder="<?php _e( "Enter File Extensions", contact_bank ); ?>" id="ux_allowed_file_extensions_<?php echo $dynamicId; ?>" name="ux_allowed_file_extensions_<?php echo $dynamicId; ?>" value="jpg;jpeg;png;gif" />
121
+ <br />
122
+ <span style="margin-top: 5px;"><?php _e( "The file extensions must be seperated with semicolons(' ; ')", contact_bank ); ?></span>
123
+ </div>
124
+ </div>
125
+ <div class="layout-control-group">
126
+ <label class="layout-control-label"><?php _e( "Allowed File Size", contact_bank ); ?> :</label>
127
+ <div class="layout-controls">
128
+ <input class="layout-span12" type="text" id="ux_maximum_file_allowed_<?php echo $dynamicId; ?>" name="ux_maximum_file_allowed_<?php echo $dynamicId; ?>" value="1024" />
129
+ <br />
130
+ <p style="margin-top: 5px;"><?php _e( "File Size must be in Kb", contact_bank ); ?></p>
131
+ </div>
132
+ </div>
133
+ <div class="layout-control-group" style="display: none">
134
+ <div class="layout-controls">
135
+ <input type="checkbox" id="ux_uploaded_file_email_db_<?php echo $dynamicId; ?>" name="ux_uploaded_file_email_db_<?php echo $dynamicId; ?>" style="margin-top: 10px;float: left;" value="1" >&nbsp;<label class="layout-control-label" style="margin-left: 5px;">"Attach uploaded files to the notification email"</label>
136
+ </div>
137
+ </div>
138
+ </div>
139
+ </div>
140
+ <div id="tabs-nohdr-1" style="display:none;">
141
+ <div id="div_advanced_<?php echo $dynamicId; ?>">
142
+ <div class="layout-control-group" style="display: none" id="ux_label_fileupload_<?php echo $dynamicId; ?>">
143
+ <label class="layout-control-label"><?php _e( "Css Label", contact_bank ); ?> :</label>
144
+ <div class="layout-controls">
145
+ <textarea class="layout-span11" id="button_set_outer_label_file<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Css Label", contact_bank ); ?>" name="button_set_outer_label_file<?php echo $dynamicId; ?>"></textarea>
146
+ <a style="cursor:pointer;" onclick="delete_css_style_label_fileupload(<?php echo $dynamicId; ?>);" id="anchor_del_" ><img src= "<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" style="vertical-align: middle;" /></a>
147
+ </div>
148
+ </div>
149
+ <div class="layout-control-group" style="display: none" id="ux_description_fileupload_<?php echo $dynamicId; ?>" >
150
+ <label class="layout-control-label"><?php _e( "Css Description", contact_bank ); ?> :</label>
151
+ <div class="layout-controls">
152
+ <textarea class="layout-span11" id="button_set_outer_description_fileuplod<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Css Description", contact_bank ); ?>" name="button_set_outer_description_fileuplod<?php echo $dynamicId; ?>"></textarea>
153
+ <a style="cursor:pointer;" onclick="delete_css_style_description_fileupload(<?php echo $dynamicId; ?>);" id="anchor_del_" ><img src= "<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" style="vertical-align: middle;" /></a>
154
+ </div>
155
+ </div>
156
+ <div class="layout-control-group">
157
+ <label class="layout-control-label"><?php _e( "Add a style to", contact_bank ); ?> :</label>
158
+ <div class="layout-controls">
159
+ <input class="btn btn-inverse layout-span3" type="button" id="ux_button_label_style_<?php echo $dynamicId; ?>" name="ux_button_label_style_<?php echo $dynamicId; ?>" onclick="button_set_outer_label(<?php echo $dynamicId; ?>,9);" value="<?php _e( "Label", contact_bank ); ?>" />
160
+ <input class="btn btn-inverse layout-span3"type="button" id="ux_button_description_style_<?php echo $dynamicId; ?>" name="ux_button_description_style_<?php echo $dynamicId; ?>" onclick="button_set_description(<?php echo $dynamicId; ?>,9);" value="<?php _e( "Description", contact_bank ); ?>" />
161
+ </div>
162
+ </div>
163
+ </div>
164
+ </div>
165
+ </div>
166
+ </div>
167
+ </div>
168
+ </div>
169
+ <div class="layout-control-group">
170
+ <input type="button" style="float:left;margin-left: 0px;" class="btn btn-info layout-span2" onclick="save_file_uploader(<?php echo $dynamicId; ?>)" value="<?php _e( "Save", contact_bank ); ?>" />
171
+ </div>
172
+ </div>
173
+ <script type="text/javascript">
174
+ jQuery(".hovertip").tooltip();
175
+ function tabsFunc(control)
176
+ {
177
+ switch(control.id)
178
+ {
179
+ case "tab1":
180
+ jQuery("#tabs-nohdr-1").css("display","none");
181
+ jQuery("#tabs-nohdr-2").css("display","none");
182
+ jQuery("#tabs-nohdr-3").css("display","block");
183
+ jQuery("#li1").attr("class","active");
184
+ jQuery("#li2").removeAttr("class");
185
+ jQuery("#li3").removeAttr("class");
186
+ break;
187
+ case "tab2":
188
+ jQuery("#tabs-nohdr-1").css("display","none");
189
+ jQuery("#tabs-nohdr-3").css("display","none");
190
+ jQuery("#tabs-nohdr-2").css("display","block");
191
+ jQuery("#li2").attr("class","active");
192
+ jQuery("#li1").removeAttr("class");
193
+ jQuery("#li3").removeAttr("class");
194
+ break;
195
+ case "tab3":
196
+ jQuery("#tabs-nohdr-3").css("display","none");
197
+ jQuery("#tabs-nohdr-2").css("display","none");
198
+ jQuery("#tabs-nohdr-1").css("display","block");
199
+ jQuery("#li3").attr("class","active");
200
+ jQuery("#li1").removeAttr("class");
201
+ jQuery("#li2").removeAttr("class");
202
+ break;
203
+ }
204
+ }
205
+ var count = <?php echo $count; ?>;
206
+ if(count != 0)
207
+ {
208
+ var dynamicId = <?php echo $dynamicId; ?>;
209
+ jQuery("#ux_label_text_"+dynamicId).val(array_file_upload[dynamicId][2]);
210
+ jQuery("#ux_description_control_"+dynamicId).val(array_file_upload[dynamicId][3]);
211
+ if(array_file_upload[dynamicId][4] == 1)
212
+ {
213
+ jQuery("#ux_required_control_"+dynamicId).attr("checked","checked");
214
+ }
215
+ else
216
+ {
217
+ jQuery("#ux_required_"+dynamicId).attr("checked","checked");
218
+ }
219
+ jQuery("#ux_tooltip_control_"+dynamicId).val(array_file_upload[dynamicId][5]);
220
+ jQuery("#ux_admin_label_"+dynamicId).val(array_file_upload[dynamicId][6]);
221
+ if(array_file_upload[dynamicId][7] == true)
222
+ {
223
+ jQuery("#ux_show_email_"+dynamicId).attr("checked","checked");
224
+ }
225
+ if(array_file_upload[dynamicId][8] == true)
226
+ {
227
+ jQuery("#ux_allow_multiple_file_"+dynamicId).attr("checked","checked");
228
+ }
229
+ else
230
+ {
231
+ jQuery("#ux_allow_multiple_file_"+dynamicId).removeAttr("checked");
232
+ }
233
+ jQuery("#ux_allowed_file_extensions_"+dynamicId).val(array_file_upload[dynamicId][9]);
234
+ jQuery("#ux_maximum_file_allowed_"+dynamicId).val(array_file_upload[dynamicId][10]);
235
+ if(array_file_upload[dynamicId][11] == true)
236
+ {
237
+ jQuery("#ux_uploaded_file_email_db_"+dynamicId).attr("checked","checked");
238
+ }
239
+ if(array_file_upload[dynamicId][12] != "")
240
+ {
241
+ jQuery("#button_set_outer_label_file"+dynamicId).html(array_file_upload[dynamicId][12]);
242
+ jQuery("#ux_label_fileupload_"+dynamicId).attr("style","display:block");
243
+ jQuery("#ux_label_fileupload_"+dynamicId).attr("style","position:inherit");
244
+ }
245
+ if(array_file_upload[dynamicId][13] != "")
246
+ {
247
+ jQuery("#button_set_outer_description_fileuplod"+dynamicId).html(array_file_upload[dynamicId][13]);
248
+ jQuery("#ux_description_fileupload_"+dynamicId).attr("style","display:block");
249
+ jQuery("#ux_description_fileupload_"+dynamicId).attr("style","position:inherit");
250
+ }
251
+ }
252
+ function save_file_uploader(dynamicId)
253
+ {
254
+ jQuery("#file_upload_content").remove();
255
+ var ux_allow_multiple_file = jQuery("#ux_allow_multiple_file_"+dynamicId).prop("checked");
256
+ var ux_allowed_file_extensions = jQuery("#ux_allowed_file_extensions_"+dynamicId).val();
257
+ var ux_maximum_file_allowed = jQuery("#ux_maximum_file_allowed_"+dynamicId).val();
258
+ var ux_uploaded_file_email_db = jQuery("#ux_uploaded_file_email_db"+dynamicId).prop("checked");
259
+ jQuery.post(ajaxurl, "dynamicId="+dynamicId+"&ux_allow_multiple_file="+ux_allow_multiple_file+"&ux_allowed_file_extensions="+ux_allowed_file_extensions+
260
+ "&ux_maximum_file_allowed="+ux_maximum_file_allowed+"&ux_uploaded_file_email_db="+ux_uploaded_file_email_db+"&param=ux_allow_multiple_file_upload&action=add_contact_form_library", function(data)
261
+ {
262
+ var dat = data;
263
+ jQuery("#file_upload_content_postback").css('display','block')
264
+ jQuery("#file_upload_content_postback").html(dat);
265
+ });
266
+ array_file_upload[dynamicId] = [];
267
+ array_file_upload[dynamicId].push(9);
268
+ array_file_upload[dynamicId].push(dynamicId);
269
+ array_file_upload[dynamicId].push(jQuery("#ux_label_text_"+dynamicId).val());
270
+ array_file_upload[dynamicId].push(jQuery("#ux_description_control_"+dynamicId).val());
271
+ if(jQuery("#ux_required_control_"+dynamicId).prop("checked") == true)
272
+ {
273
+ array_file_upload[dynamicId].push("1");
274
+ }
275
+ else
276
+ {
277
+ array_file_upload[dynamicId].push("0");
278
+ }
279
+ array_file_upload[dynamicId].push(jQuery("#ux_tooltip_control_"+dynamicId).val());
280
+ array_file_upload[dynamicId].push(jQuery("#ux_admin_label_"+dynamicId).val());
281
+ array_file_upload[dynamicId].push(jQuery("#ux_show_email_"+dynamicId).prop("checked"));
282
+ array_file_upload[dynamicId].push(jQuery("#ux_allow_multiple_file_"+dynamicId).prop("checked"));
283
+ array_file_upload[dynamicId].push(jQuery("#ux_allowed_file_extensions_"+dynamicId).val());
284
+ array_file_upload[dynamicId].push(jQuery("#ux_maximum_file_allowed_"+dynamicId).val());
285
+ array_file_upload[dynamicId].push(jQuery("#ux_uploaded_file_email_db_"+dynamicId).prop("checked"));
286
+ array_file_upload[dynamicId].push(jQuery("#button_set_outer_label_file"+dynamicId).val());
287
+ array_file_upload[dynamicId].push(jQuery("#button_set_outer_description_fileuplod"+dynamicId).val());
288
+ jQuery("#control_label_"+dynamicId).html(jQuery("#ux_label_text_"+dynamicId).val()+" :");
289
+ jQuery("#txt_description_"+dynamicId).html(jQuery("#ux_description_control_"+dynamicId).val());
290
+ var tooltip_text = jQuery("#ux_tooltip_control_"+dynamicId).val();
291
+ jQuery("#tip"+dynamicId).attr("data-original-title",tooltip_text);
292
+ if(jQuery("#ux_required_control_"+dynamicId).prop("checked") == true)
293
+ {
294
+ jQuery("#txt_required_"+dynamicId).css("display","block");
295
+ }
296
+ else
297
+ {
298
+ jQuery("#txt_required_"+dynamicId).css("display","none");
299
+ }
300
+ jQuery("#AjaxUploaderFilesButton").css('float','left');
301
+ jQuery("#AjaxUploaderFilesButton").css('visibility','visible');
302
+ CloseLightbox();
303
+ }
304
+ function enter_admin_label(dynamicId)
305
+ {
306
+ var ux_label = jQuery("#ux_label_text_"+dynamicId).val();
307
+ jQuery("#ux_admin_label_"+dynamicId).val(ux_label);
308
+ }
309
+ function browse_btn_name(dynamicId)
310
+ {
311
+ var browse_value = jQuery("#ux_button_text_"+dynamicId).val();
312
+ jQuery("#AjaxUploaderFilesButton").html(browse_value);
313
+ jQuery("#AjaxUploaderFilesButton").html(browse_value);
314
+ }
315
+ function button_set_outer_label(dynamicId)
316
+ {
317
+ jQuery("#ux_label_fileupload_"+dynamicId).css("display","block");
318
+ jQuery("#ux_label_fileupload_"+dynamicId).attr("style", "position:inherit");
319
+ }
320
+ function button_set_description(dynamicId)
321
+ {
322
+ jQuery("#ux_description_fileupload_"+dynamicId).css("display","block");
323
+ jQuery("#ux_description_fileupload_"+dynamicId).attr("style", "position:inherit");
324
+ }
325
+ function delete_css_style_label_fileupload(dynamicId)
326
+ {
327
+ jQuery("#ux_label_fileupload_"+dynamicId).css("display","none");
328
+ jQuery("#button_set_outer_label_file"+dynamicId).val("");
329
+ }
330
+ function delete_css_style_description_fileupload(dynamicId)
331
+ {
332
+ jQuery("#ux_description_fileupload_"+dynamicId).css("display","none");
333
+ jQuery("#button_set_outer_description_fileuplod"+dynamicId).val("");
334
+ }
335
+ function allow_file_ext_upload(e) ///////////////////allow spaces and only alpha,alphanumeric,digits
336
+ {
337
+ var regex = new RegExp("^[a-zA-Z;]*$");
338
+ var str = String.fromCharCode(!e.charCode ? e.which : e.charCode);
339
+ if (regex.test(str)) {
340
+ return true;
341
+ }
342
+ e.preventDefault();
343
+ return false;
344
+ }
345
+ </script>
346
+ <?php
347
+ }
348
+ ?>
includes/cb_hidden.php ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ if($_REQUEST["param"] == "create_txt_hide_control")
3
+ {
4
+ $dynamicId = intval($_REQUEST["dynamicId"]);
5
+ $field_id = intval($_REQUEST["field_id"]);
6
+ ?>
7
+ <div class="layout-control-group div_border" id="div_<?php echo $dynamicId; ?>_14">
8
+ <label class="layout-control-label" id="control_label_<?php echo $dynamicId; ?>" ><?php _e("Untitled (hidden)", contact_bank); ?> :</label>
9
+ <span id="txt_required_<?php echo $dynamicId; ?>" class="error">*</span>
10
+ <div class="layout-controls" id="show_tooltip<?php echo $dynamicId; ?>">
11
+ <input class="hovertip layout-span7" data-original-title="<?php _e( "Hidden", contact_bank ); ?>" type="text" id="txt_hide_<?php echo $dynamicId; ?>" name="<?php echo $dynamicId; ?>" />
12
+ <a class="btn btn-info inline" id="add_setting_control_<?php echo $dynamicId; ?>" href="#setting_controls_postback" ><?php _e( "Settings", contact_bank ); ?></a>
13
+ <a style="cursor:pointer;" onclick="delete_textbox(div_<?php echo $dynamicId; ?>_14,<?php echo $dynamicId; ?>);" id=anchor_del_<?php echo $dynamicId; ?> >
14
+ <img src= "<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" style="margin-left: 1%;margin-bottom:-9px" onmouseover="img_show(<?php echo $dynamicId; ?>)" onmouseout="img_hide(<?php echo $dynamicId; ?>)" />
15
+ </a>
16
+ <br />
17
+ <span class="span-description" id="txt_description_<?php echo $dynamicId; ?>"></span>
18
+ </div>
19
+ </div>
20
+ <?php
21
+ die();
22
+ }
23
+ else
24
+ {
25
+ ?>
26
+ <div class="layout-span7">
27
+ <div class="widget-layout widget-tabs">
28
+ <div class="widget-layout-title">
29
+ <h4><?php _e( "Hidden Control", contact_bank ); ?></h4>
30
+ </div>
31
+ <div class="fluid-layout">
32
+ <div class="layout-span12">
33
+ <div class="widget-layout-body layout-form">
34
+ <ul style="margin-bottom:30px;" class="nav nav-tabs" id="tabs-nohdr_<?php echo $dynamicId; ?>">
35
+ <li class="active" id="li3">
36
+ <a id="tab3"><?php _e( "Settings", contact_bank ); ?></a>
37
+ </li>
38
+ </ul>
39
+ <div id="tabs-nohdr-3">
40
+ <div id="div_settings_<?php echo $dynamicId; ?>">
41
+ <div class="layout-control-group">
42
+ <label class="layout-control-label"><?php _e( "Label", contact_bank ); ?> :</label>
43
+ <div class="layout-controls">
44
+ <input type="text" class="layout-span12" id="ux_label_text_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Label", contact_bank ); ?>" name="ux_label_text_<?php echo $dynamicId; ?>" onkeyup="enter_admin_label(<?php echo $dynamicId; ?>);" value="<?php _e( "Untitled(hidden)", contact_bank ); ?>" />
45
+ </div>
46
+ </div>
47
+ <div class="layout-control-group">
48
+ <label class="layout-control-label"><?php _e("Default Value", contact_bank); ?> :</label>
49
+ <div class="layout-controls">
50
+ <input type="text" class="layout-span12" id="ux_default_value_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Default Value", contact_bank ); ?>" name="ux_default_value_<?php echo $dynamicId; ?>" value="">
51
+ </div>
52
+ </div>
53
+ <div class="layout-control-group">
54
+ <label class="layout-control-label"><?php _e( "Admin label", contact_bank ); ?> :</label>
55
+ <div class="layout-controls">
56
+ <input type="text" value="<?php _e( "Untitled(hidden)", contact_bank ); ?>" placeholder="<?php _e( "Enter Admin label", contact_bank ); ?>" class="layout-span12" id="ux_admin_label_<?php echo $dynamicId; ?>" name="ux_admin_label_<?php echo $dynamicId; ?>"/>
57
+ </div>
58
+ </div>
59
+ <div class="layout-control-group">
60
+ <label class="layout-control-label"><?php _e( "Do not show in the email", contact_bank ); ?> :</label>
61
+ <div class="layout-controls">
62
+ <input type="checkbox" id="ux_show_email_<?php echo $dynamicId; ?>" name="ux_show_email_<?php echo $dynamicId; ?>" value="1" >
63
+ </div>
64
+ </div>
65
+ </div>
66
+ </div>
67
+ </div>
68
+ </div>
69
+ </div>
70
+ </div>
71
+ <div class="layout-control-group">
72
+ <input type="button" style="float:left;margin-left: 0px;" class="btn btn-info layout-span2" onclick="save_hidden_control(<?php echo $dynamicId; ?>)" value="<?php _e( "Save", contact_bank ); ?>" />
73
+ </div>
74
+ </div>
75
+ <script type="text/javascript">
76
+ jQuery(".hovertip").tooltip();
77
+
78
+ var count = <?php echo $count; ?>;
79
+ if(count != 0)
80
+ {
81
+ var dynamicId = <?php echo $dynamicId; ?>;
82
+ jQuery("#ux_label_text_"+dynamicId).val(array_hidden[dynamicId][2]);
83
+ jQuery("#ux_default_value_"+dynamicId).val(array_hidden[dynamicId][3]);
84
+ jQuery("#ux_admin_label_"+dynamicId).val(array_hidden[dynamicId][4]);
85
+ if(array_hidden[dynamicId][5] == true)
86
+ {
87
+ jQuery("#ux_show_email_"+dynamicId).attr("checked","checked");
88
+ }
89
+ }
90
+ function save_hidden_control(dynamicId)
91
+ {
92
+ array_hidden[dynamicId] = [];
93
+ array_hidden[dynamicId].push(14);
94
+ array_hidden[dynamicId].push(dynamicId);
95
+ array_hidden[dynamicId].push(jQuery("#ux_label_text_"+dynamicId).val());
96
+ array_hidden[dynamicId].push(jQuery("#ux_default_value_"+dynamicId).val());
97
+ array_hidden[dynamicId].push(jQuery("#ux_admin_label_"+dynamicId).val());
98
+ array_hidden[dynamicId].push(jQuery("#ux_show_email_"+dynamicId).prop("checked"));
99
+ jQuery("#txt_hide_"+dynamicId).val(jQuery("#ux_default_value_"+dynamicId).val());
100
+ jQuery("#control_label_"+dynamicId).html(jQuery("#ux_label_text_"+dynamicId).val());
101
+ CloseLightbox();
102
+ }
103
+ function enter_admin_label(dynamicId)
104
+ {
105
+ var ux_label = jQuery("#ux_label_text_"+dynamicId).val();
106
+ jQuery("#ux_admin_label_"+dynamicId).val(ux_label);
107
+ }
108
+ </script>
109
+ <?php
110
+ }
111
+ ?>
includes/cb_multiple.php ADDED
@@ -0,0 +1,445 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ if($_REQUEST['param'] == 'create_multiple_control')
3
+ {
4
+ $dynamicId = intval($_REQUEST['dynamicId']);
5
+ $field_id = intval($_REQUEST['field_id']);
6
+ ?>
7
+ <div class="layout-control-group div_border" id="div_<?php echo $dynamicId; ?>_6">
8
+ <label class="layout-control-label" id="control_label_<?php echo $dynamicId; ?>" ><?php _e('Untitled', contact_bank); ?> : </label>
9
+ <span id="txt_required_<?php echo $dynamicId; ?>" class="error">*</span>
10
+ <div class="layout-controls hovertip" id="post_back_radio_button_<?php echo $dynamicId; ?>"><div id="show_tooltip<?php echo $dynamicId; ?>">
11
+ <input type="radio" id="radio_<?php echo $dynamicId; ?>" name="radio_<?php echo $dynamicId; ?>" />
12
+ <span id="add_radio_options_here_<?php echo $dynamicId; ?>" ></span>
13
+ <a class="btn btn-info inline" id="add_setting_control_<?php echo $dynamicId; ?>" href="#setting_controls_postback" ><?php _e( "Settings", contact_bank); ?></a>
14
+ <a style="cursor:pointer;" onclick="delete_textbox(div_<?php echo $dynamicId; ?>_6,<?php echo $dynamicId; ?>)" id="anchor_del_<?php echo $dynamicId; ?>" >
15
+ <img src= "<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" style="margin-left: 1%;margin-bottom:-9px" onmouseover="img_show(<?php echo $dynamicId; ?>)" onmouseout="img_hide(<?php echo $dynamicId; ?>)" /></a>
16
+ </div>
17
+ </div>
18
+ </div>
19
+ <?php
20
+ die();
21
+ }
22
+ else
23
+ {
24
+ ?>
25
+ <div class="layout-span7">
26
+ <div class="widget-layout widget-tabs">
27
+ <div class="widget-layout-title">
28
+ <h4><?php _e( "Radio Buttons", contact_bank ); ?></h4>
29
+ </div>
30
+ <div class="fluid-layout">
31
+ <div class="layout-span12">
32
+ <div class="widget-layout-body layout-form" >
33
+ <ul style="margin-bottom:30px;" class="nav nav-tabs" id="tabs-nohdr_<?php echo $dynamicId; ?>">
34
+ <li id="li3">
35
+ <a id="tab3" onclick="tabsFunc(this);"><?php _e( "Advanced", contact_bank ); ?></a>
36
+ </li>
37
+ <li id="li2">
38
+ <a id="tab2" onclick="tabsFunc(this);"><?php _e( "Options", contact_bank ); ?></a>
39
+ </li>
40
+ <li id="li1" class="active">
41
+ <a id="tab1" onclick="tabsFunc(this);"><?php _e( "Settings", contact_bank ); ?></a>
42
+ </li>
43
+ </ul>
44
+ <div id="tabs-nohdr-3">
45
+ <div id="div_settings_<?php echo $dynamicId; ?>">
46
+ <div class="layout-control-group">
47
+ <label class="layout-control-label"><?php _e( "Label", contact_bank ); ?> :</label>
48
+ <div class="layout-controls">
49
+ <input type="text" class="layout-span12" id="ux_label_text_<?php echo $dynamicId; ?>" onkeyup="enter_admin_label(<?php echo $dynamicId; ?>);" value="<?php _e( "Untitled", contact_bank ); ?>" placeholder="<?php _e( "Enter Label", contact_bank ); ?>" name="ux_label_text_<?php echo $dynamicId; ?>" />
50
+ </div>
51
+ </div>
52
+ <div class="layout-control-group">
53
+ <label class="layout-control-label"><?php _e("Required", contact_bank); ?> :</label>
54
+ <div class="layout-controls">
55
+ <input type="radio" id="ux_required_control_<?php echo $dynamicId; ?>" name="ux_required_control_radio_<?php echo $dynamicId; ?>" value="1"/><label style="margin-left: 5px;"><?php _e( "Required", contact_bank ); ?></label>
56
+ <input type="radio" checked="checked" id="ux_required_<?php echo $dynamicId; ?>" name="ux_required_control_radio_<?php echo $dynamicId; ?>" value="0"/><label style="margin-left: 5px;"><?php _e( "Not Required", contact_bank ); ?></label>
57
+ </div>
58
+ </div>
59
+ <div class="layout-control-group">
60
+ <label class="layout-control-label"><?php _e("Tooltip Text", contact_bank); ?> :</label>
61
+ <div class="layout-controls">
62
+ <input type="text" class="layout-span12" id="ux_tooltip_control_<?php echo $dynamicId; ?>" name="ux_tooltip_control_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Tooltip Text", contact_bank ); ?>"/>
63
+ </div>
64
+ <input type="hidden" id="tooltip_txt_hidden_value_<?php echo $dynamicId; ?>" name="tooltip_txt_hidden_value_<?php echo $dynamicId; ?>" />
65
+ </div>
66
+ <div class="layout-control-group">
67
+ <label class="layout-control-label"><?php _e("Options", contact_bank); ?> :</label>
68
+ <div class="layout-controls">
69
+ <input type="text" onKeyPress="white_space(event)" class="layout-span9" id="radio_options_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Option", contact_bank ); ?>" name="radio_options_<?php echo $dynamicId; ?>" /><input class="btn btn-info layout-span3" style="margin-left: 7px;" value="<?php _e( "Add option", contact_bank ); ?>" type="button" id="radio_options_button_<?php echo $dynamicId; ?>" onclick="add_radio_options(<?php echo $dynamicId; ?>);"/>
70
+ </div>
71
+ </div>
72
+ <div class="layout-control-group">
73
+ <span id="append_multiple_option_<?php echo $dynamicId; ?>"></span>
74
+ </div>
75
+ </div>
76
+ </div>
77
+ <div id="tabs-nohdr-2" style="display:none;">
78
+ <div id="div_optional_<?php echo $dynamicId; ?>">
79
+ <div class="layout-control-group">
80
+ <label class="layout-control-label"><?php _e( "Admin label", contact_bank ); ?> :</label>
81
+ <div class="layout-controls">
82
+ <input type="text" value="<?php _e( "Untitled", contact_bank ); ?>" class="layout-span12" id="ux_admin_label_<?php echo $dynamicId; ?>" name="ux_admin_label_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Admin Label", contact_bank ); ?>"/>
83
+ </div>
84
+ </div>
85
+ <div class="layout-control-group">
86
+ <label class="layout-control-label"><?php _e( "Do not show in the email", contact_bank ); ?> :</label>
87
+ <div class="layout-controls">
88
+ <input type="checkbox" id="ux_show_email_<?php echo $dynamicId; ?>" name="ux_show_email_<?php echo $dynamicId; ?>" value="1" >
89
+ </div>
90
+ </div>
91
+ </div>
92
+ </div>
93
+ <div id="tabs-nohdr-1" style="display:none;">
94
+ <div id="div_advanced_<?php echo $dynamicId; ?>">
95
+ <div class="layout-control-group" id="show_data_label_tr_radio_<?php echo $dynamicId; ?>" style="display: none">
96
+ <label class="layout-control-label"><?php _e('Css Label :', contact_bank); ?></label>
97
+ <div class="layout-controls">
98
+ <textarea class="layout-span11" id="button_set_outer_label_radio_<?php echo $dynamicId; ?>" name="button_set_outer_label_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Css Label", contact_bank ); ?>"></textarea>
99
+ <a style='cursor:pointer;' onclick='delete_button_outer_label_radio(<?php echo $dynamicId; ?>);' ><img src= '<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png' style='vertical-align: middle' /></a>
100
+ </div>
101
+ </div>
102
+ <div class="layout-control-group" id="show_data_description_tr_radio_<?php echo $dynamicId; ?>" style="display: none">
103
+ <label class="layout-control-label"><?php _e( "Css Description :", contact_bank ); ?></label>
104
+ <div class="layout-controls">
105
+ <textarea class="layout-span11" id="ux_description_textarea_radio_<?php echo $dynamicId; ?>" name="ux_description_textarea_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Css Description", contact_bank ); ?>"></textarea>
106
+ <a style='cursor:pointer;' onclick='delete_button_set_description_radio(<?php echo $dynamicId; ?>);' ><img src= '<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png' style='vertical-align: middle' /></a>
107
+ </div>
108
+ </div>
109
+ <div class="layout-control-group" id="show_data_option_outer_wrapper_tr_radio_<?php echo $dynamicId; ?>" style="display: none">
110
+ <label class="layout-control-label"><?php _e( "Css Options outer wrapper :", contact_bank ); ?></label>
111
+ <div class="layout-controls">
112
+ <textarea class="layout-span11" id="ux_button_options_outer_wrapper_radio_<?php echo $dynamicId; ?>" name="ux_description_textarea_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Css Options outer wrapper", contact_bank ); ?>"></textarea>
113
+ <a style='cursor:pointer;' onclick='delete_button_options_outer_wrapper_radio(<?php echo $dynamicId; ?>);' ><img src= '<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png' style='vertical-align: middle' /></a>
114
+ </div>
115
+ </div>
116
+ <div class="layout-control-group" id="show_data_option_wrapper_tr_radio_<?php echo $dynamicId; ?>" style="display: none">
117
+ <label class="layout-control-label"><?php _e( "CSS Options Wrapper :", contact_bank ); ?></label>
118
+ <div class="layout-controls">
119
+ <textarea class="layout-span11" id="ux_button_option_wrapper_radio_<?php echo $dynamicId; ?>" name="ux_description_textarea_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Css Options Wrapper", contact_bank ); ?>"></textarea>
120
+ <a style='cursor:pointer;' onclick='delete_button_option_wrapper_radio(<?php echo $dynamicId; ?>);' ><img src= '<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png' style='vertical-align: middle' /></a>
121
+ </div>
122
+ </div>
123
+ <div class="layout-control-group" id="show_data_option_label_tr_radio_<?php echo $dynamicId; ?>" style="display: none">
124
+ <label class="layout-control-label"><?php _e( "CSS Option Label :", contact_bank ); ?></label>
125
+ <div class="layout-controls">
126
+ <textarea class="layout-span11" id="ux_button_option_label_radio_<?php echo $dynamicId; ?>" name="ux_description_textarea_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Css Option Label", contact_bank ); ?>"></textarea>
127
+ <a style='cursor:pointer;' onclick='delete_button_option_label_radio(<?php echo $dynamicId; ?>);' ><img src= '<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png' style='vertical-align: middle' /></a>
128
+ </div>
129
+ </div>
130
+ <div class="layout-control-group">
131
+ <label class="layout-control-label"><?php _e( "Add a style to", contact_bank ); ?> :</label>
132
+ <div class="layout-controls">
133
+ <input type="button" class="btn btn-inverse layout-span4" id="ux_button_label_style_<?php echo $dynamicId; ?>" name="ux_button_label_style_<?php echo $dynamicId; ?>" onclick="button_set_outer_label_radio(<?php echo $dynamicId; ?>);" style="margin-bottom: 5px;" value="<?php _e( "Label", contact_bank ); ?>" />
134
+ <input type="button" class="btn btn-inverse layout-span4" id="ux_button_description_style_<?php echo $dynamicId; ?>" name="ux_button_description_style_<?php echo $dynamicId; ?>" onclick="button_set_description_radio(<?php echo $dynamicId; ?>);" style="margin-bottom: 5px;display: none;" value="<?php _e( "Description", contact_bank ); ?>" />
135
+ <input type="button" class="btn btn-inverse layout-span5" id="ux_button_optional_outer_wrapper_style_<?php echo $dynamicId; ?>" name="ux_button_optional_outer_wrapper_style_<?php echo $dynamicId; ?>" onclick="button_options_outer_wrapper_radio(<?php echo $dynamicId; ?>);" style="margin-bottom: 5px;" value="<?php _e( "Options outer wrapper", contact_bank ); ?>"/>
136
+ <input type="button" class="btn btn-inverse layout-span4" id="ux_button_Option wrapper_<?php echo $dynamicId; ?>" name="ux_button_Option wrapper_<?php echo $dynamicId; ?>" onclick="button_option_wrapper_radio(<?php echo $dynamicId; ?>);" style="margin-bottom: 5px;" value="<?php _e( "Options wrapper", contact_bank ); ?>" />
137
+ <input type="button" class="btn btn-inverse layout-span4" id="ux_button_Option label_<?php echo $dynamicId; ?>" name="ux_button_Option label_<?php echo $dynamicId; ?>" onclick="button_option_label_radio(<?php echo $dynamicId; ?>);" style="margin-bottom: 5px;" value="<?php _e( "Options label", contact_bank ); ?>" />
138
+ </div>
139
+ </div>
140
+ </div>
141
+ </div>
142
+ </div>
143
+ </div>
144
+ </div>
145
+ </div>
146
+ <div class="layout-control-group">
147
+ <input type="button" style="float:left;margin-left: 0px;" class="btn btn-info layout-span2" onclick="save_multiple_control(<?php echo $dynamicId; ?>)" value="<?php _e( "Save", contact_bank ); ?>" />
148
+ </div>
149
+ </div>
150
+ <script type="text/javascript">
151
+ jQuery(".hovertip").tooltip();
152
+ var dynamicId = <?php echo $dynamicId ?>;
153
+ array_options_radio[dynamicId] = [];
154
+ array_option_id_radio[dynamicId] = [];
155
+ function tabsFunc(control)
156
+ {
157
+ switch(control.id)
158
+ {
159
+ case "tab1":
160
+ jQuery("#tabs-nohdr-1").css("display","none");
161
+ jQuery("#tabs-nohdr-2").css("display","none");
162
+ jQuery("#tabs-nohdr-3").css("display","block");
163
+ jQuery("#li1").attr("class","active");
164
+ jQuery("#li2").removeAttr("class");
165
+ jQuery("#li3").removeAttr("class");
166
+ break;
167
+ case "tab2":
168
+ jQuery("#tabs-nohdr-1").css("display","none");
169
+ jQuery("#tabs-nohdr-3").css("display","none");
170
+ jQuery("#tabs-nohdr-2").css("display","block");
171
+ jQuery("#li2").attr("class","active");
172
+ jQuery("#li1").removeAttr("class");
173
+ jQuery("#li3").removeAttr("class");
174
+ break;
175
+ case "tab3":
176
+ jQuery("#tabs-nohdr-3").css("display","none");
177
+ jQuery("#tabs-nohdr-2").css("display","none");
178
+ jQuery("#tabs-nohdr-1").css("display","block");
179
+ jQuery("#li3").attr("class","active");
180
+ jQuery("#li1").removeAttr("class");
181
+ jQuery("#li2").removeAttr("class");
182
+ break;
183
+ }
184
+ }
185
+ var count = <?php echo $count; ?>;
186
+ if(count != 0)
187
+ {
188
+ var dynamicId = <?php echo $dynamicId; ?>;
189
+ if(array_multiple[dynamicId][5] != "")
190
+ {
191
+ var optionId_str = array_multiple[dynamicId][5];
192
+ var optionId = optionId_str.split(";");
193
+ var option_value_str = array_multiple[dynamicId][6];
194
+ var option_value = option_value_str.split(";");
195
+ for(var flag = 0;flag <optionId.length ;flag++)
196
+ {
197
+ var options_dynamicId = optionId[flag];
198
+ var add_radio_option = option_value[flag];
199
+ array_option_id_radio[dynamicId].push(options_dynamicId);
200
+ array_options_radio[dynamicId].push(add_radio_option);
201
+ jQuery("#append_multiple_option_"+dynamicId).append('<div class="layout-control-group" id="input_tr_'+options_dynamicId+'"><div class="layout-controls"><input type="text" class="layout-span8" id="input_option_'+options_dynamicId+'" name="input_option_'+options_dynamicId+'" value="'+add_radio_option+'" /><input type="hidden" value="'+add_radio_option+'" id="radio_existing_options_'+options_dynamicId+'" name="radio_existing_options_'+options_dynamicId+'"/><a style="padding-left:2px;" onclick="delete_radio('+options_dynamicId+','+dynamicId+')"><img style="vertical-align: top;margin-top: 2px;" src="<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" /></a><input class="btn btn-info layout-span3" style="margin-left:2px;" type="button" onclick="update_radio_option('+options_dynamicId+','+dynamicId+')" value="<?php _e( "Update", contact_bank ); ?>"></div></div>');
202
+ }
203
+ }
204
+ jQuery("#ux_label_text_"+dynamicId).val(array_multiple[dynamicId][2]);
205
+ if(array_multiple[dynamicId][3] == 1)
206
+ {
207
+ jQuery("#ux_required_control_"+dynamicId).attr("checked","checked");
208
+ }
209
+ else
210
+ {
211
+ jQuery("#ux_required_"+dynamicId).attr("checked","checked");
212
+ }
213
+ jQuery("#ux_tooltip_control_"+dynamicId).val(array_multiple[dynamicId][4]);
214
+ jQuery("#ux_admin_label_"+dynamicId).val(array_multiple[dynamicId][7]);
215
+
216
+ if(array_multiple[dynamicId][8] == true)
217
+ {
218
+ jQuery("#ux_show_email_"+dynamicId).attr("checked","checked");
219
+ }
220
+ if(array_multiple[dynamicId][9] != "")
221
+ {
222
+ jQuery("#button_set_outer_label_radio_"+dynamicId).html(array_multiple[dynamicId][9]);
223
+ jQuery("#show_data_label_tr_radio_"+dynamicId).attr("style","display:block");
224
+ jQuery("#show_data_label_tr_radio_"+dynamicId).attr("style","position:inherit");
225
+ }
226
+ if(array_multiple[dynamicId][10] != "")
227
+ {
228
+ jQuery("#ux_description_textarea_radio_"+dynamicId).html(array_multiple[dynamicId][10]);
229
+ jQuery("#show_data_description_tr_radio_"+dynamicId).attr("style","display:block");
230
+ jQuery("#show_data_description_tr_radio_"+dynamicId).attr("style","position:inherit");
231
+ }
232
+ if(array_multiple[dynamicId][11] != "")
233
+ {
234
+ jQuery("#ux_button_options_outer_wrapper_radio_"+dynamicId).html(array_multiple[dynamicId][11]);
235
+ jQuery("#show_data_option_outer_wrapper_tr_radio_"+dynamicId).attr("style","display:block");
236
+ jQuery("#show_data_option_outer_wrapper_tr_radio_"+dynamicId).attr("style","position:inherit");
237
+ }
238
+ if(array_multiple[dynamicId][12] != "")
239
+ {
240
+ jQuery("#ux_button_option_wrapper_radio_"+dynamicId).html(array_multiple[dynamicId][12]);
241
+ jQuery("#show_data_option_wrapper_tr_radio_"+dynamicId).attr("style","display:block");
242
+ jQuery("#show_data_option_wrapper_tr_radio_"+dynamicId).attr("style","position:inherit");
243
+ }
244
+ if(array_multiple[dynamicId][13] != "")
245
+ {
246
+ jQuery("#ux_button_option_label_radio_"+dynamicId).html(array_multiple[dynamicId][13]);
247
+ jQuery("#show_data_option_label_tr_radio_"+dynamicId).attr("style","display:block");
248
+ jQuery("#show_data_option_label_tr_radio_"+dynamicId).attr("style","position:inherit");
249
+ }
250
+ }
251
+ function add_radio_options(dynamicId)
252
+ {
253
+ var add_radio_options = jQuery("#radio_options_"+dynamicId).val();
254
+ if(add_radio_options=="")
255
+ {
256
+ alert("<?php _e( "Please Fill an Option.", contact_bank ); ?>");
257
+ }
258
+ else
259
+ {
260
+ var place_of_option_in_array = jQuery.inArray(add_radio_options,array_options_radio[dynamicId]);
261
+ if(place_of_option_in_array == -1)
262
+ {
263
+ var options_dynamicId = Math.floor((Math.random()*1000)+1);
264
+ array_options_radio[dynamicId].push(add_radio_options);
265
+ array_option_id_radio[dynamicId].push(options_dynamicId);
266
+ jQuery("#append_multiple_option_"+dynamicId).append('<div class="layout-control-group" id="input_tr_'+options_dynamicId+'"><div class="layout-controls"><input type="text" class="layout-span8" id="input_option_'+options_dynamicId+'" name="input_option_'+options_dynamicId+'" value="'+add_radio_options+'" /><input type="hidden" value="'+add_radio_options+'" id="radio_existing_options_'+options_dynamicId+'" name="radio_existing_options_'+options_dynamicId+'"/><a style="padding-left:2px;" onclick="delete_radio('+options_dynamicId+','+dynamicId+')"><img style="vertical-align: top;margin-top: 2px;" src="<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" /></a><input class="btn btn-info layout-span3" type="button" onclick="update_radio_option('+options_dynamicId+','+dynamicId+')" style="margin-left: 5px;" value="<?php _e( "Update", contact_bank ); ?>"></div></div>');
267
+ jQuery("#radio_options_"+dynamicId).val("");
268
+ }
269
+ else
270
+ {
271
+ alert("<?php _e( "This Option Already Exists.", contact_bank ); ?>");
272
+ }
273
+ }
274
+ }
275
+ function delete_radio(options_dynamicId,dynamicId)
276
+ {
277
+ var input_type_value = jQuery("#input_option_"+options_dynamicId).val();
278
+ jQuery("#input_tr_"+options_dynamicId).remove();
279
+ var place_of_option_in_array_id = jQuery.inArray(input_type_value,array_options_radio[dynamicId]);
280
+ if(place_of_option_in_array_id != -1)
281
+ {
282
+ array_options_radio[dynamicId].splice(place_of_option_in_array_id,1);
283
+ array_option_id_radio[dynamicId].splice(place_of_option_in_array_id,1);
284
+ }
285
+ }
286
+ function update_radio_option(options_dynamicId,dynamicId)
287
+ {
288
+ var existing_input_type_value = jQuery("#radio_existing_options_"+options_dynamicId).val();
289
+ var updated_input_type_value = jQuery("#input_option_"+options_dynamicId).val();
290
+ var check_option_in_array = jQuery.inArray(updated_input_type_value,array_options_radio[dynamicId]);
291
+ if(check_option_in_array != -1)
292
+ {
293
+ alert("<?php _e( "This Option Already Exists. ", contact_bank ); ?>");
294
+ if(existing_input_type_value != 0)
295
+ {
296
+ jQuery("#input_option_"+options_dynamicId).val(existing_input_type_value);
297
+ }
298
+ }
299
+ else
300
+ {
301
+ var place_of_option_in_array = jQuery.inArray(existing_input_type_value,array_options_radio[dynamicId]);
302
+ array_options_radio[dynamicId][place_of_option_in_array] = updated_input_type_value;
303
+ jQuery("#radio_existing_options_"+options_dynamicId).val(updated_input_type_value);
304
+ alert("<?php _e( "Option updated", contact_bank ); ?>");
305
+ }
306
+ }
307
+ function button_set_outer_label_radio(dynamicId)
308
+ {
309
+ jQuery("#show_data_label_tr_radio_"+dynamicId).attr("style","display:block");
310
+ jQuery("#show_data_label_tr_radio_"+dynamicId).attr("style", "position:inherit");
311
+
312
+ }
313
+ function button_set_description_radio(dynamicId)
314
+ {
315
+ jQuery("#show_data_description_tr_radio_"+dynamicId).attr("style","display:block");
316
+ jQuery("#show_data_description_tr_radio_"+dynamicId).attr("style", "position:inherit");
317
+
318
+ }
319
+ function button_options_outer_wrapper_radio(dynamicId)
320
+ {
321
+ jQuery("#show_data_option_outer_wrapper_tr_radio_"+dynamicId).attr("style","display:block");
322
+ jQuery("#show_data_option_outer_wrapper_tr_radio_"+dynamicId).attr("style", "position:inherit");
323
+ }
324
+ function button_option_wrapper_radio(dynamicId)
325
+ {
326
+ jQuery("#show_data_option_wrapper_tr_radio_"+dynamicId).attr("style","display:block");
327
+ jQuery("#show_data_option_wrapper_tr_radio_"+dynamicId).attr("style", "position:inherit");
328
+ }
329
+ function button_option_label_radio(dynamicId)
330
+ {
331
+ jQuery("#show_data_option_label_tr_radio_"+dynamicId).attr("style","display:block");
332
+ jQuery("#show_data_option_label_tr_radio_"+dynamicId).attr("style", "position:inherit");
333
+ }
334
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
335
+ function delete_button_outer_label_radio(dynamicId)
336
+ {
337
+ jQuery("#show_data_label_tr_radio_"+dynamicId).attr("style","display:none");
338
+ jQuery("#button_set_outer_label_radio_"+dynamicId).val("");
339
+ }
340
+ function delete_button_set_description_radio(dynamicId)
341
+ {
342
+ jQuery("#show_data_description_tr_radio_"+dynamicId).attr("style","display:none");
343
+ jQuery("#ux_description_textarea_radio_"+dynamicId).val("");
344
+ }
345
+ function delete_button_options_outer_wrapper_radio(dynamicId)
346
+ {
347
+ jQuery("#show_data_option_outer_wrapper_tr_radio_"+dynamicId).attr("style","display:none");
348
+ jQuery("#ux_button_options_outer_wrapper_radio_"+dynamicId).val("");
349
+ }
350
+ function delete_button_option_wrapper_radio(dynamicId)
351
+ {
352
+ jQuery("#show_data_option_wrapper_tr_radio_"+dynamicId).attr("style","display:none");
353
+ jQuery("#ux_button_option_wrapper_radio_"+dynamicId).val("");
354
+ }
355
+ function delete_button_option_label_radio(dynamicId)
356
+ {
357
+ jQuery("#show_data_option_label_tr_radio_"+dynamicId).attr("style","display:none");
358
+ jQuery("#ux_button_option_label_radio_"+dynamicId).val("");
359
+ }
360
+ ///////////////////////////////////////////////////////////////////////////////
361
+ function save_multiple_control(dynamicId)
362
+ {
363
+ array_multiple[dynamicId] = [];
364
+ array_multiple[dynamicId].push(6);
365
+ array_multiple[dynamicId].push(dynamicId);
366
+ array_multiple[dynamicId].push(jQuery("#ux_label_text_"+dynamicId).val());
367
+ if(jQuery("#ux_required_control_"+dynamicId).prop("checked") == true)
368
+ {
369
+ array_multiple[dynamicId].push("1");
370
+ }
371
+ else
372
+ {
373
+ array_multiple[dynamicId].push("0");
374
+ }
375
+ array_multiple[dynamicId].push(jQuery("#ux_tooltip_control_"+dynamicId).val());
376
+ var radio_optionId_str = "";
377
+ jQuery("#radio_"+dynamicId).hide();
378
+ jQuery("#add_radio_options_here_"+dynamicId).empty();
379
+ if(array_options_radio[dynamicId].length == 0)
380
+ {
381
+ jQuery("#radio_"+dynamicId).show();
382
+ }
383
+ for(var flag=0;flag<array_option_id_radio[dynamicId].length;flag++)
384
+ {
385
+ radio_optionId_str = radio_optionId_str+array_option_id_radio[dynamicId][flag];
386
+ if(flag < array_option_id_radio[dynamicId].length-1)
387
+ {
388
+ radio_optionId_str = radio_optionId_str+";";
389
+ }
390
+ options_dynamicId = array_option_id_radio[dynamicId][flag];
391
+ add_radio_options = array_options_radio[dynamicId][flag];
392
+ jQuery("#add_radio_options_here_"+dynamicId).append('<span id="input_id_'+options_dynamicId+'"><input name="radio" type="radio" id="add_radio_'+options_dynamicId+'" /><label style="margin:0px 5px;" id="add_radio_lab_'+options_dynamicId+'" >'+add_radio_options+'</label></span>');
393
+ }
394
+ array_multiple[dynamicId].push(radio_optionId_str);
395
+ var radio_option_str = "";
396
+ for(var flag=0;flag<array_option_id_radio[dynamicId].length;flag++)
397
+ {
398
+ radio_option_str = radio_option_str+array_options_radio[dynamicId][flag];
399
+ if(flag < array_option_id_radio[dynamicId].length-1)
400
+ {
401
+ radio_option_str = radio_option_str+";";
402
+ }
403
+ }
404
+ array_multiple[dynamicId].push(radio_option_str);
405
+ array_multiple[dynamicId].push(jQuery("#ux_admin_label_"+dynamicId).val());
406
+ array_multiple[dynamicId].push(jQuery("#ux_show_email_"+dynamicId).prop("checked"));
407
+ array_multiple[dynamicId].push(jQuery("#button_set_outer_label_radio_"+dynamicId).val());
408
+ array_multiple[dynamicId].push(jQuery("#ux_description_textarea_radio_"+dynamicId).val());
409
+ array_multiple[dynamicId].push(jQuery("#ux_button_options_outer_wrapper_radio_"+dynamicId).val());
410
+ array_multiple[dynamicId].push(jQuery("#ux_button_option_wrapper_radio_"+dynamicId).val());
411
+ array_multiple[dynamicId].push(jQuery("#ux_button_option_label_radio_"+dynamicId).val());
412
+ jQuery("#control_label_"+dynamicId).html(jQuery("#ux_label_text_"+dynamicId).val()+" :");
413
+ var tooltip_text = jQuery("#ux_tooltip_control_"+dynamicId).val();
414
+ jQuery("#tooltip_txt_hidden_value_"+dynamicId).val(tooltip_text);
415
+ jQuery("#post_back_radio_button_"+dynamicId).attr("data-original-title",tooltip_text);
416
+ if(jQuery("#ux_required_control_"+dynamicId).prop("checked") == true)
417
+ {
418
+ jQuery("#txt_required_"+dynamicId).css("display","block");
419
+ }
420
+ else
421
+ {
422
+ jQuery("#txt_required_"+dynamicId).css("display","none");
423
+ }
424
+ CloseLightbox();
425
+ }
426
+ function enter_admin_label(dynamicId)
427
+ {
428
+ var ux_label = jQuery("#ux_label_text_"+dynamicId).val();
429
+ jQuery("#ux_admin_label_"+dynamicId).val(ux_label);
430
+ }
431
+ function white_space(e)
432
+ {
433
+ var regex = new RegExp("^[0-9a-zA-Z-.~`^_!@\b#$%&*()+={}\| ]+$");
434
+ var str = String.fromCharCode(!e.charCode ? e.which : e.charCode);
435
+ if (regex.test(str))
436
+ {
437
+ return true;
438
+ }
439
+ e.preventDefault();
440
+ return false;
441
+ }
442
+ </script>
443
+ <?php
444
+ }
445
+ ?>
includes/cb_password.php ADDED
@@ -0,0 +1,346 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ if($_REQUEST["param"] == "create_txt_password_control")
3
+ {
4
+ $dynamicId = intval($_REQUEST["dynamicId"]);
5
+ $field_id = intval($_REQUEST["field_id"]);
6
+ ?>
7
+ <div class="layout-control-group div_border" id="div_<?php echo $dynamicId; ?>_15">
8
+ <label class="layout-control-label" id="control_label_<?php echo $dynamicId; ?>" ><?php _e("Password", contact_bank); ?> : </label>
9
+ <span id="txt_required_<?php echo $dynamicId; ?>" class="error">*</span>
10
+ <div class="layout-controls hovertip" id="show_tooltip<?php echo $dynamicId; ?>">
11
+ <input class=" layout-span7" type="password" id="txt_password_<?php echo $dynamicId; ?>" name="txt_password_<?php echo $dynamicId; ?>" />
12
+ <a class="btn btn-info inline" id="add_setting_control_<?php echo $dynamicId; ?>" href="#setting_controls_postback"><?php _e( "Settings", contact_bank ); ?></a>
13
+ <a style="cursor:pointer;" onclick="delete_textbox(div_<?php echo $dynamicId; ?>_15,<?php echo $dynamicId; ?>)" id="anchor_del_<?php echo $dynamicId; ?>" >
14
+ <img src= "<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" style="margin-left: 1%;margin-bottom:-9px" onmouseover="img_show(<?php echo $dynamicId; ?>)" onmouseout="img_hide(<?php echo $dynamicId; ?>)" />
15
+ </a>
16
+ <br />
17
+ <span class="span-description" id="txt_description_<?php echo $dynamicId; ?>"></span>
18
+ </div>
19
+ </div>
20
+ <?php
21
+ die();
22
+ }
23
+ else
24
+ {
25
+ ?>
26
+ <div class="layout-span7">
27
+ <div class="widget-layout widget-tabs">
28
+ <div class="widget-layout-title">
29
+ <h4><?php _e( "Password Control", contact_bank ); ?></h4>
30
+
31
+ </div>
32
+ <div class="fluid-layout">
33
+ <div class="layout-span12">
34
+ <div class="widget-layout-body layout-form">
35
+ <ul style="margin-bottom:30px;" class="nav nav-tabs" id="tabs-nohdr_<?php echo $dynamicId; ?>">
36
+ <li id="li3">
37
+ <a id="tab3" onclick="tabsFunc(this);"><?php _e( "Advanced", contact_bank ); ?></a>
38
+ </li>
39
+ <li id="li2">
40
+ <a id="tab2" onclick="tabsFunc(this);"><?php _e( "Options", contact_bank ); ?></a>
41
+ </li>
42
+ <li id="li1" class="active">
43
+ <a id="tab1" onclick="tabsFunc(this);"><?php _e( "Settings", contact_bank ); ?></a>
44
+ </li>
45
+ </ul>
46
+ <div id="tabs-nohdr-3">
47
+ <div id="div_settings_<?php echo $dynamicId; ?>">
48
+ <div class="layout-control-group">
49
+ <label class="layout-control-label"><?php _e( "Label", contact_bank ); ?> :</label>
50
+ <div class="layout-controls">
51
+ <input type="text" class="layout-span12" onkeyup="enter_admin_label(<?php echo $dynamicId; ?>);" value="<?php _e( "Password", contact_bank ); ?>" id="ux_label_text_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Label", contact_bank ); ?>" name="ux_label_text_<?php echo $dynamicId; ?>"/>
52
+ </div>
53
+ </div>
54
+ <div class="layout-control-group">
55
+ <label class="layout-control-label"><?php _e("Description", contact_bank); ?> :</label>
56
+ <div class="layout-controls">
57
+ <textarea class="layout-span12" id="ux_description_control_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Description", contact_bank ); ?>" name="ux_description_control_<?php echo $dynamicId; ?>"></textarea>
58
+ </div>
59
+ </div>
60
+ <div class="layout-control-group">
61
+ <label class="layout-control-label"><?php _e( "Required", contact_bank ); ?> :</label>
62
+ <div class="layout-controls">
63
+ <input type="radio" id="ux_required_control_<?php echo $dynamicId; ?>" name="ux_required_control_radio_<?php echo $dynamicId; ?>" value="1"/><label style="margin-left: 5px;"><?php _e( "Required", contact_bank ); ?></label>
64
+ <input type="radio" checked="checked" id="ux_required_<?php echo $dynamicId; ?>" name="ux_required_control_radio_<?php echo $dynamicId; ?>" value="0"/><label style="margin-left: 5px;"><?php _e( "Not Required", contact_bank ); ?></label>
65
+ </div>
66
+ </div>
67
+ <div class="layout-control-group">
68
+ <label class="layout-control-label"><?php _e("Tooltip Text", contact_bank); ?> :</label>
69
+ <div class="layout-controls">
70
+ <input type="text" class="layout-span12" id="ux_tooltip_control_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Tooltip", contact_bank ); ?>" name="ux_tooltip_control_<?php echo $dynamicId; ?>"/>
71
+ </div>
72
+ <input type="hidden" id="tooltip_txt_hidden_value_<?php echo $dynamicId; ?>" name="tooltip_txt_hidden_value_<?php echo $dynamicId; ?>" />
73
+ </div>
74
+ </div>
75
+ </div>
76
+ <div id="tabs-nohdr-2" style="display:none;">
77
+ <div id="div_optional_<?php echo $dynamicId; ?>">
78
+ <div class="layout-control-group">
79
+ <label class="layout-control-label" ><?php _e( "Admin Label", contact_bank ); ?> :</label>
80
+ <div class="layout-controls">
81
+ <input type="text" class="layout-span12" value="<?php _e( "Password", contact_bank ); ?>" id="ux_admin_label_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Admin Label", contact_bank ); ?>" name="ux_admin_label_<?php echo $dynamicId; ?>"/>
82
+ </div>
83
+ </div>
84
+ <div class="layout-control-group">
85
+ <label class="layout-control-label"><?php _e( "Do not show in the email", contact_bank ); ?> :</label>
86
+ <div class="layout-controls">
87
+ <input type="checkbox" id="ux_show_email_<?php echo $dynamicId; ?>" name="ux_show_email_<?php echo $dynamicId; ?>" style="margin-top: 10px;" value="1" >
88
+ </div>
89
+ </div>
90
+ </div>
91
+ </div>
92
+ <div id="tabs-nohdr-1" style="display:none;">
93
+ <div id="div_advanced_<?php echo $dynamicId; ?>">
94
+ <div class="layout-control-group" id="password_label_<?php echo $dynamicId; ?>" style="display: none">
95
+ <label class="layout-control-label"><?php _e( "Css Label", contact_bank ); ?> :</label>
96
+ <div class="layout-controls">
97
+ <textarea class="layout-span11" id="ux_password_label_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Css Label", contact_bank ); ?>" name="ux_password_label_<?php echo $dynamicId; ?>"></textarea>
98
+ <a style="cursor:pointer;" onclick="delete_css_style_label(<?php echo $dynamicId; ?>);" id="anchor_del_" ><img src= "<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" style="vertical-align: middle;" /></a>
99
+ </div>
100
+ </div>
101
+
102
+ <div class="layout-control-group" id="password_text_input_<?php echo $dynamicId; ?>" style="display:none">
103
+ <label class="layout-control-label"><?php _e( "Css Input Text", contact_bank ); ?> :</label>
104
+ <div class="layout-controls">
105
+ <textarea class="layout-span11" id="ux_password_text_input_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Css Input Text", contact_bank ); ?>" name="ux_password_text_input_<?php echo $dynamicId; ?>"></textarea>
106
+ <a style="cursor:pointer;" onclick="delete_css_style_textinput(<?php echo $dynamicId; ?>);" id="anchor_del_" ><img src= "<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" style="vertical-align: middle;" /></a>
107
+ </div>
108
+ </div>
109
+ <div class="layout-control-group" id="password_description_<?php echo $dynamicId; ?>" style="display: none">
110
+ <label class="layout-control-label"><?php _e( "Css Description", contact_bank ); ?> :</label>
111
+ <div class="layout-controls">
112
+ <textarea class="layout-span11" id="ux_password_description_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Css Description", contact_bank ); ?>" name="ux_password_description_<?php echo $dynamicId; ?>"></textarea>
113
+ <a style="cursor:pointer;" onclick="delete_css_style_description(<?php echo $dynamicId; ?>);" id="anchor_del_" ><img src= "<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" style="vertical-align: middle;" /></a>
114
+ </div>
115
+ </div>
116
+ <div class="layout-control-group">
117
+ <label class="layout-control-label"><?php _e( "Add a style to", contact_bank ); ?> :</label>
118
+ <div class="layout-controls">
119
+ <input type="button" class="btn btn-inverse layout-span3" id="ux_button_label_style_<?php echo $dynamicId; ?>" name="ux_button_label_style_<?php echo $dynamicId; ?>" onclick="button_set_outer_label(<?php echo $dynamicId; ?>,15);" value="<?php _e( "Label", contact_bank ); ?>" />
120
+ <input type="button" class="btn btn-inverse layout-span3" id="ux_button_txt_input_save_<?php echo $dynamicId; ?>" name="ux_button_txt_input_save_<?php echo $dynamicId; ?>" onclick="button_set_txt_input(<?php echo $dynamicId; ?>,15);" value="<?php _e( "Text input", contact_bank ); ?>" />
121
+ <input type="button" class="btn btn-inverse layout-span3" id="ux_button_description_style_<?php echo $dynamicId; ?>" name="ux_button_description_style_<?php echo $dynamicId; ?>" onclick="button_set_description(<?php echo $dynamicId; ?>,15);" value="<?php _e( "Description", contact_bank ); ?>" />
122
+ </div>
123
+ </div>
124
+ <div class="layout-control-group">
125
+ <label class="layout-control-label"><?php _e( "Add a filter", contact_bank ); ?> :</label>
126
+ <div class="layout-controls">
127
+ <input type="checkbox" value="1" id="ux_checkbox_alpha_filter_<?php echo $dynamicId; ?>" name="ux_checkbox_alpha_filter_<?php echo $dynamicId; ?>" /><span style="margin-left: 5px"><?php _e( "Alpha", contact_bank ); ?></span><br>
128
+ <input type="checkbox" value="1" id="ux_checkbox_alpha_num_filter_<?php echo $dynamicId; ?>" name="ux_checkbox_alpha_num_filter_<?php echo $dynamicId; ?>" value="Alpha Numeric" /><span style="margin-left: 5px"><?php _e( "Alpha Numeric", contact_bank ); ?></span><br>
129
+ <input type="checkbox" value="1" id="ux_checkbox_digit_filter_<?php echo $dynamicId; ?>" name="ux_checkbox_digit_filter_<?php echo $dynamicId; ?>" value="Digits" /><span style="margin-left: 5px"><?php _e( "Digits", contact_bank ); ?></span><br>
130
+ <input type="checkbox" value="1" id="ux_checkbox_strip_tag_filter_<?php echo $dynamicId; ?>" name="ux_checkbox_strip_tag_filter_<?php echo $dynamicId; ?>" value="Strip Tags" /><span style="margin-left: 5px"><?php _e( "Strip Tags", contact_bank ); ?></span><br>
131
+ <input type="checkbox" value="1" id="ux_checkbox_trim_filter_<?php echo $dynamicId; ?>" name="ux_checkbox_trim_filter_<?php echo $dynamicId; ?>" value="Trim" /><span style="margin-left: 5px"><?php _e( "Trim", contact_bank ); ?></span><br>
132
+ </div>
133
+ </div>
134
+ </div>
135
+ </div>
136
+ </div>
137
+ </div>
138
+ </div>
139
+ </div>
140
+ <div class="layout-control-group">
141
+ <input type="button" style="float:left;margin-left: 0px;" class="btn btn-info layout-span2" onclick="save_password_control(<?php echo $dynamicId; ?>)" value="<?php _e( "Save", contact_bank ); ?>" />
142
+ </div>
143
+ </div>
144
+ <script type="text/javascript">
145
+ jQuery(".hovertip").tooltip();
146
+ function tabsFunc(control)
147
+ {
148
+
149
+ switch(control.id)
150
+ {
151
+ case "tab1":
152
+ jQuery("#tabs-nohdr-1").css("display","none");
153
+ jQuery("#tabs-nohdr-2").css("display","none");
154
+ jQuery("#tabs-nohdr-3").css("display","block");
155
+ jQuery("#li1").attr("class","active");
156
+ jQuery("#li2").removeAttr("class");
157
+ jQuery("#li3").removeAttr("class");
158
+ break;
159
+ case "tab2":
160
+ jQuery("#tabs-nohdr-1").css("display","none");
161
+ jQuery("#tabs-nohdr-3").css("display","none");
162
+ jQuery("#tabs-nohdr-2").css("display","block");
163
+ jQuery("#li2").attr("class","active");
164
+ jQuery("#li1").removeAttr("class");
165
+ jQuery("#li3").removeAttr("class");
166
+ break;
167
+ case "tab3":
168
+ jQuery("#tabs-nohdr-3").css("display","none");
169
+ jQuery("#tabs-nohdr-2").css("display","none");
170
+ jQuery("#tabs-nohdr-1").css("display","block");
171
+ jQuery("#li3").attr("class","active");
172
+ jQuery("#li1").removeAttr("class");
173
+ jQuery("#li2").removeAttr("class");
174
+ break;
175
+ }
176
+
177
+ }
178
+ function set_default_value(dynamicId)
179
+ {
180
+ var default_value = jQuery("#ux_default_value_"+dynamicId).val();
181
+ jQuery("#txt_password_"+dynamicId).val(default_value);
182
+ }
183
+ function show_default_val_blur(dynamicId)
184
+ {
185
+ var default_val_blur =jQuery("#ux_clr_value_focus_"+dynamicId).prop("checked");
186
+ if(default_val_blur==true)
187
+ {
188
+ jQuery("#tr_def_val_blur_"+dynamicId).css('display','block');
189
+ }
190
+ else
191
+ {
192
+ jQuery("#tr_def_val_blur_"+dynamicId).css('display','none')
193
+ }
194
+ }
195
+ function show_default_value(dynamicId)
196
+ {
197
+ var default_value_back = jQuery('#ux_default_value_blur_'+dynamicId).prop("checked");
198
+
199
+ if(default_value_back==true)
200
+ {
201
+ var ux_back_default_value=jQuery("#ux_default_value_").value();
202
+ jQuery("#password_"+dynamicId).val(ux_back_default_value);
203
+ }
204
+ }
205
+ var count = <?php echo $count; ?>;
206
+ if(count != 0)
207
+ {
208
+ var dynamicId = <?php echo $dynamicId; ?>;
209
+ jQuery("#ux_label_text_"+dynamicId).val(array_password[dynamicId][2]);
210
+ jQuery("#ux_description_control_"+dynamicId).val(array_password[dynamicId][3]);
211
+ if(array_password[dynamicId][4] == 1)
212
+ {
213
+ jQuery("#ux_required_control_"+dynamicId).attr("checked","checked");
214
+ }
215
+ else
216
+ {
217
+ jQuery("#ux_required_"+dynamicId).attr("checked","checked");
218
+ }
219
+ jQuery("#ux_tooltip_control_"+dynamicId).val(array_password[dynamicId][5]);
220
+ jQuery("#ux_admin_label_"+dynamicId).val(array_password[dynamicId][6]);
221
+ if(array_password[dynamicId][7] == true)
222
+ {
223
+ jQuery("#ux_show_email_"+dynamicId).attr("checked","checked");
224
+ }
225
+ if(array_password[dynamicId][8] != "")
226
+ {
227
+ jQuery("#ux_password_label_"+dynamicId).html(array_password[dynamicId][8]);
228
+ jQuery("#password_label_"+dynamicId).attr("style","display:block");
229
+ jQuery("#password_label_"+dynamicId).attr("style","position:inherit");
230
+ }
231
+ if(array_password[dynamicId][9] != "")
232
+ {
233
+ jQuery("#ux_password_text_input_"+dynamicId).html(array_password[dynamicId][9]);
234
+ jQuery("#password_text_input_"+dynamicId).attr("style","display:block");
235
+ jQuery("#password_text_input_"+dynamicId).attr("style","position:inherit");
236
+ }
237
+ if(array_password[dynamicId][10] != "")
238
+ {
239
+ jQuery("#ux_password_description_"+dynamicId).html(array_password[dynamicId][10]);
240
+ jQuery("#password_description_"+dynamicId).attr("style","display:block");
241
+ jQuery("#password_description_"+dynamicId).attr("style","position:inherit");
242
+ }
243
+ if(array_password[dynamicId][11] == true)
244
+ {
245
+ jQuery("#ux_checkbox_alpha_filter_"+dynamicId).attr("checked","checked");
246
+ }
247
+ if(array_password[dynamicId][12] == true)
248
+ {
249
+ jQuery("#ux_checkbox_alpha_num_filter_"+dynamicId).attr("checked","checked");
250
+ }
251
+ if(array_password[dynamicId][13] == true)
252
+ {
253
+ jQuery("#ux_checkbox_digit_filter_"+dynamicId).attr("checked","checked");
254
+ }
255
+ if(array_password[dynamicId][14] == true)
256
+ {
257
+ jQuery("#ux_checkbox_strip_tag_filter_"+dynamicId).attr("checked","checked");
258
+ }
259
+ if(array_password[dynamicId][15] == true)
260
+ {
261
+ jQuery("#ux_checkbox_trim_filter_"+dynamicId).attr("checked","checked");
262
+ }
263
+ }
264
+ function save_password_control(dynamicId)
265
+ {
266
+ array_password[dynamicId] = [];
267
+ array_password[dynamicId].push(15);
268
+ array_password[dynamicId].push(dynamicId);
269
+ array_password[dynamicId].push(jQuery("#ux_label_text_"+dynamicId).val());
270
+ array_password[dynamicId].push(jQuery("#ux_description_control_"+dynamicId).val());
271
+ if(jQuery("#ux_required_control_"+dynamicId).prop("checked") == true)
272
+ {
273
+ array_password[dynamicId].push("1");
274
+ }
275
+ else
276
+ {
277
+ array_password[dynamicId].push("0");
278
+ }
279
+ array_password[dynamicId].push(jQuery("#ux_tooltip_control_"+dynamicId).val());
280
+ array_password[dynamicId].push(jQuery("#ux_admin_label_"+dynamicId).val());
281
+ array_password[dynamicId].push(jQuery("#ux_show_email_"+dynamicId).prop("checked"));
282
+ array_password[dynamicId].push(jQuery("#ux_password_label_"+dynamicId).val());
283
+ array_password[dynamicId].push(jQuery("#ux_password_text_input_"+dynamicId).val());
284
+ array_password[dynamicId].push(jQuery("#ux_password_description_"+dynamicId).val());
285
+ array_password[dynamicId].push(jQuery("#ux_checkbox_alpha_filter_"+dynamicId).prop("checked"));
286
+ array_password[dynamicId].push(jQuery("#ux_checkbox_alpha_num_filter_"+dynamicId).prop("checked"));
287
+ array_password[dynamicId].push(jQuery("#ux_checkbox_digit_filter_"+dynamicId).prop("checked"));
288
+ array_password[dynamicId].push(jQuery("#ux_checkbox_strip_tag_filter_"+dynamicId).prop("checked"));
289
+ array_password[dynamicId].push(jQuery("#ux_checkbox_trim_filter_"+dynamicId).prop("checked"));
290
+ jQuery("#control_label_"+dynamicId).html(jQuery("#ux_label_text_"+dynamicId).val()+" :");
291
+ jQuery("#txt_description_"+dynamicId).html(jQuery("#ux_description_control_"+dynamicId).val());
292
+ var tooltip_text = jQuery("#ux_tooltip_control_"+dynamicId).val();
293
+ jQuery("#show_tooltip"+dynamicId).attr("data-original-title",tooltip_text);
294
+ if(jQuery("#ux_required_control_"+dynamicId).prop("checked") == true)
295
+ {
296
+ jQuery("#txt_required_"+dynamicId).css("display","block");
297
+ }
298
+ else
299
+ {
300
+ jQuery("#txt_required_"+dynamicId).css("display","none");
301
+ }
302
+ CloseLightbox();
303
+ }
304
+ function enter_admin_label(dynamicId)
305
+ {
306
+ var ux_label = jQuery("#ux_label_text_"+dynamicId).val();
307
+ jQuery("#ux_admin_label_"+dynamicId).val(ux_label);
308
+ }
309
+ function button_set_outer_label(dynamicId)
310
+ {
311
+ jQuery("#password_label_"+dynamicId).css("display","block");
312
+ jQuery("#password_label_"+dynamicId).attr("style", 'position:inherit');
313
+
314
+ }
315
+
316
+ function button_set_txt_input(dynamicId)
317
+ {
318
+ jQuery("#password_text_input_"+dynamicId).css("display","block");
319
+ jQuery("#password_text_input_"+dynamicId).attr("style", 'position:inherit');
320
+
321
+ }
322
+ function button_set_description(dynamicId)
323
+ {
324
+ jQuery("#password_description_"+dynamicId).css("display","block");
325
+ jQuery("#password_description_"+dynamicId).attr("style", 'position:inherit');
326
+
327
+ }
328
+ function delete_css_style_label(dynamicId)
329
+ {
330
+ jQuery("#password_label_" +dynamicId).css("display","none");
331
+ jQuery("#ux_password_label_" +dynamicId).val("");
332
+ }
333
+ function delete_css_style_textinput(dynamicId)
334
+ {
335
+ jQuery("#password_text_input_" +dynamicId).css("display","none");
336
+ jQuery("#ux_password_text_input_" +dynamicId).val("");
337
+ }
338
+ function delete_css_style_description(dynamicId)
339
+ {
340
+ jQuery("#password_description_" +dynamicId).css("display","none");
341
+ jQuery("#ux_password_description_" +dynamicId).val("");
342
+ }
343
+ </script>
344
+ <?php
345
+ }
346
+ ?>
includes/cb_text.php ADDED
@@ -0,0 +1,329 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ if($_REQUEST['param'] == 'create_textbox_control')
3
+ {
4
+ $dynamicId = intval($_REQUEST['dynamicId']);
5
+ $field_id = intval($_REQUEST['field_id']);
6
+ ?>
7
+ <div class="layout-control-group div_border" id="div_<?php echo $dynamicId; ?>_1">
8
+ <label class="layout-control-label" id="control_label_<?php echo $dynamicId; ?>"><?php _e("Untitled", contact_bank); ?> : </label>
9
+ <span id="txt_required_<?php echo $dynamicId; ?>" class="error">*</span>
10
+ <div class="layout-controls hovertip" id="show_tooltip<?php echo $dynamicId; ?>">
11
+ <input class="layout-span7" type="text" id="txt_<?php echo $dynamicId; ?>" name="txt_<?php echo $dynamicId; ?>" />
12
+ <a class="btn btn-info inline" id="add_setting_control_<?php echo $dynamicId; ?>" href="#setting_controls_postback" ><?php _e( "Settings", contact_bank ); ?></a>
13
+ <a style="cursor:pointer;" onclick="delete_textbox(div_<?php echo $dynamicId; ?>_1,<?php echo $dynamicId; ?>)" id="anchor_del_<?php echo $dynamicId; ?>" >
14
+ <img src= "<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" style="margin-left: 1%;margin-bottom:-9px" onmouseover="img_show(<?php echo $dynamicId; ?>)" onmouseout="img_hide(<?php echo $dynamicId; ?>)" />
15
+ </a>
16
+ <br />
17
+ <span class="span-description" id="txt_description_<?php echo $dynamicId; ?>"></span>
18
+ </div>
19
+ </div>
20
+ <?php
21
+ die();
22
+ }
23
+ else
24
+ {
25
+ ?>
26
+ <div class="layout-span7">
27
+ <div class="widget-layout widget-tabs">
28
+ <div class="widget-layout-title">
29
+ <h4><?php _e( "Textbox Control", contact_bank ); ?></h4>
30
+ </div>
31
+ <div class="fluid-layout">
32
+ <div class="layout-span12">
33
+ <div class="widget-layout-body layout-form" >
34
+ <ul style="margin-bottom:30px;" class="nav nav-tabs" id="tabs-nohdr_<?php echo $dynamicId; ?>">
35
+ <li id="li3">
36
+ <a id="tab3" onclick="tabsFunc(this);"><?php _e( "Advanced", contact_bank ); ?></a>
37
+ </li>
38
+ <li id="li2">
39
+ <a id="tab2" onclick="tabsFunc(this);"><?php _e( "Options", contact_bank ); ?></a>
40
+ </li>
41
+ <li id="li1" class="active">
42
+ <a id="tab1" onclick="tabsFunc(this);"><?php _e( "Settings", contact_bank ); ?></a>
43
+ </li>
44
+ </ul>
45
+ <div id="tabs-nohdr-3">
46
+ <div id="div_optional_<?php echo $dynamicId; ?>">
47
+ <div class="layout-control-group">
48
+ <label class="layout-control-label"><?php _e( "Label", contact_bank ); ?> :</label>
49
+ <div class="layout-controls">
50
+ <input type="text" class="layout-span12" onkeyup="enter_admin_label(<?php echo $dynamicId; ?>);" value="<?php _e( "Untitled", contact_bank ); ?>" id="ux_label_text_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Label", contact_bank ); ?>" name="ux_label_text_<?php echo $dynamicId; ?>" />
51
+ </div>
52
+ </div>
53
+ <div class="layout-control-group">
54
+ <label class="layout-control-label"><?php _e( "Description", contact_bank ); ?> :</label>
55
+ <div class="layout-controls">
56
+ <textarea id="ux_description_control_<?php echo $dynamicId; ?>" class="layout-span12" placeholder="<?php _e( "Enter Description", contact_bank ); ?>" name="ux_description_control_<?php echo $dynamicId; ?>" ></textarea>
57
+ </div>
58
+ </div>
59
+ <div class="layout-control-group">
60
+ <label class="layout-control-label"><?php _e( "Required", contact_bank ); ?> :</label>
61
+ <div class="layout-controls">
62
+ <input type="radio" id="ux_required_control_<?php echo $dynamicId; ?>" name="ux_required_control_radio_<?php echo $dynamicId; ?>" value="1"/><label style="margin-left: 5px;"><?php _e( "Required", contact_bank ); ?></label>
63
+ <input type="radio" checked="checked" id="ux_required_<?php echo $dynamicId; ?>" name="ux_required_control_radio_<?php echo $dynamicId; ?>" value="0"/><label style="margin-left: 5px;"><?php _e( "Not Required", contact_bank ); ?></label>
64
+ </div>
65
+ </div>
66
+ <div class="layout-control-group">
67
+ <label class="layout-control-label"><?php _e( "Tooltip Text", contact_bank ); ?> :</label>
68
+ <div class="layout-controls">
69
+ <input type="text" class="layout-span12" id="ux_tooltip_control_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Tooltip Text", contact_bank ); ?>" name="ux_tooltip_control_<?php echo $dynamicId; ?>"/>
70
+ </div>
71
+ </div>
72
+ </div>
73
+ </div>
74
+ <div id="tabs-nohdr-2" style="display:none;">
75
+ <div id="div_optional_<?php echo $dynamicId; ?>">
76
+ <div class="layout-control-group">
77
+ <label class="layout-control-label"><?php _e( "Default value", contact_bank ); ?> :</label>
78
+ <div class="layout-controls">
79
+ <input type="text" class="layout-span12" id="ux_default_value_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Default Value", contact_bank ); ?>" name="ux_default_value_<?php echo $dynamicId; ?>"/>
80
+ </div>
81
+ </div>
82
+ <div class="layout-control-group">
83
+ <label class="layout-control-label"><?php _e( "Admin label", contact_bank ); ?> :</label>
84
+ <div class="layout-controls">
85
+ <input type="text" placeholder="<?php _e( "Enter Admin label", contact_bank ); ?>" value="<?php _e( "Untitled", contact_bank ); ?>" class="layout-span12" id="ux_admin_label_<?php echo $dynamicId; ?>" name="ux_admin_label_<?php echo $dynamicId; ?>"/>
86
+ </div>
87
+ </div>
88
+ <div class="layout-control-group">
89
+ <label class="layout-control-label"><?php _e( "Do not show in the email", contact_bank ); ?> :</label>
90
+ <div class="layout-controls">
91
+ <input type="checkbox" id="ux_show_email_<?php echo $dynamicId; ?>" name="ux_show_email_<?php echo $dynamicId; ?>" style="margin-top: 10px;" value="1" >
92
+ </div>
93
+ </div>
94
+ </div>
95
+ </div>
96
+ <div id="tabs-nohdr-1" style="display:none;">
97
+ <div id="div_advanced_<?php echo $dynamicId; ?>">
98
+ <div class="layout-control-group" style="display: none" id="ux_label_textbox_<?php echo $dynamicId; ?>">
99
+ <label class="layout-control-label"><?php _e( "Css Label", contact_bank ); ?> :</label>
100
+ <div class="layout-controls">
101
+ <textarea class="layout-span11" id="button_set_outer_label_textbox_<?php echo $dynamicId; ?>" name="button_set_outer_label_textbox<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Css Label", contact_bank ); ?>"></textarea></td>
102
+ <a style="cursor:pointer;" onclick="delete_css_style(<?php echo $dynamicId; ?>);" id="anchor_del_" ><img src= "<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" style="vertical-align: middle;" /></a>
103
+ </div>
104
+ </div>
105
+ <div class="layout-control-group" style="display: none" id="ux_textinput_textbox_<?php echo $dynamicId; ?>">
106
+ <label class="layout-control-label"><?php _e( " Css Text Input", contact_bank ); ?> :</label>
107
+ <div class="layout-controls">
108
+ <textarea class="layout-span11" id="button_set_txt_input_textbox_<?php echo $dynamicId; ?>" name="button_set_txt_input_textbox_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Css Text Input", contact_bank ); ?>"></textarea></td>
109
+ <a style="cursor:pointer;" onclick="delete_css_style_txtinput(<?php echo $dynamicId; ?>);" id="anchor_del_" ><img src= "<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" style="vertical-align: middle;" /></a>
110
+ </div>
111
+ </div>
112
+ <div class="layout-control-group" style="display: none" id="ux_description_textbox_<?php echo $dynamicId; ?>">
113
+ <label class="layout-control-label"><?php _e( " Css Description", contact_bank ); ?> :</label>
114
+ <div class="layout-controls">
115
+ <textarea class="layout-span11" id="button_set_txt_description_textbox_<?php echo $dynamicId; ?>" name="button_set_txt_description_textbox_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Css Description", contact_bank ); ?>"></textarea></td></td>
116
+ <a style="cursor:pointer;" onclick="delete_css_style_description(<?php echo $dynamicId; ?>);" id="anchor_del_" ><img src= "<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" style="vertical-align: middle;" /></a>
117
+ </div>
118
+ </div>
119
+ <div class="layout-control-group">
120
+ <label class="layout-control-label"><?php _e( "Add a style to", contact_bank ); ?> :</label>
121
+ <div class="layout-controls">
122
+ <input type="button" class="btn btn-inverse layout-span4" id="ux_button_label_style_<?php echo $dynamicId; ?>" name="ux_button_label_style_<?php echo $dynamicId; ?>" onclick="button_set_outer_label(<?php echo $dynamicId; ?>,1);" value="<?php _e( "Label", contact_bank ); ?>" />
123
+ <input type="button" class="btn btn-inverse layout-span4" id="ux_button_txt_input_save_<?php echo $dynamicId; ?>" name="ux_button_txt_input_save_<?php echo $dynamicId; ?>" onclick="button_set_txt_input(<?php echo $dynamicId; ?>,1);" value="<?php _e( "Text Input", contact_bank ); ?>" />
124
+ <input type="button" class="btn btn-inverse layout-span4" id="ux_button_description_style_<?php echo $dynamicId; ?>" name="ux_button_description_style_<?php echo $dynamicId; ?>" onclick="button_set_description(<?php echo $dynamicId; ?>);" value="<?php _e( "Description", contact_bank ); ?>" />
125
+ </div>
126
+ </div>
127
+ <div class="layout-control-group">
128
+ <label class="layout-control-label"><?php _e( "Add a filter", contact_bank ); ?> :</label>
129
+ <div class="layout-controls">
130
+ <input type="checkbox" value="1" id="ux_checkbox_alpha_filter_<?php echo $dynamicId; ?>" name="ux_checkbox_alpha_filter_<?php echo $dynamicId; ?>" /><span style="margin-left: 5px;margin-top: 10px;"><?php _e( "Alpha", contact_bank ); ?></span><br />
131
+ <input type="checkbox" value="1" id="ux_checkbox_alpha_num_filter_<?php echo $dynamicId; ?>" name="ux_checkbox_alpha_num_filter_<?php echo $dynamicId; ?>" value="Alpha Numeric" /><span style="margin-left: 5px"><?php _e( "Alpha Numeric", contact_bank ); ?></span><br />
132
+ <input type="checkbox" value="1" id="ux_checkbox_digit_filter_<?php echo $dynamicId; ?>" name="ux_checkbox_digit_filter_<?php echo $dynamicId; ?>" value="Digits" /><span style="margin-left: 5px"><?php _e( "Digits", contact_bank ); ?></span><br />
133
+ <input type="checkbox" value="1" id="ux_checkbox_strip_tag_filter_<?php echo $dynamicId; ?>" name="ux_checkbox_strip_tag_filter_<?php echo $dynamicId; ?>" value="Strip Tags" /><span style="margin-left: 5px"><?php _e( "Strip Tags", contact_bank ); ?></span><br />
134
+ <input type="checkbox" value="1" id="ux_checkbox_trim_filter_<?php echo $dynamicId; ?>" name="ux_checkbox_trim_filter_<?php echo $dynamicId; ?>" value="Trim" /><span style="margin-left: 5px"><?php _e( "Trim", contact_bank ); ?></span><br />
135
+ </div>
136
+ </div>
137
+ </div>
138
+ </div>
139
+ </div>
140
+ </div>
141
+ </div>
142
+ </div>
143
+ <div class="layout-control-group">
144
+ <input type="button" style="float:left;margin-left: 0px;" class="btn btn-info layout-span2" onclick="save_text_control(<?php echo $dynamicId; ?>)" value="<?php _e( "Save", contact_bank ); ?>" />
145
+ </div>
146
+ </div>
147
+ <script type="text/javascript">
148
+ jQuery(".hovertip").tooltip();
149
+ function tabsFunc(control)
150
+ {
151
+
152
+ switch(control.id)
153
+ {
154
+ case "tab1":
155
+ jQuery("#tabs-nohdr-1").css("display","none");
156
+ jQuery("#tabs-nohdr-2").css("display","none");
157
+ jQuery("#tabs-nohdr-3").css("display","block");
158
+ jQuery("#li1").attr("class","active");
159
+ jQuery("#li2").removeAttr("class");
160
+ jQuery("#li3").removeAttr("class");
161
+ break;
162
+ case "tab2":
163
+ jQuery("#tabs-nohdr-1").css("display","none");
164
+ jQuery("#tabs-nohdr-3").css("display","none");
165
+ jQuery("#tabs-nohdr-2").css("display","block");
166
+ jQuery("#li2").attr("class","active");
167
+ jQuery("#li1").removeAttr("class");
168
+ jQuery("#li3").removeAttr("class");
169
+ break;
170
+ case "tab3":
171
+ jQuery("#tabs-nohdr-3").css("display","none");
172
+ jQuery("#tabs-nohdr-2").css("display","none");
173
+ jQuery("#tabs-nohdr-1").css("display","block");
174
+ jQuery("#li3").attr("class","active");
175
+ jQuery("#li1").removeAttr("class");
176
+ jQuery("#li2").removeAttr("class");
177
+ break;
178
+ }
179
+
180
+ }
181
+
182
+ var count = <?php echo $count; ?>;
183
+ if(count != 0)
184
+ {
185
+ var dynamicId = <?php echo $dynamicId; ?>;
186
+ jQuery("#ux_label_text_"+dynamicId).val(array_text[dynamicId][2]);
187
+ jQuery("#ux_description_control_"+dynamicId).val(array_text[dynamicId][3]);
188
+ if(array_text[dynamicId][4] == 1)
189
+ {
190
+ jQuery("#ux_required_control_"+dynamicId).attr("checked","checked");
191
+ }
192
+ else
193
+ {
194
+ jQuery("#ux_required_"+dynamicId).attr("checked","checked");
195
+ }
196
+
197
+ jQuery("#ux_tooltip_control_"+dynamicId).val(array_text[dynamicId][5]);
198
+ jQuery("#ux_default_value_"+dynamicId).val(array_text[dynamicId][6]);
199
+ jQuery("#ux_admin_label_"+dynamicId).val(array_text[dynamicId][7]);
200
+ if(array_text[dynamicId][8] == true)
201
+ {
202
+ jQuery("#ux_show_email_"+dynamicId).attr("checked","checked");
203
+ }
204
+ if(array_text[dynamicId][9] != "")
205
+ {
206
+ jQuery("#button_set_outer_label_textbox_"+dynamicId).html(array_text[dynamicId][9]);
207
+ jQuery("#ux_label_textbox_"+dynamicId).attr("style","display:block");
208
+ jQuery("#ux_label_textbox_"+dynamicId).attr("style","position:inherit");
209
+ }
210
+ if(array_text[dynamicId][10] != "")
211
+ {
212
+ jQuery("#button_set_txt_input_textbox_"+dynamicId).html(array_text[dynamicId][10]);
213
+ jQuery("#ux_textinput_textbox_"+dynamicId).attr("style","display:block");
214
+ jQuery("#ux_textinput_textbox_"+dynamicId).attr("style","position:inherit");
215
+ }
216
+ if(array_text[dynamicId][11] != "")
217
+ {
218
+ jQuery("#button_set_txt_description_textbox_"+dynamicId).html(array_text[dynamicId][11]);
219
+ jQuery("#ux_description_textbox_"+dynamicId).attr("style","display:block");
220
+ jQuery("#ux_description_textbox_"+dynamicId).attr("style","position:inherit");
221
+ }
222
+ if(array_text[dynamicId][12] == true)
223
+ {
224
+ jQuery("#ux_checkbox_alpha_filter_"+dynamicId).attr("checked","checked");
225
+ }
226
+ if(array_text[dynamicId][13] == true)
227
+ {
228
+ jQuery("#ux_checkbox_alpha_num_filter_"+dynamicId).attr("checked","checked");
229
+ }
230
+ if(array_text[dynamicId][14] == true)
231
+ {
232
+ jQuery("#ux_checkbox_digit_filter_"+dynamicId).attr("checked","checked");
233
+ }
234
+ if(array_text[dynamicId][15] == true)
235
+ {
236
+ jQuery("#ux_checkbox_strip_tag_filter_"+dynamicId).attr("checked","checked");
237
+ }
238
+ if(array_text[dynamicId][16] == true)
239
+ {
240
+ jQuery("#ux_checkbox_trim_filter_"+dynamicId).attr("checked","checked");
241
+ }
242
+ }
243
+ function save_text_control(dynamicId)
244
+ {
245
+ array_text[dynamicId] = [];
246
+ array_text[dynamicId].push(1);
247
+ array_text[dynamicId].push(dynamicId);
248
+ array_text[dynamicId].push(jQuery("#ux_label_text_"+dynamicId).val());
249
+ array_text[dynamicId].push(jQuery("#ux_description_control_"+dynamicId).val());
250
+ if(jQuery("#ux_required_control_"+dynamicId).prop("checked") == true)
251
+ {
252
+ array_text[dynamicId].push("1");
253
+ }
254
+ else
255
+ {
256
+ array_text[dynamicId].push("0");
257
+ }
258
+ array_text[dynamicId].push(jQuery("#ux_tooltip_control_"+dynamicId).val());
259
+ array_text[dynamicId].push(jQuery("#ux_default_value_"+dynamicId).val());
260
+ array_text[dynamicId].push(jQuery("#ux_admin_label_"+dynamicId).val());
261
+ array_text[dynamicId].push(jQuery("#ux_show_email_"+dynamicId).prop("checked"));
262
+ array_text[dynamicId].push(jQuery("#button_set_outer_label_textbox_"+dynamicId).val());
263
+ array_text[dynamicId].push(jQuery("#button_set_txt_input_textbox_"+dynamicId).val());
264
+ array_text[dynamicId].push(jQuery("#button_set_txt_description_textbox_"+dynamicId).val());
265
+ array_text[dynamicId].push(jQuery("#ux_checkbox_alpha_filter_"+dynamicId).prop("checked"));
266
+ array_text[dynamicId].push(jQuery("#ux_checkbox_alpha_num_filter_"+dynamicId).prop("checked"));
267
+ array_text[dynamicId].push(jQuery("#ux_checkbox_digit_filter_"+dynamicId).prop("checked"));
268
+ array_text[dynamicId].push(jQuery("#ux_checkbox_strip_tag_filter_"+dynamicId).prop("checked"));
269
+ array_text[dynamicId].push(jQuery("#ux_checkbox_trim_filter_"+dynamicId).prop("checked"));
270
+ jQuery("#control_label_"+dynamicId).html(jQuery("#ux_label_text_"+dynamicId).val()+" :");
271
+ jQuery("#txt_description_"+dynamicId).html(jQuery("#ux_description_control_"+dynamicId).val());
272
+ var tooltip_text = jQuery("#ux_tooltip_control_"+dynamicId).val();
273
+ jQuery("#tooltip_txt_hidden_value_"+dynamicId).val(tooltip_text);
274
+ jQuery("#show_tooltip"+dynamicId).attr("data-original-title",tooltip_text);
275
+ jQuery("#txt_"+dynamicId).val(jQuery("#ux_default_value_"+dynamicId).val());
276
+ if(jQuery('input:radio[name="ux_required_control_radio_'+dynamicId+'"]:checked').val() == 1)
277
+ {
278
+ jQuery("#txt_required_"+dynamicId).attr("style","visibility:visible");
279
+ }
280
+ if(jQuery("#ux_required_control_"+dynamicId).prop("checked") == true)
281
+ {
282
+ jQuery("#txt_required_"+dynamicId).css("display","block");
283
+ }
284
+ else
285
+ {
286
+ jQuery("#txt_required_"+dynamicId).css("display","none");
287
+ }
288
+ CloseLightbox();
289
+ }
290
+ function enter_admin_label(dynamicId)
291
+ {
292
+ var ux_label = jQuery("#ux_label_text_"+dynamicId).val();
293
+ jQuery("#ux_admin_label_"+dynamicId).val(ux_label);
294
+ }
295
+ function button_set_outer_label(dynamicId)
296
+ {
297
+
298
+ jQuery("#ux_label_textbox_"+dynamicId).css("display","block");
299
+ jQuery("#ux_label_textbox_"+dynamicId).attr("style", "position:inherit");
300
+ }
301
+ function button_set_txt_input(dynamicId)
302
+ {
303
+ jQuery("#ux_textinput_textbox_"+dynamicId).css("display","block");
304
+ jQuery("#ux_textinput_textbox_"+dynamicId).attr("style", "position:inherit");
305
+ }
306
+ function button_set_description(dynamicId)
307
+ {
308
+ jQuery("#ux_description_textbox_"+dynamicId).css("display","block");
309
+ jQuery("#ux_description_textbox_"+dynamicId).attr("style", "position:inherit");
310
+ }
311
+ function delete_css_style(dynamicId)
312
+ {
313
+ jQuery("#ux_label_textbox_"+dynamicId).css("display","none");
314
+ jQuery("#button_set_outer_label_textbox_"+dynamicId).val("");
315
+ }
316
+ function delete_css_style_txtinput(dynamicId)
317
+ {
318
+ jQuery("#ux_textinput_textbox_"+dynamicId).css("display","none");
319
+ jQuery("#button_set_txt_input_textbox_"+dynamicId).val("");
320
+ }
321
+ function delete_css_style_description(dynamicId)
322
+ {
323
+ jQuery("#ux_description_textbox_"+dynamicId).css("display","none");
324
+ jQuery("#button_set_txt_description_textbox_"+dynamicId).val("");
325
+ }
326
+ </script>
327
+ <?php
328
+ }
329
+ ?>
includes/cb_textarea.php ADDED
@@ -0,0 +1,337 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ if($_REQUEST["param"] == "create_textarea_control")
4
+ {
5
+ $dynamicId = intval($_REQUEST["dynamicId"]);
6
+ $field_id = intval($_REQUEST["field_id"]);
7
+ ?>
8
+ <div class="layout-control-group div_border" id="div_<?php echo $dynamicId; ?>_2">
9
+ <label class="layout-control-label" id="control_label_<?php echo $dynamicId; ?>" ><?php _e('Untitled', contact_bank); ?> : </label>
10
+ <span class="error" id="txt_required_<?php echo $dynamicId; ?>"> *</span>
11
+ <div class="layout-controls hovertip" id="show_tooltip<?php echo $dynamicId; ?>">
12
+ <textarea class="layout-span7" id="textarea_<?php echo $dynamicId; ?>" name="textarea_<?php echo $dynamicId; ?>" />
13
+ <a class="btn btn-info inline" id="add_setting_control_<?php echo $dynamicId; ?>" href="#setting_controls_postback" ><?php _e( "Settings", contact_bank ); ?></a>
14
+ <a style="cursor:pointer;" onclick="delete_textbox(div_<?php echo $dynamicId; ?>_2,<?php echo $dynamicId; ?>);" id="anchor_del_<?php echo $dynamicId; ?>" >
15
+ <img src= "<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" style="margin-left: 1%;margin-bottom:-9px" onmouseover="img_show(<?php echo $dynamicId; ?>)" onmouseout"img_hide(<?php echo $dynamicId; ?>)" />
16
+ </a>
17
+ <br />
18
+ <span class="span-description" id="txt_description_<?php echo $dynamicId; ?>"></span>
19
+ </div>
20
+ </div>
21
+ <?php
22
+ die();
23
+ }
24
+ else
25
+ {
26
+ ?>
27
+ <div class="layout-span7">
28
+ <div class="widget-layout widget-tabs">
29
+ <div class="widget-layout-title">
30
+ <h4><?php _e( "Textarea Control", contact_bank ); ?></h4>
31
+
32
+ </div>
33
+ <div class="fluid-layout">
34
+ <div class="layout-span12">
35
+ <div class="widget-layout-body layout-form">
36
+ <ul style="margin-bottom:30px;" class="nav nav-tabs" id="tabs-nohdr_<?php echo $dynamicId; ?>">
37
+ <li id="li3">
38
+ <a id="tab3" onclick="tabsFunc(this);"><?php _e( "Advanced", contact_bank ); ?></a>
39
+ </li>
40
+ <li id="li2">
41
+ <a id="tab2" onclick="tabsFunc(this);"><?php _e( "Options", contact_bank ); ?></a>
42
+ </li>
43
+ <li id="li1" class="active">
44
+ <a id="tab1" onclick="tabsFunc(this);"><?php _e( "Settings", contact_bank ); ?></a>
45
+ </li>
46
+ </ul>
47
+ <div id="tabs-nohdr-3">
48
+ <div id="div_settings_<?php echo $dynamicId; ?>">
49
+ <div class="layout-control-group">
50
+ <label class="layout-control-label"><?php _e( "Label", contact_bank ); ?> :</label>
51
+ <div class="layout-controls">
52
+ <input value="<?php _e( "Untitled", contact_bank ); ?>" onkeyup="enter_admin_label(<?php echo $dynamicId; ?>);" placeholder="<?php _e( "Enter label", contact_bank);?>" type="text" class="layout-span12" id="ux_label_text_<?php echo $dynamicId; ?>" name="ux_label_text_<?php echo $dynamicId; ?>" />
53
+ </div>
54
+ </div>
55
+ <div class="layout-control-group">
56
+ <label class="layout-control-label"><?php _e("Description", contact_bank); ?> :</label>
57
+ <div class="layout-controls">
58
+ <textarea placeholder="<?php _e( "Enter Description", contact_bank);?>" class="layout-span12" id="ux_description_control_<?php echo $dynamicId; ?>" name="ux_description_control_<?php echo $dynamicId; ?>" ></textarea>
59
+ </div>
60
+ </div>
61
+ <div class="layout-control-group">
62
+ <label class="layout-control-label"><?php _e( "Required", contact_bank ); ?> :</label>
63
+ <div class="layout-controls">
64
+ <input type="radio" id="ux_required_control_<?php echo $dynamicId; ?>" name="ux_required_control_radio_<?php echo $dynamicId; ?>" value="1"/><label style="margin-left: 5px;"><?php _e( "Required", contact_bank ); ?></label>
65
+ <input type="radio" checked="checked" id="ux_required_<?php echo $dynamicId; ?>" name="ux_required_control_radio_<?php echo $dynamicId; ?>" value="0"/><label style="margin-left: 5px;"><?php _e( "Not Required", contact_bank ); ?></label>
66
+ </div>
67
+ </div>
68
+ <div class="layout-control-group">
69
+ <label class="layout-control-label"><?php _e("Tooltip text", contact_bank); ?> :</label>
70
+ <div class="layout-controls">
71
+ <input placeholder="<?php _e( "Enter Tooltip", contact_bank);?>" type="text" class="layout-span12" id="ux_tooltip_control_<?php echo $dynamicId; ?>" name="ux_tooltip_control_<?php echo $dynamicId; ?>" />
72
+ </div>
73
+ </div>
74
+
75
+ <div class="layout-control-group">
76
+ <div class="layout-controls">
77
+ <input type="hidden" id="tooltip_txt_hidden_value_<?php echo $dynamicId; ?>" name="tooltip_txt_hidden_value_<?php echo $dynamicId; ?>" />
78
+ </div>
79
+ </div>
80
+ </div>
81
+ </div>
82
+ <div id="tabs-nohdr-2" style="display:none;">
83
+ <div id="div_optional_<?php echo $dynamicId; ?>" style="height: auto;overflow: hidden;">
84
+ <div class="layout-control-group">
85
+ <label class="layout-control-label"><?php _e( "Default value", contact_bank ); ?> :</label>
86
+ <div class="layout-controls">
87
+ <input placeholder="<?php _e( "Enter Default value", contact_bank);?>" class="layout-span12" type="text" id="ux_default_value_<?php echo $dynamicId; ?>" name="ux_default_value_<?php echo $dynamicId; ?>" />
88
+ </div>
89
+ </div>
90
+ <div class="layout-control-group">
91
+ <label class="layout-control-label"><?php _e( "Admin label", contact_bank ); ?> : </label>
92
+ <div class="layout-controls">
93
+ <input value="<?php _e( "Untitled", contact_bank ); ?>" placeholder="<?php _e( "Enter Admin label", contact_bank);?>" class="layout-span12" type="text" class="layout-span12" id="ux_admin_label_<?php echo $dynamicId; ?>" name="ux_admin_label_<?php echo $dynamicId; ?>" />
94
+ </div>
95
+ </div>
96
+ <div class="layout-control-group">
97
+ <label class="layout-control-label"><?php _e( "Do not show in the email", contact_bank ); ?> : </label>
98
+ <div class="layout-controls">
99
+ <input type="checkbox" id="ux_show_email_<?php echo $dynamicId; ?>" name="ux_show_email_<?php echo $dynamicId; ?>" style="margin-top: 10px;" value="1" >
100
+ </div>
101
+ </div>
102
+ </div>
103
+ </div>
104
+ <div id="tabs-nohdr-1" style="display:none;">
105
+ <div id="div_advanced_<?php echo $dynamicId; ?>">
106
+ <div class="layout-control-group" id="text_area_label_<?php echo $dynamicId; ?>" style="display: none">
107
+ <label class="layout-control-label"><?php _e( "CSS label", contact_bank ); ?> :</label>
108
+ <div class="layout-controls">
109
+ <textarea placeholder="<?php _e( "Enter css Label", contact_bank);?>" class="layout-span11" id="button_set_outer_label_<?php echo $dynamicId; ?>" name="button_set_outer_label_<?php echo $dynamicId; ?>"></textarea>
110
+ <a style="cursor:pointer;" onclick="delete_css_style_label(<?php echo $dynamicId; ?>);" id="anchor_del_" ><img src= "<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" style="vertical-align: middle;" /></a>
111
+ </div>
112
+ </div>
113
+ <div class="layout-control-group" id="text_area_text_input_<?php echo $dynamicId; ?>" style="display:none">
114
+ <label class="layout-control-label"><?php _e( "CSS textinput", contact_bank ); ?> :</label>
115
+ <div class="layout-controls">
116
+ <textarea placeholder="<?php _e( "Enter css textinput", contact_bank);?>"class="layout-span11" id="button_set_textinput_<?php echo $dynamicId; ?>" name="button_set_textinput_<?php echo $dynamicId; ?>"></textarea>
117
+ <a style="cursor:pointer;" onclick="delete_css_style_textinput(<?php echo $dynamicId; ?>);" id="anchor_del_" ><img src= "<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" style="vertical-align: middle;" /></a>
118
+ </div>
119
+ </div>
120
+ <div class="layout-control-group" id="text_area_description_<?php echo $dynamicId; ?>" style="display: none">
121
+ <label class="layout-control-label"><?php _e( "CSS description", contact_bank ); ?> :</label>
122
+ <div class="layout-controls">
123
+ <textarea placeholder="<?php _e( "Enter css description", contact_bank);?>" class="layout-span11" id="button_set_outer_description_<?php echo $dynamicId; ?>" name="button_set_outer_description_<?php echo $dynamicId; ?>"></textarea>
124
+ <a style="cursor:pointer;" onclick="delete_css_style_description(<?php echo $dynamicId; ?>);" id="anchor_del_" ><img src= "<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" style="vertical-align: middle;" /></a>
125
+ </div>
126
+ </div>
127
+ <div class="layout-control-group">
128
+ <label class="layout-control-label"><?php _e( "Add a style to", contact_bank ); ?> :</label>
129
+ <div class="layout-controls">
130
+ <input type="button" class="btn btn-inverse layout-span3" id="ux_button_label_style_<?php echo $dynamicId; ?>" name="ux_button_label_style_<?php echo $dynamicId; ?>" onclick="button_set_outer_label(<?php echo $dynamicId; ?>,2);" value="<?php _e( "Label", contact_bank ); ?>" />
131
+ <input type="button" class="btn btn-inverse layout-span3" id="ux_button_txt_input_save_<?php echo $dynamicId; ?>" name="ux_button_txt_input_save_<?php echo $dynamicId; ?>" onclick="button_set_txt_input(<?php echo $dynamicId; ?>,2);" value="<?php _e( "Text input", contact_bank ); ?>" />
132
+ <input type="button" class="btn btn-inverse layout-span3" id="ux_button_description_style_<?php echo $dynamicId; ?>" name="ux_button_description_style_<?php echo $dynamicId; ?>" onclick="button_set_description(<?php echo $dynamicId; ?>,2);" value="<?php _e( "Description", contact_bank ); ?>" />
133
+ </div>
134
+ </div>
135
+ <div class="layout-control-group">
136
+ <label class="layout-control-label"><?php _e( "Add a filter", contact_bank ); ?> :</label>
137
+ <div class="layout-controls">
138
+ <input type="checkbox" value="1" id="ux_checkbox_alpha_filter_<?php echo $dynamicId; ?>" name="ux_checkbox_alpha_filter_<?php echo $dynamicId; ?>" /><span style="margin-left: 5px"><?php _e( "Alpha", contact_bank ); ?></span><br>
139
+ <input type="checkbox" value="1" id="ux_checkbox_alpha_num_filter_<?php echo $dynamicId; ?>" name="ux_checkbox_alpha_num_filter_<?php echo $dynamicId; ?>" value="Alpha Numeric" /><span style="margin-left: 5px"><?php _e( "Alpha Numeric", contact_bank ); ?></span><br>
140
+ <input type="checkbox" value="1" id="ux_checkbox_digit_filter_<?php echo $dynamicId; ?>" name="ux_checkbox_digit_filter_<?php echo $dynamicId; ?>" value="Digits" /><span style="margin-left: 5px"><?php _e( "Digits", contact_bank ); ?></span><br>
141
+ <input type="checkbox" value="1" id="ux_checkbox_strip_tag_filter_<?php echo $dynamicId; ?>" name="ux_checkbox_strip_tag_filter_<?php echo $dynamicId; ?>" value="Strip Tags" /><span style="margin-left: 5px"><?php _e( "Strip Tags", contact_bank ); ?></span><br>
142
+ <input type="checkbox" value="1" id="ux_checkbox_trim_filter_<?php echo $dynamicId; ?>" name="ux_checkbox_trim_filter_<?php echo $dynamicId; ?>" value="Trim" /><span style="margin-left: 5px"><?php _e( "Trim", contact_bank ); ?></span><br>
143
+ </div>
144
+ </div>
145
+ </div>
146
+ </div>
147
+ </div>
148
+ </div>
149
+ </div>
150
+ </div>
151
+ <div class="layout-control-group">
152
+ <input type="button" style="float:left;margin-left: 0px;" class="btn btn-info layout-span2" onclick="save_textarea_control(<?php echo $dynamicId; ?>)" value="<?php _e( "Save", contact_bank ); ?>" />
153
+ </div>
154
+ </div>
155
+ <script type="text/javascript">
156
+ jQuery(".hovertip").tooltip();
157
+ function tabsFunc(control)
158
+ {
159
+ switch(control.id)
160
+ {
161
+ case "tab1":
162
+ jQuery("#tabs-nohdr-1").css("display","none");
163
+ jQuery("#tabs-nohdr-2").css("display","none");
164
+ jQuery("#tabs-nohdr-3").css("display","block");
165
+ jQuery("#li1").attr("class","active");
166
+ jQuery("#li2").removeAttr("class");
167
+ jQuery("#li3").removeAttr("class");
168
+ break;
169
+ case "tab2":
170
+ jQuery("#tabs-nohdr-1").css("display","none");
171
+ jQuery("#tabs-nohdr-3").css("display","none");
172
+ jQuery("#tabs-nohdr-2").css("display","block");
173
+ jQuery("#li2").attr("class","active");
174
+ jQuery("#li1").removeAttr("class");
175
+ jQuery("#li3").removeAttr("class");
176
+ break;
177
+ case "tab3":
178
+ jQuery("#tabs-nohdr-3").css("display","none");
179
+ jQuery("#tabs-nohdr-2").css("display","none");
180
+ jQuery("#tabs-nohdr-1").css("display","block");
181
+ jQuery("#li3").attr("class","active");
182
+ jQuery("#li1").removeAttr("class");
183
+ jQuery("#li2").removeAttr("class");
184
+ break;
185
+ }
186
+
187
+ }
188
+ function save_textarea_control(dynamicId)
189
+ {
190
+ array_textarea[dynamicId] = [];
191
+ array_textarea[dynamicId].push(2);
192
+ array_textarea[dynamicId].push(dynamicId);
193
+ array_textarea[dynamicId].push(jQuery("#ux_label_text_"+dynamicId).val());
194
+ array_textarea[dynamicId].push( jQuery("#ux_description_control_"+dynamicId).val());
195
+ if(jQuery("#ux_required_control_"+dynamicId).prop("checked") == true)
196
+ {
197
+ array_textarea[dynamicId].push("1");
198
+ }
199
+ else
200
+ {
201
+ array_textarea[dynamicId].push("0");
202
+ }
203
+ array_textarea[dynamicId].push(jQuery("#ux_tooltip_control_"+dynamicId).val());
204
+ array_textarea[dynamicId].push(jQuery("#ux_default_value_"+dynamicId).val());
205
+ array_textarea[dynamicId].push(jQuery("#ux_admin_label_"+dynamicId).val());
206
+ array_textarea[dynamicId].push( jQuery("#ux_show_email_"+dynamicId).prop("checked"));
207
+ array_textarea[dynamicId].push( jQuery("#button_set_outer_label_"+dynamicId).val());
208
+ array_textarea[dynamicId].push( jQuery("#button_set_textinput_"+dynamicId).val());
209
+ array_textarea[dynamicId].push( jQuery("#button_set_outer_description_"+dynamicId).val());
210
+ array_textarea[dynamicId].push( jQuery("#ux_checkbox_alpha_filter_"+dynamicId).prop("checked"));
211
+ array_textarea[dynamicId].push( jQuery("#ux_checkbox_alpha_num_filter_"+dynamicId).prop("checked"));
212
+ array_textarea[dynamicId].push( jQuery("#ux_checkbox_digit_filter_"+dynamicId).prop("checked"));
213
+ array_textarea[dynamicId].push( jQuery("#ux_checkbox_strip_tag_filter_"+dynamicId).prop("checked"));
214
+ array_textarea[dynamicId].push( jQuery("#ux_checkbox_trim_filter_"+dynamicId).prop("checked"));
215
+ jQuery("#control_label_"+dynamicId).html(jQuery("#ux_label_text_"+dynamicId).val()+" :");
216
+ jQuery("#txt_description_"+dynamicId).html(jQuery("#ux_description_control_"+dynamicId).val());
217
+ jQuery("#textarea_"+dynamicId).val(jQuery("#ux_default_value_"+dynamicId).val());
218
+ var tooltip_text = jQuery("#ux_tooltip_control_"+dynamicId).val();
219
+ jQuery("#show_tooltip"+dynamicId).attr("data-original-title",tooltip_text);
220
+ if(jQuery("#ux_required_control_"+dynamicId).prop("checked") == true)
221
+ {
222
+ jQuery("#txt_required_"+dynamicId).css("display","block");
223
+ }
224
+ else
225
+ {
226
+ jQuery("#txt_required_"+dynamicId).css("display","none");
227
+ }
228
+ CloseLightbox();
229
+ }
230
+ function enter_admin_label(dynamicId)
231
+ {
232
+ var ux_label = jQuery("#ux_label_text_"+dynamicId).val();
233
+ jQuery("#ux_admin_label_"+dynamicId).val(ux_label);
234
+ }
235
+ var count = <?php echo $count; ?>;
236
+ if(count != 0)
237
+ {
238
+ var dynamicId = <?php echo $dynamicId; ?>;
239
+ jQuery("#ux_label_text_"+dynamicId).val(array_textarea[dynamicId][2]);
240
+ jQuery("#ux_description_control_"+dynamicId).val(array_textarea[dynamicId][3]);
241
+ if(array_textarea[dynamicId][4] == 1)
242
+ {
243
+ jQuery("#ux_required_control_"+dynamicId).attr("checked","checked");
244
+ }
245
+ else
246
+ {
247
+ jQuery("#ux_required_"+dynamicId).attr("checked","checked");
248
+ }
249
+ jQuery("#ux_tooltip_control_"+dynamicId).val(array_textarea[dynamicId][5]);
250
+ jQuery("#ux_default_value_"+dynamicId).val(array_textarea[dynamicId][6]);
251
+ jQuery("#ux_admin_label_"+dynamicId).val(array_textarea[dynamicId][7]);
252
+ if(array_textarea[dynamicId][8] == true)
253
+ {
254
+ jQuery("#ux_show_email_"+dynamicId).attr("checked","checked");
255
+ }
256
+ if(array_textarea[dynamicId][9] != "")
257
+ {
258
+ jQuery("#button_set_outer_label_"+dynamicId).html(array_textarea[dynamicId][9]);
259
+ jQuery("#text_area_label_"+dynamicId).attr("style","display:block");
260
+ jQuery("#text_area_label_"+dynamicId).attr("style","position:inherit");
261
+ }
262
+ if(array_textarea[dynamicId][10] != "")
263
+ {
264
+ jQuery("#button_set_textinput_"+dynamicId).html(array_textarea[dynamicId][10]);
265
+ jQuery("#text_area_text_input_"+dynamicId).attr("style","display:block");
266
+ jQuery("#text_area_text_input_"+dynamicId).attr("style","position:inherit");
267
+ }
268
+ if(array_textarea[dynamicId][11] != "")
269
+ {
270
+ jQuery("#button_set_outer_description_"+dynamicId).html(array_textarea[dynamicId][11]);
271
+ jQuery("#text_area_description_"+dynamicId).attr("style","display:block");
272
+ jQuery("#text_area_description_"+dynamicId).attr("style","position:inherit");
273
+ }
274
+ if(array_textarea[dynamicId][12] == true)
275
+ {
276
+ jQuery("#ux_checkbox_alpha_filter_"+dynamicId).attr("checked","checked");
277
+ }
278
+ if(array_textarea[dynamicId][13] == true)
279
+ {
280
+ jQuery("#ux_checkbox_alpha_num_filter_"+dynamicId).attr("checked","checked");
281
+ }
282
+ if(array_textarea[dynamicId][14] == true)
283
+ {
284
+ jQuery("#ux_checkbox_digit_filter_"+dynamicId).attr("checked","checked");
285
+ }
286
+ if(array_textarea[dynamicId][15] == true)
287
+ {
288
+ jQuery("#ux_checkbox_strip_tag_filter_"+dynamicId).attr("checked","checked");
289
+ }
290
+ if(array_textarea[dynamicId][16] == true)
291
+ {
292
+ jQuery("#ux_checkbox_trim_filter_"+dynamicId).attr("checked","checked");
293
+ }
294
+ }
295
+ function button_set_outer_label(dynamicId)
296
+ {
297
+
298
+ jQuery("#text_area_label_"+dynamicId).css("display","block");
299
+ jQuery("#text_area_label_"+dynamicId).attr("style", 'position:inherit');
300
+
301
+ }
302
+
303
+ function button_set_txt_input(dynamicId)
304
+ {
305
+
306
+ jQuery("#text_area_text_input_"+dynamicId).css("display","block");
307
+
308
+ jQuery("#text_area_text_input_"+dynamicId).attr("style", 'position:inherit');
309
+
310
+ }
311
+ function button_set_description(dynamicId)
312
+ {
313
+
314
+ jQuery("#text_area_description_"+dynamicId).css("display","block");
315
+
316
+ jQuery("#text_area_description_"+dynamicId).attr("style", 'position:inherit');
317
+
318
+ }
319
+ function delete_css_style_label(dynamicId)
320
+ {
321
+ jQuery("#text_area_label_" +dynamicId).css("display","none");
322
+ jQuery("#button_set_outer_label_"+dynamicId).val("");
323
+ }
324
+ function delete_css_style_textinput(dynamicId)
325
+ {
326
+ jQuery("#text_area_text_input_" +dynamicId).css("display","none");
327
+ jQuery("#button_set_textinput_"+dynamicId).val("");
328
+ }
329
+ function delete_css_style_description(dynamicId)
330
+ {
331
+ jQuery("#text_area_description_" +dynamicId).css("display","none");
332
+ jQuery("#button_set_outer_description_"+dynamicId).val("");
333
+ }
334
+ </script>
335
+ <?php
336
+ }
337
+ ?>
includes/cb_time.php ADDED
@@ -0,0 +1,624 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ if($_REQUEST["param"] == "create_select_time_control")
3
+ {
4
+ $dynamicId = intval($_REQUEST["dynamicId"]);
5
+ $field_id = intval($_REQUEST["field_id"]);
6
+ ?>
7
+ <div class="layout-control-group div_border" id="div_<?php echo $dynamicId; ?>_13">
8
+ <label class="layout-control-label" id="control_label_<?php echo $dynamicId; ?>" ><?php _e("Time", contact_bank); ?> : </label>
9
+ <span id="txt_required_<?php echo $dynamicId; ?>" class="error">*</span>
10
+ <div class="layout-controls hovertip" id="show_tooltip<?php echo $dynamicId; ?>">
11
+ <select class="layout-span2" id="select_hr_12_<?php echo $dynamicId; ?>" name="select_hr_12_<?php echo $dynamicId; ?>">";
12
+ <option selected="selected" value=""><?php _e("Hour", contact_bank); ?></option>
13
+ <?php
14
+ for($flag=1; $flag <= 12; $flag++)
15
+ {
16
+ if($flag < 10)
17
+ {
18
+ ?>
19
+ <option value="0<?php echo $flag ?>">0<?php echo $flag ?></option>
20
+ <?php
21
+ }
22
+ else
23
+ {
24
+ ?>
25
+ <option value="<?php echo $flag; ?>"><?php echo $flag ?></option>
26
+ <?php
27
+ }
28
+ }
29
+ ?>
30
+ </select>
31
+ <select class="layout-span3" id="select_hr_24_<?php echo $dynamicId; ?>" name="select_hr_24_<?php echo $dynamicId; ?>">";
32
+ <option selected="selected" value=""><?php _e("Hour", contact_bank); ?></option>
33
+ <?php
34
+ for($flag=1; $flag <= 24; $flag++)
35
+ {
36
+ if($flag < 10)
37
+ {
38
+ ?>
39
+ <option value="0<?php echo $flag ?>">0<?php echo $flag ?></option>
40
+ <?php
41
+ }
42
+ else
43
+ {
44
+ ?>
45
+ <option value="<?php echo $flag; ?>"><?php echo $flag ?></option>
46
+ <?php
47
+ }
48
+ }
49
+ ?>
50
+ </select>
51
+ <select class="hovertip layout-span3" id="select_min_<?php echo $dynamicId; ?>" name="select_min_<?php echo $dynamicId; ?>">
52
+ <option selected="selected" value=""><?php _e("Minute", contact_bank); ?></option>
53
+ <?php
54
+ for($flag=0; $flag <= 59; $flag++)
55
+ {
56
+ if($flag < 10)
57
+ {
58
+ ?>
59
+ <option value="0<?php echo $flag ?>">0<?php echo $flag ?></option>
60
+ <?php
61
+ }
62
+ else
63
+ {
64
+ ?>
65
+ <option value="<?php echo $flag ?>"><?php echo $flag ?></option>
66
+ <?php
67
+ }
68
+ }
69
+ ?>
70
+ </select>
71
+ <select class="hovertip layout-span2" id="select_am_<?php echo $dynamicId; ?>" name="select_am_<?php echo $dynamicId; ?>">
72
+ <option value="0">AM</option>
73
+ <option value="1">PM</option>
74
+ </select>
75
+ <a class="btn btn-info inline" id="add_setting_control_<?php echo $dynamicId; ?>" href="#setting_controls_postback" ><?php _e( "Settings", contact_bank ); ?></a>
76
+ <a style="cursor:pointer;" onclick="delete_textbox(div_<?php echo $dynamicId; ?>_13,<?php echo $dynamicId; ?>);" id="anchor_del_<?php echo $dynamicId; ?>" >
77
+ <img src= "<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" style="margin-left: 1%;margin-bottom:-9px" onmouseover="img_show(<?php echo $dynamicId; ?>)" onmouseout="img_hide(<?php echo $dynamicId; ?>)" />
78
+ </a>
79
+ <br />
80
+ <span class="span-description" id="txt_description_<?php echo $dynamicId; ?>"></span>
81
+ </div>
82
+ </div>
83
+ <?php
84
+ die();
85
+ }
86
+ else
87
+ {
88
+ ?>
89
+ <div class="layout-span7">
90
+ <div class="widget-layout widget-tabs">
91
+ <div class="widget-layout-title">
92
+ <h4><?php _e( "Time Control", contact_bank ); ?></h4>
93
+ </div>
94
+ <div class="fluid-layout">
95
+ <div class="layout-span12">
96
+ <div class="widget-layout-body layout-form" >
97
+ <ul style="margin-bottom:30px;" class="nav nav-tabs" id="tabs-nohdr_<?php echo $dynamicId; ?>">
98
+ <li id="li3">
99
+ <a id="tab3" onclick="tabsFunc(this);"><?php _e( "Advanced", contact_bank ); ?></a>
100
+ </li>
101
+ <li id="li2">
102
+ <a id="tab2" onclick="tabsFunc(this);"><?php _e( "Options", contact_bank ); ?></a>
103
+ </li>
104
+ <li id="li1" class="active">
105
+ <a id="tab1" onclick="tabsFunc(this);"><?php _e( "Settings", contact_bank ); ?></a>
106
+ </li>
107
+ </ul>
108
+ <div id="tabs-nohdr-3">
109
+ <div id="div_optional_<?php echo $dynamicId; ?>">
110
+ <div class="layout-control-group">
111
+ <label class="layout-control-label"><?php _e( "Label", contact_bank ); ?> :</label>
112
+ <div class="layout-controls">
113
+ <input type="text" class="layout-span12" onkeyup="enter_admin_label(<?php echo $dynamicId; ?>);" value="<?php _e( "Time", contact_bank ); ?>" id="ux_label_text_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Label", contact_bank ); ?>" name="ux_label_text_<?php echo $dynamicId; ?>" />
114
+ </div>
115
+ </div>
116
+ <div class="layout-control-group">
117
+ <label class="layout-control-label"><?php _e("Description", contact_bank); ?> :</label>
118
+ <div class="layout-controls">
119
+ <textarea class="layout-span12" id="ux_description_control_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Description", contact_bank ); ?>" name="ux_description_control_<?php echo $dynamicId; ?>" ></textarea>
120
+ </div>
121
+ </div>
122
+ <div class="layout-control-group">
123
+ <label class="layout-control-label"><?php _e( "Required", contact_bank ); ?> :</label>
124
+ <div class="layout-controls">
125
+ <input type="radio" id="ux_required_control_<?php echo $dynamicId; ?>" name="ux_required_control_radio_<?php echo $dynamicId; ?>" value="1"/><label style="margin-left: 5px;"><?php _e( "Required", contact_bank ); ?></label>
126
+ <input type="radio" checked="checked" id="ux_required_<?php echo $dynamicId; ?>" name="ux_required_control_radio_<?php echo $dynamicId; ?>" value="0"/><label style="margin-left: 5px;"><?php _e( "Not Required", contact_bank ); ?></label>
127
+ </div>
128
+ </div>
129
+ <div class="layout-control-group">
130
+ <label class="layout-control-label"><?php _e("Tooltip Text", contact_bank); ?> :</label>
131
+ <div class="layout-controls">
132
+ <input type="text" class="layout-span12" id="ux_tooltip_control_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Tooltip", contact_bank ); ?>" name="ux_tooltip_control_<?php echo $dynamicId; ?>" />
133
+ </div>
134
+ <input type="hidden" id="tooltip_txt_hidden_value_<?php echo $dynamicId; ?>" name="tooltip_txt_hidden_value_<?php echo $dynamicId; ?>" />
135
+ </div>
136
+ </div>
137
+ </div>
138
+ <div id="tabs-nohdr-2" style="display:none;">
139
+ <div id="div_optional_<?php echo $dynamicId; ?>">
140
+ <div class="layout-control-group">
141
+ <label class="layout-control-label"><?php _e( "Admin Label", contact_bank ); ?> :</label>
142
+ <div class="layout-controls">
143
+ <input type="text" class="layout-span12" value="<?php _e( "Time", contact_bank ); ?>" id="ux_admin_label_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Admin Label", contact_bank ); ?>" name="ux_admin_label_<?php echo $dynamicId; ?>" />
144
+ </div>
145
+ </div>
146
+ <div class="layout-control-group">
147
+ <label class="layout-control-label"><?php _e( "Do not show in the email", contact_bank ); ?> :</label>
148
+ <div class="layout-controls">
149
+ <input type="checkbox" id="ux_email_<?php echo $dynamicId; ?>" name="ux_email_<?php echo $dynamicId; ?>" value="1" >
150
+ </div>
151
+ </div>
152
+ <div class="layout-control-group">
153
+ <label class="layout-control-label"><?php _e( "12/24 hour time", contact_bank ); ?> :</label>
154
+ <div class="layout-controls">
155
+ <select class="layout-span12" id="ux_drop_hour_time_<?php echo $dynamicId; ?>" name="ux_drop_hour_time_<?php echo $dynamicId; ?>" onchange="time_format(<?php echo $dynamicId; ?>);">
156
+ <option value='12' selected="selected">12 hours</option>
157
+ <option value=24>24 hours</option>
158
+ </select>
159
+ </div>
160
+ </div>
161
+ <div class="layout-control-group">
162
+ <label class="layout-control-label"><?php _e( "Time format", contact_bank ); ?> :</label>
163
+ <div class="layout-controls">
164
+ <select class="layout-span12" id="ux_minute_format_<?php echo $dynamicId; ?>" name="ux_minute_format_<?php echo $dynamicId; ?>" onchange="ux_minute_format(<?php echo $dynamicId; ?>);">
165
+ <option value="1" selected="selected">1</option>
166
+ <option value="5">5</option>
167
+ <option value="10">10</option>
168
+ <option value="15">15</option>
169
+ <option value="20">20</option>
170
+ <option value="30">30</option>
171
+ </select>
172
+ </div>
173
+ </div>
174
+ <div class="layout-control-group">
175
+ <label class="layout-control-label"><?php _e( "Default value", contact_bank ); ?> :</label>
176
+ <div class="layout-controls">
177
+ <select class="layout-span4" id="ux_default_hours_12_<?php echo $dynamicId; ?>" name="ux_default_hours_12_<?php echo $dynamicId; ?>" onchange="select_hours(<?php echo $dynamicId; ?>);" >
178
+ <option selected="selected" value=""><?php _e("Hour", contact_bank); ?></option>
179
+ <?php
180
+ for($flag=1; $flag <= 12; $flag++)
181
+ {
182
+ if($flag < 10)
183
+ {
184
+ ?>
185
+ <option value="0<?php echo $flag ?>">0<?php echo $flag ?></option>
186
+ <?php
187
+ }
188
+ else
189
+ {
190
+ ?>
191
+ <option value="<?php echo $flag; ?>"><?php echo $flag ?></option>
192
+ <?php
193
+ }
194
+ }
195
+ ?>
196
+ </select>
197
+ <select class="layout-span4" id="ux_default_hours_24_<?php echo $dynamicId; ?>" name="ux_default_hours_24_<?php echo $dynamicId; ?>" onchange="select_hours(<?php echo $dynamicId; ?>);" >
198
+ <option selected="selected" value=""><?php _e("Hour", contact_bank); ?></option>
199
+ <?php
200
+ for($flag=1; $flag <= 24; $flag++)
201
+ {
202
+ if($flag < 10)
203
+ {
204
+ ?>
205
+ <option value="0<?php echo $flag ?>">0<?php echo $flag ?></option>
206
+ <?php
207
+ }
208
+ else
209
+ {
210
+ ?>
211
+ <option value="<?php echo $flag; ?>"><?php echo $flag ?></option>
212
+ <?php
213
+ }
214
+ }
215
+ ?>
216
+ </select>
217
+ <select class="layout-span4" id="ux_default_minute_<?php echo $dynamicId; ?>" name="ux_default_minute_<?php echo $dynamicId; ?>" onchange="select_minutes(<?php echo $dynamicId; ?>);">
218
+ <option selected="selected" value=""><?php _e("Minute", contact_bank); ?></option>
219
+ <?php
220
+ for($flag=0; $flag <= 59; $flag++)
221
+ {
222
+ if($flag < 10)
223
+ {
224
+ ?>
225
+ <option value="0<?php echo $flag ?>">0<?php echo $flag ?></option>
226
+ <?php
227
+ }
228
+ else
229
+ {
230
+ ?>
231
+ <option value="<?php echo $flag ?>"><?php echo $flag ?></option>
232
+ <?php
233
+ }
234
+ }
235
+ ?>
236
+ </select>
237
+ <select class="layout-span4" id="ux_default_am_<?php echo $dynamicId; ?>" name="ux_default_am_<?php echo $dynamicId; ?>" onchange="select_format(<?php echo $dynamicId; ?>);">
238
+ <option value="0" >AM</option>
239
+ <option value="1" >PM</option>
240
+ </select>
241
+ </div>
242
+ </div>
243
+
244
+ </div>
245
+ </div>
246
+ <div id="tabs-nohdr-1" style="display:none;">
247
+ <div id="div_advanced_<?php echo $dynamicId; ?>">
248
+ <div class="layout-control-group" id="time_css_label_<?php echo $dynamicId; ?>" style="display: none">
249
+ <label class="layout-control-label"><?php _e( "Css Label", contact_bank ); ?> :</label>
250
+ <div class="layout-controls">
251
+ <textarea class="layout-span11" id="button_set_outer_label_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Css Label", contact_bank ); ?>" name="button_set_outer_label_<?php echo $dynamicId; ?>"></textarea>
252
+ <a style="cursor:pointer;" onclick="delete_css_style_label(<?php echo $dynamicId; ?>);" id="anchor_del_" ><img src= "<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" style="vertical-align: middle" /></a>
253
+ </div>
254
+ </div>
255
+ <div class="layout-control-group" id="time_text_input_<?php echo $dynamicId; ?>" style="display: none">
256
+ <label class="layout-control-label"><?php _e( "Css Text Input", contact_bank ); ?> :</label>
257
+ <div class="layout-controls">
258
+ <textarea class="layout-span11" id="button_set_textinput_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Css Text Input", contact_bank ); ?>" name="button_set_textinput_<?php echo $dynamicId; ?>"></textarea>
259
+ <a style="cursor:pointer;" onclick="delete_css_style_textinput(<?php echo $dynamicId; ?>);" id="anchor_del_" ><img src= "<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" style="vertical-align: middle" /></a>
260
+ </div>
261
+ </div>
262
+ <div class="layout-control-group" id="time_description_<?php echo $dynamicId; ?>" style="display: none">
263
+ <label class="layout-control-label"><?php _e( "Css Description", contact_bank ); ?> :</label>
264
+ <div class="layout-controls">
265
+ <textarea class="layout-span11" id="button_set_outer_description_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Css Description", contact_bank ); ?>" name="button_set_outer_description_<?php echo $dynamicId; ?>"></textarea>
266
+ <a style="cursor:pointer;" onclick="delete_css_style_description(<?php echo $dynamicId; ?>);" id="anchor_del_" ><img src= "<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" style="vertical-align: middle" /></a>
267
+ </div>
268
+ </div>
269
+ <div class="layout-control-group" id="time_set_time_hour_<?php echo $dynamicId; ?>" style="display: none">
270
+ <label class="layout-control-label"><?php _e( "Css Hour", contact_bank ); ?> :</label>
271
+ <div class="layout-controls">
272
+ <textarea class="layout-span11" id="ux_time_hour_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Css Hour", contact_bank ); ?>" name="ux_time_hour_<?php echo $dynamicId; ?>"></textarea>
273
+ <a style="cursor:pointer;" onclick="delete_css_style_hour(<?php echo $dynamicId; ?>);" id="anchor_del_" ><img src= "<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" style="vertical-align: middle" /></a>
274
+ </div>
275
+ </div>
276
+ <div class="layout-control-group" id="button_set_time_minute_<?php echo $dynamicId; ?>" style="display: none">
277
+ <label class="layout-control-label"><?php _e( "Css Minute", contact_bank ); ?> :</label>
278
+ <div class="layout-controls">
279
+ <textarea class="layout-span11" id="ux_time_minute_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Css Minute", contact_bank ); ?>" name="ux_time_minute_<?php echo $dynamicId; ?>"></textarea>
280
+ <a style="cursor:pointer;" onclick="delete_css_style_minute(<?php echo $dynamicId; ?>);" id="anchor_del_" ><img src= "<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" style="vertical-align: middle" /></a>
281
+ </div>
282
+ </div>
283
+ <div class="layout-control-group" id="ux_tr_set_time_am_<?php echo $dynamicId; ?>" style="display: none" >
284
+ <label class="layout-control-label"><?php _e( "Css am/pm", contact_bank ); ?> :</label>
285
+ <div class="layout-controls">
286
+ <textarea class="layout-span11" id="button_set_time_am_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Css am/pm", contact_bank ); ?>" name="button_set_time_am_<?php echo $dynamicId; ?>"></textarea>
287
+ <a style="cursor:pointer;" onclick="delete_css_style_am(<?php echo $dynamicId; ?>);" id="anchor_del_" ><img src= "<?php echo CONTACT_BK_PLUGIN_URL; ?>/assets/images/delete-bg.png" style="vertical-align: middle" /></a>
288
+ </div>
289
+ </div>
290
+ <div class="layout-control-group">
291
+ <label class="layout-control-label"><?php _e( "Add a style to", contact_bank ); ?> :</label>
292
+ <div class="layout-controls">
293
+ <input type="button" class="btn btn-inverse layout-span3" id="ux_button_label_style_<?php echo $dynamicId; ?>" name="ux_button_label_style_<?php echo $dynamicId; ?>" onclick="button_set_outer_label(<?php echo $dynamicId; ?>,13);" style="margin-bottom: 5px;" value="<?php _e( "Label", contact_bank ); ?>" />
294
+ <input type="button" class="btn btn-inverse layout-span3" id="ux_button_txt_input_save_<?php echo $dynamicId; ?>" name="ux_button_txt_input_save_<?php echo $dynamicId; ?>" onclick="button_set_txt_input(<?php echo $dynamicId; ?>,13);" style="margin-bottom: 5px;display: none;" value="<?php _e( "Text input", contact_bank ); ?>" />
295
+ <input type="button" class="btn btn-inverse layout-span3" id="ux_button_description_style_<?php echo $dynamicId; ?>" name="ux_button_description_style_<?php echo $dynamicId; ?>" onclick="button_set_description(<?php echo $dynamicId; ?>,13);" style="margin-bottom: 5px;" value="<?php _e( "Description", contact_bank ); ?>" />
296
+ <input type="button" class="btn btn-inverse layout-span5" id="ux_button_set_time_hour_<?php echo $dynamicId; ?>" name="ux_button_set_time_hour_<?php echo $dynamicId; ?>" onclick="button_set_time_hour(<?php echo $dynamicId; ?>,13);" style="margin-bottom: 5px;" value="<?php _e( "Time hour dropdown", contact_bank ); ?>" />
297
+ <input type="button" class="btn btn-inverse layout-span5" id="ux_button_set_time_minute_<?php echo $dynamicId; ?>" name="ux_button_set_time_minute_<?php echo $dynamicId; ?>" onclick="button_set_time_minute(<?php echo $dynamicId; ?>,13);" style="margin-bottom: 5px;" value="<?php _e( "Time minute dropdown", contact_bank ); ?>" />
298
+ <input type="button" class="btn btn-inverse layout-span5" id="ux_button_set_time_am_<?php echo $dynamicId; ?>" name="ux_button_set_time_am_<?php echo $dynamicId; ?>" onclick="button_set_time_am(<?php echo $dynamicId; ?>,13);" style="margin-bottom: 5px;" value="<?php _e( "Time am/pm dropdown", contact_bank ); ?>" />
299
+ </div>
300
+ </div>
301
+ </div>
302
+ </div>
303
+ </div>
304
+ </div>
305
+ </div>
306
+ </div>
307
+ <div class="layout-control-group">
308
+ <input type="button" style="float:left;margin-left: 0px;" class="btn btn-info layout-span2" onclick="save_time_control(<?php echo $dynamicId; ?>)" value="<?php _e( "Save", contact_bank ); ?>" />
309
+ </div>
310
+ </div>
311
+ <script type="text/javascript">
312
+ jQuery(".hovertip").tooltip();
313
+ function tabsFunc(control)
314
+ {
315
+
316
+ switch(control.id)
317
+ {
318
+ case "tab1":
319
+ jQuery("#tabs-nohdr-1").css("display","none");
320
+ jQuery("#tabs-nohdr-2").css("display","none");
321
+ jQuery("#tabs-nohdr-3").css("display","block");
322
+ jQuery("#li1").attr("class","active");
323
+ jQuery("#li2").removeAttr("class");
324
+ jQuery("#li3").removeAttr("class");
325
+ break;
326
+ case "tab2":
327
+ jQuery("#tabs-nohdr-1").css("display","none");
328
+ jQuery("#tabs-nohdr-3").css("display","none");
329
+ jQuery("#tabs-nohdr-2").css("display","block");
330
+ jQuery("#li2").attr("class","active");
331
+ jQuery("#li1").removeAttr("class");
332
+ jQuery("#li3").removeAttr("class");
333
+ break;
334
+ case "tab3":
335
+ jQuery("#tabs-nohdr-3").css("display","none");
336
+ jQuery("#tabs-nohdr-2").css("display","none");
337
+ jQuery("#tabs-nohdr-1").css("display","block");
338
+ jQuery("#li3").attr("class","active");
339
+ jQuery("#li1").removeAttr("class");
340
+ jQuery("#li2").removeAttr("class");
341
+ break;
342
+ }
343
+
344
+ }
345
+ var count = <?php echo $count; ?>;
346
+ if(count != 0)
347
+ {
348
+ var dynamicId = <?php echo $dynamicId; ?>;
349
+ jQuery("#ux_label_text_"+dynamicId).val(array_time[dynamicId][2]);
350
+ jQuery("#ux_description_control_"+dynamicId).val(array_time[dynamicId][3]);
351
+ if(array_time[dynamicId][4] == 1)
352
+ {
353
+ jQuery("#ux_required_control_"+dynamicId).attr("checked","checked");
354
+ }
355
+ else
356
+ {
357
+ jQuery("#ux_required_"+dynamicId).attr("checked","checked");
358
+ }
359
+ jQuery("#ux_tooltip_control_"+dynamicId).val(array_time[dynamicId][5]);
360
+ jQuery("#ux_admin_label_"+dynamicId).val(array_time[dynamicId][6]);
361
+ if(array_time[dynamicId][7] == true)
362
+ {
363
+ jQuery("#ux_email_"+dynamicId).attr("checked","checked");
364
+ }
365
+
366
+ if(array_time[dynamicId][8] == 12)
367
+ {
368
+ jQuery("#ux_default_hours_24_"+dynamicId).hide();
369
+ jQuery("#ux_default_hours_12_"+dynamicId).show();
370
+ jQuery("#ux_default_hours_12_"+dynamicId).val(array_time[dynamicId][9]);
371
+ jQuery("#ux_drop_hour_time_"+dynamicId).val(array_time[dynamicId][8]);
372
+ jQuery("#ux_default_minute_"+dynamicId).val(array_time[dynamicId][10]);
373
+ jQuery("#ux_default_am_"+dynamicId).val(array_time[dynamicId][11]);
374
+ jQuery("#ux_minute_format_"+dynamicId).val(array_time[dynamicId][12]);
375
+ jQuery("#ux_default_am_"+dynamicId).show();
376
+ }
377
+ else if(array_time[dynamicId][8] == 24)
378
+ {
379
+ jQuery("#ux_default_hours_12_"+dynamicId).hide();
380
+ jQuery("#ux_default_hours_24_"+dynamicId).show();
381
+ jQuery("#ux_default_hours_24_"+dynamicId).val(array_time[dynamicId][9]);
382
+ jQuery("#ux_drop_hour_time_"+dynamicId).val(array_time[dynamicId][8]);
383
+ jQuery("#ux_default_minute_"+dynamicId).val(array_time[dynamicId][10]);
384
+ jQuery("#ux_default_am_"+dynamicId).val(array_time[dynamicId][11]);
385
+ jQuery("#ux_minute_format_"+dynamicId).val(array_time[dynamicId][12]);
386
+ jQuery("#ux_default_am_"+dynamicId).hide();
387
+ }
388
+ if(array_time[dynamicId][13] != "")
389
+ {
390
+ jQuery("#button_set_outer_label_"+dynamicId).html(array_time[dynamicId][13]);
391
+ jQuery("#time_css_label_"+dynamicId).attr("style","display:block");
392
+ jQuery("#time_css_label_"+dynamicId).attr("style","position:inherit");
393
+ }
394
+ if(array_time[dynamicId][14] != "")
395
+ {
396
+ jQuery("#button_set_textinput_"+dynamicId).html(array_time[dynamicId][14]);
397
+ jQuery("#time_text_input_"+dynamicId).attr("style","display:block");
398
+ jQuery("#time_text_input_"+dynamicId).attr("style","position:inherit");
399
+ }
400
+ if(array_time[dynamicId][15] != "")
401
+ {
402
+ jQuery("#button_set_outer_description_"+dynamicId).html(array_time[dynamicId][15]);
403
+ jQuery("#time_description_"+dynamicId).attr("style","display:block");
404
+ jQuery("#time_description_"+dynamicId).attr("style","position:inherit");
405
+ }
406
+ if(array_time[dynamicId][16] != "")
407
+ {
408
+ jQuery("#ux_time_hour_"+dynamicId).html(array_time[dynamicId][16]);
409
+ jQuery("#time_set_time_hour_"+dynamicId).attr("style","display:block");
410
+ jQuery("#time_set_time_hour_"+dynamicId).attr("style","position:inherit");
411
+ }
412
+ if(array_time[dynamicId][17] != "")
413
+ {
414
+ jQuery("#ux_time_minute_"+dynamicId).html(array_time[dynamicId][17]);
415
+ jQuery("#button_set_time_minute_"+dynamicId).attr("style","display:block");
416
+ jQuery("#button_set_time_minute_"+dynamicId).attr("style","position:inherit");
417
+ }
418
+ if(array_time[dynamicId][18] != "")
419
+ {
420
+ jQuery("#button_set_time_am_"+dynamicId).html(array_time[dynamicId][18]);
421
+ jQuery("#ux_tr_set_time_am_"+dynamicId).attr("style","display:block");
422
+ jQuery("#ux_tr_set_time_am_"+dynamicId).attr("style","position:inherit");
423
+ }
424
+ }
425
+ function time_format(dynamicId)
426
+ {
427
+
428
+ var ux_drop_hour_time= jQuery("#ux_drop_hour_time_"+dynamicId).val();
429
+ if(ux_drop_hour_time == 12)
430
+ {
431
+ jQuery("#ux_default_hours_24_"+dynamicId).hide();
432
+ jQuery("#ux_default_hours_12_"+dynamicId).show();
433
+ jQuery("#ux_default_am_"+dynamicId).show();
434
+ }
435
+ else if(ux_drop_hour_time == 24)
436
+ {
437
+ jQuery("#ux_default_hours_12_"+dynamicId).hide();
438
+ jQuery("#ux_default_hours_24_"+dynamicId).show();
439
+ jQuery("#ux_default_am_"+dynamicId).hide();
440
+ }
441
+
442
+ }
443
+
444
+ function ux_minute_format(dynamicId)
445
+ {
446
+ var minute_format = parseInt(jQuery("#ux_minute_format_"+dynamicId).val());
447
+ var dropdown_min = "<option selected='selected' value=><?php _e( "Minute", contact_bank ); ?></option>";
448
+ for(flag=0; flag < 60; )
449
+ {
450
+ if(flag < 10)
451
+ {
452
+ dropdown_min += "<option value=0"+flag+">0"+ flag + "</option>";
453
+ }
454
+ else
455
+ {
456
+ dropdown_min += "<option value="+flag+">"+ flag + "</option>";
457
+ }
458
+ flag = flag + minute_format;
459
+ }
460
+
461
+ jQuery("#select_min_"+dynamicId).html(dropdown_min);
462
+ jQuery("#ux_default_minute_"+dynamicId).html(dropdown_min);
463
+
464
+ }
465
+ function select_hours(dynamicId)
466
+ {
467
+ var ux_default_hour = jQuery("#ux_default_hours_"+dynamicId).val();
468
+ jQuery("#select_hr_"+dynamicId).val(ux_default_hour);
469
+ }
470
+ function select_minutes(dynamicId)
471
+ {
472
+ var ux_default_min = jQuery("#ux_default_minute_"+dynamicId).val();
473
+ jQuery("#select_min_"+dynamicId).val(ux_default_min);
474
+ }
475
+ function select_format(dynamicId)
476
+ {
477
+ var ux_default_format = jQuery("#ux_default_am_"+dynamicId).val();
478
+ jQuery("#select_am_"+dynamicId).val(ux_default_format);
479
+ }
480
+
481
+ function save_time_control(dynamicId)
482
+ {
483
+ array_time[dynamicId] = [];
484
+ array_time[dynamicId].push(13);
485
+ array_time[dynamicId].push(dynamicId);
486
+ array_time[dynamicId].push(jQuery("#ux_label_text_"+dynamicId).val());
487
+ array_time[dynamicId].push(jQuery("#ux_description_control_"+dynamicId).val());
488
+ if(jQuery("#ux_required_control_"+dynamicId).prop("checked") == true)
489
+ {
490
+ array_time[dynamicId].push("1");
491
+ }
492
+ else
493
+ {
494
+ array_time[dynamicId].push("0");
495
+ }
496
+ array_time[dynamicId].push(jQuery("#ux_tooltip_control_"+dynamicId).val());
497
+ array_time[dynamicId].push(jQuery("#ux_admin_label_"+dynamicId).val());
498
+ array_time[dynamicId].push(jQuery("#ux_email_"+dynamicId).prop("checked"));
499
+ array_time[dynamicId].push(jQuery("#ux_drop_hour_time_"+dynamicId).val());
500
+ if(jQuery("#ux_drop_hour_time_"+dynamicId).val() == 12)
501
+ {
502
+ array_time[dynamicId].push(jQuery("#ux_default_hours_12_"+dynamicId).val());
503
+
504
+ jQuery("#ux_default_hours_24_"+dynamicId).hide();
505
+ jQuery("#ux_default_hours_12_"+dynamicId).show();
506
+ }
507
+ else if(jQuery("#ux_drop_hour_time_"+dynamicId).val() == 24)
508
+ {
509
+ jQuery("#ux_default_hours_12_"+dynamicId).hide();
510
+ jQuery("#ux_default_hours_24_"+dynamicId).show();
511
+ array_time[dynamicId].push(jQuery("#ux_default_hours_24_"+dynamicId).val());
512
+ }
513
+ array_time[dynamicId].push(jQuery("#ux_default_minute_"+dynamicId).val());
514
+ array_time[dynamicId].push(jQuery("#ux_default_am_"+dynamicId).val());
515
+ array_time[dynamicId].push(jQuery("#ux_minute_format_"+dynamicId).val());
516
+ array_time[dynamicId].push(jQuery("#button_set_outer_label_"+dynamicId).val());
517
+ array_time[dynamicId].push(jQuery("#button_set_textinput_"+dynamicId).val());
518
+ array_time[dynamicId].push(jQuery("#button_set_outer_description_"+dynamicId).val());
519
+ array_time[dynamicId].push(jQuery("#ux_time_hour_"+dynamicId).val());
520
+ array_time[dynamicId].push(jQuery("#ux_time_minute_"+dynamicId).val());
521
+ array_time[dynamicId].push(jQuery("#button_set_time_am_"+dynamicId).val());
522
+
523
+
524
+ jQuery("#control_label_"+dynamicId).html(jQuery("#ux_label_text_"+dynamicId).val()+" :");
525
+ jQuery("#txt_description_"+dynamicId).html(jQuery("#ux_description_control_"+dynamicId).val());
526
+ var tooltip_text = jQuery("#ux_tooltip_control_"+dynamicId).val();
527
+ jQuery("#tooltip_txt_hidden_value_"+dynamicId).val(tooltip_text);
528
+ jQuery("#show_tooltip"+dynamicId).attr("data-original-title",tooltip_text);
529
+ if(jQuery("#ux_drop_hour_time_"+dynamicId).val() == 12)
530
+ {
531
+ jQuery("#select_hr_24_"+dynamicId).hide();
532
+ jQuery("#select_hr_12_"+dynamicId).show();
533
+ jQuery("#select_hr_12_"+dynamicId).val(jQuery("#ux_default_hours_12_"+dynamicId).val());
534
+ jQuery("#select_am_"+dynamicId).show();
535
+ }
536
+ else if(jQuery("#ux_drop_hour_time_"+dynamicId).val() == 24)
537
+ {
538
+ jQuery("#select_hr_12_"+dynamicId).hide();
539
+ jQuery("#select_hr_24_"+dynamicId).show();
540
+ jQuery("#select_hr_24_"+dynamicId).val(jQuery("#ux_default_hours_24_"+dynamicId).val());
541
+ jQuery("#select_am_"+dynamicId).hide();
542
+ }
543
+ jQuery("#select_min_"+dynamicId).val(jQuery("#ux_default_minute_"+dynamicId).val());
544
+ jQuery("#select_am_"+dynamicId).val(jQuery("#ux_default_am_"+dynamicId).val());
545
+ if(jQuery("#ux_required_control_"+dynamicId).prop("checked") == true)
546
+ {
547
+ jQuery("#txt_required_"+dynamicId).css("display","block");
548
+ }
549
+ else
550
+ {
551
+ jQuery("#txt_required_"+dynamicId).css("display","none");
552
+ }
553
+
554
+ CloseLightbox();
555
+ }
556
+ function enter_admin_label(dynamicId)
557
+ {
558
+ var ux_label = jQuery("#ux_label_text_"+dynamicId).val();
559
+ jQuery("#ux_admin_label_"+dynamicId).val(ux_label);
560
+ }
561
+ function button_set_outer_label(dynamicId)
562
+ {
563
+ jQuery("#time_css_label_"+dynamicId).css("display","block");
564
+ jQuery("#time_css_label_"+dynamicId).attr("style", 'position:inherit');
565
+ }
566
+ function button_set_txt_input(dynamicId)
567
+ {
568
+ jQuery("#time_text_input_"+dynamicId).css("display","block");
569
+ jQuery("#time_text_input_"+dynamicId).attr("style", 'position:inherit');
570
+ }
571
+ function button_set_description(dynamicId)
572
+ {
573
+ jQuery("#time_description_"+dynamicId).css("display","block");
574
+ jQuery("#time_description_"+dynamicId).attr("style", 'position:inherit');
575
+ }
576
+ function button_set_time_hour(dynamicId)
577
+ {
578
+ jQuery("#time_set_time_hour_"+dynamicId).css("display","block");
579
+ jQuery("#time_set_time_hour_"+dynamicId).attr("style", 'position:inherit');
580
+ }
581
+ function button_set_time_minute(dynamicId)
582
+ {
583
+ jQuery("#button_set_time_minute_"+dynamicId).css("display","block");
584
+ jQuery("#button_set_time_minute_"+dynamicId).attr("style", 'position:inherit');
585
+ }
586
+ function button_set_time_am(dynamicId)
587
+ {
588
+ jQuery("#ux_tr_set_time_am_"+dynamicId).css("display","block");
589
+ jQuery("#ux_tr_set_time_am_"+dynamicId).attr("style", 'position:inherit');
590
+ }
591
+ function delete_css_style_label(dynamicId)
592
+ {
593
+ jQuery("#time_css_label_" +dynamicId).css("display","none");
594
+ jQuery("#button_set_outer_label_"+dynamicId).val("");
595
+ }
596
+ function delete_css_style_textinput(dynamicId)
597
+ {
598
+ jQuery("#time_text_input_" +dynamicId).css("display","none");
599
+ jQuery("#button_set_textinput_"+dynamicId).val("");
600
+ }
601
+ function delete_css_style_description(dynamicId)
602
+ {
603
+ jQuery("#time_description_" +dynamicId).css("display","none");
604
+ jQuery("#button_set_outer_description_"+dynamicId).val("");
605
+ }
606
+ function delete_css_style_hour(dynamicId)
607
+ {
608
+ jQuery("#time_set_time_hour_" +dynamicId).css("display","none");
609
+ jQuery("#ux_time_hour_"+dynamicId).val("");
610
+ }
611
+ function delete_css_style_minute(dynamicId)
612
+ {
613
+ jQuery("#button_set_time_minute_" +dynamicId).css("display","none");
614
+ jQuery("#ux_time_minute_"+dynamicId).val("");
615
+ }
616
+ function delete_css_style_am(dynamicId)
617
+ {
618
+ jQuery("#ux_tr_set_time_am_"+dynamicId).css("display","none");
619
+ jQuery("#button_set_time_am_"+dynamicId).val("");
620
+ }
621
+ </script>
622
+ <?php
623
+ }
624
+ ?>
languages/contact_bank-ar_AR.mo ADDED
Binary file
languages/contact_bank-ar_AR.po ADDED
@@ -0,0 +1,1046 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2013-11-16 12:23+0530\n"
5
+ "PO-Revision-Date: 2013-11-16 16:01+0530\n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "X-Generator: Poedit 1.5.7\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
13
+ "X-Poedit-Basepath: C:\\wamp\\www\\contact-bank3.7\\wp-content\\plugins"
14
+ "\\contact-bank\n"
15
+ "X-Poedit-SearchPath-0: .\n"
16
+
17
+ #: contact-bank.php:62
18
+ msgid "Contact Bank"
19
+ msgstr ""
20
+
21
+ #: contact-bank.php:63 contact-bank.php:431
22
+ msgid "Dashboard"
23
+ msgstr "لوحة أجهزة القياس"
24
+
25
+ #: contact-bank.php:64 contact-bank.php:437 views/contact_view.php:6
26
+ #: views/dashboard.php:8
27
+ msgid "Add New Form"
28
+ msgstr "إضافة نموذج جديد"
29
+
30
+ #: contact-bank.php:65 contact-bank.php:443 views/contact_email.php:6
31
+ msgid "Email Settings"
32
+ msgstr "إعدادات البريد الإلكتروني"
33
+
34
+ #: contact-bank.php:66 contact-bank.php:449 views/contact_frontend_data.php:5
35
+ msgid "Form Entries"
36
+ msgstr "شكل إدخالات"
37
+
38
+ #: includes/cb_checkbox.php:8 includes/cb_checkbox.php:50
39
+ #: includes/cb_checkbox.php:83 includes/cb_dropdown.php:8
40
+ #: includes/cb_dropdown.php:50 includes/cb_dropdown.php:83
41
+ #: includes/cb_multiple.php:8 includes/cb_multiple.php:49
42
+ #: includes/cb_multiple.php:82 includes/cb_text.php:8 includes/cb_text.php:50
43
+ #: includes/cb_text.php:85 includes/cb_textarea.php:9
44
+ #: includes/cb_textarea.php:52 includes/cb_textarea.php:93
45
+ #: views/edit_contact_view.php:992 views/edit_contact_view.php:1050
46
+ #: views/edit_contact_view.php:1179 views/edit_contact_view.php:1235
47
+ #: views/edit_contact_view.php:1305
48
+ msgid "Untitled"
49
+ msgstr "بدون اسم"
50
+
51
+ #: includes/cb_checkbox.php:13 includes/cb_checkbox.php:42
52
+ #: includes/cb_date.php:62 includes/cb_date.php:92 includes/cb_dropdown.php:14
53
+ #: includes/cb_dropdown.php:42 includes/cb_email.php:13
54
+ #: includes/cb_email.php:44 includes/cb_file_upload.php:12
55
+ #: includes/cb_file_upload.php:60 includes/cb_hidden.php:12
56
+ #: includes/cb_multiple.php:13 includes/cb_multiple.php:41
57
+ #: includes/cb_password.php:12 includes/cb_password.php:43
58
+ #: includes/cb_text.php:12 includes/cb_text.php:42 includes/cb_textarea.php:13
59
+ #: includes/cb_textarea.php:44 includes/cb_time.php:75
60
+ #: includes/cb_time.php:105
61
+ msgid "Settings"
62
+ msgstr "إعدادات"
63
+
64
+ #: includes/cb_checkbox.php:29
65
+ msgid "Checkbox Control"
66
+ msgstr "التحكم في خانة اختيار"
67
+
68
+ #: includes/cb_checkbox.php:36 includes/cb_date.php:86
69
+ #: includes/cb_dropdown.php:36 includes/cb_email.php:38
70
+ #: includes/cb_file_upload.php:54 includes/cb_hidden.php:36
71
+ #: includes/cb_multiple.php:35 includes/cb_password.php:37
72
+ #: includes/cb_text.php:36 includes/cb_textarea.php:38 includes/cb_time.php:99
73
+ msgid "Advanced"
74
+ msgstr "متقدم"
75
+
76
+ #: includes/cb_checkbox.php:39 includes/cb_checkbox.php:68
77
+ #: includes/cb_date.php:89 includes/cb_dropdown.php:39
78
+ #: includes/cb_dropdown.php:68 includes/cb_email.php:41
79
+ #: includes/cb_file_upload.php:57 includes/cb_multiple.php:38
80
+ #: includes/cb_multiple.php:67 includes/cb_password.php:40
81
+ #: includes/cb_text.php:39 includes/cb_textarea.php:41
82
+ #: includes/cb_time.php:102
83
+ msgid "Options"
84
+ msgstr "خيارات"
85
+
86
+ #: includes/cb_checkbox.php:48 includes/cb_checkbox.php:134
87
+ #: includes/cb_date.php:98 includes/cb_date.php:238
88
+ #: includes/cb_dropdown.php:48 includes/cb_dropdown.php:120
89
+ #: includes/cb_email.php:50 includes/cb_email.php:121
90
+ #: includes/cb_file_upload.php:66 includes/cb_file_upload.php:159
91
+ #: includes/cb_hidden.php:42 includes/cb_multiple.php:47
92
+ #: includes/cb_multiple.php:133 includes/cb_password.php:49
93
+ #: includes/cb_password.php:119 includes/cb_text.php:48
94
+ #: includes/cb_text.php:122 includes/cb_textarea.php:50
95
+ #: includes/cb_textarea.php:130 includes/cb_time.php:111
96
+ #: includes/cb_time.php:293
97
+ msgid "Label"
98
+ msgstr "التسمية"
99
+
100
+ #: includes/cb_checkbox.php:50 includes/cb_date.php:100
101
+ #: includes/cb_dropdown.php:50 includes/cb_email.php:52
102
+ #: includes/cb_file_upload.php:68 includes/cb_hidden.php:44
103
+ #: includes/cb_multiple.php:49 includes/cb_password.php:51
104
+ #: includes/cb_text.php:50 includes/cb_time.php:113
105
+ msgid "Enter Label"
106
+ msgstr "أدخل التسمية"
107
+
108
+ #: includes/cb_checkbox.php:54 includes/cb_checkbox.php:56
109
+ #: includes/cb_date.php:110 includes/cb_date.php:112
110
+ #: includes/cb_dropdown.php:54 includes/cb_dropdown.php:56
111
+ #: includes/cb_email.php:62 includes/cb_email.php:64
112
+ #: includes/cb_file_upload.php:78 includes/cb_file_upload.php:80
113
+ #: includes/cb_multiple.php:53 includes/cb_multiple.php:55
114
+ #: includes/cb_password.php:61 includes/cb_password.php:63
115
+ #: includes/cb_text.php:60 includes/cb_text.php:62 includes/cb_textarea.php:62
116
+ #: includes/cb_textarea.php:64 includes/cb_time.php:123
117
+ #: includes/cb_time.php:125
118
+ msgid "Required"
119
+ msgstr "مطلوب"
120
+
121
+ #: includes/cb_checkbox.php:57 includes/cb_date.php:113
122
+ #: includes/cb_dropdown.php:57 includes/cb_email.php:65
123
+ #: includes/cb_file_upload.php:81 includes/cb_multiple.php:56
124
+ #: includes/cb_password.php:64 includes/cb_text.php:63
125
+ #: includes/cb_textarea.php:65 includes/cb_time.php:126
126
+ msgid "Not Required"
127
+ msgstr "غير مطلوب"
128
+
129
+ #: includes/cb_checkbox.php:61 includes/cb_date.php:117
130
+ #: includes/cb_dropdown.php:61 includes/cb_email.php:69
131
+ #: includes/cb_file_upload.php:85 includes/cb_multiple.php:60
132
+ #: includes/cb_password.php:68 includes/cb_text.php:67
133
+ #: includes/cb_time.php:130
134
+ msgid "Tooltip Text"
135
+ msgstr "تلميح الأدوات النص"
136
+
137
+ #: includes/cb_checkbox.php:63 includes/cb_date.php:119
138
+ #: includes/cb_dropdown.php:63 includes/cb_email.php:71
139
+ #: includes/cb_file_upload.php:87 includes/cb_password.php:70
140
+ #: includes/cb_textarea.php:71 includes/cb_time.php:132
141
+ msgid "Enter Tooltip"
142
+ msgstr "أدخل توولتيب"
143
+
144
+ #: includes/cb_checkbox.php:70 includes/cb_checkbox.php:127
145
+ msgid "Enter Options"
146
+ msgstr "أدخل خيارات"
147
+
148
+ #: includes/cb_checkbox.php:70 includes/cb_dropdown.php:70
149
+ #: includes/cb_multiple.php:69
150
+ msgid "Add option"
151
+ msgstr "إضافة خيار"
152
+
153
+ #: includes/cb_checkbox.php:81 includes/cb_dropdown.php:81
154
+ #: includes/cb_file_upload.php:100 includes/cb_password.php:79
155
+ #: includes/cb_time.php:141
156
+ msgid "Admin Label"
157
+ msgstr "التسمية الادارية"
158
+
159
+ #: includes/cb_checkbox.php:83 includes/cb_date.php:130
160
+ #: includes/cb_dropdown.php:83 includes/cb_email.php:83
161
+ #: includes/cb_file_upload.php:102 includes/cb_multiple.php:82
162
+ #: includes/cb_password.php:81 includes/cb_time.php:143
163
+ msgid "Enter Admin Label"
164
+ msgstr "أدخل التسمية الادارية"
165
+
166
+ #: includes/cb_checkbox.php:87 includes/cb_date.php:134
167
+ #: includes/cb_dropdown.php:87 includes/cb_email.php:87
168
+ #: includes/cb_file_upload.php:106 includes/cb_hidden.php:60
169
+ #: includes/cb_multiple.php:86 includes/cb_password.php:85
170
+ #: includes/cb_text.php:89 includes/cb_textarea.php:97
171
+ #: includes/cb_time.php:147
172
+ msgid "Do not show in the email"
173
+ msgstr "عدم إظهار- ففي البريد الالكتروني"
174
+
175
+ #: includes/cb_checkbox.php:97 includes/cb_multiple.php:96
176
+ msgid "Css Label :"
177
+ msgstr "المغلق التسمية:"
178
+
179
+ #: includes/cb_checkbox.php:99 includes/cb_date.php:196
180
+ #: includes/cb_dropdown.php:99 includes/cb_email.php:100
181
+ #: includes/cb_file_upload.php:145 includes/cb_multiple.php:98
182
+ #: includes/cb_password.php:97 includes/cb_text.php:101
183
+ #: includes/cb_time.php:251
184
+ msgid "Enter Css Label"
185
+ msgstr "أدخل المغلق التسمية"
186
+
187
+ #: includes/cb_checkbox.php:104
188
+ msgid "CSS Description :"
189
+ msgstr "المغلق الوصف:"
190
+
191
+ #: includes/cb_checkbox.php:106 includes/cb_date.php:210
192
+ #: includes/cb_dropdown.php:113 includes/cb_email.php:114
193
+ #: includes/cb_file_upload.php:152 includes/cb_multiple.php:105
194
+ #: includes/cb_password.php:112 includes/cb_text.php:115
195
+ #: includes/cb_time.php:265
196
+ msgid "Enter Css Description"
197
+ msgstr "أدخل المغلق الوصف"
198
+
199
+ #: includes/cb_checkbox.php:111
200
+ msgid "CSS Options outer wrapper :"
201
+ msgstr "خيارات المغلق إزار الخارجي:"
202
+
203
+ #: includes/cb_checkbox.php:113
204
+ msgid "Enter Css Outer Wrapper"
205
+ msgstr "أدخل المغلق إزار الخارجي."
206
+
207
+ #: includes/cb_checkbox.php:118
208
+ msgid "CSS Option Wrapper :"
209
+ msgstr "المغلق الخيار إزار:"
210
+
211
+ #: includes/cb_checkbox.php:120
212
+ msgid "Enter Css Option Wrapper"
213
+ msgstr "أدخل المغلق الخيار إزار:"
214
+
215
+ #: includes/cb_checkbox.php:125
216
+ msgid "CSS Options Label :"
217
+ msgstr "المغلق التسمية خيارات:"
218
+
219
+ #: includes/cb_checkbox.php:132 includes/cb_date.php:236
220
+ #: includes/cb_dropdown.php:118 includes/cb_email.php:119
221
+ #: includes/cb_file_upload.php:157 includes/cb_multiple.php:131
222
+ #: includes/cb_password.php:117 includes/cb_text.php:120
223
+ #: includes/cb_textarea.php:128 includes/cb_time.php:291
224
+ msgid "Add a style to"
225
+ msgstr "إضافة نمط إلى"
226
+
227
+ #: includes/cb_checkbox.php:135 includes/cb_date.php:104
228
+ #: includes/cb_date.php:240 includes/cb_dropdown.php:122
229
+ #: includes/cb_email.php:56 includes/cb_email.php:123
230
+ #: includes/cb_file_upload.php:72 includes/cb_file_upload.php:160
231
+ #: includes/cb_multiple.php:134 includes/cb_password.php:55
232
+ #: includes/cb_password.php:121 includes/cb_text.php:54
233
+ #: includes/cb_text.php:124 includes/cb_textarea.php:56
234
+ #: includes/cb_textarea.php:132 includes/cb_time.php:117
235
+ #: includes/cb_time.php:295
236
+ msgid "Description"
237
+ msgstr "وصف"
238
+
239
+ #: includes/cb_checkbox.php:136 includes/cb_multiple.php:135
240
+ msgid "Options outer wrapper"
241
+ msgstr "خيارات-الخارجي إزار:"
242
+
243
+ #: includes/cb_checkbox.php:137
244
+ msgid "Options wrapper"
245
+ msgstr "الخيارات-إزار"
246
+
247
+ #: includes/cb_checkbox.php:138 includes/cb_multiple.php:137
248
+ msgid "Options label"
249
+ msgstr "خيارات.التسمية"
250
+
251
+ #: includes/cb_checkbox.php:148 includes/cb_date.php:253
252
+ #: includes/cb_dropdown.php:132 includes/cb_email.php:143
253
+ #: includes/cb_file_upload.php:170 includes/cb_hidden.php:72
254
+ #: includes/cb_multiple.php:147 includes/cb_password.php:141
255
+ #: includes/cb_text.php:144 includes/cb_textarea.php:152
256
+ #: includes/cb_time.php:308 views/contact_email.php:183
257
+ #: views/contact_view.php:34 views/edit_contact_view.php:83
258
+ msgid "Save"
259
+ msgstr "انقاذ"
260
+
261
+ #: includes/cb_checkbox.php:202 includes/cb_checkbox.php:267
262
+ #: includes/cb_dropdown.php:228 includes/cb_dropdown.php:278
263
+ #: includes/cb_multiple.php:202 includes/cb_multiple.php:268
264
+ msgid "Update"
265
+ msgstr "قم بتحديث"
266
+
267
+ #: includes/cb_checkbox.php:256 includes/cb_dropdown.php:270
268
+ #: includes/cb_multiple.php:257
269
+ msgid "Please Fill an Option."
270
+ msgstr "يرجى شغل ل خيارا."
271
+
272
+ #: includes/cb_checkbox.php:272 includes/cb_multiple.php:273
273
+ msgid "This Option Already Exists."
274
+ msgstr "هذا الخيار موجود بالفعل."
275
+
276
+ #: includes/cb_checkbox.php:294 includes/cb_dropdown.php:286
277
+ #: includes/cb_dropdown.php:308 includes/cb_multiple.php:295
278
+ msgid "This Option Already Exists. "
279
+ msgstr "هذا الخيار موجود بالفعل."
280
+
281
+ #: includes/cb_checkbox.php:305 includes/cb_dropdown.php:319
282
+ #: includes/cb_multiple.php:306
283
+ msgid "Option updated"
284
+ msgstr "خيار تحديثها"
285
+
286
+ #: includes/cb_date.php:8 includes/cb_date.php:100 includes/cb_date.php:130
287
+ #: views/contact_view.php:66 views/edit_contact_view.php:114
288
+ #: views/edit_contact_view.php:1421
289
+ msgid "Date"
290
+ msgstr "تاريخ"
291
+
292
+ #: includes/cb_date.php:12 includes/cb_date.php:155 includes/cb_date.php:308
293
+ #: includes/cb_date.php:380 views/contact_bank_frontend.php:679
294
+ msgid "Day"
295
+ msgstr "يوم"
296
+
297
+ #: includes/cb_date.php:32 includes/cb_date.php:159 includes/cb_date.php:323
298
+ #: includes/cb_date.php:395 views/contact_bank_frontend.php:707
299
+ msgid "Month"
300
+ msgstr "شهر"
301
+
302
+ #: includes/cb_date.php:47 includes/cb_date.php:162 includes/cb_date.php:357
303
+ #: includes/cb_date.php:417 views/contact_bank_frontend.php:729
304
+ msgid "Year"
305
+ msgstr "سنة"
306
+
307
+ #: includes/cb_date.php:79
308
+ msgid "Date Control"
309
+ msgstr "التسجيل التحكم"
310
+
311
+ #: includes/cb_date.php:106 includes/cb_email.php:58
312
+ #: includes/cb_file_upload.php:74 includes/cb_password.php:57
313
+ #: includes/cb_text.php:56 includes/cb_time.php:119
314
+ msgid "Enter Description"
315
+ msgstr "أدخل الوصف"
316
+
317
+ #: includes/cb_date.php:128 includes/cb_email.php:81 includes/cb_hidden.php:54
318
+ #: includes/cb_multiple.php:80 includes/cb_text.php:83
319
+ #: includes/cb_textarea.php:91
320
+ msgid "Admin label"
321
+ msgstr "تسمية الادارية"
322
+
323
+ #: includes/cb_date.php:140
324
+ msgid "Start year"
325
+ msgstr "بدء تشغيل العام"
326
+
327
+ #: includes/cb_date.php:142
328
+ msgid "Enter Start Year"
329
+ msgstr "أدخل بدء-العام"
330
+
331
+ #: includes/cb_date.php:146
332
+ msgid "End year"
333
+ msgstr "نهاية-السنة"
334
+
335
+ #: includes/cb_date.php:148
336
+ msgid "Enter End Year "
337
+ msgstr "أدخل نهاية-العام"
338
+
339
+ #: includes/cb_date.php:152 includes/cb_text.php:77
340
+ #: includes/cb_textarea.php:85 includes/cb_time.php:175
341
+ msgid "Default value"
342
+ msgstr "قيمة افتراضية"
343
+
344
+ #: includes/cb_date.php:167
345
+ msgid "Error message if invalid date"
346
+ msgstr "رسالة خطأ إذا كان تاريخ غير صالح"
347
+
348
+ #: includes/cb_date.php:169
349
+ msgid "Enter Error Message"
350
+ msgstr "أدخل-رسالة خطأ"
351
+
352
+ #: includes/cb_date.php:173
353
+ msgid "Date format"
354
+ msgstr "تنسيق التاريخ"
355
+
356
+ #: includes/cb_date.php:194 includes/cb_dropdown.php:97
357
+ #: includes/cb_email.php:98 includes/cb_file_upload.php:143
358
+ #: includes/cb_password.php:95 includes/cb_text.php:99
359
+ #: includes/cb_time.php:249
360
+ msgid "Css Label"
361
+ msgstr "المغلق تسمية"
362
+
363
+ #: includes/cb_date.php:201 includes/cb_email.php:105 includes/cb_time.php:256
364
+ msgid "Css Text Input"
365
+ msgstr "المغلق إدخال النص"
366
+
367
+ #: includes/cb_date.php:203 includes/cb_text.php:108 includes/cb_time.php:258
368
+ msgid "Enter Css Text Input"
369
+ msgstr "أدخل المغلق إدخال النصوص"
370
+
371
+ #: includes/cb_date.php:208 includes/cb_dropdown.php:111
372
+ #: includes/cb_email.php:112 includes/cb_file_upload.php:150
373
+ #: includes/cb_password.php:110 includes/cb_time.php:263
374
+ msgid "Css Description"
375
+ msgstr "المغلق الوصف"
376
+
377
+ #: includes/cb_date.php:215
378
+ msgid "Css Day"
379
+ msgstr "المغلق يوم"
380
+
381
+ #: includes/cb_date.php:217
382
+ msgid "Enter Css Day"
383
+ msgstr "أدخل المغلق يوم"
384
+
385
+ #: includes/cb_date.php:222
386
+ msgid "Css Month"
387
+ msgstr "المغلق شهر"
388
+
389
+ #: includes/cb_date.php:224
390
+ msgid "Enter Css Month"
391
+ msgstr "أدخل المغلق شهر"
392
+
393
+ #: includes/cb_date.php:229
394
+ msgid "Css Year"
395
+ msgstr "المغلق سنة"
396
+
397
+ #: includes/cb_date.php:231
398
+ msgid "Enter Css Year"
399
+ msgstr "أدخل المغلق سنة"
400
+
401
+ #: includes/cb_date.php:239 includes/cb_email.php:122
402
+ #: includes/cb_password.php:120 includes/cb_textarea.php:131
403
+ #: includes/cb_time.php:294
404
+ msgid "Text input"
405
+ msgstr "إدخال النص"
406
+
407
+ #: includes/cb_date.php:241
408
+ msgid "Date day dropdown"
409
+ msgstr "تاريخ يوم منسدله"
410
+
411
+ #: includes/cb_date.php:242
412
+ msgid "Date month dropdown"
413
+ msgstr "التسجيل شهر منسدله"
414
+
415
+ #: includes/cb_date.php:243
416
+ msgid "Date year dropdown"
417
+ msgstr "التسجيل سنة منسدله"
418
+
419
+ #: includes/cb_dropdown.php:12 includes/cb_dropdown.php:344
420
+ #: views/contact_bank_frontend.php:385 views/contact_bank_frontend.php:398
421
+ msgid "Select option"
422
+ msgstr "حدد خيارا"
423
+
424
+ #: includes/cb_dropdown.php:29
425
+ msgid "Dropdown Control"
426
+ msgstr "التحكم منسدله"
427
+
428
+ #: includes/cb_dropdown.php:70 includes/cb_multiple.php:69
429
+ msgid "Enter Option"
430
+ msgstr "أدخل الخيار"
431
+
432
+ #: includes/cb_dropdown.php:104
433
+ msgid "Css Dropdown Menu"
434
+ msgstr "المغلق القائمة المنسدلة"
435
+
436
+ #: includes/cb_dropdown.php:106
437
+ msgid "Enter Css Dropdown Menu"
438
+ msgstr "أدخل المغلق القائمة المنسدلة"
439
+
440
+ #: includes/cb_dropdown.php:121
441
+ msgid "Dropdown menu"
442
+ msgstr " القائمة منسدله"
443
+
444
+ #: includes/cb_email.php:9 includes/cb_email.php:52 includes/cb_email.php:83
445
+ #: views/contact_email.php:72 views/contact_email.php:138
446
+ #: views/edit_contact_view.php:1113
447
+ msgid "Email"
448
+ msgstr "البريد الإلكتروني"
449
+
450
+ #: includes/cb_email.php:30
451
+ msgid "Email Control"
452
+ msgstr "تحكم البريد الالكتروني"
453
+
454
+ #: includes/cb_email.php:107 includes/cb_password.php:105
455
+ msgid "Enter Css Input Text"
456
+ msgstr "أدخل المغلق نص الإدخال"
457
+
458
+ #: includes/cb_email.php:127 includes/cb_password.php:125
459
+ #: includes/cb_text.php:128 includes/cb_textarea.php:136
460
+ msgid "Add a filter"
461
+ msgstr "إضافة محددات تصفية"
462
+
463
+ #: includes/cb_email.php:129 includes/cb_password.php:127
464
+ #: includes/cb_text.php:130 includes/cb_textarea.php:138
465
+ msgid "Alpha"
466
+ msgstr "ألفا"
467
+
468
+ #: includes/cb_email.php:130 includes/cb_password.php:128
469
+ #: includes/cb_text.php:131 includes/cb_textarea.php:139
470
+ msgid "Alpha Numeric"
471
+ msgstr "ألفا رقمى"
472
+
473
+ #: includes/cb_email.php:131 includes/cb_password.php:129
474
+ #: includes/cb_text.php:132 includes/cb_textarea.php:140
475
+ msgid "Digits"
476
+ msgstr "سيارة رباعي"
477
+
478
+ #: includes/cb_email.php:132 includes/cb_password.php:130
479
+ #: includes/cb_text.php:133 includes/cb_textarea.php:141
480
+ msgid "Strip Tags"
481
+ msgstr " افسخ الدليلية"
482
+
483
+ #: includes/cb_email.php:133 includes/cb_password.php:131
484
+ #: includes/cb_text.php:134 includes/cb_textarea.php:142
485
+ msgid "Trim"
486
+ msgstr "تقليم"
487
+
488
+ #: includes/cb_file_upload.php:9 includes/cb_file_upload.php:68
489
+ #: includes/cb_file_upload.php:102 views/contact_view.php:63
490
+ #: views/edit_contact_view.php:111 views/edit_contact_view.php:1374
491
+ msgid "File Upload"
492
+ msgstr "إيداع الملف"
493
+
494
+ #: includes/cb_file_upload.php:46
495
+ msgid "Fileupload Control"
496
+ msgstr "إيداع ملف تحكم"
497
+
498
+ #: includes/cb_file_upload.php:112
499
+ msgid "Allow Multiple Uploads"
500
+ msgstr "تسمح الإضافات متعددة"
501
+
502
+ #: includes/cb_file_upload.php:118
503
+ msgid "Allowed File Extensions"
504
+ msgstr "امتدادات الملفات المسموحة"
505
+
506
+ #: includes/cb_file_upload.php:120
507
+ msgid "Enter File Extensions"
508
+ msgstr "أدخل امتدادات الملفات"
509
+
510
+ #: includes/cb_file_upload.php:122
511
+ msgid "The file extensions must be seperated with semicolons(' ; ')"
512
+ msgstr "يجب فصل ملحقات الملفات مع الفاصلة المنقوطة ('؛')"
513
+
514
+ #: includes/cb_file_upload.php:126
515
+ msgid "Allowed File Size"
516
+ msgstr "حجم الملفات المسموح بها"
517
+
518
+ #: includes/cb_file_upload.php:130
519
+ msgid "File Size must be in Kb"
520
+ msgstr "حجم ملف يجب أن يكون في كيلو بايت"
521
+
522
+ #: includes/cb_hidden.php:8
523
+ msgid "Untitled (hidden)"
524
+ msgstr "بدون اسم (مخفي)"
525
+
526
+ #: includes/cb_hidden.php:11 views/contact_bank_frontend.php:952
527
+ #: views/contact_view.php:72 views/edit_contact_view.php:120
528
+ msgid "Hidden"
529
+ msgstr "مخفي"
530
+
531
+ #: includes/cb_hidden.php:29
532
+ msgid "Hidden Control"
533
+ msgstr "تحكم مخفية"
534
+
535
+ #: includes/cb_hidden.php:44 includes/cb_hidden.php:56
536
+ #: views/edit_contact_view.php:1619
537
+ msgid "Untitled(hidden)"
538
+ msgstr "بدون اسم (مخفي)"
539
+
540
+ #: includes/cb_hidden.php:48
541
+ msgid "Default Value"
542
+ msgstr "قيمة افتراضية"
543
+
544
+ #: includes/cb_hidden.php:50 includes/cb_text.php:79
545
+ msgid "Enter Default Value"
546
+ msgstr "أدخل قيمة افتراضية"
547
+
548
+ #: includes/cb_hidden.php:56 includes/cb_text.php:85
549
+ #: includes/cb_textarea.php:93
550
+ msgid "Enter Admin label"
551
+ msgstr "أدخل التسمية الادارية"
552
+
553
+ #: includes/cb_multiple.php:28
554
+ msgid "Radio Buttons"
555
+ msgstr "أزرار الراديو"
556
+
557
+ #: includes/cb_multiple.php:62 includes/cb_text.php:69
558
+ msgid "Enter Tooltip Text"
559
+ msgstr "أدخل توولتيب-النص"
560
+
561
+ #: includes/cb_multiple.php:103
562
+ msgid "Css Description :"
563
+ msgstr "المغلق الوصف:"
564
+
565
+ #: includes/cb_multiple.php:110
566
+ msgid "Css Options outer wrapper :"
567
+ msgstr "خيارات المغلق إزار الخارجي:"
568
+
569
+ #: includes/cb_multiple.php:112
570
+ msgid "Enter Css Options outer wrapper"
571
+ msgstr "أدخل خيارات المغلق إزار الخارجي:"
572
+
573
+ #: includes/cb_multiple.php:117
574
+ msgid "CSS Options Wrapper :"
575
+ msgstr "المغلق الخيار إزار:"
576
+
577
+ #: includes/cb_multiple.php:119
578
+ msgid "Enter Css Options Wrapper"
579
+ msgstr "أدخل المغلق الخيار-إزار"
580
+
581
+ #: includes/cb_multiple.php:124
582
+ msgid "CSS Option Label :"
583
+ msgstr "المغلق خيارا-التسمية :"
584
+
585
+ #: includes/cb_multiple.php:126
586
+ msgid "Enter Css Option Label"
587
+ msgstr "أدخل المغلق خيارا-التسمية :"
588
+
589
+ #: includes/cb_multiple.php:136
590
+ msgid "Options wrapper"
591
+ msgstr " الخيار-إزار"
592
+
593
+ #: includes/cb_password.php:8 includes/cb_password.php:51
594
+ #: includes/cb_password.php:81 views/contact_view.php:75
595
+ #: views/edit_contact_view.php:123 views/edit_contact_view.php:1629
596
+ msgid "Password"
597
+ msgstr "كلمة السر"
598
+
599
+ #: includes/cb_password.php:29
600
+ msgid "Password Control"
601
+ msgstr "كلمة السر مراقبة"
602
+
603
+ #: includes/cb_password.php:103
604
+ msgid "Css Input Text"
605
+ msgstr " المغلق الإدخال- نص"
606
+
607
+ #: includes/cb_text.php:29
608
+ msgid "Textbox Control"
609
+ msgstr "التحكم مربع نص"
610
+
611
+ #: includes/cb_text.php:106
612
+ msgid " Css Text Input"
613
+ msgstr "المغلق إدخال النص"
614
+
615
+ #: includes/cb_text.php:113
616
+ msgid " Css Description"
617
+ msgstr "المغلق الوصف"
618
+
619
+ #: includes/cb_text.php:123
620
+ msgid "Text Input"
621
+ msgstr "إدخال النص"
622
+
623
+ #: includes/cb_textarea.php:30
624
+ msgid "Textarea Control"
625
+ msgstr "ناحية النص تحكم"
626
+
627
+ #: includes/cb_textarea.php:52
628
+ msgid "Enter label"
629
+ msgstr "أدخل التسمية"
630
+
631
+ #: includes/cb_textarea.php:58
632
+ msgid "Enter Description"
633
+ msgstr "أدخل الوصف"
634
+
635
+ #: includes/cb_textarea.php:69
636
+ msgid "Tooltip text"
637
+ msgstr "توولتيب النص"
638
+
639
+ #: includes/cb_textarea.php:87
640
+ msgid "Enter Default value"
641
+ msgstr "أدخل قيمة افتراضية"
642
+
643
+ #: includes/cb_textarea.php:107
644
+ msgid "CSS label"
645
+ msgstr "التسمية المغلق"
646
+
647
+ #: includes/cb_textarea.php:109
648
+ msgid "Enter css Label"
649
+ msgstr "أدخل المغلق التسمية"
650
+
651
+ #: includes/cb_textarea.php:114
652
+ msgid "CSS textinput"
653
+ msgstr "إدخال النص المغلق"
654
+
655
+ #: includes/cb_textarea.php:116
656
+ msgid "Enter css textinput"
657
+ msgstr "أدخل المغلق النص إدخال"
658
+
659
+ #: includes/cb_textarea.php:121
660
+ msgid "CSS description"
661
+ msgstr "المغلق الوصف"
662
+
663
+ #: includes/cb_textarea.php:123
664
+ msgid "Enter css description"
665
+ msgstr "أدخل المغلق الوصف"
666
+
667
+ #: includes/cb_time.php:8 includes/cb_time.php:113 includes/cb_time.php:143
668
+ #: views/contact_view.php:69 views/edit_contact_view.php:117
669
+ #: views/edit_contact_view.php:1514
670
+ msgid "Time"
671
+ msgstr "وقت"
672
+
673
+ #: includes/cb_time.php:12 includes/cb_time.php:32 includes/cb_time.php:178
674
+ #: includes/cb_time.php:198 views/contact_bank_frontend.php:821
675
+ #: views/contact_bank_frontend.php:847 views/contact_bank_frontend.php:873
676
+ msgid "Hour"
677
+ msgstr "ساعة"
678
+
679
+ #: includes/cb_time.php:52 includes/cb_time.php:218
680
+ #: views/contact_bank_frontend.php:897
681
+ msgid "Minute"
682
+ msgstr "الدقيقة"
683
+
684
+ #: includes/cb_time.php:92
685
+ msgid "Time Control"
686
+ msgstr "السيطرة على الوقت"
687
+
688
+ #: includes/cb_time.php:153
689
+ msgid "12/24 hour time"
690
+ msgstr "12/24 ساعة مرة"
691
+
692
+ #: includes/cb_time.php:162
693
+ msgid "Time format"
694
+ msgstr "تنسيق الوقت"
695
+
696
+ #: includes/cb_time.php:270
697
+ msgid "Css Hour"
698
+ msgstr "المغلق ساعة"
699
+
700
+ #: includes/cb_time.php:272
701
+ msgid "Enter Css Hour"
702
+ msgstr "أدخل المغلق ساعة"
703
+
704
+ #: includes/cb_time.php:277
705
+ msgid "Css Minute"
706
+ msgstr "المغلق الدقيقة"
707
+
708
+ #: includes/cb_time.php:279
709
+ msgid "Enter Css Minute"
710
+ msgstr "أدخل المغلق الدقيقة"
711
+
712
+ #: includes/cb_time.php:284
713
+ msgid "Css am/pm"
714
+ msgstr "سي اس اس ص / م"
715
+
716
+ #: includes/cb_time.php:286
717
+ msgid "Enter Css am/pm"
718
+ msgstr "أدخل سي اس اس ص / م"
719
+
720
+ #: includes/cb_time.php:296
721
+ msgid "Time hour dropdown"
722
+ msgstr "وقت-ساعة منسدله"
723
+
724
+ #: includes/cb_time.php:297
725
+ msgid "Time minute dropdown"
726
+ msgstr "وقت-الدقيقة منسدله"
727
+
728
+ #: includes/cb_time.php:298
729
+ msgid "Time am/pm dropdown"
730
+ msgstr "وقت ص / م منسدله"
731
+
732
+ #: views/contact_bank_frontend.php:153
733
+ msgid "Enter Text"
734
+ msgstr "إدخال نص"
735
+
736
+ #: views/contact_bank_frontend.php:342 views/contact_email.php:84
737
+ #: views/contact_email.php:144
738
+ msgid "Enter Email Address"
739
+ msgstr "إدخال عنوان البريد الإلكتروني"
740
+
741
+ #: views/contact_bank_frontend.php:952
742
+ msgid "Enter Hidden Text"
743
+ msgstr "أدخل النص المخفي"
744
+
745
+ #: views/contact_bank_frontend.php:1040
746
+ msgid "Enter Password"
747
+ msgstr "أدخل كلمة"
748
+
749
+ #: views/contact_bank_frontend.php:1051
750
+ msgid "Submit Form"
751
+ msgstr "انقاذ النموذج"
752
+
753
+ #: views/contact_email.php:9 views/contact_frontend_data.php:8
754
+ #: views/contact_view.php:9 views/edit_contact_view.php:31
755
+ msgid "Back to Dashboard"
756
+ msgstr "العودة الى وحة المعلومات"
757
+
758
+ #: views/contact_email.php:13
759
+ msgid "Email Settings Saved. Kindly wait for the redirect."
760
+ msgstr "إعدادات البريد الإلكتروني المحفوظة. يرجى الانتظار لإعادة توجيه."
761
+
762
+ #: views/contact_email.php:18 views/contact_email.php:49
763
+ #: views/contact_frontend_data.php:19 views/contact_frontend_data.php:32
764
+ msgid "Select Form"
765
+ msgstr "اختر الشكل الصيدلاني"
766
+
767
+ #: views/contact_email.php:65
768
+ msgid "Admin Email"
769
+ msgstr "الادارية إرسال لصديق"
770
+
771
+ #: views/contact_email.php:76
772
+ msgid "To"
773
+ msgstr "إلى"
774
+
775
+ #: views/contact_email.php:78
776
+ msgid "Enter Admin Email"
777
+ msgstr "أدخل الادارية-البريد الالكتروني"
778
+
779
+ #: views/contact_email.php:82 views/contact_email.php:142
780
+ msgid "From"
781
+ msgstr "من"
782
+
783
+ #: views/contact_email.php:89 views/contact_email.php:148
784
+ msgid "Subject"
785
+ msgstr "تخضع"
786
+
787
+ #: views/contact_email.php:91 views/contact_email.php:150
788
+ msgid "Enter Subject"
789
+ msgstr "أدخل تخضع"
790
+
791
+ #: views/contact_email.php:100 views/contact_email.php:160
792
+ msgid "Email Content"
793
+ msgstr "البريد الالكتروني المحتوى"
794
+
795
+ #: views/contact_email.php:115 views/contact_email.php:175
796
+ msgid "Short Code Controls for Email"
797
+ msgstr "رمز قصيرة عناصر التحكم ل البريد الالكتروني"
798
+
799
+ #: views/contact_email.php:129
800
+ msgid "Client Email"
801
+ msgstr "العميل-البريد الالكتروني"
802
+
803
+ #: views/contact_frontend_data.php:14 views/contact_view.php:20
804
+ #: views/dashboard.php:15 views/dashboard.php:21
805
+ msgid "Form"
806
+ msgstr "شكل"
807
+
808
+ #: views/contact_view.php:13
809
+ msgid "Form Submited. Kindly wait for the redirect."
810
+ msgstr "شكل أنقذ. يرجى الانتظار لإعادة توجيه."
811
+
812
+ #: views/contact_view.php:24 views/edit_contact_view.php:46
813
+ msgid "Form Name :"
814
+ msgstr "استمارة-اسم:"
815
+
816
+ #: views/contact_view.php:27 views/edit_contact_view.php:49
817
+ msgid "Enter Form Name"
818
+ msgstr "أدخل استمارة-اسم:"
819
+
820
+ #: views/contact_view.php:40 views/edit_contact_view.php:89
821
+ msgid "Control Buttons"
822
+ msgstr "أزرار التحكم"
823
+
824
+ #: views/contact_view.php:45 views/edit_contact_view.php:93
825
+ msgid "Text Box"
826
+ msgstr "مربع النص"
827
+
828
+ #: views/contact_view.php:48 views/edit_contact_view.php:96
829
+ msgid "Text Area"
830
+ msgstr "منطقة النص"
831
+
832
+ #: views/contact_view.php:51 views/edit_contact_view.php:99
833
+ msgid "Email Address"
834
+ msgstr "عنوان البريد الإلكتروني"
835
+
836
+ #: views/contact_view.php:54 views/edit_contact_view.php:102
837
+ msgid "Dropdown Menu"
838
+ msgstr "القائمة المنسدلة"
839
+
840
+ #: views/contact_view.php:57 views/edit_contact_view.php:105
841
+ msgid "Checkboxes"
842
+ msgstr "خانات الاختيار"
843
+
844
+ #: views/contact_view.php:60 views/edit_contact_view.php:108
845
+ msgid "Multiple Choice"
846
+ msgstr "الاختيار من متعدد"
847
+
848
+ #: views/dashboard.php:5
849
+ msgid "Dashboard - Contact Bank"
850
+ msgstr "لوحة أجهزة القياس-الاتصال البنك"
851
+
852
+ #: views/dashboard.php:9
853
+ msgid "Delete All Forms"
854
+ msgstr "حذف جميع أشكال"
855
+
856
+ #: views/dashboard.php:22
857
+ msgid "Shortcode"
858
+ msgstr "رمز قصير"
859
+
860
+ #: views/dashboard.php:23
861
+ msgid "Action"
862
+ msgstr "الإجراءات"
863
+
864
+ #: views/dashboard.php:43
865
+ msgid "Edit"
866
+ msgstr "تحرير"
867
+
868
+ #: views/dashboard.php:46
869
+ msgid "Delete"
870
+ msgstr "حذف"
871
+
872
+ #: views/dashboard.php:62
873
+ msgid "Server Settings"
874
+ msgstr "إعدادات الخادم"
875
+
876
+ #: views/dashboard.php:73
877
+ msgid "Not set"
878
+ msgstr "تقم بتعيين"
879
+
880
+ #: views/dashboard.php:75 views/dashboard.php:78
881
+ msgid "On"
882
+ msgstr "على"
883
+
884
+ #: views/dashboard.php:76 views/dashboard.php:79
885
+ msgid "Off"
886
+ msgstr "متفرع من"
887
+
888
+ #: views/dashboard.php:82 views/dashboard.php:85 views/dashboard.php:88
889
+ #: views/dashboard.php:91 views/dashboard.php:94 views/dashboard.php:97
890
+ msgid "N/A"
891
+ msgstr "N/A"
892
+
893
+ #: views/dashboard.php:96
894
+ msgid " MByte"
895
+ msgstr "ميجابايت"
896
+
897
+ #: views/dashboard.php:99 views/dashboard.php:102 views/dashboard.php:105
898
+ #: views/dashboard.php:155
899
+ msgid "Yes"
900
+ msgstr "نعم"
901
+
902
+ #: views/dashboard.php:100 views/dashboard.php:103 views/dashboard.php:106
903
+ #: views/dashboard.php:157
904
+ msgid "No"
905
+ msgstr "لا"
906
+
907
+ #: views/dashboard.php:108
908
+ msgid "Operating System"
909
+ msgstr "نظام التشغيل"
910
+
911
+ #: views/dashboard.php:109
912
+ msgid "Server"
913
+ msgstr "خادم"
914
+
915
+ #: views/dashboard.php:110
916
+ msgid "Memory usage"
917
+ msgstr "استخدام الذاكرة"
918
+
919
+ #: views/dashboard.php:111
920
+ msgid "MYSQL Version"
921
+ msgstr "MYSQL النسخة"
922
+
923
+ #: views/dashboard.php:112
924
+ msgid "SQL Mode"
925
+ msgstr "الوضع SQL"
926
+
927
+ #: views/dashboard.php:113
928
+ msgid "PHP Version"
929
+ msgstr "PHP الإصدار"
930
+
931
+ #: views/dashboard.php:114
932
+ msgid "PHP Safe Mode"
933
+ msgstr "PHP الوضع الآمن"
934
+
935
+ #: views/dashboard.php:115
936
+ msgid "PHP Allow URL fopen"
937
+ msgstr "PHP السماح رابط FOPEN"
938
+
939
+ #: views/dashboard.php:116
940
+ msgid "PHP Memory Limit"
941
+ msgstr "PHP الذاكرة الحد"
942
+
943
+ #: views/dashboard.php:117
944
+ msgid "PHP Max Upload Size"
945
+ msgstr "PHP ماكس تصل-حمولة حجم"
946
+
947
+ #: views/dashboard.php:118
948
+ msgid "PHP Max Post Size"
949
+ msgstr "PHP ماكس بوست الحجم"
950
+
951
+ #: views/dashboard.php:119
952
+ msgid "PCRE Backtracking Limit"
953
+ msgstr "PCRE رسم المسار المستعاد الحد"
954
+
955
+ #: views/dashboard.php:120
956
+ msgid "PHP Max Script Execute Time"
957
+ msgstr "PHP ماكس سيناريو تنفيذ التوقيت"
958
+
959
+ #: views/dashboard.php:121
960
+ msgid "PHP Exif support"
961
+ msgstr "PHP إإكسيف دعم "
962
+
963
+ #: views/dashboard.php:122
964
+ msgid "PHP IPTC support"
965
+ msgstr "IPTC PHP دعم "
966
+
967
+ #: views/dashboard.php:123
968
+ msgid "PHP XML support"
969
+ msgstr "XML فب دعم "
970
+
971
+ #: views/dashboard.php:131
972
+ msgid "Graphic Library Settings"
973
+ msgstr "إعدادات مكتبة الرسم"
974
+
975
+ #: views/dashboard.php:150
976
+ msgid "No GD support"
977
+ msgstr "لا يوجد دعم GD"
978
+
979
+ #: views/dashboard.php:186
980
+ msgid "Are you sure to delete this form ?"
981
+ msgstr "هل أنت متأكد من حذف هذا شكل؟"
982
+
983
+ #: views/dashboard.php:197
984
+ msgid "Are you sure to delete all forms ?"
985
+ msgstr "هل أنت متأكد من حذف جميع أشكال؟"
986
+
987
+ #: views/edit_contact_view.php:28
988
+ msgid "Edit Existing Form"
989
+ msgstr "تحرير نموذج موجود"
990
+
991
+ #: views/edit_contact_view.php:35
992
+ msgid "Form Updated. Kindly wait for the redirect."
993
+ msgstr "شكل التحديث. يرجى الانتظار لإعادة توجيه."
994
+
995
+ #: views/edit_contact_view.php:42
996
+ msgid "Edit Form"
997
+ msgstr "تحرير شكل"
998
+
999
+ #: views/edit_contact_view.php:289 views/edit_contact_view.php:324
1000
+ #: views/edit_contact_view.php:393 views/edit_contact_view.php:442
1001
+ #: views/edit_contact_view.php:490
1002
+ msgid "Untitled :"
1003
+ msgstr "بدون اسم:"
1004
+
1005
+ #: views/edit_contact_view.php:359
1006
+ msgid "Email :"
1007
+ msgstr "البريد الإلكتروني:"
1008
+
1009
+ #: views/edit_contact_view.php:539
1010
+ msgid "File Upload :"
1011
+ msgstr "رفع ملف:"
1012
+
1013
+ #: views/edit_contact_view.php:586
1014
+ msgid "Date :"
1015
+ msgstr "التسجيل:"
1016
+
1017
+ #: views/edit_contact_view.php:657
1018
+ msgid "Time :"
1019
+ msgstr "الوقت:"
1020
+
1021
+ #: views/edit_contact_view.php:715
1022
+ msgid "Untitled(hidden) :"
1023
+ msgstr "بدون اسم (مخفي):"
1024
+
1025
+ #: views/edit_contact_view.php:747
1026
+ msgid "Password : "
1027
+ msgstr "كلمة السر:"
1028
+
1029
+ #: views/edit_contact_view.php:1398
1030
+ msgid "1024"
1031
+ msgstr ""
1032
+
1033
+ #~ msgid "Enter Defualt value"
1034
+ #~ msgstr "أدخل قيمة افتراضية"
1035
+
1036
+ #~ msgid "Enter Do Not Show In Email"
1037
+ #~ msgstr "أدخل عدم إظهار تفعل ففي البريد الالكتروني"
1038
+
1039
+ #~ msgid "Enter Do Not Show In Email "
1040
+ #~ msgstr "أدخل القيام عدم إظهار ففي البريد الالكتروني"
1041
+
1042
+ #~ msgid "Attach uploaded files to the notification email"
1043
+ #~ msgstr "نعلق تم الرفع الملفات إلى الإخطار- البريد الالكتروني"
1044
+
1045
+ #~ msgid "Form Data"
1046
+ #~ msgstr "بيانات النموذج"
languages/contact_bank-bg_BG.mo ADDED
Binary file
languages/contact_bank-bg_BG.po ADDED
@@ -0,0 +1,1034 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2013-11-16 12:19+0530\n"
5
+ "PO-Revision-Date: 2013-11-16 16:32+0530\n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "X-Generator: Poedit 1.5.7\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
13
+ "X-Poedit-Basepath: C:\\wamp\\www\\contact-bank3.7\\wp-content\\plugins"
14
+ "\\contact-bank\n"
15
+ "X-Poedit-SearchPath-0: .\n"
16
+
17
+ #: contact-bank.php:62
18
+ msgid "Contact Bank"
19
+ msgstr ""
20
+
21
+ #: contact-bank.php:63 contact-bank.php:431
22
+ msgid "Dashboard"
23
+ msgstr "арматурно табло"
24
+
25
+ #: contact-bank.php:64 contact-bank.php:437 views/contact_view.php:6
26
+ #: views/dashboard.php:8
27
+ msgid "Add New Form"
28
+ msgstr "Добавяне на нов начин"
29
+
30
+ #: contact-bank.php:65 contact-bank.php:443 views/contact_email.php:6
31
+ msgid "Email Settings"
32
+ msgstr "Имейл За Настройки"
33
+
34
+ #: contact-bank.php:66 contact-bank.php:449 views/contact_frontend_data.php:5
35
+ msgid "Form Entries"
36
+ msgstr "Форма за влизания"
37
+
38
+ #: includes/cb_checkbox.php:8 includes/cb_checkbox.php:50
39
+ #: includes/cb_checkbox.php:83 includes/cb_dropdown.php:8
40
+ #: includes/cb_dropdown.php:50 includes/cb_dropdown.php:83
41
+ #: includes/cb_multiple.php:8 includes/cb_multiple.php:49
42
+ #: includes/cb_multiple.php:82 includes/cb_text.php:8 includes/cb_text.php:50
43
+ #: includes/cb_text.php:85 includes/cb_textarea.php:9
44
+ #: includes/cb_textarea.php:52 includes/cb_textarea.php:93
45
+ #: views/edit_contact_view.php:992 views/edit_contact_view.php:1050
46
+ #: views/edit_contact_view.php:1179 views/edit_contact_view.php:1235
47
+ #: views/edit_contact_view.php:1305
48
+ msgid "Untitled"
49
+ msgstr "неозаглавен"
50
+
51
+ #: includes/cb_checkbox.php:13 includes/cb_checkbox.php:42
52
+ #: includes/cb_date.php:62 includes/cb_date.php:92 includes/cb_dropdown.php:14
53
+ #: includes/cb_dropdown.php:42 includes/cb_email.php:13
54
+ #: includes/cb_email.php:44 includes/cb_file_upload.php:12
55
+ #: includes/cb_file_upload.php:60 includes/cb_hidden.php:12
56
+ #: includes/cb_multiple.php:13 includes/cb_multiple.php:41
57
+ #: includes/cb_password.php:12 includes/cb_password.php:43
58
+ #: includes/cb_text.php:12 includes/cb_text.php:42 includes/cb_textarea.php:13
59
+ #: includes/cb_textarea.php:44 includes/cb_time.php:75
60
+ #: includes/cb_time.php:105
61
+ msgid "Settings"
62
+ msgstr "Настройки"
63
+
64
+ #: includes/cb_checkbox.php:29
65
+ msgid "Checkbox Control"
66
+ msgstr "Квадратче за отметка контрол"
67
+
68
+ #: includes/cb_checkbox.php:36 includes/cb_date.php:86
69
+ #: includes/cb_dropdown.php:36 includes/cb_email.php:38
70
+ #: includes/cb_file_upload.php:54 includes/cb_hidden.php:36
71
+ #: includes/cb_multiple.php:35 includes/cb_password.php:37
72
+ #: includes/cb_text.php:36 includes/cb_textarea.php:38 includes/cb_time.php:99
73
+ msgid "Advanced"
74
+ msgstr "напреднал"
75
+
76
+ #: includes/cb_checkbox.php:39 includes/cb_checkbox.php:68
77
+ #: includes/cb_date.php:89 includes/cb_dropdown.php:39
78
+ #: includes/cb_dropdown.php:68 includes/cb_email.php:41
79
+ #: includes/cb_file_upload.php:57 includes/cb_multiple.php:38
80
+ #: includes/cb_multiple.php:67 includes/cb_password.php:40
81
+ #: includes/cb_text.php:39 includes/cb_textarea.php:41
82
+ #: includes/cb_time.php:102
83
+ msgid "Options"
84
+ msgstr "Опции"
85
+
86
+ #: includes/cb_checkbox.php:48 includes/cb_checkbox.php:134
87
+ #: includes/cb_date.php:98 includes/cb_date.php:238
88
+ #: includes/cb_dropdown.php:48 includes/cb_dropdown.php:120
89
+ #: includes/cb_email.php:50 includes/cb_email.php:121
90
+ #: includes/cb_file_upload.php:66 includes/cb_file_upload.php:159
91
+ #: includes/cb_hidden.php:42 includes/cb_multiple.php:47
92
+ #: includes/cb_multiple.php:133 includes/cb_password.php:49
93
+ #: includes/cb_password.php:119 includes/cb_text.php:48
94
+ #: includes/cb_text.php:122 includes/cb_textarea.php:50
95
+ #: includes/cb_textarea.php:130 includes/cb_time.php:111
96
+ #: includes/cb_time.php:293
97
+ msgid "Label"
98
+ msgstr "етикет"
99
+
100
+ #: includes/cb_checkbox.php:50 includes/cb_date.php:100
101
+ #: includes/cb_dropdown.php:50 includes/cb_email.php:52
102
+ #: includes/cb_file_upload.php:68 includes/cb_hidden.php:44
103
+ #: includes/cb_multiple.php:49 includes/cb_password.php:51
104
+ #: includes/cb_text.php:50 includes/cb_time.php:113
105
+ msgid "Enter Label"
106
+ msgstr "Въведете Етикет"
107
+
108
+ #: includes/cb_checkbox.php:54 includes/cb_checkbox.php:56
109
+ #: includes/cb_date.php:110 includes/cb_date.php:112
110
+ #: includes/cb_dropdown.php:54 includes/cb_dropdown.php:56
111
+ #: includes/cb_email.php:62 includes/cb_email.php:64
112
+ #: includes/cb_file_upload.php:78 includes/cb_file_upload.php:80
113
+ #: includes/cb_multiple.php:53 includes/cb_multiple.php:55
114
+ #: includes/cb_password.php:61 includes/cb_password.php:63
115
+ #: includes/cb_text.php:60 includes/cb_text.php:62 includes/cb_textarea.php:62
116
+ #: includes/cb_textarea.php:64 includes/cb_time.php:123
117
+ #: includes/cb_time.php:125
118
+ msgid "Required"
119
+ msgstr "длъжен"
120
+
121
+ #: includes/cb_checkbox.php:57 includes/cb_date.php:113
122
+ #: includes/cb_dropdown.php:57 includes/cb_email.php:65
123
+ #: includes/cb_file_upload.php:81 includes/cb_multiple.php:56
124
+ #: includes/cb_password.php:64 includes/cb_text.php:63
125
+ #: includes/cb_textarea.php:65 includes/cb_time.php:126
126
+ msgid "Not Required"
127
+ msgstr "Не се изисква"
128
+
129
+ #: includes/cb_checkbox.php:61 includes/cb_date.php:117
130
+ #: includes/cb_dropdown.php:61 includes/cb_email.php:69
131
+ #: includes/cb_file_upload.php:85 includes/cb_multiple.php:60
132
+ #: includes/cb_password.php:68 includes/cb_text.php:67
133
+ #: includes/cb_time.php:130
134
+ msgid "Tooltip Text"
135
+ msgstr "инструмент Подсказка Текст"
136
+
137
+ #: includes/cb_checkbox.php:63 includes/cb_date.php:119
138
+ #: includes/cb_dropdown.php:63 includes/cb_email.php:71
139
+ #: includes/cb_file_upload.php:87 includes/cb_password.php:70
140
+ #: includes/cb_textarea.php:71 includes/cb_time.php:132
141
+ msgid "Enter Tooltip"
142
+ msgstr "Въведете инструмент Подсказка"
143
+
144
+ #: includes/cb_checkbox.php:70 includes/cb_checkbox.php:127
145
+ msgid "Enter Options"
146
+ msgstr "Въведете oпции"
147
+
148
+ #: includes/cb_checkbox.php:70 includes/cb_dropdown.php:70
149
+ #: includes/cb_multiple.php:69
150
+ msgid "Add option"
151
+ msgstr "Добави опция"
152
+
153
+ #: includes/cb_checkbox.php:81 includes/cb_dropdown.php:81
154
+ #: includes/cb_file_upload.php:100 includes/cb_password.php:79
155
+ #: includes/cb_time.php:141
156
+ msgid "Admin Label"
157
+ msgstr "aдмин етикета"
158
+
159
+ #: includes/cb_checkbox.php:83 includes/cb_date.php:130
160
+ #: includes/cb_dropdown.php:83 includes/cb_email.php:83
161
+ #: includes/cb_file_upload.php:102 includes/cb_multiple.php:82
162
+ #: includes/cb_password.php:81 includes/cb_time.php:143
163
+ msgid "Enter Admin Label"
164
+ msgstr "въведете aдмин етикета"
165
+
166
+ #: includes/cb_checkbox.php:87 includes/cb_date.php:134
167
+ #: includes/cb_dropdown.php:87 includes/cb_email.php:87
168
+ #: includes/cb_file_upload.php:106 includes/cb_hidden.php:60
169
+ #: includes/cb_multiple.php:86 includes/cb_password.php:85
170
+ #: includes/cb_text.php:89 includes/cb_textarea.php:97
171
+ #: includes/cb_time.php:147
172
+ msgid "Do not show in the email"
173
+ msgstr "Не показвай в имейл"
174
+
175
+ #: includes/cb_checkbox.php:97 includes/cb_multiple.php:96
176
+ msgid "Css Label :"
177
+ msgstr "Ксс етикета:"
178
+
179
+ #: includes/cb_checkbox.php:99 includes/cb_date.php:196
180
+ #: includes/cb_dropdown.php:99 includes/cb_email.php:100
181
+ #: includes/cb_file_upload.php:145 includes/cb_multiple.php:98
182
+ #: includes/cb_password.php:97 includes/cb_text.php:101
183
+ #: includes/cb_time.php:251
184
+ msgid "Enter Css Label"
185
+ msgstr "Въведете Ксс етикета"
186
+
187
+ #: includes/cb_checkbox.php:104
188
+ msgid "CSS Description :"
189
+ msgstr "СГО Описание:"
190
+
191
+ #: includes/cb_checkbox.php:106 includes/cb_date.php:210
192
+ #: includes/cb_dropdown.php:113 includes/cb_email.php:114
193
+ #: includes/cb_file_upload.php:152 includes/cb_multiple.php:105
194
+ #: includes/cb_password.php:112 includes/cb_text.php:115
195
+ #: includes/cb_time.php:265
196
+ msgid "Enter Css Description"
197
+ msgstr "Въведете Ксс Описание"
198
+
199
+ #: includes/cb_checkbox.php:111
200
+ msgid "CSS Options outer wrapper :"
201
+ msgstr "СГО Опции горен обвиващ тютюнев лист:"
202
+
203
+ #: includes/cb_checkbox.php:113
204
+ msgid "Enter Css Outer Wrapper"
205
+ msgstr " Въведете Ксс горен обвиващ тютюнев лист"
206
+
207
+ #: includes/cb_checkbox.php:118
208
+ msgid "CSS Option Wrapper :"
209
+ msgstr "СГО опциите,обвиваме:"
210
+
211
+ #: includes/cb_checkbox.php:120
212
+ msgid "Enter Css Option Wrapper"
213
+ msgstr "Въведете Ксс Опция разгънатата"
214
+
215
+ #: includes/cb_checkbox.php:125
216
+ msgid "CSS Options Label :"
217
+ msgstr "СГО Опции -Етикет:"
218
+
219
+ #: includes/cb_checkbox.php:132 includes/cb_date.php:236
220
+ #: includes/cb_dropdown.php:118 includes/cb_email.php:119
221
+ #: includes/cb_file_upload.php:157 includes/cb_multiple.php:131
222
+ #: includes/cb_password.php:117 includes/cb_text.php:120
223
+ #: includes/cb_textarea.php:128 includes/cb_time.php:291
224
+ msgid "Add a style to"
225
+ msgstr "Добавете стил към"
226
+
227
+ #: includes/cb_checkbox.php:135 includes/cb_date.php:104
228
+ #: includes/cb_date.php:240 includes/cb_dropdown.php:122
229
+ #: includes/cb_email.php:56 includes/cb_email.php:123
230
+ #: includes/cb_file_upload.php:72 includes/cb_file_upload.php:160
231
+ #: includes/cb_multiple.php:134 includes/cb_password.php:55
232
+ #: includes/cb_password.php:121 includes/cb_text.php:54
233
+ #: includes/cb_text.php:124 includes/cb_textarea.php:56
234
+ #: includes/cb_textarea.php:132 includes/cb_time.php:117
235
+ #: includes/cb_time.php:295
236
+ msgid "Description"
237
+ msgstr "описание"
238
+
239
+ #: includes/cb_checkbox.php:136 includes/cb_multiple.php:135
240
+ msgid "Options outer wrapper"
241
+ msgstr "Опции горен обвиващ тютюнев лист"
242
+
243
+ #: includes/cb_checkbox.php:137
244
+ msgid "Options wrapper"
245
+ msgstr "Опции обвиваме"
246
+
247
+ #: includes/cb_checkbox.php:138 includes/cb_multiple.php:137
248
+ msgid "Options label"
249
+ msgstr "Опции етикетът"
250
+
251
+ #: includes/cb_checkbox.php:148 includes/cb_date.php:253
252
+ #: includes/cb_dropdown.php:132 includes/cb_email.php:143
253
+ #: includes/cb_file_upload.php:170 includes/cb_hidden.php:72
254
+ #: includes/cb_multiple.php:147 includes/cb_password.php:141
255
+ #: includes/cb_text.php:144 includes/cb_textarea.php:152
256
+ #: includes/cb_time.php:308 views/contact_email.php:183
257
+ #: views/contact_view.php:34 views/edit_contact_view.php:83
258
+ msgid "Save"
259
+ msgstr "спасявам"
260
+
261
+ #: includes/cb_checkbox.php:202 includes/cb_checkbox.php:267
262
+ #: includes/cb_dropdown.php:228 includes/cb_dropdown.php:278
263
+ #: includes/cb_multiple.php:202 includes/cb_multiple.php:268
264
+ msgid "Update"
265
+ msgstr "Обновете"
266
+
267
+ #: includes/cb_checkbox.php:256 includes/cb_dropdown.php:270
268
+ #: includes/cb_multiple.php:257
269
+ msgid "Please Fill an Option."
270
+ msgstr "Моля попълнете на опция."
271
+
272
+ #: includes/cb_checkbox.php:272 includes/cb_multiple.php:273
273
+ msgid "This Option Already Exists."
274
+ msgstr "Тази Опция вече съществува."
275
+
276
+ #: includes/cb_checkbox.php:294 includes/cb_dropdown.php:286
277
+ #: includes/cb_dropdown.php:308 includes/cb_multiple.php:295
278
+ msgid "This Option Already Exists. "
279
+ msgstr "Тази Опция вече съществува."
280
+
281
+ #: includes/cb_checkbox.php:305 includes/cb_dropdown.php:319
282
+ #: includes/cb_multiple.php:306
283
+ msgid "Option updated"
284
+ msgstr " Опция актуализиран"
285
+
286
+ #: includes/cb_date.php:8 includes/cb_date.php:100 includes/cb_date.php:130
287
+ #: views/contact_view.php:66 views/edit_contact_view.php:114
288
+ #: views/edit_contact_view.php:1421
289
+ msgid "Date"
290
+ msgstr "дата"
291
+
292
+ #: includes/cb_date.php:12 includes/cb_date.php:155 includes/cb_date.php:308
293
+ #: includes/cb_date.php:380 views/contact_bank_frontend.php:679
294
+ msgid "Day"
295
+ msgstr "ден"
296
+
297
+ #: includes/cb_date.php:32 includes/cb_date.php:159 includes/cb_date.php:323
298
+ #: includes/cb_date.php:395 views/contact_bank_frontend.php:707
299
+ msgid "Month"
300
+ msgstr "месец"
301
+
302
+ #: includes/cb_date.php:47 includes/cb_date.php:162 includes/cb_date.php:357
303
+ #: includes/cb_date.php:417 views/contact_bank_frontend.php:729
304
+ msgid "Year"
305
+ msgstr "година"
306
+
307
+ #: includes/cb_date.php:79
308
+ msgid "Date Control"
309
+ msgstr "Дата контрол"
310
+
311
+ #: includes/cb_date.php:106 includes/cb_email.php:58
312
+ #: includes/cb_file_upload.php:74 includes/cb_password.php:57
313
+ #: includes/cb_text.php:56 includes/cb_time.php:119
314
+ msgid "Enter Description"
315
+ msgstr "Въведете Oписание"
316
+
317
+ #: includes/cb_date.php:128 includes/cb_email.php:81 includes/cb_hidden.php:54
318
+ #: includes/cb_multiple.php:80 includes/cb_text.php:83
319
+ #: includes/cb_textarea.php:91
320
+ msgid "Admin label"
321
+ msgstr "Админ етикетът"
322
+
323
+ #: includes/cb_date.php:140
324
+ msgid "Start year"
325
+ msgstr "Започнете години"
326
+
327
+ #: includes/cb_date.php:142
328
+ msgid "Enter Start Year"
329
+ msgstr "Въведете начало година"
330
+
331
+ #: includes/cb_date.php:146
332
+ msgid "End year"
333
+ msgstr " Край година"
334
+
335
+ #: includes/cb_date.php:148
336
+ msgid "Enter End Year "
337
+ msgstr "Въведете Край година"
338
+
339
+ #: includes/cb_date.php:152 includes/cb_text.php:77
340
+ #: includes/cb_textarea.php:85 includes/cb_time.php:175
341
+ msgid "Default value"
342
+ msgstr "подразбиране стойност"
343
+
344
+ #: includes/cb_date.php:167
345
+ msgid "Error message if invalid date"
346
+ msgstr "Съобщение за грешка, ако невалидна дата"
347
+
348
+ #: includes/cb_date.php:169
349
+ msgid "Enter Error Message"
350
+ msgstr "Въведете съобщение за грешка"
351
+
352
+ #: includes/cb_date.php:173
353
+ msgid "Date format"
354
+ msgstr "Дата формат"
355
+
356
+ #: includes/cb_date.php:194 includes/cb_dropdown.php:97
357
+ #: includes/cb_email.php:98 includes/cb_file_upload.php:143
358
+ #: includes/cb_password.php:95 includes/cb_text.php:99
359
+ #: includes/cb_time.php:249
360
+ msgid "Css Label"
361
+ msgstr "Ксс етикета"
362
+
363
+ #: includes/cb_date.php:201 includes/cb_email.php:105 includes/cb_time.php:256
364
+ msgid "Css Text Input"
365
+ msgstr "Ксс въвеждане на текст"
366
+
367
+ #: includes/cb_date.php:203 includes/cb_text.php:108 includes/cb_time.php:258
368
+ msgid "Enter Css Text Input"
369
+ msgstr "Въведете Ксс въвеждане на текст"
370
+
371
+ #: includes/cb_date.php:208 includes/cb_dropdown.php:111
372
+ #: includes/cb_email.php:112 includes/cb_file_upload.php:150
373
+ #: includes/cb_password.php:110 includes/cb_time.php:263
374
+ msgid "Css Description"
375
+ msgstr "Ксс описание на"
376
+
377
+ #: includes/cb_date.php:215
378
+ msgid "Css Day"
379
+ msgstr "СГО ден"
380
+
381
+ #: includes/cb_date.php:217
382
+ msgid "Enter Css Day"
383
+ msgstr "Въведете СГО ден"
384
+
385
+ #: includes/cb_date.php:222
386
+ msgid "Css Month"
387
+ msgstr "СГО Месец"
388
+
389
+ #: includes/cb_date.php:224
390
+ msgid "Enter Css Month"
391
+ msgstr "Въведете СГО Месец"
392
+
393
+ #: includes/cb_date.php:229
394
+ msgid "Css Year"
395
+ msgstr "СГО Година"
396
+
397
+ #: includes/cb_date.php:231
398
+ msgid "Enter Css Year"
399
+ msgstr "Въведете СГО Година"
400
+
401
+ #: includes/cb_date.php:239 includes/cb_email.php:122
402
+ #: includes/cb_password.php:120 includes/cb_textarea.php:131
403
+ #: includes/cb_time.php:294
404
+ msgid "Text input"
405
+ msgstr "за въвеждане на текст"
406
+
407
+ #: includes/cb_date.php:241
408
+ msgid "Date day dropdown"
409
+ msgstr "Дата на ден падащото-надолу"
410
+
411
+ #: includes/cb_date.php:242
412
+ msgid "Date month dropdown"
413
+ msgstr "Дата месеца падащото-надолу"
414
+
415
+ #: includes/cb_date.php:243
416
+ msgid "Date year dropdown"
417
+ msgstr "Дата на година падащото-надолу"
418
+
419
+ #: includes/cb_dropdown.php:12 includes/cb_dropdown.php:344
420
+ #: views/contact_bank_frontend.php:385 views/contact_bank_frontend.php:398
421
+ msgid "Select option"
422
+ msgstr "Изберете опция"
423
+
424
+ #: includes/cb_dropdown.php:29
425
+ msgid "Dropdown Control"
426
+ msgstr "Падащо контрол"
427
+
428
+ #: includes/cb_dropdown.php:70 includes/cb_multiple.php:69
429
+ msgid "Enter Option"
430
+ msgstr "Въведете Опция"
431
+
432
+ #: includes/cb_dropdown.php:104
433
+ msgid "Css Dropdown Menu"
434
+ msgstr "СГО падащото меню"
435
+
436
+ #: includes/cb_dropdown.php:106
437
+ msgid "Enter Css Dropdown Menu"
438
+ msgstr "Въведете СГО падащото меню"
439
+
440
+ #: includes/cb_dropdown.php:121
441
+ msgid "Dropdown menu"
442
+ msgstr " падащото меню"
443
+
444
+ #: includes/cb_email.php:9 includes/cb_email.php:52 includes/cb_email.php:83
445
+ #: views/contact_email.php:72 views/contact_email.php:138
446
+ #: views/edit_contact_view.php:1113
447
+ msgid "Email"
448
+ msgstr "Имейл За"
449
+
450
+ #: includes/cb_email.php:30
451
+ msgid "Email Control"
452
+ msgstr "Имейл За контрол"
453
+
454
+ #: includes/cb_email.php:107 includes/cb_password.php:105
455
+ msgid "Enter Css Input Text"
456
+ msgstr "Въведете СГО въвеждане текст"
457
+
458
+ #: includes/cb_email.php:127 includes/cb_password.php:125
459
+ #: includes/cb_text.php:128 includes/cb_textarea.php:136
460
+ msgid "Add a filter"
461
+ msgstr "Добави на филтър"
462
+
463
+ #: includes/cb_email.php:129 includes/cb_password.php:127
464
+ #: includes/cb_text.php:130 includes/cb_textarea.php:138
465
+ msgid "Alpha"
466
+ msgstr "алфа"
467
+
468
+ #: includes/cb_email.php:130 includes/cb_password.php:128
469
+ #: includes/cb_text.php:131 includes/cb_textarea.php:139
470
+ msgid "Alpha Numeric"
471
+ msgstr "Алфа Числена"
472
+
473
+ #: includes/cb_email.php:131 includes/cb_password.php:129
474
+ #: includes/cb_text.php:132 includes/cb_textarea.php:140
475
+ msgid "Digits"
476
+ msgstr "Цифри на"
477
+
478
+ #: includes/cb_email.php:132 includes/cb_password.php:130
479
+ #: includes/cb_text.php:133 includes/cb_textarea.php:141
480
+ msgid "Strip Tags"
481
+ msgstr "Газа Етикети"
482
+
483
+ #: includes/cb_email.php:133 includes/cb_password.php:131
484
+ #: includes/cb_text.php:134 includes/cb_textarea.php:142
485
+ msgid "Trim"
486
+ msgstr "подкъсяване"
487
+
488
+ #: includes/cb_file_upload.php:9 includes/cb_file_upload.php:68
489
+ #: includes/cb_file_upload.php:102 views/contact_view.php:63
490
+ #: views/edit_contact_view.php:111 views/edit_contact_view.php:1374
491
+ msgid "File Upload"
492
+ msgstr "досие качите"
493
+
494
+ #: includes/cb_file_upload.php:46
495
+ msgid "Fileupload Control"
496
+ msgstr "досие качите контролира"
497
+
498
+ #: includes/cb_file_upload.php:112
499
+ msgid "Allow Multiple Uploads"
500
+ msgstr "Позволяваме няколко Качвания"
501
+
502
+ #: includes/cb_file_upload.php:118
503
+ msgid "Allowed File Extensions"
504
+ msgstr "Позволени файлови разширения"
505
+
506
+ #: includes/cb_file_upload.php:120
507
+ msgid "Enter File Extensions"
508
+ msgstr "Въведете файлови разширения"
509
+
510
+ #: includes/cb_file_upload.php:122
511
+ msgid "The file extensions must be seperated with semicolons(' ; ')"
512
+ msgstr "Файлови разширения трябва да бъдат разделени с точка и запетая (\";\")"
513
+
514
+ #: includes/cb_file_upload.php:126
515
+ msgid "Allowed File Size"
516
+ msgstr "Позволени Размер на файла"
517
+
518
+ #: includes/cb_file_upload.php:130
519
+ msgid "File Size must be in Kb"
520
+ msgstr "Размер на файла следва да бъде в в Kb"
521
+
522
+ #: includes/cb_hidden.php:8
523
+ msgid "Untitled (hidden)"
524
+ msgstr "Неозаглавен (скрит)"
525
+
526
+ #: includes/cb_hidden.php:11 views/contact_bank_frontend.php:952
527
+ #: views/contact_view.php:72 views/edit_contact_view.php:120
528
+ msgid "Hidden"
529
+ msgstr "скрит"
530
+
531
+ #: includes/cb_hidden.php:29
532
+ msgid "Hidden Control"
533
+ msgstr "Скрити контрол"
534
+
535
+ #: includes/cb_hidden.php:44 includes/cb_hidden.php:56
536
+ #: views/edit_contact_view.php:1619
537
+ msgid "Untitled(hidden)"
538
+ msgstr "Неозаглавен (скрит)"
539
+
540
+ #: includes/cb_hidden.php:48
541
+ msgid "Default Value"
542
+ msgstr "Стойност по подразбиране стойност"
543
+
544
+ #: includes/cb_hidden.php:50 includes/cb_text.php:79
545
+ msgid "Enter Default Value"
546
+ msgstr "Въведете Стойност по подразбиране стойност"
547
+
548
+ #: includes/cb_hidden.php:56 includes/cb_text.php:85
549
+ #: includes/cb_textarea.php:93
550
+ msgid "Enter Admin label"
551
+ msgstr "Въведете Админ етикетът"
552
+
553
+ #: includes/cb_multiple.php:28
554
+ msgid "Radio Buttons"
555
+ msgstr "радио бутони"
556
+
557
+ #: includes/cb_multiple.php:62 includes/cb_text.php:69
558
+ msgid "Enter Tooltip Text"
559
+ msgstr "Въведете инструмент-бакшиш Текст"
560
+
561
+ #: includes/cb_multiple.php:103
562
+ msgid "Css Description :"
563
+ msgstr "СГО Описание:"
564
+
565
+ #: includes/cb_multiple.php:110
566
+ msgid "Css Options outer wrapper :"
567
+ msgstr "СГО Опции горен обвиващ тютюнев лист:"
568
+
569
+ #: includes/cb_multiple.php:112
570
+ msgid "Enter Css Options outer wrapper"
571
+ msgstr "Въведете СГО Опции горен обвиващ тютюнев лист:"
572
+
573
+ #: includes/cb_multiple.php:117
574
+ msgid "CSS Options Wrapper :"
575
+ msgstr "СГО опциите,обвиваме:"
576
+
577
+ #: includes/cb_multiple.php:119
578
+ msgid "Enter Css Options Wrapper"
579
+ msgstr "Въведете СГО опциите,обвиваме:"
580
+
581
+ #: includes/cb_multiple.php:124
582
+ msgid "CSS Option Label :"
583
+ msgstr "СГО Опция Етикет:"
584
+
585
+ #: includes/cb_multiple.php:126
586
+ msgid "Enter Css Option Label"
587
+ msgstr "Въведете СГО Опция Етикет:"
588
+
589
+ #: includes/cb_multiple.php:136
590
+ msgid "Options wrapper"
591
+ msgstr "Опции обвиваме"
592
+
593
+ #: includes/cb_password.php:8 includes/cb_password.php:51
594
+ #: includes/cb_password.php:81 views/contact_view.php:75
595
+ #: views/edit_contact_view.php:123 views/edit_contact_view.php:1629
596
+ msgid "Password"
597
+ msgstr "парола"
598
+
599
+ #: includes/cb_password.php:29
600
+ msgid "Password Control"
601
+ msgstr "Парола контрол"
602
+
603
+ #: includes/cb_password.php:103
604
+ msgid "Css Input Text"
605
+ msgstr "СГО въвеждане на текст"
606
+
607
+ #: includes/cb_text.php:29
608
+ msgid "Textbox Control"
609
+ msgstr "Текстово поле контрол"
610
+
611
+ #: includes/cb_text.php:106
612
+ msgid " Css Text Input"
613
+ msgstr "СГО въвеждане на текст"
614
+
615
+ #: includes/cb_text.php:113
616
+ msgid " Css Description"
617
+ msgstr "СГО Описание"
618
+
619
+ #: includes/cb_text.php:123
620
+ msgid "Text Input"
621
+ msgstr "за въвеждане на текст"
622
+
623
+ #: includes/cb_textarea.php:30
624
+ msgid "Textarea Control"
625
+ msgstr "Текст площ контрол"
626
+
627
+ #: includes/cb_textarea.php:52
628
+ msgid "Enter label"
629
+ msgstr "Въведете етикетът"
630
+
631
+ #: includes/cb_textarea.php:58
632
+ msgid "Enter Description"
633
+ msgstr "Въведете описание"
634
+
635
+ #: includes/cb_textarea.php:69
636
+ msgid "Tooltip text"
637
+ msgstr "инструмент-бакшиш Текст"
638
+
639
+ #: includes/cb_textarea.php:87
640
+ msgid "Enter Default value"
641
+ msgstr "Въведете Стойност по подразбиране стойност"
642
+
643
+ #: includes/cb_textarea.php:107
644
+ msgid "CSS label"
645
+ msgstr "СГО етикетът"
646
+
647
+ #: includes/cb_textarea.php:109
648
+ msgid "Enter css Label"
649
+ msgstr "Въведете СГО етикета"
650
+
651
+ #: includes/cb_textarea.php:114
652
+ msgid "CSS textinput"
653
+ msgstr "СГО въвеждане на текст"
654
+
655
+ #: includes/cb_textarea.php:116
656
+ msgid "Enter css textinput"
657
+ msgstr "Въведете СГО въвеждане на текст"
658
+
659
+ #: includes/cb_textarea.php:121
660
+ msgid "CSS description"
661
+ msgstr "СГО Описание"
662
+
663
+ #: includes/cb_textarea.php:123
664
+ msgid "Enter css description"
665
+ msgstr "Въведете СГО Описание"
666
+
667
+ #: includes/cb_time.php:8 includes/cb_time.php:113 includes/cb_time.php:143
668
+ #: views/contact_view.php:69 views/edit_contact_view.php:117
669
+ #: views/edit_contact_view.php:1514
670
+ msgid "Time"
671
+ msgstr "време"
672
+
673
+ #: includes/cb_time.php:12 includes/cb_time.php:32 includes/cb_time.php:178
674
+ #: includes/cb_time.php:198 views/contact_bank_frontend.php:821
675
+ #: views/contact_bank_frontend.php:847 views/contact_bank_frontend.php:873
676
+ msgid "Hour"
677
+ msgstr "час"
678
+
679
+ #: includes/cb_time.php:52 includes/cb_time.php:218
680
+ #: views/contact_bank_frontend.php:897
681
+ msgid "Minute"
682
+ msgstr "минута"
683
+
684
+ #: includes/cb_time.php:92
685
+ msgid "Time Control"
686
+ msgstr "Време контрол"
687
+
688
+ #: includes/cb_time.php:153
689
+ msgid "12/24 hour time"
690
+ msgstr "12/24 часов време"
691
+
692
+ #: includes/cb_time.php:162
693
+ msgid "Time format"
694
+ msgstr "Време формат"
695
+
696
+ #: includes/cb_time.php:270
697
+ msgid "Css Hour"
698
+ msgstr "СГО Час"
699
+
700
+ #: includes/cb_time.php:272
701
+ msgid "Enter Css Hour"
702
+ msgstr "Въведете СГО Час"
703
+
704
+ #: includes/cb_time.php:277
705
+ msgid "Css Minute"
706
+ msgstr "СГО минута"
707
+
708
+ #: includes/cb_time.php:279
709
+ msgid "Enter Css Minute"
710
+ msgstr "Въведете СГО минута"
711
+
712
+ #: includes/cb_time.php:284
713
+ msgid "Css am/pm"
714
+ msgstr "СГО AM / PM"
715
+
716
+ #: includes/cb_time.php:286
717
+ msgid "Enter Css am/pm"
718
+ msgstr "Въведете СГО AM / PM"
719
+
720
+ #: includes/cb_time.php:296
721
+ msgid "Time hour dropdown"
722
+ msgstr "Време час падащото-надолу"
723
+
724
+ #: includes/cb_time.php:297
725
+ msgid "Time minute dropdown"
726
+ msgstr "на времето минута падащото-надолу"
727
+
728
+ #: includes/cb_time.php:298
729
+ msgid "Time am/pm dropdown"
730
+ msgstr "на времето ам/pm падащото-надолу"
731
+
732
+ #: views/contact_bank_frontend.php:153
733
+ msgid "Enter Text"
734
+ msgstr "въвеждане на текст с"
735
+
736
+ #: views/contact_bank_frontend.php:342 views/contact_email.php:84
737
+ #: views/contact_email.php:144
738
+ msgid "Enter Email Address"
739
+ msgstr "Въведете имейл адрес"
740
+
741
+ #: views/contact_bank_frontend.php:952
742
+ msgid "Enter Hidden Text"
743
+ msgstr "Въведете скрития текст"
744
+
745
+ #: views/contact_bank_frontend.php:1040
746
+ msgid "Enter Password"
747
+ msgstr "Въведете парола"
748
+
749
+ #: views/contact_bank_frontend.php:1051
750
+ msgid "Submit Form"
751
+ msgstr "Подаване на формуляр"
752
+
753
+ #: views/contact_email.php:9 views/contact_frontend_data.php:8
754
+ #: views/contact_view.php:9 views/edit_contact_view.php:31
755
+ msgid "Back to Dashboard"
756
+ msgstr "Обратно към арматурно табло"
757
+
758
+ #: views/contact_email.php:13
759
+ msgid "Email Settings Saved. Kindly wait for the redirect."
760
+ msgstr "Имейл Настройки на Запиши. Моля изчакайте пренасочванията."
761
+
762
+ #: views/contact_email.php:18 views/contact_email.php:49
763
+ #: views/contact_frontend_data.php:19 views/contact_frontend_data.php:32
764
+ msgid "Select Form"
765
+ msgstr "Изберете Форма за"
766
+
767
+ #: views/contact_email.php:65
768
+ msgid "Admin Email"
769
+ msgstr "Админ Имейл За"
770
+
771
+ #: views/contact_email.php:76
772
+ msgid "To"
773
+ msgstr "към"
774
+
775
+ #: views/contact_email.php:78
776
+ msgid "Enter Admin Email"
777
+ msgstr "Въведете Админ Имейл За"
778
+
779
+ #: views/contact_email.php:82 views/contact_email.php:142
780
+ msgid "From"
781
+ msgstr "от"
782
+
783
+ #: views/contact_email.php:89 views/contact_email.php:148
784
+ msgid "Subject"
785
+ msgstr "предмет"
786
+
787
+ #: views/contact_email.php:91 views/contact_email.php:150
788
+ msgid "Enter Subject"
789
+ msgstr "Въведете Относно"
790
+
791
+ #: views/contact_email.php:100 views/contact_email.php:160
792
+ msgid "Email Content"
793
+ msgstr "Имейл За съдържание"
794
+
795
+ #: views/contact_email.php:115 views/contact_email.php:175
796
+ msgid "Short Code Controls for Email"
797
+ msgstr "Кратко кодекс Контроли за за имейл за"
798
+
799
+ #: views/contact_email.php:129
800
+ msgid "Client Email"
801
+ msgstr " Клиентът Имейл За"
802
+
803
+ #: views/contact_frontend_data.php:14 views/contact_view.php:20
804
+ #: views/dashboard.php:15 views/dashboard.php:21
805
+ msgid "Form"
806
+ msgstr "Форма за"
807
+
808
+ #: views/contact_view.php:13
809
+ msgid "Form Submited. Kindly wait for the redirect."
810
+ msgstr "Форма, представени. Моля изчакайте пренасочванията."
811
+
812
+ #: views/contact_view.php:24 views/edit_contact_view.php:46
813
+ msgid "Form Name :"
814
+ msgstr "Форма за Име:"
815
+
816
+ #: views/contact_view.php:27 views/edit_contact_view.php:49
817
+ msgid "Enter Form Name"
818
+ msgstr "Въведете Форма за Име:"
819
+
820
+ #: views/contact_view.php:40 views/edit_contact_view.php:89
821
+ msgid "Control Buttons"
822
+ msgstr "бутона за управление"
823
+
824
+ #: views/contact_view.php:45 views/edit_contact_view.php:93
825
+ msgid "Text Box"
826
+ msgstr "Текстово поле"
827
+
828
+ #: views/contact_view.php:48 views/edit_contact_view.php:96
829
+ msgid "Text Area"
830
+ msgstr "Текст-област"
831
+
832
+ #: views/contact_view.php:51 views/edit_contact_view.php:99
833
+ msgid "Email Address"
834
+ msgstr "имейл адрес"
835
+
836
+ #: views/contact_view.php:54 views/edit_contact_view.php:102
837
+ msgid "Dropdown Menu"
838
+ msgstr "падащото меню"
839
+
840
+ #: views/contact_view.php:57 views/edit_contact_view.php:105
841
+ msgid "Checkboxes"
842
+ msgstr "Чек боксове"
843
+
844
+ #: views/contact_view.php:60 views/edit_contact_view.php:108
845
+ msgid "Multiple Choice"
846
+ msgstr "многократен избор"
847
+
848
+ #: views/dashboard.php:5
849
+ msgid "Dashboard - Contact Bank"
850
+ msgstr "таблото - Свържи Банката"
851
+
852
+ #: views/dashboard.php:9
853
+ msgid "Delete All Forms"
854
+ msgstr "Изтриване на всички форми"
855
+
856
+ #: views/dashboard.php:22
857
+ msgid "Shortcode"
858
+ msgstr "Кратък код за"
859
+
860
+ #: views/dashboard.php:23
861
+ msgid "Action"
862
+ msgstr "действие"
863
+
864
+ #: views/dashboard.php:43
865
+ msgid "Edit"
866
+ msgstr "редактирам"
867
+
868
+ #: views/dashboard.php:46
869
+ msgid "Delete"
870
+ msgstr "изтривам"
871
+
872
+ #: views/dashboard.php:62
873
+ msgid "Server Settings"
874
+ msgstr "Настройки на сървъра"
875
+
876
+ #: views/dashboard.php:73
877
+ msgid "Not set"
878
+ msgstr "Не зададен"
879
+
880
+ #: views/dashboard.php:75 views/dashboard.php:78
881
+ msgid "On"
882
+ msgstr "върху"
883
+
884
+ #: views/dashboard.php:76 views/dashboard.php:79
885
+ msgid "Off"
886
+ msgstr "Изкл"
887
+
888
+ #: views/dashboard.php:82 views/dashboard.php:85 views/dashboard.php:88
889
+ #: views/dashboard.php:91 views/dashboard.php:94 views/dashboard.php:97
890
+ msgid "N/A"
891
+ msgstr "N/A"
892
+
893
+ #: views/dashboard.php:96
894
+ msgid " MByte"
895
+ msgstr "МБ"
896
+
897
+ #: views/dashboard.php:99 views/dashboard.php:102 views/dashboard.php:105
898
+ #: views/dashboard.php:155
899
+ msgid "Yes"
900
+ msgstr "да"
901
+
902
+ #: views/dashboard.php:100 views/dashboard.php:103 views/dashboard.php:106
903
+ #: views/dashboard.php:157
904
+ msgid "No"
905
+ msgstr "не"
906
+
907
+ #: views/dashboard.php:108
908
+ msgid "Operating System"
909
+ msgstr "Операционна система"
910
+
911
+ #: views/dashboard.php:109
912
+ msgid "Server"
913
+ msgstr "Сървър"
914
+
915
+ #: views/dashboard.php:110
916
+ msgid "Memory usage"
917
+ msgstr "памет използвания"
918
+
919
+ #: views/dashboard.php:111
920
+ msgid "MYSQL Version"
921
+ msgstr "MYSQL версия"
922
+
923
+ #: views/dashboard.php:112
924
+ msgid "SQL Mode"
925
+ msgstr "SQL режим на"
926
+
927
+ #: views/dashboard.php:113
928
+ msgid "PHP Version"
929
+ msgstr "PHP версия"
930
+
931
+ #: views/dashboard.php:114
932
+ msgid "PHP Safe Mode"
933
+ msgstr "PHP Сейф режим на"
934
+
935
+ #: views/dashboard.php:115
936
+ msgid "PHP Allow URL fopen"
937
+ msgstr "PHP Позволете URL fopen"
938
+
939
+ #: views/dashboard.php:116
940
+ msgid "PHP Memory Limit"
941
+ msgstr "PHP памет лимит"
942
+
943
+ #: views/dashboard.php:117
944
+ msgid "PHP Max Upload Size"
945
+ msgstr "PHP Макс Качи Размер"
946
+
947
+ #: views/dashboard.php:118
948
+ msgid "PHP Max Post Size"
949
+ msgstr "PHP Макс Post Размер"
950
+
951
+ #: views/dashboard.php:119
952
+ msgid "PCRE Backtracking Limit"
953
+ msgstr "PCRE границата на обратното връщане"
954
+
955
+ #: views/dashboard.php:120
956
+ msgid "PHP Max Script Execute Time"
957
+ msgstr "PHP Макс Script Изпълнение на времето"
958
+
959
+ #: views/dashboard.php:121
960
+ msgid "PHP Exif support"
961
+ msgstr "PHP Exif подкрепа"
962
+
963
+ #: views/dashboard.php:122
964
+ msgid "PHP IPTC support"
965
+ msgstr "PHP IPTC подкрепа"
966
+
967
+ #: views/dashboard.php:123
968
+ msgid "PHP XML support"
969
+ msgstr "PHP XML поддръжка"
970
+
971
+ #: views/dashboard.php:131
972
+ msgid "Graphic Library Settings"
973
+ msgstr "Графични Настройки за библиотека"
974
+
975
+ #: views/dashboard.php:150
976
+ msgid "No GD support"
977
+ msgstr "Няма GD поддръжка "
978
+
979
+ #: views/dashboard.php:186
980
+ msgid "Are you sure to delete this form ?"
981
+ msgstr "Сигурни ли сте да изтриете тази форма?"
982
+
983
+ #: views/dashboard.php:197
984
+ msgid "Are you sure to delete all forms ?"
985
+ msgstr "Сигурни ли сте да изтриете тази формулярите?"
986
+
987
+ #: views/edit_contact_view.php:28
988
+ msgid "Edit Existing Form"
989
+ msgstr "Редактиране на съществуващ формуляр"
990
+
991
+ #: views/edit_contact_view.php:35
992
+ msgid "Form Updated. Kindly wait for the redirect."
993
+ msgstr "Форма-Актуализирани. Моля изчакайте пренасочванията."
994
+
995
+ #: views/edit_contact_view.php:42
996
+ msgid "Edit Form"
997
+ msgstr "Редактиране на формуляра"
998
+
999
+ #: views/edit_contact_view.php:289 views/edit_contact_view.php:324
1000
+ #: views/edit_contact_view.php:393 views/edit_contact_view.php:442
1001
+ #: views/edit_contact_view.php:490
1002
+ msgid "Untitled :"
1003
+ msgstr "Неозаглавен:"
1004
+
1005
+ #: views/edit_contact_view.php:359
1006
+ msgid "Email :"
1007
+ msgstr "мейл:"
1008
+
1009
+ #: views/edit_contact_view.php:539
1010
+ msgid "File Upload :"
1011
+ msgstr "досие качите"
1012
+
1013
+ #: views/edit_contact_view.php:586
1014
+ msgid "Date :"
1015
+ msgstr "Дата:"
1016
+
1017
+ #: views/edit_contact_view.php:657
1018
+ msgid "Time :"
1019
+ msgstr "на времето:"
1020
+
1021
+ #: views/edit_contact_view.php:715
1022
+ msgid "Untitled(hidden) :"
1023
+ msgstr "Неозаглавен (скрит):"
1024
+
1025
+ #: views/edit_contact_view.php:747
1026
+ msgid "Password : "
1027
+ msgstr "Парола:"
1028
+
1029
+ #: views/edit_contact_view.php:1398
1030
+ msgid "1024"
1031
+ msgstr ""
1032
+
1033
+ #~ msgid "Enter Defualt value"
1034
+ #~ msgstr "Въведете Стойност по подразбиране стойност"
languages/contact_bank-cs_CZ.mo ADDED
Binary file
languages/contact_bank-cs_CZ.po ADDED
@@ -0,0 +1,1031 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2013-11-16 12:08+0530\n"
5
+ "PO-Revision-Date: 2013-11-16 16:00+0530\n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "X-Generator: Poedit 1.5.7\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
13
+ "X-Poedit-Basepath: C:\\wamp\\www\\contact-bank3.7\\wp-content\\plugins"
14
+ "\\contact-bank\n"
15
+ "X-Poedit-SearchPath-0: .\n"
16
+
17
+ #: contact-bank.php:62
18
+ msgid "Contact Bank"
19
+ msgstr ""
20
+
21
+ #: contact-bank.php:63 contact-bank.php:431
22
+ msgid "Dashboard"
23
+ msgstr "přístrojová deska"
24
+
25
+ #: contact-bank.php:64 contact-bank.php:437 views/contact_view.php:6
26
+ #: views/dashboard.php:8
27
+ msgid "Add New Form"
28
+ msgstr "Přidat nový formulář"
29
+
30
+ #: contact-bank.php:65 contact-bank.php:443 views/contact_email.php:6
31
+ msgid "Email Settings"
32
+ msgstr "elektronickou połtu"
33
+
34
+ #: contact-bank.php:66 contact-bank.php:449 views/contact_frontend_data.php:5
35
+ msgid "Form Entries"
36
+ msgstr "Formulář-vjezd"
37
+
38
+ #: includes/cb_checkbox.php:8 includes/cb_checkbox.php:50
39
+ #: includes/cb_checkbox.php:83 includes/cb_dropdown.php:8
40
+ #: includes/cb_dropdown.php:50 includes/cb_dropdown.php:83
41
+ #: includes/cb_multiple.php:8 includes/cb_multiple.php:49
42
+ #: includes/cb_multiple.php:82 includes/cb_text.php:8 includes/cb_text.php:50
43
+ #: includes/cb_text.php:85 includes/cb_textarea.php:9
44
+ #: includes/cb_textarea.php:52 includes/cb_textarea.php:93
45
+ #: views/edit_contact_view.php:992 views/edit_contact_view.php:1050
46
+ #: views/edit_contact_view.php:1179 views/edit_contact_view.php:1235
47
+ #: views/edit_contact_view.php:1305
48
+ msgid "Untitled"
49
+ msgstr "Bez názvu"
50
+
51
+ #: includes/cb_checkbox.php:13 includes/cb_checkbox.php:42
52
+ #: includes/cb_date.php:62 includes/cb_date.php:92 includes/cb_dropdown.php:14
53
+ #: includes/cb_dropdown.php:42 includes/cb_email.php:13
54
+ #: includes/cb_email.php:44 includes/cb_file_upload.php:12
55
+ #: includes/cb_file_upload.php:60 includes/cb_hidden.php:12
56
+ #: includes/cb_multiple.php:13 includes/cb_multiple.php:41
57
+ #: includes/cb_password.php:12 includes/cb_password.php:43
58
+ #: includes/cb_text.php:12 includes/cb_text.php:42 includes/cb_textarea.php:13
59
+ #: includes/cb_textarea.php:44 includes/cb_time.php:75
60
+ #: includes/cb_time.php:105
61
+ msgid "Settings"
62
+ msgstr "seřízení"
63
+
64
+ #: includes/cb_checkbox.php:29
65
+ msgid "Checkbox Control"
66
+ msgstr "ovladač Zaškrtávací políčko"
67
+
68
+ #: includes/cb_checkbox.php:36 includes/cb_date.php:86
69
+ #: includes/cb_dropdown.php:36 includes/cb_email.php:38
70
+ #: includes/cb_file_upload.php:54 includes/cb_hidden.php:36
71
+ #: includes/cb_multiple.php:35 includes/cb_password.php:37
72
+ #: includes/cb_text.php:36 includes/cb_textarea.php:38 includes/cb_time.php:99
73
+ msgid "Advanced"
74
+ msgstr "pokročilý"
75
+
76
+ #: includes/cb_checkbox.php:39 includes/cb_checkbox.php:68
77
+ #: includes/cb_date.php:89 includes/cb_dropdown.php:39
78
+ #: includes/cb_dropdown.php:68 includes/cb_email.php:41
79
+ #: includes/cb_file_upload.php:57 includes/cb_multiple.php:38
80
+ #: includes/cb_multiple.php:67 includes/cb_password.php:40
81
+ #: includes/cb_text.php:39 includes/cb_textarea.php:41
82
+ #: includes/cb_time.php:102
83
+ msgid "Options"
84
+ msgstr "Možnosti"
85
+
86
+ #: includes/cb_checkbox.php:48 includes/cb_checkbox.php:134
87
+ #: includes/cb_date.php:98 includes/cb_date.php:238
88
+ #: includes/cb_dropdown.php:48 includes/cb_dropdown.php:120
89
+ #: includes/cb_email.php:50 includes/cb_email.php:121
90
+ #: includes/cb_file_upload.php:66 includes/cb_file_upload.php:159
91
+ #: includes/cb_hidden.php:42 includes/cb_multiple.php:47
92
+ #: includes/cb_multiple.php:133 includes/cb_password.php:49
93
+ #: includes/cb_password.php:119 includes/cb_text.php:48
94
+ #: includes/cb_text.php:122 includes/cb_textarea.php:50
95
+ #: includes/cb_textarea.php:130 includes/cb_time.php:111
96
+ #: includes/cb_time.php:293
97
+ msgid "Label"
98
+ msgstr "štítek"
99
+
100
+ #: includes/cb_checkbox.php:50 includes/cb_date.php:100
101
+ #: includes/cb_dropdown.php:50 includes/cb_email.php:52
102
+ #: includes/cb_file_upload.php:68 includes/cb_hidden.php:44
103
+ #: includes/cb_multiple.php:49 includes/cb_password.php:51
104
+ #: includes/cb_text.php:50 includes/cb_time.php:113
105
+ msgid "Enter Label"
106
+ msgstr "Zadejte štítek"
107
+
108
+ #: includes/cb_checkbox.php:54 includes/cb_checkbox.php:56
109
+ #: includes/cb_date.php:110 includes/cb_date.php:112
110
+ #: includes/cb_dropdown.php:54 includes/cb_dropdown.php:56
111
+ #: includes/cb_email.php:62 includes/cb_email.php:64
112
+ #: includes/cb_file_upload.php:78 includes/cb_file_upload.php:80
113
+ #: includes/cb_multiple.php:53 includes/cb_multiple.php:55
114
+ #: includes/cb_password.php:61 includes/cb_password.php:63
115
+ #: includes/cb_text.php:60 includes/cb_text.php:62 includes/cb_textarea.php:62
116
+ #: includes/cb_textarea.php:64 includes/cb_time.php:123
117
+ #: includes/cb_time.php:125
118
+ msgid "Required"
119
+ msgstr "potřebný"
120
+
121
+ #: includes/cb_checkbox.php:57 includes/cb_date.php:113
122
+ #: includes/cb_dropdown.php:57 includes/cb_email.php:65
123
+ #: includes/cb_file_upload.php:81 includes/cb_multiple.php:56
124
+ #: includes/cb_password.php:64 includes/cb_text.php:63
125
+ #: includes/cb_textarea.php:65 includes/cb_time.php:126
126
+ msgid "Not Required"
127
+ msgstr "není požadováno"
128
+
129
+ #: includes/cb_checkbox.php:61 includes/cb_date.php:117
130
+ #: includes/cb_dropdown.php:61 includes/cb_email.php:69
131
+ #: includes/cb_file_upload.php:85 includes/cb_multiple.php:60
132
+ #: includes/cb_password.php:68 includes/cb_text.php:67
133
+ #: includes/cb_time.php:130
134
+ msgid "Tooltip Text"
135
+ msgstr "nápovědný-odkazová"
136
+
137
+ #: includes/cb_checkbox.php:63 includes/cb_date.php:119
138
+ #: includes/cb_dropdown.php:63 includes/cb_email.php:71
139
+ #: includes/cb_file_upload.php:87 includes/cb_password.php:70
140
+ #: includes/cb_textarea.php:71 includes/cb_time.php:132
141
+ msgid "Enter Tooltip"
142
+ msgstr "vstoupit nápovědný"
143
+
144
+ #: includes/cb_checkbox.php:70 includes/cb_checkbox.php:127
145
+ msgid "Enter Options"
146
+ msgstr "vstoupit Možnosti"
147
+
148
+ #: includes/cb_checkbox.php:70 includes/cb_dropdown.php:70
149
+ #: includes/cb_multiple.php:69
150
+ msgid "Add option"
151
+ msgstr "Přidat možnost"
152
+
153
+ #: includes/cb_checkbox.php:81 includes/cb_dropdown.php:81
154
+ #: includes/cb_file_upload.php:100 includes/cb_password.php:79
155
+ #: includes/cb_time.php:141
156
+ msgid "Admin Label"
157
+ msgstr "bebey štítku"
158
+
159
+ #: includes/cb_checkbox.php:83 includes/cb_date.php:130
160
+ #: includes/cb_dropdown.php:83 includes/cb_email.php:83
161
+ #: includes/cb_file_upload.php:102 includes/cb_multiple.php:82
162
+ #: includes/cb_password.php:81 includes/cb_time.php:143
163
+ msgid "Enter Admin Label"
164
+ msgstr "vstoupit bebey štítku"
165
+
166
+ #: includes/cb_checkbox.php:87 includes/cb_date.php:134
167
+ #: includes/cb_dropdown.php:87 includes/cb_email.php:87
168
+ #: includes/cb_file_upload.php:106 includes/cb_hidden.php:60
169
+ #: includes/cb_multiple.php:86 includes/cb_password.php:85
170
+ #: includes/cb_text.php:89 includes/cb_textarea.php:97
171
+ #: includes/cb_time.php:147
172
+ msgid "Do not show in the email"
173
+ msgstr "Nezobrazovat v e-mailu"
174
+
175
+ #: includes/cb_checkbox.php:97 includes/cb_multiple.php:96
176
+ msgid "Css Label :"
177
+ msgstr "css štítku:"
178
+
179
+ #: includes/cb_checkbox.php:99 includes/cb_date.php:196
180
+ #: includes/cb_dropdown.php:99 includes/cb_email.php:100
181
+ #: includes/cb_file_upload.php:145 includes/cb_multiple.php:98
182
+ #: includes/cb_password.php:97 includes/cb_text.php:101
183
+ #: includes/cb_time.php:251
184
+ msgid "Enter Css Label"
185
+ msgstr "Vstoupit,css štítku:"
186
+
187
+ #: includes/cb_checkbox.php:104
188
+ msgid "CSS Description :"
189
+ msgstr "CSS Popis:"
190
+
191
+ #: includes/cb_checkbox.php:106 includes/cb_date.php:210
192
+ #: includes/cb_dropdown.php:113 includes/cb_email.php:114
193
+ #: includes/cb_file_upload.php:152 includes/cb_multiple.php:105
194
+ #: includes/cb_password.php:112 includes/cb_text.php:115
195
+ #: includes/cb_time.php:265
196
+ msgid "Enter Css Description"
197
+ msgstr "Vstoupit CSS Popis:"
198
+
199
+ #: includes/cb_checkbox.php:111
200
+ msgid "CSS Options outer wrapper :"
201
+ msgstr "CSS Možnosti vnějšího balič:"
202
+
203
+ #: includes/cb_checkbox.php:113
204
+ msgid "Enter Css Outer Wrapper"
205
+ msgstr "Vstoupit CSS vnějšího balič:"
206
+
207
+ #: includes/cb_checkbox.php:118
208
+ msgid "CSS Option Wrapper :"
209
+ msgstr "CSS možností krýt:"
210
+
211
+ #: includes/cb_checkbox.php:120
212
+ msgid "Enter Css Option Wrapper"
213
+ msgstr "Vstoupit CSS možností krýt:"
214
+
215
+ #: includes/cb_checkbox.php:125
216
+ msgid "CSS Options Label :"
217
+ msgstr "CSS Možností,etiketa:"
218
+
219
+ #: includes/cb_checkbox.php:132 includes/cb_date.php:236
220
+ #: includes/cb_dropdown.php:118 includes/cb_email.php:119
221
+ #: includes/cb_file_upload.php:157 includes/cb_multiple.php:131
222
+ #: includes/cb_password.php:117 includes/cb_text.php:120
223
+ #: includes/cb_textarea.php:128 includes/cb_time.php:291
224
+ msgid "Add a style to"
225
+ msgstr "Přidat jeden styl na"
226
+
227
+ #: includes/cb_checkbox.php:135 includes/cb_date.php:104
228
+ #: includes/cb_date.php:240 includes/cb_dropdown.php:122
229
+ #: includes/cb_email.php:56 includes/cb_email.php:123
230
+ #: includes/cb_file_upload.php:72 includes/cb_file_upload.php:160
231
+ #: includes/cb_multiple.php:134 includes/cb_password.php:55
232
+ #: includes/cb_password.php:121 includes/cb_text.php:54
233
+ #: includes/cb_text.php:124 includes/cb_textarea.php:56
234
+ #: includes/cb_textarea.php:132 includes/cb_time.php:117
235
+ #: includes/cb_time.php:295
236
+ msgid "Description"
237
+ msgstr "Popis"
238
+
239
+ #: includes/cb_checkbox.php:136 includes/cb_multiple.php:135
240
+ msgid "Options outer wrapper"
241
+ msgstr "Možnosti vnějšího balič"
242
+
243
+ #: includes/cb_checkbox.php:137
244
+ msgid "Options wrapper"
245
+ msgstr "Možnosti-zalomit"
246
+
247
+ #: includes/cb_checkbox.php:138 includes/cb_multiple.php:137
248
+ msgid "Options label"
249
+ msgstr "Možnosti-štítku"
250
+
251
+ #: includes/cb_checkbox.php:148 includes/cb_date.php:253
252
+ #: includes/cb_dropdown.php:132 includes/cb_email.php:143
253
+ #: includes/cb_file_upload.php:170 includes/cb_hidden.php:72
254
+ #: includes/cb_multiple.php:147 includes/cb_password.php:141
255
+ #: includes/cb_text.php:144 includes/cb_textarea.php:152
256
+ #: includes/cb_time.php:308 views/contact_email.php:183
257
+ #: views/contact_view.php:34 views/edit_contact_view.php:83
258
+ msgid "Save"
259
+ msgstr "uložit"
260
+
261
+ #: includes/cb_checkbox.php:202 includes/cb_checkbox.php:267
262
+ #: includes/cb_dropdown.php:228 includes/cb_dropdown.php:278
263
+ #: includes/cb_multiple.php:202 includes/cb_multiple.php:268
264
+ msgid "Update"
265
+ msgstr "aktualizovat"
266
+
267
+ #: includes/cb_checkbox.php:256 includes/cb_dropdown.php:270
268
+ #: includes/cb_multiple.php:257
269
+ msgid "Please Fill an Option."
270
+ msgstr "Prosím, vyplňte možnost."
271
+
272
+ #: includes/cb_checkbox.php:272 includes/cb_multiple.php:273
273
+ msgid "This Option Already Exists."
274
+ msgstr "Tato možnost již existuje."
275
+
276
+ #: includes/cb_checkbox.php:294 includes/cb_dropdown.php:286
277
+ #: includes/cb_dropdown.php:308 includes/cb_multiple.php:295
278
+ msgid "This Option Already Exists. "
279
+ msgstr "Tato možnost již existuje."
280
+
281
+ #: includes/cb_checkbox.php:305 includes/cb_dropdown.php:319
282
+ #: includes/cb_multiple.php:306
283
+ msgid "Option updated"
284
+ msgstr "Varianta aktualizovat"
285
+
286
+ #: includes/cb_date.php:8 includes/cb_date.php:100 includes/cb_date.php:130
287
+ #: views/contact_view.php:66 views/edit_contact_view.php:114
288
+ #: views/edit_contact_view.php:1421
289
+ msgid "Date"
290
+ msgstr "datum"
291
+
292
+ #: includes/cb_date.php:12 includes/cb_date.php:155 includes/cb_date.php:308
293
+ #: includes/cb_date.php:380 views/contact_bank_frontend.php:679
294
+ msgid "Day"
295
+ msgstr "den"
296
+
297
+ #: includes/cb_date.php:32 includes/cb_date.php:159 includes/cb_date.php:323
298
+ #: includes/cb_date.php:395 views/contact_bank_frontend.php:707
299
+ msgid "Month"
300
+ msgstr "měsíc"
301
+
302
+ #: includes/cb_date.php:47 includes/cb_date.php:162 includes/cb_date.php:357
303
+ #: includes/cb_date.php:417 views/contact_bank_frontend.php:729
304
+ msgid "Year"
305
+ msgstr "rok"
306
+
307
+ #: includes/cb_date.php:79
308
+ msgid "Date Control"
309
+ msgstr "datum-ovládání"
310
+
311
+ #: includes/cb_date.php:106 includes/cb_email.php:58
312
+ #: includes/cb_file_upload.php:74 includes/cb_password.php:57
313
+ #: includes/cb_text.php:56 includes/cb_time.php:119
314
+ msgid "Enter Description"
315
+ msgstr "Vstoupit Popis"
316
+
317
+ #: includes/cb_date.php:128 includes/cb_email.php:81 includes/cb_hidden.php:54
318
+ #: includes/cb_multiple.php:80 includes/cb_text.php:83
319
+ #: includes/cb_textarea.php:91
320
+ msgid "Admin label"
321
+ msgstr "bebey štítku"
322
+
323
+ #: includes/cb_date.php:140
324
+ msgid "Start year"
325
+ msgstr "Začněte rok"
326
+
327
+ #: includes/cb_date.php:142
328
+ msgid "Enter Start Year"
329
+ msgstr "Vstoupit Začněte rok"
330
+
331
+ #: includes/cb_date.php:146
332
+ msgid "End year"
333
+ msgstr "Nejčastější ukončení-rok"
334
+
335
+ #: includes/cb_date.php:148
336
+ msgid "Enter End Year "
337
+ msgstr "Vstoupit Nejčastější ukončení-rok"
338
+
339
+ #: includes/cb_date.php:152 includes/cb_text.php:77
340
+ #: includes/cb_textarea.php:85 includes/cb_time.php:175
341
+ msgid "Default value"
342
+ msgstr "výchozí hodnota"
343
+
344
+ #: includes/cb_date.php:167
345
+ msgid "Error message if invalid date"
346
+ msgstr "Chybová zpráva Pokud neplatné datum"
347
+
348
+ #: includes/cb_date.php:169
349
+ msgid "Enter Error Message"
350
+ msgstr "Vstoupit chybová zpráva"
351
+
352
+ #: includes/cb_date.php:173
353
+ msgid "Date format"
354
+ msgstr "formátu datumu"
355
+
356
+ #: includes/cb_date.php:194 includes/cb_dropdown.php:97
357
+ #: includes/cb_email.php:98 includes/cb_file_upload.php:143
358
+ #: includes/cb_password.php:95 includes/cb_text.php:99
359
+ #: includes/cb_time.php:249
360
+ msgid "Css Label"
361
+ msgstr "css etiketa"
362
+
363
+ #: includes/cb_date.php:201 includes/cb_email.php:105 includes/cb_time.php:256
364
+ msgid "Css Text Input"
365
+ msgstr "Css zadávání textu"
366
+
367
+ #: includes/cb_date.php:203 includes/cb_text.php:108 includes/cb_time.php:258
368
+ msgid "Enter Css Text Input"
369
+ msgstr "Vstoupit Css zadávání textu"
370
+
371
+ #: includes/cb_date.php:208 includes/cb_dropdown.php:111
372
+ #: includes/cb_email.php:112 includes/cb_file_upload.php:150
373
+ #: includes/cb_password.php:110 includes/cb_time.php:263
374
+ msgid "Css Description"
375
+ msgstr "CSS Popis"
376
+
377
+ #: includes/cb_date.php:215
378
+ msgid "Css Day"
379
+ msgstr "css den"
380
+
381
+ #: includes/cb_date.php:217
382
+ msgid "Enter Css Day"
383
+ msgstr "Vstoupit css den"
384
+
385
+ #: includes/cb_date.php:222
386
+ msgid "Css Month"
387
+ msgstr "css měsíc"
388
+
389
+ #: includes/cb_date.php:224
390
+ msgid "Enter Css Month"
391
+ msgstr "Vstoupit css měsíc"
392
+
393
+ #: includes/cb_date.php:229
394
+ msgid "Css Year"
395
+ msgstr "css rok"
396
+
397
+ #: includes/cb_date.php:231
398
+ msgid "Enter Css Year"
399
+ msgstr "Vstoupit css rok"
400
+
401
+ #: includes/cb_date.php:239 includes/cb_email.php:122
402
+ #: includes/cb_password.php:120 includes/cb_textarea.php:131
403
+ #: includes/cb_time.php:294
404
+ msgid "Text input"
405
+ msgstr "textový vstup"
406
+
407
+ #: includes/cb_date.php:241
408
+ msgid "Date day dropdown"
409
+ msgstr "Datum Den rozevíracího"
410
+
411
+ #: includes/cb_date.php:242
412
+ msgid "Date month dropdown"
413
+ msgstr "Datum měsíc rozevíracího"
414
+
415
+ #: includes/cb_date.php:243
416
+ msgid "Date year dropdown"
417
+ msgstr "Datum rok rozevíracího-dolů"
418
+
419
+ #: includes/cb_dropdown.php:12 includes/cb_dropdown.php:344
420
+ #: views/contact_bank_frontend.php:385 views/contact_bank_frontend.php:398
421
+ msgid "Select option"
422
+ msgstr "Vyberte Možnosti"
423
+
424
+ #: includes/cb_dropdown.php:29
425
+ msgid "Dropdown Control"
426
+ msgstr "rozevírací ovládání"
427
+
428
+ #: includes/cb_dropdown.php:70 includes/cb_multiple.php:69
429
+ msgid "Enter Option"
430
+ msgstr "Vstoupit varianta"
431
+
432
+ #: includes/cb_dropdown.php:104
433
+ msgid "Css Dropdown Menu"
434
+ msgstr "CSS rozbalovací nabídce"
435
+
436
+ #: includes/cb_dropdown.php:106
437
+ msgid "Enter Css Dropdown Menu"
438
+ msgstr "Vstoupit CSS rozbalovací nabídce"
439
+
440
+ #: includes/cb_dropdown.php:121
441
+ msgid "Dropdown menu"
442
+ msgstr "rozbalovací nabídka"
443
+
444
+ #: includes/cb_email.php:9 includes/cb_email.php:52 includes/cb_email.php:83
445
+ #: views/contact_email.php:72 views/contact_email.php:138
446
+ #: views/edit_contact_view.php:1113
447
+ msgid "Email"
448
+ msgstr "přihlášení email"
449
+
450
+ #: includes/cb_email.php:30
451
+ msgid "Email Control"
452
+ msgstr "přihlášení email ovládání"
453
+
454
+ #: includes/cb_email.php:107 includes/cb_password.php:105
455
+ msgid "Enter Css Input Text"
456
+ msgstr "Vstoupit CSS vstupního textu"
457
+
458
+ #: includes/cb_email.php:127 includes/cb_password.php:125
459
+ #: includes/cb_text.php:128 includes/cb_textarea.php:136
460
+ msgid "Add a filter"
461
+ msgstr "Přidat jeden filtr"
462
+
463
+ #: includes/cb_email.php:129 includes/cb_password.php:127
464
+ #: includes/cb_text.php:130 includes/cb_textarea.php:138
465
+ msgid "Alpha"
466
+ msgstr "Alfa"
467
+
468
+ #: includes/cb_email.php:130 includes/cb_password.php:128
469
+ #: includes/cb_text.php:131 includes/cb_textarea.php:139
470
+ msgid "Alpha Numeric"
471
+ msgstr "alfa číselné"
472
+
473
+ #: includes/cb_email.php:131 includes/cb_password.php:129
474
+ #: includes/cb_text.php:132 includes/cb_textarea.php:140
475
+ msgid "Digits"
476
+ msgstr "číslic"
477
+
478
+ #: includes/cb_email.php:132 includes/cb_password.php:130
479
+ #: includes/cb_text.php:133 includes/cb_textarea.php:141
480
+ msgid "Strip Tags"
481
+ msgstr "Gazy Štítky"
482
+
483
+ #: includes/cb_email.php:133 includes/cb_password.php:131
484
+ #: includes/cb_text.php:134 includes/cb_textarea.php:142
485
+ msgid "Trim"
486
+ msgstr "přistřihnout"
487
+
488
+ #: includes/cb_file_upload.php:9 includes/cb_file_upload.php:68
489
+ #: includes/cb_file_upload.php:102 views/contact_view.php:63
490
+ #: views/edit_contact_view.php:111 views/edit_contact_view.php:1374
491
+ msgid "File Upload"
492
+ msgstr " Soubor nahrát"
493
+
494
+ #: includes/cb_file_upload.php:46
495
+ msgid "Fileupload Control"
496
+ msgstr " Soubor nahrát ovládání"
497
+
498
+ #: includes/cb_file_upload.php:112
499
+ msgid "Allow Multiple Uploads"
500
+ msgstr "Povolit vícenásobné Nejnovější obrázky"
501
+
502
+ #: includes/cb_file_upload.php:118
503
+ msgid "Allowed File Extensions"
504
+ msgstr "Povolené přípony souborů"
505
+
506
+ #: includes/cb_file_upload.php:120
507
+ msgid "Enter File Extensions"
508
+ msgstr "vstoupit přípony souborů"
509
+
510
+ #: includes/cb_file_upload.php:122
511
+ msgid "The file extensions must be seperated with semicolons(' ; ')"
512
+ msgstr "Přípony souborů musí být odděleny středníkem (\";\")"
513
+
514
+ #: includes/cb_file_upload.php:126
515
+ msgid "Allowed File Size"
516
+ msgstr "zvířata povolena velikost souboru"
517
+
518
+ #: includes/cb_file_upload.php:130
519
+ msgid "File Size must be in Kb"
520
+ msgstr "velikost souboru musí být v Kb"
521
+
522
+ #: includes/cb_hidden.php:8
523
+ msgid "Untitled (hidden)"
524
+ msgstr "Bez názvu (skryté)"
525
+
526
+ #: includes/cb_hidden.php:11 views/contact_bank_frontend.php:952
527
+ #: views/contact_view.php:72 views/edit_contact_view.php:120
528
+ msgid "Hidden"
529
+ msgstr "skryté"
530
+
531
+ #: includes/cb_hidden.php:29
532
+ msgid "Hidden Control"
533
+ msgstr "skryté ovládání"
534
+
535
+ #: includes/cb_hidden.php:44 includes/cb_hidden.php:56
536
+ #: views/edit_contact_view.php:1619
537
+ msgid "Untitled(hidden)"
538
+ msgstr "Bez názvu (skryté)"
539
+
540
+ #: includes/cb_hidden.php:48
541
+ msgid "Default Value"
542
+ msgstr "výchozí hodnota"
543
+
544
+ #: includes/cb_hidden.php:50 includes/cb_text.php:79
545
+ msgid "Enter Default Value"
546
+ msgstr "Vstoupit výchozí hodnota"
547
+
548
+ #: includes/cb_hidden.php:56 includes/cb_text.php:85
549
+ #: includes/cb_textarea.php:93
550
+ msgid "Enter Admin label"
551
+ msgstr "Vstoupit bebey štítku"
552
+
553
+ #: includes/cb_multiple.php:28
554
+ msgid "Radio Buttons"
555
+ msgstr "rádiové tlačítek"
556
+
557
+ #: includes/cb_multiple.php:62 includes/cb_text.php:69
558
+ msgid "Enter Tooltip Text"
559
+ msgstr "Vstoupit nápovědný-odkazová"
560
+
561
+ #: includes/cb_multiple.php:103
562
+ msgid "Css Description :"
563
+ msgstr "CSS Popis:"
564
+
565
+ #: includes/cb_multiple.php:110
566
+ msgid "Css Options outer wrapper :"
567
+ msgstr "CSS Možnosti vnějšího balič:"
568
+
569
+ #: includes/cb_multiple.php:112
570
+ msgid "Enter Css Options outer wrapper"
571
+ msgstr "Vstoupit CSS Možnosti vnějšího balič:"
572
+
573
+ #: includes/cb_multiple.php:117
574
+ msgid "CSS Options Wrapper :"
575
+ msgstr "CSS Možnosti obálka:"
576
+
577
+ #: includes/cb_multiple.php:119
578
+ msgid "Enter Css Options Wrapper"
579
+ msgstr "Vstoupit CSS Možnosti obálka:"
580
+
581
+ #: includes/cb_multiple.php:124
582
+ msgid "CSS Option Label :"
583
+ msgstr "CSS Varianta štítku:"
584
+
585
+ #: includes/cb_multiple.php:126
586
+ msgid "Enter Css Option Label"
587
+ msgstr "Vstoupit CSS Varianta štítku"
588
+
589
+ #: includes/cb_multiple.php:136
590
+ msgid "Options wrapper"
591
+ msgstr "Možnosti krýt"
592
+
593
+ #: includes/cb_password.php:8 includes/cb_password.php:51
594
+ #: includes/cb_password.php:81 views/contact_view.php:75
595
+ #: views/edit_contact_view.php:123 views/edit_contact_view.php:1629
596
+ msgid "Password"
597
+ msgstr "heslo"
598
+
599
+ #: includes/cb_password.php:29
600
+ msgid "Password Control"
601
+ msgstr "heslo ovládání "
602
+
603
+ #: includes/cb_password.php:103
604
+ msgid "Css Input Text"
605
+ msgstr "Css vstupního textu"
606
+
607
+ #: includes/cb_text.php:29
608
+ msgid "Textbox Control"
609
+ msgstr "ovládací prvek textové pole"
610
+
611
+ #: includes/cb_text.php:106
612
+ msgid " Css Text Input"
613
+ msgstr "Css zadávání textu"
614
+
615
+ #: includes/cb_text.php:113
616
+ msgid " Css Description"
617
+ msgstr "CSS Popis"
618
+
619
+ #: includes/cb_text.php:123
620
+ msgid "Text Input"
621
+ msgstr "zadávání textu"
622
+
623
+ #: includes/cb_textarea.php:30
624
+ msgid "Textarea Control"
625
+ msgstr "textové oblasti ovládání"
626
+
627
+ #: includes/cb_textarea.php:52
628
+ msgid "Enter label"
629
+ msgstr "vstoupit štítek"
630
+
631
+ #: includes/cb_textarea.php:58
632
+ msgid "Enter Description"
633
+ msgstr "Vstoupit Popis"
634
+
635
+ #: includes/cb_textarea.php:69
636
+ msgid "Tooltip text"
637
+ msgstr "nápovědný-odkazová"
638
+
639
+ #: includes/cb_textarea.php:87
640
+ msgid "Enter Default value"
641
+ msgstr "vstoupit výchozí hodnotu"
642
+
643
+ #: includes/cb_textarea.php:107
644
+ msgid "CSS label"
645
+ msgstr "CSS štítku"
646
+
647
+ #: includes/cb_textarea.php:109
648
+ msgid "Enter css Label"
649
+ msgstr "Vstoupit CSS štítku"
650
+
651
+ #: includes/cb_textarea.php:114
652
+ msgid "CSS textinput"
653
+ msgstr "CSS zadávání textu"
654
+
655
+ #: includes/cb_textarea.php:116
656
+ msgid "Enter css textinput"
657
+ msgstr "Vstoupit CSS zadávání textu"
658
+
659
+ #: includes/cb_textarea.php:121
660
+ msgid "CSS description"
661
+ msgstr "CSS Popis"
662
+
663
+ #: includes/cb_textarea.php:123
664
+ msgid "Enter css description"
665
+ msgstr "Vstoupit CSS Popis"
666
+
667
+ #: includes/cb_time.php:8 includes/cb_time.php:113 includes/cb_time.php:143
668
+ #: views/contact_view.php:69 views/edit_contact_view.php:117
669
+ #: views/edit_contact_view.php:1514
670
+ msgid "Time"
671
+ msgstr "čas"
672
+
673
+ #: includes/cb_time.php:12 includes/cb_time.php:32 includes/cb_time.php:178
674
+ #: includes/cb_time.php:198 views/contact_bank_frontend.php:821
675
+ #: views/contact_bank_frontend.php:847 views/contact_bank_frontend.php:873
676
+ msgid "Hour"
677
+ msgstr "hodina"
678
+
679
+ #: includes/cb_time.php:52 includes/cb_time.php:218
680
+ #: views/contact_bank_frontend.php:897
681
+ msgid "Minute"
682
+ msgstr "minutový"
683
+
684
+ #: includes/cb_time.php:92
685
+ msgid "Time Control"
686
+ msgstr "Casove nastaveni"
687
+
688
+ #: includes/cb_time.php:153
689
+ msgid "12/24 hour time"
690
+ msgstr "12/24 hodinový čas"
691
+
692
+ #: includes/cb_time.php:162
693
+ msgid "Time format"
694
+ msgstr "formát času"
695
+
696
+ #: includes/cb_time.php:270
697
+ msgid "Css Hour"
698
+ msgstr "css hodina"
699
+
700
+ #: includes/cb_time.php:272
701
+ msgid "Enter Css Hour"
702
+ msgstr "Vstoupit CSS hodina"
703
+
704
+ #: includes/cb_time.php:277
705
+ msgid "Css Minute"
706
+ msgstr "css minutový"
707
+
708
+ #: includes/cb_time.php:279
709
+ msgid "Enter Css Minute"
710
+ msgstr "Vstoupit css minutový"
711
+
712
+ #: includes/cb_time.php:284
713
+ msgid "Css am/pm"
714
+ msgstr "Css am/pm"
715
+
716
+ #: includes/cb_time.php:286
717
+ msgid "Enter Css am/pm"
718
+ msgstr "Vstoupit CSS am/pm"
719
+
720
+ #: includes/cb_time.php:296
721
+ msgid "Time hour dropdown"
722
+ msgstr "Čas hodinu rozevíracího-dolů"
723
+
724
+ #: includes/cb_time.php:297
725
+ msgid "Time minute dropdown"
726
+ msgstr "Čas minuta rozevíracího-dolů"
727
+
728
+ #: includes/cb_time.php:298
729
+ msgid "Time am/pm dropdown"
730
+ msgstr "Čas am/pm rozevíracího-dolů"
731
+
732
+ #: views/contact_bank_frontend.php:153
733
+ msgid "Enter Text"
734
+ msgstr "Vstoupit Textu"
735
+
736
+ #: views/contact_bank_frontend.php:342 views/contact_email.php:84
737
+ #: views/contact_email.php:144
738
+ msgid "Enter Email Address"
739
+ msgstr "Zadejte e-mailovou adresu"
740
+
741
+ #: views/contact_bank_frontend.php:952
742
+ msgid "Enter Hidden Text"
743
+ msgstr "vstoupit skrytý text"
744
+
745
+ #: views/contact_bank_frontend.php:1040
746
+ msgid "Enter Password"
747
+ msgstr "vstoupit heslo"
748
+
749
+ #: views/contact_bank_frontend.php:1051
750
+ msgid "Submit Form"
751
+ msgstr "Odeslat formulář"
752
+
753
+ #: views/contact_email.php:9 views/contact_frontend_data.php:8
754
+ #: views/contact_view.php:9 views/edit_contact_view.php:31
755
+ msgid "Back to Dashboard"
756
+ msgstr "Zpět na řídicího panelu"
757
+
758
+ #: views/contact_email.php:13
759
+ msgid "Email Settings Saved. Kindly wait for the redirect."
760
+ msgstr "Uložit nastavení e-mailu. Laskavě počkejte na přesměrování."
761
+
762
+ #: views/contact_email.php:18 views/contact_email.php:49
763
+ #: views/contact_frontend_data.php:19 views/contact_frontend_data.php:32
764
+ msgid "Select Form"
765
+ msgstr "Vybrat formulář"
766
+
767
+ #: views/contact_email.php:65
768
+ msgid "Admin Email"
769
+ msgstr "bebey přihlášení Email"
770
+
771
+ #: views/contact_email.php:76
772
+ msgid "To"
773
+ msgstr "na"
774
+
775
+ #: views/contact_email.php:78
776
+ msgid "Enter Admin Email"
777
+ msgstr "vstoupit přihlášení Email bebey"
778
+
779
+ #: views/contact_email.php:82 views/contact_email.php:142
780
+ msgid "From"
781
+ msgstr "z"
782
+
783
+ #: views/contact_email.php:89 views/contact_email.php:148
784
+ msgid "Subject"
785
+ msgstr "předmět"
786
+
787
+ #: views/contact_email.php:91 views/contact_email.php:150
788
+ msgid "Enter Subject"
789
+ msgstr "vstoupit předmět"
790
+
791
+ #: views/contact_email.php:100 views/contact_email.php:160
792
+ msgid "Email Content"
793
+ msgstr "přihlášení Email Obsah"
794
+
795
+ #: views/contact_email.php:115 views/contact_email.php:175
796
+ msgid "Short Code Controls for Email"
797
+ msgstr "Krátký kód Ovládací prvky za přihlášení Email"
798
+
799
+ #: views/contact_email.php:129
800
+ msgid "Client Email"
801
+ msgstr "Klientem-přihlášení email"
802
+
803
+ #: views/contact_frontend_data.php:14 views/contact_view.php:20
804
+ #: views/dashboard.php:15 views/dashboard.php:21
805
+ msgid "Form"
806
+ msgstr "formulář"
807
+
808
+ #: views/contact_view.php:13
809
+ msgid "Form Submited. Kindly wait for the redirect."
810
+ msgstr "Forma předkládané . Laskavě počkejte na přesměrování."
811
+
812
+ #: views/contact_view.php:24 views/edit_contact_view.php:46
813
+ msgid "Form Name :"
814
+ msgstr "Název formuláře:"
815
+
816
+ #: views/contact_view.php:27 views/edit_contact_view.php:49
817
+ msgid "Enter Form Name"
818
+ msgstr "Vstoupit formulář Jméno"
819
+
820
+ #: views/contact_view.php:40 views/edit_contact_view.php:89
821
+ msgid "Control Buttons"
822
+ msgstr "Ovládací tlačítka"
823
+
824
+ #: views/contact_view.php:45 views/edit_contact_view.php:93
825
+ msgid "Text Box"
826
+ msgstr "textového pole"
827
+
828
+ #: views/contact_view.php:48 views/edit_contact_view.php:96
829
+ msgid "Text Area"
830
+ msgstr "Textová oblast"
831
+
832
+ #: views/contact_view.php:51 views/edit_contact_view.php:99
833
+ msgid "Email Address"
834
+ msgstr "emailová adresa"
835
+
836
+ #: views/contact_view.php:54 views/edit_contact_view.php:102
837
+ msgid "Dropdown Menu"
838
+ msgstr "rozbalovací nabídce"
839
+
840
+ #: views/contact_view.php:57 views/edit_contact_view.php:105
841
+ msgid "Checkboxes"
842
+ msgstr "Zaškrtávací políčka"
843
+
844
+ #: views/contact_view.php:60 views/edit_contact_view.php:108
845
+ msgid "Multiple Choice"
846
+ msgstr "Vícenásobná volba"
847
+
848
+ #: views/dashboard.php:5
849
+ msgid "Dashboard - Contact Bank"
850
+ msgstr "Palubní deska - Kontakt banky"
851
+
852
+ #: views/dashboard.php:9
853
+ msgid "Delete All Forms"
854
+ msgstr "Smazat všech forem"
855
+
856
+ #: views/dashboard.php:22
857
+ msgid "Shortcode"
858
+ msgstr "Zkrácený kód"
859
+
860
+ #: views/dashboard.php:23
861
+ msgid "Action"
862
+ msgstr "akce"
863
+
864
+ #: views/dashboard.php:43
865
+ msgid "Edit"
866
+ msgstr "Úpravy"
867
+
868
+ #: views/dashboard.php:46
869
+ msgid "Delete"
870
+ msgstr "Smazat"
871
+
872
+ #: views/dashboard.php:62
873
+ msgid "Server Settings"
874
+ msgstr "nastavení serveru"
875
+
876
+ #: views/dashboard.php:73
877
+ msgid "Not set"
878
+ msgstr "není nastavena"
879
+
880
+ #: views/dashboard.php:75 views/dashboard.php:78
881
+ msgid "On"
882
+ msgstr "On"
883
+
884
+ #: views/dashboard.php:76 views/dashboard.php:79
885
+ msgid "Off"
886
+ msgstr "Vypnuto"
887
+
888
+ #: views/dashboard.php:82 views/dashboard.php:85 views/dashboard.php:88
889
+ #: views/dashboard.php:91 views/dashboard.php:94 views/dashboard.php:97
890
+ msgid "N/A"
891
+ msgstr "N/A"
892
+
893
+ #: views/dashboard.php:96
894
+ msgid " MByte"
895
+ msgstr " MByte"
896
+
897
+ #: views/dashboard.php:99 views/dashboard.php:102 views/dashboard.php:105
898
+ #: views/dashboard.php:155
899
+ msgid "Yes"
900
+ msgstr "ano"
901
+
902
+ #: views/dashboard.php:100 views/dashboard.php:103 views/dashboard.php:106
903
+ #: views/dashboard.php:157
904
+ msgid "No"
905
+ msgstr "ne"
906
+
907
+ #: views/dashboard.php:108
908
+ msgid "Operating System"
909
+ msgstr "Operační systém"
910
+
911
+ #: views/dashboard.php:109
912
+ msgid "Server"
913
+ msgstr "serverem"
914
+
915
+ #: views/dashboard.php:110
916
+ msgid "Memory usage"
917
+ msgstr "využití paměti"
918
+
919
+ #: views/dashboard.php:111
920
+ msgid "MYSQL Version"
921
+ msgstr "MySQL verzí"
922
+
923
+ #: views/dashboard.php:112
924
+ msgid "SQL Mode"
925
+ msgstr "SQL režim"
926
+
927
+ #: views/dashboard.php:113
928
+ msgid "PHP Version"
929
+ msgstr "PHP verzí"
930
+
931
+ #: views/dashboard.php:114
932
+ msgid "PHP Safe Mode"
933
+ msgstr "PHP Bezpečný režim"
934
+
935
+ #: views/dashboard.php:115
936
+ msgid "PHP Allow URL fopen"
937
+ msgstr "PHP Povolit URL fopen"
938
+
939
+ #: views/dashboard.php:116
940
+ msgid "PHP Memory Limit"
941
+ msgstr "PHP paměti Mezní"
942
+
943
+ #: views/dashboard.php:117
944
+ msgid "PHP Max Upload Size"
945
+ msgstr "PHP max. velikost nahrávaných souborů"
946
+
947
+ #: views/dashboard.php:118
948
+ msgid "PHP Max Post Size"
949
+ msgstr "PHP Max Příspěvek velikost"
950
+
951
+ #: views/dashboard.php:119
952
+ msgid "PCRE Backtracking Limit"
953
+ msgstr "PCRE ranní reorientace limitní"
954
+
955
+ #: views/dashboard.php:120
956
+ msgid "PHP Max Script Execute Time"
957
+ msgstr "PHP max skript,vykonat čas "
958
+
959
+ #: views/dashboard.php:121
960
+ msgid "PHP Exif support"
961
+ msgstr "PHP Exif podpora"
962
+
963
+ #: views/dashboard.php:122
964
+ msgid "PHP IPTC support"
965
+ msgstr "PHP IPTC podpora"
966
+
967
+ #: views/dashboard.php:123
968
+ msgid "PHP XML support"
969
+ msgstr "PHP XML podpora"
970
+
971
+ #: views/dashboard.php:131
972
+ msgid "Graphic Library Settings"
973
+ msgstr "Grafické Nastavení knihovny"
974
+
975
+ #: views/dashboard.php:150
976
+ msgid "No GD support"
977
+ msgstr "Žádná GD podpora "
978
+
979
+ #: views/dashboard.php:186
980
+ msgid "Are you sure to delete this form ?"
981
+ msgstr "Jste si jisti odstranit tento formulář?"
982
+
983
+ #: views/dashboard.php:197
984
+ msgid "Are you sure to delete all forms ?"
985
+ msgstr "Jste si jisti na smazat všechny formy?"
986
+
987
+ #: views/edit_contact_view.php:28
988
+ msgid "Edit Existing Form"
989
+ msgstr "Upravovat existujícího formuláře"
990
+
991
+ #: views/edit_contact_view.php:35
992
+ msgid "Form Updated. Kindly wait for the redirect."
993
+ msgstr "Formulář Čas hlášení. Laskavě počkejte na přesměrování."
994
+
995
+ #: views/edit_contact_view.php:42
996
+ msgid "Edit Form"
997
+ msgstr "Upravit formulář"
998
+
999
+ #: views/edit_contact_view.php:289 views/edit_contact_view.php:324
1000
+ #: views/edit_contact_view.php:393 views/edit_contact_view.php:442
1001
+ #: views/edit_contact_view.php:490
1002
+ msgid "Untitled :"
1003
+ msgstr "Bez názvu:"
1004
+
1005
+ #: views/edit_contact_view.php:359
1006
+ msgid "Email :"
1007
+ msgstr "přihlášení email:"
1008
+
1009
+ #: views/edit_contact_view.php:539
1010
+ msgid "File Upload :"
1011
+ msgstr " Soubor nahrát:"
1012
+
1013
+ #: views/edit_contact_view.php:586
1014
+ msgid "Date :"
1015
+ msgstr "Datum:"
1016
+
1017
+ #: views/edit_contact_view.php:657
1018
+ msgid "Time :"
1019
+ msgstr "Čas:"
1020
+
1021
+ #: views/edit_contact_view.php:715
1022
+ msgid "Untitled(hidden) :"
1023
+ msgstr "Bez názvu (skryté):"
1024
+
1025
+ #: views/edit_contact_view.php:747
1026
+ msgid "Password : "
1027
+ msgstr "Heslo:"
1028
+
1029
+ #: views/edit_contact_view.php:1398
1030
+ msgid "1024"
1031
+ msgstr ""
languages/contact_bank-da_DK.mo ADDED
Binary file
languages/contact_bank-da_DK.po ADDED
@@ -0,0 +1,1031 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2013-11-16 12:02+0530\n"
5
+ "PO-Revision-Date: 2013-11-16 17:25+0530\n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "X-Generator: Poedit 1.5.7\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
13
+ "X-Poedit-Basepath: C:\\wamp\\www\\contact-bank3.7\\wp-content\\plugins"
14
+ "\\contact-bank\n"
15
+ "X-Poedit-SearchPath-0: .\n"
16
+
17
+ #: contact-bank.php:62
18
+ msgid "Contact Bank"
19
+ msgstr ""
20
+
21
+ #: contact-bank.php:63 contact-bank.php:431
22
+ msgid "Dashboard"
23
+ msgstr "instrumentbræt"
24
+
25
+ #: contact-bank.php:64 contact-bank.php:437 views/contact_view.php:6
26
+ #: views/dashboard.php:8
27
+ msgid "Add New Form"
28
+ msgstr "Tilføj Ny formular"
29
+
30
+ #: contact-bank.php:65 contact-bank.php:443 views/contact_email.php:6
31
+ msgid "Email Settings"
32
+ msgstr "Email indstillinger"
33
+
34
+ #: contact-bank.php:66 contact-bank.php:449 views/contact_frontend_data.php:5
35
+ msgid "Form Entries"
36
+ msgstr "danner angivelser"
37
+
38
+ #: includes/cb_checkbox.php:8 includes/cb_checkbox.php:50
39
+ #: includes/cb_checkbox.php:83 includes/cb_dropdown.php:8
40
+ #: includes/cb_dropdown.php:50 includes/cb_dropdown.php:83
41
+ #: includes/cb_multiple.php:8 includes/cb_multiple.php:49
42
+ #: includes/cb_multiple.php:82 includes/cb_text.php:8 includes/cb_text.php:50
43
+ #: includes/cb_text.php:85 includes/cb_textarea.php:9
44
+ #: includes/cb_textarea.php:52 includes/cb_textarea.php:93
45
+ #: views/edit_contact_view.php:992 views/edit_contact_view.php:1050
46
+ #: views/edit_contact_view.php:1179 views/edit_contact_view.php:1235
47
+ #: views/edit_contact_view.php:1305
48
+ msgid "Untitled"
49
+ msgstr "Unavngivet"
50
+
51
+ #: includes/cb_checkbox.php:13 includes/cb_checkbox.php:42
52
+ #: includes/cb_date.php:62 includes/cb_date.php:92 includes/cb_dropdown.php:14
53
+ #: includes/cb_dropdown.php:42 includes/cb_email.php:13
54
+ #: includes/cb_email.php:44 includes/cb_file_upload.php:12
55
+ #: includes/cb_file_upload.php:60 includes/cb_hidden.php:12
56
+ #: includes/cb_multiple.php:13 includes/cb_multiple.php:41
57
+ #: includes/cb_password.php:12 includes/cb_password.php:43
58
+ #: includes/cb_text.php:12 includes/cb_text.php:42 includes/cb_textarea.php:13
59
+ #: includes/cb_textarea.php:44 includes/cb_time.php:75
60
+ #: includes/cb_time.php:105
61
+ msgid "Settings"
62
+ msgstr "Indstillinger"
63
+
64
+ #: includes/cb_checkbox.php:29
65
+ msgid "Checkbox Control"
66
+ msgstr "Afkrydsningsfelt Kontrol"
67
+
68
+ #: includes/cb_checkbox.php:36 includes/cb_date.php:86
69
+ #: includes/cb_dropdown.php:36 includes/cb_email.php:38
70
+ #: includes/cb_file_upload.php:54 includes/cb_hidden.php:36
71
+ #: includes/cb_multiple.php:35 includes/cb_password.php:37
72
+ #: includes/cb_text.php:36 includes/cb_textarea.php:38 includes/cb_time.php:99
73
+ msgid "Advanced"
74
+ msgstr "Fremskreden"
75
+
76
+ #: includes/cb_checkbox.php:39 includes/cb_checkbox.php:68
77
+ #: includes/cb_date.php:89 includes/cb_dropdown.php:39
78
+ #: includes/cb_dropdown.php:68 includes/cb_email.php:41
79
+ #: includes/cb_file_upload.php:57 includes/cb_multiple.php:38
80
+ #: includes/cb_multiple.php:67 includes/cb_password.php:40
81
+ #: includes/cb_text.php:39 includes/cb_textarea.php:41
82
+ #: includes/cb_time.php:102
83
+ msgid "Options"
84
+ msgstr "Muligheder"
85
+
86
+ #: includes/cb_checkbox.php:48 includes/cb_checkbox.php:134
87
+ #: includes/cb_date.php:98 includes/cb_date.php:238
88
+ #: includes/cb_dropdown.php:48 includes/cb_dropdown.php:120
89
+ #: includes/cb_email.php:50 includes/cb_email.php:121
90
+ #: includes/cb_file_upload.php:66 includes/cb_file_upload.php:159
91
+ #: includes/cb_hidden.php:42 includes/cb_multiple.php:47
92
+ #: includes/cb_multiple.php:133 includes/cb_password.php:49
93
+ #: includes/cb_password.php:119 includes/cb_text.php:48
94
+ #: includes/cb_text.php:122 includes/cb_textarea.php:50
95
+ #: includes/cb_textarea.php:130 includes/cb_time.php:111
96
+ #: includes/cb_time.php:293
97
+ msgid "Label"
98
+ msgstr "etiket"
99
+
100
+ #: includes/cb_checkbox.php:50 includes/cb_date.php:100
101
+ #: includes/cb_dropdown.php:50 includes/cb_email.php:52
102
+ #: includes/cb_file_upload.php:68 includes/cb_hidden.php:44
103
+ #: includes/cb_multiple.php:49 includes/cb_password.php:51
104
+ #: includes/cb_text.php:50 includes/cb_time.php:113
105
+ msgid "Enter Label"
106
+ msgstr "Indtast etiket"
107
+
108
+ #: includes/cb_checkbox.php:54 includes/cb_checkbox.php:56
109
+ #: includes/cb_date.php:110 includes/cb_date.php:112
110
+ #: includes/cb_dropdown.php:54 includes/cb_dropdown.php:56
111
+ #: includes/cb_email.php:62 includes/cb_email.php:64
112
+ #: includes/cb_file_upload.php:78 includes/cb_file_upload.php:80
113
+ #: includes/cb_multiple.php:53 includes/cb_multiple.php:55
114
+ #: includes/cb_password.php:61 includes/cb_password.php:63
115
+ #: includes/cb_text.php:60 includes/cb_text.php:62 includes/cb_textarea.php:62
116
+ #: includes/cb_textarea.php:64 includes/cb_time.php:123
117
+ #: includes/cb_time.php:125
118
+ msgid "Required"
119
+ msgstr "kræves"
120
+
121
+ #: includes/cb_checkbox.php:57 includes/cb_date.php:113
122
+ #: includes/cb_dropdown.php:57 includes/cb_email.php:65
123
+ #: includes/cb_file_upload.php:81 includes/cb_multiple.php:56
124
+ #: includes/cb_password.php:64 includes/cb_text.php:63
125
+ #: includes/cb_textarea.php:65 includes/cb_time.php:126
126
+ msgid "Not Required"
127
+ msgstr "ikke kræves"
128
+
129
+ #: includes/cb_checkbox.php:61 includes/cb_date.php:117
130
+ #: includes/cb_dropdown.php:61 includes/cb_email.php:69
131
+ #: includes/cb_file_upload.php:85 includes/cb_multiple.php:60
132
+ #: includes/cb_password.php:68 includes/cb_text.php:67
133
+ #: includes/cb_time.php:130
134
+ msgid "Tooltip Text"
135
+ msgstr "værktøjstip Tekst"
136
+
137
+ #: includes/cb_checkbox.php:63 includes/cb_date.php:119
138
+ #: includes/cb_dropdown.php:63 includes/cb_email.php:71
139
+ #: includes/cb_file_upload.php:87 includes/cb_password.php:70
140
+ #: includes/cb_textarea.php:71 includes/cb_time.php:132
141
+ msgid "Enter Tooltip"
142
+ msgstr "Indtast værktøjstip"
143
+
144
+ #: includes/cb_checkbox.php:70 includes/cb_checkbox.php:127
145
+ msgid "Enter Options"
146
+ msgstr "Indtast Muligheder"
147
+
148
+ #: includes/cb_checkbox.php:70 includes/cb_dropdown.php:70
149
+ #: includes/cb_multiple.php:69
150
+ msgid "Add option"
151
+ msgstr "Tilføj mulighed"
152
+
153
+ #: includes/cb_checkbox.php:81 includes/cb_dropdown.php:81
154
+ #: includes/cb_file_upload.php:100 includes/cb_password.php:79
155
+ #: includes/cb_time.php:141
156
+ msgid "Admin Label"
157
+ msgstr "admin etiket"
158
+
159
+ #: includes/cb_checkbox.php:83 includes/cb_date.php:130
160
+ #: includes/cb_dropdown.php:83 includes/cb_email.php:83
161
+ #: includes/cb_file_upload.php:102 includes/cb_multiple.php:82
162
+ #: includes/cb_password.php:81 includes/cb_time.php:143
163
+ msgid "Enter Admin Label"
164
+ msgstr "Indtast admin etiket"
165
+
166
+ #: includes/cb_checkbox.php:87 includes/cb_date.php:134
167
+ #: includes/cb_dropdown.php:87 includes/cb_email.php:87
168
+ #: includes/cb_file_upload.php:106 includes/cb_hidden.php:60
169
+ #: includes/cb_multiple.php:86 includes/cb_password.php:85
170
+ #: includes/cb_text.php:89 includes/cb_textarea.php:97
171
+ #: includes/cb_time.php:147
172
+ msgid "Do not show in the email"
173
+ msgstr "Viser ikke i e-mailen"
174
+
175
+ #: includes/cb_checkbox.php:97 includes/cb_multiple.php:96
176
+ msgid "Css Label :"
177
+ msgstr "Css etiket:"
178
+
179
+ #: includes/cb_checkbox.php:99 includes/cb_date.php:196
180
+ #: includes/cb_dropdown.php:99 includes/cb_email.php:100
181
+ #: includes/cb_file_upload.php:145 includes/cb_multiple.php:98
182
+ #: includes/cb_password.php:97 includes/cb_text.php:101
183
+ #: includes/cb_time.php:251
184
+ msgid "Enter Css Label"
185
+ msgstr "Indtast Css etiket:"
186
+
187
+ #: includes/cb_checkbox.php:104
188
+ msgid "CSS Description :"
189
+ msgstr "CSS Beskrivelse:"
190
+
191
+ #: includes/cb_checkbox.php:106 includes/cb_date.php:210
192
+ #: includes/cb_dropdown.php:113 includes/cb_email.php:114
193
+ #: includes/cb_file_upload.php:152 includes/cb_multiple.php:105
194
+ #: includes/cb_password.php:112 includes/cb_text.php:115
195
+ #: includes/cb_time.php:265
196
+ msgid "Enter Css Description"
197
+ msgstr "Indtast CSS Beskrivelse"
198
+
199
+ #: includes/cb_checkbox.php:111
200
+ msgid "CSS Options outer wrapper :"
201
+ msgstr "CSS Muligheder ydre dæksblad:"
202
+
203
+ #: includes/cb_checkbox.php:113
204
+ msgid "Enter Css Outer Wrapper"
205
+ msgstr "Indtast CSS ydre dæksblad:"
206
+
207
+ #: includes/cb_checkbox.php:118
208
+ msgid "CSS Option Wrapper :"
209
+ msgstr "CSS Muligheder dæksblad:"
210
+
211
+ #: includes/cb_checkbox.php:120
212
+ msgid "Enter Css Option Wrapper"
213
+ msgstr "Indtast CSS Mulighed dæksblad:"
214
+
215
+ #: includes/cb_checkbox.php:125
216
+ msgid "CSS Options Label :"
217
+ msgstr "CSS Optioner etiket:"
218
+
219
+ #: includes/cb_checkbox.php:132 includes/cb_date.php:236
220
+ #: includes/cb_dropdown.php:118 includes/cb_email.php:119
221
+ #: includes/cb_file_upload.php:157 includes/cb_multiple.php:131
222
+ #: includes/cb_password.php:117 includes/cb_text.php:120
223
+ #: includes/cb_textarea.php:128 includes/cb_time.php:291
224
+ msgid "Add a style to"
225
+ msgstr "Tilføj en stil til"
226
+
227
+ #: includes/cb_checkbox.php:135 includes/cb_date.php:104
228
+ #: includes/cb_date.php:240 includes/cb_dropdown.php:122
229
+ #: includes/cb_email.php:56 includes/cb_email.php:123
230
+ #: includes/cb_file_upload.php:72 includes/cb_file_upload.php:160
231
+ #: includes/cb_multiple.php:134 includes/cb_password.php:55
232
+ #: includes/cb_password.php:121 includes/cb_text.php:54
233
+ #: includes/cb_text.php:124 includes/cb_textarea.php:56
234
+ #: includes/cb_textarea.php:132 includes/cb_time.php:117
235
+ #: includes/cb_time.php:295
236
+ msgid "Description"
237
+ msgstr "Beskrivelse"
238
+
239
+ #: includes/cb_checkbox.php:136 includes/cb_multiple.php:135
240
+ msgid "Options outer wrapper"
241
+ msgstr "optioner ydre dæksblad:"
242
+
243
+ #: includes/cb_checkbox.php:137
244
+ msgid "Options wrapper"
245
+ msgstr "optioner dæksblad:"
246
+
247
+ #: includes/cb_checkbox.php:138 includes/cb_multiple.php:137
248
+ msgid "Options label"
249
+ msgstr "Optioner etiket:"
250
+
251
+ #: includes/cb_checkbox.php:148 includes/cb_date.php:253
252
+ #: includes/cb_dropdown.php:132 includes/cb_email.php:143
253
+ #: includes/cb_file_upload.php:170 includes/cb_hidden.php:72
254
+ #: includes/cb_multiple.php:147 includes/cb_password.php:141
255
+ #: includes/cb_text.php:144 includes/cb_textarea.php:152
256
+ #: includes/cb_time.php:308 views/contact_email.php:183
257
+ #: views/contact_view.php:34 views/edit_contact_view.php:83
258
+ msgid "Save"
259
+ msgstr "Gem"
260
+
261
+ #: includes/cb_checkbox.php:202 includes/cb_checkbox.php:267
262
+ #: includes/cb_dropdown.php:228 includes/cb_dropdown.php:278
263
+ #: includes/cb_multiple.php:202 includes/cb_multiple.php:268
264
+ msgid "Update"
265
+ msgstr "opdatere"
266
+
267
+ #: includes/cb_checkbox.php:256 includes/cb_dropdown.php:270
268
+ #: includes/cb_multiple.php:257
269
+ msgid "Please Fill an Option."
270
+ msgstr "Udfyld venligst af en Mulighed"
271
+
272
+ #: includes/cb_checkbox.php:272 includes/cb_multiple.php:273
273
+ msgid "This Option Already Exists."
274
+ msgstr "Denne mulighed allerede findes."
275
+
276
+ #: includes/cb_checkbox.php:294 includes/cb_dropdown.php:286
277
+ #: includes/cb_dropdown.php:308 includes/cb_multiple.php:295
278
+ msgid "This Option Already Exists. "
279
+ msgstr "Denne mulighed allerede findes."
280
+
281
+ #: includes/cb_checkbox.php:305 includes/cb_dropdown.php:319
282
+ #: includes/cb_multiple.php:306
283
+ msgid "Option updated"
284
+ msgstr "Mulighed-opdateret "
285
+
286
+ #: includes/cb_date.php:8 includes/cb_date.php:100 includes/cb_date.php:130
287
+ #: views/contact_view.php:66 views/edit_contact_view.php:114
288
+ #: views/edit_contact_view.php:1421
289
+ msgid "Date"
290
+ msgstr "dato"
291
+
292
+ #: includes/cb_date.php:12 includes/cb_date.php:155 includes/cb_date.php:308
293
+ #: includes/cb_date.php:380 views/contact_bank_frontend.php:679
294
+ msgid "Day"
295
+ msgstr "dag"
296
+
297
+ #: includes/cb_date.php:32 includes/cb_date.php:159 includes/cb_date.php:323
298
+ #: includes/cb_date.php:395 views/contact_bank_frontend.php:707
299
+ msgid "Month"
300
+ msgstr "måned"
301
+
302
+ #: includes/cb_date.php:47 includes/cb_date.php:162 includes/cb_date.php:357
303
+ #: includes/cb_date.php:417 views/contact_bank_frontend.php:729
304
+ msgid "Year"
305
+ msgstr "år"
306
+
307
+ #: includes/cb_date.php:79
308
+ msgid "Date Control"
309
+ msgstr "Dato Kontrol"
310
+
311
+ #: includes/cb_date.php:106 includes/cb_email.php:58
312
+ #: includes/cb_file_upload.php:74 includes/cb_password.php:57
313
+ #: includes/cb_text.php:56 includes/cb_time.php:119
314
+ msgid "Enter Description"
315
+ msgstr "Indtast beskrivelse"
316
+
317
+ #: includes/cb_date.php:128 includes/cb_email.php:81 includes/cb_hidden.php:54
318
+ #: includes/cb_multiple.php:80 includes/cb_text.php:83
319
+ #: includes/cb_textarea.php:91
320
+ msgid "Admin label"
321
+ msgstr "admin etiket"
322
+
323
+ #: includes/cb_date.php:140
324
+ msgid "Start year"
325
+ msgstr "Startår"
326
+
327
+ #: includes/cb_date.php:142
328
+ msgid "Enter Start Year"
329
+ msgstr "Indtast Startår"
330
+
331
+ #: includes/cb_date.php:146
332
+ msgid "End year"
333
+ msgstr "udgangen år"
334
+
335
+ #: includes/cb_date.php:148
336
+ msgid "Enter End Year "
337
+ msgstr "Indtast udgangen år"
338
+
339
+ #: includes/cb_date.php:152 includes/cb_text.php:77
340
+ #: includes/cb_textarea.php:85 includes/cb_time.php:175
341
+ msgid "Default value"
342
+ msgstr "standard vaerdi"
343
+
344
+ #: includes/cb_date.php:167
345
+ msgid "Error message if invalid date"
346
+ msgstr "Fejlmeddelelse, hvis ugyldig dato"
347
+
348
+ #: includes/cb_date.php:169
349
+ msgid "Enter Error Message"
350
+ msgstr "Indtast fejl besked"
351
+
352
+ #: includes/cb_date.php:173
353
+ msgid "Date format"
354
+ msgstr "datoformatet"
355
+
356
+ #: includes/cb_date.php:194 includes/cb_dropdown.php:97
357
+ #: includes/cb_email.php:98 includes/cb_file_upload.php:143
358
+ #: includes/cb_password.php:95 includes/cb_text.php:99
359
+ #: includes/cb_time.php:249
360
+ msgid "Css Label"
361
+ msgstr "css etiket"
362
+
363
+ #: includes/cb_date.php:201 includes/cb_email.php:105 includes/cb_time.php:256
364
+ msgid "Css Text Input"
365
+ msgstr "Css Tekst indgang"
366
+
367
+ #: includes/cb_date.php:203 includes/cb_text.php:108 includes/cb_time.php:258
368
+ msgid "Enter Css Text Input"
369
+ msgstr "Indtast Css Tekst indgang"
370
+
371
+ #: includes/cb_date.php:208 includes/cb_dropdown.php:111
372
+ #: includes/cb_email.php:112 includes/cb_file_upload.php:150
373
+ #: includes/cb_password.php:110 includes/cb_time.php:263
374
+ msgid "Css Description"
375
+ msgstr "CSS Beskrivelse"
376
+
377
+ #: includes/cb_date.php:215
378
+ msgid "Css Day"
379
+ msgstr "css dag"
380
+
381
+ #: includes/cb_date.php:217
382
+ msgid "Enter Css Day"
383
+ msgstr "Indtast css dag"
384
+
385
+ #: includes/cb_date.php:222
386
+ msgid "Css Month"
387
+ msgstr "css måned"
388
+
389
+ #: includes/cb_date.php:224
390
+ msgid "Enter Css Month"
391
+ msgstr "Indtast Css Måned"
392
+
393
+ #: includes/cb_date.php:229
394
+ msgid "Css Year"
395
+ msgstr "css år"
396
+
397
+ #: includes/cb_date.php:231
398
+ msgid "Enter Css Year"
399
+ msgstr "Indtast Css År"
400
+
401
+ #: includes/cb_date.php:239 includes/cb_email.php:122
402
+ #: includes/cb_password.php:120 includes/cb_textarea.php:131
403
+ #: includes/cb_time.php:294
404
+ msgid "Text input"
405
+ msgstr "tekstinput"
406
+
407
+ #: includes/cb_date.php:241
408
+ msgid "Date day dropdown"
409
+ msgstr "Dato dag slippe-ned"
410
+
411
+ #: includes/cb_date.php:242
412
+ msgid "Date month dropdown"
413
+ msgstr "Dato måned slippe-ned"
414
+
415
+ #: includes/cb_date.php:243
416
+ msgid "Date year dropdown"
417
+ msgstr "Dato år slippe-ned"
418
+
419
+ #: includes/cb_dropdown.php:12 includes/cb_dropdown.php:344
420
+ #: views/contact_bank_frontend.php:385 views/contact_bank_frontend.php:398
421
+ msgid "Select option"
422
+ msgstr "Vælg mulighed"
423
+
424
+ #: includes/cb_dropdown.php:29
425
+ msgid "Dropdown Control"
426
+ msgstr "rulleme Kontrol"
427
+
428
+ #: includes/cb_dropdown.php:70 includes/cb_multiple.php:69
429
+ msgid "Enter Option"
430
+ msgstr "Indtast Mulighed"
431
+
432
+ #: includes/cb_dropdown.php:104
433
+ msgid "Css Dropdown Menu"
434
+ msgstr "Css rullemenuen"
435
+
436
+ #: includes/cb_dropdown.php:106
437
+ msgid "Enter Css Dropdown Menu"
438
+ msgstr "Indtast Css rullemenuen"
439
+
440
+ #: includes/cb_dropdown.php:121
441
+ msgid "Dropdown menu"
442
+ msgstr "rullemenuen"
443
+
444
+ #: includes/cb_email.php:9 includes/cb_email.php:52 includes/cb_email.php:83
445
+ #: views/contact_email.php:72 views/contact_email.php:138
446
+ #: views/edit_contact_view.php:1113
447
+ msgid "Email"
448
+ msgstr "Email"
449
+
450
+ #: includes/cb_email.php:30
451
+ msgid "Email Control"
452
+ msgstr "Email kontrol"
453
+
454
+ #: includes/cb_email.php:107 includes/cb_password.php:105
455
+ msgid "Enter Css Input Text"
456
+ msgstr "Indtast Css indgang Tekst"
457
+
458
+ #: includes/cb_email.php:127 includes/cb_password.php:125
459
+ #: includes/cb_text.php:128 includes/cb_textarea.php:136
460
+ msgid "Add a filter"
461
+ msgstr "Tilføj et filtrere"
462
+
463
+ #: includes/cb_email.php:129 includes/cb_password.php:127
464
+ #: includes/cb_text.php:130 includes/cb_textarea.php:138
465
+ msgid "Alpha"
466
+ msgstr "alfa"
467
+
468
+ #: includes/cb_email.php:130 includes/cb_password.php:128
469
+ #: includes/cb_text.php:131 includes/cb_textarea.php:139
470
+ msgid "Alpha Numeric"
471
+ msgstr "alfa Talværdien"
472
+
473
+ #: includes/cb_email.php:131 includes/cb_password.php:129
474
+ #: includes/cb_text.php:132 includes/cb_textarea.php:140
475
+ msgid "Digits"
476
+ msgstr "cifre"
477
+
478
+ #: includes/cb_email.php:132 includes/cb_password.php:130
479
+ #: includes/cb_text.php:133 includes/cb_textarea.php:141
480
+ msgid "Strip Tags"
481
+ msgstr "baand Tags på"
482
+
483
+ #: includes/cb_email.php:133 includes/cb_password.php:131
484
+ #: includes/cb_text.php:134 includes/cb_textarea.php:142
485
+ msgid "Trim"
486
+ msgstr "trimme"
487
+
488
+ #: includes/cb_file_upload.php:9 includes/cb_file_upload.php:68
489
+ #: includes/cb_file_upload.php:102 views/contact_view.php:63
490
+ #: views/edit_contact_view.php:111 views/edit_contact_view.php:1374
491
+ msgid "File Upload"
492
+ msgstr "filen opload"
493
+
494
+ #: includes/cb_file_upload.php:46
495
+ msgid "Fileupload Control"
496
+ msgstr "filen opload styre"
497
+
498
+ #: includes/cb_file_upload.php:112
499
+ msgid "Allow Multiple Uploads"
500
+ msgstr "Tillad flere oploads"
501
+
502
+ #: includes/cb_file_upload.php:118
503
+ msgid "Allowed File Extensions"
504
+ msgstr "Tilladt fil forlængelse"
505
+
506
+ #: includes/cb_file_upload.php:120
507
+ msgid "Enter File Extensions"
508
+ msgstr "Indtast fil filendelser"
509
+
510
+ #: includes/cb_file_upload.php:122
511
+ msgid "The file extensions must be seperated with semicolons(' ; ')"
512
+ msgstr "De fil filendelser skal være separeret med semikolon (\";\")"
513
+
514
+ #: includes/cb_file_upload.php:126
515
+ msgid "Allowed File Size"
516
+ msgstr "tilladt filstørrelse"
517
+
518
+ #: includes/cb_file_upload.php:130
519
+ msgid "File Size must be in Kb"
520
+ msgstr "fil størrelse skal være i Kb"
521
+
522
+ #: includes/cb_hidden.php:8
523
+ msgid "Untitled (hidden)"
524
+ msgstr "Unavngivet (skjult)"
525
+
526
+ #: includes/cb_hidden.php:11 views/contact_bank_frontend.php:952
527
+ #: views/contact_view.php:72 views/edit_contact_view.php:120
528
+ msgid "Hidden"
529
+ msgstr "skjult"
530
+
531
+ #: includes/cb_hidden.php:29
532
+ msgid "Hidden Control"
533
+ msgstr "skjult Kontrol"
534
+
535
+ #: includes/cb_hidden.php:44 includes/cb_hidden.php:56
536
+ #: views/edit_contact_view.php:1619
537
+ msgid "Untitled(hidden)"
538
+ msgstr "Unavngivet (skjult)"
539
+
540
+ #: includes/cb_hidden.php:48
541
+ msgid "Default Value"
542
+ msgstr "Standardværdi værdi"
543
+
544
+ #: includes/cb_hidden.php:50 includes/cb_text.php:79
545
+ msgid "Enter Default Value"
546
+ msgstr "Indtast standardværdi værdi"
547
+
548
+ #: includes/cb_hidden.php:56 includes/cb_text.php:85
549
+ #: includes/cb_textarea.php:93
550
+ msgid "Enter Admin label"
551
+ msgstr "Indtast admin etiket"
552
+
553
+ #: includes/cb_multiple.php:28
554
+ msgid "Radio Buttons"
555
+ msgstr "alternativknapper"
556
+
557
+ #: includes/cb_multiple.php:62 includes/cb_text.php:69
558
+ msgid "Enter Tooltip Text"
559
+ msgstr "Indtast Værktøjstip Tekst"
560
+
561
+ #: includes/cb_multiple.php:103
562
+ msgid "Css Description :"
563
+ msgstr "CSS Beskrivelse :"
564
+
565
+ #: includes/cb_multiple.php:110
566
+ msgid "Css Options outer wrapper :"
567
+ msgstr "CSS Muligheder ydre dæksblad:"
568
+
569
+ #: includes/cb_multiple.php:112
570
+ msgid "Enter Css Options outer wrapper"
571
+ msgstr "Indtast CSS Muligheder ydre dæksblad:"
572
+
573
+ #: includes/cb_multiple.php:117
574
+ msgid "CSS Options Wrapper :"
575
+ msgstr "CSS Muligheder dæksblad:"
576
+
577
+ #: includes/cb_multiple.php:119
578
+ msgid "Enter Css Options Wrapper"
579
+ msgstr "Indtast CSS Mulighed dæksblad:"
580
+
581
+ #: includes/cb_multiple.php:124
582
+ msgid "CSS Option Label :"
583
+ msgstr "CSS mulighed Etiket:"
584
+
585
+ #: includes/cb_multiple.php:126
586
+ msgid "Enter Css Option Label"
587
+ msgstr "Indtast CSS mulighed Etiket:"
588
+
589
+ #: includes/cb_multiple.php:136
590
+ msgid "Options wrapper"
591
+ msgstr "optioner dæksblad:"
592
+
593
+ #: includes/cb_password.php:8 includes/cb_password.php:51
594
+ #: includes/cb_password.php:81 views/contact_view.php:75
595
+ #: views/edit_contact_view.php:123 views/edit_contact_view.php:1629
596
+ msgid "Password"
597
+ msgstr "Kodeord"
598
+
599
+ #: includes/cb_password.php:29
600
+ msgid "Password Control"
601
+ msgstr "Kodeord Kontrol"
602
+
603
+ #: includes/cb_password.php:103
604
+ msgid "Css Input Text"
605
+ msgstr "Css indgang tekst "
606
+
607
+ #: includes/cb_text.php:29
608
+ msgid "Textbox Control"
609
+ msgstr "tekstfeltet Kontrol"
610
+
611
+ #: includes/cb_text.php:106
612
+ msgid " Css Text Input"
613
+ msgstr "Css tekst indgang "
614
+
615
+ #: includes/cb_text.php:113
616
+ msgid " Css Description"
617
+ msgstr "CSS Beskrivelse"
618
+
619
+ #: includes/cb_text.php:123
620
+ msgid "Text Input"
621
+ msgstr "tekst indgang "
622
+
623
+ #: includes/cb_textarea.php:30
624
+ msgid "Textarea Control"
625
+ msgstr "tekstområdet kontrol"
626
+
627
+ #: includes/cb_textarea.php:52
628
+ msgid "Enter label"
629
+ msgstr "Indtast etiket"
630
+
631
+ #: includes/cb_textarea.php:58
632
+ msgid "Enter Description"
633
+ msgstr "Indtast beskrivelse"
634
+
635
+ #: includes/cb_textarea.php:69
636
+ msgid "Tooltip text"
637
+ msgstr "Værktøjstip tekst"
638
+
639
+ #: includes/cb_textarea.php:87
640
+ msgid "Enter Default value"
641
+ msgstr "Indtast Standardværdi"
642
+
643
+ #: includes/cb_textarea.php:107
644
+ msgid "CSS label"
645
+ msgstr "CSS etiket"
646
+
647
+ #: includes/cb_textarea.php:109
648
+ msgid "Enter css Label"
649
+ msgstr "Indtast CSS etiket"
650
+
651
+ #: includes/cb_textarea.php:114
652
+ msgid "CSS textinput"
653
+ msgstr "Css tekst indgang "
654
+
655
+ #: includes/cb_textarea.php:116
656
+ msgid "Enter css textinput"
657
+ msgstr "Indtast CSS tekst indgang "
658
+
659
+ #: includes/cb_textarea.php:121
660
+ msgid "CSS description"
661
+ msgstr "CSS Beskrivelse"
662
+
663
+ #: includes/cb_textarea.php:123
664
+ msgid "Enter css description"
665
+ msgstr "Indtast CSS Beskrivelse"
666
+
667
+ #: includes/cb_time.php:8 includes/cb_time.php:113 includes/cb_time.php:143
668
+ #: views/contact_view.php:69 views/edit_contact_view.php:117
669
+ #: views/edit_contact_view.php:1514
670
+ msgid "Time"
671
+ msgstr "Tid"
672
+
673
+ #: includes/cb_time.php:12 includes/cb_time.php:32 includes/cb_time.php:178
674
+ #: includes/cb_time.php:198 views/contact_bank_frontend.php:821
675
+ #: views/contact_bank_frontend.php:847 views/contact_bank_frontend.php:873
676
+ msgid "Hour"
677
+ msgstr "time"
678
+
679
+ #: includes/cb_time.php:52 includes/cb_time.php:218
680
+ #: views/contact_bank_frontend.php:897
681
+ msgid "Minute"
682
+ msgstr "minut"
683
+
684
+ #: includes/cb_time.php:92
685
+ msgid "Time Control"
686
+ msgstr "Tidskontrol"
687
+
688
+ #: includes/cb_time.php:153
689
+ msgid "12/24 hour time"
690
+ msgstr "12/24 time-tid"
691
+
692
+ #: includes/cb_time.php:162
693
+ msgid "Time format"
694
+ msgstr "Tid formatet"
695
+
696
+ #: includes/cb_time.php:270
697
+ msgid "Css Hour"
698
+ msgstr "CSS timers"
699
+
700
+ #: includes/cb_time.php:272
701
+ msgid "Enter Css Hour"
702
+ msgstr "Indtast CSS timers"
703
+
704
+ #: includes/cb_time.php:277
705
+ msgid "Css Minute"
706
+ msgstr "CSS Minut"
707
+
708
+ #: includes/cb_time.php:279
709
+ msgid "Enter Css Minute"
710
+ msgstr "Indtast CSS Minut"
711
+
712
+ #: includes/cb_time.php:284
713
+ msgid "Css am/pm"
714
+ msgstr "CSS am/pm"
715
+
716
+ #: includes/cb_time.php:286
717
+ msgid "Enter Css am/pm"
718
+ msgstr "Indtast CSS am/pm"
719
+
720
+ #: includes/cb_time.php:296
721
+ msgid "Time hour dropdown"
722
+ msgstr "Tid time dråbe-ned"
723
+
724
+ #: includes/cb_time.php:297
725
+ msgid "Time minute dropdown"
726
+ msgstr "Tid Minut dråbe-ned"
727
+
728
+ #: includes/cb_time.php:298
729
+ msgid "Time am/pm dropdown"
730
+ msgstr "Tid am/pm dråbe-ned"
731
+
732
+ #: views/contact_bank_frontend.php:153
733
+ msgid "Enter Text"
734
+ msgstr "Indtast tekst"
735
+
736
+ #: views/contact_bank_frontend.php:342 views/contact_email.php:84
737
+ #: views/contact_email.php:144
738
+ msgid "Enter Email Address"
739
+ msgstr "Indtast Email Adresse"
740
+
741
+ #: views/contact_bank_frontend.php:952
742
+ msgid "Enter Hidden Text"
743
+ msgstr "Indtast Skjult tekst"
744
+
745
+ #: views/contact_bank_frontend.php:1040
746
+ msgid "Enter Password"
747
+ msgstr "Indtast Kodeord"
748
+
749
+ #: views/contact_bank_frontend.php:1051
750
+ msgid "Submit Form"
751
+ msgstr "Sende formular"
752
+
753
+ #: views/contact_email.php:9 views/contact_frontend_data.php:8
754
+ #: views/contact_view.php:9 views/edit_contact_view.php:31
755
+ msgid "Back to Dashboard"
756
+ msgstr "Tilbage til Instrumentbræt"
757
+
758
+ #: views/contact_email.php:13
759
+ msgid "Email Settings Saved. Kindly wait for the redirect."
760
+ msgstr "E-mail-indstillinger gemmes. Kindly vente på omdirigering."
761
+
762
+ #: views/contact_email.php:18 views/contact_email.php:49
763
+ #: views/contact_frontend_data.php:19 views/contact_frontend_data.php:32
764
+ msgid "Select Form"
765
+ msgstr "vælge formular"
766
+
767
+ #: views/contact_email.php:65
768
+ msgid "Admin Email"
769
+ msgstr "Admin Email"
770
+
771
+ #: views/contact_email.php:76
772
+ msgid "To"
773
+ msgstr "til"
774
+
775
+ #: views/contact_email.php:78
776
+ msgid "Enter Admin Email"
777
+ msgstr "Indtast Admin Email"
778
+
779
+ #: views/contact_email.php:82 views/contact_email.php:142
780
+ msgid "From"
781
+ msgstr "fra"
782
+
783
+ #: views/contact_email.php:89 views/contact_email.php:148
784
+ msgid "Subject"
785
+ msgstr "forbehold"
786
+
787
+ #: views/contact_email.php:91 views/contact_email.php:150
788
+ msgid "Enter Subject"
789
+ msgstr "Indtast Forbehold"
790
+
791
+ #: views/contact_email.php:100 views/contact_email.php:160
792
+ msgid "Email Content"
793
+ msgstr "Email indholdet"
794
+
795
+ #: views/contact_email.php:115 views/contact_email.php:175
796
+ msgid "Short Code Controls for Email"
797
+ msgstr "Kort kode Kontrolelementer til email"
798
+
799
+ #: views/contact_email.php:129
800
+ msgid "Client Email"
801
+ msgstr "Klient Email"
802
+
803
+ #: views/contact_frontend_data.php:14 views/contact_view.php:20
804
+ #: views/dashboard.php:15 views/dashboard.php:21
805
+ msgid "Form"
806
+ msgstr "fra"
807
+
808
+ #: views/contact_view.php:13
809
+ msgid "Form Submited. Kindly wait for the redirect."
810
+ msgstr "Formular Forelagt. Kindly vente på omdirigering."
811
+
812
+ #: views/contact_view.php:24 views/edit_contact_view.php:46
813
+ msgid "Form Name :"
814
+ msgstr "Formular navn:"
815
+
816
+ #: views/contact_view.php:27 views/edit_contact_view.php:49
817
+ msgid "Enter Form Name"
818
+ msgstr "Indtast Formular navn:"
819
+
820
+ #: views/contact_view.php:40 views/edit_contact_view.php:89
821
+ msgid "Control Buttons"
822
+ msgstr "styreknapperne"
823
+
824
+ #: views/contact_view.php:45 views/edit_contact_view.php:93
825
+ msgid "Text Box"
826
+ msgstr "Tekstboks"
827
+
828
+ #: views/contact_view.php:48 views/edit_contact_view.php:96
829
+ msgid "Text Area"
830
+ msgstr "Tekst Area"
831
+
832
+ #: views/contact_view.php:51 views/edit_contact_view.php:99
833
+ msgid "Email Address"
834
+ msgstr "Email Adresse"
835
+
836
+ #: views/contact_view.php:54 views/edit_contact_view.php:102
837
+ msgid "Dropdown Menu"
838
+ msgstr "rullemenuen"
839
+
840
+ #: views/contact_view.php:57 views/edit_contact_view.php:105
841
+ msgid "Checkboxes"
842
+ msgstr "afkrydsningsfelter"
843
+
844
+ #: views/contact_view.php:60 views/edit_contact_view.php:108
845
+ msgid "Multiple Choice"
846
+ msgstr "Flere svarmuligheder"
847
+
848
+ #: views/dashboard.php:5
849
+ msgid "Dashboard - Contact Bank"
850
+ msgstr "Instrumentbræt - Kontakt Banken"
851
+
852
+ #: views/dashboard.php:9
853
+ msgid "Delete All Forms"
854
+ msgstr "Slet alle formularer"
855
+
856
+ #: views/dashboard.php:22
857
+ msgid "Shortcode"
858
+ msgstr "kortkode"
859
+
860
+ #: views/dashboard.php:23
861
+ msgid "Action"
862
+ msgstr "indsats"
863
+
864
+ #: views/dashboard.php:43
865
+ msgid "Edit"
866
+ msgstr "Rediger"
867
+
868
+ #: views/dashboard.php:46
869
+ msgid "Delete"
870
+ msgstr "Slet"
871
+
872
+ #: views/dashboard.php:62
873
+ msgid "Server Settings"
874
+ msgstr "serverindstillinger"
875
+
876
+ #: views/dashboard.php:73
877
+ msgid "Not set"
878
+ msgstr "ikke indstillet"
879
+
880
+ #: views/dashboard.php:75 views/dashboard.php:78
881
+ msgid "On"
882
+ msgstr "på"
883
+
884
+ #: views/dashboard.php:76 views/dashboard.php:79
885
+ msgid "Off"
886
+ msgstr "sluk"
887
+
888
+ #: views/dashboard.php:82 views/dashboard.php:85 views/dashboard.php:88
889
+ #: views/dashboard.php:91 views/dashboard.php:94 views/dashboard.php:97
890
+ msgid "N/A"
891
+ msgstr "N/A"
892
+
893
+ #: views/dashboard.php:96
894
+ msgid " MByte"
895
+ msgstr " MByte"
896
+
897
+ #: views/dashboard.php:99 views/dashboard.php:102 views/dashboard.php:105
898
+ #: views/dashboard.php:155
899
+ msgid "Yes"
900
+ msgstr "Ja"
901
+
902
+ #: views/dashboard.php:100 views/dashboard.php:103 views/dashboard.php:106
903
+ #: views/dashboard.php:157
904
+ msgid "No"
905
+ msgstr "ingen"
906
+
907
+ #: views/dashboard.php:108
908
+ msgid "Operating System"
909
+ msgstr "operativsystem"
910
+
911
+ #: views/dashboard.php:109
912
+ msgid "Server"
913
+ msgstr "serveren"
914
+
915
+ #: views/dashboard.php:110
916
+ msgid "Memory usage"
917
+ msgstr "hukommelse skik"
918
+
919
+ #: views/dashboard.php:111
920
+ msgid "MYSQL Version"
921
+ msgstr "MYSQL udgave"
922
+
923
+ #: views/dashboard.php:112
924
+ msgid "SQL Mode"
925
+ msgstr "SQL-tilstand"
926
+
927
+ #: views/dashboard.php:113
928
+ msgid "PHP Version"
929
+ msgstr "PHP udgave"
930
+
931
+ #: views/dashboard.php:114
932
+ msgid "PHP Safe Mode"
933
+ msgstr "PHP fejlsikret tilstand"
934
+
935
+ #: views/dashboard.php:115
936
+ msgid "PHP Allow URL fopen"
937
+ msgstr "PHP Tillad URL fopen"
938
+
939
+ #: views/dashboard.php:116
940
+ msgid "PHP Memory Limit"
941
+ msgstr "PHPs hukommelsesgrænse"
942
+
943
+ #: views/dashboard.php:117
944
+ msgid "PHP Max Upload Size"
945
+ msgstr "PHP Max Overfør størrelse"
946
+
947
+ #: views/dashboard.php:118
948
+ msgid "PHP Max Post Size"
949
+ msgstr "PHP Max Indlæg størrelse"
950
+
951
+ #: views/dashboard.php:119
952
+ msgid "PCRE Backtracking Limit"
953
+ msgstr "PCRE trækker i land Grænse"
954
+
955
+ #: views/dashboard.php:120
956
+ msgid "PHP Max Script Execute Time"
957
+ msgstr "PHP Max Script Udfør Tid"
958
+
959
+ #: views/dashboard.php:121
960
+ msgid "PHP Exif support"
961
+ msgstr "PHP Exif støtte"
962
+
963
+ #: views/dashboard.php:122
964
+ msgid "PHP IPTC support"
965
+ msgstr "PHP IPTC støtte"
966
+
967
+ #: views/dashboard.php:123
968
+ msgid "PHP XML support"
969
+ msgstr "PHP XML støtte"
970
+
971
+ #: views/dashboard.php:131
972
+ msgid "Graphic Library Settings"
973
+ msgstr "Grafisk Biblioteksindstillinger"
974
+
975
+ #: views/dashboard.php:150
976
+ msgid "No GD support"
977
+ msgstr "Ingen GD støtte"
978
+
979
+ #: views/dashboard.php:186
980
+ msgid "Are you sure to delete this form ?"
981
+ msgstr "Er du sikker på at slette denne formular?"
982
+
983
+ #: views/dashboard.php:197
984
+ msgid "Are you sure to delete all forms ?"
985
+ msgstr "Er du sikker på at slette alle former?"
986
+
987
+ #: views/edit_contact_view.php:28
988
+ msgid "Edit Existing Form"
989
+ msgstr "Redigere eksisterende Form"
990
+
991
+ #: views/edit_contact_view.php:35
992
+ msgid "Form Updated. Kindly wait for the redirect."
993
+ msgstr "Formular opdateret. Kindly vente på omdirigering."
994
+
995
+ #: views/edit_contact_view.php:42
996
+ msgid "Edit Form"
997
+ msgstr "Rediger formular"
998
+
999
+ #: views/edit_contact_view.php:289 views/edit_contact_view.php:324
1000
+ #: views/edit_contact_view.php:393 views/edit_contact_view.php:442
1001
+ #: views/edit_contact_view.php:490
1002
+ msgid "Untitled :"
1003
+ msgstr "Unavngivet :"
1004
+
1005
+ #: views/edit_contact_view.php:359
1006
+ msgid "Email :"
1007
+ msgstr "Email :"
1008
+
1009
+ #: views/edit_contact_view.php:539
1010
+ msgid "File Upload :"
1011
+ msgstr "filen opload :"
1012
+
1013
+ #: views/edit_contact_view.php:586
1014
+ msgid "Date :"
1015
+ msgstr "dato :"
1016
+
1017
+ #: views/edit_contact_view.php:657
1018
+ msgid "Time :"
1019
+ msgstr "Tid :"
1020
+
1021
+ #: views/edit_contact_view.php:715
1022
+ msgid "Untitled(hidden) :"
1023
+ msgstr "Unavngivet (skjult) :"
1024
+
1025
+ #: views/edit_contact_view.php:747
1026
+ msgid "Password : "
1027
+ msgstr "adgangskode :"
1028
+
1029
+ #: views/edit_contact_view.php:1398
1030
+ msgid "1024"
1031
+ msgstr ""
languages/contact_bank-de_DE.mo ADDED
Binary file
languages/contact_bank-de_DE.po ADDED
@@ -0,0 +1,1031 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2013-11-16 11:56+0530\n"
5
+ "PO-Revision-Date: 2013-11-16 16:03+0530\n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "X-Generator: Poedit 1.5.7\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
13
+ "X-Poedit-Basepath: C:\\wamp\\www\\contact-bank3.7\\wp-content\\plugins"
14
+ "\\contact-bank\n"
15
+ "X-Poedit-SearchPath-0: .\n"
16
+
17
+ #: contact-bank.php:62
18
+ msgid "Contact Bank"
19
+ msgstr ""
20
+
21
+ #: contact-bank.php:63 contact-bank.php:431
22
+ msgid "Dashboard"
23
+ msgstr "Armaturenbrett"
24
+
25
+ #: contact-bank.php:64 contact-bank.php:437 views/contact_view.php:6
26
+ #: views/dashboard.php:8
27
+ msgid "Add New Form"
28
+ msgstr "Fügen Neues Formular"
29
+
30
+ #: contact-bank.php:65 contact-bank.php:443 views/contact_email.php:6
31
+ msgid "Email Settings"
32
+ msgstr "EMail Einstellungen"
33
+
34
+ #: contact-bank.php:66 contact-bank.php:449 views/contact_frontend_data.php:5
35
+ msgid "Form Entries"
36
+ msgstr "Formular Einträge"
37
+
38
+ #: includes/cb_checkbox.php:8 includes/cb_checkbox.php:50
39
+ #: includes/cb_checkbox.php:83 includes/cb_dropdown.php:8
40
+ #: includes/cb_dropdown.php:50 includes/cb_dropdown.php:83
41
+ #: includes/cb_multiple.php:8 includes/cb_multiple.php:49
42
+ #: includes/cb_multiple.php:82 includes/cb_text.php:8 includes/cb_text.php:50
43
+ #: includes/cb_text.php:85 includes/cb_textarea.php:9
44
+ #: includes/cb_textarea.php:52 includes/cb_textarea.php:93
45
+ #: views/edit_contact_view.php:992 views/edit_contact_view.php:1050
46
+ #: views/edit_contact_view.php:1179 views/edit_contact_view.php:1235
47
+ #: views/edit_contact_view.php:1305
48
+ msgid "Untitled"
49
+ msgstr "unbetitelten"
50
+
51
+ #: includes/cb_checkbox.php:13 includes/cb_checkbox.php:42
52
+ #: includes/cb_date.php:62 includes/cb_date.php:92 includes/cb_dropdown.php:14
53
+ #: includes/cb_dropdown.php:42 includes/cb_email.php:13
54
+ #: includes/cb_email.php:44 includes/cb_file_upload.php:12
55
+ #: includes/cb_file_upload.php:60 includes/cb_hidden.php:12
56
+ #: includes/cb_multiple.php:13 includes/cb_multiple.php:41
57
+ #: includes/cb_password.php:12 includes/cb_password.php:43
58
+ #: includes/cb_text.php:12 includes/cb_text.php:42 includes/cb_textarea.php:13
59
+ #: includes/cb_textarea.php:44 includes/cb_time.php:75
60
+ #: includes/cb_time.php:105
61
+ msgid "Settings"
62
+ msgstr "Einstellungen"
63
+
64
+ #: includes/cb_checkbox.php:29
65
+ msgid "Checkbox Control"
66
+ msgstr "Ankreuzfeld Steuerelement"
67
+
68
+ #: includes/cb_checkbox.php:36 includes/cb_date.php:86
69
+ #: includes/cb_dropdown.php:36 includes/cb_email.php:38
70
+ #: includes/cb_file_upload.php:54 includes/cb_hidden.php:36
71
+ #: includes/cb_multiple.php:35 includes/cb_password.php:37
72
+ #: includes/cb_text.php:36 includes/cb_textarea.php:38 includes/cb_time.php:99
73
+ msgid "Advanced"
74
+ msgstr "Erweiterte"
75
+
76
+ #: includes/cb_checkbox.php:39 includes/cb_checkbox.php:68
77
+ #: includes/cb_date.php:89 includes/cb_dropdown.php:39
78
+ #: includes/cb_dropdown.php:68 includes/cb_email.php:41
79
+ #: includes/cb_file_upload.php:57 includes/cb_multiple.php:38
80
+ #: includes/cb_multiple.php:67 includes/cb_password.php:40
81
+ #: includes/cb_text.php:39 includes/cb_textarea.php:41
82
+ #: includes/cb_time.php:102
83
+ msgid "Options"
84
+ msgstr "Möglichkeiten"
85
+
86
+ #: includes/cb_checkbox.php:48 includes/cb_checkbox.php:134
87
+ #: includes/cb_date.php:98 includes/cb_date.php:238
88
+ #: includes/cb_dropdown.php:48 includes/cb_dropdown.php:120
89
+ #: includes/cb_email.php:50 includes/cb_email.php:121
90
+ #: includes/cb_file_upload.php:66 includes/cb_file_upload.php:159
91
+ #: includes/cb_hidden.php:42 includes/cb_multiple.php:47
92
+ #: includes/cb_multiple.php:133 includes/cb_password.php:49
93
+ #: includes/cb_password.php:119 includes/cb_text.php:48
94
+ #: includes/cb_text.php:122 includes/cb_textarea.php:50
95
+ #: includes/cb_textarea.php:130 includes/cb_time.php:111
96
+ #: includes/cb_time.php:293
97
+ msgid "Label"
98
+ msgstr "Etikett"
99
+
100
+ #: includes/cb_checkbox.php:50 includes/cb_date.php:100
101
+ #: includes/cb_dropdown.php:50 includes/cb_email.php:52
102
+ #: includes/cb_file_upload.php:68 includes/cb_hidden.php:44
103
+ #: includes/cb_multiple.php:49 includes/cb_password.php:51
104
+ #: includes/cb_text.php:50 includes/cb_time.php:113
105
+ msgid "Enter Label"
106
+ msgstr "Geben etikett"
107
+
108
+ #: includes/cb_checkbox.php:54 includes/cb_checkbox.php:56
109
+ #: includes/cb_date.php:110 includes/cb_date.php:112
110
+ #: includes/cb_dropdown.php:54 includes/cb_dropdown.php:56
111
+ #: includes/cb_email.php:62 includes/cb_email.php:64
112
+ #: includes/cb_file_upload.php:78 includes/cb_file_upload.php:80
113
+ #: includes/cb_multiple.php:53 includes/cb_multiple.php:55
114
+ #: includes/cb_password.php:61 includes/cb_password.php:63
115
+ #: includes/cb_text.php:60 includes/cb_text.php:62 includes/cb_textarea.php:62
116
+ #: includes/cb_textarea.php:64 includes/cb_time.php:123
117
+ #: includes/cb_time.php:125
118
+ msgid "Required"
119
+ msgstr "erforderlich"
120
+
121
+ #: includes/cb_checkbox.php:57 includes/cb_date.php:113
122
+ #: includes/cb_dropdown.php:57 includes/cb_email.php:65
123
+ #: includes/cb_file_upload.php:81 includes/cb_multiple.php:56
124
+ #: includes/cb_password.php:64 includes/cb_text.php:63
125
+ #: includes/cb_textarea.php:65 includes/cb_time.php:126
126
+ msgid "Not Required"
127
+ msgstr "Nicht erforderlich"
128
+
129
+ #: includes/cb_checkbox.php:61 includes/cb_date.php:117
130
+ #: includes/cb_dropdown.php:61 includes/cb_email.php:69
131
+ #: includes/cb_file_upload.php:85 includes/cb_multiple.php:60
132
+ #: includes/cb_password.php:68 includes/cb_text.php:67
133
+ #: includes/cb_time.php:130
134
+ msgid "Tooltip Text"
135
+ msgstr "Werkzeugspitze Text "
136
+
137
+ #: includes/cb_checkbox.php:63 includes/cb_date.php:119
138
+ #: includes/cb_dropdown.php:63 includes/cb_email.php:71
139
+ #: includes/cb_file_upload.php:87 includes/cb_password.php:70
140
+ #: includes/cb_textarea.php:71 includes/cb_time.php:132
141
+ msgid "Enter Tooltip"
142
+ msgstr "Geben Werkzeugspitze"
143
+
144
+ #: includes/cb_checkbox.php:70 includes/cb_checkbox.php:127
145
+ msgid "Enter Options"
146
+ msgstr "Geben Sie Möglichkeiten"
147
+
148
+ #: includes/cb_checkbox.php:70 includes/cb_dropdown.php:70
149
+ #: includes/cb_multiple.php:69
150
+ msgid "Add option"
151
+ msgstr "fügen Möglichkeit"
152
+
153
+ #: includes/cb_checkbox.php:81 includes/cb_dropdown.php:81
154
+ #: includes/cb_file_upload.php:100 includes/cb_password.php:79
155
+ #: includes/cb_time.php:141
156
+ msgid "Admin Label"
157
+ msgstr "Admin Etikett"
158
+
159
+ #: includes/cb_checkbox.php:83 includes/cb_date.php:130
160
+ #: includes/cb_dropdown.php:83 includes/cb_email.php:83
161
+ #: includes/cb_file_upload.php:102 includes/cb_multiple.php:82
162
+ #: includes/cb_password.php:81 includes/cb_time.php:143
163
+ msgid "Enter Admin Label"
164
+ msgstr "Geben Admin Etikett"
165
+
166
+ #: includes/cb_checkbox.php:87 includes/cb_date.php:134
167
+ #: includes/cb_dropdown.php:87 includes/cb_email.php:87
168
+ #: includes/cb_file_upload.php:106 includes/cb_hidden.php:60
169
+ #: includes/cb_multiple.php:86 includes/cb_password.php:85
170
+ #: includes/cb_text.php:89 includes/cb_textarea.php:97
171
+ #: includes/cb_time.php:147
172
+ msgid "Do not show in the email"
173
+ msgstr "Nicht anzeigen im EMail "
174
+
175
+ #: includes/cb_checkbox.php:97 includes/cb_multiple.php:96
176
+ msgid "Css Label :"
177
+ msgstr "CSS Etikett :"
178
+
179
+ #: includes/cb_checkbox.php:99 includes/cb_date.php:196
180
+ #: includes/cb_dropdown.php:99 includes/cb_email.php:100
181
+ #: includes/cb_file_upload.php:145 includes/cb_multiple.php:98
182
+ #: includes/cb_password.php:97 includes/cb_text.php:101
183
+ #: includes/cb_time.php:251
184
+ msgid "Enter Css Label"
185
+ msgstr "Geben CSS Etikett :"
186
+
187
+ #: includes/cb_checkbox.php:104
188
+ msgid "CSS Description :"
189
+ msgstr "CSS Beschreibung:"
190
+
191
+ #: includes/cb_checkbox.php:106 includes/cb_date.php:210
192
+ #: includes/cb_dropdown.php:113 includes/cb_email.php:114
193
+ #: includes/cb_file_upload.php:152 includes/cb_multiple.php:105
194
+ #: includes/cb_password.php:112 includes/cb_text.php:115
195
+ #: includes/cb_time.php:265
196
+ msgid "Enter Css Description"
197
+ msgstr "Geben CSS Beschreibung:"
198
+
199
+ #: includes/cb_checkbox.php:111
200
+ msgid "CSS Options outer wrapper :"
201
+ msgstr "CSS Möglichkeiten äußeren Deckblatt:"
202
+
203
+ #: includes/cb_checkbox.php:113
204
+ msgid "Enter Css Outer Wrapper"
205
+ msgstr "Geben CSS äußeren Deckblatt:"
206
+
207
+ #: includes/cb_checkbox.php:118
208
+ msgid "CSS Option Wrapper :"
209
+ msgstr "CSS optionsart Ballenwickler:"
210
+
211
+ #: includes/cb_checkbox.php:120
212
+ msgid "Enter Css Option Wrapper"
213
+ msgstr "Geben CSS optionsart Ballenwickler:"
214
+
215
+ #: includes/cb_checkbox.php:125
216
+ msgid "CSS Options Label :"
217
+ msgstr "CSS Optionen,Etikett :"
218
+
219
+ #: includes/cb_checkbox.php:132 includes/cb_date.php:236
220
+ #: includes/cb_dropdown.php:118 includes/cb_email.php:119
221
+ #: includes/cb_file_upload.php:157 includes/cb_multiple.php:131
222
+ #: includes/cb_password.php:117 includes/cb_text.php:120
223
+ #: includes/cb_textarea.php:128 includes/cb_time.php:291
224
+ msgid "Add a style to"
225
+ msgstr "Fügen Sie einen Stil, um"
226
+
227
+ #: includes/cb_checkbox.php:135 includes/cb_date.php:104
228
+ #: includes/cb_date.php:240 includes/cb_dropdown.php:122
229
+ #: includes/cb_email.php:56 includes/cb_email.php:123
230
+ #: includes/cb_file_upload.php:72 includes/cb_file_upload.php:160
231
+ #: includes/cb_multiple.php:134 includes/cb_password.php:55
232
+ #: includes/cb_password.php:121 includes/cb_text.php:54
233
+ #: includes/cb_text.php:124 includes/cb_textarea.php:56
234
+ #: includes/cb_textarea.php:132 includes/cb_time.php:117
235
+ #: includes/cb_time.php:295
236
+ msgid "Description"
237
+ msgstr "Beschreibung"
238
+
239
+ #: includes/cb_checkbox.php:136 includes/cb_multiple.php:135
240
+ msgid "Options outer wrapper"
241
+ msgstr "Optionen-äußere ballenwickler"
242
+
243
+ #: includes/cb_checkbox.php:137
244
+ msgid "Options wrapper"
245
+ msgstr "Optionen ballenwickler"
246
+
247
+ #: includes/cb_checkbox.php:138 includes/cb_multiple.php:137
248
+ msgid "Options label"
249
+ msgstr "Möglichkeiten Etikett"
250
+
251
+ #: includes/cb_checkbox.php:148 includes/cb_date.php:253
252
+ #: includes/cb_dropdown.php:132 includes/cb_email.php:143
253
+ #: includes/cb_file_upload.php:170 includes/cb_hidden.php:72
254
+ #: includes/cb_multiple.php:147 includes/cb_password.php:141
255
+ #: includes/cb_text.php:144 includes/cb_textarea.php:152
256
+ #: includes/cb_time.php:308 views/contact_email.php:183
257
+ #: views/contact_view.php:34 views/edit_contact_view.php:83
258
+ msgid "Save"
259
+ msgstr "Sparen"
260
+
261
+ #: includes/cb_checkbox.php:202 includes/cb_checkbox.php:267
262
+ #: includes/cb_dropdown.php:228 includes/cb_dropdown.php:278
263
+ #: includes/cb_multiple.php:202 includes/cb_multiple.php:268
264
+ msgid "Update"
265
+ msgstr "aktualisieren"
266
+
267
+ #: includes/cb_checkbox.php:256 includes/cb_dropdown.php:270
268
+ #: includes/cb_multiple.php:257
269
+ msgid "Please Fill an Option."
270
+ msgstr "Bitte geben Sie eine Optionsart."
271
+
272
+ #: includes/cb_checkbox.php:272 includes/cb_multiple.php:273
273
+ msgid "This Option Already Exists."
274
+ msgstr "Diese optionsart Existiert bereits."
275
+
276
+ #: includes/cb_checkbox.php:294 includes/cb_dropdown.php:286
277
+ #: includes/cb_dropdown.php:308 includes/cb_multiple.php:295
278
+ msgid "This Option Already Exists. "
279
+ msgstr "Diese optionsart Existiert bereits."
280
+
281
+ #: includes/cb_checkbox.php:305 includes/cb_dropdown.php:319
282
+ #: includes/cb_multiple.php:306
283
+ msgid "Option updated"
284
+ msgstr "Optionsart aktualisierte"
285
+
286
+ #: includes/cb_date.php:8 includes/cb_date.php:100 includes/cb_date.php:130
287
+ #: views/contact_view.php:66 views/edit_contact_view.php:114
288
+ #: views/edit_contact_view.php:1421
289
+ msgid "Date"
290
+ msgstr "Datum"
291
+
292
+ #: includes/cb_date.php:12 includes/cb_date.php:155 includes/cb_date.php:308
293
+ #: includes/cb_date.php:380 views/contact_bank_frontend.php:679
294
+ msgid "Day"
295
+ msgstr "Tag"
296
+
297
+ #: includes/cb_date.php:32 includes/cb_date.php:159 includes/cb_date.php:323
298
+ #: includes/cb_date.php:395 views/contact_bank_frontend.php:707
299
+ msgid "Month"
300
+ msgstr "Monat"
301
+
302
+ #: includes/cb_date.php:47 includes/cb_date.php:162 includes/cb_date.php:357
303
+ #: includes/cb_date.php:417 views/contact_bank_frontend.php:729
304
+ msgid "Year"
305
+ msgstr "Jahr"
306
+
307
+ #: includes/cb_date.php:79
308
+ msgid "Date Control"
309
+ msgstr "Datum unter Kontrolle"
310
+
311
+ #: includes/cb_date.php:106 includes/cb_email.php:58
312
+ #: includes/cb_file_upload.php:74 includes/cb_password.php:57
313
+ #: includes/cb_text.php:56 includes/cb_time.php:119
314
+ msgid "Enter Description"
315
+ msgstr "Eingeben Beschreibung"
316
+
317
+ #: includes/cb_date.php:128 includes/cb_email.php:81 includes/cb_hidden.php:54
318
+ #: includes/cb_multiple.php:80 includes/cb_text.php:83
319
+ #: includes/cb_textarea.php:91
320
+ msgid "Admin label"
321
+ msgstr "AdminEtikett"
322
+
323
+ #: includes/cb_date.php:140
324
+ msgid "Start year"
325
+ msgstr "Startjahr"
326
+
327
+ #: includes/cb_date.php:142
328
+ msgid "Enter Start Year"
329
+ msgstr "eingeben Startjahr"
330
+
331
+ #: includes/cb_date.php:146
332
+ msgid "End year"
333
+ msgstr "ende-Jahr"
334
+
335
+ #: includes/cb_date.php:148
336
+ msgid "Enter End Year "
337
+ msgstr "eingeben ende-Jahr"
338
+
339
+ #: includes/cb_date.php:152 includes/cb_text.php:77
340
+ #: includes/cb_textarea.php:85 includes/cb_time.php:175
341
+ msgid "Default value"
342
+ msgstr "Vorgabewert"
343
+
344
+ #: includes/cb_date.php:167
345
+ msgid "Error message if invalid date"
346
+ msgstr "Fehlermeldung wenn ungültige datum"
347
+
348
+ #: includes/cb_date.php:169
349
+ msgid "Enter Error Message"
350
+ msgstr "Eingeben Fehlermeldung"
351
+
352
+ #: includes/cb_date.php:173
353
+ msgid "Date format"
354
+ msgstr "datumsformat"
355
+
356
+ #: includes/cb_date.php:194 includes/cb_dropdown.php:97
357
+ #: includes/cb_email.php:98 includes/cb_file_upload.php:143
358
+ #: includes/cb_password.php:95 includes/cb_text.php:99
359
+ #: includes/cb_time.php:249
360
+ msgid "Css Label"
361
+ msgstr "Css Etikett"
362
+
363
+ #: includes/cb_date.php:201 includes/cb_email.php:105 includes/cb_time.php:256
364
+ msgid "Css Text Input"
365
+ msgstr "Css Texteingabe"
366
+
367
+ #: includes/cb_date.php:203 includes/cb_text.php:108 includes/cb_time.php:258
368
+ msgid "Enter Css Text Input"
369
+ msgstr "Eingeben Css Texteingabe"
370
+
371
+ #: includes/cb_date.php:208 includes/cb_dropdown.php:111
372
+ #: includes/cb_email.php:112 includes/cb_file_upload.php:150
373
+ #: includes/cb_password.php:110 includes/cb_time.php:263
374
+ msgid "Css Description"
375
+ msgstr "Css Beschreibung"
376
+
377
+ #: includes/cb_date.php:215
378
+ msgid "Css Day"
379
+ msgstr "Css Tag"
380
+
381
+ #: includes/cb_date.php:217
382
+ msgid "Enter Css Day"
383
+ msgstr "Eingeben Css Tag"
384
+
385
+ #: includes/cb_date.php:222
386
+ msgid "Css Month"
387
+ msgstr "CSS Monat"
388
+
389
+ #: includes/cb_date.php:224
390
+ msgid "Enter Css Month"
391
+ msgstr "Eingeben CSS Monat"
392
+
393
+ #: includes/cb_date.php:229
394
+ msgid "Css Year"
395
+ msgstr "CSS Jahr"
396
+
397
+ #: includes/cb_date.php:231
398
+ msgid "Enter Css Year"
399
+ msgstr "Eingeben CSS Jahr"
400
+
401
+ #: includes/cb_date.php:239 includes/cb_email.php:122
402
+ #: includes/cb_password.php:120 includes/cb_textarea.php:131
403
+ #: includes/cb_time.php:294
404
+ msgid "Text input"
405
+ msgstr "Texteingabe"
406
+
407
+ #: includes/cb_date.php:241
408
+ msgid "Date day dropdown"
409
+ msgstr "Datum Tag, fallen lassen hinunter"
410
+
411
+ #: includes/cb_date.php:242
412
+ msgid "Date month dropdown"
413
+ msgstr "Datum Monat, fallen lassen hinunter"
414
+
415
+ #: includes/cb_date.php:243
416
+ msgid "Date year dropdown"
417
+ msgstr "datum jahr,fallen lassen hinunter"
418
+
419
+ #: includes/cb_dropdown.php:12 includes/cb_dropdown.php:344
420
+ #: views/contact_bank_frontend.php:385 views/contact_bank_frontend.php:398
421
+ msgid "Select option"
422
+ msgstr "auswählen Optionsart"
423
+
424
+ #: includes/cb_dropdown.php:29
425
+ msgid "Dropdown Control"
426
+ msgstr "fallen lassen hinunter Steuerung"
427
+
428
+ #: includes/cb_dropdown.php:70 includes/cb_multiple.php:69
429
+ msgid "Enter Option"
430
+ msgstr "Geben optionsart"
431
+
432
+ #: includes/cb_dropdown.php:104
433
+ msgid "Css Dropdown Menu"
434
+ msgstr "CSS Klappmenü"
435
+
436
+ #: includes/cb_dropdown.php:106
437
+ msgid "Enter Css Dropdown Menu"
438
+ msgstr "Geben CSS Klappmenü"
439
+
440
+ #: includes/cb_dropdown.php:121
441
+ msgid "Dropdown menu"
442
+ msgstr "Klappmenü"
443
+
444
+ #: includes/cb_email.php:9 includes/cb_email.php:52 includes/cb_email.php:83
445
+ #: views/contact_email.php:72 views/contact_email.php:138
446
+ #: views/edit_contact_view.php:1113
447
+ msgid "Email"
448
+ msgstr "Email"
449
+
450
+ #: includes/cb_email.php:30
451
+ msgid "Email Control"
452
+ msgstr "Email Kontrolle"
453
+
454
+ #: includes/cb_email.php:107 includes/cb_password.php:105
455
+ msgid "Enter Css Input Text"
456
+ msgstr "Eingeben CSS EingabeTextes"
457
+
458
+ #: includes/cb_email.php:127 includes/cb_password.php:125
459
+ #: includes/cb_text.php:128 includes/cb_textarea.php:136
460
+ msgid "Add a filter"
461
+ msgstr "Fügen Sie einen Filtern"
462
+
463
+ #: includes/cb_email.php:129 includes/cb_password.php:127
464
+ #: includes/cb_text.php:130 includes/cb_textarea.php:138
465
+ msgid "Alpha"
466
+ msgstr "&agr;"
467
+
468
+ #: includes/cb_email.php:130 includes/cb_password.php:128
469
+ #: includes/cb_text.php:131 includes/cb_textarea.php:139
470
+ msgid "Alpha Numeric"
471
+ msgstr "alpha Numerisch"
472
+
473
+ #: includes/cb_email.php:131 includes/cb_password.php:129
474
+ #: includes/cb_text.php:132 includes/cb_textarea.php:140
475
+ msgid "Digits"
476
+ msgstr "Ziffern"
477
+
478
+ #: includes/cb_email.php:132 includes/cb_password.php:130
479
+ #: includes/cb_text.php:133 includes/cb_textarea.php:141
480
+ msgid "Strip Tags"
481
+ msgstr "Streifen Stichwörter"
482
+
483
+ #: includes/cb_email.php:133 includes/cb_password.php:131
484
+ #: includes/cb_text.php:134 includes/cb_textarea.php:142
485
+ msgid "Trim"
486
+ msgstr "Trimmen"
487
+
488
+ #: includes/cb_file_upload.php:9 includes/cb_file_upload.php:68
489
+ #: includes/cb_file_upload.php:102 views/contact_view.php:63
490
+ #: views/edit_contact_view.php:111 views/edit_contact_view.php:1374
491
+ msgid "File Upload"
492
+ msgstr "Datei Hochladen"
493
+
494
+ #: includes/cb_file_upload.php:46
495
+ msgid "Fileupload Control"
496
+ msgstr "Datei Hochladen Kontrolle"
497
+
498
+ #: includes/cb_file_upload.php:112
499
+ msgid "Allow Multiple Uploads"
500
+ msgstr "Erlaube mehrere Hinterlegte Dokumente"
501
+
502
+ #: includes/cb_file_upload.php:118
503
+ msgid "Allowed File Extensions"
504
+ msgstr "Erlaubte Dateiendungen"
505
+
506
+ #: includes/cb_file_upload.php:120
507
+ msgid "Enter File Extensions"
508
+ msgstr "Eingeben Dateiendungen"
509
+
510
+ #: includes/cb_file_upload.php:122
511
+ msgid "The file extensions must be seperated with semicolons(' ; ')"
512
+ msgstr "Die Dateiendungen müssen durch ein Semikolon (';') "
513
+
514
+ #: includes/cb_file_upload.php:126
515
+ msgid "Allowed File Size"
516
+ msgstr "Erlaubte Dateigröße"
517
+
518
+ #: includes/cb_file_upload.php:130
519
+ msgid "File Size must be in Kb"
520
+ msgstr "Dateigröße muss sein im Kb"
521
+
522
+ #: includes/cb_hidden.php:8
523
+ msgid "Untitled (hidden)"
524
+ msgstr "unbetitelten(versteckte)"
525
+
526
+ #: includes/cb_hidden.php:11 views/contact_bank_frontend.php:952
527
+ #: views/contact_view.php:72 views/edit_contact_view.php:120
528
+ msgid "Hidden"
529
+ msgstr "versteckte"
530
+
531
+ #: includes/cb_hidden.php:29
532
+ msgid "Hidden Control"
533
+ msgstr "versteckte steuern"
534
+
535
+ #: includes/cb_hidden.php:44 includes/cb_hidden.php:56
536
+ #: views/edit_contact_view.php:1619
537
+ msgid "Untitled(hidden)"
538
+ msgstr "unbetitelten(versteckte)"
539
+
540
+ #: includes/cb_hidden.php:48
541
+ msgid "Default Value"
542
+ msgstr "Vorgabewert"
543
+
544
+ #: includes/cb_hidden.php:50 includes/cb_text.php:79
545
+ msgid "Enter Default Value"
546
+ msgstr "Eingeben Vorgabewert wertes"
547
+
548
+ #: includes/cb_hidden.php:56 includes/cb_text.php:85
549
+ #: includes/cb_textarea.php:93
550
+ msgid "Enter Admin label"
551
+ msgstr "Geben AdminEtikett"
552
+
553
+ #: includes/cb_multiple.php:28
554
+ msgid "Radio Buttons"
555
+ msgstr "FunkSchaltflächen"
556
+
557
+ #: includes/cb_multiple.php:62 includes/cb_text.php:69
558
+ msgid "Enter Tooltip Text"
559
+ msgstr "Geben Sie werkzeugspitze text"
560
+
561
+ #: includes/cb_multiple.php:103
562
+ msgid "Css Description :"
563
+ msgstr "CSS Beschreibung:"
564
+
565
+ #: includes/cb_multiple.php:110
566
+ msgid "Css Options outer wrapper :"
567
+ msgstr "CSS Möglichkeiten äußeren Deckblatt:"
568
+
569
+ #: includes/cb_multiple.php:112
570
+ msgid "Enter Css Options outer wrapper"
571
+ msgstr "Geben CSS Optionen äußeren Deckblatt:"
572
+
573
+ #: includes/cb_multiple.php:117
574
+ msgid "CSS Options Wrapper :"
575
+ msgstr "CSS Möglichkeiten Ballenwickler:"
576
+
577
+ #: includes/cb_multiple.php:119
578
+ msgid "Enter Css Options Wrapper"
579
+ msgstr "Geben CSS Möglichkeiten Ballenwickler:"
580
+
581
+ #: includes/cb_multiple.php:124
582
+ msgid "CSS Option Label :"
583
+ msgstr "CSS optionsart Etikett :"
584
+
585
+ #: includes/cb_multiple.php:126
586
+ msgid "Enter Css Option Label"
587
+ msgstr "Geben CSS optionsart Etikett :"
588
+
589
+ #: includes/cb_multiple.php:136
590
+ msgid "Options wrapper"
591
+ msgstr "Optionen ballenwickler:"
592
+
593
+ #: includes/cb_password.php:8 includes/cb_password.php:51
594
+ #: includes/cb_password.php:81 views/contact_view.php:75
595
+ #: views/edit_contact_view.php:123 views/edit_contact_view.php:1629
596
+ msgid "Password"
597
+ msgstr "Kennwort"
598
+
599
+ #: includes/cb_password.php:29
600
+ msgid "Password Control"
601
+ msgstr "Passwort Kontrolle"
602
+
603
+ #: includes/cb_password.php:103
604
+ msgid "Css Input Text"
605
+ msgstr " CSS EingabeTextes"
606
+
607
+ #: includes/cb_text.php:29
608
+ msgid "Textbox Control"
609
+ msgstr "Textfeld Kontrolle"
610
+
611
+ #: includes/cb_text.php:106
612
+ msgid " Css Text Input"
613
+ msgstr " CSS Textes Eingabe"
614
+
615
+ #: includes/cb_text.php:113
616
+ msgid " Css Description"
617
+ msgstr "CSS Beschreibung"
618
+
619
+ #: includes/cb_text.php:123
620
+ msgid "Text Input"
621
+ msgstr "Textes Eingabe"
622
+
623
+ #: includes/cb_textarea.php:30
624
+ msgid "Textarea Control"
625
+ msgstr "Textbereich Kontrolle"
626
+
627
+ #: includes/cb_textarea.php:52
628
+ msgid "Enter label"
629
+ msgstr "Geben ein Etikett"
630
+
631
+ #: includes/cb_textarea.php:58
632
+ msgid "Enter Description"
633
+ msgstr "Eingeben Beschreibung"
634
+
635
+ #: includes/cb_textarea.php:69
636
+ msgid "Tooltip text"
637
+ msgstr "Werkzeugspitze Textes"
638
+
639
+ #: includes/cb_textarea.php:87
640
+ msgid "Enter Default value"
641
+ msgstr "Eingeben Vorgabewert wertes"
642
+
643
+ #: includes/cb_textarea.php:107
644
+ msgid "CSS label"
645
+ msgstr "CSS Etikett"
646
+
647
+ #: includes/cb_textarea.php:109
648
+ msgid "Enter css Label"
649
+ msgstr "Geben CSS Etikett"
650
+
651
+ #: includes/cb_textarea.php:114
652
+ msgid "CSS textinput"
653
+ msgstr "CSS Texteingabe"
654
+
655
+ #: includes/cb_textarea.php:116
656
+ msgid "Enter css textinput"
657
+ msgstr "Geben CSS Texteingabe"
658
+
659
+ #: includes/cb_textarea.php:121
660
+ msgid "CSS description"
661
+ msgstr "CSS Beschreibung"
662
+
663
+ #: includes/cb_textarea.php:123
664
+ msgid "Enter css description"
665
+ msgstr "Eingeben CSS Beschreibung"
666
+
667
+ #: includes/cb_time.php:8 includes/cb_time.php:113 includes/cb_time.php:143
668
+ #: views/contact_view.php:69 views/edit_contact_view.php:117
669
+ #: views/edit_contact_view.php:1514
670
+ msgid "Time"
671
+ msgstr "Zeit"
672
+
673
+ #: includes/cb_time.php:12 includes/cb_time.php:32 includes/cb_time.php:178
674
+ #: includes/cb_time.php:198 views/contact_bank_frontend.php:821
675
+ #: views/contact_bank_frontend.php:847 views/contact_bank_frontend.php:873
676
+ msgid "Hour"
677
+ msgstr "Stunde"
678
+
679
+ #: includes/cb_time.php:52 includes/cb_time.php:218
680
+ #: views/contact_bank_frontend.php:897
681
+ msgid "Minute"
682
+ msgstr "minütigen"
683
+
684
+ #: includes/cb_time.php:92
685
+ msgid "Time Control"
686
+ msgstr "Zeitkontrolle"
687
+
688
+ #: includes/cb_time.php:153
689
+ msgid "12/24 hour time"
690
+ msgstr "12/24 Stunden Zeit"
691
+
692
+ #: includes/cb_time.php:162
693
+ msgid "Time format"
694
+ msgstr "zeitformat"
695
+
696
+ #: includes/cb_time.php:270
697
+ msgid "Css Hour"
698
+ msgstr "CSS Stunde"
699
+
700
+ #: includes/cb_time.php:272
701
+ msgid "Enter Css Hour"
702
+ msgstr "Geben CSS Stunde"
703
+
704
+ #: includes/cb_time.php:277
705
+ msgid "Css Minute"
706
+ msgstr "CSS minütigen"
707
+
708
+ #: includes/cb_time.php:279
709
+ msgid "Enter Css Minute"
710
+ msgstr "Geben CSS minütigen"
711
+
712
+ #: includes/cb_time.php:284
713
+ msgid "Css am/pm"
714
+ msgstr "CSS am/pm"
715
+
716
+ #: includes/cb_time.php:286
717
+ msgid "Enter Css am/pm"
718
+ msgstr "Geben CSS am/pm"
719
+
720
+ #: includes/cb_time.php:296
721
+ msgid "Time hour dropdown"
722
+ msgstr "Zeit stunde, fallen lassen hinunter"
723
+
724
+ #: includes/cb_time.php:297
725
+ msgid "Time minute dropdown"
726
+ msgstr "Zeit minütigen, fallen lassen hinunter"
727
+
728
+ #: includes/cb_time.php:298
729
+ msgid "Time am/pm dropdown"
730
+ msgstr "Zeit Am/Pm Tropfen hinunter"
731
+
732
+ #: views/contact_bank_frontend.php:153
733
+ msgid "Enter Text"
734
+ msgstr "Geben Text von"
735
+
736
+ #: views/contact_bank_frontend.php:342 views/contact_email.php:84
737
+ #: views/contact_email.php:144
738
+ msgid "Enter Email Address"
739
+ msgstr "Geben EMail Adresse"
740
+
741
+ #: views/contact_bank_frontend.php:952
742
+ msgid "Enter Hidden Text"
743
+ msgstr "Geben verborgenem text"
744
+
745
+ #: views/contact_bank_frontend.php:1040
746
+ msgid "Enter Password"
747
+ msgstr "Geben Sie das Passwort"
748
+
749
+ #: views/contact_bank_frontend.php:1051
750
+ msgid "Submit Form"
751
+ msgstr "Formular absenden"
752
+
753
+ #: views/contact_email.php:9 views/contact_frontend_data.php:8
754
+ #: views/contact_view.php:9 views/edit_contact_view.php:31
755
+ msgid "Back to Dashboard"
756
+ msgstr "Zurück an Armaturenbrett"
757
+
758
+ #: views/contact_email.php:13
759
+ msgid "Email Settings Saved. Kindly wait for the redirect."
760
+ msgstr "E-Mail-Einstellungen gespeichert. Bitte warten Sie auf die Umleitung."
761
+
762
+ #: views/contact_email.php:18 views/contact_email.php:49
763
+ #: views/contact_frontend_data.php:19 views/contact_frontend_data.php:32
764
+ msgid "Select Form"
765
+ msgstr "Formular auswählen"
766
+
767
+ #: views/contact_email.php:65
768
+ msgid "Admin Email"
769
+ msgstr "Admin Email"
770
+
771
+ #: views/contact_email.php:76
772
+ msgid "To"
773
+ msgstr "Um"
774
+
775
+ #: views/contact_email.php:78
776
+ msgid "Enter Admin Email"
777
+ msgstr "Geben Admin Email"
778
+
779
+ #: views/contact_email.php:82 views/contact_email.php:142
780
+ msgid "From"
781
+ msgstr "von"
782
+
783
+ #: views/contact_email.php:89 views/contact_email.php:148
784
+ msgid "Subject"
785
+ msgstr "unterworfen"
786
+
787
+ #: views/contact_email.php:91 views/contact_email.php:150
788
+ msgid "Enter Subject"
789
+ msgstr "Geben Betreff"
790
+
791
+ #: views/contact_email.php:100 views/contact_email.php:160
792
+ msgid "Email Content"
793
+ msgstr "Email Inhalte"
794
+
795
+ #: views/contact_email.php:115 views/contact_email.php:175
796
+ msgid "Short Code Controls for Email"
797
+ msgstr "Kurzen Code Steuerungen für Email"
798
+
799
+ #: views/contact_email.php:129
800
+ msgid "Client Email"
801
+ msgstr "Klient"
802
+
803
+ #: views/contact_frontend_data.php:14 views/contact_view.php:20
804
+ #: views/dashboard.php:15 views/dashboard.php:21
805
+ msgid "Form"
806
+ msgstr "Formular"
807
+
808
+ #: views/contact_view.php:13
809
+ msgid "Form Submited. Kindly wait for the redirect."
810
+ msgstr "Form eingereicht. Bitte warten Sie auf die Umleitung."
811
+
812
+ #: views/contact_view.php:24 views/edit_contact_view.php:46
813
+ msgid "Form Name :"
814
+ msgstr "Formular Namen"
815
+
816
+ #: views/contact_view.php:27 views/edit_contact_view.php:49
817
+ msgid "Enter Form Name"
818
+ msgstr "Geben Formular Namen"
819
+
820
+ #: views/contact_view.php:40 views/edit_contact_view.php:89
821
+ msgid "Control Buttons"
822
+ msgstr "Bedientasten"
823
+
824
+ #: views/contact_view.php:45 views/edit_contact_view.php:93
825
+ msgid "Text Box"
826
+ msgstr "Textfeld"
827
+
828
+ #: views/contact_view.php:48 views/edit_contact_view.php:96
829
+ msgid "Text Area"
830
+ msgstr "textbereich"
831
+
832
+ #: views/contact_view.php:51 views/edit_contact_view.php:99
833
+ msgid "Email Address"
834
+ msgstr "Email Adresse"
835
+
836
+ #: views/contact_view.php:54 views/edit_contact_view.php:102
837
+ msgid "Dropdown Menu"
838
+ msgstr "Klappmenü"
839
+
840
+ #: views/contact_view.php:57 views/edit_contact_view.php:105
841
+ msgid "Checkboxes"
842
+ msgstr "Ankreuzfelder"
843
+
844
+ #: views/contact_view.php:60 views/edit_contact_view.php:108
845
+ msgid "Multiple Choice"
846
+ msgstr "Mehrfache Wahl"
847
+
848
+ #: views/dashboard.php:5
849
+ msgid "Dashboard - Contact Bank"
850
+ msgstr "Armaturenbrett - aus Kontakt Bankverbindung"
851
+
852
+ #: views/dashboard.php:9
853
+ msgid "Delete All Forms"
854
+ msgstr "Lösche alle Formulare"
855
+
856
+ #: views/dashboard.php:22
857
+ msgid "Shortcode"
858
+ msgstr "Kurz Kode"
859
+
860
+ #: views/dashboard.php:23
861
+ msgid "Action"
862
+ msgstr "Handlung"
863
+
864
+ #: views/dashboard.php:43
865
+ msgid "Edit"
866
+ msgstr "editieren"
867
+
868
+ #: views/dashboard.php:46
869
+ msgid "Delete"
870
+ msgstr "löschen Sie"
871
+
872
+ #: views/dashboard.php:62
873
+ msgid "Server Settings"
874
+ msgstr "servereinstellungen"
875
+
876
+ #: views/dashboard.php:73
877
+ msgid "Not set"
878
+ msgstr "Nicht eingestellt"
879
+
880
+ #: views/dashboard.php:75 views/dashboard.php:78
881
+ msgid "On"
882
+ msgstr "Am"
883
+
884
+ #: views/dashboard.php:76 views/dashboard.php:79
885
+ msgid "Off"
886
+ msgstr "Rabatt"
887
+
888
+ #: views/dashboard.php:82 views/dashboard.php:85 views/dashboard.php:88
889
+ #: views/dashboard.php:91 views/dashboard.php:94 views/dashboard.php:97
890
+ msgid "N/A"
891
+ msgstr "N/A"
892
+
893
+ #: views/dashboard.php:96
894
+ msgid " MByte"
895
+ msgstr " MByte"
896
+
897
+ #: views/dashboard.php:99 views/dashboard.php:102 views/dashboard.php:105
898
+ #: views/dashboard.php:155
899
+ msgid "Yes"
900
+ msgstr "Ja"
901
+
902
+ #: views/dashboard.php:100 views/dashboard.php:103 views/dashboard.php:106
903
+ #: views/dashboard.php:157
904
+ msgid "No"
905
+ msgstr "Keine"
906
+
907
+ #: views/dashboard.php:108
908
+ msgid "Operating System"
909
+ msgstr "Betriebssystem"
910
+
911
+ #: views/dashboard.php:109
912
+ msgid "Server"
913
+ msgstr "Server"
914
+
915
+ #: views/dashboard.php:110
916
+ msgid "Memory usage"
917
+ msgstr "Speichernutzung"
918
+
919
+ #: views/dashboard.php:111
920
+ msgid "MYSQL Version"
921
+ msgstr "MYSQL Fassung"
922
+
923
+ #: views/dashboard.php:112
924
+ msgid "SQL Mode"
925
+ msgstr "SQL Modus"
926
+
927
+ #: views/dashboard.php:113
928
+ msgid "PHP Version"
929
+ msgstr "PHP Fassung"
930
+
931
+ #: views/dashboard.php:114
932
+ msgid "PHP Safe Mode"
933
+ msgstr "PHP abgesicherten Modus"
934
+
935
+ #: views/dashboard.php:115
936
+ msgid "PHP Allow URL fopen"
937
+ msgstr "PHP zulassen URL fopen"
938
+
939
+ #: views/dashboard.php:116
940
+ msgid "PHP Memory Limit"
941
+ msgstr "PHP Speicher Grenzwert"
942
+
943
+ #: views/dashboard.php:117
944
+ msgid "PHP Max Upload Size"
945
+ msgstr "PHP Max hochladengröße"
946
+
947
+ #: views/dashboard.php:118
948
+ msgid "PHP Max Post Size"
949
+ msgstr "PHP Max Beitrag Größe"
950
+
951
+ #: views/dashboard.php:119
952
+ msgid "PCRE Backtracking Limit"
953
+ msgstr "PCRE Rückverfolgung Grenzwert"
954
+
955
+ #: views/dashboard.php:120
956
+ msgid "PHP Max Script Execute Time"
957
+ msgstr "PHP Skript ausführen Max Zeit"
958
+
959
+ #: views/dashboard.php:121
960
+ msgid "PHP Exif support"
961
+ msgstr "PHP Exif unterstützen"
962
+
963
+ #: views/dashboard.php:122
964
+ msgid "PHP IPTC support"
965
+ msgstr "PHP IPTC unterstützen"
966
+
967
+ #: views/dashboard.php:123
968
+ msgid "PHP XML support"
969
+ msgstr "PHP XML unterstützen"
970
+
971
+ #: views/dashboard.php:131
972
+ msgid "Graphic Library Settings"
973
+ msgstr "Grafikbibliothek Einstellungen"
974
+
975
+ #: views/dashboard.php:150
976
+ msgid "No GD support"
977
+ msgstr "Kein GD Unterstützung"
978
+
979
+ #: views/dashboard.php:186
980
+ msgid "Are you sure to delete this form ?"
981
+ msgstr "Sind Sie sicher,dieses Formular löschen?"
982
+
983
+ #: views/dashboard.php:197
984
+ msgid "Are you sure to delete all forms ?"
985
+ msgstr "Sind Sie sicher, dass alle Formulare löschen?"
986
+
987
+ #: views/edit_contact_view.php:28
988
+ msgid "Edit Existing Form"
989
+ msgstr "Bearbeiten vorhandenes Formular"
990
+
991
+ #: views/edit_contact_view.php:35
992
+ msgid "Form Updated. Kindly wait for the redirect."
993
+ msgstr "Formular-aktualisiert. Bitte warten Sie auf die Umleitung."
994
+
995
+ #: views/edit_contact_view.php:42
996
+ msgid "Edit Form"
997
+ msgstr "Formular bearbeiten"
998
+
999
+ #: views/edit_contact_view.php:289 views/edit_contact_view.php:324
1000
+ #: views/edit_contact_view.php:393 views/edit_contact_view.php:442
1001
+ #: views/edit_contact_view.php:490
1002
+ msgid "Untitled :"
1003
+ msgstr "unbetitelten :"
1004
+
1005
+ #: views/edit_contact_view.php:359
1006
+ msgid "Email :"
1007
+ msgstr "Email :"
1008
+
1009
+ #: views/edit_contact_view.php:539
1010
+ msgid "File Upload :"
1011
+ msgstr "Datei Hochladen :"
1012
+
1013
+ #: views/edit_contact_view.php:586
1014
+ msgid "Date :"
1015
+ msgstr "Datum :"
1016
+
1017
+ #: views/edit_contact_view.php:657
1018
+ msgid "Time :"
1019
+ msgstr "Zeit :"
1020
+
1021
+ #: views/edit_contact_view.php:715
1022
+ msgid "Untitled(hidden) :"
1023
+ msgstr "unbetitelten(versteckte) :"
1024
+
1025
+ #: views/edit_contact_view.php:747
1026
+ msgid "Password : "
1027
+ msgstr "Kennwort :"
1028
+
1029
+ #: views/edit_contact_view.php:1398
1030
+ msgid "1024"
1031
+ msgstr "1024"
languages/contact_bank-en_US.mo ADDED
Binary file
languages/contact_bank-en_US.po ADDED
@@ -0,0 +1,1031 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2013-11-15 16:52+0530\n"
5
+ "PO-Revision-Date: 2013-11-15 18:23+0530\n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "X-Generator: Poedit 1.5.7\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
13
+ "X-Poedit-Basepath: C:\\wamp\\www\\contact-bank3.7\\wp-content\\plugins"
14
+ "\\contact-bank\\\n"
15
+ "X-Poedit-SearchPath-0: .\n"
16
+
17
+ #: contact-bank.php:62
18
+ msgid "Contact Bank"
19
+ msgstr ""
20
+
21
+ #: contact-bank.php:63 contact-bank.php:431
22
+ msgid "Dashboard"
23
+ msgstr ""
24
+
25
+ #: contact-bank.php:64 contact-bank.php:437 views/contact_view.php:6
26
+ #: views/dashboard.php:8
27
+ msgid "Add New Form"
28
+ msgstr ""
29
+
30
+ #: contact-bank.php:65 contact-bank.php:443 views/contact_email.php:6
31
+ msgid "Email Settings"
32
+ msgstr ""
33
+
34
+ #: contact-bank.php:66 contact-bank.php:449 views/contact_frontend_data.php:5
35
+ msgid "Form Entries"
36
+ msgstr ""
37
+
38
+ #: includes/cb_checkbox.php:8 includes/cb_checkbox.php:50
39
+ #: includes/cb_checkbox.php:83 includes/cb_dropdown.php:8
40
+ #: includes/cb_dropdown.php:50 includes/cb_dropdown.php:83
41
+ #: includes/cb_multiple.php:8 includes/cb_multiple.php:49
42
+ #: includes/cb_multiple.php:82 includes/cb_text.php:8 includes/cb_text.php:50
43
+ #: includes/cb_text.php:85 includes/cb_textarea.php:9
44
+ #: includes/cb_textarea.php:52 includes/cb_textarea.php:93
45
+ #: views/edit_contact_view.php:991 views/edit_contact_view.php:1049
46
+ #: views/edit_contact_view.php:1178 views/edit_contact_view.php:1234
47
+ #: views/edit_contact_view.php:1304
48
+ msgid "Untitled"
49
+ msgstr ""
50
+
51
+ #: includes/cb_checkbox.php:13 includes/cb_checkbox.php:42
52
+ #: includes/cb_date.php:62 includes/cb_date.php:92 includes/cb_dropdown.php:14
53
+ #: includes/cb_dropdown.php:42 includes/cb_email.php:13
54
+ #: includes/cb_email.php:44 includes/cb_file_upload.php:12
55
+ #: includes/cb_file_upload.php:60 includes/cb_hidden.php:12
56
+ #: includes/cb_multiple.php:13 includes/cb_multiple.php:41
57
+ #: includes/cb_password.php:12 includes/cb_password.php:43
58
+ #: includes/cb_text.php:12 includes/cb_text.php:42 includes/cb_textarea.php:13
59
+ #: includes/cb_textarea.php:44 includes/cb_time.php:75
60
+ #: includes/cb_time.php:105
61
+ msgid "Settings"
62
+ msgstr ""
63
+
64
+ #: includes/cb_checkbox.php:29
65
+ msgid "Checkbox Control"
66
+ msgstr ""
67
+
68
+ #: includes/cb_checkbox.php:36 includes/cb_date.php:86
69
+ #: includes/cb_dropdown.php:36 includes/cb_email.php:38
70
+ #: includes/cb_file_upload.php:54 includes/cb_hidden.php:36
71
+ #: includes/cb_multiple.php:35 includes/cb_password.php:37
72
+ #: includes/cb_text.php:36 includes/cb_textarea.php:38 includes/cb_time.php:99
73
+ msgid "Advanced"
74
+ msgstr ""
75
+
76
+ #: includes/cb_checkbox.php:39 includes/cb_checkbox.php:68
77
+ #: includes/cb_date.php:89 includes/cb_dropdown.php:39
78
+ #: includes/cb_dropdown.php:68 includes/cb_email.php:41
79
+ #: includes/cb_file_upload.php:57 includes/cb_multiple.php:38
80
+ #: includes/cb_multiple.php:67 includes/cb_password.php:40
81
+ #: includes/cb_text.php:39 includes/cb_textarea.php:41
82
+ #: includes/cb_time.php:102
83
+ msgid "Options"
84
+ msgstr ""
85
+
86
+ #: includes/cb_checkbox.php:48 includes/cb_checkbox.php:134
87
+ #: includes/cb_date.php:98 includes/cb_date.php:238
88
+ #: includes/cb_dropdown.php:48 includes/cb_dropdown.php:120
89
+ #: includes/cb_email.php:50 includes/cb_email.php:121
90
+ #: includes/cb_file_upload.php:66 includes/cb_file_upload.php:159
91
+ #: includes/cb_hidden.php:42 includes/cb_multiple.php:47
92
+ #: includes/cb_multiple.php:133 includes/cb_password.php:49
93
+ #: includes/cb_password.php:119 includes/cb_text.php:48
94
+ #: includes/cb_text.php:122 includes/cb_textarea.php:50
95
+ #: includes/cb_textarea.php:130 includes/cb_time.php:111
96
+ #: includes/cb_time.php:293
97
+ msgid "Label"
98
+ msgstr ""
99
+
100
+ #: includes/cb_checkbox.php:50 includes/cb_date.php:100
101
+ #: includes/cb_dropdown.php:50 includes/cb_email.php:52
102
+ #: includes/cb_file_upload.php:68 includes/cb_hidden.php:44
103
+ #: includes/cb_multiple.php:49 includes/cb_password.php:51
104
+ #: includes/cb_text.php:50 includes/cb_time.php:113
105
+ msgid "Enter Label"
106
+ msgstr ""
107
+
108
+ #: includes/cb_checkbox.php:54 includes/cb_checkbox.php:56
109
+ #: includes/cb_date.php:110 includes/cb_date.php:112
110
+ #: includes/cb_dropdown.php:54 includes/cb_dropdown.php:56
111
+ #: includes/cb_email.php:62 includes/cb_email.php:64
112
+ #: includes/cb_file_upload.php:78 includes/cb_file_upload.php:80
113
+ #: includes/cb_multiple.php:53 includes/cb_multiple.php:55
114
+ #: includes/cb_password.php:61 includes/cb_password.php:63
115
+ #: includes/cb_text.php:60 includes/cb_text.php:62 includes/cb_textarea.php:62
116
+ #: includes/cb_textarea.php:64 includes/cb_time.php:123
117
+ #: includes/cb_time.php:125
118
+ msgid "Required"
119
+ msgstr ""
120
+
121
+ #: includes/cb_checkbox.php:57 includes/cb_date.php:113
122
+ #: includes/cb_dropdown.php:57 includes/cb_email.php:65
123
+ #: includes/cb_file_upload.php:81 includes/cb_multiple.php:56
124
+ #: includes/cb_password.php:64 includes/cb_text.php:63
125
+ #: includes/cb_textarea.php:65 includes/cb_time.php:126
126
+ msgid "Not Required"
127
+ msgstr ""
128
+
129
+ #: includes/cb_checkbox.php:61 includes/cb_date.php:117
130
+ #: includes/cb_dropdown.php:61 includes/cb_email.php:69
131
+ #: includes/cb_file_upload.php:85 includes/cb_multiple.php:60
132
+ #: includes/cb_password.php:68 includes/cb_text.php:67
133
+ #: includes/cb_time.php:130
134
+ msgid "Tooltip Text"
135
+ msgstr ""
136
+
137
+ #: includes/cb_checkbox.php:63 includes/cb_date.php:119
138
+ #: includes/cb_dropdown.php:63 includes/cb_email.php:71
139
+ #: includes/cb_file_upload.php:87 includes/cb_password.php:70
140
+ #: includes/cb_textarea.php:71 includes/cb_time.php:132
141
+ msgid "Enter Tooltip"
142
+ msgstr ""
143
+
144
+ #: includes/cb_checkbox.php:70 includes/cb_checkbox.php:127
145
+ msgid "Enter Options"
146
+ msgstr ""
147
+
148
+ #: includes/cb_checkbox.php:70 includes/cb_dropdown.php:70
149
+ #: includes/cb_multiple.php:69
150
+ msgid "Add option"
151
+ msgstr ""
152
+
153
+ #: includes/cb_checkbox.php:81 includes/cb_dropdown.php:81
154
+ #: includes/cb_file_upload.php:100 includes/cb_password.php:79
155
+ #: includes/cb_time.php:141
156
+ msgid "Admin Label"
157
+ msgstr ""
158
+
159
+ #: includes/cb_checkbox.php:83 includes/cb_date.php:130
160
+ #: includes/cb_dropdown.php:83 includes/cb_email.php:83
161
+ #: includes/cb_file_upload.php:102 includes/cb_multiple.php:82
162
+ #: includes/cb_password.php:81 includes/cb_time.php:143
163
+ msgid "Enter Admin Label"
164
+ msgstr ""
165
+
166
+ #: includes/cb_checkbox.php:87 includes/cb_date.php:134
167
+ #: includes/cb_dropdown.php:87 includes/cb_email.php:87
168
+ #: includes/cb_file_upload.php:106 includes/cb_hidden.php:60
169
+ #: includes/cb_multiple.php:86 includes/cb_password.php:85
170
+ #: includes/cb_text.php:89 includes/cb_textarea.php:97
171
+ #: includes/cb_time.php:147
172
+ msgid "Do not show in the email"
173
+ msgstr ""
174
+
175
+ #: includes/cb_checkbox.php:97 includes/cb_multiple.php:96
176
+ msgid "Css Label :"
177
+ msgstr ""
178
+
179
+ #: includes/cb_checkbox.php:99 includes/cb_date.php:196
180
+ #: includes/cb_dropdown.php:99 includes/cb_email.php:100
181
+ #: includes/cb_file_upload.php:145 includes/cb_multiple.php:98
182
+ #: includes/cb_password.php:97 includes/cb_text.php:101
183
+ #: includes/cb_time.php:251
184
+ msgid "Enter Css Label"
185
+ msgstr ""
186
+
187
+ #: includes/cb_checkbox.php:104
188
+ msgid "CSS Description :"
189
+ msgstr ""
190
+
191
+ #: includes/cb_checkbox.php:106 includes/cb_date.php:210
192
+ #: includes/cb_dropdown.php:113 includes/cb_email.php:114
193
+ #: includes/cb_file_upload.php:152 includes/cb_multiple.php:105
194
+ #: includes/cb_password.php:112 includes/cb_text.php:115
195
+ #: includes/cb_time.php:265
196
+ msgid "Enter Css Description"
197
+ msgstr ""
198
+
199
+ #: includes/cb_checkbox.php:111
200
+ msgid "CSS Options outer wrapper :"
201
+ msgstr ""
202
+
203
+ #: includes/cb_checkbox.php:113
204
+ msgid "Enter Css Outer Wrapper"
205
+ msgstr ""
206
+
207
+ #: includes/cb_checkbox.php:118
208
+ msgid "CSS Option Wrapper :"
209
+ msgstr ""
210
+
211
+ #: includes/cb_checkbox.php:120
212
+ msgid "Enter Css Option Wrapper"
213
+ msgstr ""
214
+
215
+ #: includes/cb_checkbox.php:125
216
+ msgid "CSS Options Label :"
217
+ msgstr ""
218
+
219
+ #: includes/cb_checkbox.php:132 includes/cb_date.php:236
220
+ #: includes/cb_dropdown.php:118 includes/cb_email.php:119
221
+ #: includes/cb_file_upload.php:157 includes/cb_multiple.php:131
222
+ #: includes/cb_password.php:117 includes/cb_text.php:120
223
+ #: includes/cb_textarea.php:128 includes/cb_time.php:291
224
+ msgid "Add a style to"
225
+ msgstr ""
226
+
227
+ #: includes/cb_checkbox.php:135 includes/cb_date.php:104
228
+ #: includes/cb_date.php:240 includes/cb_dropdown.php:122
229
+ #: includes/cb_email.php:56 includes/cb_email.php:123
230
+ #: includes/cb_file_upload.php:72 includes/cb_file_upload.php:160
231
+ #: includes/cb_multiple.php:134 includes/cb_password.php:55
232
+ #: includes/cb_password.php:121 includes/cb_text.php:54
233
+ #: includes/cb_text.php:124 includes/cb_textarea.php:56
234
+ #: includes/cb_textarea.php:132 includes/cb_time.php:117
235
+ #: includes/cb_time.php:295
236
+ msgid "Description"
237
+ msgstr ""
238
+
239
+ #: includes/cb_checkbox.php:136 includes/cb_multiple.php:135
240
+ msgid "Options outer wrapper"
241
+ msgstr ""
242
+
243
+ #: includes/cb_checkbox.php:137
244
+ msgid "Options wrapper"
245
+ msgstr ""
246
+
247
+ #: includes/cb_checkbox.php:138 includes/cb_multiple.php:137
248
+ msgid "Options label"
249
+ msgstr ""
250
+
251
+ #: includes/cb_checkbox.php:148 includes/cb_date.php:253
252
+ #: includes/cb_dropdown.php:132 includes/cb_email.php:143
253
+ #: includes/cb_file_upload.php:170 includes/cb_hidden.php:72
254
+ #: includes/cb_multiple.php:147 includes/cb_password.php:141
255
+ #: includes/cb_text.php:144 includes/cb_textarea.php:152
256
+ #: includes/cb_time.php:308 views/contact_email.php:183
257
+ #: views/contact_view.php:34 views/edit_contact_view.php:82
258
+ msgid "Save"
259
+ msgstr ""
260
+
261
+ #: includes/cb_checkbox.php:202 includes/cb_checkbox.php:267
262
+ #: includes/cb_dropdown.php:228 includes/cb_dropdown.php:278
263
+ #: includes/cb_multiple.php:202 includes/cb_multiple.php:268
264
+ msgid "Update"
265
+ msgstr ""
266
+
267
+ #: includes/cb_checkbox.php:256 includes/cb_dropdown.php:270
268
+ #: includes/cb_multiple.php:257
269
+ msgid "Please Fill an Option."
270
+ msgstr ""
271
+
272
+ #: includes/cb_checkbox.php:272 includes/cb_multiple.php:273
273
+ msgid "This Option Already Exists."
274
+ msgstr ""
275
+
276
+ #: includes/cb_checkbox.php:294 includes/cb_dropdown.php:286
277
+ #: includes/cb_dropdown.php:308 includes/cb_multiple.php:295
278
+ msgid "This Option Already Exists. "
279
+ msgstr ""
280
+
281
+ #: includes/cb_checkbox.php:305 includes/cb_dropdown.php:319
282
+ #: includes/cb_multiple.php:306
283
+ msgid "Option updated"
284
+ msgstr ""
285
+
286
+ #: includes/cb_date.php:8 includes/cb_date.php:100 includes/cb_date.php:130
287
+ #: views/contact_view.php:66 views/edit_contact_view.php:113
288
+ #: views/edit_contact_view.php:1420
289
+ msgid "Date"
290
+ msgstr ""
291
+
292
+ #: includes/cb_date.php:12 includes/cb_date.php:155
293
+ #: views/contact_bank_frontend.php:679
294
+ msgid "Day"
295
+ msgstr ""
296
+
297
+ #: includes/cb_date.php:32 includes/cb_date.php:159
298
+ #: views/contact_bank_frontend.php:707
299
+ msgid "Month"
300
+ msgstr ""
301
+
302
+ #: includes/cb_date.php:47 includes/cb_date.php:162
303
+ #: views/contact_bank_frontend.php:729
304
+ msgid "Year"
305
+ msgstr ""
306
+
307
+ #: includes/cb_date.php:79
308
+ msgid "Date Control"
309
+ msgstr ""
310
+
311
+ #: includes/cb_date.php:106 includes/cb_email.php:58
312
+ #: includes/cb_file_upload.php:74 includes/cb_password.php:57
313
+ #: includes/cb_text.php:56 includes/cb_time.php:119
314
+ msgid "Enter Description"
315
+ msgstr ""
316
+
317
+ #: includes/cb_date.php:128 includes/cb_email.php:81 includes/cb_hidden.php:54
318
+ #: includes/cb_multiple.php:80 includes/cb_text.php:83
319
+ #: includes/cb_textarea.php:91
320
+ msgid "Admin label"
321
+ msgstr ""
322
+
323
+ #: includes/cb_date.php:140
324
+ msgid "Start year"
325
+ msgstr ""
326
+
327
+ #: includes/cb_date.php:142
328
+ msgid "Enter Start Year"
329
+ msgstr ""
330
+
331
+ #: includes/cb_date.php:146
332
+ msgid "End year"
333
+ msgstr ""
334
+
335
+ #: includes/cb_date.php:148
336
+ msgid "Enter End Year "
337
+ msgstr ""
338
+
339
+ #: includes/cb_date.php:152 includes/cb_text.php:77
340
+ #: includes/cb_textarea.php:85 includes/cb_time.php:175
341
+ msgid "Default value"
342
+ msgstr ""
343
+
344
+ #: includes/cb_date.php:167
345
+ msgid "Error message if invalid date"
346
+ msgstr ""
347
+
348
+ #: includes/cb_date.php:169
349
+ msgid "Enter Error Message"
350
+ msgstr ""
351
+
352
+ #: includes/cb_date.php:173
353
+ msgid "Date format"
354
+ msgstr ""
355
+
356
+ #: includes/cb_date.php:194 includes/cb_dropdown.php:97
357
+ #: includes/cb_email.php:98 includes/cb_file_upload.php:143
358
+ #: includes/cb_password.php:95 includes/cb_text.php:99
359
+ #: includes/cb_time.php:249
360
+ msgid "Css Label"
361
+ msgstr ""
362
+
363
+ #: includes/cb_date.php:201 includes/cb_email.php:105 includes/cb_time.php:256
364
+ msgid "Css Text Input"
365
+ msgstr ""
366
+
367
+ #: includes/cb_date.php:203 includes/cb_text.php:108 includes/cb_time.php:258
368
+ msgid "Enter Css Text Input"
369
+ msgstr ""
370
+
371
+ #: includes/cb_date.php:208 includes/cb_dropdown.php:111
372
+ #: includes/cb_email.php:112 includes/cb_file_upload.php:150
373
+ #: includes/cb_password.php:110 includes/cb_time.php:263
374
+ msgid "Css Description"
375
+ msgstr ""
376
+
377
+ #: includes/cb_date.php:215
378
+ msgid "Css Day"
379
+ msgstr ""
380
+
381
+ #: includes/cb_date.php:217
382
+ msgid "Enter Css Day"
383
+ msgstr ""
384
+
385
+ #: includes/cb_date.php:222
386
+ msgid "Css Month"
387
+ msgstr ""
388
+
389
+ #: includes/cb_date.php:224
390
+ msgid "Enter Css Month"
391
+ msgstr ""
392
+
393
+ #: includes/cb_date.php:229
394
+ msgid "Css Year"
395
+ msgstr ""
396
+
397
+ #: includes/cb_date.php:231
398
+ msgid "Enter Css Year"
399
+ msgstr ""
400
+
401
+ #: includes/cb_date.php:239 includes/cb_email.php:122
402
+ #: includes/cb_password.php:120 includes/cb_textarea.php:131
403
+ #: includes/cb_time.php:294
404
+ msgid "Text input"
405
+ msgstr ""
406
+
407
+ #: includes/cb_date.php:241
408
+ msgid "Date day dropdown"
409
+ msgstr ""
410
+
411
+ #: includes/cb_date.php:242
412
+ msgid "Date month dropdown"
413
+ msgstr ""
414
+
415
+ #: includes/cb_date.php:243
416
+ msgid "Date year dropdown"
417
+ msgstr ""
418
+
419
+ #: includes/cb_dropdown.php:12 includes/cb_dropdown.php:344
420
+ #: views/contact_bank_frontend.php:385 views/contact_bank_frontend.php:398
421
+ msgid "Select option"
422
+ msgstr ""
423
+
424
+ #: includes/cb_dropdown.php:29
425
+ msgid "Dropdown Control"
426
+ msgstr ""
427
+
428
+ #: includes/cb_dropdown.php:70 includes/cb_multiple.php:69
429
+ msgid "Enter Option"
430
+ msgstr ""
431
+
432
+ #: includes/cb_dropdown.php:104
433
+ msgid "Css Dropdown Menu"
434
+ msgstr ""
435
+
436
+ #: includes/cb_dropdown.php:106
437
+ msgid "Enter Css Dropdown Menu"
438
+ msgstr ""
439
+
440
+ #: includes/cb_dropdown.php:121
441
+ msgid "Dropdown menu"
442
+ msgstr ""
443
+
444
+ #: includes/cb_email.php:9 includes/cb_email.php:52 includes/cb_email.php:83
445
+ #: views/contact_email.php:72 views/contact_email.php:138
446
+ #: views/edit_contact_view.php:1112
447
+ msgid "Email"
448
+ msgstr ""
449
+
450
+ #: includes/cb_email.php:30
451
+ msgid "Email Control"
452
+ msgstr ""
453
+
454
+ #: includes/cb_email.php:107 includes/cb_password.php:105
455
+ msgid "Enter Css Input Text"
456
+ msgstr ""
457
+
458
+ #: includes/cb_email.php:127 includes/cb_password.php:125
459
+ #: includes/cb_text.php:128 includes/cb_textarea.php:136
460
+ msgid "Add a filter"
461
+ msgstr ""
462
+
463
+ #: includes/cb_email.php:129 includes/cb_password.php:127
464
+ #: includes/cb_text.php:130 includes/cb_textarea.php:138
465
+ msgid "Alpha"
466
+ msgstr ""
467
+
468
+ #: includes/cb_email.php:130 includes/cb_password.php:128
469
+ #: includes/cb_text.php:131 includes/cb_textarea.php:139
470
+ msgid "Alpha Numeric"
471
+ msgstr ""
472
+
473
+ #: includes/cb_email.php:131 includes/cb_password.php:129
474
+ #: includes/cb_text.php:132 includes/cb_textarea.php:140
475
+ msgid "Digits"
476
+ msgstr ""
477
+
478
+ #: includes/cb_email.php:132 includes/cb_password.php:130
479
+ #: includes/cb_text.php:133 includes/cb_textarea.php:141
480
+ msgid "Strip Tags"
481
+ msgstr ""
482
+
483
+ #: includes/cb_email.php:133 includes/cb_password.php:131
484
+ #: includes/cb_text.php:134 includes/cb_textarea.php:142
485
+ msgid "Trim"
486
+ msgstr ""
487
+
488
+ #: includes/cb_file_upload.php:9 includes/cb_file_upload.php:68
489
+ #: includes/cb_file_upload.php:102 views/contact_view.php:63
490
+ #: views/edit_contact_view.php:110 views/edit_contact_view.php:1373
491
+ msgid "File Upload"
492
+ msgstr ""
493
+
494
+ #: includes/cb_file_upload.php:46
495
+ msgid "Fileupload Control"
496
+ msgstr ""
497
+
498
+ #: includes/cb_file_upload.php:112
499
+ msgid "Allow Multiple Uploads"
500
+ msgstr ""
501
+
502
+ #: includes/cb_file_upload.php:118
503
+ msgid "Allowed File Extensions"
504
+ msgstr ""
505
+
506
+ #: includes/cb_file_upload.php:120
507
+ msgid "Enter File Extensions"
508
+ msgstr ""
509
+
510
+ #: includes/cb_file_upload.php:122
511
+ msgid "The file extensions must be seperated with semicolons(' ; ')"
512
+ msgstr ""
513
+
514
+ #: includes/cb_file_upload.php:126
515
+ msgid "Allowed File Size"
516
+ msgstr ""
517
+
518
+ #: includes/cb_file_upload.php:130
519
+ msgid "File Size must be in Kb"
520
+ msgstr ""
521
+
522
+ #: includes/cb_hidden.php:8
523
+ msgid "Untitled (hidden)"
524
+ msgstr ""
525
+
526
+ #: includes/cb_hidden.php:11 views/contact_bank_frontend.php:952
527
+ #: views/contact_view.php:72 views/edit_contact_view.php:119
528
+ msgid "Hidden"
529
+ msgstr ""
530
+
531
+ #: includes/cb_hidden.php:29
532
+ msgid "Hidden Control"
533
+ msgstr ""
534
+
535
+ #: includes/cb_hidden.php:44 includes/cb_hidden.php:56
536
+ #: views/edit_contact_view.php:1618
537
+ msgid "Untitled(hidden)"
538
+ msgstr ""
539
+
540
+ #: includes/cb_hidden.php:48
541
+ msgid "Default Value"
542
+ msgstr ""
543
+
544
+ #: includes/cb_hidden.php:50 includes/cb_text.php:79
545
+ msgid "Enter Default Value"
546
+ msgstr ""
547
+
548
+ #: includes/cb_hidden.php:56 includes/cb_text.php:85
549
+ #: includes/cb_textarea.php:93
550
+ msgid "Enter Admin label"
551
+ msgstr ""
552
+
553
+ #: includes/cb_multiple.php:28
554
+ msgid "Radio Buttons"
555
+ msgstr ""
556
+
557
+ #: includes/cb_multiple.php:62 includes/cb_text.php:69
558
+ msgid "Enter Tooltip Text"
559
+ msgstr ""
560
+
561
+ #: includes/cb_multiple.php:103
562
+ msgid "Css Description :"
563
+ msgstr ""
564
+
565
+ #: includes/cb_multiple.php:110
566
+ msgid "Css Options outer wrapper :"
567
+ msgstr ""
568
+
569
+ #: includes/cb_multiple.php:112
570
+ msgid "Enter Css Options outer wrapper"
571
+ msgstr ""
572
+
573
+ #: includes/cb_multiple.php:117
574
+ msgid "CSS Options Wrapper :"
575
+ msgstr ""
576
+
577
+ #: includes/cb_multiple.php:119
578
+ msgid "Enter Css Options Wrapper"
579
+ msgstr ""
580
+
581
+ #: includes/cb_multiple.php:124
582
+ msgid "CSS Option Label :"
583
+ msgstr ""
584
+
585
+ #: includes/cb_multiple.php:126
586
+ msgid "Enter Css Option Label"
587
+ msgstr ""
588
+
589
+ #: includes/cb_multiple.php:136
590
+ msgid "Options wrapper"
591
+ msgstr ""
592
+
593
+ #: includes/cb_password.php:8 includes/cb_password.php:51
594
+ #: includes/cb_password.php:81 views/contact_view.php:75
595
+ #: views/edit_contact_view.php:122 views/edit_contact_view.php:1628
596
+ msgid "Password"
597
+ msgstr ""
598
+
599
+ #: includes/cb_password.php:29
600
+ msgid "Password Control"
601
+ msgstr ""
602
+
603
+ #: includes/cb_password.php:103
604
+ msgid "Css Input Text"
605
+ msgstr ""
606
+
607
+ #: includes/cb_text.php:29
608
+ msgid "Textbox Control"
609
+ msgstr ""
610
+
611
+ #: includes/cb_text.php:106
612
+ msgid " Css Text Input"
613
+ msgstr ""
614
+
615
+ #: includes/cb_text.php:113
616
+ msgid " Css Description"
617
+ msgstr ""
618
+
619
+ #: includes/cb_text.php:123
620
+ msgid "Text Input"
621
+ msgstr ""
622
+
623
+ #: includes/cb_textarea.php:30
624
+ msgid "Textarea Control"
625
+ msgstr ""
626
+
627
+ #: includes/cb_textarea.php:52
628
+ msgid "Enter label"
629
+ msgstr ""
630
+
631
+ #: includes/cb_textarea.php:58
632
+ msgid "Enter Description"
633
+ msgstr ""
634
+
635
+ #: includes/cb_textarea.php:69
636
+ msgid "Tooltip text"
637
+ msgstr ""
638
+
639
+ #: includes/cb_textarea.php:87
640
+ msgid "Enter Default value"
641
+ msgstr ""
642
+
643
+ #: includes/cb_textarea.php:107
644
+ msgid "CSS label"
645
+ msgstr ""
646
+
647
+ #: includes/cb_textarea.php:109
648
+ msgid "Enter css Label"
649
+ msgstr ""
650
+
651
+ #: includes/cb_textarea.php:114
652
+ msgid "CSS textinput"
653
+ msgstr ""
654
+
655
+ #: includes/cb_textarea.php:116
656
+ msgid "Enter css textinput"
657
+ msgstr ""
658
+
659
+ #: includes/cb_textarea.php:121
660
+ msgid "CSS description"
661
+ msgstr ""
662
+
663
+ #: includes/cb_textarea.php:123
664
+ msgid "Enter css description"
665
+ msgstr ""
666
+
667
+ #: includes/cb_time.php:8 includes/cb_time.php:113 includes/cb_time.php:143
668
+ #: views/contact_view.php:69 views/edit_contact_view.php:116
669
+ #: views/edit_contact_view.php:1513
670
+ msgid "Time"
671
+ msgstr ""
672
+
673
+ #: includes/cb_time.php:12 includes/cb_time.php:32 includes/cb_time.php:178
674
+ #: includes/cb_time.php:198 views/contact_bank_frontend.php:821
675
+ #: views/contact_bank_frontend.php:847 views/contact_bank_frontend.php:873
676
+ msgid "Hour"
677
+ msgstr ""
678
+
679
+ #: includes/cb_time.php:52 includes/cb_time.php:218
680
+ #: views/contact_bank_frontend.php:897
681
+ msgid "Minute"
682
+ msgstr ""
683
+
684
+ #: includes/cb_time.php:92
685
+ msgid "Time Control"
686
+ msgstr ""
687
+
688
+ #: includes/cb_time.php:153
689
+ msgid "12/24 hour time"
690
+ msgstr ""
691
+
692
+ #: includes/cb_time.php:162
693
+ msgid "Time format"
694
+ msgstr ""
695
+
696
+ #: includes/cb_time.php:270
697
+ msgid "Css Hour"
698
+ msgstr ""
699
+
700
+ #: includes/cb_time.php:272
701
+ msgid "Enter Css Hour"
702
+ msgstr ""
703
+
704
+ #: includes/cb_time.php:277
705
+ msgid "Css Minute"
706
+ msgstr ""
707
+
708
+ #: includes/cb_time.php:279
709
+ msgid "Enter Css Minute"
710
+ msgstr ""
711
+
712
+ #: includes/cb_time.php:284
713
+ msgid "Css am/pm"
714
+ msgstr ""
715
+
716
+ #: includes/cb_time.php:286
717
+ msgid "Enter Css am/pm"
718
+ msgstr ""
719
+
720
+ #: includes/cb_time.php:296
721
+ msgid "Time hour dropdown"
722
+ msgstr ""
723
+
724
+ #: includes/cb_time.php:297
725
+ msgid "Time minute dropdown"
726
+ msgstr ""
727
+
728
+ #: includes/cb_time.php:298
729
+ msgid "Time am/pm dropdown"
730
+ msgstr ""
731
+
732
+ #: views/contact_bank_frontend.php:153
733
+ msgid "Enter Text"
734
+ msgstr ""
735
+
736
+ #: views/contact_bank_frontend.php:342 views/contact_email.php:84
737
+ #: views/contact_email.php:144
738
+ msgid "Enter Email Address"
739
+ msgstr ""
740
+
741
+ #: views/contact_bank_frontend.php:952
742
+ msgid "Enter Hidden Text"
743
+ msgstr ""
744
+
745
+ #: views/contact_bank_frontend.php:1040
746
+ msgid "Enter Password"
747
+ msgstr ""
748
+
749
+ #: views/contact_bank_frontend.php:1051
750
+ msgid "Submit Form"
751
+ msgstr ""
752
+
753
+ #: views/contact_email.php:9 views/contact_frontend_data.php:8
754
+ #: views/contact_view.php:9 views/edit_contact_view.php:31
755
+ msgid "Back to Dashboard"
756
+ msgstr ""
757
+
758
+ #: views/contact_email.php:13
759
+ msgid "Email Settings Saved. Kindly wait for the redirect."
760
+ msgstr ""
761
+
762
+ #: views/contact_email.php:18 views/contact_email.php:49
763
+ #: views/contact_frontend_data.php:19 views/contact_frontend_data.php:32
764
+ msgid "Select Form"
765
+ msgstr ""
766
+
767
+ #: views/contact_email.php:65
768
+ msgid "Admin Email"
769
+ msgstr ""
770
+
771
+ #: views/contact_email.php:76
772
+ msgid "To"
773
+ msgstr ""
774
+
775
+ #: views/contact_email.php:78
776
+ msgid "Enter Admin Email"
777
+ msgstr ""
778
+
779
+ #: views/contact_email.php:82 views/contact_email.php:142
780
+ msgid "From"
781
+ msgstr ""
782
+
783
+ #: views/contact_email.php:89 views/contact_email.php:148
784
+ msgid "Subject"
785
+ msgstr ""
786
+
787
+ #: views/contact_email.php:91 views/contact_email.php:150
788
+ msgid "Enter Subject"
789
+ msgstr ""
790
+
791
+ #: views/contact_email.php:100 views/contact_email.php:160
792
+ msgid "Email Content"
793
+ msgstr ""
794
+
795
+ #: views/contact_email.php:115 views/contact_email.php:175
796
+ msgid "Short Code Controls for Email"
797
+ msgstr ""
798
+
799
+ #: views/contact_email.php:129
800
+ msgid "Client Email"
801
+ msgstr ""
802
+
803
+ #: views/contact_frontend_data.php:14 views/contact_view.php:20
804
+ #: views/dashboard.php:15 views/dashboard.php:21
805
+ msgid "Form"
806
+ msgstr ""
807
+
808
+ #: views/contact_view.php:13
809
+ msgid "Form Submited. Kindly wait for the redirect."
810
+ msgstr ""
811
+
812
+ #: views/contact_view.php:24 views/edit_contact_view.php:46
813
+ msgid "Form Name :"
814
+ msgstr ""
815
+
816
+ #: views/contact_view.php:27 views/edit_contact_view.php:49
817
+ msgid "Enter Form Name"
818
+ msgstr ""
819
+
820
+ #: views/contact_view.php:40 views/edit_contact_view.php:88
821
+ msgid "Control Buttons"
822
+ msgstr ""
823
+
824
+ #: views/contact_view.php:45 views/edit_contact_view.php:92
825
+ msgid "Text Box"
826
+ msgstr ""
827
+
828
+ #: views/contact_view.php:48 views/edit_contact_view.php:95
829
+ msgid "Text Area"
830
+ msgstr ""
831
+
832
+ #: views/contact_view.php:51 views/edit_contact_view.php:98
833
+ msgid "Email Address"
834
+ msgstr ""
835
+
836
+ #: views/contact_view.php:54 views/edit_contact_view.php:101
837
+ msgid "Dropdown Menu"
838
+ msgstr ""
839
+
840
+ #: views/contact_view.php:57 views/edit_contact_view.php:104
841
+ msgid "Checkboxes"
842
+ msgstr ""
843
+
844
+ #: views/contact_view.php:60 views/edit_contact_view.php:107
845
+ msgid "Multiple Choice"
846
+ msgstr ""
847
+
848
+ #: views/dashboard.php:5
849
+ msgid "Dashboard - Contact Bank"
850
+ msgstr ""
851
+
852
+ #: views/dashboard.php:9
853
+ msgid "Delete All Forms"
854
+ msgstr ""
855
+
856
+ #: views/dashboard.php:22
857
+ msgid "Shortcode"
858
+ msgstr ""
859
+
860
+ #: views/dashboard.php:23
861
+ msgid "Action"
862
+ msgstr ""
863
+
864
+ #: views/dashboard.php:43
865
+ msgid "Edit"
866
+ msgstr ""
867
+
868
+ #: views/dashboard.php:46
869
+ msgid "Delete"
870
+ msgstr ""
871
+
872
+ #: views/dashboard.php:62
873
+ msgid "Server Settings"
874
+ msgstr ""
875
+
876
+ #: views/dashboard.php:73
877
+ msgid "Not set"
878
+ msgstr ""
879
+
880
+ #: views/dashboard.php:75 views/dashboard.php:78
881
+ msgid "On"
882
+ msgstr ""
883
+
884
+ #: views/dashboard.php:76 views/dashboard.php:79
885
+ msgid "Off"
886
+ msgstr ""
887
+
888
+ #: views/dashboard.php:82 views/dashboard.php:85 views/dashboard.php:88
889
+ #: views/dashboard.php:91 views/dashboard.php:94 views/dashboard.php:97
890
+ msgid "N/A"
891
+ msgstr ""
892
+
893
+ #: views/dashboard.php:96
894
+ msgid " MByte"
895
+ msgstr ""
896
+
897
+ #: views/dashboard.php:99 views/dashboard.php:102 views/dashboard.php:105
898
+ #: views/dashboard.php:155
899
+ msgid "Yes"
900
+ msgstr ""
901
+
902
+ #: views/dashboard.php:100 views/dashboard.php:103 views/dashboard.php:106
903
+ #: views/dashboard.php:157
904
+ msgid "No"
905
+ msgstr ""
906
+
907
+ #: views/dashboard.php:108
908
+ msgid "Operating System"
909
+ msgstr ""
910
+
911
+ #: views/dashboard.php:109
912
+ msgid "Server"
913
+ msgstr ""
914
+
915
+ #: views/dashboard.php:110
916
+ msgid "Memory usage"
917
+ msgstr ""
918
+
919
+ #: views/dashboard.php:111
920
+ msgid "MYSQL Version"
921
+ msgstr ""
922
+
923
+ #: views/dashboard.php:112
924
+ msgid "SQL Mode"
925
+ msgstr ""
926
+
927
+ #: views/dashboard.php:113
928
+ msgid "PHP Version"
929
+ msgstr ""
930
+
931
+ #: views/dashboard.php:114
932
+ msgid "PHP Safe Mode"
933
+ msgstr ""
934
+
935
+ #: views/dashboard.php:115
936
+ msgid "PHP Allow URL fopen"
937
+ msgstr ""
938
+
939
+ #: views/dashboard.php:116
940
+ msgid "PHP Memory Limit"
941
+ msgstr ""
942
+
943
+ #: views/dashboard.php:117
944
+ msgid "PHP Max Upload Size"
945
+ msgstr ""
946
+
947
+ #: views/dashboard.php:118
948
+ msgid "PHP Max Post Size"
949
+ msgstr ""
950
+
951
+ #: views/dashboard.php:119
952
+ msgid "PCRE Backtracking Limit"
953
+ msgstr ""
954
+
955
+ #: views/dashboard.php:120
956
+ msgid "PHP Max Script Execute Time"
957
+ msgstr ""
958
+
959
+ #: views/dashboard.php:121
960
+ msgid "PHP Exif support"
961
+ msgstr ""
962
+
963
+ #: views/dashboard.php:122
964
+ msgid "PHP IPTC support"
965
+ msgstr ""
966
+
967
+ #: views/dashboard.php:123
968
+ msgid "PHP XML support"
969
+ msgstr ""
970
+
971
+ #: views/dashboard.php:131
972
+ msgid "Graphic Library Settings"
973
+ msgstr ""
974
+
975
+ #: views/dashboard.php:150
976
+ msgid "No GD support"
977
+ msgstr ""
978
+
979
+ #: views/dashboard.php:186
980
+ msgid "Are you sure to delete this form ?"
981
+ msgstr ""
982
+
983
+ #: views/dashboard.php:197
984
+ msgid "Are you sure to delete all forms ?"
985
+ msgstr ""
986
+
987
+ #: views/edit_contact_view.php:28
988
+ msgid "Edit Existing Form"
989
+ msgstr ""
990
+
991
+ #: views/edit_contact_view.php:35
992
+ msgid "Form Updated. Kindly wait for the redirect."
993
+ msgstr ""
994
+
995
+ #: views/edit_contact_view.php:42
996
+ msgid "Edit Form"
997
+ msgstr ""
998
+
999
+ #: views/edit_contact_view.php:288 views/edit_contact_view.php:323
1000
+ #: views/edit_contact_view.php:392 views/edit_contact_view.php:441
1001
+ #: views/edit_contact_view.php:489
1002
+ msgid "Untitled :"
1003
+ msgstr ""
1004
+
1005
+ #: views/edit_contact_view.php:358
1006
+ msgid "Email :"
1007
+ msgstr ""
1008
+
1009
+ #: views/edit_contact_view.php:538
1010
+ msgid "File Upload :"
1011
+ msgstr ""
1012
+
1013
+ #: views/edit_contact_view.php:585
1014
+ msgid "Date :"
1015
+ msgstr ""
1016
+
1017
+ #: views/edit_contact_view.php:656
1018
+ msgid "Time :"
1019
+ msgstr ""
1020
+
1021
+ #: views/edit_contact_view.php:714
1022
+ msgid "Untitled(hidden) :"
1023
+ msgstr ""
1024
+
1025
+ #: views/edit_contact_view.php:746
1026
+ msgid "Password : "
1027
+ msgstr ""
1028
+
1029
+ #: views/edit_contact_view.php:1397
1030
+ msgid "1024"
1031
+ msgstr ""
languages/contact_bank-es_ES.mo ADDED
Binary file
languages/contact_bank-es_ES.po ADDED
@@ -0,0 +1,1044 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2013-11-16 11:55+0530\n"
5
+ "PO-Revision-Date: 2013-11-16 12:41+0530\n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "X-Generator: Poedit 1.5.7\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
13
+ "X-Poedit-Basepath: C:\\wamp\\www\\contact-bank3.7\\wp-content\\plugins"
14
+ "\\contact-bank\n"
15
+ "X-Poedit-SearchPath-0: .\n"
16
+
17
+ #: contact-bank.php:62
18
+ msgid "Contact Bank"
19
+ msgstr ""
20
+
21
+ #: contact-bank.php:63 contact-bank.php:431
22
+ msgid "Dashboard"
23
+ msgstr "salpicadero"
24
+
25
+ #: contact-bank.php:64 contact-bank.php:437 views/contact_view.php:6
26
+ #: views/dashboard.php:8
27
+ msgid "Add New Form"
28
+ msgstr "Agregar nuevo formulario"
29
+
30
+ #: contact-bank.php:65 contact-bank.php:443 views/contact_email.php:6
31
+ msgid "Email Settings"
32
+ msgstr "Configuración del correo electrónico"
33
+
34
+ #: contact-bank.php:66 contact-bank.php:449 views/contact_frontend_data.php:5
35
+ msgid "Form Entries"
36
+ msgstr "formulario de las entradas"
37
+
38
+ #: includes/cb_checkbox.php:8 includes/cb_checkbox.php:50
39
+ #: includes/cb_checkbox.php:83 includes/cb_dropdown.php:8
40
+ #: includes/cb_dropdown.php:50 includes/cb_dropdown.php:83
41
+ #: includes/cb_multiple.php:8 includes/cb_multiple.php:49
42
+ #: includes/cb_multiple.php:82 includes/cb_text.php:8 includes/cb_text.php:50
43
+ #: includes/cb_text.php:85 includes/cb_textarea.php:9
44
+ #: includes/cb_textarea.php:52 includes/cb_textarea.php:93
45
+ #: views/edit_contact_view.php:992 views/edit_contact_view.php:1050
46
+ #: views/edit_contact_view.php:1179 views/edit_contact_view.php:1235
47
+ #: views/edit_contact_view.php:1305
48
+ msgid "Untitled"
49
+ msgstr "sin título"
50
+
51
+ #: includes/cb_checkbox.php:13 includes/cb_checkbox.php:42
52
+ #: includes/cb_date.php:62 includes/cb_date.php:92 includes/cb_dropdown.php:14
53
+ #: includes/cb_dropdown.php:42 includes/cb_email.php:13
54
+ #: includes/cb_email.php:44 includes/cb_file_upload.php:12
55
+ #: includes/cb_file_upload.php:60 includes/cb_hidden.php:12
56
+ #: includes/cb_multiple.php:13 includes/cb_multiple.php:41
57
+ #: includes/cb_password.php:12 includes/cb_password.php:43
58
+ #: includes/cb_text.php:12 includes/cb_text.php:42 includes/cb_textarea.php:13
59
+ #: includes/cb_textarea.php:44 includes/cb_time.php:75
60
+ #: includes/cb_time.php:105
61
+ msgid "Settings"
62
+ msgstr "Ajustes"
63
+
64
+ #: includes/cb_checkbox.php:29
65
+ msgid "Checkbox Control"
66
+ msgstr "Control de Casilla de verificación"
67
+
68
+ #: includes/cb_checkbox.php:36 includes/cb_date.php:86
69
+ #: includes/cb_dropdown.php:36 includes/cb_email.php:38
70
+ #: includes/cb_file_upload.php:54 includes/cb_hidden.php:36
71
+ #: includes/cb_multiple.php:35 includes/cb_password.php:37
72
+ #: includes/cb_text.php:36 includes/cb_textarea.php:38 includes/cb_time.php:99
73
+ msgid "Advanced"
74
+ msgstr "Avanzadas"
75
+
76
+ #: includes/cb_checkbox.php:39 includes/cb_checkbox.php:68
77
+ #: includes/cb_date.php:89 includes/cb_dropdown.php:39
78
+ #: includes/cb_dropdown.php:68 includes/cb_email.php:41
79
+ #: includes/cb_file_upload.php:57 includes/cb_multiple.php:38
80
+ #: includes/cb_multiple.php:67 includes/cb_password.php:40
81
+ #: includes/cb_text.php:39 includes/cb_textarea.php:41
82
+ #: includes/cb_time.php:102
83
+ msgid "Options"
84
+ msgstr "Opciones"
85
+
86
+ #: includes/cb_checkbox.php:48 includes/cb_checkbox.php:134
87
+ #: includes/cb_date.php:98 includes/cb_date.php:238
88
+ #: includes/cb_dropdown.php:48 includes/cb_dropdown.php:120
89
+ #: includes/cb_email.php:50 includes/cb_email.php:121
90
+ #: includes/cb_file_upload.php:66 includes/cb_file_upload.php:159
91
+ #: includes/cb_hidden.php:42 includes/cb_multiple.php:47
92
+ #: includes/cb_multiple.php:133 includes/cb_password.php:49
93
+ #: includes/cb_password.php:119 includes/cb_text.php:48
94
+ #: includes/cb_text.php:122 includes/cb_textarea.php:50
95
+ #: includes/cb_textarea.php:130 includes/cb_time.php:111
96
+ #: includes/cb_time.php:293
97
+ msgid "Label"
98
+ msgstr "Discográfica"
99
+
100
+ #: includes/cb_checkbox.php:50 includes/cb_date.php:100
101
+ #: includes/cb_dropdown.php:50 includes/cb_email.php:52
102
+ #: includes/cb_file_upload.php:68 includes/cb_hidden.php:44
103
+ #: includes/cb_multiple.php:49 includes/cb_password.php:51
104
+ #: includes/cb_text.php:50 includes/cb_time.php:113
105
+ msgid "Enter Label"
106
+ msgstr "Introduzca Discográfica"
107
+
108
+ #: includes/cb_checkbox.php:54 includes/cb_checkbox.php:56
109
+ #: includes/cb_date.php:110 includes/cb_date.php:112
110
+ #: includes/cb_dropdown.php:54 includes/cb_dropdown.php:56
111
+ #: includes/cb_email.php:62 includes/cb_email.php:64
112
+ #: includes/cb_file_upload.php:78 includes/cb_file_upload.php:80
113
+ #: includes/cb_multiple.php:53 includes/cb_multiple.php:55
114
+ #: includes/cb_password.php:61 includes/cb_password.php:63
115
+ #: includes/cb_text.php:60 includes/cb_text.php:62 includes/cb_textarea.php:62
116
+ #: includes/cb_textarea.php:64 includes/cb_time.php:123
117
+ #: includes/cb_time.php:125
118
+ msgid "Required"
119
+ msgstr "Requerida"
120
+
121
+ #: includes/cb_checkbox.php:57 includes/cb_date.php:113
122
+ #: includes/cb_dropdown.php:57 includes/cb_email.php:65
123
+ #: includes/cb_file_upload.php:81 includes/cb_multiple.php:56
124
+ #: includes/cb_password.php:64 includes/cb_text.php:63
125
+ #: includes/cb_textarea.php:65 includes/cb_time.php:126
126
+ msgid "Not Required"
127
+ msgstr "No se requiere"
128
+
129
+ #: includes/cb_checkbox.php:61 includes/cb_date.php:117
130
+ #: includes/cb_dropdown.php:61 includes/cb_email.php:69
131
+ #: includes/cb_file_upload.php:85 includes/cb_multiple.php:60
132
+ #: includes/cb_password.php:68 includes/cb_text.php:67
133
+ #: includes/cb_time.php:130
134
+ msgid "Tooltip Text"
135
+ msgstr "Información sobre herramientas Texto de"
136
+
137
+ #: includes/cb_checkbox.php:63 includes/cb_date.php:119
138
+ #: includes/cb_dropdown.php:63 includes/cb_email.php:71
139
+ #: includes/cb_file_upload.php:87 includes/cb_password.php:70
140
+ #: includes/cb_textarea.php:71 includes/cb_time.php:132
141
+ msgid "Enter Tooltip"
142
+ msgstr " información sobre herramienta Introduzca"
143
+
144
+ #: includes/cb_checkbox.php:70 includes/cb_checkbox.php:127
145
+ msgid "Enter Options"
146
+ msgstr "Introduzca Opciones"
147
+
148
+ #: includes/cb_checkbox.php:70 includes/cb_dropdown.php:70
149
+ #: includes/cb_multiple.php:69
150
+ msgid "Add option"
151
+ msgstr "opción Añadir"
152
+
153
+ #: includes/cb_checkbox.php:81 includes/cb_dropdown.php:81
154
+ #: includes/cb_file_upload.php:100 includes/cb_password.php:79
155
+ #: includes/cb_time.php:141
156
+ msgid "Admin Label"
157
+ msgstr "la etiqueta admin"
158
+
159
+ #: includes/cb_checkbox.php:83 includes/cb_date.php:130
160
+ #: includes/cb_dropdown.php:83 includes/cb_email.php:83
161
+ #: includes/cb_file_upload.php:102 includes/cb_multiple.php:82
162
+ #: includes/cb_password.php:81 includes/cb_time.php:143
163
+ msgid "Enter Admin Label"
164
+ msgstr "Introduzca Admin Discográfica"
165
+
166
+ #: includes/cb_checkbox.php:87 includes/cb_date.php:134
167
+ #: includes/cb_dropdown.php:87 includes/cb_email.php:87
168
+ #: includes/cb_file_upload.php:106 includes/cb_hidden.php:60
169
+ #: includes/cb_multiple.php:86 includes/cb_password.php:85
170
+ #: includes/cb_text.php:89 includes/cb_textarea.php:97
171
+ #: includes/cb_time.php:147
172
+ msgid "Do not show in the email"
173
+ msgstr "No mostrar en el el el email"
174
+
175
+ #: includes/cb_checkbox.php:97 includes/cb_multiple.php:96
176
+ msgid "Css Label :"
177
+ msgstr " Css Discográfica:"
178
+
179
+ #: includes/cb_checkbox.php:99 includes/cb_date.php:196
180
+ #: includes/cb_dropdown.php:99 includes/cb_email.php:100
181
+ #: includes/cb_file_upload.php:145 includes/cb_multiple.php:98
182
+ #: includes/cb_password.php:97 includes/cb_text.php:101
183
+ #: includes/cb_time.php:251
184
+ msgid "Enter Css Label"
185
+ msgstr "Introduzca Css Discográfica"
186
+
187
+ #: includes/cb_checkbox.php:104
188
+ msgid "CSS Description :"
189
+ msgstr " Css Descripción:"
190
+
191
+ #: includes/cb_checkbox.php:106 includes/cb_date.php:210
192
+ #: includes/cb_dropdown.php:113 includes/cb_email.php:114
193
+ #: includes/cb_file_upload.php:152 includes/cb_multiple.php:105
194
+ #: includes/cb_password.php:112 includes/cb_text.php:115
195
+ #: includes/cb_time.php:265
196
+ msgid "Enter Css Description"
197
+ msgstr "Introduzca Css Descripción"
198
+
199
+ #: includes/cb_checkbox.php:111
200
+ msgid "CSS Options outer wrapper :"
201
+ msgstr "exterior de envoltorio opciones CSS:"
202
+
203
+ #: includes/cb_checkbox.php:113
204
+ msgid "Enter Css Outer Wrapper"
205
+ msgstr "Css Introduzca envoltorio externo "
206
+
207
+ #: includes/cb_checkbox.php:118
208
+ msgid "CSS Option Wrapper :"
209
+ msgstr "Opción de CSS Envoltura de la:"
210
+
211
+ #: includes/cb_checkbox.php:120
212
+ msgid "Enter Css Option Wrapper"
213
+ msgstr "Introduzca Opción de CSS Envoltura de la:"
214
+
215
+ #: includes/cb_checkbox.php:125
216
+ msgid "CSS Options Label :"
217
+ msgstr " Opciones De CSS Discográfica:"
218
+
219
+ #: includes/cb_checkbox.php:132 includes/cb_date.php:236
220
+ #: includes/cb_dropdown.php:118 includes/cb_email.php:119
221
+ #: includes/cb_file_upload.php:157 includes/cb_multiple.php:131
222
+ #: includes/cb_password.php:117 includes/cb_text.php:120
223
+ #: includes/cb_textarea.php:128 includes/cb_time.php:291
224
+ msgid "Add a style to"
225
+ msgstr "Añadir un estilo para"
226
+
227
+ #: includes/cb_checkbox.php:135 includes/cb_date.php:104
228
+ #: includes/cb_date.php:240 includes/cb_dropdown.php:122
229
+ #: includes/cb_email.php:56 includes/cb_email.php:123
230
+ #: includes/cb_file_upload.php:72 includes/cb_file_upload.php:160
231
+ #: includes/cb_multiple.php:134 includes/cb_password.php:55
232
+ #: includes/cb_password.php:121 includes/cb_text.php:54
233
+ #: includes/cb_text.php:124 includes/cb_textarea.php:56
234
+ #: includes/cb_textarea.php:132 includes/cb_time.php:117
235
+ #: includes/cb_time.php:295
236
+ msgid "Description"
237
+ msgstr "Descripción de la"
238
+
239
+ #: includes/cb_checkbox.php:136 includes/cb_multiple.php:135
240
+ msgid "Options outer wrapper"
241
+ msgstr "Opciones-envoltorio externo"
242
+
243
+ #: includes/cb_checkbox.php:137
244
+ msgid "Options wrapper"
245
+ msgstr "Opciones-de derivador"
246
+
247
+ #: includes/cb_checkbox.php:138 includes/cb_multiple.php:137
248
+ msgid "Options label"
249
+ msgstr "Opciones-etiquetas "
250
+
251
+ #: includes/cb_checkbox.php:148 includes/cb_date.php:253
252
+ #: includes/cb_dropdown.php:132 includes/cb_email.php:143
253
+ #: includes/cb_file_upload.php:170 includes/cb_hidden.php:72
254
+ #: includes/cb_multiple.php:147 includes/cb_password.php:141
255
+ #: includes/cb_text.php:144 includes/cb_textarea.php:152
256
+ #: includes/cb_time.php:308 views/contact_email.php:183
257
+ #: views/contact_view.php:34 views/edit_contact_view.php:83
258
+ msgid "Save"
259
+ msgstr "Ahorrar"
260
+
261
+ #: includes/cb_checkbox.php:202 includes/cb_checkbox.php:267
262
+ #: includes/cb_dropdown.php:228 includes/cb_dropdown.php:278
263
+ #: includes/cb_multiple.php:202 includes/cb_multiple.php:268
264
+ msgid "Update"
265
+ msgstr "actualizar"
266
+
267
+ #: includes/cb_checkbox.php:256 includes/cb_dropdown.php:270
268
+ #: includes/cb_multiple.php:257
269
+ msgid "Please Fill an Option."
270
+ msgstr "Por favor Rellene de un Opción."
271
+
272
+ #: includes/cb_checkbox.php:272 includes/cb_multiple.php:273
273
+ msgid "This Option Already Exists."
274
+ msgstr "Esta Opción De Ya se existe."
275
+
276
+ #: includes/cb_checkbox.php:294 includes/cb_dropdown.php:286
277
+ #: includes/cb_dropdown.php:308 includes/cb_multiple.php:295
278
+ msgid "This Option Already Exists. "
279
+ msgstr "Esta Opción De Ya se existe."
280
+
281
+ #: includes/cb_checkbox.php:305 includes/cb_dropdown.php:319
282
+ #: includes/cb_multiple.php:306
283
+ msgid "Option updated"
284
+ msgstr "Opción actualizado "
285
+
286
+ #: includes/cb_date.php:8 includes/cb_date.php:100 includes/cb_date.php:130
287
+ #: views/contact_view.php:66 views/edit_contact_view.php:114
288
+ #: views/edit_contact_view.php:1421
289
+ msgid "Date"
290
+ msgstr "Fecha de"
291
+
292
+ #: includes/cb_date.php:12 includes/cb_date.php:155 includes/cb_date.php:308
293
+ #: includes/cb_date.php:380 views/contact_bank_frontend.php:679
294
+ msgid "Day"
295
+ msgstr "jornada"
296
+
297
+ #: includes/cb_date.php:32 includes/cb_date.php:159 includes/cb_date.php:323
298
+ #: includes/cb_date.php:395 views/contact_bank_frontend.php:707
299
+ msgid "Month"
300
+ msgstr "Mes de"
301
+
302
+ #: includes/cb_date.php:47 includes/cb_date.php:162 includes/cb_date.php:357
303
+ #: includes/cb_date.php:417 views/contact_bank_frontend.php:729
304
+ msgid "Year"
305
+ msgstr "Año de"
306
+
307
+ #: includes/cb_date.php:79
308
+ msgid "Date Control"
309
+ msgstr " de control de de Fecha "
310
+
311
+ #: includes/cb_date.php:106 includes/cb_email.php:58
312
+ #: includes/cb_file_upload.php:74 includes/cb_password.php:57
313
+ #: includes/cb_text.php:56 includes/cb_time.php:119
314
+ msgid "Enter Description"
315
+ msgstr "Enter description"
316
+
317
+ #: includes/cb_date.php:128 includes/cb_email.php:81 includes/cb_hidden.php:54
318
+ #: includes/cb_multiple.php:80 includes/cb_text.php:83
319
+ #: includes/cb_textarea.php:91
320
+ msgid "Admin label"
321
+ msgstr "la etiqueta admin"
322
+
323
+ #: includes/cb_date.php:140
324
+ msgid "Start year"
325
+ msgstr "Año de inicio"
326
+
327
+ #: includes/cb_date.php:142
328
+ msgid "Enter Start Year"
329
+ msgstr "Ingrese inicio año"
330
+
331
+ #: includes/cb_date.php:146
332
+ msgid "End year"
333
+ msgstr " End años"
334
+
335
+ #: includes/cb_date.php:148
336
+ msgid "Enter End Year "
337
+ msgstr "Ingrese Fin Año de"
338
+
339
+ #: includes/cb_date.php:152 includes/cb_text.php:77
340
+ #: includes/cb_textarea.php:85 includes/cb_time.php:175
341
+ msgid "Default value"
342
+ msgstr " Defecto de valor"
343
+
344
+ #: includes/cb_date.php:167
345
+ msgid "Error message if invalid date"
346
+ msgstr "Mensaje de error si la fecha no válido"
347
+
348
+ #: includes/cb_date.php:169
349
+ msgid "Enter Error Message"
350
+ msgstr "Ingrese Mensaje de Error"
351
+
352
+ #: includes/cb_date.php:173
353
+ msgid "Date format"
354
+ msgstr "formato Fecha"
355
+
356
+ #: includes/cb_date.php:194 includes/cb_dropdown.php:97
357
+ #: includes/cb_email.php:98 includes/cb_file_upload.php:143
358
+ #: includes/cb_password.php:95 includes/cb_text.php:99
359
+ #: includes/cb_time.php:249
360
+ msgid "Css Label"
361
+ msgstr "CSS Discográfica"
362
+
363
+ #: includes/cb_date.php:201 includes/cb_email.php:105 includes/cb_time.php:256
364
+ msgid "Css Text Input"
365
+ msgstr "CSS de Entrada de texto"
366
+
367
+ #: includes/cb_date.php:203 includes/cb_text.php:108 includes/cb_time.php:258
368
+ msgid "Enter Css Text Input"
369
+ msgstr " Css Ingrese de Entrada de texto"
370
+
371
+ #: includes/cb_date.php:208 includes/cb_dropdown.php:111
372
+ #: includes/cb_email.php:112 includes/cb_file_upload.php:150
373
+ #: includes/cb_password.php:110 includes/cb_time.php:263
374
+ msgid "Css Description"
375
+ msgstr "de Css Descripción"
376
+
377
+ #: includes/cb_date.php:215
378
+ msgid "Css Day"
379
+ msgstr "de Css Día"
380
+
381
+ #: includes/cb_date.php:217
382
+ msgid "Enter Css Day"
383
+ msgstr "Ingrese Día De Css"
384
+
385
+ #: includes/cb_date.php:222
386
+ msgid "Css Month"
387
+ msgstr "de Css Mes"
388
+
389
+ #: includes/cb_date.php:224
390
+ msgid "Enter Css Month"
391
+ msgstr "Ingrese Css Mes"
392
+
393
+ #: includes/cb_date.php:229
394
+ msgid "Css Year"
395
+ msgstr " Css Año de"
396
+
397
+ #: includes/cb_date.php:231
398
+ msgid "Enter Css Year"
399
+ msgstr "Ingrese Css Año de"
400
+
401
+ #: includes/cb_date.php:239 includes/cb_email.php:122
402
+ #: includes/cb_password.php:120 includes/cb_textarea.php:131
403
+ #: includes/cb_time.php:294
404
+ msgid "Text input"
405
+ msgstr "entrada de texto"
406
+
407
+ #: includes/cb_date.php:241
408
+ msgid "Date day dropdown"
409
+ msgstr "Fecha-día desplegable de"
410
+
411
+ #: includes/cb_date.php:242
412
+ msgid "Date month dropdown"
413
+ msgstr "Fecha-meses desplegable de"
414
+
415
+ #: includes/cb_date.php:243
416
+ msgid "Date year dropdown"
417
+ msgstr "Fecha-año desplegable de"
418
+
419
+ #: includes/cb_dropdown.php:12 includes/cb_dropdown.php:344
420
+ #: views/contact_bank_frontend.php:385 views/contact_bank_frontend.php:398
421
+ msgid "Select option"
422
+ msgstr "Seleccionar opción de"
423
+
424
+ #: includes/cb_dropdown.php:29
425
+ msgid "Dropdown Control"
426
+ msgstr "de Control Desplegable "
427
+
428
+ #: includes/cb_dropdown.php:70 includes/cb_multiple.php:69
429
+ msgid "Enter Option"
430
+ msgstr "Introduzca Opción"
431
+
432
+ #: includes/cb_dropdown.php:104
433
+ msgid "Css Dropdown Menu"
434
+ msgstr "Css Menú de Cuadro desplegable"
435
+
436
+ #: includes/cb_dropdown.php:106
437
+ msgid "Enter Css Dropdown Menu"
438
+ msgstr "Introduzca de Css Menú Cuadro desplegable"
439
+
440
+ #: includes/cb_dropdown.php:121
441
+ msgid "Dropdown menu"
442
+ msgstr "de menú desplegable"
443
+
444
+ #: includes/cb_email.php:9 includes/cb_email.php:52 includes/cb_email.php:83
445
+ #: views/contact_email.php:72 views/contact_email.php:138
446
+ #: views/edit_contact_view.php:1113
447
+ msgid "Email"
448
+ msgstr "Email"
449
+
450
+ #: includes/cb_email.php:30
451
+ msgid "Email Control"
452
+ msgstr "de control Email"
453
+
454
+ #: includes/cb_email.php:107 includes/cb_password.php:105
455
+ msgid "Enter Css Input Text"
456
+ msgstr "Introduzca Css de Entrada - Texto "
457
+
458
+ #: includes/cb_email.php:127 includes/cb_password.php:125
459
+ #: includes/cb_text.php:128 includes/cb_textarea.php:136
460
+ msgid "Add a filter"
461
+ msgstr "Agregue filtros"
462
+
463
+ #: includes/cb_email.php:129 includes/cb_password.php:127
464
+ #: includes/cb_text.php:130 includes/cb_textarea.php:138
465
+ msgid "Alpha"
466
+ msgstr "alfa"
467
+
468
+ #: includes/cb_email.php:130 includes/cb_password.php:128
469
+ #: includes/cb_text.php:131 includes/cb_textarea.php:139
470
+ msgid "Alpha Numeric"
471
+ msgstr "de Alfa Numérico"
472
+
473
+ #: includes/cb_email.php:131 includes/cb_password.php:129
474
+ #: includes/cb_text.php:132 includes/cb_textarea.php:140
475
+ msgid "Digits"
476
+ msgstr "Dígitos"
477
+
478
+ #: includes/cb_email.php:132 includes/cb_password.php:130
479
+ #: includes/cb_text.php:133 includes/cb_textarea.php:141
480
+ msgid "Strip Tags"
481
+ msgstr "de Tiras Etiquetas"
482
+
483
+ #: includes/cb_email.php:133 includes/cb_password.php:131
484
+ #: includes/cb_text.php:134 includes/cb_textarea.php:142
485
+ msgid "Trim"
486
+ msgstr " de Recorte"
487
+
488
+ #: includes/cb_file_upload.php:9 includes/cb_file_upload.php:68
489
+ #: includes/cb_file_upload.php:102 views/contact_view.php:63
490
+ #: views/edit_contact_view.php:111 views/edit_contact_view.php:1374
491
+ msgid "File Upload"
492
+ msgstr "Carga de archivos"
493
+
494
+ #: includes/cb_file_upload.php:46
495
+ msgid "Fileupload Control"
496
+ msgstr "de Control de FileUpload"
497
+
498
+ #: includes/cb_file_upload.php:112
499
+ msgid "Allow Multiple Uploads"
500
+ msgstr "Permitir Múltiples Subidas"
501
+
502
+ #: includes/cb_file_upload.php:118
503
+ msgid "Allowed File Extensions"
504
+ msgstr " Extenciones de archivo permitidas "
505
+
506
+ #: includes/cb_file_upload.php:120
507
+ msgid "Enter File Extensions"
508
+ msgstr "Ingrese Extensiones de de archivo "
509
+
510
+ #: includes/cb_file_upload.php:122
511
+ msgid "The file extensions must be seperated with semicolons(' ; ')"
512
+ msgstr ""
513
+ "el Las extensiones de archivo deben con separados con puntos y comas (\";"
514
+ "\")"
515
+
516
+ #: includes/cb_file_upload.php:126
517
+ msgid "Allowed File Size"
518
+ msgstr "Se permite Tamaño de Archivo"
519
+
520
+ #: includes/cb_file_upload.php:130
521
+ msgid "File Size must be in Kb"
522
+ msgstr "Tamaño de Archivo debe estar en Kb"
523
+
524
+ #: includes/cb_hidden.php:8
525
+ msgid "Untitled (hidden)"
526
+ msgstr "Sin título (oculta)"
527
+
528
+ #: includes/cb_hidden.php:11 views/contact_bank_frontend.php:952
529
+ #: views/contact_view.php:72 views/edit_contact_view.php:120
530
+ msgid "Hidden"
531
+ msgstr "escondida"
532
+
533
+ #: includes/cb_hidden.php:29
534
+ msgid "Hidden Control"
535
+ msgstr "Control Oculto"
536
+
537
+ #: includes/cb_hidden.php:44 includes/cb_hidden.php:56
538
+ #: views/edit_contact_view.php:1619
539
+ msgid "Untitled(hidden)"
540
+ msgstr "Sin título (oculta)"
541
+
542
+ #: includes/cb_hidden.php:48
543
+ msgid "Default Value"
544
+ msgstr "Valor Defecto"
545
+
546
+ #: includes/cb_hidden.php:50 includes/cb_text.php:79
547
+ msgid "Enter Default Value"
548
+ msgstr "Ingrese Valor defecto"
549
+
550
+ #: includes/cb_hidden.php:56 includes/cb_text.php:85
551
+ #: includes/cb_textarea.php:93
552
+ msgid "Enter Admin label"
553
+ msgstr " Introduzca Admin-etique "
554
+
555
+ #: includes/cb_multiple.php:28
556
+ msgid "Radio Buttons"
557
+ msgstr "de botones de selección"
558
+
559
+ #: includes/cb_multiple.php:62 includes/cb_text.php:69
560
+ msgid "Enter Tooltip Text"
561
+ msgstr "Introduce Tooltip texto"
562
+
563
+ #: includes/cb_multiple.php:103
564
+ msgid "Css Description :"
565
+ msgstr " Css Descripción:"
566
+
567
+ #: includes/cb_multiple.php:110
568
+ msgid "Css Options outer wrapper :"
569
+ msgstr "Css envoltorio externo Opciones:"
570
+
571
+ #: includes/cb_multiple.php:112
572
+ msgid "Enter Css Options outer wrapper"
573
+ msgstr "Introduzca Css envoltorio externo Opciones del"
574
+
575
+ #: includes/cb_multiple.php:117
576
+ msgid "CSS Options Wrapper :"
577
+ msgstr "CSS Opciones del Encintadoras:"
578
+
579
+ #: includes/cb_multiple.php:119
580
+ msgid "Enter Css Options Wrapper"
581
+ msgstr " Introduzca Css Opciones del Encintadoras "
582
+
583
+ #: includes/cb_multiple.php:124
584
+ msgid "CSS Option Label :"
585
+ msgstr "CSS Opción Discográfica:"
586
+
587
+ #: includes/cb_multiple.php:126
588
+ msgid "Enter Css Option Label"
589
+ msgstr " Introduce CSS Opción Discográfica "
590
+
591
+ #: includes/cb_multiple.php:136
592
+ msgid "Options wrapper"
593
+ msgstr "Opciones de del abrigo"
594
+
595
+ #: includes/cb_password.php:8 includes/cb_password.php:51
596
+ #: includes/cb_password.php:81 views/contact_view.php:75
597
+ #: views/edit_contact_view.php:123 views/edit_contact_view.php:1629
598
+ msgid "Password"
599
+ msgstr "de Contraseña "
600
+
601
+ #: includes/cb_password.php:29
602
+ msgid "Password Control"
603
+ msgstr "Contraseña de Control"
604
+
605
+ #: includes/cb_password.php:103
606
+ msgid "Css Input Text"
607
+ msgstr " Css de Entrada - Texto "
608
+
609
+ #: includes/cb_text.php:29
610
+ msgid "Textbox Control"
611
+ msgstr "campo respectivo de control "
612
+
613
+ #: includes/cb_text.php:106
614
+ msgid " Css Text Input"
615
+ msgstr " Css Entrada de texto"
616
+
617
+ #: includes/cb_text.php:113
618
+ msgid " Css Description"
619
+ msgstr " de Css Descripción"
620
+
621
+ #: includes/cb_text.php:123
622
+ msgid "Text Input"
623
+ msgstr "La entrada de texto"
624
+
625
+ #: includes/cb_textarea.php:30
626
+ msgid "Textarea Control"
627
+ msgstr "Área de texto de control"
628
+
629
+ #: includes/cb_textarea.php:52
630
+ msgid "Enter label"
631
+ msgstr "Introduce Etiqueta"
632
+
633
+ #: includes/cb_textarea.php:58
634
+ msgid "Enter Description"
635
+ msgstr "Introduce Descripción "
636
+
637
+ #: includes/cb_textarea.php:69
638
+ msgid "Tooltip text"
639
+ msgstr "Tooltip texto de"
640
+
641
+ #: includes/cb_textarea.php:87
642
+ msgid "Enter Default value"
643
+ msgstr "Ingrese Valor defecto"
644
+
645
+ #: includes/cb_textarea.php:107
646
+ msgid "CSS label"
647
+ msgstr "CSS-etiqueta"
648
+
649
+ #: includes/cb_textarea.php:109
650
+ msgid "Enter css Label"
651
+ msgstr "Introduzca css Discográfica"
652
+
653
+ #: includes/cb_textarea.php:114
654
+ msgid "CSS textinput"
655
+ msgstr "CSS de entrada de texto"
656
+
657
+ #: includes/cb_textarea.php:116
658
+ msgid "Enter css textinput"
659
+ msgstr " css de Ingrese entrada de texto"
660
+
661
+ #: includes/cb_textarea.php:121
662
+ msgid "CSS description"
663
+ msgstr "Descripción de CSS"
664
+
665
+ #: includes/cb_textarea.php:123
666
+ msgid "Enter css description"
667
+ msgstr "Ingrese css descripción"
668
+
669
+ #: includes/cb_time.php:8 includes/cb_time.php:113 includes/cb_time.php:143
670
+ #: views/contact_view.php:69 views/edit_contact_view.php:117
671
+ #: views/edit_contact_view.php:1514
672
+ msgid "Time"
673
+ msgstr "de Tiempo "
674
+
675
+ #: includes/cb_time.php:12 includes/cb_time.php:32 includes/cb_time.php:178
676
+ #: includes/cb_time.php:198 views/contact_bank_frontend.php:821
677
+ #: views/contact_bank_frontend.php:847 views/contact_bank_frontend.php:873
678
+ msgid "Hour"
679
+ msgstr "Horas"
680
+
681
+ #: includes/cb_time.php:52 includes/cb_time.php:218
682
+ #: views/contact_bank_frontend.php:897
683
+ msgid "Minute"
684
+ msgstr "de Minuto"
685
+
686
+ #: includes/cb_time.php:92
687
+ msgid "Time Control"
688
+ msgstr "Control de Tiempo"
689
+
690
+ #: includes/cb_time.php:153
691
+ msgid "12/24 hour time"
692
+ msgstr "12/24 tiempo de horas"
693
+
694
+ #: includes/cb_time.php:162
695
+ msgid "Time format"
696
+ msgstr "Formato de la hora"
697
+
698
+ #: includes/cb_time.php:270
699
+ msgid "Css Hour"
700
+ msgstr "de Css horas"
701
+
702
+ #: includes/cb_time.php:272
703
+ msgid "Enter Css Hour"
704
+ msgstr "Ingrese Css horas "
705
+
706
+ #: includes/cb_time.php:277
707
+ msgid "Css Minute"
708
+ msgstr "Css Un minuto"
709
+
710
+ #: includes/cb_time.php:279
711
+ msgid "Enter Css Minute"
712
+ msgstr "Ingrese Css Un minuto"
713
+
714
+ #: includes/cb_time.php:284
715
+ msgid "Css am/pm"
716
+ msgstr "Css am / pm"
717
+
718
+ #: includes/cb_time.php:286
719
+ msgid "Enter Css am/pm"
720
+ msgstr "Ingrese Css am / pm"
721
+
722
+ #: includes/cb_time.php:296
723
+ msgid "Time hour dropdown"
724
+ msgstr "Tiempo horas desplegable de"
725
+
726
+ #: includes/cb_time.php:297
727
+ msgid "Time minute dropdown"
728
+ msgstr "Tiempo minuto desplegable de"
729
+
730
+ #: includes/cb_time.php:298
731
+ msgid "Time am/pm dropdown"
732
+ msgstr "Hora am / pm desplegable de"
733
+
734
+ #: views/contact_bank_frontend.php:153
735
+ msgid "Enter Text"
736
+ msgstr "Introducir de texto"
737
+
738
+ #: views/contact_bank_frontend.php:342 views/contact_email.php:84
739
+ #: views/contact_email.php:144
740
+ msgid "Enter Email Address"
741
+ msgstr "Ingrese Dirección de correo electrónico"
742
+
743
+ #: views/contact_bank_frontend.php:952
744
+ msgid "Enter Hidden Text"
745
+ msgstr "Ingrese de Texto oculto "
746
+
747
+ #: views/contact_bank_frontend.php:1040
748
+ msgid "Enter Password"
749
+ msgstr "Ingrese de contraseña"
750
+
751
+ #: views/contact_bank_frontend.php:1051
752
+ msgid "Submit Form"
753
+ msgstr "formulario"
754
+
755
+ #: views/contact_email.php:9 views/contact_frontend_data.php:8
756
+ #: views/contact_view.php:9 views/edit_contact_view.php:31
757
+ msgid "Back to Dashboard"
758
+ msgstr "Regreso a la Tablero de instrumentos"
759
+
760
+ #: views/contact_email.php:13
761
+ msgid "Email Settings Saved. Kindly wait for the redirect."
762
+ msgstr ""
763
+ "Configuración del correo electrónico guardados. Por favor espere a que la "
764
+ "redirección."
765
+
766
+ #: views/contact_email.php:18 views/contact_email.php:49
767
+ #: views/contact_frontend_data.php:19 views/contact_frontend_data.php:32
768
+ msgid "Select Form"
769
+ msgstr "Seleccione Forma"
770
+
771
+ #: views/contact_email.php:65
772
+ msgid "Admin Email"
773
+ msgstr "Administrador Email"
774
+
775
+ #: views/contact_email.php:76
776
+ msgid "To"
777
+ msgstr "hasta "
778
+
779
+ #: views/contact_email.php:78
780
+ msgid "Enter Admin Email"
781
+ msgstr "Introduzca Admin Email"
782
+
783
+ #: views/contact_email.php:82 views/contact_email.php:142
784
+ msgid "From"
785
+ msgstr "desde"
786
+
787
+ #: views/contact_email.php:89 views/contact_email.php:148
788
+ msgid "Subject"
789
+ msgstr "sujeto "
790
+
791
+ #: views/contact_email.php:91 views/contact_email.php:150
792
+ msgid "Enter Subject"
793
+ msgstr "Introduzca sujeto "
794
+
795
+ #: views/contact_email.php:100 views/contact_email.php:160
796
+ msgid "Email Content"
797
+ msgstr "Email Contenido"
798
+
799
+ #: views/contact_email.php:115 views/contact_email.php:175
800
+ msgid "Short Code Controls for Email"
801
+ msgstr "Controles de Código Corto de para que Email"
802
+
803
+ #: views/contact_email.php:129
804
+ msgid "Client Email"
805
+ msgstr "Correo electrónico cliente de "
806
+
807
+ #: views/contact_frontend_data.php:14 views/contact_view.php:20
808
+ #: views/dashboard.php:15 views/dashboard.php:21
809
+ msgid "Form"
810
+ msgstr "de Forma"
811
+
812
+ #: views/contact_view.php:13
813
+ msgid "Form Submited. Kindly wait for the redirect."
814
+ msgstr "Formulario Submited. Por favor espere a que la redirección."
815
+
816
+ #: views/contact_view.php:24 views/edit_contact_view.php:46
817
+ msgid "Form Name :"
818
+ msgstr "Nombre del formulario:"
819
+
820
+ #: views/contact_view.php:27 views/edit_contact_view.php:49
821
+ msgid "Enter Form Name"
822
+ msgstr "Introducir Forma nombre"
823
+
824
+ #: views/contact_view.php:40 views/edit_contact_view.php:89
825
+ msgid "Control Buttons"
826
+ msgstr "Botones de control del"
827
+
828
+ #: views/contact_view.php:45 views/edit_contact_view.php:93
829
+ msgid "Text Box"
830
+ msgstr "Cuadro de texto"
831
+
832
+ #: views/contact_view.php:48 views/edit_contact_view.php:96
833
+ msgid "Text Area"
834
+ msgstr "Área de texto"
835
+
836
+ #: views/contact_view.php:51 views/edit_contact_view.php:99
837
+ msgid "Email Address"
838
+ msgstr "Dirección de correo electrónico"
839
+
840
+ #: views/contact_view.php:54 views/edit_contact_view.php:102
841
+ msgid "Dropdown Menu"
842
+ msgstr "Menú de Cuadro desplegable"
843
+
844
+ #: views/contact_view.php:57 views/edit_contact_view.php:105
845
+ msgid "Checkboxes"
846
+ msgstr "Casillas de verificación"
847
+
848
+ #: views/contact_view.php:60 views/edit_contact_view.php:108
849
+ msgid "Multiple Choice"
850
+ msgstr "Opción Múltiple"
851
+
852
+ #: views/dashboard.php:5
853
+ msgid "Dashboard - Contact Bank"
854
+ msgstr "Tablero de instrumentos - Contacto Banco "
855
+
856
+ #: views/dashboard.php:9
857
+ msgid "Delete All Forms"
858
+ msgstr "Borrar Toda Forma"
859
+
860
+ #: views/dashboard.php:22
861
+ msgid "Shortcode"
862
+ msgstr "código abreviado"
863
+
864
+ #: views/dashboard.php:23
865
+ msgid "Action"
866
+ msgstr "Accion"
867
+
868
+ #: views/dashboard.php:43
869
+ msgid "Edit"
870
+ msgstr "Edite"
871
+
872
+ #: views/dashboard.php:46
873
+ msgid "Delete"
874
+ msgstr "de Borrar"
875
+
876
+ #: views/dashboard.php:62
877
+ msgid "Server Settings"
878
+ msgstr "Ajustes del servidor"
879
+
880
+ #: views/dashboard.php:73
881
+ msgid "Not set"
882
+ msgstr "No Especificado"
883
+
884
+ #: views/dashboard.php:75 views/dashboard.php:78
885
+ msgid "On"
886
+ msgstr "Encendido "
887
+
888
+ #: views/dashboard.php:76 views/dashboard.php:79
889
+ msgid "Off"
890
+ msgstr "Apagado de"
891
+
892
+ #: views/dashboard.php:82 views/dashboard.php:85 views/dashboard.php:88
893
+ #: views/dashboard.php:91 views/dashboard.php:94 views/dashboard.php:97
894
+ msgid "N/A"
895
+ msgstr "N / A"
896
+
897
+ #: views/dashboard.php:96
898
+ msgid " MByte"
899
+ msgstr "MByte de"
900
+
901
+ #: views/dashboard.php:99 views/dashboard.php:102 views/dashboard.php:105
902
+ #: views/dashboard.php:155
903
+ msgid "Yes"
904
+ msgstr "Sí"
905
+
906
+ #: views/dashboard.php:100 views/dashboard.php:103 views/dashboard.php:106
907
+ #: views/dashboard.php:157
908
+ msgid "No"
909
+ msgstr ""
910
+
911
+ #: views/dashboard.php:108
912
+ msgid "Operating System"
913
+ msgstr "Sistema Operativo"
914
+
915
+ #: views/dashboard.php:109
916
+ msgid "Server"
917
+ msgstr "de Servidor "
918
+
919
+ #: views/dashboard.php:110
920
+ msgid "Memory usage"
921
+ msgstr "uso la Memoria"
922
+
923
+ #: views/dashboard.php:111
924
+ msgid "MYSQL Version"
925
+ msgstr " la Versión de MYSQL"
926
+
927
+ #: views/dashboard.php:112
928
+ msgid "SQL Mode"
929
+ msgstr "de Modo de SQL"
930
+
931
+ #: views/dashboard.php:113
932
+ msgid "PHP Version"
933
+ msgstr " la Versión de PHP"
934
+
935
+ #: views/dashboard.php:114
936
+ msgid "PHP Safe Mode"
937
+ msgstr "Safe mode habilitado"
938
+
939
+ #: views/dashboard.php:115
940
+ msgid "PHP Allow URL fopen"
941
+ msgstr "de PHP por URL función fopen"
942
+
943
+ #: views/dashboard.php:116
944
+ msgid "PHP Memory Limit"
945
+ msgstr "de PHP Límite de memoria"
946
+
947
+ #: views/dashboard.php:117
948
+ msgid "PHP Max Upload Size"
949
+ msgstr "de PHP máximo de Subir Tamaño"
950
+
951
+ #: views/dashboard.php:118
952
+ msgid "PHP Max Post Size"
953
+ msgstr "de PHP máximo de Poste Tamaño"
954
+
955
+ #: views/dashboard.php:119
956
+ msgid "PCRE Backtracking Limit"
957
+ msgstr " dando marcha atrás PCRE Limitar"
958
+
959
+ #: views/dashboard.php:120
960
+ msgid "PHP Max Script Execute Time"
961
+ msgstr "de PHP máximo de Guión Ejecutar Hora"
962
+
963
+ #: views/dashboard.php:121
964
+ msgid "PHP Exif support"
965
+ msgstr "apoyo de PHP Exif"
966
+
967
+ #: views/dashboard.php:122
968
+ msgid "PHP IPTC support"
969
+ msgstr "Soporte de PHP de IPTC"
970
+
971
+ #: views/dashboard.php:123
972
+ msgid "PHP XML support"
973
+ msgstr " de PHP compatibilidad con XML"
974
+
975
+ #: views/dashboard.php:131
976
+ msgid "Graphic Library Settings"
977
+ msgstr "En Configuración de biblioteca Gráfico"
978
+
979
+ #: views/dashboard.php:150
980
+ msgid "No GD support"
981
+ msgstr "No hay soporte GD"
982
+
983
+ #: views/dashboard.php:186
984
+ msgid "Are you sure to delete this form ?"
985
+ msgstr "¿Está seguro de borrar esta formulario?"
986
+
987
+ #: views/dashboard.php:197
988
+ msgid "Are you sure to delete all forms ?"
989
+ msgstr "¿Está seguro de borrar todas las formas?"
990
+
991
+ #: views/edit_contact_view.php:28
992
+ msgid "Edit Existing Form"
993
+ msgstr "Editar formulario existente"
994
+
995
+ #: views/edit_contact_view.php:35
996
+ msgid "Form Updated. Kindly wait for the redirect."
997
+ msgstr "Forma actualizada. Por favor espere a que la redirección."
998
+
999
+ #: views/edit_contact_view.php:42
1000
+ msgid "Edit Form"
1001
+ msgstr "Edite formulario"
1002
+
1003
+ #: views/edit_contact_view.php:289 views/edit_contact_view.php:324
1004
+ #: views/edit_contact_view.php:393 views/edit_contact_view.php:442
1005
+ #: views/edit_contact_view.php:490
1006
+ msgid "Untitled :"
1007
+ msgstr "Sin título:"
1008
+
1009
+ #: views/edit_contact_view.php:359
1010
+ msgid "Email :"
1011
+ msgstr "Email:"
1012
+
1013
+ #: views/edit_contact_view.php:539
1014
+ msgid "File Upload :"
1015
+ msgstr "Carga de archivos:"
1016
+
1017
+ #: views/edit_contact_view.php:586
1018
+ msgid "Date :"
1019
+ msgstr "Fecha:"
1020
+
1021
+ #: views/edit_contact_view.php:657
1022
+ msgid "Time :"
1023
+ msgstr "de Tiempo:"
1024
+
1025
+ #: views/edit_contact_view.php:715
1026
+ msgid "Untitled(hidden) :"
1027
+ msgstr "Sin título (oculto):"
1028
+
1029
+ #: views/edit_contact_view.php:747
1030
+ msgid "Password : "
1031
+ msgstr "Contraseña:"
1032
+
1033
+ #: views/edit_contact_view.php:1398
1034
+ msgid "1024"
1035
+ msgstr "1024"
1036
+
1037
+ #~ msgid "Enter Do Not Show In Email"
1038
+ #~ msgstr "Ingrese Hacer No Mostrar En Email"
1039
+
1040
+ #~ msgid "Enter Defualt value"
1041
+ #~ msgstr "Introducir Defualt el valor de"
1042
+
1043
+ #~ msgid "Form Data"
1044
+ #~ msgstr "Datos de formulario"
languages/contact_bank-fi_FI.mo ADDED
Binary file
languages/contact_bank-fi_FI.po ADDED
@@ -0,0 +1,1036 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2013-11-16 13:11+0530\n"
5
+ "PO-Revision-Date: 2013-11-18 15:57+0530\n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "X-Generator: Poedit 1.5.7\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
13
+ "X-Poedit-Basepath: C:\\wamp\\www\\contact-bank3.7\\wp-content\\plugins"
14
+ "\\contact-bank\\\n"
15
+ "X-Poedit-SearchPath-0: .\n"
16
+
17
+ #: contact-bank.php:62
18
+ msgid "Contact Bank"
19
+ msgstr ""
20
+
21
+ #: contact-bank.php:63 contact-bank.php:431
22
+ msgid "Dashboard"
23
+ msgstr "kojelautaan"
24
+
25
+ #: contact-bank.php:64 contact-bank.php:437 views/contact_view.php:6
26
+ #: views/dashboard.php:8
27
+ msgid "Add New Form"
28
+ msgstr "Lisätä uusia -Oikeudellinen muoto"
29
+
30
+ #: contact-bank.php:65 contact-bank.php:443 views/contact_email.php:6
31
+ msgid "Email Settings"
32
+ msgstr "Sähköposti asetuksia"
33
+
34
+ #: contact-bank.php:66 contact-bank.php:449 views/contact_frontend_data.php:5
35
+ msgid "Form Entries"
36
+ msgstr "Oikeudellinen muoto Merkinnät"
37
+
38
+ #: includes/cb_checkbox.php:8 includes/cb_checkbox.php:50
39
+ #: includes/cb_checkbox.php:83 includes/cb_dropdown.php:8
40
+ #: includes/cb_dropdown.php:50 includes/cb_dropdown.php:83
41
+ #: includes/cb_multiple.php:8 includes/cb_multiple.php:49
42
+ #: includes/cb_multiple.php:82 includes/cb_text.php:8 includes/cb_text.php:50
43
+ #: includes/cb_text.php:85 includes/cb_textarea.php:9
44
+ #: includes/cb_textarea.php:52 includes/cb_textarea.php:93
45
+ #: views/edit_contact_view.php:992 views/edit_contact_view.php:1050
46
+ #: views/edit_contact_view.php:1179 views/edit_contact_view.php:1235
47
+ #: views/edit_contact_view.php:1305
48
+ msgid "Untitled"
49
+ msgstr "nimeämätön"
50
+
51
+ #: includes/cb_checkbox.php:13 includes/cb_checkbox.php:42
52
+ #: includes/cb_date.php:62 includes/cb_date.php:92 includes/cb_dropdown.php:14
53
+ #: includes/cb_dropdown.php:42 includes/cb_email.php:13
54
+ #: includes/cb_email.php:44 includes/cb_file_upload.php:12
55
+ #: includes/cb_file_upload.php:60 includes/cb_hidden.php:12
56
+ #: includes/cb_multiple.php:13 includes/cb_multiple.php:41
57
+ #: includes/cb_password.php:12 includes/cb_password.php:43
58
+ #: includes/cb_text.php:12 includes/cb_text.php:42 includes/cb_textarea.php:13
59
+ #: includes/cb_textarea.php:44 includes/cb_time.php:75
60
+ #: includes/cb_time.php:105
61
+ msgid "Settings"
62
+ msgstr "asetuksia"
63
+
64
+ #: includes/cb_checkbox.php:29
65
+ msgid "Checkbox Control"
66
+ msgstr "Valintaneliö Ohjaus"
67
+
68
+ #: includes/cb_checkbox.php:36 includes/cb_date.php:86
69
+ #: includes/cb_dropdown.php:36 includes/cb_email.php:38
70
+ #: includes/cb_file_upload.php:54 includes/cb_hidden.php:36
71
+ #: includes/cb_multiple.php:35 includes/cb_password.php:37
72
+ #: includes/cb_text.php:36 includes/cb_textarea.php:38 includes/cb_time.php:99
73
+ msgid "Advanced"
74
+ msgstr "Tarkennettu"
75
+
76
+ #: includes/cb_checkbox.php:39 includes/cb_checkbox.php:68
77
+ #: includes/cb_date.php:89 includes/cb_dropdown.php:39
78
+ #: includes/cb_dropdown.php:68 includes/cb_email.php:41
79
+ #: includes/cb_file_upload.php:57 includes/cb_multiple.php:38
80
+ #: includes/cb_multiple.php:67 includes/cb_password.php:40
81
+ #: includes/cb_text.php:39 includes/cb_textarea.php:41
82
+ #: includes/cb_time.php:102
83
+ msgid "Options"
84
+ msgstr "Valinnat"
85
+
86
+ #: includes/cb_checkbox.php:48 includes/cb_checkbox.php:134
87
+ #: includes/cb_date.php:98 includes/cb_date.php:238
88
+ #: includes/cb_dropdown.php:48 includes/cb_dropdown.php:120
89
+ #: includes/cb_email.php:50 includes/cb_email.php:121
90
+ #: includes/cb_file_upload.php:66 includes/cb_file_upload.php:159
91
+ #: includes/cb_hidden.php:42 includes/cb_multiple.php:47
92
+ #: includes/cb_multiple.php:133 includes/cb_password.php:49
93
+ #: includes/cb_password.php:119 includes/cb_text.php:48
94
+ #: includes/cb_text.php:122 includes/cb_textarea.php:50
95
+ #: includes/cb_textarea.php:130 includes/cb_time.php:111
96
+ #: includes/cb_time.php:293
97
+ msgid "Label"
98
+ msgstr "etiketissä"
99
+
100
+ #: includes/cb_checkbox.php:50 includes/cb_date.php:100
101
+ #: includes/cb_dropdown.php:50 includes/cb_email.php:52
102
+ #: includes/cb_file_upload.php:68 includes/cb_hidden.php:44
103
+ #: includes/cb_multiple.php:49 includes/cb_password.php:51
104
+ #: includes/cb_text.php:50 includes/cb_time.php:113
105
+ msgid "Enter Label"
106
+ msgstr "Anna Levy-yhtiö"
107
+
108
+ #: includes/cb_checkbox.php:54 includes/cb_checkbox.php:56
109
+ #: includes/cb_date.php:110 includes/cb_date.php:112
110
+ #: includes/cb_dropdown.php:54 includes/cb_dropdown.php:56
111
+ #: includes/cb_email.php:62 includes/cb_email.php:64
112
+ #: includes/cb_file_upload.php:78 includes/cb_file_upload.php:80
113
+ #: includes/cb_multiple.php:53 includes/cb_multiple.php:55
114
+ #: includes/cb_password.php:61 includes/cb_password.php:63
115
+ #: includes/cb_text.php:60 includes/cb_text.php:62 includes/cb_textarea.php:62
116
+ #: includes/cb_textarea.php:64 includes/cb_time.php:123
117
+ #: includes/cb_time.php:125
118
+ msgid "Required"
119
+ msgstr "Vaadittava"
120
+
121
+ #: includes/cb_checkbox.php:57 includes/cb_date.php:113
122
+ #: includes/cb_dropdown.php:57 includes/cb_email.php:65
123
+ #: includes/cb_file_upload.php:81 includes/cb_multiple.php:56
124
+ #: includes/cb_password.php:64 includes/cb_text.php:63
125
+ #: includes/cb_textarea.php:65 includes/cb_time.php:126
126
+ msgid "Not Required"
127
+ msgstr "Ei- Vaadittava"
128
+
129
+ #: includes/cb_checkbox.php:61 includes/cb_date.php:117
130
+ #: includes/cb_dropdown.php:61 includes/cb_email.php:69
131
+ #: includes/cb_file_upload.php:85 includes/cb_multiple.php:60
132
+ #: includes/cb_password.php:68 includes/cb_text.php:67
133
+ #: includes/cb_time.php:130
134
+ msgid "Tooltip Text"
135
+ msgstr "Työkaluvihje teksti"
136
+
137
+ #: includes/cb_checkbox.php:63 includes/cb_date.php:119
138
+ #: includes/cb_dropdown.php:63 includes/cb_email.php:71
139
+ #: includes/cb_file_upload.php:87 includes/cb_password.php:70
140
+ #: includes/cb_textarea.php:71 includes/cb_time.php:132
141
+ msgid "Enter Tooltip"
142
+ msgstr "Anna työkaluohje"
143
+
144
+ #: includes/cb_checkbox.php:70 includes/cb_checkbox.php:127
145
+ msgid "Enter Options"
146
+ msgstr "Anna Valinnat"
147
+
148
+ #: includes/cb_checkbox.php:70 includes/cb_dropdown.php:70
149
+ #: includes/cb_multiple.php:69
150
+ msgid "Add option"
151
+ msgstr "Lisätäksesi henkilön vaihtoehto"
152
+
153
+ #: includes/cb_checkbox.php:81 includes/cb_dropdown.php:81
154
+ #: includes/cb_file_upload.php:100 includes/cb_password.php:79
155
+ #: includes/cb_time.php:141
156
+ msgid "Admin Label"
157
+ msgstr "ylläpitäjä Levy-yhtiö"
158
+
159
+ #: includes/cb_checkbox.php:83 includes/cb_date.php:130
160
+ #: includes/cb_dropdown.php:83 includes/cb_email.php:83
161
+ #: includes/cb_file_upload.php:102 includes/cb_multiple.php:82
162
+ #: includes/cb_password.php:81 includes/cb_time.php:143
163
+ msgid "Enter Admin Label"
164
+ msgstr "Syötä ylläpidolle Levy-yhtiö"
165
+
166
+ #: includes/cb_checkbox.php:87 includes/cb_date.php:134
167
+ #: includes/cb_dropdown.php:87 includes/cb_email.php:87
168
+ #: includes/cb_file_upload.php:106 includes/cb_hidden.php:60
169
+ #: includes/cb_multiple.php:86 includes/cb_password.php:85
170
+ #: includes/cb_text.php:89 includes/cb_textarea.php:97
171
+ #: includes/cb_time.php:147
172
+ msgid "Do not show in the email"
173
+ msgstr "Ei näy trendissä sitä sähköposti"
174
+
175
+ #: includes/cb_checkbox.php:97 includes/cb_multiple.php:96
176
+ msgid "Css Label :"
177
+ msgstr "Css Levy-yhtiö:"
178
+
179
+ #: includes/cb_checkbox.php:99 includes/cb_date.php:196
180
+ #: includes/cb_dropdown.php:99 includes/cb_email.php:100
181
+ #: includes/cb_file_upload.php:145 includes/cb_multiple.php:98
182
+ #: includes/cb_password.php:97 includes/cb_text.php:101
183
+ #: includes/cb_time.php:251
184
+ msgid "Enter Css Label"
185
+ msgstr "Anna CSS Levy-yhtiö"
186
+
187
+ #: includes/cb_checkbox.php:104
188
+ msgid "CSS Description :"
189
+ msgstr "CSS Kuvaus:"
190
+
191
+ #: includes/cb_checkbox.php:106 includes/cb_date.php:210
192
+ #: includes/cb_dropdown.php:113 includes/cb_email.php:114
193
+ #: includes/cb_file_upload.php:152 includes/cb_multiple.php:105
194
+ #: includes/cb_password.php:112 includes/cb_text.php:115
195
+ #: includes/cb_time.php:265
196
+ msgid "Enter Css Description"
197
+ msgstr "Anna CSS Kuvaus"
198
+
199
+ #: includes/cb_checkbox.php:111
200
+ msgid "CSS Options outer wrapper :"
201
+ msgstr "CSS Valinnat päällyskäärerainan:"
202
+
203
+ #: includes/cb_checkbox.php:113
204
+ msgid "Enter Css Outer Wrapper"
205
+ msgstr "Anna CSS ulkopäällyksen"
206
+
207
+ #: includes/cb_checkbox.php:118
208
+ msgid "CSS Option Wrapper :"
209
+ msgstr "CSS optio-Kääre:"
210
+
211
+ #: includes/cb_checkbox.php:120
212
+ msgid "Enter Css Option Wrapper"
213
+ msgstr "Syötä- CSS- Vaihtoehto -Kääreen"
214
+
215
+ #: includes/cb_checkbox.php:125
216
+ msgid "CSS Options Label :"
217
+ msgstr "CSS Valinnat Levy-yhtiö:"
218
+
219
+ #: includes/cb_checkbox.php:132 includes/cb_date.php:236
220
+ #: includes/cb_dropdown.php:118 includes/cb_email.php:119
221
+ #: includes/cb_file_upload.php:157 includes/cb_multiple.php:131
222
+ #: includes/cb_password.php:117 includes/cb_text.php:120
223
+ #: includes/cb_textarea.php:128 includes/cb_time.php:291
224
+ msgid "Add a style to"
225
+ msgstr "Lisätäksesi Henkilön tyylistä kohteeseen"
226
+
227
+ #: includes/cb_checkbox.php:135 includes/cb_date.php:104
228
+ #: includes/cb_date.php:240 includes/cb_dropdown.php:122
229
+ #: includes/cb_email.php:56 includes/cb_email.php:123
230
+ #: includes/cb_file_upload.php:72 includes/cb_file_upload.php:160
231
+ #: includes/cb_multiple.php:134 includes/cb_password.php:55
232
+ #: includes/cb_password.php:121 includes/cb_text.php:54
233
+ #: includes/cb_text.php:124 includes/cb_textarea.php:56
234
+ #: includes/cb_textarea.php:132 includes/cb_time.php:117
235
+ #: includes/cb_time.php:295
236
+ msgid "Description"
237
+ msgstr "Tuntomerkit"
238
+
239
+ #: includes/cb_checkbox.php:136 includes/cb_multiple.php:135
240
+ msgid "Options outer wrapper"
241
+ msgstr "Valinnat päällyskäärerainan"
242
+
243
+ #: includes/cb_checkbox.php:137
244
+ msgid "Options wrapper"
245
+ msgstr "Valinnat kääre"
246
+
247
+ #: includes/cb_checkbox.php:138 includes/cb_multiple.php:137
248
+ msgid "Options label"
249
+ msgstr "Valinnat etiketti"
250
+
251
+ #: includes/cb_checkbox.php:148 includes/cb_date.php:253
252
+ #: includes/cb_dropdown.php:132 includes/cb_email.php:143
253
+ #: includes/cb_file_upload.php:170 includes/cb_hidden.php:72
254
+ #: includes/cb_multiple.php:147 includes/cb_password.php:141
255
+ #: includes/cb_text.php:144 includes/cb_textarea.php:152
256
+ #: includes/cb_time.php:308 views/contact_email.php:183
257
+ #: views/contact_view.php:34 views/edit_contact_view.php:83
258
+ msgid "Save"
259
+ msgstr "Säästä"
260
+
261
+ #: includes/cb_checkbox.php:202 includes/cb_checkbox.php:267
262
+ #: includes/cb_dropdown.php:228 includes/cb_dropdown.php:278
263
+ #: includes/cb_multiple.php:202 includes/cb_multiple.php:268
264
+ msgid "Update"
265
+ msgstr "päivittää"
266
+
267
+ #: includes/cb_checkbox.php:256 includes/cb_dropdown.php:270
268
+ #: includes/cb_multiple.php:257
269
+ msgid "Please Fill an Option."
270
+ msgstr "ole hyvä eräs Täytä Valinnais-/lisävaruste."
271
+
272
+ #: includes/cb_checkbox.php:272 includes/cb_multiple.php:273
273
+ msgid "This Option Already Exists."
274
+ msgstr "Tämä Valinnais-/lisävaruste jo olemassa."
275
+
276
+ #: includes/cb_checkbox.php:294 includes/cb_dropdown.php:286
277
+ #: includes/cb_dropdown.php:308 includes/cb_multiple.php:295
278
+ msgid "This Option Already Exists. "
279
+ msgstr "Tämä Valinnais-/lisävaruste jo olemassa."
280
+
281
+ #: includes/cb_checkbox.php:305 includes/cb_dropdown.php:319
282
+ #: includes/cb_multiple.php:306
283
+ msgid "Option updated"
284
+ msgstr "Optio Päivitetty"
285
+
286
+ #: includes/cb_date.php:8 includes/cb_date.php:100 includes/cb_date.php:130
287
+ #: views/contact_view.php:66 views/edit_contact_view.php:114
288
+ #: views/edit_contact_view.php:1421
289
+ msgid "Date"
290
+ msgstr "päivämäärä"
291
+
292
+ #: includes/cb_date.php:12 includes/cb_date.php:155 includes/cb_date.php:308
293
+ #: includes/cb_date.php:380 views/contact_bank_frontend.php:679
294
+ msgid "Day"
295
+ msgstr "päiväksi"
296
+
297
+ #: includes/cb_date.php:32 includes/cb_date.php:159 includes/cb_date.php:323
298
+ #: includes/cb_date.php:395 views/contact_bank_frontend.php:707
299
+ msgid "Month"
300
+ msgstr "Kuukausi"
301
+
302
+ #: includes/cb_date.php:47 includes/cb_date.php:162 includes/cb_date.php:357
303
+ #: includes/cb_date.php:417 views/contact_bank_frontend.php:729
304
+ msgid "Year"
305
+ msgstr "Vuosi"
306
+
307
+ #: includes/cb_date.php:79
308
+ msgid "Date Control"
309
+ msgstr "Päivämäärä Ohjaus"
310
+
311
+ #: includes/cb_date.php:106 includes/cb_email.php:58
312
+ #: includes/cb_file_upload.php:74 includes/cb_password.php:57
313
+ #: includes/cb_text.php:56 includes/cb_time.php:119
314
+ msgid "Enter Description"
315
+ msgstr "Syötä- Kuvausta-"
316
+
317
+ #: includes/cb_date.php:128 includes/cb_email.php:81 includes/cb_hidden.php:54
318
+ #: includes/cb_multiple.php:80 includes/cb_text.php:83
319
+ #: includes/cb_textarea.php:91
320
+ msgid "Admin label"
321
+ msgstr "Hannuhut-etiketti"
322
+
323
+ #: includes/cb_date.php:140
324
+ msgid "Start year"
325
+ msgstr "Aloitusvuosi"
326
+
327
+ #: includes/cb_date.php:142
328
+ msgid "Enter Start Year"
329
+ msgstr "Syötä -Käynnistä- Vuosi"
330
+
331
+ #: includes/cb_date.php:146
332
+ msgid "End year"
333
+ msgstr "Päättymisvuosi- vuosi"
334
+
335
+ #: includes/cb_date.php:148
336
+ msgid "Enter End Year "
337
+ msgstr "-Syötä -Päättymispäivä- Vuosi"
338
+
339
+ #: includes/cb_date.php:152 includes/cb_text.php:77
340
+ #: includes/cb_textarea.php:85 includes/cb_time.php:175
341
+ msgid "Default value"
342
+ msgstr "Vakioarvo"
343
+
344
+ #: includes/cb_date.php:167
345
+ msgid "Error message if invalid date"
346
+ msgstr "Virheilmoituksen, jos kelpaa päivämäärä"
347
+
348
+ #: includes/cb_date.php:169
349
+ msgid "Enter Error Message"
350
+ msgstr "Syötä- Virhesanoma"
351
+
352
+ #: includes/cb_date.php:173
353
+ msgid "Date format"
354
+ msgstr "Päiväysmuoto"
355
+
356
+ #: includes/cb_date.php:194 includes/cb_dropdown.php:97
357
+ #: includes/cb_email.php:98 includes/cb_file_upload.php:143
358
+ #: includes/cb_password.php:95 includes/cb_text.php:99
359
+ #: includes/cb_time.php:249
360
+ msgid "Css Label"
361
+ msgstr "CSS Levy-yhtiö"
362
+
363
+ #: includes/cb_date.php:201 includes/cb_email.php:105 includes/cb_time.php:256
364
+ msgid "Css Text Input"
365
+ msgstr "CSS tekstinsyötön avulla"
366
+
367
+ #: includes/cb_date.php:203 includes/cb_text.php:108 includes/cb_time.php:258
368
+ msgid "Enter Css Text Input"
369
+ msgstr "Syötä -CSS tekstinsyöttöä"
370
+
371
+ #: includes/cb_date.php:208 includes/cb_dropdown.php:111
372
+ #: includes/cb_email.php:112 includes/cb_file_upload.php:150
373
+ #: includes/cb_password.php:110 includes/cb_time.php:263
374
+ msgid "Css Description"
375
+ msgstr "CSS kuvausta"
376
+
377
+ #: includes/cb_date.php:215
378
+ msgid "Css Day"
379
+ msgstr "CSS päiväksi"
380
+
381
+ #: includes/cb_date.php:217
382
+ msgid "Enter Css Day"
383
+ msgstr "Syötä -CSS päiväksi"
384
+
385
+ #: includes/cb_date.php:222
386
+ msgid "Css Month"
387
+ msgstr "CSS Kuukausi"
388
+
389
+ #: includes/cb_date.php:224
390
+ msgid "Enter Css Month"
391
+ msgstr "Syötä- CSS -Kuukausi"
392
+
393
+ #: includes/cb_date.php:229
394
+ msgid "Css Year"
395
+ msgstr "CSS Vuosi"
396
+
397
+ #: includes/cb_date.php:231
398
+ msgid "Enter Css Year"
399
+ msgstr "Syötä- CSS- Teemavuoden"
400
+
401
+ #: includes/cb_date.php:239 includes/cb_email.php:122
402
+ #: includes/cb_password.php:120 includes/cb_textarea.php:131
403
+ #: includes/cb_time.php:294
404
+ msgid "Text input"
405
+ msgstr "Tekstinsyöttöä"
406
+
407
+ #: includes/cb_date.php:241
408
+ msgid "Date day dropdown"
409
+ msgstr "Päiväys pp avattavaan"
410
+
411
+ #: includes/cb_date.php:242
412
+ msgid "Date month dropdown"
413
+ msgstr "Päivämäärä kuukausi avattavaan"
414
+
415
+ #: includes/cb_date.php:243
416
+ msgid "Date year dropdown"
417
+ msgstr "Päiväys vuosi- avattavaan"
418
+
419
+ #: includes/cb_dropdown.php:12 includes/cb_dropdown.php:344
420
+ #: views/contact_bank_frontend.php:385 views/contact_bank_frontend.php:398
421
+ msgid "Select option"
422
+ msgstr "Valitse -optio-"
423
+
424
+ #: includes/cb_dropdown.php:29
425
+ msgid "Dropdown Control"
426
+ msgstr "Avautuva Ohjaus"
427
+
428
+ #: includes/cb_dropdown.php:70 includes/cb_multiple.php:69
429
+ msgid "Enter Option"
430
+ msgstr "Syötä Vaihtoehto"
431
+
432
+ #: includes/cb_dropdown.php:104
433
+ msgid "Css Dropdown Menu"
434
+ msgstr "CSS Luokat-valikko"
435
+
436
+ #: includes/cb_dropdown.php:106
437
+ msgid "Enter Css Dropdown Menu"
438
+ msgstr "Syötä- CSS Luokat-valikko"
439
+
440
+ #: includes/cb_dropdown.php:121
441
+ msgid "Dropdown menu"
442
+ msgstr "Pudotusvalikosta"
443
+
444
+ #: includes/cb_email.php:9 includes/cb_email.php:52 includes/cb_email.php:83
445
+ #: views/contact_email.php:72 views/contact_email.php:138
446
+ #: views/edit_contact_view.php:1113
447
+ msgid "Email"
448
+ msgstr "sähköposti"
449
+
450
+ #: includes/cb_email.php:30
451
+ msgid "Email Control"
452
+ msgstr "Sähköposti Ohjaus"
453
+
454
+ #: includes/cb_email.php:107 includes/cb_password.php:105
455
+ msgid "Enter Css Input Text"
456
+ msgstr "Syötä- CSS -panos -Tekstin"
457
+
458
+ #: includes/cb_email.php:127 includes/cb_password.php:125
459
+ #: includes/cb_text.php:128 includes/cb_textarea.php:136
460
+ msgid "Add a filter"
461
+ msgstr "Lisätään suodatinsteriloitua"
462
+
463
+ #: includes/cb_email.php:129 includes/cb_password.php:127
464
+ #: includes/cb_text.php:130 includes/cb_textarea.php:138
465
+ msgid "Alpha"
466
+ msgstr "alfa"
467
+
468
+ #: includes/cb_email.php:130 includes/cb_password.php:128
469
+ #: includes/cb_text.php:131 includes/cb_textarea.php:139
470
+ msgid "Alpha Numeric"
471
+ msgstr "alfa- Numeerinen"
472
+
473
+ #: includes/cb_email.php:131 includes/cb_password.php:129
474
+ #: includes/cb_text.php:132 includes/cb_textarea.php:140
475
+ msgid "Digits"
476
+ msgstr "numeroa"
477
+
478
+ #: includes/cb_email.php:132 includes/cb_password.php:130
479
+ #: includes/cb_text.php:133 includes/cb_textarea.php:141
480
+ msgid "Strip Tags"
481
+ msgstr "Kaistaleet -Tagit"
482
+
483
+ #: includes/cb_email.php:133 includes/cb_password.php:131
484
+ #: includes/cb_text.php:134 includes/cb_textarea.php:142
485
+ msgid "Trim"
486
+ msgstr "Trimmata"
487
+
488
+ #: includes/cb_file_upload.php:9 includes/cb_file_upload.php:68
489
+ #: includes/cb_file_upload.php:102 views/contact_view.php:63
490
+ #: views/edit_contact_view.php:111 views/edit_contact_view.php:1374
491
+ msgid "File Upload"
492
+ msgstr "tiedoston lähetys"
493
+
494
+ #: includes/cb_file_upload.php:46
495
+ msgid "Fileupload Control"
496
+ msgstr "latauskiintiö Ohjaus"
497
+
498
+ #: includes/cb_file_upload.php:112
499
+ msgid "Allow Multiple Uploads"
500
+ msgstr "Salli Useita Ladatut dokumentit"
501
+
502
+ #: includes/cb_file_upload.php:118
503
+ msgid "Allowed File Extensions"
504
+ msgstr "Sallittuja Tiedoston Laajennukset"
505
+
506
+ #: includes/cb_file_upload.php:120
507
+ msgid "Enter File Extensions"
508
+ msgstr "Syötä -Tiedostopäätteet"
509
+
510
+ #: includes/cb_file_upload.php:122
511
+ msgid "The file extensions must be seperated with semicolons(' ; ')"
512
+ msgstr "Tiedostopääte pitää olla erotetaan kanssa puolipisteiden(\";\")"
513
+
514
+ #: includes/cb_file_upload.php:126
515
+ msgid "Allowed File Size"
516
+ msgstr "sallittuja tiedoston Koko"
517
+
518
+ #: includes/cb_file_upload.php:130
519
+ msgid "File Size must be in Kb"
520
+ msgstr "Tiedoston koon mukaan pitää olla sisään Kb"
521
+
522
+ #: includes/cb_hidden.php:8
523
+ msgid "Untitled (hidden)"
524
+ msgstr "Nimeämätön (piilotettu)"
525
+
526
+ #: includes/cb_hidden.php:11 views/contact_bank_frontend.php:952
527
+ #: views/contact_view.php:72 views/edit_contact_view.php:120
528
+ msgid "Hidden"
529
+ msgstr "Piilotettu"
530
+
531
+ #: includes/cb_hidden.php:29
532
+ msgid "Hidden Control"
533
+ msgstr "Hidden Control"
534
+
535
+ #: includes/cb_hidden.php:44 includes/cb_hidden.php:56
536
+ #: views/edit_contact_view.php:1619
537
+ msgid "Untitled(hidden)"
538
+ msgstr "Nimeämätön (piilotettu)"
539
+
540
+ #: includes/cb_hidden.php:48
541
+ msgid "Default Value"
542
+ msgstr "oletuksena- Arvo-"
543
+
544
+ #: includes/cb_hidden.php:50 includes/cb_text.php:79
545
+ msgid "Enter Default Value"
546
+ msgstr "Syötä arvo"
547
+
548
+ #: includes/cb_hidden.php:56 includes/cb_text.php:85
549
+ #: includes/cb_textarea.php:93
550
+ msgid "Enter Admin label"
551
+ msgstr "Syötä ylläpidolle etiketti"
552
+
553
+ #: includes/cb_multiple.php:28
554
+ msgid "Radio Buttons"
555
+ msgstr "radion-Painikkeet-"
556
+
557
+ #: includes/cb_multiple.php:62 includes/cb_text.php:69
558
+ msgid "Enter Tooltip Text"
559
+ msgstr "Syötä -työkaluohje- Tekstin"
560
+
561
+ #: includes/cb_multiple.php:103
562
+ msgid "Css Description :"
563
+ msgstr "CSS Kuvausta:"
564
+
565
+ #: includes/cb_multiple.php:110
566
+ msgid "Css Options outer wrapper :"
567
+ msgstr "CSS Valinnat päällyskäärerainan:"
568
+
569
+ #: includes/cb_multiple.php:112
570
+ msgid "Enter Css Options outer wrapper"
571
+ msgstr "Syötä -CSS -Valinnat -päällyskäärerainan"
572
+
573
+ #: includes/cb_multiple.php:117
574
+ msgid "CSS Options Wrapper :"
575
+ msgstr "CSS Valinnat kääreen:"
576
+
577
+ #: includes/cb_multiple.php:119
578
+ msgid "Enter Css Options Wrapper"
579
+ msgstr "Syötä-CSS-Vaihtoehto-Kääreen"
580
+
581
+ #: includes/cb_multiple.php:124
582
+ msgid "CSS Option Label :"
583
+ msgstr "CSS Optio Levy-yhtiö:"
584
+
585
+ #: includes/cb_multiple.php:126
586
+ msgid "Enter Css Option Label"
587
+ msgstr "Syötä -CSS Lisälaitetarra"
588
+
589
+ #: includes/cb_multiple.php:136
590
+ msgid "Options wrapper"
591
+ msgstr "Valinnat kääre"
592
+
593
+ #: includes/cb_password.php:8 includes/cb_password.php:51
594
+ #: includes/cb_password.php:81 views/contact_view.php:75
595
+ #: views/edit_contact_view.php:123 views/edit_contact_view.php:1629
596
+ msgid "Password"
597
+ msgstr "Salasana-"
598
+
599
+ #: includes/cb_password.php:29
600
+ msgid "Password Control"
601
+ msgstr "unohtunut Ohjaus-"
602
+
603
+ #: includes/cb_password.php:103
604
+ msgid "Css Input Text"
605
+ msgstr "CSS- Syöttöteksti-"
606
+
607
+ #: includes/cb_text.php:29
608
+ msgid "Textbox Control"
609
+ msgstr "Tekstiruudun Ohjaus"
610
+
611
+ #: includes/cb_text.php:106
612
+ msgid " Css Text Input"
613
+ msgstr "CSS- Syöttöteksti-"
614
+
615
+ #: includes/cb_text.php:113
616
+ msgid " Css Description"
617
+ msgstr "CSS Kuvaus:"
618
+
619
+ #: includes/cb_text.php:123
620
+ msgid "Text Input"
621
+ msgstr "Tekstinsyöttöä-"
622
+
623
+ #: includes/cb_textarea.php:30
624
+ msgid "Textarea Control"
625
+ msgstr "Tekstialueen Ohjaus"
626
+
627
+ #: includes/cb_textarea.php:52
628
+ msgid "Enter label"
629
+ msgstr "Syötä- Etiketissä"
630
+
631
+ #: includes/cb_textarea.php:58
632
+ msgid "Enter Description"
633
+ msgstr "Syötä Kuvausta"
634
+
635
+ #: includes/cb_textarea.php:69
636
+ msgid "Tooltip text"
637
+ msgstr "Työkaluvinkkitekstin.START_PARAGRAPHEND_PARAGRAPHTässä teksti"
638
+
639
+ #: includes/cb_textarea.php:87
640
+ msgid "Enter Default value"
641
+ msgstr "Anna Oletusarvo"
642
+
643
+ #: includes/cb_textarea.php:107
644
+ msgid "CSS label"
645
+ msgstr "CSS etiketissä"
646
+
647
+ #: includes/cb_textarea.php:109
648
+ msgid "Enter css Label"
649
+ msgstr "Syötä- css Levy-yhtiö"
650
+
651
+ #: includes/cb_textarea.php:114
652
+ msgid "CSS textinput"
653
+ msgstr "CSS tekstinsyöttö"
654
+
655
+ #: includes/cb_textarea.php:116
656
+ msgid "Enter css textinput"
657
+ msgstr "Syötä- css tekstinsyöttö"
658
+
659
+ #: includes/cb_textarea.php:121
660
+ msgid "CSS description"
661
+ msgstr "CSS kuvaus"
662
+
663
+ #: includes/cb_textarea.php:123
664
+ msgid "Enter css description"
665
+ msgstr "Syötä -css -kuvaus"
666
+
667
+ #: includes/cb_time.php:8 includes/cb_time.php:113 includes/cb_time.php:143
668
+ #: views/contact_view.php:69 views/edit_contact_view.php:117
669
+ #: views/edit_contact_view.php:1514
670
+ msgid "Time"
671
+ msgstr "Aika-"
672
+
673
+ #: includes/cb_time.php:12 includes/cb_time.php:32 includes/cb_time.php:178
674
+ #: includes/cb_time.php:198 views/contact_bank_frontend.php:821
675
+ #: views/contact_bank_frontend.php:847 views/contact_bank_frontend.php:873
676
+ msgid "Hour"
677
+ msgstr "Ympärivuorokautinen"
678
+
679
+ #: includes/cb_time.php:52 includes/cb_time.php:218
680
+ #: views/contact_bank_frontend.php:897
681
+ msgid "Minute"
682
+ msgstr "Minuutti-"
683
+
684
+ #: includes/cb_time.php:92
685
+ msgid "Time Control"
686
+ msgstr "Aikaohjaus"
687
+
688
+ #: includes/cb_time.php:153
689
+ msgid "12/24 hour time"
690
+ msgstr "12/24 tunnin aika"
691
+
692
+ #: includes/cb_time.php:162
693
+ msgid "Time format"
694
+ msgstr "Kellonajan muoto"
695
+
696
+ #: includes/cb_time.php:270
697
+ msgid "Css Hour"
698
+ msgstr "CSS Ympärivuorokautinen"
699
+
700
+ #: includes/cb_time.php:272
701
+ msgid "Enter Css Hour"
702
+ msgstr "Syötä- CSS -Ympärivuorokautinen"
703
+
704
+ #: includes/cb_time.php:277
705
+ msgid "Css Minute"
706
+ msgstr "CSS- Minuutti"
707
+
708
+ #: includes/cb_time.php:279
709
+ msgid "Enter Css Minute"
710
+ msgstr "Syötä- CSS- Minuutti"
711
+
712
+ #: includes/cb_time.php:284
713
+ msgid "Css am/pm"
714
+ msgstr "CSS am / pm"
715
+
716
+ #: includes/cb_time.php:286
717
+ msgid "Enter Css am/pm"
718
+ msgstr "Syötä CSS am / pm"
719
+
720
+ #: includes/cb_time.php:296
721
+ msgid "Time hour dropdown"
722
+ msgstr "aika- tunti avattavaan"
723
+
724
+ #: includes/cb_time.php:297
725
+ msgid "Time minute dropdown"
726
+ msgstr "Aika- minuutti avattavaan"
727
+
728
+ #: includes/cb_time.php:298
729
+ msgid "Time am/pm dropdown"
730
+ msgstr "Aika- am / pm avattavaan"
731
+
732
+ #: views/contact_bank_frontend.php:153
733
+ msgid "Enter Text"
734
+ msgstr "Tekstissä Syötä"
735
+
736
+ #: views/contact_bank_frontend.php:342 views/contact_email.php:84
737
+ #: views/contact_email.php:144
738
+ msgid "Enter Email Address"
739
+ msgstr " Syötä sähköposti Osoitteella"
740
+
741
+ #: views/contact_bank_frontend.php:952
742
+ msgid "Enter Hidden Text"
743
+ msgstr "Syötä-Piilotettu teksti"
744
+
745
+ #: views/contact_bank_frontend.php:1040
746
+ msgid "Enter Password"
747
+ msgstr "Anna Salasana"
748
+
749
+ #: views/contact_bank_frontend.php:1051
750
+ msgid "Submit Form"
751
+ msgstr "Jätä Lomake"
752
+
753
+ #: views/contact_email.php:9 views/contact_frontend_data.php:8
754
+ #: views/contact_view.php:9 views/edit_contact_view.php:31
755
+ msgid "Back to Dashboard"
756
+ msgstr "Takaisin Kojelauta"
757
+
758
+ #: views/contact_email.php:13
759
+ msgid "Email Settings Saved. Kindly wait for the redirect."
760
+ msgstr ""
761
+ "Sähköposti Asetukset Tallennettu. Ystävällisesti odottamaan uudelleenohjaus."
762
+
763
+ #: views/contact_email.php:18 views/contact_email.php:49
764
+ #: views/contact_frontend_data.php:19 views/contact_frontend_data.php:32
765
+ msgid "Select Form"
766
+ msgstr "Valita Oikeudellinen muoto"
767
+
768
+ #: views/contact_email.php:65
769
+ msgid "Admin Email"
770
+ msgstr "Hannuhut Sähköposti"
771
+
772
+ #: views/contact_email.php:76
773
+ msgid "To"
774
+ msgstr "haluat"
775
+
776
+ #: views/contact_email.php:78
777
+ msgid "Enter Admin Email"
778
+ msgstr "Syötä- ylläpidolle Sähköposti"
779
+
780
+ #: views/contact_email.php:82 views/contact_email.php:142
781
+ msgid "From"
782
+ msgstr "Alkaen"
783
+
784
+ #: views/contact_email.php:89 views/contact_email.php:148
785
+ msgid "Subject"
786
+ msgstr "Oppiaine"
787
+
788
+ #: views/contact_email.php:91 views/contact_email.php:150
789
+ msgid "Enter Subject"
790
+ msgstr "Syötä Aihe"
791
+
792
+ #: views/contact_email.php:100 views/contact_email.php:160
793
+ msgid "Email Content"
794
+ msgstr "Sähköposti Sisältö"
795
+
796
+ #: views/contact_email.php:115 views/contact_email.php:175
797
+ msgid "Short Code Controls for Email"
798
+ msgstr "Lyhyt Koodi Säätimet varten- Sähköposti"
799
+
800
+ #: views/contact_email.php:129
801
+ msgid "Client Email"
802
+ msgstr "asiakkaan Sähköpostita"
803
+
804
+ #: views/contact_frontend_data.php:14 views/contact_view.php:20
805
+ #: views/dashboard.php:15 views/dashboard.php:21
806
+ msgid "Form"
807
+ msgstr "Lomake"
808
+
809
+ #: views/contact_view.php:13
810
+ msgid "Form Submited. Kindly wait for the redirect."
811
+ msgstr "Muodostaa Tallennetut. Ystävällisesti odottamaan uudelleenohjaus."
812
+
813
+ #: views/contact_view.php:24 views/edit_contact_view.php:46
814
+ msgid "Form Name :"
815
+ msgstr "lomake Nimi:"
816
+
817
+ #: views/contact_view.php:27 views/edit_contact_view.php:49
818
+ msgid "Enter Form Name"
819
+ msgstr "Anna lomake Nimi"
820
+
821
+ #: views/contact_view.php:40 views/edit_contact_view.php:89
822
+ msgid "Control Buttons"
823
+ msgstr "Toistonohjausnäppäimet"
824
+
825
+ #: views/contact_view.php:45 views/edit_contact_view.php:93
826
+ msgid "Text Box"
827
+ msgstr "tekstiä Laatikko"
828
+
829
+ #: views/contact_view.php:48 views/edit_contact_view.php:96
830
+ msgid "Text Area"
831
+ msgstr "tekstialue"
832
+
833
+ #: views/contact_view.php:51 views/edit_contact_view.php:99
834
+ msgid "Email Address"
835
+ msgstr " Sähköpostiosoite Osoitteella"
836
+
837
+ #: views/contact_view.php:54 views/edit_contact_view.php:102
838
+ msgid "Dropdown Menu"
839
+ msgstr "Avautuva Ruokalista"
840
+
841
+ #: views/contact_view.php:57 views/edit_contact_view.php:105
842
+ msgid "Checkboxes"
843
+ msgstr "Valintalaatikoita"
844
+
845
+ #: views/contact_view.php:60 views/edit_contact_view.php:108
846
+ msgid "Multiple Choice"
847
+ msgstr "Monivalinta"
848
+
849
+ #: views/dashboard.php:5
850
+ msgid "Dashboard - Contact Bank"
851
+ msgstr "Kojelauta - Yhteydenotto Pankki"
852
+
853
+ #: views/dashboard.php:9
854
+ msgid "Delete All Forms"
855
+ msgstr "Poistaa Kaikki Lomakkeet"
856
+
857
+ #: views/dashboard.php:22
858
+ msgid "Shortcode"
859
+ msgstr "Lyhytkoodi"
860
+
861
+ #: views/dashboard.php:23
862
+ msgid "Action"
863
+ msgstr "toiminta"
864
+
865
+ #: views/dashboard.php:43
866
+ msgid "Edit"
867
+ msgstr "Muokkaa"
868
+
869
+ #: views/dashboard.php:46
870
+ msgid "Delete"
871
+ msgstr "Poista"
872
+
873
+ #: views/dashboard.php:62
874
+ msgid "Server Settings"
875
+ msgstr "Palvelimen -Asetukset "
876
+
877
+ #: views/dashboard.php:73
878
+ msgid "Not set"
879
+ msgstr "ei asettaa "
880
+
881
+ #: views/dashboard.php:75 views/dashboard.php:78
882
+ msgid "On"
883
+ msgstr "Päälle-"
884
+
885
+ #: views/dashboard.php:76 views/dashboard.php:79
886
+ msgid "Off"
887
+ msgstr "Pois päältä"
888
+
889
+ #: views/dashboard.php:82 views/dashboard.php:85 views/dashboard.php:88
890
+ #: views/dashboard.php:91 views/dashboard.php:94 views/dashboard.php:97
891
+ msgid "N/A"
892
+ msgstr "N/A"
893
+
894
+ #: views/dashboard.php:96
895
+ msgid " MByte"
896
+ msgstr "Mtavun"
897
+
898
+ #: views/dashboard.php:99 views/dashboard.php:102 views/dashboard.php:105
899
+ #: views/dashboard.php:155
900
+ msgid "Yes"
901
+ msgstr "Kyllä-"
902
+
903
+ #: views/dashboard.php:100 views/dashboard.php:103 views/dashboard.php:106
904
+ #: views/dashboard.php:157
905
+ msgid "No"
906
+ msgstr "o"
907
+
908
+ #: views/dashboard.php:108
909
+ msgid "Operating System"
910
+ msgstr "Käyttöjärjestelmä-"
911
+
912
+ #: views/dashboard.php:109
913
+ msgid "Server"
914
+ msgstr "Palvelimen"
915
+
916
+ #: views/dashboard.php:110
917
+ msgid "Memory usage"
918
+ msgstr "muistin käyttö -"
919
+
920
+ #: views/dashboard.php:111
921
+ msgid "MYSQL Version"
922
+ msgstr "MySQL Versio"
923
+
924
+ #: views/dashboard.php:112
925
+ msgid "SQL Mode"
926
+ msgstr " SQL Toimintatila"
927
+
928
+ #: views/dashboard.php:113
929
+ msgid "PHP Version"
930
+ msgstr "PHP versio"
931
+
932
+ #: views/dashboard.php:114
933
+ msgid "PHP Safe Mode"
934
+ msgstr "PHP Vikasietotilassa"
935
+
936
+ #: views/dashboard.php:115
937
+ msgid "PHP Allow URL fopen"
938
+ msgstr "PHP Salli URL fopens"
939
+
940
+ #: views/dashboard.php:116
941
+ msgid "PHP Memory Limit"
942
+ msgstr "PHP Muistin Raja"
943
+
944
+ #: views/dashboard.php:117
945
+ msgid "PHP Max Upload Size"
946
+ msgstr "PHP Maks. ladata Koko"
947
+
948
+ #: views/dashboard.php:118
949
+ msgid "PHP Max Post Size"
950
+ msgstr "PHP enint Viestin koko"
951
+
952
+ #: views/dashboard.php:119
953
+ msgid "PCRE Backtracking Limit"
954
+ msgstr "PCRE peräytyskäsittely Raja"
955
+
956
+ #: views/dashboard.php:120
957
+ msgid "PHP Max Script Execute Time"
958
+ msgstr "PHP enint Käsikirjoitus Suorita aika"
959
+
960
+ #: views/dashboard.php:121
961
+ msgid "PHP Exif support"
962
+ msgstr "PHP EXIF-tuki"
963
+
964
+ #: views/dashboard.php:122
965
+ msgid "PHP IPTC support"
966
+ msgstr "PHP IPTC tukea"
967
+
968
+ #: views/dashboard.php:123
969
+ msgid "PHP XML support"
970
+ msgstr "PHP XML-tuki"
971
+
972
+ #: views/dashboard.php:131
973
+ msgid "Graphic Library Settings"
974
+ msgstr "Graafinen Kirjastoasetukset"
975
+
976
+ #: views/dashboard.php:150
977
+ msgid "No GD support"
978
+ msgstr "o GD tuki"
979
+
980
+ #: views/dashboard.php:186
981
+ msgid "Are you sure to delete this form ?"
982
+ msgstr "Oletko varma, että poistaa tämän lomakkeen?"
983
+
984
+ #: views/dashboard.php:197
985
+ msgid "Are you sure to delete all forms ?"
986
+ msgstr "Oletko varma että poistan kaikenlaisen?"
987
+
988
+ #: views/edit_contact_view.php:28
989
+ #, fuzzy
990
+ msgid "Edit Existing Form"
991
+ msgstr "Muokkaa Lomake"
992
+
993
+ #: views/edit_contact_view.php:35
994
+ msgid "Form Updated. Kindly wait for the redirect."
995
+ msgstr "Muodostaa Päivitetty. Ystävällisesti odottamaan uudelleenohjaus."
996
+
997
+ #: views/edit_contact_view.php:42
998
+ msgid "Edit Form"
999
+ msgstr "Muokkaa Lomake"
1000
+
1001
+ #: views/edit_contact_view.php:289 views/edit_contact_view.php:324
1002
+ #: views/edit_contact_view.php:393 views/edit_contact_view.php:442
1003
+ #: views/edit_contact_view.php:490
1004
+ msgid "Untitled :"
1005
+ msgstr "nimeämätön "
1006
+
1007
+ #: views/edit_contact_view.php:359
1008
+ msgid "Email :"
1009
+ msgstr "Sähköpostita"
1010
+
1011
+ #: views/edit_contact_view.php:539
1012
+ msgid "File Upload :"
1013
+ msgstr "tiedoston lähetys"
1014
+
1015
+ #: views/edit_contact_view.php:586
1016
+ msgid "Date :"
1017
+ msgstr "Päivämäärä"
1018
+
1019
+ #: views/edit_contact_view.php:657
1020
+ msgid "Time :"
1021
+ msgstr "Aika"
1022
+
1023
+ #: views/edit_contact_view.php:715
1024
+ msgid "Untitled(hidden) :"
1025
+ msgstr "Nimeämätön (piilotettu):"
1026
+
1027
+ #: views/edit_contact_view.php:747
1028
+ msgid "Password : "
1029
+ msgstr "Salasana"
1030
+
1031
+ #: views/edit_contact_view.php:1398
1032
+ msgid "1024"
1033
+ msgstr "1024"
1034
+
1035
+ #~ msgid "Enter Defualt value"
1036
+ #~ msgstr "Syötä arvo"
languages/contact_bank-fr_FR.mo ADDED
Binary file
languages/contact_bank-fr_FR.po ADDED
@@ -0,0 +1,1037 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2013-11-16 11:54+0530\n"
5
+ "PO-Revision-Date: 2013-11-18 13:08+0530\n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "X-Generator: Poedit 1.5.7\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
13
+ "X-Poedit-Basepath: C:\\wamp\\www\\contact-bank3.7\\wp-content\\plugins"
14
+ "\\contact-bank\n"
15
+ "X-Poedit-SearchPath-0: .\n"
16
+
17
+ #: contact-bank.php:62
18
+ msgid "Contact Bank"
19
+ msgstr ""
20
+
21
+ #: contact-bank.php:63 contact-bank.php:431
22
+ msgid "Dashboard"
23
+ msgstr "de tableau de bord"
24
+
25
+ #: contact-bank.php:64 contact-bank.php:437 views/contact_view.php:6
26
+ #: views/dashboard.php:8
27
+ msgid "Add New Form"
28
+ msgstr "Ajouter de nouveaux forme"
29
+
30
+ #: contact-bank.php:65 contact-bank.php:443 views/contact_email.php:6
31
+ msgid "Email Settings"
32
+ msgstr "Paramètres de courriel"
33
+
34
+ #: contact-bank.php:66 contact-bank.php:449 views/contact_frontend_data.php:5
35
+ msgid "Form Entries"
36
+ msgstr "Les entrées de formulaires"
37
+
38
+ #: includes/cb_checkbox.php:8 includes/cb_checkbox.php:50
39
+ #: includes/cb_checkbox.php:83 includes/cb_dropdown.php:8
40
+ #: includes/cb_dropdown.php:50 includes/cb_dropdown.php:83
41
+ #: includes/cb_multiple.php:8 includes/cb_multiple.php:49
42
+ #: includes/cb_multiple.php:82 includes/cb_text.php:8 includes/cb_text.php:50
43
+ #: includes/cb_text.php:85 includes/cb_textarea.php:9
44
+ #: includes/cb_textarea.php:52 includes/cb_textarea.php:93
45
+ #: views/edit_contact_view.php:992 views/edit_contact_view.php:1050
46
+ #: views/edit_contact_view.php:1179 views/edit_contact_view.php:1235
47
+ #: views/edit_contact_view.php:1305
48
+ msgid "Untitled"
49
+ msgstr "Sans titre"
50
+
51
+ #: includes/cb_checkbox.php:13 includes/cb_checkbox.php:42
52
+ #: includes/cb_date.php:62 includes/cb_date.php:92 includes/cb_dropdown.php:14
53
+ #: includes/cb_dropdown.php:42 includes/cb_email.php:13
54
+ #: includes/cb_email.php:44 includes/cb_file_upload.php:12
55
+ #: includes/cb_file_upload.php:60 includes/cb_hidden.php:12
56
+ #: includes/cb_multiple.php:13 includes/cb_multiple.php:41
57
+ #: includes/cb_password.php:12 includes/cb_password.php:43
58
+ #: includes/cb_text.php:12 includes/cb_text.php:42 includes/cb_textarea.php:13
59
+ #: includes/cb_textarea.php:44 includes/cb_time.php:75
60
+ #: includes/cb_time.php:105
61
+ msgid "Settings"
62
+ msgstr "réglages"
63
+
64
+ #: includes/cb_checkbox.php:29
65
+ msgid "Checkbox Control"
66
+ msgstr "Case à cocher"
67
+
68
+ #: includes/cb_checkbox.php:36 includes/cb_date.php:86
69
+ #: includes/cb_dropdown.php:36 includes/cb_email.php:38
70
+ #: includes/cb_file_upload.php:54 includes/cb_hidden.php:36
71
+ #: includes/cb_multiple.php:35 includes/cb_password.php:37
72
+ #: includes/cb_text.php:36 includes/cb_textarea.php:38 includes/cb_time.php:99
73
+ msgid "Advanced"
74
+ msgstr "avancé"
75
+
76
+ #: includes/cb_checkbox.php:39 includes/cb_checkbox.php:68
77
+ #: includes/cb_date.php:89 includes/cb_dropdown.php:39
78
+ #: includes/cb_dropdown.php:68 includes/cb_email.php:41
79
+ #: includes/cb_file_upload.php:57 includes/cb_multiple.php:38
80
+ #: includes/cb_multiple.php:67 includes/cb_password.php:40
81
+ #: includes/cb_text.php:39 includes/cb_textarea.php:41
82
+ #: includes/cb_time.php:102
83
+ msgid "Options"
84
+ msgstr "options d'"
85
+
86
+ #: includes/cb_checkbox.php:48 includes/cb_checkbox.php:134
87
+ #: includes/cb_date.php:98 includes/cb_date.php:238
88
+ #: includes/cb_dropdown.php:48 includes/cb_dropdown.php:120
89
+ #: includes/cb_email.php:50 includes/cb_email.php:121
90
+ #: includes/cb_file_upload.php:66 includes/cb_file_upload.php:159
91
+ #: includes/cb_hidden.php:42 includes/cb_multiple.php:47
92
+ #: includes/cb_multiple.php:133 includes/cb_password.php:49
93
+ #: includes/cb_password.php:119 includes/cb_text.php:48
94
+ #: includes/cb_text.php:122 includes/cb_textarea.php:50
95
+ #: includes/cb_textarea.php:130 includes/cb_time.php:111
96
+ #: includes/cb_time.php:293
97
+ msgid "Label"
98
+ msgstr "Etiquette"
99
+
100
+ #: includes/cb_checkbox.php:50 includes/cb_date.php:100
101
+ #: includes/cb_dropdown.php:50 includes/cb_email.php:52
102
+ #: includes/cb_file_upload.php:68 includes/cb_hidden.php:44
103
+ #: includes/cb_multiple.php:49 includes/cb_password.php:51
104
+ #: includes/cb_text.php:50 includes/cb_time.php:113
105
+ msgid "Enter Label"
106
+ msgstr "Saisissez Etiquette"
107
+
108
+ #: includes/cb_checkbox.php:54 includes/cb_checkbox.php:56
109
+ #: includes/cb_date.php:110 includes/cb_date.php:112
110
+ #: includes/cb_dropdown.php:54 includes/cb_dropdown.php:56
111
+ #: includes/cb_email.php:62 includes/cb_email.php:64
112
+ #: includes/cb_file_upload.php:78 includes/cb_file_upload.php:80
113
+ #: includes/cb_multiple.php:53 includes/cb_multiple.php:55
114
+ #: includes/cb_password.php:61 includes/cb_password.php:63
115
+ #: includes/cb_text.php:60 includes/cb_text.php:62 includes/cb_textarea.php:62
116
+ #: includes/cb_textarea.php:64 includes/cb_time.php:123
117
+ #: includes/cb_time.php:125
118
+ msgid "Required"
119
+ msgstr "requise"
120
+
121
+ #: includes/cb_checkbox.php:57 includes/cb_date.php:113
122
+ #: includes/cb_dropdown.php:57 includes/cb_email.php:65
123
+ #: includes/cb_file_upload.php:81 includes/cb_multiple.php:56
124
+ #: includes/cb_password.php:64 includes/cb_text.php:63
125
+ #: includes/cb_textarea.php:65 includes/cb_time.php:126
126
+ msgid "Not Required"
127
+ msgstr "pas requis"
128
+
129
+ #: includes/cb_checkbox.php:61 includes/cb_date.php:117
130
+ #: includes/cb_dropdown.php:61 includes/cb_email.php:69
131
+ #: includes/cb_file_upload.php:85 includes/cb_multiple.php:60
132
+ #: includes/cb_password.php:68 includes/cb_text.php:67
133
+ #: includes/cb_time.php:130
134
+ msgid "Tooltip Text"
135
+ msgstr "Info-bulle Text"
136
+
137
+ #: includes/cb_checkbox.php:63 includes/cb_date.php:119
138
+ #: includes/cb_dropdown.php:63 includes/cb_email.php:71
139
+ #: includes/cb_file_upload.php:87 includes/cb_password.php:70
140
+ #: includes/cb_textarea.php:71 includes/cb_time.php:132
141
+ msgid "Enter Tooltip"
142
+ msgstr "Saisissez Tooltip"
143
+
144
+ #: includes/cb_checkbox.php:70 includes/cb_checkbox.php:127
145
+ msgid "Enter Options"
146
+ msgstr "Entrez Les options"
147
+
148
+ #: includes/cb_checkbox.php:70 includes/cb_dropdown.php:70
149
+ #: includes/cb_multiple.php:69
150
+ msgid "Add option"
151
+ msgstr "option Ajouter"
152
+
153
+ #: includes/cb_checkbox.php:81 includes/cb_dropdown.php:81
154
+ #: includes/cb_file_upload.php:100 includes/cb_password.php:79
155
+ #: includes/cb_time.php:141
156
+ msgid "Admin Label"
157
+ msgstr "étiquette Admin"
158
+
159
+ #: includes/cb_checkbox.php:83 includes/cb_date.php:130
160
+ #: includes/cb_dropdown.php:83 includes/cb_email.php:83
161
+ #: includes/cb_file_upload.php:102 includes/cb_multiple.php:82
162
+ #: includes/cb_password.php:81 includes/cb_time.php:143
163
+ msgid "Enter Admin Label"
164
+ msgstr " Entrez étiquette Admin"
165
+
166
+ #: includes/cb_checkbox.php:87 includes/cb_date.php:134
167
+ #: includes/cb_dropdown.php:87 includes/cb_email.php:87
168
+ #: includes/cb_file_upload.php:106 includes/cb_hidden.php:60
169
+ #: includes/cb_multiple.php:86 includes/cb_password.php:85
170
+ #: includes/cb_text.php:89 includes/cb_textarea.php:97
171
+ #: includes/cb_time.php:147
172
+ msgid "Do not show in the email"
173
+ msgstr "Ne faites pas montrer en le courriel"
174
+
175
+ #: includes/cb_checkbox.php:97 includes/cb_multiple.php:96
176
+ msgid "Css Label :"
177
+ msgstr "Css perso Etiquette"
178
+
179
+ #: includes/cb_checkbox.php:99 includes/cb_date.php:196
180
+ #: includes/cb_dropdown.php:99 includes/cb_email.php:100
181
+ #: includes/cb_file_upload.php:145 includes/cb_multiple.php:98
182
+ #: includes/cb_password.php:97 includes/cb_text.php:101
183
+ #: includes/cb_time.php:251
184
+ msgid "Enter Css Label"
185
+ msgstr "Saisissez Css perso Etiquette"
186
+
187
+ #: includes/cb_checkbox.php:104
188
+ msgid "CSS Description :"
189
+ msgstr " CSS description de"
190
+
191
+ #: includes/cb_checkbox.php:106 includes/cb_date.php:210
192
+ #: includes/cb_dropdown.php:113 includes/cb_email.php:114
193
+ #: includes/cb_file_upload.php:152 includes/cb_multiple.php:105
194
+ #: includes/cb_password.php:112 includes/cb_text.php:115
195
+ #: includes/cb_time.php:265
196
+ msgid "Enter Css Description"
197
+ msgstr "Saisissez Css perso description de"
198
+
199
+ #: includes/cb_checkbox.php:111
200
+ msgid "CSS Options outer wrapper :"
201
+ msgstr "CSS Les Options cape extérieure:"
202
+
203
+ #: includes/cb_checkbox.php:113
204
+ msgid "Enter Css Outer Wrapper"
205
+ msgstr "Saisissez Css perso cape extérieure"
206
+
207
+ #: includes/cb_checkbox.php:118
208
+ msgid "CSS Option Wrapper :"
209
+ msgstr "Css d'options encapsuleur"
210
+
211
+ #: includes/cb_checkbox.php:120
212
+ msgid "Enter Css Option Wrapper"
213
+ msgstr "Saisissez Css perso d'option Papier d emballage"
214
+
215
+ #: includes/cb_checkbox.php:125
216
+ msgid "CSS Options Label :"
217
+ msgstr "CSS de critères Label"
218
+
219
+ #: includes/cb_checkbox.php:132 includes/cb_date.php:236
220
+ #: includes/cb_dropdown.php:118 includes/cb_email.php:119
221
+ #: includes/cb_file_upload.php:157 includes/cb_multiple.php:131
222
+ #: includes/cb_password.php:117 includes/cb_text.php:120
223
+ #: includes/cb_textarea.php:128 includes/cb_time.php:291
224
+ msgid "Add a style to"
225
+ msgstr "Ajouter un un style à à"
226
+
227
+ #: includes/cb_checkbox.php:135 includes/cb_date.php:104
228
+ #: includes/cb_date.php:240 includes/cb_dropdown.php:122
229
+ #: includes/cb_email.php:56 includes/cb_email.php:123
230
+ #: includes/cb_file_upload.php:72 includes/cb_file_upload.php:160
231
+ #: includes/cb_multiple.php:134 includes/cb_password.php:55
232
+ #: includes/cb_password.php:121 includes/cb_text.php:54
233
+ #: includes/cb_text.php:124 includes/cb_textarea.php:56
234
+ #: includes/cb_textarea.php:132 includes/cb_time.php:117
235
+ #: includes/cb_time.php:295
236
+ msgid "Description"
237
+ msgstr "Description du"
238
+
239
+ #: includes/cb_checkbox.php:136 includes/cb_multiple.php:135
240
+ msgid "Options outer wrapper"
241
+ msgstr " Options cape extérieure "
242
+
243
+ #: includes/cb_checkbox.php:137
244
+ msgid "Options wrapper"
245
+ msgstr "Options de encapsuleur"
246
+
247
+ #: includes/cb_checkbox.php:138 includes/cb_multiple.php:137
248
+ msgid "Options label"
249
+ msgstr "Étiquette Options de"
250
+
251
+ #: includes/cb_checkbox.php:148 includes/cb_date.php:253
252
+ #: includes/cb_dropdown.php:132 includes/cb_email.php:143
253
+ #: includes/cb_file_upload.php:170 includes/cb_hidden.php:72
254
+ #: includes/cb_multiple.php:147 includes/cb_password.php:141
255
+ #: includes/cb_text.php:144 includes/cb_textarea.php:152
256
+ #: includes/cb_time.php:308 views/contact_email.php:183
257
+ #: views/contact_view.php:34 views/edit_contact_view.php:83
258
+ msgid "Save"
259
+ msgstr "Économisez"
260
+
261
+ #: includes/cb_checkbox.php:202 includes/cb_checkbox.php:267
262
+ #: includes/cb_dropdown.php:228 includes/cb_dropdown.php:278
263
+ #: includes/cb_multiple.php:202 includes/cb_multiple.php:268
264
+ msgid "Update"
265
+ msgstr "mettre à jour"
266
+
267
+ #: includes/cb_checkbox.php:256 includes/cb_dropdown.php:270
268
+ #: includes/cb_multiple.php:257
269
+ msgid "Please Fill an Option."
270
+ msgstr "S'il vous plaît remplissez d'une Option ."
271
+
272
+ #: includes/cb_checkbox.php:272 includes/cb_multiple.php:273
273
+ msgid "This Option Already Exists."
274
+ msgstr "Ce option est déjà prévue."
275
+
276
+ #: includes/cb_checkbox.php:294 includes/cb_dropdown.php:286
277
+ #: includes/cb_dropdown.php:308 includes/cb_multiple.php:295
278
+ msgid "This Option Already Exists. "
279
+ msgstr "Ce option est déjà prévue."
280
+
281
+ #: includes/cb_checkbox.php:305 includes/cb_dropdown.php:319
282
+ #: includes/cb_multiple.php:306
283
+ msgid "Option updated"
284
+ msgstr "d'option à jour"
285
+
286
+ #: includes/cb_date.php:8 includes/cb_date.php:100 includes/cb_date.php:130
287
+ #: views/contact_view.php:66 views/edit_contact_view.php:114
288
+ #: views/edit_contact_view.php:1421
289
+ msgid "Date"
290
+ msgstr "Date de"
291
+
292
+ #: includes/cb_date.php:12 includes/cb_date.php:155 includes/cb_date.php:308
293
+ #: includes/cb_date.php:380 views/contact_bank_frontend.php:679
294
+ msgid "Day"
295
+ msgstr "la Journée"
296
+
297
+ #: includes/cb_date.php:32 includes/cb_date.php:159 includes/cb_date.php:323
298
+ #: includes/cb_date.php:395 views/contact_bank_frontend.php:707
299
+ msgid "Month"
300
+ msgstr "le Mois"
301
+
302
+ #: includes/cb_date.php:47 includes/cb_date.php:162 includes/cb_date.php:357
303
+ #: includes/cb_date.php:417 views/contact_bank_frontend.php:729
304
+ msgid "Year"
305
+ msgstr "Année"
306
+
307
+ #: includes/cb_date.php:79
308
+ msgid "Date Control"
309
+ msgstr "Date de de contrôle"
310
+
311
+ #: includes/cb_date.php:106 includes/cb_email.php:58
312
+ #: includes/cb_file_upload.php:74 includes/cb_password.php:57
313
+ #: includes/cb_text.php:56 includes/cb_time.php:119
314
+ msgid "Enter Description"
315
+ msgstr "Entrez Description du"
316
+
317
+ #: includes/cb_date.php:128 includes/cb_email.php:81 includes/cb_hidden.php:54
318
+ #: includes/cb_multiple.php:80 includes/cb_text.php:83
319
+ #: includes/cb_textarea.php:91
320
+ msgid "Admin label"
321
+ msgstr "l'étiquette admin"
322
+
323
+ #: includes/cb_date.php:140
324
+ msgid "Start year"
325
+ msgstr "Démarrez année"
326
+
327
+ #: includes/cb_date.php:142
328
+ msgid "Enter Start Year"
329
+ msgstr "Saisissez année de début"
330
+
331
+ #: includes/cb_date.php:146
332
+ msgid "End year"
333
+ msgstr "End an"
334
+
335
+ #: includes/cb_date.php:148
336
+ msgid "Enter End Year "
337
+ msgstr "Saisissez End l'année"
338
+
339
+ #: includes/cb_date.php:152 includes/cb_text.php:77
340
+ #: includes/cb_textarea.php:85 includes/cb_time.php:175
341
+ msgid "Default value"
342
+ msgstr "Valeur par défaut la valeur"
343
+
344
+ #: includes/cb_date.php:167
345
+ msgid "Error message if invalid date"
346
+ msgstr "Message d'erreur si la date invalide"
347
+
348
+ #: includes/cb_date.php:169
349
+ msgid "Enter Error Message"
350
+ msgstr "Saisissez Message d'erreur"
351
+
352
+ #: includes/cb_date.php:173
353
+ msgid "Date format"
354
+ msgstr "Format de la date"
355
+
356
+ #: includes/cb_date.php:194 includes/cb_dropdown.php:97
357
+ #: includes/cb_email.php:98 includes/cb_file_upload.php:143
358
+ #: includes/cb_password.php:95 includes/cb_text.php:99
359
+ #: includes/cb_time.php:249
360
+ msgid "Css Label"
361
+ msgstr "Css perso Etiquette"
362
+
363
+ #: includes/cb_date.php:201 includes/cb_email.php:105 includes/cb_time.php:256
364
+ msgid "Css Text Input"
365
+ msgstr "Css perso saisie de texte"
366
+
367
+ #: includes/cb_date.php:203 includes/cb_text.php:108 includes/cb_time.php:258
368
+ msgid "Enter Css Text Input"
369
+ msgstr "Saisissez Css perso la saisie de texte"
370
+
371
+ #: includes/cb_date.php:208 includes/cb_dropdown.php:111
372
+ #: includes/cb_email.php:112 includes/cb_file_upload.php:150
373
+ #: includes/cb_password.php:110 includes/cb_time.php:263
374
+ msgid "Css Description"
375
+ msgstr "Css perso Description du"
376
+
377
+ #: includes/cb_date.php:215
378
+ msgid "Css Day"
379
+ msgstr "Css la Journée"
380
+
381
+ #: includes/cb_date.php:217
382
+ msgid "Enter Css Day"
383
+ msgstr "Saisissez Css la Journée"
384
+
385
+ #: includes/cb_date.php:222
386
+ msgid "Css Month"
387
+ msgstr "Css Mois de"
388
+
389
+ #: includes/cb_date.php:224
390
+ msgid "Enter Css Month"
391
+ msgstr "Saisissez Css Mois de"
392
+
393
+ #: includes/cb_date.php:229
394
+ msgid "Css Year"
395
+ msgstr "Css Année"
396
+
397
+ #: includes/cb_date.php:231
398
+ msgid "Enter Css Year"
399
+ msgstr "Entrez Css Année"
400
+
401
+ #: includes/cb_date.php:239 includes/cb_email.php:122
402
+ #: includes/cb_password.php:120 includes/cb_textarea.php:131
403
+ #: includes/cb_time.php:294
404
+ msgid "Text input"
405
+ msgstr "La saisie de texte"
406
+
407
+ #: includes/cb_date.php:241
408
+ msgid "Date day dropdown"
409
+ msgstr "Date journée menu déroulant"
410
+
411
+ #: includes/cb_date.php:242
412
+ msgid "Date month dropdown"
413
+ msgstr "Date mois déposez baisse"
414
+
415
+ #: includes/cb_date.php:243
416
+ msgid "Date year dropdown"
417
+ msgstr "Date année déposez baisse"
418
+
419
+ #: includes/cb_dropdown.php:12 includes/cb_dropdown.php:344
420
+ #: views/contact_bank_frontend.php:385 views/contact_bank_frontend.php:398
421
+ msgid "Select option"
422
+ msgstr "sélectionner option de"
423
+
424
+ #: includes/cb_dropdown.php:29
425
+ msgid "Dropdown Control"
426
+ msgstr "de contrôle dropdown"
427
+
428
+ #: includes/cb_dropdown.php:70 includes/cb_multiple.php:69
429
+ msgid "Enter Option"
430
+ msgstr "Entrez Option"
431
+
432
+ #: includes/cb_dropdown.php:104
433
+ msgid "Css Dropdown Menu"
434
+ msgstr "Css dropdown menu"
435
+
436
+ #: includes/cb_dropdown.php:106
437
+ msgid "Enter Css Dropdown Menu"
438
+ msgstr "Entrez Css Menu déroulant"
439
+
440
+ #: includes/cb_dropdown.php:121
441
+ msgid "Dropdown menu"
442
+ msgstr "menu déroulant Menu à"
443
+
444
+ #: includes/cb_email.php:9 includes/cb_email.php:52 includes/cb_email.php:83
445
+ #: views/contact_email.php:72 views/contact_email.php:138
446
+ #: views/edit_contact_view.php:1113
447
+ msgid "Email"
448
+ msgstr "Email"
449
+
450
+ #: includes/cb_email.php:30
451
+ msgid "Email Control"
452
+ msgstr " Email Control "
453
+
454
+ #: includes/cb_email.php:107 includes/cb_password.php:105
455
+ msgid "Enter Css Input Text"
456
+ msgstr "Saisissez Css entrées-texte"
457
+
458
+ #: includes/cb_email.php:127 includes/cb_password.php:125
459
+ #: includes/cb_text.php:128 includes/cb_textarea.php:136
460
+ msgid "Add a filter"
461
+ msgstr "ajouter un filtre"
462
+
463
+ #: includes/cb_email.php:129 includes/cb_password.php:127
464
+ #: includes/cb_text.php:130 includes/cb_textarea.php:138
465
+ msgid "Alpha"
466
+ msgstr "alpha"
467
+
468
+ #: includes/cb_email.php:130 includes/cb_password.php:128
469
+ #: includes/cb_text.php:131 includes/cb_textarea.php:139
470
+ msgid "Alpha Numeric"
471
+ msgstr "alpha Numeric"
472
+
473
+ #: includes/cb_email.php:131 includes/cb_password.php:129
474
+ #: includes/cb_text.php:132 includes/cb_textarea.php:140
475
+ msgid "Digits"
476
+ msgstr "Digits"
477
+
478
+ #: includes/cb_email.php:132 includes/cb_password.php:130
479
+ #: includes/cb_text.php:133 includes/cb_textarea.php:141
480
+ msgid "Strip Tags"
481
+ msgstr "Suppriment les balises"
482
+
483
+ #: includes/cb_email.php:133 includes/cb_password.php:131
484
+ #: includes/cb_text.php:134 includes/cb_textarea.php:142
485
+ msgid "Trim"
486
+ msgstr "Taillez"
487
+
488
+ #: includes/cb_file_upload.php:9 includes/cb_file_upload.php:68
489
+ #: includes/cb_file_upload.php:102 views/contact_view.php:63
490
+ #: views/edit_contact_view.php:111 views/edit_contact_view.php:1374
491
+ msgid "File Upload"
492
+ msgstr "Envoi de fichier"
493
+
494
+ #: includes/cb_file_upload.php:46
495
+ msgid "Fileupload Control"
496
+ msgstr "Envoi de fichier de Contrôle"
497
+
498
+ #: includes/cb_file_upload.php:112
499
+ msgid "Allow Multiple Uploads"
500
+ msgstr "Autoriser plusieurs Fichiers envoyés"
501
+
502
+ #: includes/cb_file_upload.php:118
503
+ msgid "Allowed File Extensions"
504
+ msgstr "Extensions de fichier Autorisées"
505
+
506
+ #: includes/cb_file_upload.php:120
507
+ msgid "Enter File Extensions"
508
+ msgstr "Saisissez Extensions de fichier"
509
+
510
+ #: includes/cb_file_upload.php:122
511
+ msgid "The file extensions must be seperated with semicolons(' ; ')"
512
+ msgstr "L'extension de fichier faut seperated à des points-virgules (';')"
513
+
514
+ #: includes/cb_file_upload.php:126
515
+ msgid "Allowed File Size"
516
+ msgstr "Admis Taille du fichier "
517
+
518
+ #: includes/cb_file_upload.php:130
519
+ msgid "File Size must be in Kb"
520
+ msgstr "Taille du fichier doit être dans Kb"
521
+
522
+ #: includes/cb_hidden.php:8
523
+ msgid "Untitled (hidden)"
524
+ msgstr "Sans titre (caché)"
525
+
526
+ #: includes/cb_hidden.php:11 views/contact_bank_frontend.php:952
527
+ #: views/contact_view.php:72 views/edit_contact_view.php:120
528
+ msgid "Hidden"
529
+ msgstr "caché"
530
+
531
+ #: includes/cb_hidden.php:29
532
+ msgid "Hidden Control"
533
+ msgstr "de contrôle caché"
534
+
535
+ #: includes/cb_hidden.php:44 includes/cb_hidden.php:56
536
+ #: views/edit_contact_view.php:1619
537
+ msgid "Untitled(hidden)"
538
+ msgstr "Sans titre (caché)"
539
+
540
+ #: includes/cb_hidden.php:48
541
+ msgid "Default Value"
542
+ msgstr "Par défaut Rapport qualité"
543
+
544
+ #: includes/cb_hidden.php:50 includes/cb_text.php:79
545
+ msgid "Enter Default Value"
546
+ msgstr " Saisissez Par défaut Rapport qualité"
547
+
548
+ #: includes/cb_hidden.php:56 includes/cb_text.php:85
549
+ #: includes/cb_textarea.php:93
550
+ msgid "Enter Admin label"
551
+ msgstr "Entrez l'étiquette admin"
552
+
553
+ #: includes/cb_multiple.php:28
554
+ msgid "Radio Buttons"
555
+ msgstr "de cases d'option"
556
+
557
+ #: includes/cb_multiple.php:62 includes/cb_text.php:69
558
+ msgid "Enter Tooltip Text"
559
+ msgstr "Entrez Infobulle Texte présentant"
560
+
561
+ #: includes/cb_multiple.php:103
562
+ msgid "Css Description :"
563
+ msgstr "Css perso Description du:"
564
+
565
+ #: includes/cb_multiple.php:110
566
+ msgid "Css Options outer wrapper :"
567
+ msgstr "Css perso d'Options cape extérieure:"
568
+
569
+ #: includes/cb_multiple.php:112
570
+ msgid "Enter Css Options outer wrapper"
571
+ msgstr "Entrez Css perso d'options cape extérieure"
572
+
573
+ #: includes/cb_multiple.php:117
574
+ msgid "CSS Options Wrapper :"
575
+ msgstr "CSS d'Options Papier d emballage :"
576
+
577
+ #: includes/cb_multiple.php:119
578
+ msgid "Enter Css Options Wrapper"
579
+ msgstr "Entrez Css perso d'options Papier d emballage"
580
+
581
+ #: includes/cb_multiple.php:124
582
+ msgid "CSS Option Label :"
583
+ msgstr "CSS d'option l'étiquette "
584
+
585
+ #: includes/cb_multiple.php:126
586
+ msgid "Enter Css Option Label"
587
+ msgstr "Entrez Css perso d'Option l'étiquette "
588
+
589
+ #: includes/cb_multiple.php:136
590
+ msgid "Options wrapper"
591
+ msgstr "options de encapsuleur"
592
+
593
+ #: includes/cb_password.php:8 includes/cb_password.php:51
594
+ #: includes/cb_password.php:81 views/contact_view.php:75
595
+ #: views/edit_contact_view.php:123 views/edit_contact_view.php:1629
596
+ msgid "Password"
597
+ msgstr "de Passe"
598
+
599
+ #: includes/cb_password.php:29
600
+ msgid "Password Control"
601
+ msgstr " de passe Contrôle des "
602
+
603
+ #: includes/cb_password.php:103
604
+ msgid "Css Input Text"
605
+ msgstr "Css perso entrées-Texte présentant"
606
+
607
+ #: includes/cb_text.php:29
608
+ msgid "Textbox Control"
609
+ msgstr "Zone de texte de contrôle"
610
+
611
+ #: includes/cb_text.php:106
612
+ msgid " Css Text Input"
613
+ msgstr "Css perso saisie de texte"
614
+
615
+ #: includes/cb_text.php:113
616
+ msgid " Css Description"
617
+ msgstr "Css perso Description du"
618
+
619
+ #: includes/cb_text.php:123
620
+ msgid "Text Input"
621
+ msgstr "La saisie de texte"
622
+
623
+ #: includes/cb_textarea.php:30
624
+ msgid "Textarea Control"
625
+ msgstr "de Textarea de contrôle"
626
+
627
+ #: includes/cb_textarea.php:52
628
+ msgid "Enter label"
629
+ msgstr "Saisissez étiquette"
630
+
631
+ #: includes/cb_textarea.php:58
632
+ msgid "Enter Description"
633
+ msgstr "Entrez Description du"
634
+
635
+ #: includes/cb_textarea.php:69
636
+ msgid "Tooltip text"
637
+ msgstr "Infobulle texte"
638
+
639
+ #: includes/cb_textarea.php:87
640
+ msgid "Enter Default value"
641
+ msgstr "Saisissez Par défaut valeur"
642
+
643
+ #: includes/cb_textarea.php:107
644
+ msgid "CSS label"
645
+ msgstr "étiquette CSS"
646
+
647
+ #: includes/cb_textarea.php:109
648
+ msgid "Enter css Label"
649
+ msgstr "Saisissez Css perso étiquette"
650
+
651
+ #: includes/cb_textarea.php:114
652
+ msgid "CSS textinput"
653
+ msgstr "CSS de textinput"
654
+
655
+ #: includes/cb_textarea.php:116
656
+ msgid "Enter css textinput"
657
+ msgstr "Saisissez css de textinput"
658
+
659
+ #: includes/cb_textarea.php:121
660
+ msgid "CSS description"
661
+ msgstr " CSS Description du "
662
+
663
+ #: includes/cb_textarea.php:123
664
+ msgid "Enter css description"
665
+ msgstr "Saisissez css Description du"
666
+
667
+ #: includes/cb_time.php:8 includes/cb_time.php:113 includes/cb_time.php:143
668
+ #: views/contact_view.php:69 views/edit_contact_view.php:117
669
+ #: views/edit_contact_view.php:1514
670
+ msgid "Time"
671
+ msgstr "heure"
672
+
673
+ #: includes/cb_time.php:12 includes/cb_time.php:32 includes/cb_time.php:178
674
+ #: includes/cb_time.php:198 views/contact_bank_frontend.php:821
675
+ #: views/contact_bank_frontend.php:847 views/contact_bank_frontend.php:873
676
+ msgid "Hour"
677
+ msgstr "Hour"
678
+
679
+ #: includes/cb_time.php:52 includes/cb_time.php:218
680
+ #: views/contact_bank_frontend.php:897
681
+ msgid "Minute"
682
+ msgstr "minutes de"
683
+
684
+ #: includes/cb_time.php:92
685
+ msgid "Time Control"
686
+ msgstr "Contrôle Horaire"
687
+
688
+ #: includes/cb_time.php:153
689
+ msgid "12/24 hour time"
690
+ msgstr " 12/24 heures Heure"
691
+
692
+ #: includes/cb_time.php:162
693
+ msgid "Time format"
694
+ msgstr "Format de l'heure"
695
+
696
+ #: includes/cb_time.php:270
697
+ msgid "Css Hour"
698
+ msgstr "Css perso Hour"
699
+
700
+ #: includes/cb_time.php:272
701
+ msgid "Enter Css Hour"
702
+ msgstr "Saisissez Css perso Hour"
703
+
704
+ #: includes/cb_time.php:277
705
+ msgid "Css Minute"
706
+ msgstr "Css Minute"
707
+
708
+ #: includes/cb_time.php:279
709
+ msgid "Enter Css Minute"
710
+ msgstr "Saisissez Css perso Minute"
711
+
712
+ #: includes/cb_time.php:284
713
+ msgid "Css am/pm"
714
+ msgstr "Css perso am / pm"
715
+
716
+ #: includes/cb_time.php:286
717
+ msgid "Enter Css am/pm"
718
+ msgstr "Saisissez Css perso am / pm"
719
+
720
+ #: includes/cb_time.php:296
721
+ msgid "Time hour dropdown"
722
+ msgstr "Temps hour déposez baisse"
723
+
724
+ #: includes/cb_time.php:297
725
+ msgid "Time minute dropdown"
726
+ msgstr "Temps minutes de déposez baisse"
727
+
728
+ #: includes/cb_time.php:298
729
+ msgid "Time am/pm dropdown"
730
+ msgstr "Temps AM / PM déroulante en baisse"
731
+
732
+ #: views/contact_bank_frontend.php:153
733
+ msgid "Enter Text"
734
+ msgstr "Saisissez texte"
735
+
736
+ #: views/contact_bank_frontend.php:342 views/contact_email.php:84
737
+ #: views/contact_email.php:144
738
+ msgid "Enter Email Address"
739
+ msgstr "Saisissez d'adresses mail"
740
+
741
+ #: views/contact_bank_frontend.php:952
742
+ msgid "Enter Hidden Text"
743
+ msgstr "Saisissez le texte caché"
744
+
745
+ #: views/contact_bank_frontend.php:1040
746
+ msgid "Enter Password"
747
+ msgstr "Saisissez Mot de passe"
748
+
749
+ #: views/contact_bank_frontend.php:1051
750
+ msgid "Submit Form"
751
+ msgstr "Présenter le formulaire"
752
+
753
+ #: views/contact_email.php:9 views/contact_frontend_data.php:8
754
+ #: views/contact_view.php:9 views/edit_contact_view.php:31
755
+ msgid "Back to Dashboard"
756
+ msgstr "Sauvegardez au tableau de bord"
757
+
758
+ #: views/contact_email.php:13
759
+ msgid "Email Settings Saved. Kindly wait for the redirect."
760
+ msgstr "Paramètres de courriel sauver. Veuillez attendre la redirection."
761
+
762
+ #: views/contact_email.php:18 views/contact_email.php:49
763
+ #: views/contact_frontend_data.php:19 views/contact_frontend_data.php:32
764
+ msgid "Select Form"
765
+ msgstr "Sélectionner un formulaire"
766
+
767
+ #: views/contact_email.php:65
768
+ msgid "Admin Email"
769
+ msgstr "Admin mail"
770
+
771
+ #: views/contact_email.php:76
772
+ msgid "To"
773
+ msgstr "Aux"
774
+
775
+ #: views/contact_email.php:78
776
+ msgid "Enter Admin Email"
777
+ msgstr "Entrez admin mail "
778
+
779
+ #: views/contact_email.php:82 views/contact_email.php:142
780
+ msgid "From"
781
+ msgstr "à partir de"
782
+
783
+ #: views/contact_email.php:89 views/contact_email.php:148
784
+ msgid "Subject"
785
+ msgstr "Sous réserve"
786
+
787
+ #: views/contact_email.php:91 views/contact_email.php:150
788
+ msgid "Enter Subject"
789
+ msgstr "Saisissez Sous réserve"
790
+
791
+ #: views/contact_email.php:100 views/contact_email.php:160
792
+ msgid "Email Content"
793
+ msgstr "Email contenu"
794
+
795
+ #: views/contact_email.php:115 views/contact_email.php:175
796
+ msgid "Short Code Controls for Email"
797
+ msgstr " code court pour Contrôles de Email"
798
+
799
+ #: views/contact_email.php:129
800
+ msgid "Client Email"
801
+ msgstr "client de courriel"
802
+
803
+ #: views/contact_frontend_data.php:14 views/contact_view.php:20
804
+ #: views/dashboard.php:15 views/dashboard.php:21
805
+ msgid "Form"
806
+ msgstr "Formulaire"
807
+
808
+ #: views/contact_view.php:13
809
+ msgid "Form Submited. Kindly wait for the redirect."
810
+ msgstr "Former sauver. Veuillez attendre la redirection."
811
+
812
+ #: views/contact_view.php:24 views/edit_contact_view.php:46
813
+ msgid "Form Name :"
814
+ msgstr "Nom du formulaire:"
815
+
816
+ #: views/contact_view.php:27 views/edit_contact_view.php:49
817
+ msgid "Enter Form Name"
818
+ msgstr "Saisissez Nom du formulaire"
819
+
820
+ #: views/contact_view.php:40 views/edit_contact_view.php:89
821
+ msgid "Control Buttons"
822
+ msgstr "Boutons de contrôle"
823
+
824
+ #: views/contact_view.php:45 views/edit_contact_view.php:93
825
+ msgid "Text Box"
826
+ msgstr "Zone de texte"
827
+
828
+ #: views/contact_view.php:48 views/edit_contact_view.php:96
829
+ msgid "Text Area"
830
+ msgstr "Région des textes"
831
+
832
+ #: views/contact_view.php:51 views/edit_contact_view.php:99
833
+ msgid "Email Address"
834
+ msgstr "d'adresses courriel"
835
+
836
+ #: views/contact_view.php:54 views/edit_contact_view.php:102
837
+ msgid "Dropdown Menu"
838
+ msgstr "menu déroulant Menu à"
839
+
840
+ #: views/contact_view.php:57 views/edit_contact_view.php:105
841
+ msgid "Checkboxes"
842
+ msgstr "Les cases à cocher"
843
+
844
+ #: views/contact_view.php:60 views/edit_contact_view.php:108
845
+ msgid "Multiple Choice"
846
+ msgstr "multiples Choice des"
847
+
848
+ #: views/dashboard.php:5
849
+ msgid "Dashboard - Contact Bank"
850
+ msgstr "De tableau de bord - Nous contacter la Banque"
851
+
852
+ #: views/dashboard.php:9
853
+ msgid "Delete All Forms"
854
+ msgstr "Supprim toutes les formes"
855
+
856
+ #: views/dashboard.php:22
857
+ msgid "Shortcode"
858
+ msgstr "Code Court"
859
+
860
+ #: views/dashboard.php:23
861
+ msgid "Action"
862
+ msgstr "l'Action"
863
+
864
+ #: views/dashboard.php:43
865
+ msgid "Edit"
866
+ msgstr "Editer"
867
+
868
+ #: views/dashboard.php:46
869
+ msgid "Delete"
870
+ msgstr "supprimée"
871
+
872
+ #: views/dashboard.php:62
873
+ msgid "Server Settings"
874
+ msgstr "Réglages du serveur"
875
+
876
+ #: views/dashboard.php:73
877
+ msgid "Not set"
878
+ msgstr "Pas fixé de"
879
+
880
+ #: views/dashboard.php:75 views/dashboard.php:78
881
+ msgid "On"
882
+ msgstr "Sur les"
883
+
884
+ #: views/dashboard.php:76 views/dashboard.php:79
885
+ msgid "Off"
886
+ msgstr "off"
887
+
888
+ #: views/dashboard.php:82 views/dashboard.php:85 views/dashboard.php:88
889
+ #: views/dashboard.php:91 views/dashboard.php:94 views/dashboard.php:97
890
+ msgid "N/A"
891
+ msgstr "N / A"
892
+
893
+ #: views/dashboard.php:96
894
+ msgid " MByte"
895
+ msgstr "Moctet"
896
+
897
+ #: views/dashboard.php:99 views/dashboard.php:102 views/dashboard.php:105
898
+ #: views/dashboard.php:155
899
+ msgid "Yes"
900
+ msgstr "Oui"
901
+
902
+ #: views/dashboard.php:100 views/dashboard.php:103 views/dashboard.php:106
903
+ #: views/dashboard.php:157
904
+ msgid "No"
905
+ msgstr "Pas"
906
+
907
+ #: views/dashboard.php:108
908
+ msgid "Operating System"
909
+ msgstr "Du système d'exploitation"
910
+
911
+ #: views/dashboard.php:109
912
+ msgid "Server"
913
+ msgstr "Serveur de"
914
+
915
+ #: views/dashboard.php:110
916
+ msgid "Memory usage"
917
+ msgstr "Utilisation de la mémoire"
918
+
919
+ #: views/dashboard.php:111
920
+ msgid "MYSQL Version"
921
+ msgstr "MySQL dans ses versions"
922
+
923
+ #: views/dashboard.php:112
924
+ msgid "SQL Mode"
925
+ msgstr "le mode de SQL"
926
+
927
+ #: views/dashboard.php:113
928
+ msgid "PHP Version"
929
+ msgstr "la version de PHP"
930
+
931
+ #: views/dashboard.php:114
932
+ msgid "PHP Safe Mode"
933
+ msgstr "De PHP mode sans échec"
934
+
935
+ #: views/dashboard.php:115
936
+ msgid "PHP Allow URL fopen"
937
+ msgstr "Autoriser PHP fopen URL de"
938
+
939
+ #: views/dashboard.php:116
940
+ msgid "PHP Memory Limit"
941
+ msgstr "De PHP mémoire Limite de"
942
+
943
+ #: views/dashboard.php:117
944
+ msgid "PHP Max Upload Size"
945
+ msgstr "De PHP Taille max Upload Taille"
946
+
947
+ #: views/dashboard.php:118
948
+ msgid "PHP Max Post Size"
949
+ msgstr "De PHP maximum Diffusez Taille"
950
+
951
+ #: views/dashboard.php:119
952
+ msgid "PCRE Backtracking Limit"
953
+ msgstr "PCRE retours arrières Limite "
954
+
955
+ #: views/dashboard.php:120
956
+ msgid "PHP Max Script Execute Time"
957
+ msgstr "De PHP Max Script Execute heure"
958
+
959
+ #: views/dashboard.php:121
960
+ msgid "PHP Exif support"
961
+ msgstr "de PHP Exif Le support "
962
+
963
+ #: views/dashboard.php:122
964
+ msgid "PHP IPTC support"
965
+ msgstr "de PHP IPTC Le support "
966
+
967
+ #: views/dashboard.php:123
968
+ msgid "PHP XML support"
969
+ msgstr " De PHP XML Soutien "
970
+
971
+ #: views/dashboard.php:131
972
+ msgid "Graphic Library Settings"
973
+ msgstr " graphistes Paramètres de bandothèque "
974
+
975
+ #: views/dashboard.php:150
976
+ msgid "No GD support"
977
+ msgstr "Aucun GD soutien "
978
+
979
+ #: views/dashboard.php:186
980
+ msgid "Are you sure to delete this form ?"
981
+ msgstr "Êtes-vous sûr de vouloir supprimer cette forme?"
982
+
983
+ #: views/dashboard.php:197
984
+ msgid "Are you sure to delete all forms ?"
985
+ msgstr "Êtes-vous sûr de vouloir supprimer toutes les formes?"
986
+
987
+ #: views/edit_contact_view.php:28
988
+ msgid "Edit Existing Form"
989
+ msgstr "éditer actuel forme"
990
+
991
+ #: views/edit_contact_view.php:35
992
+ msgid "Form Updated. Kindly wait for the redirect."
993
+ msgstr "Forme actualisée. Veuillez attendre la redirection."
994
+
995
+ #: views/edit_contact_view.php:42
996
+ msgid "Edit Form"
997
+ msgstr "Modifier le formulaire"
998
+
999
+ #: views/edit_contact_view.php:289 views/edit_contact_view.php:324
1000
+ #: views/edit_contact_view.php:393 views/edit_contact_view.php:442
1001
+ #: views/edit_contact_view.php:490
1002
+ msgid "Untitled :"
1003
+ msgstr "Sans titre:"
1004
+
1005
+ #: views/edit_contact_view.php:359
1006
+ msgid "Email :"
1007
+ msgstr "courriel :"
1008
+
1009
+ #: views/edit_contact_view.php:539
1010
+ msgid "File Upload :"
1011
+ msgstr " téléversement fichier"
1012
+
1013
+ #: views/edit_contact_view.php:586
1014
+ msgid "Date :"
1015
+ msgstr "Date de :"
1016
+
1017
+ #: views/edit_contact_view.php:657
1018
+ msgid "Time :"
1019
+ msgstr "Temps:"
1020
+
1021
+ #: views/edit_contact_view.php:715
1022
+ msgid "Untitled(hidden) :"
1023
+ msgstr "Sans titre (caché):"
1024
+
1025
+ #: views/edit_contact_view.php:747
1026
+ msgid "Password : "
1027
+ msgstr "Mot de passe:"
1028
+
1029
+ #: views/edit_contact_view.php:1398
1030
+ msgid "1024"
1031
+ msgstr "1024"
1032
+
1033
+ #~ msgid "Enter Defualt value"
1034
+ #~ msgstr "Entrer la valeur Defualt"
1035
+
1036
+ #~ msgid "Form Data"
1037
+ #~ msgstr "les données de formulaire"
languages/contact_bank-he_IL.mo ADDED
Binary file
languages/contact_bank-he_IL.po ADDED
@@ -0,0 +1,1034 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2013-11-16 11:40+0530\n"
5
+ "PO-Revision-Date: 2013-11-16 15:05+0530\n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "X-Generator: Poedit 1.5.7\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
13
+ "X-Poedit-Basepath: C:\\wamp\\www\\contact-bank3.7\\wp-content\\plugins"
14
+ "\\contact-bank\\\n"
15
+ "X-Poedit-SearchPath-0: .\n"
16
+
17
+ #: contact-bank.php:62
18
+ msgid "Contact Bank"
19
+ msgstr ""
20
+
21
+ #: contact-bank.php:63 contact-bank.php:431
22
+ msgid "Dashboard"
23
+ msgstr "המחוונים "
24
+
25
+ #: contact-bank.php:64 contact-bank.php:437 views/contact_view.php:6
26
+ #: views/dashboard.php:8
27
+ msgid "Add New Form"
28
+ msgstr "הוסף טופס חדש"
29
+
30
+ #: contact-bank.php:65 contact-bank.php:443 views/contact_email.php:6
31
+ msgid "Email Settings"
32
+ msgstr "הגדרות הדוא\"ל"
33
+
34
+ #: contact-bank.php:66 contact-bank.php:449 views/contact_frontend_data.php:5
35
+ msgid "Form Entries"
36
+ msgstr " הכניסה בטופס "
37
+
38
+ #: includes/cb_checkbox.php:8 includes/cb_checkbox.php:50
39
+ #: includes/cb_checkbox.php:83 includes/cb_dropdown.php:8
40
+ #: includes/cb_dropdown.php:50 includes/cb_dropdown.php:83
41
+ #: includes/cb_multiple.php:8 includes/cb_multiple.php:49
42
+ #: includes/cb_multiple.php:82 includes/cb_text.php:8 includes/cb_text.php:50
43
+ #: includes/cb_text.php:85 includes/cb_textarea.php:9
44
+ #: includes/cb_textarea.php:52 includes/cb_textarea.php:93
45
+ #: views/edit_contact_view.php:992 views/edit_contact_view.php:1050
46
+ #: views/edit_contact_view.php:1179 views/edit_contact_view.php:1235
47
+ #: views/edit_contact_view.php:1305
48
+ msgid "Untitled"
49
+ msgstr "ללא כותרת"
50
+
51
+ #: includes/cb_checkbox.php:13 includes/cb_checkbox.php:42
52
+ #: includes/cb_date.php:62 includes/cb_date.php:92 includes/cb_dropdown.php:14
53
+ #: includes/cb_dropdown.php:42 includes/cb_email.php:13
54
+ #: includes/cb_email.php:44 includes/cb_file_upload.php:12
55
+ #: includes/cb_file_upload.php:60 includes/cb_hidden.php:12
56
+ #: includes/cb_multiple.php:13 includes/cb_multiple.php:41
57
+ #: includes/cb_password.php:12 includes/cb_password.php:43
58
+ #: includes/cb_text.php:12 includes/cb_text.php:42 includes/cb_textarea.php:13
59
+ #: includes/cb_textarea.php:44 includes/cb_time.php:75
60
+ #: includes/cb_time.php:105
61
+ msgid "Settings"
62
+ msgstr "ההגדרות"
63
+
64
+ #: includes/cb_checkbox.php:29
65
+ msgid "Checkbox Control"
66
+ msgstr "תיבת הסימון הבקרה"
67
+
68
+ #: includes/cb_checkbox.php:36 includes/cb_date.php:86
69
+ #: includes/cb_dropdown.php:36 includes/cb_email.php:38
70
+ #: includes/cb_file_upload.php:54 includes/cb_hidden.php:36
71
+ #: includes/cb_multiple.php:35 includes/cb_password.php:37
72
+ #: includes/cb_text.php:36 includes/cb_textarea.php:38 includes/cb_time.php:99
73
+ msgid "Advanced"
74
+ msgstr "המתקדמת"
75
+
76
+ #: includes/cb_checkbox.php:39 includes/cb_checkbox.php:68
77
+ #: includes/cb_date.php:89 includes/cb_dropdown.php:39
78
+ #: includes/cb_dropdown.php:68 includes/cb_email.php:41
79
+ #: includes/cb_file_upload.php:57 includes/cb_multiple.php:38
80
+ #: includes/cb_multiple.php:67 includes/cb_password.php:40
81
+ #: includes/cb_text.php:39 includes/cb_textarea.php:41
82
+ #: includes/cb_time.php:102
83
+ msgid "Options"
84
+ msgstr "אפשרויות"
85
+
86
+ #: includes/cb_checkbox.php:48 includes/cb_checkbox.php:134
87
+ #: includes/cb_date.php:98 includes/cb_date.php:238
88
+ #: includes/cb_dropdown.php:48 includes/cb_dropdown.php:120
89
+ #: includes/cb_email.php:50 includes/cb_email.php:121
90
+ #: includes/cb_file_upload.php:66 includes/cb_file_upload.php:159
91
+ #: includes/cb_hidden.php:42 includes/cb_multiple.php:47
92
+ #: includes/cb_multiple.php:133 includes/cb_password.php:49
93
+ #: includes/cb_password.php:119 includes/cb_text.php:48
94
+ #: includes/cb_text.php:122 includes/cb_textarea.php:50
95
+ #: includes/cb_textarea.php:130 includes/cb_time.php:111
96
+ #: includes/cb_time.php:293
97
+ msgid "Label"
98
+ msgstr "תווית"
99
+
100
+ #: includes/cb_checkbox.php:50 includes/cb_date.php:100
101
+ #: includes/cb_dropdown.php:50 includes/cb_email.php:52
102
+ #: includes/cb_file_upload.php:68 includes/cb_hidden.php:44
103
+ #: includes/cb_multiple.php:49 includes/cb_password.php:51
104
+ #: includes/cb_text.php:50 includes/cb_time.php:113
105
+ msgid "Enter Label"
106
+ msgstr "הזינו תווית"
107
+
108
+ #: includes/cb_checkbox.php:54 includes/cb_checkbox.php:56
109
+ #: includes/cb_date.php:110 includes/cb_date.php:112
110
+ #: includes/cb_dropdown.php:54 includes/cb_dropdown.php:56
111
+ #: includes/cb_email.php:62 includes/cb_email.php:64
112
+ #: includes/cb_file_upload.php:78 includes/cb_file_upload.php:80
113
+ #: includes/cb_multiple.php:53 includes/cb_multiple.php:55
114
+ #: includes/cb_password.php:61 includes/cb_password.php:63
115
+ #: includes/cb_text.php:60 includes/cb_text.php:62 includes/cb_textarea.php:62
116
+ #: includes/cb_textarea.php:64 includes/cb_time.php:123
117
+ #: includes/cb_time.php:125
118
+ msgid "Required"
119
+ msgstr "דרוש"
120
+
121
+ #: includes/cb_checkbox.php:57 includes/cb_date.php:113
122
+ #: includes/cb_dropdown.php:57 includes/cb_email.php:65
123
+ #: includes/cb_file_upload.php:81 includes/cb_multiple.php:56
124
+ #: includes/cb_password.php:64 includes/cb_text.php:63
125
+ #: includes/cb_textarea.php:65 includes/cb_time.php:126
126
+ msgid "Not Required"
127
+ msgstr "אינה דרושה"
128
+
129
+ #: includes/cb_checkbox.php:61 includes/cb_date.php:117
130
+ #: includes/cb_dropdown.php:61 includes/cb_email.php:69
131
+ #: includes/cb_file_upload.php:85 includes/cb_multiple.php:60
132
+ #: includes/cb_password.php:68 includes/cb_text.php:67
133
+ #: includes/cb_time.php:130
134
+ msgid "Tooltip Text"
135
+ msgstr " טקסט תיאורי כלים"
136
+
137
+ #: includes/cb_checkbox.php:63 includes/cb_date.php:119
138
+ #: includes/cb_dropdown.php:63 includes/cb_email.php:71
139
+ #: includes/cb_file_upload.php:87 includes/cb_password.php:70
140
+ #: includes/cb_textarea.php:71 includes/cb_time.php:132
141
+ msgid "Enter Tooltip"
142
+ msgstr " הזן תיאורי כלים"
143
+
144
+ #: includes/cb_checkbox.php:70 includes/cb_checkbox.php:127
145
+ msgid "Enter Options"
146
+ msgstr "הזן האפשרויות"
147
+
148
+ #: includes/cb_checkbox.php:70 includes/cb_dropdown.php:70
149
+ #: includes/cb_multiple.php:69
150
+ msgid "Add option"
151
+ msgstr "הוספת האופציה"
152
+
153
+ #: includes/cb_checkbox.php:81 includes/cb_dropdown.php:81
154
+ #: includes/cb_file_upload.php:100 includes/cb_password.php:79
155
+ #: includes/cb_time.php:141
156
+ msgid "Admin Label"
157
+ msgstr " המינהל התווית "
158
+
159
+ #: includes/cb_checkbox.php:83 includes/cb_date.php:130
160
+ #: includes/cb_dropdown.php:83 includes/cb_email.php:83
161
+ #: includes/cb_file_upload.php:102 includes/cb_multiple.php:82
162
+ #: includes/cb_password.php:81 includes/cb_time.php:143
163
+ msgid "Enter Admin Label"
164
+ msgstr " הזן המינהל-לייבל"
165
+
166
+ #: includes/cb_checkbox.php:87 includes/cb_date.php:134
167
+ #: includes/cb_dropdown.php:87 includes/cb_email.php:87
168
+ #: includes/cb_file_upload.php:106 includes/cb_hidden.php:60
169
+ #: includes/cb_multiple.php:86 includes/cb_password.php:85
170
+ #: includes/cb_text.php:89 includes/cb_textarea.php:97
171
+ #: includes/cb_time.php:147
172
+ msgid "Do not show in the email"
173
+ msgstr "אל תציג ב הֵ-בדוא\"ל"
174
+
175
+ #: includes/cb_checkbox.php:97 includes/cb_multiple.php:96
176
+ msgid "Css Label :"
177
+ msgstr "CSS לייבל :"
178
+
179
+ #: includes/cb_checkbox.php:99 includes/cb_date.php:196
180
+ #: includes/cb_dropdown.php:99 includes/cb_email.php:100
181
+ #: includes/cb_file_upload.php:145 includes/cb_multiple.php:98
182
+ #: includes/cb_password.php:97 includes/cb_text.php:101
183
+ #: includes/cb_time.php:251
184
+ msgid "Enter Css Label"
185
+ msgstr "הזן Css-תווית "
186
+
187
+ #: includes/cb_checkbox.php:104
188
+ msgid "CSS Description :"
189
+ msgstr " CSS תיאור :"
190
+
191
+ #: includes/cb_checkbox.php:106 includes/cb_date.php:210
192
+ #: includes/cb_dropdown.php:113 includes/cb_email.php:114
193
+ #: includes/cb_file_upload.php:152 includes/cb_multiple.php:105
194
+ #: includes/cb_password.php:112 includes/cb_text.php:115
195
+ #: includes/cb_time.php:265
196
+ msgid "Enter Css Description"
197
+ msgstr "הזן Cssתיאור"
198
+
199
+ #: includes/cb_checkbox.php:111
200
+ msgid "CSS Options outer wrapper :"
201
+ msgstr "האופציה CSS החיצונית לעטוף"
202
+
203
+ #: includes/cb_checkbox.php:113
204
+ msgid "Enter Css Outer Wrapper"
205
+ msgstr "הזן Css החיצונית לעטוף"
206
+
207
+ #: includes/cb_checkbox.php:118
208
+ msgid "CSS Option Wrapper :"
209
+ msgstr " Css אופציה- לעטוף"
210
+
211
+ #: includes/cb_checkbox.php:120
212
+ msgid "Enter Css Option Wrapper"
213
+ msgstr "הזן Css- אופציה- לעטוף"
214
+
215
+ #: includes/cb_checkbox.php:125
216
+ msgid "CSS Options Label :"
217
+ msgstr "Css האפשרויו -תווית"
218
+
219
+ #: includes/cb_checkbox.php:132 includes/cb_date.php:236
220
+ #: includes/cb_dropdown.php:118 includes/cb_email.php:119
221
+ #: includes/cb_file_upload.php:157 includes/cb_multiple.php:131
222
+ #: includes/cb_password.php:117 includes/cb_text.php:120
223
+ #: includes/cb_textarea.php:128 includes/cb_time.php:291
224
+ msgid "Add a style to"
225
+ msgstr " הוספת לסגנון אל"
226
+
227
+ #: includes/cb_checkbox.php:135 includes/cb_date.php:104
228
+ #: includes/cb_date.php:240 includes/cb_dropdown.php:122
229
+ #: includes/cb_email.php:56 includes/cb_email.php:123
230
+ #: includes/cb_file_upload.php:72 includes/cb_file_upload.php:160
231
+ #: includes/cb_multiple.php:134 includes/cb_password.php:55
232
+ #: includes/cb_password.php:121 includes/cb_text.php:54
233
+ #: includes/cb_text.php:124 includes/cb_textarea.php:56
234
+ #: includes/cb_textarea.php:132 includes/cb_time.php:117
235
+ #: includes/cb_time.php:295
236
+ msgid "Description"
237
+ msgstr "תיאור"
238
+
239
+ #: includes/cb_checkbox.php:136 includes/cb_multiple.php:135
240
+ msgid "Options outer wrapper"
241
+ msgstr "האופציה - החיצונית לעטוף"
242
+
243
+ #: includes/cb_checkbox.php:137
244
+ msgid "Options wrapper"
245
+ msgstr "האפשרויות-לעטוף "
246
+
247
+ #: includes/cb_checkbox.php:138 includes/cb_multiple.php:137
248
+ msgid "Options label"
249
+ msgstr " אפשרויות-תווית"
250
+
251
+ #: includes/cb_checkbox.php:148 includes/cb_date.php:253
252
+ #: includes/cb_dropdown.php:132 includes/cb_email.php:143
253
+ #: includes/cb_file_upload.php:170 includes/cb_hidden.php:72
254
+ #: includes/cb_multiple.php:147 includes/cb_password.php:141
255
+ #: includes/cb_text.php:144 includes/cb_textarea.php:152
256
+ #: includes/cb_time.php:308 views/contact_email.php:183
257
+ #: views/contact_view.php:34 views/edit_contact_view.php:83
258
+ msgid "Save"
259
+ msgstr "להציל"
260
+
261
+ #: includes/cb_checkbox.php:202 includes/cb_checkbox.php:267
262
+ #: includes/cb_dropdown.php:228 includes/cb_dropdown.php:278
263
+ #: includes/cb_multiple.php:202 includes/cb_multiple.php:268
264
+ msgid "Update"
265
+ msgstr "לעדכן"
266
+
267
+ #: includes/cb_checkbox.php:256 includes/cb_dropdown.php:270
268
+ #: includes/cb_multiple.php:257
269
+ msgid "Please Fill an Option."
270
+ msgstr "בבקשה המילוי הֵ- האופציה."
271
+
272
+ #: includes/cb_checkbox.php:272 includes/cb_multiple.php:273
273
+ msgid "This Option Already Exists."
274
+ msgstr "אפשרות זו כבר קיימת."
275
+
276
+ #: includes/cb_checkbox.php:294 includes/cb_dropdown.php:286
277
+ #: includes/cb_dropdown.php:308 includes/cb_multiple.php:295
278
+ msgid "This Option Already Exists. "
279
+ msgstr "אפשרות זו כבר קיימת."
280
+
281
+ #: includes/cb_checkbox.php:305 includes/cb_dropdown.php:319
282
+ #: includes/cb_multiple.php:306
283
+ msgid "Option updated"
284
+ msgstr "האופצה- המעודכן"
285
+
286
+ #: includes/cb_date.php:8 includes/cb_date.php:100 includes/cb_date.php:130
287
+ #: views/contact_view.php:66 views/edit_contact_view.php:114
288
+ #: views/edit_contact_view.php:1421
289
+ msgid "Date"
290
+ msgstr "תאריך"
291
+
292
+ #: includes/cb_date.php:12 includes/cb_date.php:155 includes/cb_date.php:308
293
+ #: includes/cb_date.php:380 views/contact_bank_frontend.php:679
294
+ msgid "Day"
295
+ msgstr "יום"
296
+
297
+ #: includes/cb_date.php:32 includes/cb_date.php:159 includes/cb_date.php:323
298
+ #: includes/cb_date.php:395 views/contact_bank_frontend.php:707
299
+ msgid "Month"
300
+ msgstr "חודש"
301
+
302
+ #: includes/cb_date.php:47 includes/cb_date.php:162 includes/cb_date.php:357
303
+ #: includes/cb_date.php:417 views/contact_bank_frontend.php:729
304
+ msgid "Year"
305
+ msgstr "שנה"
306
+
307
+ #: includes/cb_date.php:79
308
+ msgid "Date Control"
309
+ msgstr "התאריך-הבקרה "
310
+
311
+ #: includes/cb_date.php:106 includes/cb_email.php:58
312
+ #: includes/cb_file_upload.php:74 includes/cb_password.php:57
313
+ #: includes/cb_text.php:56 includes/cb_time.php:119
314
+ msgid "Enter Description"
315
+ msgstr "הזינו -התיאור"
316
+
317
+ #: includes/cb_date.php:128 includes/cb_email.php:81 includes/cb_hidden.php:54
318
+ #: includes/cb_multiple.php:80 includes/cb_text.php:83
319
+ #: includes/cb_textarea.php:91
320
+ msgid "Admin label"
321
+ msgstr "המינהל-תווית"
322
+
323
+ #: includes/cb_date.php:140
324
+ msgid "Start year"
325
+ msgstr " התחל שנה"
326
+
327
+ #: includes/cb_date.php:142
328
+ msgid "Enter Start Year"
329
+ msgstr "הזינו התחל שנה"
330
+
331
+ #: includes/cb_date.php:146
332
+ msgid "End year"
333
+ msgstr "הסוף שנה"
334
+
335
+ #: includes/cb_date.php:148
336
+ msgid "Enter End Year "
337
+ msgstr "הזינוה סוף שנה"
338
+
339
+ #: includes/cb_date.php:152 includes/cb_text.php:77
340
+ #: includes/cb_textarea.php:85 includes/cb_time.php:175
341
+ msgid "Default value"
342
+ msgstr "ערך ברירת מחדל"
343
+
344
+ #: includes/cb_date.php:167
345
+ msgid "Error message if invalid date"
346
+ msgstr "הודעת שגיאה אם תאריך לא חוקי"
347
+
348
+ #: includes/cb_date.php:169
349
+ msgid "Enter Error Message"
350
+ msgstr "נא להזין את הודעת שגיאה"
351
+
352
+ #: includes/cb_date.php:173
353
+ msgid "Date format"
354
+ msgstr "הפורמט תאריך"
355
+
356
+ #: includes/cb_date.php:194 includes/cb_dropdown.php:97
357
+ #: includes/cb_email.php:98 includes/cb_file_upload.php:143
358
+ #: includes/cb_password.php:95 includes/cb_text.php:99
359
+ #: includes/cb_time.php:249
360
+ msgid "Css Label"
361
+ msgstr "תווית CSS"
362
+
363
+ #: includes/cb_date.php:201 includes/cb_email.php:105 includes/cb_time.php:256
364
+ msgid "Css Text Input"
365
+ msgstr "קלט טקסט CSS"
366
+
367
+ #: includes/cb_date.php:203 includes/cb_text.php:108 includes/cb_time.php:258
368
+ msgid "Enter Css Text Input"
369
+ msgstr " Css- הזינו - קלט טקסט"
370
+
371
+ #: includes/cb_date.php:208 includes/cb_dropdown.php:111
372
+ #: includes/cb_email.php:112 includes/cb_file_upload.php:150
373
+ #: includes/cb_password.php:110 includes/cb_time.php:263
374
+ msgid "Css Description"
375
+ msgstr "css-תיאור "
376
+
377
+ #: includes/cb_date.php:215
378
+ msgid "Css Day"
379
+ msgstr "Css יום"
380
+
381
+ #: includes/cb_date.php:217
382
+ msgid "Enter Css Day"
383
+ msgstr "הזן יום Css"
384
+
385
+ #: includes/cb_date.php:222
386
+ msgid "Css Month"
387
+ msgstr "חודש CSS"
388
+
389
+ #: includes/cb_date.php:224
390
+ msgid "Enter Css Month"
391
+ msgstr "הזן Css חודש "
392
+
393
+ #: includes/cb_date.php:229
394
+ msgid "Css Year"
395
+ msgstr "CSS השנה"
396
+
397
+ #: includes/cb_date.php:231
398
+ msgid "Enter Css Year"
399
+ msgstr "הזן Css השנה"
400
+
401
+ #: includes/cb_date.php:239 includes/cb_email.php:122
402
+ #: includes/cb_password.php:120 includes/cb_textarea.php:131
403
+ #: includes/cb_time.php:294
404
+ msgid "Text input"
405
+ msgstr "קלט טקסט"
406
+
407
+ #: includes/cb_date.php:241
408
+ msgid "Date day dropdown"
409
+ msgstr " התאריך- יום - הנפתחת"
410
+
411
+ #: includes/cb_date.php:242
412
+ msgid "Date month dropdown"
413
+ msgstr " התאריך חודש הנפתחת"
414
+
415
+ #: includes/cb_date.php:243
416
+ msgid "Date year dropdown"
417
+ msgstr " התאריך- שנה- הנפתחת"
418
+
419
+ #: includes/cb_dropdown.php:12 includes/cb_dropdown.php:344
420
+ #: views/contact_bank_frontend.php:385 views/contact_bank_frontend.php:398
421
+ msgid "Select option"
422
+ msgstr "בחרו -אפשרות"
423
+
424
+ #: includes/cb_dropdown.php:29
425
+ msgid "Dropdown Control"
426
+ msgstr "הבקרה הנפתחת"
427
+
428
+ #: includes/cb_dropdown.php:70 includes/cb_multiple.php:69
429
+ msgid "Enter Option"
430
+ msgstr "הזן אופצית"
431
+
432
+ #: includes/cb_dropdown.php:104
433
+ msgid "Css Dropdown Menu"
434
+ msgstr "תפריט נפתח CSS"
435
+
436
+ #: includes/cb_dropdown.php:106
437
+ msgid "Enter Css Dropdown Menu"
438
+ msgstr "הזן - Css תפריט הנפתח "
439
+
440
+ #: includes/cb_dropdown.php:121
441
+ msgid "Dropdown menu"
442
+ msgstr "תפריט הנפתח"
443
+
444
+ #: includes/cb_email.php:9 includes/cb_email.php:52 includes/cb_email.php:83
445
+ #: views/contact_email.php:72 views/contact_email.php:138
446
+ #: views/edit_contact_view.php:1113
447
+ msgid "Email"
448
+ msgstr "דואר אלקטרו"
449
+
450
+ #: includes/cb_email.php:30
451
+ msgid "Email Control"
452
+ msgstr "הבקרה דוא\"ל"
453
+
454
+ #: includes/cb_email.php:107 includes/cb_password.php:105
455
+ msgid "Enter Css Input Text"
456
+ msgstr "הזן - הטקסט קלט Css"
457
+
458
+ #: includes/cb_email.php:127 includes/cb_password.php:125
459
+ #: includes/cb_text.php:128 includes/cb_textarea.php:136
460
+ msgid "Add a filter"
461
+ msgstr "הוספת לסנן"
462
+
463
+ #: includes/cb_email.php:129 includes/cb_password.php:127
464
+ #: includes/cb_text.php:130 includes/cb_textarea.php:138
465
+ msgid "Alpha"
466
+ msgstr "אלפא"
467
+
468
+ #: includes/cb_email.php:130 includes/cb_password.php:128
469
+ #: includes/cb_text.php:131 includes/cb_textarea.php:139
470
+ msgid "Alpha Numeric"
471
+ msgstr "אלפא נומרי"
472
+
473
+ #: includes/cb_email.php:131 includes/cb_password.php:129
474
+ #: includes/cb_text.php:132 includes/cb_textarea.php:140
475
+ msgid "Digits"
476
+ msgstr "הספרה"
477
+
478
+ #: includes/cb_email.php:132 includes/cb_password.php:130
479
+ #: includes/cb_text.php:133 includes/cb_textarea.php:141
480
+ msgid "Strip Tags"
481
+ msgstr "רצועת תגיות "
482
+
483
+ #: includes/cb_email.php:133 includes/cb_password.php:131
484
+ #: includes/cb_text.php:134 includes/cb_textarea.php:142
485
+ msgid "Trim"
486
+ msgstr "לגזום"
487
+
488
+ #: includes/cb_file_upload.php:9 includes/cb_file_upload.php:68
489
+ #: includes/cb_file_upload.php:102 views/contact_view.php:63
490
+ #: views/edit_contact_view.php:111 views/edit_contact_view.php:1374
491
+ msgid "File Upload"
492
+ msgstr "טעינת קובץ"
493
+
494
+ #: includes/cb_file_upload.php:46
495
+ msgid "Fileupload Control"
496
+ msgstr " טעינת קובץ הבקרה"
497
+
498
+ #: includes/cb_file_upload.php:112
499
+ msgid "Allow Multiple Uploads"
500
+ msgstr "יאפשרו ההעלאות המרובות"
501
+
502
+ #: includes/cb_file_upload.php:118
503
+ msgid "Allowed File Extensions"
504
+ msgstr "סיומות קבצים אפשריות"
505
+
506
+ #: includes/cb_file_upload.php:120
507
+ msgid "Enter File Extensions"
508
+ msgstr "הזן סיומות קבצים"
509
+
510
+ #: includes/cb_file_upload.php:122
511
+ msgid "The file extensions must be seperated with semicolons(' ; ')"
512
+ msgstr "את סיומות הקבצים חייבים להיות מופרדות עם פסיק (';')"
513
+
514
+ #: includes/cb_file_upload.php:126
515
+ msgid "Allowed File Size"
516
+ msgstr "גודל קובץ מחמד"
517
+
518
+ #: includes/cb_file_upload.php:130
519
+ msgid "File Size must be in Kb"
520
+ msgstr "גודל קובץ חייב להיות ב Kb"
521
+
522
+ #: includes/cb_hidden.php:8
523
+ msgid "Untitled (hidden)"
524
+ msgstr "ללא כותרת (מוסתר)"
525
+
526
+ #: includes/cb_hidden.php:11 views/contact_bank_frontend.php:952
527
+ #: views/contact_view.php:72 views/edit_contact_view.php:120
528
+ msgid "Hidden"
529
+ msgstr "נסתר"
530
+
531
+ #: includes/cb_hidden.php:29
532
+ msgid "Hidden Control"
533
+ msgstr "הבקרה נסתרת"
534
+
535
+ #: includes/cb_hidden.php:44 includes/cb_hidden.php:56
536
+ #: views/edit_contact_view.php:1619
537
+ msgid "Untitled(hidden)"
538
+ msgstr "ללא כותרת (מוסתר)"
539
+
540
+ #: includes/cb_hidden.php:48
541
+ msgid "Default Value"
542
+ msgstr "ערך ברירת מחדל"
543
+
544
+ #: includes/cb_hidden.php:50 includes/cb_text.php:79
545
+ msgid "Enter Default Value"
546
+ msgstr "הזן -ערך ברירת מחדל"
547
+
548
+ #: includes/cb_hidden.php:56 includes/cb_text.php:85
549
+ #: includes/cb_textarea.php:93
550
+ msgid "Enter Admin label"
551
+ msgstr "הזן המינהל-תווית "
552
+
553
+ #: includes/cb_multiple.php:28
554
+ msgid "Radio Buttons"
555
+ msgstr "כפתורי רדיו"
556
+
557
+ #: includes/cb_multiple.php:62 includes/cb_text.php:69
558
+ msgid "Enter Tooltip Text"
559
+ msgstr "הזן טקסט תיאורי כלים"
560
+
561
+ #: includes/cb_multiple.php:103
562
+ msgid "Css Description :"
563
+ msgstr "CSS תיאור:"
564
+
565
+ #: includes/cb_multiple.php:110
566
+ msgid "Css Options outer wrapper :"
567
+ msgstr "האופציה CSS החיצונית לעטוף"
568
+
569
+ #: includes/cb_multiple.php:112
570
+ msgid "Enter Css Options outer wrapper"
571
+ msgstr " הזינו - CSSהאופציה החיצונית לעטוף"
572
+
573
+ #: includes/cb_multiple.php:117
574
+ msgid "CSS Options Wrapper :"
575
+ msgstr " Css אופציה- לעטוף"
576
+
577
+ #: includes/cb_multiple.php:119
578
+ msgid "Enter Css Options Wrapper"
579
+ msgstr "הזן - Css אופציה- לעטוף "
580
+
581
+ #: includes/cb_multiple.php:124
582
+ msgid "CSS Option Label :"
583
+ msgstr " CSS אופצית -התווית :"
584
+
585
+ #: includes/cb_multiple.php:126
586
+ msgid "Enter Css Option Label"
587
+ msgstr "הזן CSS אופצית -התווית "
588
+
589
+ #: includes/cb_multiple.php:136
590
+ msgid "Options wrapper"
591
+ msgstr "אופציה- לעטוף"
592
+
593
+ #: includes/cb_password.php:8 includes/cb_password.php:51
594
+ #: includes/cb_password.php:81 views/contact_view.php:75
595
+ #: views/edit_contact_view.php:123 views/edit_contact_view.php:1629
596
+ msgid "Password"
597
+ msgstr "סיסמא"
598
+
599
+ #: includes/cb_password.php:29
600
+ msgid "Password Control"
601
+ msgstr "הבקרה סיסמא"
602
+
603
+ #: includes/cb_password.php:103
604
+ msgid "Css Input Text"
605
+ msgstr "קלט טקסט CSS"
606
+
607
+ #: includes/cb_text.php:29
608
+ msgid "Textbox Control"
609
+ msgstr " תיבת הטקסט בקרה"
610
+
611
+ #: includes/cb_text.php:106
612
+ msgid " Css Text Input"
613
+ msgstr "קלט טקסט CSS"
614
+
615
+ #: includes/cb_text.php:113
616
+ msgid " Css Description"
617
+ msgstr "css-תיאור "
618
+
619
+ #: includes/cb_text.php:123
620
+ msgid "Text Input"
621
+ msgstr "קלט טקסט"
622
+
623
+ #: includes/cb_textarea.php:30
624
+ msgid "Textarea Control"
625
+ msgstr "איזור טקסט הבקרה"
626
+
627
+ #: includes/cb_textarea.php:52
628
+ msgid "Enter label"
629
+ msgstr "הזן -תווית"
630
+
631
+ #: includes/cb_textarea.php:58
632
+ msgid "Enter Description"
633
+ msgstr "הזן -תאור"
634
+
635
+ #: includes/cb_textarea.php:69
636
+ msgid "Tooltip text"
637
+ msgstr "טקסט של תיאורי כלים "
638
+
639
+ #: includes/cb_textarea.php:87
640
+ msgid "Enter Default value"
641
+ msgstr "הזן ערך ברירת מחדל"
642
+
643
+ #: includes/cb_textarea.php:107
644
+ msgid "CSS label"
645
+ msgstr "תווית CSS"
646
+
647
+ #: includes/cb_textarea.php:109
648
+ msgid "Enter css Label"
649
+ msgstr "הזינו -התווית CSS"
650
+
651
+ #: includes/cb_textarea.php:114
652
+ msgid "CSS textinput"
653
+ msgstr "טקסט קלט CSS"
654
+
655
+ #: includes/cb_textarea.php:116
656
+ msgid "Enter css textinput"
657
+ msgstr "הזן CSS textinput"
658
+
659
+ #: includes/cb_textarea.php:121
660
+ msgid "CSS description"
661
+ msgstr "CSS תאור "
662
+
663
+ #: includes/cb_textarea.php:123
664
+ msgid "Enter css description"
665
+ msgstr "הזן CSS תיאור"
666
+
667
+ #: includes/cb_time.php:8 includes/cb_time.php:113 includes/cb_time.php:143
668
+ #: views/contact_view.php:69 views/edit_contact_view.php:117
669
+ #: views/edit_contact_view.php:1514
670
+ msgid "Time"
671
+ msgstr "זמן"
672
+
673
+ #: includes/cb_time.php:12 includes/cb_time.php:32 includes/cb_time.php:178
674
+ #: includes/cb_time.php:198 views/contact_bank_frontend.php:821
675
+ #: views/contact_bank_frontend.php:847 views/contact_bank_frontend.php:873
676
+ msgid "Hour"
677
+ msgstr "שעה"
678
+
679
+ #: includes/cb_time.php:52 includes/cb_time.php:218
680
+ #: views/contact_bank_frontend.php:897
681
+ msgid "Minute"
682
+ msgstr "דקה"
683
+
684
+ #: includes/cb_time.php:92
685
+ msgid "Time Control"
686
+ msgstr "שליטה בזמן"
687
+
688
+ #: includes/cb_time.php:153
689
+ msgid "12/24 hour time"
690
+ msgstr "השעות -הזמן -12/24"
691
+
692
+ #: includes/cb_time.php:162
693
+ msgid "Time format"
694
+ msgstr "תבנית שעת"
695
+
696
+ #: includes/cb_time.php:270
697
+ msgid "Css Hour"
698
+ msgstr "השעות CSS"
699
+
700
+ #: includes/cb_time.php:272
701
+ msgid "Enter Css Hour"
702
+ msgstr "הזינו -השעות Css"
703
+
704
+ #: includes/cb_time.php:277
705
+ msgid "Css Minute"
706
+ msgstr " CSS דקה"
707
+
708
+ #: includes/cb_time.php:279
709
+ msgid "Enter Css Minute"
710
+ msgstr "הזינו - Css דקה"
711
+
712
+ #: includes/cb_time.php:284
713
+ msgid "Css am/pm"
714
+ msgstr "CSS AM / PM"
715
+
716
+ #: includes/cb_time.php:286
717
+ msgid "Enter Css am/pm"
718
+ msgstr "הזינו Css -AM / PM"
719
+
720
+ #: includes/cb_time.php:296
721
+ msgid "Time hour dropdown"
722
+ msgstr "זמן -השעות הנפתחת"
723
+
724
+ #: includes/cb_time.php:297
725
+ msgid "Time minute dropdown"
726
+ msgstr "זמן -דקות הנפתחת"
727
+
728
+ #: includes/cb_time.php:298
729
+ msgid "Time am/pm dropdown"
730
+ msgstr "זמן -am/pm הנפתחת"
731
+
732
+ #: views/contact_bank_frontend.php:153
733
+ msgid "Enter Text"
734
+ msgstr "הזינו הטקסט"
735
+
736
+ #: views/contact_bank_frontend.php:342 views/contact_email.php:84
737
+ #: views/contact_email.php:144
738
+ msgid "Enter Email Address"
739
+ msgstr "הזן כתובת הדוא\"ל"
740
+
741
+ #: views/contact_bank_frontend.php:952
742
+ msgid "Enter Hidden Text"
743
+ msgstr "הזן הטקסט מוסתר"
744
+
745
+ #: views/contact_bank_frontend.php:1040
746
+ msgid "Enter Password"
747
+ msgstr "הזן -הסיסמה"
748
+
749
+ #: views/contact_bank_frontend.php:1051
750
+ msgid "Submit Form"
751
+ msgstr "לשלוח את הטופס"
752
+
753
+ #: views/contact_email.php:9 views/contact_frontend_data.php:8
754
+ #: views/contact_view.php:9 views/edit_contact_view.php:31
755
+ msgid "Back to Dashboard"
756
+ msgstr "חזרה ללוח מחוונים"
757
+
758
+ #: views/contact_email.php:13
759
+ msgid "Email Settings Saved. Kindly wait for the redirect."
760
+ msgstr "הגדרות הדוא\"ל שמור. חביב לחכות לנתב מחדש"
761
+
762
+ #: views/contact_email.php:18 views/contact_email.php:49
763
+ #: views/contact_frontend_data.php:19 views/contact_frontend_data.php:32
764
+ msgid "Select Form"
765
+ msgstr "בחרו טופס"
766
+
767
+ #: views/contact_email.php:65
768
+ msgid "Admin Email"
769
+ msgstr " המינהל -דוא\"ל"
770
+
771
+ #: views/contact_email.php:76
772
+ msgid "To"
773
+ msgstr "אל"
774
+
775
+ #: views/contact_email.php:78
776
+ msgid "Enter Admin Email"
777
+ msgstr "הזן המינהל- כתובת אימייל "
778
+
779
+ #: views/contact_email.php:82 views/contact_email.php:142
780
+ msgid "From"
781
+ msgstr "מן"
782
+
783
+ #: views/contact_email.php:89 views/contact_email.php:148
784
+ msgid "Subject"
785
+ msgstr "הכפופות"
786
+
787
+ #: views/contact_email.php:91 views/contact_email.php:150
788
+ msgid "Enter Subject"
789
+ msgstr "הזן הכפופות"
790
+
791
+ #: views/contact_email.php:100 views/contact_email.php:160
792
+ msgid "Email Content"
793
+ msgstr "תוכן אימייל"
794
+
795
+ #: views/contact_email.php:115 views/contact_email.php:175
796
+ msgid "Short Code Controls for Email"
797
+ msgstr "בקרת קוד קצר עבור לאימייל"
798
+
799
+ #: views/contact_email.php:129
800
+ msgid "Client Email"
801
+ msgstr "לקוח -דוא\"ל"
802
+
803
+ #: views/contact_frontend_data.php:14 views/contact_view.php:20
804
+ #: views/dashboard.php:15 views/dashboard.php:21
805
+ msgid "Form"
806
+ msgstr "הטופס"
807
+
808
+ #: views/contact_view.php:13
809
+ msgid "Form Submited. Kindly wait for the redirect."
810
+ msgstr "טופס שהוגש. חביב לחכות לנתב מחדש"
811
+
812
+ #: views/contact_view.php:24 views/edit_contact_view.php:46
813
+ msgid "Form Name :"
814
+ msgstr "שם טופס:"
815
+
816
+ #: views/contact_view.php:27 views/edit_contact_view.php:49
817
+ msgid "Enter Form Name"
818
+ msgstr "הזן- שם טופס:"
819
+
820
+ #: views/contact_view.php:40 views/edit_contact_view.php:89
821
+ msgid "Control Buttons"
822
+ msgstr "לחצני בקרת"
823
+
824
+ #: views/contact_view.php:45 views/edit_contact_view.php:93
825
+ msgid "Text Box"
826
+ msgstr "תיבת טקסט"
827
+
828
+ #: views/contact_view.php:48 views/edit_contact_view.php:96
829
+ msgid "Text Area"
830
+ msgstr "אזור טקסט"
831
+
832
+ #: views/contact_view.php:51 views/edit_contact_view.php:99
833
+ msgid "Email Address"
834
+ msgstr "כתובת דוא\"ל"
835
+
836
+ #: views/contact_view.php:54 views/edit_contact_view.php:102
837
+ msgid "Dropdown Menu"
838
+ msgstr "תפריט הנפתח"
839
+
840
+ #: views/contact_view.php:57 views/edit_contact_view.php:105
841
+ msgid "Checkboxes"
842
+ msgstr "תיבות הסימון"
843
+
844
+ #: views/contact_view.php:60 views/edit_contact_view.php:108
845
+ msgid "Multiple Choice"
846
+ msgstr "בחירה מרובות"
847
+
848
+ #: views/dashboard.php:5
849
+ msgid "Dashboard - Contact Bank"
850
+ msgstr "לוח מחוונים - יצירת קשר בנק "
851
+
852
+ #: views/dashboard.php:9
853
+ msgid "Delete All Forms"
854
+ msgstr "מחק את כל הטפסים"
855
+
856
+ #: views/dashboard.php:22
857
+ msgid "Shortcode"
858
+ msgstr "הקצרה- קוד"
859
+
860
+ #: views/dashboard.php:23
861
+ msgid "Action"
862
+ msgstr "פעולה"
863
+
864
+ #: views/dashboard.php:43
865
+ msgid "Edit"
866
+ msgstr "לערוך"
867
+
868
+ #: views/dashboard.php:46
869
+ msgid "Delete"
870
+ msgstr "למחוק"
871
+
872
+ #: views/dashboard.php:62
873
+ msgid "Server Settings"
874
+ msgstr "הגדרות שרת"
875
+
876
+ #: views/dashboard.php:73
877
+ msgid "Not set"
878
+ msgstr "אינה שנקבעו"
879
+
880
+ #: views/dashboard.php:75 views/dashboard.php:78
881
+ msgid "On"
882
+ msgstr "ביום"
883
+
884
+ #: views/dashboard.php:76 views/dashboard.php:79
885
+ msgid "Off"
886
+ msgstr "כבויה"
887
+
888
+ #: views/dashboard.php:82 views/dashboard.php:85 views/dashboard.php:88
889
+ #: views/dashboard.php:91 views/dashboard.php:94 views/dashboard.php:97
890
+ msgid "N/A"
891
+ msgstr "N/A"
892
+
893
+ #: views/dashboard.php:96
894
+ msgid " MByte"
895
+ msgstr "מגהבייט"
896
+
897
+ #: views/dashboard.php:99 views/dashboard.php:102 views/dashboard.php:105
898
+ #: views/dashboard.php:155
899
+ msgid "Yes"
900
+ msgstr "כן"
901
+
902
+ #: views/dashboard.php:100 views/dashboard.php:103 views/dashboard.php:106
903
+ #: views/dashboard.php:157
904
+ msgid "No"
905
+ msgstr "אין"
906
+
907
+ #: views/dashboard.php:108
908
+ msgid "Operating System"
909
+ msgstr "מערכת הפעלה"
910
+
911
+ #: views/dashboard.php:109
912
+ msgid "Server"
913
+ msgstr "שרת"
914
+
915
+ #: views/dashboard.php:110
916
+ msgid "Memory usage"
917
+ msgstr "שימוש בזיכרון"
918
+
919
+ #: views/dashboard.php:111
920
+ msgid "MYSQL Version"
921
+ msgstr "בגרסה MySQL"
922
+
923
+ #: views/dashboard.php:112
924
+ msgid "SQL Mode"
925
+ msgstr " מצב SQL"
926
+
927
+ #: views/dashboard.php:113
928
+ msgid "PHP Version"
929
+ msgstr "גרסת PHP"
930
+
931
+ #: views/dashboard.php:114
932
+ msgid "PHP Safe Mode"
933
+ msgstr "מצב בטוח-PHP"
934
+
935
+ #: views/dashboard.php:115
936
+ msgid "PHP Allow URL fopen"
937
+ msgstr "PHP הרשה fopen קישור לפריט"
938
+
939
+ #: views/dashboard.php:116
940
+ msgid "PHP Memory Limit"
941
+ msgstr "מגבלת זכרון PHP"
942
+
943
+ #: views/dashboard.php:117
944
+ msgid "PHP Max Upload Size"
945
+ msgstr "גודל מקסימאלי העלו PHP"
946
+
947
+ #: views/dashboard.php:118
948
+ msgid "PHP Max Post Size"
949
+ msgstr "גודל הודעה מקס PHP"
950
+
951
+ #: views/dashboard.php:119
952
+ msgid "PCRE Backtracking Limit"
953
+ msgstr "מגבלת הליכה לאחור PCRE"
954
+
955
+ #: views/dashboard.php:120
956
+ msgid "PHP Max Script Execute Time"
957
+ msgstr "php מקס סקריפט Execute זמן"
958
+
959
+ #: views/dashboard.php:121
960
+ msgid "PHP Exif support"
961
+ msgstr "תמיכת Exif-PHP"
962
+
963
+ #: views/dashboard.php:122
964
+ msgid "PHP IPTC support"
965
+ msgstr "תמיכת IPTC-PHP"
966
+
967
+ #: views/dashboard.php:123
968
+ msgid "PHP XML support"
969
+ msgstr " -PHP תמיכה ב-XML"
970
+
971
+ #: views/dashboard.php:131
972
+ msgid "Graphic Library Settings"
973
+ msgstr "הגדרות ספרייה גרפיות"
974
+
975
+ #: views/dashboard.php:150
976
+ msgid "No GD support"
977
+ msgstr "תמיכת GD אין"
978
+
979
+ #: views/dashboard.php:186
980
+ msgid "Are you sure to delete this form ?"
981
+ msgstr "האם אתה בטוח בטופס זה כדי למחוק?"
982
+
983
+ #: views/dashboard.php:197
984
+ msgid "Are you sure to delete all forms ?"
985
+ msgstr "האם אתה בטוח שכדי למחוק את כל צורות?"
986
+
987
+ #: views/edit_contact_view.php:28
988
+ msgid "Edit Existing Form"
989
+ msgstr "לערוך טופס קיים"
990
+
991
+ #: views/edit_contact_view.php:35
992
+ msgid "Form Updated. Kindly wait for the redirect."
993
+ msgstr "טופס עדכון. חביב לחכות לנתב מחדש"
994
+
995
+ #: views/edit_contact_view.php:42
996
+ msgid "Edit Form"
997
+ msgstr "ערוך טופס"
998
+
999
+ #: views/edit_contact_view.php:289 views/edit_contact_view.php:324
1000
+ #: views/edit_contact_view.php:393 views/edit_contact_view.php:442
1001
+ #: views/edit_contact_view.php:490
1002
+ msgid "Untitled :"
1003
+ msgstr "ללא כותרת:"
1004
+
1005
+ #: views/edit_contact_view.php:359
1006
+ msgid "Email :"
1007
+ msgstr "דואר אלקטרוני:"
1008
+
1009
+ #: views/edit_contact_view.php:539
1010
+ msgid "File Upload :"
1011
+ msgstr "הקובץ העלה:"
1012
+
1013
+ #: views/edit_contact_view.php:586
1014
+ msgid "Date :"
1015
+ msgstr "תאריך:"
1016
+
1017
+ #: views/edit_contact_view.php:657
1018
+ msgid "Time :"
1019
+ msgstr "זמן:"
1020
+
1021
+ #: views/edit_contact_view.php:715
1022
+ msgid "Untitled(hidden) :"
1023
+ msgstr "ללא כותרת (מוסתר):"
1024
+
1025
+ #: views/edit_contact_view.php:747
1026
+ msgid "Password : "
1027
+ msgstr "סיסמא:"
1028
+
1029
+ #: views/edit_contact_view.php:1398
1030
+ msgid "1024"
1031
+ msgstr "1024"
1032
+
1033
+ #~ msgid "Enter Defualt value"
1034
+ #~ msgstr "הזן -ערך ברירת מחדל"
languages/contact_bank-hu_HU.mo ADDED
Binary file
languages/contact_bank-hu_HU.po ADDED
@@ -0,0 +1,1031 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2013-11-16 11:40+0530\n"
5
+ "PO-Revision-Date: 2013-11-16 11:40+0530\n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "X-Generator: Poedit 1.5.7\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
13
+ "X-Poedit-Basepath: C:\\wamp\\www\\contact-bank3.7\\wp-content\\plugins"
14
+ "\\contact-bank\\\n"
15
+ "X-Poedit-SearchPath-0: .\n"
16
+
17
+ #: contact-bank.php:62
18
+ msgid "Contact Bank"
19
+ msgstr ""
20
+
21
+ #: contact-bank.php:63 contact-bank.php:431
22
+ msgid "Dashboard"
23
+ msgstr "Műszerfal"
24
+
25
+ #: contact-bank.php:64 contact-bank.php:437 views/contact_view.php:6
26
+ #: views/dashboard.php:8
27
+ msgid "Add New Form"
28
+ msgstr "hozzáad j űrlap"
29
+
30
+ #: contact-bank.php:65 contact-bank.php:443 views/contact_email.php:6
31
+ msgid "Email Settings"
32
+ msgstr "mail beállítások"
33
+
34
+ #: contact-bank.php:66 contact-bank.php:449 views/contact_frontend_data.php:5
35
+ msgid "Form Entries"
36
+ msgstr "formájában- bejegyzések"
37
+
38
+ #: includes/cb_checkbox.php:8 includes/cb_checkbox.php:50
39
+ #: includes/cb_checkbox.php:83 includes/cb_dropdown.php:8
40
+ #: includes/cb_dropdown.php:50 includes/cb_dropdown.php:83
41
+ #: includes/cb_multiple.php:8 includes/cb_multiple.php:49
42
+ #: includes/cb_multiple.php:82 includes/cb_text.php:8 includes/cb_text.php:50
43
+ #: includes/cb_text.php:85 includes/cb_textarea.php:9
44
+ #: includes/cb_textarea.php:52 includes/cb_textarea.php:93
45
+ #: views/edit_contact_view.php:992 views/edit_contact_view.php:1050
46
+ #: views/edit_contact_view.php:1179 views/edit_contact_view.php:1235
47
+ #: views/edit_contact_view.php:1305
48
+ msgid "Untitled"
49
+ msgstr "cím nélküli"
50
+
51
+ #: includes/cb_checkbox.php:13 includes/cb_checkbox.php:42
52
+ #: includes/cb_date.php:62 includes/cb_date.php:92 includes/cb_dropdown.php:14
53
+ #: includes/cb_dropdown.php:42 includes/cb_email.php:13
54
+ #: includes/cb_email.php:44 includes/cb_file_upload.php:12
55
+ #: includes/cb_file_upload.php:60 includes/cb_hidden.php:12
56
+ #: includes/cb_multiple.php:13 includes/cb_multiple.php:41
57
+ #: includes/cb_password.php:12 includes/cb_password.php:43
58
+ #: includes/cb_text.php:12 includes/cb_text.php:42 includes/cb_textarea.php:13
59
+ #: includes/cb_textarea.php:44 includes/cb_time.php:75
60
+ #: includes/cb_time.php:105
61
+ msgid "Settings"
62
+ msgstr "beállításokat"
63
+
64
+ #: includes/cb_checkbox.php:29
65
+ msgid "Checkbox Control"
66
+ msgstr "Jelölőnégyzetet vezérlés"
67
+
68
+ #: includes/cb_checkbox.php:36 includes/cb_date.php:86
69
+ #: includes/cb_dropdown.php:36 includes/cb_email.php:38
70
+ #: includes/cb_file_upload.php:54 includes/cb_hidden.php:36
71
+ #: includes/cb_multiple.php:35 includes/cb_password.php:37
72
+ #: includes/cb_text.php:36 includes/cb_textarea.php:38 includes/cb_time.php:99
73
+ msgid "Advanced"
74
+ msgstr "előrehaladott"
75
+
76
+ #: includes/cb_checkbox.php:39 includes/cb_checkbox.php:68
77
+ #: includes/cb_date.php:89 includes/cb_dropdown.php:39
78
+ #: includes/cb_dropdown.php:68 includes/cb_email.php:41
79
+ #: includes/cb_file_upload.php:57 includes/cb_multiple.php:38
80
+ #: includes/cb_multiple.php:67 includes/cb_password.php:40
81
+ #: includes/cb_text.php:39 includes/cb_textarea.php:41
82
+ #: includes/cb_time.php:102
83
+ msgid "Options"
84
+ msgstr "Beállítások"
85
+
86
+ #: includes/cb_checkbox.php:48 includes/cb_checkbox.php:134
87
+ #: includes/cb_date.php:98 includes/cb_date.php:238
88
+ #: includes/cb_dropdown.php:48 includes/cb_dropdown.php:120
89
+ #: includes/cb_email.php:50 includes/cb_email.php:121
90
+ #: includes/cb_file_upload.php:66 includes/cb_file_upload.php:159
91
+ #: includes/cb_hidden.php:42 includes/cb_multiple.php:47
92
+ #: includes/cb_multiple.php:133 includes/cb_password.php:49
93
+ #: includes/cb_password.php:119 includes/cb_text.php:48
94
+ #: includes/cb_text.php:122 includes/cb_textarea.php:50
95
+ #: includes/cb_textarea.php:130 includes/cb_time.php:111
96
+ #: includes/cb_time.php:293
97
+ msgid "Label"
98
+ msgstr "Címkézési"
99
+
100
+ #: includes/cb_checkbox.php:50 includes/cb_date.php:100
101
+ #: includes/cb_dropdown.php:50 includes/cb_email.php:52
102
+ #: includes/cb_file_upload.php:68 includes/cb_hidden.php:44
103
+ #: includes/cb_multiple.php:49 includes/cb_password.php:51
104
+ #: includes/cb_text.php:50 includes/cb_time.php:113
105
+ msgid "Enter Label"
106
+ msgstr "Adja Címkézési"
107
+
108
+ #: includes/cb_checkbox.php:54 includes/cb_checkbox.php:56
109
+ #: includes/cb_date.php:110 includes/cb_date.php:112
110
+ #: includes/cb_dropdown.php:54 includes/cb_dropdown.php:56
111
+ #: includes/cb_email.php:62 includes/cb_email.php:64
112
+ #: includes/cb_file_upload.php:78 includes/cb_file_upload.php:80
113
+ #: includes/cb_multiple.php:53 includes/cb_multiple.php:55
114
+ #: includes/cb_password.php:61 includes/cb_password.php:63
115
+ #: includes/cb_text.php:60 includes/cb_text.php:62 includes/cb_textarea.php:62
116
+ #: includes/cb_textarea.php:64 includes/cb_time.php:123
117
+ #: includes/cb_time.php:125
118
+ msgid "Required"
119
+ msgstr "kötelező"
120
+
121
+ #: includes/cb_checkbox.php:57 includes/cb_date.php:113
122
+ #: includes/cb_dropdown.php:57 includes/cb_email.php:65
123
+ #: includes/cb_file_upload.php:81 includes/cb_multiple.php:56
124
+ #: includes/cb_password.php:64 includes/cb_text.php:63
125
+ #: includes/cb_textarea.php:65 includes/cb_time.php:126
126
+ msgid "Not Required"
127
+ msgstr "Ne Kötelező"
128
+
129
+ #: includes/cb_checkbox.php:61 includes/cb_date.php:117
130
+ #: includes/cb_dropdown.php:61 includes/cb_email.php:69
131
+ #: includes/cb_file_upload.php:85 includes/cb_multiple.php:60
132
+ #: includes/cb_password.php:68 includes/cb_text.php:67
133
+ #: includes/cb_time.php:130
134
+ msgid "Tooltip Text"
135
+ msgstr "Eszköztippben szöveg"
136
+
137
+ #: includes/cb_checkbox.php:63 includes/cb_date.php:119
138
+ #: includes/cb_dropdown.php:63 includes/cb_email.php:71
139
+ #: includes/cb_file_upload.php:87 includes/cb_password.php:70
140
+ #: includes/cb_textarea.php:71 includes/cb_time.php:132
141
+ msgid "Enter Tooltip"
142
+ msgstr "Adja - eszköztippben"
143
+
144
+ #: includes/cb_checkbox.php:70 includes/cb_checkbox.php:127
145
+ msgid "Enter Options"
146
+ msgstr "Írja be Opciók"
147
+
148
+ #: includes/cb_checkbox.php:70 includes/cb_dropdown.php:70
149
+ #: includes/cb_multiple.php:69
150
+ msgid "Add option"
151
+ msgstr "hozzáadni opció"
152
+
153
+ #: includes/cb_checkbox.php:81 includes/cb_dropdown.php:81
154
+ #: includes/cb_file_upload.php:100 includes/cb_password.php:79
155
+ #: includes/cb_time.php:141
156
+ msgid "Admin Label"
157
+ msgstr "Adminisztrációs -Címkézési"
158
+
159
+ #: includes/cb_checkbox.php:83 includes/cb_date.php:130
160
+ #: includes/cb_dropdown.php:83 includes/cb_email.php:83
161
+ #: includes/cb_file_upload.php:102 includes/cb_multiple.php:82
162
+ #: includes/cb_password.php:81 includes/cb_time.php:143
163
+ msgid "Enter Admin Label"
164
+ msgstr "Adja meg- Adminisztráció- Címkézési"
165
+
166
+ #: includes/cb_checkbox.php:87 includes/cb_date.php:134
167
+ #: includes/cb_dropdown.php:87 includes/cb_email.php:87
168
+ #: includes/cb_file_upload.php:106 includes/cb_hidden.php:60
169
+ #: includes/cb_multiple.php:86 includes/cb_password.php:85
170
+ #: includes/cb_text.php:89 includes/cb_textarea.php:97
171
+ #: includes/cb_time.php:147
172
+ msgid "Do not show in the email"
173
+ msgstr "Ne mutassa levo az e-mail"
174
+
175
+ #: includes/cb_checkbox.php:97 includes/cb_multiple.php:96
176
+ msgid "Css Label :"
177
+ msgstr "Css Címkézési:"
178
+
179
+ #: includes/cb_checkbox.php:99 includes/cb_date.php:196
180
+ #: includes/cb_dropdown.php:99 includes/cb_email.php:100
181
+ #: includes/cb_file_upload.php:145 includes/cb_multiple.php:98
182
+ #: includes/cb_password.php:97 includes/cb_text.php:101
183
+ #: includes/cb_time.php:251
184
+ msgid "Enter Css Label"
185
+ msgstr "Adja meg Css Címkézési"
186
+
187
+ #: includes/cb_checkbox.php:104
188
+ msgid "CSS Description :"
189
+ msgstr "CSS Leírás:"
190
+
191
+ #: includes/cb_checkbox.php:106 includes/cb_date.php:210
192
+ #: includes/cb_dropdown.php:113 includes/cb_email.php:114
193
+ #: includes/cb_file_upload.php:152 includes/cb_multiple.php:105
194
+ #: includes/cb_password.php:112 includes/cb_text.php:115
195
+ #: includes/cb_time.php:265
196
+ msgid "Enter Css Description"
197
+ msgstr "Adja meg Css Leírás"
198
+
199
+ #: includes/cb_checkbox.php:111
200
+ msgid "CSS Options outer wrapper :"
201
+ msgstr "CSS Opciók- külső- borítékkal"
202
+
203
+ #: includes/cb_checkbox.php:113
204
+ msgid "Enter Css Outer Wrapper"
205
+ msgstr "Adja Css borítékkal"
206
+
207
+ #: includes/cb_checkbox.php:118
208
+ msgid "CSS Option Wrapper :"
209
+ msgstr "CSS-opció -borítékkal:"
210
+
211
+ #: includes/cb_checkbox.php:120
212
+ msgid "Enter Css Option Wrapper"
213
+ msgstr "Írja be Css Opciók -borítékkal:"
214
+
215
+ #: includes/cb_checkbox.php:125
216
+ msgid "CSS Options Label :"
217
+ msgstr "CSS az Opciók Címkézési:"
218
+
219
+ #: includes/cb_checkbox.php:132 includes/cb_date.php:236
220
+ #: includes/cb_dropdown.php:118 includes/cb_email.php:119
221
+ #: includes/cb_file_upload.php:157 includes/cb_multiple.php:131
222
+ #: includes/cb_password.php:117 includes/cb_text.php:120
223
+ #: includes/cb_textarea.php:128 includes/cb_time.php:291
224
+ msgid "Add a style to"
225
+ msgstr "Hozzá egy stílust a "
226
+
227
+ #: includes/cb_checkbox.php:135 includes/cb_date.php:104
228
+ #: includes/cb_date.php:240 includes/cb_dropdown.php:122
229
+ #: includes/cb_email.php:56 includes/cb_email.php:123
230
+ #: includes/cb_file_upload.php:72 includes/cb_file_upload.php:160
231
+ #: includes/cb_multiple.php:134 includes/cb_password.php:55
232
+ #: includes/cb_password.php:121 includes/cb_text.php:54
233
+ #: includes/cb_text.php:124 includes/cb_textarea.php:56
234
+ #: includes/cb_textarea.php:132 includes/cb_time.php:117
235
+ #: includes/cb_time.php:295
236
+ msgid "Description"
237
+ msgstr "leírás"
238
+
239
+ #: includes/cb_checkbox.php:136 includes/cb_multiple.php:135
240
+ msgid "Options outer wrapper"
241
+ msgstr "az Opciók -külső borítékkal:"
242
+
243
+ #: includes/cb_checkbox.php:137
244
+ msgid "Options wrapper"
245
+ msgstr "az Opciók- borítékkal:"
246
+
247
+ #: includes/cb_checkbox.php:138 includes/cb_multiple.php:137
248
+ msgid "Options label"
249
+ msgstr "az Opciók címkén"
250
+
251
+ #: includes/cb_checkbox.php:148 includes/cb_date.php:253
252
+ #: includes/cb_dropdown.php:132 includes/cb_email.php:143
253
+ #: includes/cb_file_upload.php:170 includes/cb_hidden.php:72
254
+ #: includes/cb_multiple.php:147 includes/cb_password.php:141
255
+ #: includes/cb_text.php:144 includes/cb_textarea.php:152
256
+ #: includes/cb_time.php:308 views/contact_email.php:183
257
+ #: views/contact_view.php:34 views/edit_contact_view.php:83
258
+ msgid "Save"
259
+ msgstr "megment"
260
+
261
+ #: includes/cb_checkbox.php:202 includes/cb_checkbox.php:267
262
+ #: includes/cb_dropdown.php:228 includes/cb_dropdown.php:278
263
+ #: includes/cb_multiple.php:202 includes/cb_multiple.php:268
264
+ msgid "Update"
265
+ msgstr "frissítése"
266
+
267
+ #: includes/cb_checkbox.php:256 includes/cb_dropdown.php:270
268
+ #: includes/cb_multiple.php:257
269
+ msgid "Please Fill an Option."
270
+ msgstr "Kérjük töltse Opciós."
271
+
272
+ #: includes/cb_checkbox.php:272 includes/cb_multiple.php:273
273
+ msgid "This Option Already Exists."
274
+ msgstr "Ez az opció már létezik."
275
+
276
+ #: includes/cb_checkbox.php:294 includes/cb_dropdown.php:286
277
+ #: includes/cb_dropdown.php:308 includes/cb_multiple.php:295
278
+ msgid "This Option Already Exists. "
279
+ msgstr "Ez az opció már létezik."
280
+
281
+ #: includes/cb_checkbox.php:305 includes/cb_dropdown.php:319
282
+ #: includes/cb_multiple.php:306
283
+ msgid "Option updated"
284
+ msgstr "Opciós- frissítette"
285
+
286
+ #: includes/cb_date.php:8 includes/cb_date.php:100 includes/cb_date.php:130
287
+ #: views/contact_view.php:66 views/edit_contact_view.php:114
288
+ #: views/edit_contact_view.php:1421
289
+ msgid "Date"
290
+ msgstr "dátuma"
291
+
292
+ #: includes/cb_date.php:12 includes/cb_date.php:155 includes/cb_date.php:308
293
+ #: includes/cb_date.php:380 views/contact_bank_frontend.php:679
294
+ msgid "Day"
295
+ msgstr "nap"
296
+
297
+ #: includes/cb_date.php:32 includes/cb_date.php:159 includes/cb_date.php:323
298
+ #: includes/cb_date.php:395 views/contact_bank_frontend.php:707
299
+ msgid "Month"
300
+ msgstr "hónapban"
301
+
302
+ #: includes/cb_date.php:47 includes/cb_date.php:162 includes/cb_date.php:357
303
+ #: includes/cb_date.php:417 views/contact_bank_frontend.php:729
304
+ msgid "Year"
305
+ msgstr "évre"
306
+
307
+ #: includes/cb_date.php:79
308
+ msgid "Date Control"
309
+ msgstr "Dátum vezérlő"
310
+
311
+ #: includes/cb_date.php:106 includes/cb_email.php:58
312
+ #: includes/cb_file_upload.php:74 includes/cb_password.php:57
313
+ #: includes/cb_text.php:56 includes/cb_time.php:119
314
+ msgid "Enter Description"
315
+ msgstr "Adja leírás"
316
+
317
+ #: includes/cb_date.php:128 includes/cb_email.php:81 includes/cb_hidden.php:54
318
+ #: includes/cb_multiple.php:80 includes/cb_text.php:83
319
+ #: includes/cb_textarea.php:91
320
+ msgid "Admin label"
321
+ msgstr "Adminisztrációs -Címkézési"
322
+
323
+ #: includes/cb_date.php:140
324
+ msgid "Start year"
325
+ msgstr "Kezdő év"
326
+
327
+ #: includes/cb_date.php:142
328
+ msgid "Enter Start Year"
329
+ msgstr "Írja be a kezdési évre"
330
+
331
+ #: includes/cb_date.php:146
332
+ msgid "End year"
333
+ msgstr " végén -év"
334
+
335
+ #: includes/cb_date.php:148
336
+ msgid "Enter End Year "
337
+ msgstr "Adja meg- évében -vég"
338
+
339
+ #: includes/cb_date.php:152 includes/cb_text.php:77
340
+ #: includes/cb_textarea.php:85 includes/cb_time.php:175
341
+ msgid "Default value"
342
+ msgstr "alapértelmezett- értéke"
343
+
344
+ #: includes/cb_date.php:167
345
+ msgid "Error message if invalid date"
346
+ msgstr "Hibaüzenet, ha érvénytelen dátum"
347
+
348
+ #: includes/cb_date.php:169
349
+ msgid "Enter Error Message"
350
+ msgstr "Adja meg- hibaüzenet"
351
+
352
+ #: includes/cb_date.php:173
353
+ msgid "Date format"
354
+ msgstr "Dátum formátumban"
355
+
356
+ #: includes/cb_date.php:194 includes/cb_dropdown.php:97
357
+ #: includes/cb_email.php:98 includes/cb_file_upload.php:143
358
+ #: includes/cb_password.php:95 includes/cb_text.php:99
359
+ #: includes/cb_time.php:249
360
+ msgid "Css Label"
361
+ msgstr "css Címkézési"
362
+
363
+ #: includes/cb_date.php:201 includes/cb_email.php:105 includes/cb_time.php:256
364
+ msgid "Css Text Input"
365
+ msgstr " Css szövegbeviteli-bemenő"
366
+
367
+ #: includes/cb_date.php:203 includes/cb_text.php:108 includes/cb_time.php:258
368
+ msgid "Enter Css Text Input"
369
+ msgstr "Adja meg- Css szövegbeviteli-bemenő"
370
+
371
+ #: includes/cb_date.php:208 includes/cb_dropdown.php:111
372
+ #: includes/cb_email.php:112 includes/cb_file_upload.php:150
373
+ #: includes/cb_password.php:110 includes/cb_time.php:263
374
+ msgid "Css Description"
375
+ msgstr "css Leírás"
376
+
377
+ #: includes/cb_date.php:215
378
+ msgid "Css Day"
379
+ msgstr "css nap"
380
+
381
+ #: includes/cb_date.php:217
382
+ msgid "Enter Css Day"
383
+ msgstr "Adja meg Css nap"
384
+
385
+ #: includes/cb_date.php:222
386
+ msgid "Css Month"
387
+ msgstr " Css hónapban"
388
+
389
+ #: includes/cb_date.php:224
390
+ msgid "Enter Css Month"
391
+ msgstr "Adja meg- Css hónapban"
392
+
393
+ #: includes/cb_date.php:229
394
+ msgid "Css Year"
395
+ msgstr "css évre"
396
+
397
+ #: includes/cb_date.php:231
398
+ msgid "Enter Css Year"
399
+ msgstr "Adja meg -Css évre"
400
+
401
+ #: includes/cb_date.php:239 includes/cb_email.php:122
402
+ #: includes/cb_password.php:120 includes/cb_textarea.php:131
403
+ #: includes/cb_time.php:294
404
+ msgid "Text input"
405
+ msgstr "Szövegbeviteli"
406
+
407
+ #: includes/cb_date.php:241
408
+ msgid "Date day dropdown"
409
+ msgstr "Dátum- nap -legördülı"
410
+
411
+ #: includes/cb_date.php:242
412
+ msgid "Date month dropdown"
413
+ msgstr "dátumot hónap- lenyíló"
414
+
415
+ #: includes/cb_date.php:243
416
+ msgid "Date year dropdown"
417
+ msgstr "Dátum Év lenyíló"
418
+
419
+ #: includes/cb_dropdown.php:12 includes/cb_dropdown.php:344
420
+ #: views/contact_bank_frontend.php:385 views/contact_bank_frontend.php:398
421
+ msgid "Select option"
422
+ msgstr "Válassza a opció"
423
+
424
+ #: includes/cb_dropdown.php:29
425
+ msgid "Dropdown Control"
426
+ msgstr "legördülı vezérlő"
427
+
428
+ #: includes/cb_dropdown.php:70 includes/cb_multiple.php:69
429
+ msgid "Enter Option"
430
+ msgstr "Adja meg Opciós"
431
+
432
+ #: includes/cb_dropdown.php:104
433
+ msgid "Css Dropdown Menu"
434
+ msgstr "Css legördülő menü"
435
+
436
+ #: includes/cb_dropdown.php:106
437
+ msgid "Enter Css Dropdown Menu"
438
+ msgstr "Adja meg- Css legördülő menü"
439
+
440
+ #: includes/cb_dropdown.php:121
441
+ msgid "Dropdown menu"
442
+ msgstr " legördülő menü"
443
+
444
+ #: includes/cb_email.php:9 includes/cb_email.php:52 includes/cb_email.php:83
445
+ #: views/contact_email.php:72 views/contact_email.php:138
446
+ #: views/edit_contact_view.php:1113
447
+ msgid "Email"
448
+ msgstr "mail"
449
+
450
+ #: includes/cb_email.php:30
451
+ msgid "Email Control"
452
+ msgstr "mail vezérlő"
453
+
454
+ #: includes/cb_email.php:107 includes/cb_password.php:105
455
+ msgid "Enter Css Input Text"
456
+ msgstr "Adja meg- Css -Bemeneti -szöveg"
457
+
458
+ #: includes/cb_email.php:127 includes/cb_password.php:125
459
+ #: includes/cb_text.php:128 includes/cb_textarea.php:136
460
+ msgid "Add a filter"
461
+ msgstr "Hozzá egy szűrőt"
462
+
463
+ #: includes/cb_email.php:129 includes/cb_password.php:127
464
+ #: includes/cb_text.php:130 includes/cb_textarea.php:138
465
+ msgid "Alpha"
466
+ msgstr "az alfa"
467
+
468
+ #: includes/cb_email.php:130 includes/cb_password.php:128
469
+ #: includes/cb_text.php:131 includes/cb_textarea.php:139
470
+ msgid "Alpha Numeric"
471
+ msgstr "alfa-numerikus"
472
+
473
+ #: includes/cb_email.php:131 includes/cb_password.php:129
474
+ #: includes/cb_text.php:132 includes/cb_textarea.php:140
475
+ msgid "Digits"
476
+ msgstr "számjegyek"
477
+
478
+ #: includes/cb_email.php:132 includes/cb_password.php:130
479
+ #: includes/cb_text.php:133 includes/cb_textarea.php:141
480
+ msgid "Strip Tags"
481
+ msgstr "Strip címkék"
482
+
483
+ #: includes/cb_email.php:133 includes/cb_password.php:131
484
+ #: includes/cb_text.php:134 includes/cb_textarea.php:142
485
+ msgid "Trim"
486
+ msgstr "METSZ"
487
+
488
+ #: includes/cb_file_upload.php:9 includes/cb_file_upload.php:68
489
+ #: includes/cb_file_upload.php:102 views/contact_view.php:63
490
+ #: views/edit_contact_view.php:111 views/edit_contact_view.php:1374
491
+ msgid "File Upload"
492
+ msgstr "fájlba -feltöltése"
493
+
494
+ #: includes/cb_file_upload.php:46
495
+ msgid "Fileupload Control"
496
+ msgstr "Fájlfeltöltés vezérlő"
497
+
498
+ #: includes/cb_file_upload.php:112
499
+ msgid "Allow Multiple Uploads"
500
+ msgstr "Engedélyezünk több különböző Feltöltések"
501
+
502
+ #: includes/cb_file_upload.php:118
503
+ msgid "Allowed File Extensions"
504
+ msgstr "megengedett fájlba kiterjesztések"
505
+
506
+ #: includes/cb_file_upload.php:120
507
+ msgid "Enter File Extensions"
508
+ msgstr "Adja meg- fájlba kiterjesztések"
509
+
510
+ #: includes/cb_file_upload.php:122
511
+ msgid "The file extensions must be seperated with semicolons(' ; ')"
512
+ msgstr "A fájl kiterjesztések kell elválasztva pontosvesszővel (\";\")"
513
+
514
+ #: includes/cb_file_upload.php:126
515
+ msgid "Allowed File Size"
516
+ msgstr "megengedve fájl Méret"
517
+
518
+ #: includes/cb_file_upload.php:130
519
+ msgid "File Size must be in Kb"
520
+ msgstr "Fájl Méret kell, hogy legyen -ban Kb"
521
+
522
+ #: includes/cb_hidden.php:8
523
+ msgid "Untitled (hidden)"
524
+ msgstr "Cím nélküli (rejtett)"
525
+
526
+ #: includes/cb_hidden.php:11 views/contact_bank_frontend.php:952
527
+ #: views/contact_view.php:72 views/edit_contact_view.php:120
528
+ msgid "Hidden"
529
+ msgstr "rejtett"
530
+
531
+ #: includes/cb_hidden.php:29
532
+ msgid "Hidden Control"
533
+ msgstr "Rejtett vezérlő"
534
+
535
+ #: includes/cb_hidden.php:44 includes/cb_hidden.php:56
536
+ #: views/edit_contact_view.php:1619
537
+ msgid "Untitled(hidden)"
538
+ msgstr "Cím nélküli (rejtett)"
539
+
540
+ #: includes/cb_hidden.php:48
541
+ msgid "Default Value"
542
+ msgstr "alapértelmezett- értéke"
543
+
544
+ #: includes/cb_hidden.php:50 includes/cb_text.php:79
545
+ msgid "Enter Default Value"
546
+ msgstr "alapértelmezett- értéke Adja meg"
547
+
548
+ #: includes/cb_hidden.php:56 includes/cb_text.php:85
549
+ #: includes/cb_textarea.php:93
550
+ msgid "Enter Admin label"
551
+ msgstr " Írja be Adminisztrációs -Címkézési"
552
+
553
+ #: includes/cb_multiple.php:28
554
+ msgid "Radio Buttons"
555
+ msgstr "rádiógombok"
556
+
557
+ #: includes/cb_multiple.php:62 includes/cb_text.php:69
558
+ msgid "Enter Tooltip Text"
559
+ msgstr "Adja meg eszköztippben szöveget"
560
+
561
+ #: includes/cb_multiple.php:103
562
+ msgid "Css Description :"
563
+ msgstr "Css Leírás:"
564
+
565
+ #: includes/cb_multiple.php:110
566
+ msgid "Css Options outer wrapper :"
567
+ msgstr "CSS Opciók- külső- borítékkal"
568
+
569
+ #: includes/cb_multiple.php:112
570
+ msgid "Enter Css Options outer wrapper"
571
+ msgstr "Adja meg- CSS- Opciók- külső- borítékkal:"
572
+
573
+ #: includes/cb_multiple.php:117
574
+ msgid "CSS Options Wrapper :"
575
+ msgstr "CSS-opció -borítékkal:"
576
+
577
+ #: includes/cb_multiple.php:119
578
+ msgid "Enter Css Options Wrapper"
579
+ msgstr "Írja be Css Opciók -borítékkal:"
580
+
581
+ #: includes/cb_multiple.php:124
582
+ msgid "CSS Option Label :"
583
+ msgstr "CSS az Opciók Címkézési:"
584
+
585
+ #: includes/cb_multiple.php:126
586
+ msgid "Enter Css Option Label"
587
+ msgstr "Adja meg- CSS az Opciók -Címkézési:"
588
+
589
+ #: includes/cb_multiple.php:136
590
+ msgid "Options wrapper"
591
+ msgstr " Opciók- borítékkal:"
592
+
593
+ #: includes/cb_password.php:8 includes/cb_password.php:51
594
+ #: includes/cb_password.php:81 views/contact_view.php:75
595
+ #: views/edit_contact_view.php:123 views/edit_contact_view.php:1629
596
+ msgid "Password"
597
+ msgstr "jelszó"
598
+
599
+ #: includes/cb_password.php:29
600
+ msgid "Password Control"
601
+ msgstr "jelszavas vezérlő"
602
+
603
+ #: includes/cb_password.php:103
604
+ msgid "Css Input Text"
605
+ msgstr "Css Bemeneti szöveget"
606
+
607
+ #: includes/cb_text.php:29
608
+ msgid "Textbox Control"
609
+ msgstr "szövegdoboz- vezérlő"
610
+
611
+ #: includes/cb_text.php:106
612
+ msgid " Css Text Input"
613
+ msgstr "Css szövegbeviteli mód"
614
+
615
+ #: includes/cb_text.php:113
616
+ msgid " Css Description"
617
+ msgstr "css Leírás"
618
+
619
+ #: includes/cb_text.php:123
620
+ msgid "Text Input"
621
+ msgstr "szövegbeviteli mód"
622
+
623
+ #: includes/cb_textarea.php:30
624
+ msgid "Textarea Control"
625
+ msgstr "szövegterület -vezérlő"
626
+
627
+ #: includes/cb_textarea.php:52
628
+ msgid "Enter label"
629
+ msgstr "Adja meg címkén:"
630
+
631
+ #: includes/cb_textarea.php:58
632
+ msgid "Enter Description"
633
+ msgstr "Adja meg leírás"
634
+
635
+ #: includes/cb_textarea.php:69
636
+ msgid "Tooltip text"
637
+ msgstr "Eszközzel-hegy szöveget"
638
+
639
+ #: includes/cb_textarea.php:87
640
+ msgid "Enter Default value"
641
+ msgstr "Alapértelmezett érték Adja meg a "
642
+
643
+ #: includes/cb_textarea.php:107
644
+ msgid "CSS label"
645
+ msgstr "CSS címkén"
646
+
647
+ #: includes/cb_textarea.php:109
648
+ msgid "Enter css Label"
649
+ msgstr "Adja meg- CSS címkén"
650
+
651
+ #: includes/cb_textarea.php:114
652
+ msgid "CSS textinput"
653
+ msgstr "CSS szövegetbemenet"
654
+
655
+ #: includes/cb_textarea.php:116
656
+ msgid "Enter css textinput"
657
+ msgstr "Adja -CSS- szövegetbemenet"
658
+
659
+ #: includes/cb_textarea.php:121
660
+ msgid "CSS description"
661
+ msgstr "CSS- leírása"
662
+
663
+ #: includes/cb_textarea.php:123
664
+ msgid "Enter css description"
665
+ msgstr "Adja - css leírása"
666
+
667
+ #: includes/cb_time.php:8 includes/cb_time.php:113 includes/cb_time.php:143
668
+ #: views/contact_view.php:69 views/edit_contact_view.php:117
669
+ #: views/edit_contact_view.php:1514
670
+ msgid "Time"
671
+ msgstr "ideje"
672
+
673
+ #: includes/cb_time.php:12 includes/cb_time.php:32 includes/cb_time.php:178
674
+ #: includes/cb_time.php:198 views/contact_bank_frontend.php:821
675
+ #: views/contact_bank_frontend.php:847 views/contact_bank_frontend.php:873
676
+ msgid "Hour"
677
+ msgstr "órát"
678
+
679
+ #: includes/cb_time.php:52 includes/cb_time.php:218
680
+ #: views/contact_bank_frontend.php:897
681
+ msgid "Minute"
682
+ msgstr "perc"
683
+
684
+ #: includes/cb_time.php:92
685
+ msgid "Time Control"
686
+ msgstr "idővezérlés"
687
+
688
+ #: includes/cb_time.php:153
689
+ msgid "12/24 hour time"
690
+ msgstr "12/24 órás idő"
691
+
692
+ #: includes/cb_time.php:162
693
+ msgid "Time format"
694
+ msgstr "Időformátum "
695
+
696
+ #: includes/cb_time.php:270
697
+ msgid "Css Hour"
698
+ msgstr "css órát"
699
+
700
+ #: includes/cb_time.php:272
701
+ msgid "Enter Css Hour"
702
+ msgstr "Adja meg Css -órát"
703
+
704
+ #: includes/cb_time.php:277
705
+ msgid "Css Minute"
706
+ msgstr "css perces"
707
+
708
+ #: includes/cb_time.php:279
709
+ msgid "Enter Css Minute"
710
+ msgstr "Adja Css perces"
711
+
712
+ #: includes/cb_time.php:284
713
+ msgid "Css am/pm"
714
+ msgstr "Css am/pm"
715
+
716
+ #: includes/cb_time.php:286
717
+ msgid "Enter Css am/pm"
718
+ msgstr "Adja meg Css am / pm"
719
+
720
+ #: includes/cb_time.php:296
721
+ msgid "Time hour dropdown"
722
+ msgstr "Ideje- órás legördülı"
723
+
724
+ #: includes/cb_time.php:297
725
+ msgid "Time minute dropdown"
726
+ msgstr "Idő perc legördülı"
727
+
728
+ #: includes/cb_time.php:298
729
+ msgid "Time am/pm dropdown"
730
+ msgstr "Ideje -AM / PM legördülı"
731
+
732
+ #: views/contact_bank_frontend.php:153
733
+ msgid "Enter Text"
734
+ msgstr "Adja szöveg"
735
+
736
+ #: views/contact_bank_frontend.php:342 views/contact_email.php:84
737
+ #: views/contact_email.php:144
738
+ msgid "Enter Email Address"
739
+ msgstr "Adja Email címét"
740
+
741
+ #: views/contact_bank_frontend.php:952
742
+ msgid "Enter Hidden Text"
743
+ msgstr "Adja meg Rejtett szöveg"
744
+
745
+ #: views/contact_bank_frontend.php:1040
746
+ msgid "Enter Password"
747
+ msgstr "Adja jelszót"
748
+
749
+ #: views/contact_bank_frontend.php:1051
750
+ msgid "Submit Form"
751
+ msgstr "Nyomtatvány elküldése"
752
+
753
+ #: views/contact_email.php:9 views/contact_frontend_data.php:8
754
+ #: views/contact_view.php:9 views/edit_contact_view.php:31
755
+ msgid "Back to Dashboard"
756
+ msgstr "Vissza a Műszerfal"
757
+
758
+ #: views/contact_email.php:13
759
+ msgid "Email Settings Saved. Kindly wait for the redirect."
760
+ msgstr "E-mail beállítások Mentett. Kérjük várjon az átirányítás."
761
+
762
+ #: views/contact_email.php:18 views/contact_email.php:49
763
+ #: views/contact_frontend_data.php:19 views/contact_frontend_data.php:32
764
+ msgid "Select Form"
765
+ msgstr "Válassza ki Jogi forma"
766
+
767
+ #: views/contact_email.php:65
768
+ msgid "Admin Email"
769
+ msgstr "beadása -mail"
770
+
771
+ #: views/contact_email.php:76
772
+ msgid "To"
773
+ msgstr "To"
774
+
775
+ #: views/contact_email.php:78
776
+ msgid "Enter Admin Email"
777
+ msgstr "Adja - adminisztrációs mail"
778
+
779
+ #: views/contact_email.php:82 views/contact_email.php:142
780
+ msgid "From"
781
+ msgstr "-tól"
782
+
783
+ #: views/contact_email.php:89 views/contact_email.php:148
784
+ msgid "Subject"
785
+ msgstr "fenn van"
786
+
787
+ #: views/contact_email.php:91 views/contact_email.php:150
788
+ msgid "Enter Subject"
789
+ msgstr "Adja fenn van"
790
+
791
+ #: views/contact_email.php:100 views/contact_email.php:160
792
+ msgid "Email Content"
793
+ msgstr "mail tartalom"
794
+
795
+ #: views/contact_email.php:115 views/contact_email.php:175
796
+ msgid "Short Code Controls for Email"
797
+ msgstr "Rövid kód vezérlések számára mail"
798
+
799
+ #: views/contact_email.php:129
800
+ msgid "Client Email"
801
+ msgstr "kliens E-mail"
802
+
803
+ #: views/contact_frontend_data.php:14 views/contact_view.php:20
804
+ #: views/dashboard.php:15 views/dashboard.php:21
805
+ msgid "Form"
806
+ msgstr "nyomtatvány"
807
+
808
+ #: views/contact_view.php:13
809
+ msgid "Form Submited. Kindly wait for the redirect."
810
+ msgstr "nyomtatvány- benyújtani. Kérjük várjon az átirányítás."
811
+
812
+ #: views/contact_view.php:24 views/edit_contact_view.php:46
813
+ msgid "Form Name :"
814
+ msgstr "nyomtatvány Név:"
815
+
816
+ #: views/contact_view.php:27 views/edit_contact_view.php:49
817
+ msgid "Enter Form Name"
818
+ msgstr "Adja meg nyomtatvány Név:"
819
+
820
+ #: views/contact_view.php:40 views/edit_contact_view.php:89
821
+ msgid "Control Buttons"
822
+ msgstr "Vezérlő gombok"
823
+
824
+ #: views/contact_view.php:45 views/edit_contact_view.php:93
825
+ msgid "Text Box"
826
+ msgstr "szövege trezor"
827
+
828
+ #: views/contact_view.php:48 views/edit_contact_view.php:96
829
+ msgid "Text Area"
830
+ msgstr "szövege- területen"
831
+
832
+ #: views/contact_view.php:51 views/edit_contact_view.php:99
833
+ msgid "Email Address"
834
+ msgstr "Email címe"
835
+
836
+ #: views/contact_view.php:54 views/edit_contact_view.php:102
837
+ msgid "Dropdown Menu"
838
+ msgstr "legördülő Menü gombot"
839
+
840
+ #: views/contact_view.php:57 views/edit_contact_view.php:105
841
+ msgid "Checkboxes"
842
+ msgstr "jelölőnégyzetek"
843
+
844
+ #: views/contact_view.php:60 views/edit_contact_view.php:108
845
+ msgid "Multiple Choice"
846
+ msgstr "többszörös választás"
847
+
848
+ #: views/dashboard.php:5
849
+ msgid "Dashboard - Contact Bank"
850
+ msgstr "Műszerfal - Kapcsolat Banknak"
851
+
852
+ #: views/dashboard.php:9
853
+ msgid "Delete All Forms"
854
+ msgstr "Törölni minden formájának"
855
+
856
+ #: views/dashboard.php:22
857
+ msgid "Shortcode"
858
+ msgstr "érvényesítőkód"
859
+
860
+ #: views/dashboard.php:23
861
+ msgid "Action"
862
+ msgstr "Fellépés"
863
+
864
+ #: views/dashboard.php:43
865
+ msgid "Edit"
866
+ msgstr "szerkeszt"
867
+
868
+ #: views/dashboard.php:46
869
+ msgid "Delete"
870
+ msgstr "törölni"
871
+
872
+ #: views/dashboard.php:62
873
+ msgid "Server Settings"
874
+ msgstr "Kiszolgáló beállításai"
875
+
876
+ #: views/dashboard.php:73
877
+ msgid "Not set"
878
+ msgstr "nincs beállítva"
879
+
880
+ #: views/dashboard.php:75 views/dashboard.php:78
881
+ msgid "On"
882
+ msgstr "Azon"
883
+
884
+ #: views/dashboard.php:76 views/dashboard.php:79
885
+ msgid "Off"
886
+ msgstr "le"
887
+
888
+ #: views/dashboard.php:82 views/dashboard.php:85 views/dashboard.php:88
889
+ #: views/dashboard.php:91 views/dashboard.php:94 views/dashboard.php:97
890
+ msgid "N/A"
891
+ msgstr "N/A"
892
+
893
+ #: views/dashboard.php:96
894
+ msgid " MByte"
895
+ msgstr "MB kapacitású"
896
+
897
+ #: views/dashboard.php:99 views/dashboard.php:102 views/dashboard.php:105
898
+ #: views/dashboard.php:155
899
+ msgid "Yes"
900
+ msgstr "igen"
901
+
902
+ #: views/dashboard.php:100 views/dashboard.php:103 views/dashboard.php:106
903
+ #: views/dashboard.php:157
904
+ msgid "No"
905
+ msgstr "semmilyen"
906
+
907
+ #: views/dashboard.php:108
908
+ msgid "Operating System"
909
+ msgstr "Operációs rendszer"
910
+
911
+ #: views/dashboard.php:109
912
+ msgid "Server"
913
+ msgstr "szerveren"
914
+
915
+ #: views/dashboard.php:110
916
+ msgid "Memory usage"
917
+ msgstr "Memória használat"
918
+
919
+ #: views/dashboard.php:111
920
+ msgid "MYSQL Version"
921
+ msgstr "MYSQL verzió"
922
+
923
+ #: views/dashboard.php:112
924
+ msgid "SQL Mode"
925
+ msgstr "SQL mód"
926
+
927
+ #: views/dashboard.php:113
928
+ msgid "PHP Version"
929
+ msgstr "PHP verzió"
930
+
931
+ #: views/dashboard.php:114
932
+ msgid "PHP Safe Mode"
933
+ msgstr "PHP csökkentett módban"
934
+
935
+ #: views/dashboard.php:115
936
+ msgid "PHP Allow URL fopen"
937
+ msgstr "PHP engedélyezése URL az fopen"
938
+
939
+ #: views/dashboard.php:116
940
+ msgid "PHP Memory Limit"
941
+ msgstr "PHP memória korlátjának"
942
+
943
+ #: views/dashboard.php:117
944
+ msgid "PHP Max Upload Size"
945
+ msgstr "PHP Maximális- feltöltési méret"
946
+
947
+ #: views/dashboard.php:118
948
+ msgid "PHP Max Post Size"
949
+ msgstr "PHP Maximális Hozzászólás méret"
950
+
951
+ #: views/dashboard.php:119
952
+ msgid "PCRE Backtracking Limit"
953
+ msgstr "PCRE visszalépéses határérték"
954
+
955
+ #: views/dashboard.php:120
956
+ msgid "PHP Max Script Execute Time"
957
+ msgstr "PHP--Maximális- parancsfájl- kivégez- Ideje"
958
+
959
+ #: views/dashboard.php:121
960
+ msgid "PHP Exif support"
961
+ msgstr "PHP Exif támogatás"
962
+
963
+ #: views/dashboard.php:122
964
+ msgid "PHP IPTC support"
965
+ msgstr "PHP IPTC támogatás"
966
+
967
+ #: views/dashboard.php:123
968
+ msgid "PHP XML support"
969
+ msgstr "PHP XML-támogatás"
970
+
971
+ #: views/dashboard.php:131
972
+ msgid "Graphic Library Settings"
973
+ msgstr "Grafikus könyvtár a Beállítások"
974
+
975
+ #: views/dashboard.php:150
976
+ msgid "No GD support"
977
+ msgstr "semmilyen GD támogatást"
978
+
979
+ #: views/dashboard.php:186
980
+ msgid "Are you sure to delete this form ?"
981
+ msgstr "Biztos benne, hogy törli ezt az űrlapot?"
982
+
983
+ #: views/dashboard.php:197
984
+ msgid "Are you sure to delete all forms ?"
985
+ msgstr "Biztos benne, hogy törli -minden formájára?"
986
+
987
+ #: views/edit_contact_view.php:28
988
+ msgid "Edit Existing Form"
989
+ msgstr "Szerkeszi létező nyomtatvány"
990
+
991
+ #: views/edit_contact_view.php:35
992
+ msgid "Form Updated. Kindly wait for the redirect."
993
+ msgstr "Alkotnak -frissítve. Kedvesen várjon átirányítás."
994
+
995
+ #: views/edit_contact_view.php:42
996
+ msgid "Edit Form"
997
+ msgstr "Szerkesztés Űrlapot"
998
+
999
+ #: views/edit_contact_view.php:289 views/edit_contact_view.php:324
1000
+ #: views/edit_contact_view.php:393 views/edit_contact_view.php:442
1001
+ #: views/edit_contact_view.php:490
1002
+ msgid "Untitled :"
1003
+ msgstr "cím nélküli:"
1004
+
1005
+ #: views/edit_contact_view.php:359
1006
+ msgid "Email :"
1007
+ msgstr "E-mail:"
1008
+
1009
+ #: views/edit_contact_view.php:539
1010
+ msgid "File Upload :"
1011
+ msgstr "Fájl feltöltés:"
1012
+
1013
+ #: views/edit_contact_view.php:586
1014
+ msgid "Date :"
1015
+ msgstr "Dátum:"
1016
+
1017
+ #: views/edit_contact_view.php:657
1018
+ msgid "Time :"
1019
+ msgstr "Ideje:"
1020
+
1021
+ #: views/edit_contact_view.php:715
1022
+ msgid "Untitled(hidden) :"
1023
+ msgstr "cím nélküli (rejtett):"
1024
+
1025
+ #: views/edit_contact_view.php:747
1026
+ msgid "Password : "
1027
+ msgstr "Jelszó:"
1028
+
1029
+ #: views/edit_contact_view.php:1398
1030
+ msgid "1024"
1031
+ msgstr "1024"
languages/contact_bank-id_ID.mo ADDED
Binary file
languages/contact_bank-id_ID.po ADDED
@@ -0,0 +1,1034 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2013-11-16 11:29+0530\n"
5
+ "PO-Revision-Date: 2013-11-16 11:39+0530\n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "X-Generator: Poedit 1.5.7\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
13
+ "X-Poedit-Basepath: C:\\wamp\\www\\contact-bank3.7\\wp-content\\plugins"
14
+ "\\contact-bank\\\n"
15
+ "X-Poedit-SearchPath-0: .\n"
16
+
17
+ #: contact-bank.php:62
18
+ msgid "Contact Bank"
19
+ msgstr ""
20
+
21
+ #: contact-bank.php:63 contact-bank.php:431
22
+ msgid "Dashboard"
23
+ msgstr "Dasbor"
24
+
25
+ #: contact-bank.php:64 contact-bank.php:437 views/contact_view.php:6
26
+ #: views/dashboard.php:8
27
+ msgid "Add New Form"
28
+ msgstr "Tambahkan- Formulir Baru"
29
+
30
+ #: contact-bank.php:65 contact-bank.php:443 views/contact_email.php:6
31
+ msgid "Email Settings"
32
+ msgstr "P'aturan Kirimkan email"
33
+
34
+ #: contact-bank.php:66 contact-bank.php:449 views/contact_frontend_data.php:5
35
+ msgid "Form Entries"
36
+ msgstr "formulir- Entri "
37
+
38
+ #: includes/cb_checkbox.php:8 includes/cb_checkbox.php:50
39
+ #: includes/cb_checkbox.php:83 includes/cb_dropdown.php:8
40
+ #: includes/cb_dropdown.php:50 includes/cb_dropdown.php:83
41
+ #: includes/cb_multiple.php:8 includes/cb_multiple.php:49
42
+ #: includes/cb_multiple.php:82 includes/cb_text.php:8 includes/cb_text.php:50
43
+ #: includes/cb_text.php:85 includes/cb_textarea.php:9
44
+ #: includes/cb_textarea.php:52 includes/cb_textarea.php:93
45
+ #: views/edit_contact_view.php:992 views/edit_contact_view.php:1050
46
+ #: views/edit_contact_view.php:1179 views/edit_contact_view.php:1235
47
+ #: views/edit_contact_view.php:1305
48
+ msgid "Untitled"
49
+ msgstr "Wisatawan Tanpa Nama"
50
+
51
+ #: includes/cb_checkbox.php:13 includes/cb_checkbox.php:42
52
+ #: includes/cb_date.php:62 includes/cb_date.php:92 includes/cb_dropdown.php:14
53
+ #: includes/cb_dropdown.php:42 includes/cb_email.php:13
54
+ #: includes/cb_email.php:44 includes/cb_file_upload.php:12
55
+ #: includes/cb_file_upload.php:60 includes/cb_hidden.php:12
56
+ #: includes/cb_multiple.php:13 includes/cb_multiple.php:41
57
+ #: includes/cb_password.php:12 includes/cb_password.php:43
58
+ #: includes/cb_text.php:12 includes/cb_text.php:42 includes/cb_textarea.php:13
59
+ #: includes/cb_textarea.php:44 includes/cb_time.php:75
60
+ #: includes/cb_time.php:105
61
+ msgid "Settings"
62
+ msgstr "P'aturan"
63
+
64
+ #: includes/cb_checkbox.php:29
65
+ msgid "Checkbox Control"
66
+ msgstr "kotak centang- Kontrol"
67
+
68
+ #: includes/cb_checkbox.php:36 includes/cb_date.php:86
69
+ #: includes/cb_dropdown.php:36 includes/cb_email.php:38
70
+ #: includes/cb_file_upload.php:54 includes/cb_hidden.php:36
71
+ #: includes/cb_multiple.php:35 includes/cb_password.php:37
72
+ #: includes/cb_text.php:36 includes/cb_textarea.php:38 includes/cb_time.php:99
73
+ msgid "Advanced"
74
+ msgstr "Tingkat lanjut"
75
+
76
+ #: includes/cb_checkbox.php:39 includes/cb_checkbox.php:68
77
+ #: includes/cb_date.php:89 includes/cb_dropdown.php:39
78
+ #: includes/cb_dropdown.php:68 includes/cb_email.php:41
79
+ #: includes/cb_file_upload.php:57 includes/cb_multiple.php:38
80
+ #: includes/cb_multiple.php:67 includes/cb_password.php:40
81
+ #: includes/cb_text.php:39 includes/cb_textarea.php:41
82
+ #: includes/cb_time.php:102
83
+ msgid "Options"
84
+ msgstr "Opsi"
85
+
86
+ #: includes/cb_checkbox.php:48 includes/cb_checkbox.php:134
87
+ #: includes/cb_date.php:98 includes/cb_date.php:238
88
+ #: includes/cb_dropdown.php:48 includes/cb_dropdown.php:120
89
+ #: includes/cb_email.php:50 includes/cb_email.php:121
90
+ #: includes/cb_file_upload.php:66 includes/cb_file_upload.php:159
91
+ #: includes/cb_hidden.php:42 includes/cb_multiple.php:47
92
+ #: includes/cb_multiple.php:133 includes/cb_password.php:49
93
+ #: includes/cb_password.php:119 includes/cb_text.php:48
94
+ #: includes/cb_text.php:122 includes/cb_textarea.php:50
95
+ #: includes/cb_textarea.php:130 includes/cb_time.php:111
96
+ #: includes/cb_time.php:293
97
+ msgid "Label"
98
+ msgstr "Labelnya"
99
+
100
+ #: includes/cb_checkbox.php:50 includes/cb_date.php:100
101
+ #: includes/cb_dropdown.php:50 includes/cb_email.php:52
102
+ #: includes/cb_file_upload.php:68 includes/cb_hidden.php:44
103
+ #: includes/cb_multiple.php:49 includes/cb_password.php:51
104
+ #: includes/cb_text.php:50 includes/cb_time.php:113
105
+ msgid "Enter Label"
106
+ msgstr "Masukkan labelnya"
107
+
108
+ #: includes/cb_checkbox.php:54 includes/cb_checkbox.php:56
109
+ #: includes/cb_date.php:110 includes/cb_date.php:112
110
+ #: includes/cb_dropdown.php:54 includes/cb_dropdown.php:56
111
+ #: includes/cb_email.php:62 includes/cb_email.php:64
112
+ #: includes/cb_file_upload.php:78 includes/cb_file_upload.php:80
113
+ #: includes/cb_multiple.php:53 includes/cb_multiple.php:55
114
+ #: includes/cb_password.php:61 includes/cb_password.php:63
115
+ #: includes/cb_text.php:60 includes/cb_text.php:62 includes/cb_textarea.php:62
116
+ #: includes/cb_textarea.php:64 includes/cb_time.php:123
117
+ #: includes/cb_time.php:125
118
+ msgid "Required"
119
+ msgstr "yang Diperlukan"
120
+
121
+ #: includes/cb_checkbox.php:57 includes/cb_date.php:113
122
+ #: includes/cb_dropdown.php:57 includes/cb_email.php:65
123
+ #: includes/cb_file_upload.php:81 includes/cb_multiple.php:56
124
+ #: includes/cb_password.php:64 includes/cb_text.php:63
125
+ #: includes/cb_textarea.php:65 includes/cb_time.php:126
126
+ msgid "Not Required"
127
+ msgstr "tidak yang Diperlukan"
128
+
129
+ #: includes/cb_checkbox.php:61 includes/cb_date.php:117
130
+ #: includes/cb_dropdown.php:61 includes/cb_email.php:69
131
+ #: includes/cb_file_upload.php:85 includes/cb_multiple.php:60
132
+ #: includes/cb_password.php:68 includes/cb_text.php:67
133
+ #: includes/cb_time.php:130
134
+ msgid "Tooltip Text"
135
+ msgstr "Teks Alat-tip"
136
+
137
+ #: includes/cb_checkbox.php:63 includes/cb_date.php:119
138
+ #: includes/cb_dropdown.php:63 includes/cb_email.php:71
139
+ #: includes/cb_file_upload.php:87 includes/cb_password.php:70
140
+ #: includes/cb_textarea.php:71 includes/cb_time.php:132
141
+ msgid "Enter Tooltip"
142
+ msgstr "Masukkan Alat-tip"
143
+
144
+ #: includes/cb_checkbox.php:70 includes/cb_checkbox.php:127
145
+ msgid "Enter Options"
146
+ msgstr "Masukkan Opsi"
147
+
148
+ #: includes/cb_checkbox.php:70 includes/cb_dropdown.php:70
149
+ #: includes/cb_multiple.php:69
150
+ msgid "Add option"
151
+ msgstr "Tambahkan opsi"
152
+
153
+ #: includes/cb_checkbox.php:81 includes/cb_dropdown.php:81
154
+ #: includes/cb_file_upload.php:100 includes/cb_password.php:79
155
+ #: includes/cb_time.php:141
156
+ msgid "Admin Label"
157
+ msgstr " administrasi- labelnya "
158
+
159
+ #: includes/cb_checkbox.php:83 includes/cb_date.php:130
160
+ #: includes/cb_dropdown.php:83 includes/cb_email.php:83
161
+ #: includes/cb_file_upload.php:102 includes/cb_multiple.php:82
162
+ #: includes/cb_password.php:81 includes/cb_time.php:143
163
+ msgid "Enter Admin Label"
164
+ msgstr "Masukkan Administrasi-Labelnya"
165
+
166
+ #: includes/cb_checkbox.php:87 includes/cb_date.php:134
167
+ #: includes/cb_dropdown.php:87 includes/cb_email.php:87
168
+ #: includes/cb_file_upload.php:106 includes/cb_hidden.php:60
169
+ #: includes/cb_multiple.php:86 includes/cb_password.php:85
170
+ #: includes/cb_text.php:89 includes/cb_textarea.php:97
171
+ #: includes/cb_time.php:147
172
+ msgid "Do not show in the email"
173
+ msgstr "Jangan tampilkan dalam email tersebut"
174
+
175
+ #: includes/cb_checkbox.php:97 includes/cb_multiple.php:96
176
+ msgid "Css Label :"
177
+ msgstr "labelnya css:"
178
+
179
+ #: includes/cb_checkbox.php:99 includes/cb_date.php:196
180
+ #: includes/cb_dropdown.php:99 includes/cb_email.php:100
181
+ #: includes/cb_file_upload.php:145 includes/cb_multiple.php:98
182
+ #: includes/cb_password.php:97 includes/cb_text.php:101
183
+ #: includes/cb_time.php:251
184
+ msgid "Enter Css Label"
185
+ msgstr "Masukkan - Css labelnya"
186
+
187
+ #: includes/cb_checkbox.php:104
188
+ msgid "CSS Description :"
189
+ msgstr "CSS Deskripsi:"
190
+
191
+ #: includes/cb_checkbox.php:106 includes/cb_date.php:210
192
+ #: includes/cb_dropdown.php:113 includes/cb_email.php:114
193
+ #: includes/cb_file_upload.php:152 includes/cb_multiple.php:105
194
+ #: includes/cb_password.php:112 includes/cb_text.php:115
195
+ #: includes/cb_time.php:265
196
+ msgid "Enter Css Description"
197
+ msgstr "Masukkan- Css Deskripsi"
198
+
199
+ #: includes/cb_checkbox.php:111
200
+ msgid "CSS Options outer wrapper :"
201
+ msgstr "CSS- Opsi -pembungkus luar- :"
202
+
203
+ #: includes/cb_checkbox.php:113
204
+ msgid "Enter Css Outer Wrapper"
205
+ msgstr "Masukkan Css -pembungkus luar- :"
206
+
207
+ #: includes/cb_checkbox.php:118
208
+ msgid "CSS Option Wrapper :"
209
+ msgstr "CSS -Opsi yang- bungkus:"
210
+
211
+ #: includes/cb_checkbox.php:120
212
+ msgid "Enter Css Option Wrapper"
213
+ msgstr "Masukkan CSS-Opsi yang-pembungkusnya"
214
+
215
+ #: includes/cb_checkbox.php:125
216
+ msgid "CSS Options Label :"
217
+ msgstr "CSS -Opsi- labelnya :"
218
+
219
+ #: includes/cb_checkbox.php:132 includes/cb_date.php:236
220
+ #: includes/cb_dropdown.php:118 includes/cb_email.php:119
221
+ #: includes/cb_file_upload.php:157 includes/cb_multiple.php:131
222
+ #: includes/cb_password.php:117 includes/cb_text.php:120
223
+ #: includes/cb_textarea.php:128 includes/cb_time.php:291
224
+ msgid "Add a style to"
225
+ msgstr "Tambahkan sebuah gaya untuk"
226
+
227
+ #: includes/cb_checkbox.php:135 includes/cb_date.php:104
228
+ #: includes/cb_date.php:240 includes/cb_dropdown.php:122
229
+ #: includes/cb_email.php:56 includes/cb_email.php:123
230
+ #: includes/cb_file_upload.php:72 includes/cb_file_upload.php:160
231
+ #: includes/cb_multiple.php:134 includes/cb_password.php:55
232
+ #: includes/cb_password.php:121 includes/cb_text.php:54
233
+ #: includes/cb_text.php:124 includes/cb_textarea.php:56
234
+ #: includes/cb_textarea.php:132 includes/cb_time.php:117
235
+ #: includes/cb_time.php:295
236
+ msgid "Description"
237
+ msgstr "Deskripsi"
238
+
239
+ #: includes/cb_checkbox.php:136 includes/cb_multiple.php:135
240
+ msgid "Options outer wrapper"
241
+ msgstr " Opsi-luar-pembungkus:"
242
+
243
+ #: includes/cb_checkbox.php:137
244
+ msgid "Options wrapper"
245
+ msgstr " Opsi- bungkus"
246
+
247
+ #: includes/cb_checkbox.php:138 includes/cb_multiple.php:137
248
+ msgid "Options label"
249
+ msgstr "label yang Opsi"
250
+
251
+ #: includes/cb_checkbox.php:148 includes/cb_date.php:253
252
+ #: includes/cb_dropdown.php:132 includes/cb_email.php:143
253
+ #: includes/cb_file_upload.php:170 includes/cb_hidden.php:72
254
+ #: includes/cb_multiple.php:147 includes/cb_password.php:141
255
+ #: includes/cb_text.php:144 includes/cb_textarea.php:152
256
+ #: includes/cb_time.php:308 views/contact_email.php:183
257
+ #: views/contact_view.php:34 views/edit_contact_view.php:83
258
+ msgid "Save"
259
+ msgstr "menyimpan"
260
+
261
+ #: includes/cb_checkbox.php:202 includes/cb_checkbox.php:267
262
+ #: includes/cb_dropdown.php:228 includes/cb_dropdown.php:278
263
+ #: includes/cb_multiple.php:202 includes/cb_multiple.php:268
264
+ msgid "Update"
265
+ msgstr "memperbarui"
266
+
267
+ #: includes/cb_checkbox.php:256 includes/cb_dropdown.php:270
268
+ #: includes/cb_multiple.php:257
269
+ msgid "Please Fill an Option."
270
+ msgstr "Silakan Isi Opsi."
271
+
272
+ #: includes/cb_checkbox.php:272 includes/cb_multiple.php:273
273
+ msgid "This Option Already Exists."
274
+ msgstr "Opsi yang ini Sudah Ada."
275
+
276
+ #: includes/cb_checkbox.php:294 includes/cb_dropdown.php:286
277
+ #: includes/cb_dropdown.php:308 includes/cb_multiple.php:295
278
+ msgid "This Option Already Exists. "
279
+ msgstr "Opsi yang ini Sudah Ada."
280
+
281
+ #: includes/cb_checkbox.php:305 includes/cb_dropdown.php:319
282
+ #: includes/cb_multiple.php:306
283
+ msgid "Option updated"
284
+ msgstr "opsi- diperbarui"
285
+
286
+ #: includes/cb_date.php:8 includes/cb_date.php:100 includes/cb_date.php:130
287
+ #: views/contact_view.php:66 views/edit_contact_view.php:114
288
+ #: views/edit_contact_view.php:1421
289
+ msgid "Date"
290
+ msgstr "tanggal"
291
+
292
+ #: includes/cb_date.php:12 includes/cb_date.php:155 includes/cb_date.php:308
293
+ #: includes/cb_date.php:380 views/contact_bank_frontend.php:679
294
+ msgid "Day"
295
+ msgstr "hari"
296
+
297
+ #: includes/cb_date.php:32 includes/cb_date.php:159 includes/cb_date.php:323
298
+ #: includes/cb_date.php:395 views/contact_bank_frontend.php:707
299
+ msgid "Month"
300
+ msgstr "bulan"
301
+
302
+ #: includes/cb_date.php:47 includes/cb_date.php:162 includes/cb_date.php:357
303
+ #: includes/cb_date.php:417 views/contact_bank_frontend.php:729
304
+ msgid "Year"
305
+ msgstr "tahun"
306
+
307
+ #: includes/cb_date.php:79
308
+ msgid "Date Control"
309
+ msgstr "tanggal- Kontrol"
310
+
311
+ #: includes/cb_date.php:106 includes/cb_email.php:58
312
+ #: includes/cb_file_upload.php:74 includes/cb_password.php:57
313
+ #: includes/cb_text.php:56 includes/cb_time.php:119
314
+ msgid "Enter Description"
315
+ msgstr "Masukkan Deskripsi"
316
+
317
+ #: includes/cb_date.php:128 includes/cb_email.php:81 includes/cb_hidden.php:54
318
+ #: includes/cb_multiple.php:80 includes/cb_text.php:83
319
+ #: includes/cb_textarea.php:91
320
+ msgid "Admin label"
321
+ msgstr "administrasi label yang "
322
+
323
+ #: includes/cb_date.php:140
324
+ msgid "Start year"
325
+ msgstr "Mulai tahun"
326
+
327
+ #: includes/cb_date.php:142
328
+ msgid "Enter Start Year"
329
+ msgstr "Masukkan Mulai Tahun"
330
+
331
+ #: includes/cb_date.php:146
332
+ msgid "End year"
333
+ msgstr "Akhir -tahun"
334
+
335
+ #: includes/cb_date.php:148
336
+ msgid "Enter End Year "
337
+ msgstr "Masukkan Akhir- Tahun"
338
+
339
+ #: includes/cb_date.php:152 includes/cb_text.php:77
340
+ #: includes/cb_textarea.php:85 includes/cb_time.php:175
341
+ msgid "Default value"
342
+ msgstr "nilai- default"
343
+
344
+ #: includes/cb_date.php:167
345
+ msgid "Error message if invalid date"
346
+ msgstr "Pesan kesalahan jika tanggal tidak valid"
347
+
348
+ #: includes/cb_date.php:169
349
+ msgid "Enter Error Message"
350
+ msgstr "Masukkan Pesan Galat"
351
+
352
+ #: includes/cb_date.php:173
353
+ msgid "Date format"
354
+ msgstr "Tanggal format"
355
+
356
+ #: includes/cb_date.php:194 includes/cb_dropdown.php:97
357
+ #: includes/cb_email.php:98 includes/cb_file_upload.php:143
358
+ #: includes/cb_password.php:95 includes/cb_text.php:99
359
+ #: includes/cb_time.php:249
360
+ msgid "Css Label"
361
+ msgstr "label yang css"
362
+
363
+ #: includes/cb_date.php:201 includes/cb_email.php:105 includes/cb_time.php:256
364
+ msgid "Css Text Input"
365
+ msgstr "Css Teks Terprediksi"
366
+
367
+ #: includes/cb_date.php:203 includes/cb_text.php:108 includes/cb_time.php:258
368
+ msgid "Enter Css Text Input"
369
+ msgstr "Masukkan Css Teks Terprediksi"
370
+
371
+ #: includes/cb_date.php:208 includes/cb_dropdown.php:111
372
+ #: includes/cb_email.php:112 includes/cb_file_upload.php:150
373
+ #: includes/cb_password.php:110 includes/cb_time.php:263
374
+ msgid "Css Description"
375
+ msgstr "Css Deskripsi"
376
+
377
+ #: includes/cb_date.php:215
378
+ msgid "Css Day"
379
+ msgstr "css Hari"
380
+
381
+ #: includes/cb_date.php:217
382
+ msgid "Enter Css Day"
383
+ msgstr "Masukkan- Css Hari"
384
+
385
+ #: includes/cb_date.php:222
386
+ msgid "Css Month"
387
+ msgstr "css Bulan"
388
+
389
+ #: includes/cb_date.php:224
390
+ msgid "Enter Css Month"
391
+ msgstr "Masukkan -Css Bulan"
392
+
393
+ #: includes/cb_date.php:229
394
+ msgid "Css Year"
395
+ msgstr "css Tahun"
396
+
397
+ #: includes/cb_date.php:231
398
+ msgid "Enter Css Year"
399
+ msgstr "Masukkan- Css Tahun"
400
+
401
+ #: includes/cb_date.php:239 includes/cb_email.php:122
402
+ #: includes/cb_password.php:120 includes/cb_textarea.php:131
403
+ #: includes/cb_time.php:294
404
+ msgid "Text input"
405
+ msgstr "Teks masukan"
406
+
407
+ #: includes/cb_date.php:241
408
+ msgid "Date day dropdown"
409
+ msgstr "Tanggal -hari -dropdown yang"
410
+
411
+ #: includes/cb_date.php:242
412
+ msgid "Date month dropdown"
413
+ msgstr "Tanggal -bulan -dropdown yang"
414
+
415
+ #: includes/cb_date.php:243
416
+ msgid "Date year dropdown"
417
+ msgstr "Tanggal -tahun -dropdown yang"
418
+
419
+ #: includes/cb_dropdown.php:12 includes/cb_dropdown.php:344
420
+ #: views/contact_bank_frontend.php:385 views/contact_bank_frontend.php:398
421
+ msgid "Select option"
422
+ msgstr "Pilih -opsi"
423
+
424
+ #: includes/cb_dropdown.php:29
425
+ msgid "Dropdown Control"
426
+ msgstr "Kontrol dropdown yang"
427
+
428
+ #: includes/cb_dropdown.php:70 includes/cb_multiple.php:69
429
+ msgid "Enter Option"
430
+ msgstr "Masukkan opsi"
431
+
432
+ #: includes/cb_dropdown.php:104
433
+ msgid "Css Dropdown Menu"
434
+ msgstr "Css dropdown yang menu"
435
+
436
+ #: includes/cb_dropdown.php:106
437
+ msgid "Enter Css Dropdown Menu"
438
+ msgstr "Masukkan- Css dropdown yang menu"
439
+
440
+ #: includes/cb_dropdown.php:121
441
+ msgid "Dropdown menu"
442
+ msgstr "menu dropdown yang"
443
+
444
+ #: includes/cb_email.php:9 includes/cb_email.php:52 includes/cb_email.php:83
445
+ #: views/contact_email.php:72 views/contact_email.php:138
446
+ #: views/edit_contact_view.php:1113
447
+ msgid "Email"
448
+ msgstr "Kirimkan email"
449
+
450
+ #: includes/cb_email.php:30
451
+ msgid "Email Control"
452
+ msgstr "Kirimkan email Pengendalian"
453
+
454
+ #: includes/cb_email.php:107 includes/cb_password.php:105
455
+ msgid "Enter Css Input Text"
456
+ msgstr "Masukkan Css Teks Terprediksi"
457
+
458
+ #: includes/cb_email.php:127 includes/cb_password.php:125
459
+ #: includes/cb_text.php:128 includes/cb_textarea.php:136
460
+ msgid "Add a filter"
461
+ msgstr "Tambahkan sebuah penyaring"
462
+
463
+ #: includes/cb_email.php:129 includes/cb_password.php:127
464
+ #: includes/cb_text.php:130 includes/cb_textarea.php:138
465
+ msgid "Alpha"
466
+ msgstr "Alfa"
467
+
468
+ #: includes/cb_email.php:130 includes/cb_password.php:128
469
+ #: includes/cb_text.php:131 includes/cb_textarea.php:139
470
+ msgid "Alpha Numeric"
471
+ msgstr "Alfa numerik yang"
472
+
473
+ #: includes/cb_email.php:131 includes/cb_password.php:129
474
+ #: includes/cb_text.php:132 includes/cb_textarea.php:140
475
+ msgid "Digits"
476
+ msgstr "digit yang"
477
+
478
+ #: includes/cb_email.php:132 includes/cb_password.php:130
479
+ #: includes/cb_text.php:133 includes/cb_textarea.php:141
480
+ msgid "Strip Tags"
481
+ msgstr "melucuti- tags"
482
+
483
+ #: includes/cb_email.php:133 includes/cb_password.php:131
484
+ #: includes/cb_text.php:134 includes/cb_textarea.php:142
485
+ msgid "Trim"
486
+ msgstr "diratakan"
487
+
488
+ #: includes/cb_file_upload.php:9 includes/cb_file_upload.php:68
489
+ #: includes/cb_file_upload.php:102 views/contact_view.php:63
490
+ #: views/edit_contact_view.php:111 views/edit_contact_view.php:1374
491
+ msgid "File Upload"
492
+ msgstr "berkas- Unggah"
493
+
494
+ #: includes/cb_file_upload.php:46
495
+ msgid "Fileupload Control"
496
+ msgstr "berkas- Unggah Kontrol"
497
+
498
+ #: includes/cb_file_upload.php:112
499
+ msgid "Allow Multiple Uploads"
500
+ msgstr "Izinkan Beberapa di upload"
501
+
502
+ #: includes/cb_file_upload.php:118
503
+ msgid "Allowed File Extensions"
504
+ msgstr "diizinkan -Berkas   Ekstensi"
505
+
506
+ #: includes/cb_file_upload.php:120
507
+ msgid "Enter File Extensions"
508
+ msgstr "Masukkan jenis Berkas"
509
+
510
+ #: includes/cb_file_upload.php:122
511
+ msgid "The file extensions must be seperated with semicolons(' ; ')"
512
+ msgstr "Ekstensi file harus dipisahkan dengan titik koma (';')"
513
+
514
+ #: includes/cb_file_upload.php:126
515
+ msgid "Allowed File Size"
516
+ msgstr "Diizinkan Ukuran File"
517
+
518
+ #: includes/cb_file_upload.php:130
519
+ msgid "File Size must be in Kb"
520
+ msgstr "Ukuran file harus dalam Kb"
521
+
522
+ #: includes/cb_hidden.php:8
523
+ msgid "Untitled (hidden)"
524
+ msgstr "Wisatawan Tanpa Nama (tersembunyi)"
525
+
526
+ #: includes/cb_hidden.php:11 views/contact_bank_frontend.php:952
527
+ #: views/contact_view.php:72 views/edit_contact_view.php:120
528
+ msgid "Hidden"
529
+ msgstr "Tersembunyi"
530
+
531
+ #: includes/cb_hidden.php:29
532
+ msgid "Hidden Control"
533
+ msgstr "Kontrol tersembunyi"
534
+
535
+ #: includes/cb_hidden.php:44 includes/cb_hidden.php:56
536
+ #: views/edit_contact_view.php:1619
537
+ msgid "Untitled(hidden)"
538
+ msgstr "Wisatawan Tanpa Nama (tersembunyi)"
539
+
540
+ #: includes/cb_hidden.php:48
541
+ msgid "Default Value"
542
+ msgstr "default Nilai bintang "
543
+
544
+ #: includes/cb_hidden.php:50 includes/cb_text.php:79
545
+ msgid "Enter Default Value"
546
+ msgstr "Masukkan default Nilai bintang "
547
+
548
+ #: includes/cb_hidden.php:56 includes/cb_text.php:85
549
+ #: includes/cb_textarea.php:93
550
+ msgid "Enter Admin label"
551
+ msgstr "Masukkan administrasi -labelnya"
552
+
553
+ #: includes/cb_multiple.php:28
554
+ msgid "Radio Buttons"
555
+ msgstr "Tombol radio yang"
556
+
557
+ #: includes/cb_multiple.php:62 includes/cb_text.php:69
558
+ msgid "Enter Tooltip Text"
559
+ msgstr "Masukkan alat Teks-tip"
560
+
561
+ #: includes/cb_multiple.php:103
562
+ msgid "Css Description :"
563
+ msgstr "Css Deskripsi:"
564
+
565
+ #: includes/cb_multiple.php:110
566
+ msgid "Css Options outer wrapper :"
567
+ msgstr "Css -Pilihan -bagian luar- pembungkus :"
568
+
569
+ #: includes/cb_multiple.php:112
570
+ msgid "Enter Css Options outer wrapper"
571
+ msgstr "Masukkan Css -Pilihan -bagian luar- pembungkus :"
572
+
573
+ #: includes/cb_multiple.php:117
574
+ msgid "CSS Options Wrapper :"
575
+ msgstr "CSS - Pilihan-bungkus :"
576
+
577
+ #: includes/cb_multiple.php:119
578
+ msgid "Enter Css Options Wrapper"
579
+ msgstr "Masukkan CSS-Opsi yang-pembungkusnya"
580
+
581
+ #: includes/cb_multiple.php:124
582
+ msgid "CSS Option Label :"
583
+ msgstr "CSS- Opsi -labelnya :"
584
+
585
+ #: includes/cb_multiple.php:126
586
+ msgid "Enter Css Option Label"
587
+ msgstr " Masukkan CSS- Opsi -labelnya :"
588
+
589
+ #: includes/cb_multiple.php:136
590
+ msgid "Options wrapper"
591
+ msgstr " Opsi-bungkus"
592
+
593
+ #: includes/cb_password.php:8 includes/cb_password.php:51
594
+ #: includes/cb_password.php:81 views/contact_view.php:75
595
+ #: views/edit_contact_view.php:123 views/edit_contact_view.php:1629
596
+ msgid "Password"
597
+ msgstr "kata sandi"
598
+
599
+ #: includes/cb_password.php:29
600
+ msgid "Password Control"
601
+ msgstr "Sandi Pengendalian"
602
+
603
+ #: includes/cb_password.php:103
604
+ msgid "Css Input Text"
605
+ msgstr "Css Masukan Teks"
606
+
607
+ #: includes/cb_text.php:29
608
+ msgid "Textbox Control"
609
+ msgstr "Kotak teks- Pengendalian"
610
+
611
+ #: includes/cb_text.php:106
612
+ msgid " Css Text Input"
613
+ msgstr "Css Teks Masukan "
614
+
615
+ #: includes/cb_text.php:113
616
+ msgid " Css Description"
617
+ msgstr "css Deskripsi"
618
+
619
+ #: includes/cb_text.php:123
620
+ msgid "Text Input"
621
+ msgstr "Teks Masukan "
622
+
623
+ #: includes/cb_textarea.php:30
624
+ msgid "Textarea Control"
625
+ msgstr "area teks- Pengendalian"
626
+
627
+ #: includes/cb_textarea.php:52
628
+ msgid "Enter label"
629
+ msgstr "Masukkan labelnya"
630
+
631
+ #: includes/cb_textarea.php:58
632
+ msgid "Enter Description"
633
+ msgstr "Masukkan Deskripsi"
634
+
635
+ #: includes/cb_textarea.php:69
636
+ msgid "Tooltip text"
637
+ msgstr "alat-tip Text "
638
+
639
+ #: includes/cb_textarea.php:87
640
+ msgid "Enter Default value"
641
+ msgstr "Masukkan nilai default"
642
+
643
+ #: includes/cb_textarea.php:107
644
+ msgid "CSS label"
645
+ msgstr "labelnya CSS"
646
+
647
+ #: includes/cb_textarea.php:109
648
+ msgid "Enter css Label"
649
+ msgstr "Masukkan css Label"
650
+
651
+ #: includes/cb_textarea.php:114
652
+ msgid "CSS textinput"
653
+ msgstr "Masukan teks CSS"
654
+
655
+ #: includes/cb_textarea.php:116
656
+ msgid "Enter css textinput"
657
+ msgstr "Masukkan css -Masukan teks "
658
+
659
+ #: includes/cb_textarea.php:121
660
+ msgid "CSS description"
661
+ msgstr " CSS deskripsi"
662
+
663
+ #: includes/cb_textarea.php:123
664
+ msgid "Enter css description"
665
+ msgstr "Masukkan css -deskripsi "
666
+
667
+ #: includes/cb_time.php:8 includes/cb_time.php:113 includes/cb_time.php:143
668
+ #: views/contact_view.php:69 views/edit_contact_view.php:117
669
+ #: views/edit_contact_view.php:1514
670
+ msgid "Time"
671
+ msgstr "kalinya"
672
+
673
+ #: includes/cb_time.php:12 includes/cb_time.php:32 includes/cb_time.php:178
674
+ #: includes/cb_time.php:198 views/contact_bank_frontend.php:821
675
+ #: views/contact_bank_frontend.php:847 views/contact_bank_frontend.php:873
676
+ msgid "Hour"
677
+ msgstr "jam"
678
+
679
+ #: includes/cb_time.php:52 includes/cb_time.php:218
680
+ #: views/contact_bank_frontend.php:897
681
+ msgid "Minute"
682
+ msgstr "menit"
683
+
684
+ #: includes/cb_time.php:92
685
+ msgid "Time Control"
686
+ msgstr "kalinya Pengendalian"
687
+
688
+ #: includes/cb_time.php:153
689
+ msgid "12/24 hour time"
690
+ msgstr "12/24 jam Waktu "
691
+
692
+ #: includes/cb_time.php:162
693
+ msgid "Time format"
694
+ msgstr "waktu format"
695
+
696
+ #: includes/cb_time.php:270
697
+ msgid "Css Hour"
698
+ msgstr "css -Jam"
699
+
700
+ #: includes/cb_time.php:272
701
+ msgid "Enter Css Hour"
702
+ msgstr "Masukkan Css- Jam"
703
+
704
+ #: includes/cb_time.php:277
705
+ msgid "Css Minute"
706
+ msgstr "css -Menit"
707
+
708
+ #: includes/cb_time.php:279
709
+ msgid "Enter Css Minute"
710
+ msgstr "Masukkan Css- Menit"
711
+
712
+ #: includes/cb_time.php:284
713
+ msgid "Css am/pm"
714
+ msgstr "Css am / pm"
715
+
716
+ #: includes/cb_time.php:286
717
+ msgid "Enter Css am/pm"
718
+ msgstr "Masukkan Css am / pm"
719
+
720
+ #: includes/cb_time.php:296
721
+ msgid "Time hour dropdown"
722
+ msgstr "kalinya hour dropdown "
723
+
724
+ #: includes/cb_time.php:297
725
+ msgid "Time minute dropdown"
726
+ msgstr "kalinya menit - dropdown di"
727
+
728
+ #: includes/cb_time.php:298
729
+ msgid "Time am/pm dropdown"
730
+ msgstr "kalinya am / pm dropdown di"
731
+
732
+ #: views/contact_bank_frontend.php:153
733
+ msgid "Enter Text"
734
+ msgstr "Masukkan Teks"
735
+
736
+ #: views/contact_bank_frontend.php:342 views/contact_email.php:84
737
+ #: views/contact_email.php:144
738
+ msgid "Enter Email Address"
739
+ msgstr "Masukkan Alamat Kirimkan email"
740
+
741
+ #: views/contact_bank_frontend.php:952
742
+ msgid "Enter Hidden Text"
743
+ msgstr "Masukkan teks tersembunyi"
744
+
745
+ #: views/contact_bank_frontend.php:1040
746
+ msgid "Enter Password"
747
+ msgstr "Masukkan Kata Sandi"
748
+
749
+ #: views/contact_bank_frontend.php:1051
750
+ msgid "Submit Form"
751
+ msgstr "Kirim- Bentuk"
752
+
753
+ #: views/contact_email.php:9 views/contact_frontend_data.php:8
754
+ #: views/contact_view.php:9 views/edit_contact_view.php:31
755
+ msgid "Back to Dashboard"
756
+ msgstr "Kembali ke Dasbor"
757
+
758
+ #: views/contact_email.php:13
759
+ msgid "Email Settings Saved. Kindly wait for the redirect."
760
+ msgstr "Setelan Email Disimpan. Mohon menunggu mengarahkan ulang."
761
+
762
+ #: views/contact_email.php:18 views/contact_email.php:49
763
+ #: views/contact_frontend_data.php:19 views/contact_frontend_data.php:32
764
+ msgid "Select Form"
765
+ msgstr "Pilih -Bentuk"
766
+
767
+ #: views/contact_email.php:65
768
+ msgid "Admin Email"
769
+ msgstr "administrasi Kirimkan email"
770
+
771
+ #: views/contact_email.php:76
772
+ msgid "To"
773
+ msgstr "untuk"
774
+
775
+ #: views/contact_email.php:78
776
+ msgid "Enter Admin Email"
777
+ msgstr "Masukkan administrasi Kirimkan email"
778
+
779
+ #: views/contact_email.php:82 views/contact_email.php:142
780
+ msgid "From"
781
+ msgstr "Dari"
782
+
783
+ #: views/contact_email.php:89 views/contact_email.php:148
784
+ msgid "Subject"
785
+ msgstr "subyek "
786
+
787
+ #: views/contact_email.php:91 views/contact_email.php:150
788
+ msgid "Enter Subject"
789
+ msgstr "Masukkan Subyek"
790
+
791
+ #: views/contact_email.php:100 views/contact_email.php:160
792
+ msgid "Email Content"
793
+ msgstr "Kirimkan email kadar"
794
+
795
+ #: views/contact_email.php:115 views/contact_email.php:175
796
+ msgid "Short Code Controls for Email"
797
+ msgstr "Kontrol Kode singkat untuk fasilitas Email"
798
+
799
+ #: views/contact_email.php:129
800
+ msgid "Client Email"
801
+ msgstr "klien- Kirimkan email"
802
+
803
+ #: views/contact_frontend_data.php:14 views/contact_view.php:20
804
+ #: views/dashboard.php:15 views/dashboard.php:21
805
+ msgid "Form"
806
+ msgstr "Bentuk"
807
+
808
+ #: views/contact_view.php:13
809
+ msgid "Form Submited. Kindly wait for the redirect."
810
+ msgstr "formulir-menyerahkan. Mohon menunggu mengarahkan ulang."
811
+
812
+ #: views/contact_view.php:24 views/edit_contact_view.php:46
813
+ msgid "Form Name :"
814
+ msgstr "Bentuk Nama:"
815
+
816
+ #: views/contact_view.php:27 views/edit_contact_view.php:49
817
+ msgid "Enter Form Name"
818
+ msgstr "Masukkan Bentuk Nama"
819
+
820
+ #: views/contact_view.php:40 views/edit_contact_view.php:89
821
+ msgid "Control Buttons"
822
+ msgstr "Tombol Pengendalian"
823
+
824
+ #: views/contact_view.php:45 views/edit_contact_view.php:93
825
+ msgid "Text Box"
826
+ msgstr "Teks Kotak"
827
+
828
+ #: views/contact_view.php:48 views/edit_contact_view.php:96
829
+ msgid "Text Area"
830
+ msgstr "Teks daerah"
831
+
832
+ #: views/contact_view.php:51 views/edit_contact_view.php:99
833
+ msgid "Email Address"
834
+ msgstr "Alamat Kirimkan email"
835
+
836
+ #: views/contact_view.php:54 views/edit_contact_view.php:102
837
+ msgid "Dropdown Menu"
838
+ msgstr "dropdown di menu"
839
+
840
+ #: views/contact_view.php:57 views/edit_contact_view.php:105
841
+ msgid "Checkboxes"
842
+ msgstr "kotak centang"
843
+
844
+ #: views/contact_view.php:60 views/edit_contact_view.php:108
845
+ msgid "Multiple Choice"
846
+ msgstr "Pilihan Ganda"
847
+
848
+ #: views/dashboard.php:5
849
+ msgid "Dashboard - Contact Bank"
850
+ msgstr "Dasbor - Bank Kontak"
851
+
852
+ #: views/dashboard.php:9
853
+ msgid "Delete All Forms"
854
+ msgstr "Menghapusnya Segala Bentuk"
855
+
856
+ #: views/dashboard.php:22
857
+ msgid "Shortcode"
858
+ msgstr "Kode pendek"
859
+
860
+ #: views/dashboard.php:23
861
+ msgid "Action"
862
+ msgstr "Tindakan"
863
+
864
+ #: views/dashboard.php:43
865
+ msgid "Edit"
866
+ msgstr "mengedit"
867
+
868
+ #: views/dashboard.php:46
869
+ msgid "Delete"
870
+ msgstr "Menghapusnya"
871
+
872
+ #: views/dashboard.php:62
873
+ msgid "Server Settings"
874
+ msgstr "Pengaturan server yang"
875
+
876
+ #: views/dashboard.php:73
877
+ msgid "Not set"
878
+ msgstr "Tidak disetel"
879
+
880
+ #: views/dashboard.php:75 views/dashboard.php:78
881
+ msgid "On"
882
+ msgstr "pada"
883
+
884
+ #: views/dashboard.php:76 views/dashboard.php:79
885
+ msgid "Off"
886
+ msgstr "lepas"
887
+
888
+ #: views/dashboard.php:82 views/dashboard.php:85 views/dashboard.php:88
889
+ #: views/dashboard.php:91 views/dashboard.php:94 views/dashboard.php:97
890
+ msgid "N/A"
891
+ msgstr "N / A"
892
+
893
+ #: views/dashboard.php:96
894
+ msgid " MByte"
895
+ msgstr "Mbyte"
896
+
897
+ #: views/dashboard.php:99 views/dashboard.php:102 views/dashboard.php:105
898
+ #: views/dashboard.php:155
899
+ msgid "Yes"
900
+ msgstr "ya"
901
+
902
+ #: views/dashboard.php:100 views/dashboard.php:103 views/dashboard.php:106
903
+ #: views/dashboard.php:157
904
+ msgid "No"
905
+ msgstr "ada foto yang"
906
+
907
+ #: views/dashboard.php:108
908
+ msgid "Operating System"
909
+ msgstr "Sistem operasi"
910
+
911
+ #: views/dashboard.php:109
912
+ msgid "Server"
913
+ msgstr "server yang"
914
+
915
+ #: views/dashboard.php:110
916
+ msgid "Memory usage"
917
+ msgstr "penggunaan memori"
918
+
919
+ #: views/dashboard.php:111
920
+ msgid "MYSQL Version"
921
+ msgstr "MYSQL Versi"
922
+
923
+ #: views/dashboard.php:112
924
+ msgid "SQL Mode"
925
+ msgstr "SQL Modus"
926
+
927
+ #: views/dashboard.php:113
928
+ msgid "PHP Version"
929
+ msgstr "PHP Versi"
930
+
931
+ #: views/dashboard.php:114
932
+ msgid "PHP Safe Mode"
933
+ msgstr "Mode Aman PHP"
934
+
935
+ #: views/dashboard.php:115
936
+ msgid "PHP Allow URL fopen"
937
+ msgstr "PHP Izinkan URL yang fopen"
938
+
939
+ #: views/dashboard.php:116
940
+ msgid "PHP Memory Limit"
941
+ msgstr "PHP Batas Memori"
942
+
943
+ #: views/dashboard.php:117
944
+ msgid "PHP Max Upload Size"
945
+ msgstr "PHP Maks Unggah Ukuran"
946
+
947
+ #: views/dashboard.php:118
948
+ msgid "PHP Max Post Size"
949
+ msgstr "PHP Maks Pasca Ukuran"
950
+
951
+ #: views/dashboard.php:119
952
+ msgid "PCRE Backtracking Limit"
953
+ msgstr "PCRE - Kembali-pelacakan Batas"
954
+
955
+ #: views/dashboard.php:120
956
+ msgid "PHP Max Script Execute Time"
957
+ msgstr "PHP Maks Skrip Jalankan kalinya"
958
+
959
+ #: views/dashboard.php:121
960
+ msgid "PHP Exif support"
961
+ msgstr "Dukungan Exif PHP"
962
+
963
+ #: views/dashboard.php:122
964
+ msgid "PHP IPTC support"
965
+ msgstr "Dukungan IPTC PHP"
966
+
967
+ #: views/dashboard.php:123
968
+ msgid "PHP XML support"
969
+ msgstr "PHP XML dukungan "
970
+
971
+ #: views/dashboard.php:131
972
+ msgid "Graphic Library Settings"
973
+ msgstr "Pengaturan Perpustakaan Grafis"
974
+
975
+ #: views/dashboard.php:150
976
+ msgid "No GD support"
977
+ msgstr "ada foto yang GD mendukung"
978
+
979
+ #: views/dashboard.php:186
980
+ msgid "Are you sure to delete this form ?"
981
+ msgstr "Apakah Anda yakin akan menghapus formulir ini?"
982
+
983
+ #: views/dashboard.php:197
984
+ msgid "Are you sure to delete all forms ?"
985
+ msgstr "Apakah Anda yakin akan menghapus segala bentuk?"
986
+
987
+ #: views/edit_contact_view.php:28
988
+ msgid "Edit Existing Form"
989
+ msgstr "Mengedit Form yang ada"
990
+
991
+ #: views/edit_contact_view.php:35
992
+ msgid "Form Updated. Kindly wait for the redirect."
993
+ msgstr "Formulir-perbarui. Mohon menunggu redirect."
994
+
995
+ #: views/edit_contact_view.php:42
996
+ msgid "Edit Form"
997
+ msgstr "Mengedit -Bentuk"
998
+
999
+ #: views/edit_contact_view.php:289 views/edit_contact_view.php:324
1000
+ #: views/edit_contact_view.php:393 views/edit_contact_view.php:442
1001
+ #: views/edit_contact_view.php:490
1002
+ msgid "Untitled :"
1003
+ msgstr "Wisatawan Tanpa Nama:"
1004
+
1005
+ #: views/edit_contact_view.php:359
1006
+ msgid "Email :"
1007
+ msgstr "Kirimkan email:"
1008
+
1009
+ #: views/edit_contact_view.php:539
1010
+ msgid "File Upload :"
1011
+ msgstr "Pengunggahan Berkas:"
1012
+
1013
+ #: views/edit_contact_view.php:586
1014
+ msgid "Date :"
1015
+ msgstr "Tanggal:"
1016
+
1017
+ #: views/edit_contact_view.php:657
1018
+ msgid "Time :"
1019
+ msgstr "kalinya:"
1020
+
1021
+ #: views/edit_contact_view.php:715
1022
+ msgid "Untitled(hidden) :"
1023
+ msgstr "Wisatawan Tanpa Nama (tersembunyi):"
1024
+
1025
+ #: views/edit_contact_view.php:747
1026
+ msgid "Password : "
1027
+ msgstr "Sandi:"
1028
+
1029
+ #: views/edit_contact_view.php:1398
1030
+ msgid "1024"
1031
+ msgstr "1024"
1032
+
1033
+ #~ msgid "Enter Defualt value"
1034
+ #~ msgstr " Masukkan nilai defualt"
languages/contact_bank-it_IT.mo ADDED
Binary file
languages/contact_bank-it_IT.po ADDED
@@ -0,0 +1,1027 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2013-11-15 16:24+0530\n"
5
+ "PO-Revision-Date: 2013-11-16 13:11+0530\n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "X-Generator: Poedit 1.5.5\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
13
+ "X-Poedit-Basepath: C:\\wamp\\www\\contact-bank3.7\\wp-content\\plugins"
14
+ "\\contact-bank\\\n"
15
+ "X-Poedit-SearchPath-0: .\n"
16
+
17
+ #: contact-bank.php:62
18
+ msgid "Contact Bank"
19
+ msgstr ""
20
+
21
+ #: contact-bank.php:63 contact-bank.php:431
22
+ msgid "Dashboard"
23
+ msgstr "plancia"
24
+
25
+ #: contact-bank.php:64 contact-bank.php:437 views/contact_view.php:6
26
+ #: views/dashboard.php:8
27
+ msgid "Add New Form"
28
+ msgstr "Aggiungi Nuovo Modulo"
29
+
30
+ #: contact-bank.php:65 contact-bank.php:443 views/contact_email.php:6
31
+ msgid "Email Settings"
32
+ msgstr "Impostazioni Email"
33
+
34
+ #: contact-bank.php:66 contact-bank.php:449 views/contact_frontend_data.php:5
35
+ msgid "Form Entries"
36
+ msgstr "voci del modulo"
37
+
38
+ #: includes/cb_checkbox.php:8 includes/cb_checkbox.php:50
39
+ #: includes/cb_checkbox.php:83 includes/cb_dropdown.php:8
40
+ #: includes/cb_dropdown.php:50 includes/cb_dropdown.php:83
41
+ #: includes/cb_multiple.php:8 includes/cb_multiple.php:49
42
+ #: includes/cb_multiple.php:82 includes/cb_text.php:8 includes/cb_text.php:50
43
+ #: includes/cb_text.php:85 includes/cb_textarea.php:9
44
+ #: includes/cb_textarea.php:52 includes/cb_textarea.php:93
45
+ #: views/edit_contact_view.php:991 views/edit_contact_view.php:1049
46
+ #: views/edit_contact_view.php:1178 views/edit_contact_view.php:1234
47
+ #: views/edit_contact_view.php:1304
48
+ msgid "Untitled"
49
+ msgstr "senza titolo"
50
+
51
+ #: includes/cb_checkbox.php:13 includes/cb_checkbox.php:42
52
+ #: includes/cb_date.php:62 includes/cb_date.php:92 includes/cb_dropdown.php:14
53
+ #: includes/cb_dropdown.php:42 includes/cb_email.php:13
54
+ #: includes/cb_email.php:44 includes/cb_file_upload.php:12
55
+ #: includes/cb_file_upload.php:60 includes/cb_hidden.php:12
56
+ #: includes/cb_multiple.php:13 includes/cb_multiple.php:41
57
+ #: includes/cb_password.php:12 includes/cb_password.php:43
58
+ #: includes/cb_text.php:12 includes/cb_text.php:42 includes/cb_textarea.php:13
59
+ #: includes/cb_textarea.php:44 includes/cb_time.php:75
60
+ #: includes/cb_time.php:105
61
+ msgid "Settings"
62
+ msgstr "impostazioni"
63
+
64
+ #: includes/cb_checkbox.php:29
65
+ msgid "Checkbox Control"
66
+ msgstr "Casella di controllo controllare"
67
+
68
+ #: includes/cb_checkbox.php:36 includes/cb_date.php:86
69
+ #: includes/cb_dropdown.php:36 includes/cb_email.php:38
70
+ #: includes/cb_file_upload.php:54 includes/cb_hidden.php:36
71
+ #: includes/cb_multiple.php:35 includes/cb_password.php:37
72
+ #: includes/cb_text.php:36 includes/cb_textarea.php:38 includes/cb_time.php:99
73
+ msgid "Advanced"
74
+ msgstr "avanzata"
75
+
76
+ #: includes/cb_checkbox.php:39 includes/cb_checkbox.php:68
77
+ #: includes/cb_date.php:89 includes/cb_dropdown.php:39
78
+ #: includes/cb_dropdown.php:68 includes/cb_email.php:41
79
+ #: includes/cb_file_upload.php:57 includes/cb_multiple.php:38
80
+ #: includes/cb_multiple.php:67 includes/cb_password.php:40
81
+ #: includes/cb_text.php:39 includes/cb_textarea.php:41
82
+ #: includes/cb_time.php:102
83
+ msgid "Options"
84
+ msgstr "opzioni"
85
+
86
+ #: includes/cb_checkbox.php:48 includes/cb_checkbox.php:134
87
+ #: includes/cb_date.php:98 includes/cb_date.php:238
88
+ #: includes/cb_dropdown.php:48 includes/cb_dropdown.php:120
89
+ #: includes/cb_email.php:50 includes/cb_email.php:121
90
+ #: includes/cb_file_upload.php:66 includes/cb_file_upload.php:159
91
+ #: includes/cb_hidden.php:42 includes/cb_multiple.php:47
92
+ #: includes/cb_multiple.php:133 includes/cb_password.php:49
93
+ #: includes/cb_password.php:119 includes/cb_text.php:48
94
+ #: includes/cb_text.php:122 includes/cb_textarea.php:50
95
+ #: includes/cb_textarea.php:130 includes/cb_time.php:111
96
+ #: includes/cb_time.php:293
97
+ msgid "Label"
98
+ msgstr "un'etichetta"
99
+
100
+ #: includes/cb_checkbox.php:50 includes/cb_date.php:100
101
+ #: includes/cb_dropdown.php:50 includes/cb_email.php:52
102
+ #: includes/cb_file_upload.php:68 includes/cb_hidden.php:44
103
+ #: includes/cb_multiple.php:49 includes/cb_password.php:51
104
+ #: includes/cb_text.php:50 includes/cb_time.php:113
105
+ msgid "Enter Label"
106
+ msgstr "Inserisci etichetta di"
107
+
108
+ #: includes/cb_checkbox.php:54 includes/cb_checkbox.php:56
109
+ #: includes/cb_date.php:110 includes/cb_date.php:112
110
+ #: includes/cb_dropdown.php:54 includes/cb_dropdown.php:56
111
+ #: includes/cb_email.php:62 includes/cb_email.php:64
112
+ #: includes/cb_file_upload.php:78 includes/cb_file_upload.php:80
113
+ #: includes/cb_multiple.php:53 includes/cb_multiple.php:55
114
+ #: includes/cb_password.php:61 includes/cb_password.php:63
115
+ #: includes/cb_text.php:60 includes/cb_text.php:62 includes/cb_textarea.php:62
116
+ #: includes/cb_textarea.php:64 includes/cb_time.php:123
117
+ #: includes/cb_time.php:125
118
+ msgid "Required"
119
+ msgstr "Richiesto"
120
+
121
+ #: includes/cb_checkbox.php:57 includes/cb_date.php:113
122
+ #: includes/cb_dropdown.php:57 includes/cb_email.php:65
123
+ #: includes/cb_file_upload.php:81 includes/cb_multiple.php:56
124
+ #: includes/cb_password.php:64 includes/cb_text.php:63
125
+ #: includes/cb_textarea.php:65 includes/cb_time.php:126
126
+ msgid "Not Required"
127
+ msgstr "non richiesto"
128
+
129
+ #: includes/cb_checkbox.php:61 includes/cb_date.php:117
130
+ #: includes/cb_dropdown.php:61 includes/cb_email.php:69
131
+ #: includes/cb_file_upload.php:85 includes/cb_multiple.php:60
132
+ #: includes/cb_password.php:68 includes/cb_text.php:67
133
+ #: includes/cb_time.php:130
134
+ msgid "Tooltip Text"
135
+ msgstr "strumento-tip testo"
136
+
137
+ #: includes/cb_checkbox.php:63 includes/cb_date.php:119
138
+ #: includes/cb_dropdown.php:63 includes/cb_email.php:71
139
+ #: includes/cb_file_upload.php:87 includes/cb_password.php:70
140
+ #: includes/cb_textarea.php:71 includes/cb_time.php:132
141
+ msgid "Enter Tooltip"
142
+ msgstr "Inserisci strumento-tip "
143
+
144
+ #: includes/cb_checkbox.php:70 includes/cb_checkbox.php:127
145
+ msgid "Enter Options"
146
+ msgstr "Inserisci Opzioni"
147
+
148
+ #: includes/cb_checkbox.php:70 includes/cb_dropdown.php:70
149
+ #: includes/cb_multiple.php:69
150
+ msgid "Add option"
151
+ msgstr "Aggiungi opzione"
152
+
153
+ #: includes/cb_checkbox.php:81 includes/cb_dropdown.php:81
154
+ #: includes/cb_file_upload.php:100 includes/cb_password.php:79
155
+ #: includes/cb_time.php:141
156
+ msgid "Admin Label"
157
+ msgstr "somministrazione etichetta di"
158
+
159
+ #: includes/cb_checkbox.php:83 includes/cb_date.php:130
160
+ #: includes/cb_dropdown.php:83 includes/cb_email.php:83
161
+ #: includes/cb_file_upload.php:102 includes/cb_multiple.php:82
162
+ #: includes/cb_password.php:81 includes/cb_time.php:143
163
+ msgid "Enter Admin Label"
164
+ msgstr "Inserisci somministrazione etichetta di"
165
+
166
+ #: includes/cb_checkbox.php:87 includes/cb_date.php:134
167
+ #: includes/cb_dropdown.php:87 includes/cb_email.php:87
168
+ #: includes/cb_file_upload.php:106 includes/cb_hidden.php:60
169
+ #: includes/cb_multiple.php:86 includes/cb_password.php:85
170
+ #: includes/cb_text.php:89 includes/cb_textarea.php:97
171
+ #: includes/cb_time.php:147
172
+ msgid "Do not show in the email"
173
+ msgstr "Non mostrare nella email"
174
+
175
+ #: includes/cb_checkbox.php:97 includes/cb_multiple.php:96
176
+ msgid "Css Label :"
177
+ msgstr "Css Etichetta:"
178
+
179
+ #: includes/cb_checkbox.php:99 includes/cb_date.php:196
180
+ #: includes/cb_dropdown.php:99 includes/cb_email.php:100
181
+ #: includes/cb_file_upload.php:145 includes/cb_multiple.php:98
182
+ #: includes/cb_password.php:97 includes/cb_text.php:101
183
+ #: includes/cb_time.php:251
184
+ msgid "Enter Css Label"
185
+ msgstr "Inserisci Css Etichetta:"
186
+
187
+ #: includes/cb_checkbox.php:104
188
+ msgid "CSS Description :"
189
+ msgstr "CSS Descrizione:"
190
+
191
+ #: includes/cb_checkbox.php:106 includes/cb_date.php:210
192
+ #: includes/cb_dropdown.php:113 includes/cb_email.php:114
193
+ #: includes/cb_file_upload.php:152 includes/cb_multiple.php:105
194
+ #: includes/cb_password.php:112 includes/cb_text.php:115
195
+ #: includes/cb_time.php:265
196
+ msgid "Enter Css Description"
197
+ msgstr "Inserisci Css Descrizione"
198
+
199
+ #: includes/cb_checkbox.php:111
200
+ msgid "CSS Options outer wrapper :"
201
+ msgstr "CSS- Opzioni- esterne con avvolgitore:"
202
+
203
+ #: includes/cb_checkbox.php:113
204
+ msgid "Enter Css Outer Wrapper"
205
+ msgstr "Immettere-CSS- esterne con avvolgitore:"
206
+
207
+ #: includes/cb_checkbox.php:118
208
+ msgid "CSS Option Wrapper :"
209
+ msgstr "Css- Opzione con avvolgitore:"
210
+
211
+ #: includes/cb_checkbox.php:120
212
+ msgid "Enter Css Option Wrapper"
213
+ msgstr "Immettere-Css- Opzione con avvolgitore:"
214
+
215
+ #: includes/cb_checkbox.php:125
216
+ msgid "CSS Options Label :"
217
+ msgstr "CSS Opzioni- etichetta di:"
218
+
219
+ #: includes/cb_checkbox.php:132 includes/cb_date.php:236
220
+ #: includes/cb_dropdown.php:118 includes/cb_email.php:119
221
+ #: includes/cb_file_upload.php:157 includes/cb_multiple.php:131
222
+ #: includes/cb_password.php:117 includes/cb_text.php:120
223
+ #: includes/cb_textarea.php:128 includes/cb_time.php:291
224
+ msgid "Add a style to"
225
+ msgstr "Aggiungi uno stile di"
226
+
227
+ #: includes/cb_checkbox.php:135 includes/cb_date.php:104
228
+ #: includes/cb_date.php:240 includes/cb_dropdown.php:122
229
+ #: includes/cb_email.php:56 includes/cb_email.php:123
230
+ #: includes/cb_file_upload.php:72 includes/cb_file_upload.php:160
231
+ #: includes/cb_multiple.php:134 includes/cb_password.php:55
232
+ #: includes/cb_password.php:121 includes/cb_text.php:54
233
+ #: includes/cb_text.php:124 includes/cb_textarea.php:56
234
+ #: includes/cb_textarea.php:132 includes/cb_time.php:117
235
+ #: includes/cb_time.php:295
236
+ msgid "Description"
237
+ msgstr "descrizione"
238
+
239
+ #: includes/cb_checkbox.php:136 includes/cb_multiple.php:135
240
+ msgid "Options outer wrapper"
241
+ msgstr "Opzioni- esterne con avvolgitore:"
242
+
243
+ #: includes/cb_checkbox.php:137
244
+ msgid "Options wrapper"
245
+ msgstr "Opzioni con avvolgitore:"
246
+
247
+ #: includes/cb_checkbox.php:138 includes/cb_multiple.php:137
248
+ msgid "Options label"
249
+ msgstr " opzioni- etichetta"
250
+
251
+ #: includes/cb_checkbox.php:148 includes/cb_date.php:253
252
+ #: includes/cb_dropdown.php:132 includes/cb_email.php:143
253
+ #: includes/cb_file_upload.php:170 includes/cb_hidden.php:72
254
+ #: includes/cb_multiple.php:147 includes/cb_password.php:141
255
+ #: includes/cb_text.php:144 includes/cb_textarea.php:152
256
+ #: includes/cb_time.php:308 views/contact_email.php:183
257
+ #: views/contact_view.php:34 views/edit_contact_view.php:82
258
+ msgid "Save"
259
+ msgstr "Risparmi"
260
+
261
+ #: includes/cb_checkbox.php:202 includes/cb_checkbox.php:267
262
+ #: includes/cb_dropdown.php:228 includes/cb_dropdown.php:278
263
+ #: includes/cb_multiple.php:202 includes/cb_multiple.php:268
264
+ msgid "Update"
265
+ msgstr "aggiornare"
266
+
267
+ #: includes/cb_checkbox.php:256 includes/cb_dropdown.php:270
268
+ #: includes/cb_multiple.php:257
269
+ msgid "Please Fill an Option."
270
+ msgstr "Si prega compilare- una Opzione."
271
+
272
+ #: includes/cb_checkbox.php:272 includes/cb_multiple.php:273
273
+ msgid "This Option Already Exists."
274
+ msgstr "Tale opzione esiste già."
275
+
276
+ #: includes/cb_checkbox.php:294 includes/cb_dropdown.php:286
277
+ #: includes/cb_dropdown.php:308 includes/cb_multiple.php:295
278
+ msgid "This Option Already Exists. "
279
+ msgstr "Tale opzione esiste già."
280
+
281
+ #: includes/cb_checkbox.php:305 includes/cb_dropdown.php:319
282
+ #: includes/cb_multiple.php:306
283
+ msgid "Option updated"
284
+ msgstr "opzione- aggiornato"
285
+
286
+ #: includes/cb_date.php:8 includes/cb_date.php:100 includes/cb_date.php:130
287
+ #: views/contact_view.php:66 views/edit_contact_view.php:113
288
+ #: views/edit_contact_view.php:1420
289
+ msgid "Date"
290
+ msgstr "dattero"
291
+
292
+ #: includes/cb_date.php:12 includes/cb_date.php:155
293
+ msgid "Day"
294
+ msgstr "giornata"
295
+
296
+ #: includes/cb_date.php:32 includes/cb_date.php:159
297
+ msgid "Month"
298
+ msgstr "mese"
299
+
300
+ #: includes/cb_date.php:47 includes/cb_date.php:162
301
+ msgid "Year"
302
+ msgstr "anno"
303
+
304
+ #: includes/cb_date.php:79
305
+ msgid "Date Control"
306
+ msgstr "dattero controllo "
307
+
308
+ #: includes/cb_date.php:106 includes/cb_email.php:58
309
+ #: includes/cb_file_upload.php:74 includes/cb_password.php:57
310
+ #: includes/cb_text.php:56 includes/cb_time.php:119
311
+ msgid "Enter Description"
312
+ msgstr "Immettere Descrizione"
313
+
314
+ #: includes/cb_date.php:128 includes/cb_email.php:81 includes/cb_hidden.php:54
315
+ #: includes/cb_multiple.php:80 includes/cb_text.php:83
316
+ #: includes/cb_textarea.php:91
317
+ msgid "Admin label"
318
+ msgstr "somministrazione etichetta di"
319
+
320
+ #: includes/cb_date.php:140
321
+ msgid "Start year"
322
+ msgstr "Inizio anno"
323
+
324
+ #: includes/cb_date.php:142
325
+ msgid "Enter Start Year"
326
+ msgstr "Immettere Inizio anno"
327
+
328
+ #: includes/cb_date.php:146
329
+ msgid "End year"
330
+ msgstr "fine -anno"
331
+
332
+ #: includes/cb_date.php:148
333
+ msgid "Enter End Year "
334
+ msgstr "Immettere Fine -anno"
335
+
336
+ #: includes/cb_date.php:152 includes/cb_text.php:77
337
+ #: includes/cb_textarea.php:85 includes/cb_time.php:175
338
+ msgid "Default value"
339
+ msgstr "predefinito-valore "
340
+
341
+ #: includes/cb_date.php:167
342
+ msgid "Error message if invalid date"
343
+ msgstr "Messaggio di errore se la data non valida"
344
+
345
+ #: includes/cb_date.php:169
346
+ msgid "Enter Error Message"
347
+ msgstr "Immettere messaggio di errore"
348
+
349
+ #: includes/cb_date.php:173
350
+ msgid "Date format"
351
+ msgstr "formato di data"
352
+
353
+ #: includes/cb_date.php:194 includes/cb_dropdown.php:97
354
+ #: includes/cb_email.php:98 includes/cb_file_upload.php:143
355
+ #: includes/cb_password.php:95 includes/cb_text.php:99
356
+ #: includes/cb_time.php:249
357
+ msgid "Css Label"
358
+ msgstr "Css etichetta di"
359
+
360
+ #: includes/cb_date.php:201 includes/cb_email.php:105 includes/cb_time.php:256
361
+ msgid "Css Text Input"
362
+ msgstr "CSS Inserimento testo"
363
+
364
+ #: includes/cb_date.php:203 includes/cb_text.php:108 includes/cb_time.php:258
365
+ msgid "Enter Css Text Input"
366
+ msgstr "Immettere Css Inserimento testo"
367
+
368
+ #: includes/cb_date.php:208 includes/cb_dropdown.php:111
369
+ #: includes/cb_email.php:112 includes/cb_file_upload.php:150
370
+ #: includes/cb_password.php:110 includes/cb_time.php:263
371
+ msgid "Css Description"
372
+ msgstr "Css Descrizione"
373
+
374
+ #: includes/cb_date.php:215
375
+ msgid "Css Day"
376
+ msgstr "Css giornata"
377
+
378
+ #: includes/cb_date.php:217
379
+ msgid "Enter Css Day"
380
+ msgstr "Immettere Css giornata"
381
+
382
+ #: includes/cb_date.php:222
383
+ msgid "Css Month"
384
+ msgstr "Css mese"
385
+
386
+ #: includes/cb_date.php:224
387
+ msgid "Enter Css Month"
388
+ msgstr "Immettere Css mese"
389
+
390
+ #: includes/cb_date.php:229
391
+ msgid "Css Year"
392
+ msgstr "Css anno"
393
+
394
+ #: includes/cb_date.php:231
395
+ msgid "Enter Css Year"
396
+ msgstr "Immettere Css anno"
397
+
398
+ #: includes/cb_date.php:239 includes/cb_email.php:122
399
+ #: includes/cb_password.php:120 includes/cb_textarea.php:131
400
+ #: includes/cb_time.php:294
401
+ msgid "Text input"
402
+ msgstr "Inserimento testo"
403
+
404
+ #: includes/cb_date.php:241
405
+ msgid "Date day dropdown"
406
+ msgstr "Data Giorno menu a scorrimento"
407
+
408
+ #: includes/cb_date.php:242
409
+ msgid "Date month dropdown"
410
+ msgstr "Data mese menu a scorrimento"
411
+
412
+ #: includes/cb_date.php:243
413
+ msgid "Date year dropdown"
414
+ msgstr "Data anno- menu a scorrimento"
415
+
416
+ #: includes/cb_dropdown.php:12 includes/cb_dropdown.php:344
417
+ #: views/contact_bank_frontend.php:385 views/contact_bank_frontend.php:398
418
+ msgid "Select option"
419
+ msgstr "selezionare l'opzione"
420
+
421
+ #: includes/cb_dropdown.php:29
422
+ msgid "Dropdown Control"
423
+ msgstr " a discesa di controllo"
424
+
425
+ #: includes/cb_dropdown.php:70 includes/cb_multiple.php:69
426
+ msgid "Enter Option"
427
+ msgstr "Immettere -Opzione"
428
+
429
+ #: includes/cb_dropdown.php:104
430
+ msgid "Css Dropdown Menu"
431
+ msgstr "Css menu a scomparsa"
432
+
433
+ #: includes/cb_dropdown.php:106
434
+ msgid "Enter Css Dropdown Menu"
435
+ msgstr "Immettere Css menu a scomparsa"
436
+
437
+ #: includes/cb_dropdown.php:121
438
+ msgid "Dropdown menu"
439
+ msgstr "menu a discesa"
440
+
441
+ #: includes/cb_email.php:9 includes/cb_email.php:52 includes/cb_email.php:83
442
+ #: views/contact_email.php:72 views/contact_email.php:138
443
+ #: views/edit_contact_view.php:1112
444
+ msgid "Email"
445
+ msgstr "email"
446
+
447
+ #: includes/cb_email.php:30
448
+ msgid "Email Control"
449
+ msgstr " email di controllo"
450
+
451
+ #: includes/cb_email.php:107 includes/cb_password.php:105
452
+ msgid "Enter Css Input Text"
453
+ msgstr "Immettere Css testo ingresso"
454
+
455
+ #: includes/cb_email.php:127 includes/cb_password.php:125
456
+ #: includes/cb_text.php:128 includes/cb_textarea.php:136
457
+ msgid "Add a filter"
458
+ msgstr "Aggiungere un filtro"
459
+
460
+ #: includes/cb_email.php:129 includes/cb_password.php:127
461
+ #: includes/cb_text.php:130 includes/cb_textarea.php:138
462
+ msgid "Alpha"
463
+ msgstr "alfa"
464
+
465
+ #: includes/cb_email.php:130 includes/cb_password.php:128
466
+ #: includes/cb_text.php:131 includes/cb_textarea.php:139
467
+ msgid "Alpha Numeric"
468
+ msgstr "alfa-numerici"
469
+
470
+ #: includes/cb_email.php:131 includes/cb_password.php:129
471
+ #: includes/cb_text.php:132 includes/cb_textarea.php:140
472
+ msgid "Digits"
473
+ msgstr "cifra di"
474
+
475
+ #: includes/cb_email.php:132 includes/cb_password.php:130
476
+ #: includes/cb_text.php:133 includes/cb_textarea.php:141
477
+ msgid "Strip Tags"
478
+ msgstr "striscia Tag dei "
479
+
480
+ #: includes/cb_email.php:133 includes/cb_password.php:131
481
+ #: includes/cb_text.php:134 includes/cb_textarea.php:142
482
+ msgid "Trim"
483
+ msgstr "rifilare"
484
+
485
+ #: includes/cb_file_upload.php:9 includes/cb_file_upload.php:68
486
+ #: includes/cb_file_upload.php:102 views/contact_view.php:63
487
+ #: views/edit_contact_view.php:110 views/edit_contact_view.php:1373
488
+ msgid "File Upload"
489
+ msgstr " lima- Caricate la"
490
+
491
+ #: includes/cb_file_upload.php:46
492
+ msgid "Fileupload Control"
493
+ msgstr " lima- Caricate la di controllo"
494
+
495
+ #: includes/cb_file_upload.php:112
496
+ msgid "Allow Multiple Uploads"
497
+ msgstr "Consenti multipli Caricate la"
498
+
499
+ #: includes/cb_file_upload.php:118
500
+ msgid "Allowed File Extensions"
501
+ msgstr " permesse- Estensione lima"
502
+
503
+ #: includes/cb_file_upload.php:120
504
+ msgid "Enter File Extensions"
505
+ msgstr "Immettere lima estensioni"
506
+
507
+ #: includes/cb_file_upload.php:122
508
+ msgid "The file extensions must be seperated with semicolons(' ; ')"
509
+ msgstr "Le estensioni dei file devono essere separati con virgola (';')"
510
+
511
+ #: includes/cb_file_upload.php:126
512
+ msgid "Allowed File Size"
513
+ msgstr "Ammessi Dimensione lima"
514
+
515
+ #: includes/cb_file_upload.php:130
516
+ msgid "File Size must be in Kb"
517
+ msgstr " lima- Dimensione deve essere in Kb"
518
+
519
+ #: includes/cb_hidden.php:8
520
+ msgid "Untitled (hidden)"
521
+ msgstr "senza titolo (nascosto)"
522
+
523
+ #: includes/cb_hidden.php:11 views/contact_bank_frontend.php:956
524
+ #: views/contact_view.php:72 views/edit_contact_view.php:119
525
+ msgid "Hidden"
526
+ msgstr "nascosto"
527
+
528
+ #: includes/cb_hidden.php:29
529
+ msgid "Hidden Control"
530
+ msgstr "controllo nascosto"
531
+
532
+ #: includes/cb_hidden.php:44 includes/cb_hidden.php:56
533
+ #: views/edit_contact_view.php:1618
534
+ msgid "Untitled(hidden)"
535
+ msgstr "senza titolo (nascosto)"
536
+
537
+ #: includes/cb_hidden.php:48
538
+ msgid "Default Value"
539
+ msgstr "Valore predefinito"
540
+
541
+ #: includes/cb_hidden.php:50 includes/cb_text.php:79
542
+ msgid "Enter Default Value"
543
+ msgstr "Immettere- predefinito Valore "
544
+
545
+ #: includes/cb_hidden.php:56 includes/cb_text.php:85
546
+ #: includes/cb_textarea.php:93
547
+ msgid "Enter Admin label"
548
+ msgstr "Immettere Amministratore etichetta"
549
+
550
+ #: includes/cb_multiple.php:28
551
+ msgid "Radio Buttons"
552
+ msgstr "pulsanti di opzione"
553
+
554
+ #: includes/cb_multiple.php:62 includes/cb_text.php:69
555
+ msgid "Enter Tooltip Text"
556
+ msgstr "Immettere -punta utensile testo"
557
+
558
+ #: includes/cb_multiple.php:103
559
+ msgid "Css Description :"
560
+ msgstr "Css Descrizione:"
561
+
562
+ #: includes/cb_multiple.php:110
563
+ msgid "Css Options outer wrapper :"
564
+ msgstr "CSS- Opzioni- esterne con avvolgitore:"
565
+
566
+ #: includes/cb_multiple.php:112
567
+ msgid "Enter Css Options outer wrapper"
568
+ msgstr "Immettere CSS- Opzioni- esterne con avvolgitore:"
569
+
570
+ #: includes/cb_multiple.php:117
571
+ msgid "CSS Options Wrapper :"
572
+ msgstr "CSS- Opzioni- con avvolgitore:"
573
+
574
+ #: includes/cb_multiple.php:119
575
+ msgid "Enter Css Options Wrapper"
576
+ msgstr "Immettere CSS- Opzioni- con avvolgitore:"
577
+
578
+ #: includes/cb_multiple.php:124
579
+ msgid "CSS Option Label :"
580
+ msgstr "CSS- Opzione-   etichetta di:"
581
+
582
+ #: includes/cb_multiple.php:126
583
+ msgid "Enter Css Option Label"
584
+ msgstr "Immettere-CSS- Opzione-   etichetta di:"
585
+
586
+ #: includes/cb_multiple.php:136
587
+ msgid "Options wrapper"
588
+ msgstr "opzioni con avvolgitore"
589
+
590
+ #: includes/cb_password.php:8 includes/cb_password.php:51
591
+ #: includes/cb_password.php:81 views/contact_view.php:75
592
+ #: views/edit_contact_view.php:122 views/edit_contact_view.php:1628
593
+ msgid "Password"
594
+ msgstr "parola d'ordine"
595
+
596
+ #: includes/cb_password.php:29
597
+ msgid "Password Control"
598
+ msgstr "parola d'ordine di controllo"
599
+
600
+ #: includes/cb_password.php:103
601
+ msgid "Css Input Text"
602
+ msgstr "CSs-di ingresso- testo"
603
+
604
+ #: includes/cb_text.php:29
605
+ msgid "Textbox Control"
606
+ msgstr "Casella di testo di controllo"
607
+
608
+ #: includes/cb_text.php:106
609
+ msgid " Css Text Input"
610
+ msgstr "CSS Inserimento testo"
611
+
612
+ #: includes/cb_text.php:113
613
+ msgid " Css Description"
614
+ msgstr "Css Descrizione"
615
+
616
+ #: includes/cb_text.php:123
617
+ msgid "Text Input"
618
+ msgstr "immissione- testo"
619
+
620
+ #: includes/cb_textarea.php:30
621
+ msgid "Textarea Control"
622
+ msgstr "Area di testo di controllo"
623
+
624
+ #: includes/cb_textarea.php:52
625
+ msgid "Enter label"
626
+ msgstr "Immettere etichetta"
627
+
628
+ #: includes/cb_textarea.php:58
629
+ msgid "Enter Description"
630
+ msgstr "Immettere Descrizione"
631
+
632
+ #: includes/cb_textarea.php:69
633
+ msgid "Tooltip text"
634
+ msgstr "Strumento testo punta"
635
+
636
+ #: includes/cb_textarea.php:87
637
+ msgid "Enter Default value"
638
+ msgstr "Immettere - valore predefinito"
639
+
640
+ #: includes/cb_textarea.php:107
641
+ msgid "CSS label"
642
+ msgstr "etichetta CSS"
643
+
644
+ #: includes/cb_textarea.php:109
645
+ msgid "Enter css Label"
646
+ msgstr "Immettere css etichetta di"
647
+
648
+ #: includes/cb_textarea.php:114
649
+ msgid "CSS textinput"
650
+ msgstr "CSS Immissione- testo "
651
+
652
+ #: includes/cb_textarea.php:116
653
+ msgid "Enter css textinput"
654
+ msgstr "immettere- CSS -Immissione- testo "
655
+
656
+ #: includes/cb_textarea.php:121
657
+ msgid "CSS description"
658
+ msgstr "CSS descrizione "
659
+
660
+ #: includes/cb_textarea.php:123
661
+ msgid "Enter css description"
662
+ msgstr "immettere CSS descrizione "
663
+
664
+ #: includes/cb_time.php:8 includes/cb_time.php:113 includes/cb_time.php:143
665
+ #: views/contact_view.php:69 views/edit_contact_view.php:116
666
+ #: views/edit_contact_view.php:1513
667
+ msgid "Time"
668
+ msgstr "volta"
669
+
670
+ #: includes/cb_time.php:12 includes/cb_time.php:32 includes/cb_time.php:178
671
+ #: includes/cb_time.php:198 views/contact_bank_frontend.php:825
672
+ #: views/contact_bank_frontend.php:851 views/contact_bank_frontend.php:877
673
+ msgid "Hour"
674
+ msgstr "un'ora"
675
+
676
+ #: includes/cb_time.php:52 includes/cb_time.php:218
677
+ msgid "Minute"
678
+ msgstr "minuto"
679
+
680
+ #: includes/cb_time.php:92
681
+ msgid "Time Control"
682
+ msgstr "controllo Orario"
683
+
684
+ #: includes/cb_time.php:153
685
+ msgid "12/24 hour time"
686
+ msgstr " 12/24 ore Tempo di"
687
+
688
+ #: includes/cb_time.php:162
689
+ msgid "Time format"
690
+ msgstr "formato ora"
691
+
692
+ #: includes/cb_time.php:270
693
+ msgid "Css Hour"
694
+ msgstr "Css un'ora"
695
+
696
+ #: includes/cb_time.php:272
697
+ msgid "Enter Css Hour"
698
+ msgstr "Immettere Css un'ora"
699
+
700
+ #: includes/cb_time.php:277
701
+ msgid "Css Minute"
702
+ msgstr "Css minuto"
703
+
704
+ #: includes/cb_time.php:279
705
+ msgid "Enter Css Minute"
706
+ msgstr "Immettere Css minuto"
707
+
708
+ #: includes/cb_time.php:284
709
+ msgid "Css am/pm"
710
+ msgstr "Css am/pm"
711
+
712
+ #: includes/cb_time.php:286
713
+ msgid "Enter Css am/pm"
714
+ msgstr "Immettere Css am / pm"
715
+
716
+ #: includes/cb_time.php:296
717
+ msgid "Time hour dropdown"
718
+ msgstr "Tempo un'ora- a discesa"
719
+
720
+ #: includes/cb_time.php:297
721
+ msgid "Time minute dropdown"
722
+ msgstr "Tempo minuto -a discesa"
723
+
724
+ #: includes/cb_time.php:298
725
+ msgid "Time am/pm dropdown"
726
+ msgstr "Tempo di AM / PM a discesa"
727
+
728
+ #: views/contact_bank_frontend.php:153
729
+ msgid "Enter Text"
730
+ msgstr "Immettere testo"
731
+
732
+ #: views/contact_bank_frontend.php:342 views/contact_email.php:84
733
+ #: views/contact_email.php:144
734
+ msgid "Enter Email Address"
735
+ msgstr "Inserisci l'indirizzo email"
736
+
737
+ #: views/contact_bank_frontend.php:956
738
+ msgid "Enter Hidden Text"
739
+ msgstr "Immettere testo nascosto"
740
+
741
+ #: views/contact_bank_frontend.php:1044
742
+ msgid "Enter Password"
743
+ msgstr "Immettere   parola d'ordine"
744
+
745
+ #: views/contact_bank_frontend.php:1055
746
+ msgid "Submit Form"
747
+ msgstr "Invia modulo"
748
+
749
+ #: views/contact_email.php:9 views/contact_frontend_data.php:8
750
+ #: views/contact_view.php:9 views/edit_contact_view.php:31
751
+ msgid "Back to Dashboard"
752
+ msgstr "indietro a Cruscotto"
753
+
754
+ #: views/contact_email.php:13
755
+ msgid "Email Settings Saved. Kindly wait for the redirect."
756
+ msgstr "Impostazioni Email salvati. Gentilmente attendere il reindirizzamento."
757
+
758
+ #: views/contact_email.php:18 views/contact_email.php:49
759
+ #: views/contact_frontend_data.php:19 views/contact_frontend_data.php:32
760
+ msgid "Select Form"
761
+ msgstr "Seleziona modulo"
762
+
763
+ #: views/contact_email.php:65
764
+ msgid "Admin Email"
765
+ msgstr "Amministratore -mail"
766
+
767
+ #: views/contact_email.php:76
768
+ msgid "To"
769
+ msgstr "a"
770
+
771
+ #: views/contact_email.php:78
772
+ msgid "Enter Admin Email"
773
+ msgstr "Immettere Amministratore mail"
774
+
775
+ #: views/contact_email.php:82 views/contact_email.php:142
776
+ msgid "From"
777
+ msgstr "da"
778
+
779
+ #: views/contact_email.php:89 views/contact_email.php:148
780
+ msgid "Subject"
781
+ msgstr "soggetto"
782
+
783
+ #: views/contact_email.php:91 views/contact_email.php:150
784
+ msgid "Enter Subject"
785
+ msgstr "Immettere Soggetto"
786
+
787
+ #: views/contact_email.php:100 views/contact_email.php:160
788
+ msgid "Email Content"
789
+ msgstr "mail contenuto"
790
+
791
+ #: views/contact_email.php:115 views/contact_email.php:175
792
+ msgid "Short Code Controls for Email"
793
+ msgstr " breve codice- Controlli- per- mail"
794
+
795
+ #: views/contact_email.php:129
796
+ msgid "Client Email"
797
+ msgstr "del cliente -mail"
798
+
799
+ #: views/contact_frontend_data.php:14 views/contact_view.php:20
800
+ #: views/dashboard.php:15 views/dashboard.php:21
801
+ msgid "Form"
802
+ msgstr "modulo"
803
+
804
+ #: views/contact_view.php:13
805
+ msgid "Form Submited. Kindly wait for the redirect."
806
+ msgstr "Modulo Inserito.. Gentilmente attendere il reindirizzamento."
807
+
808
+ #: views/contact_view.php:24 views/edit_contact_view.php:46
809
+ msgid "Form Name :"
810
+ msgstr " Modulo Nome:"
811
+
812
+ #: views/contact_view.php:27 views/edit_contact_view.php:49
813
+ msgid "Enter Form Name"
814
+ msgstr " Immettere Modulo Nome:"
815
+
816
+ #: views/contact_view.php:40 views/edit_contact_view.php:88
817
+ msgid "Control Buttons"
818
+ msgstr "Pulsanti di controllo"
819
+
820
+ #: views/contact_view.php:45 views/edit_contact_view.php:92
821
+ msgid "Text Box"
822
+ msgstr "Casella di testo"
823
+
824
+ #: views/contact_view.php:48 views/edit_contact_view.php:95
825
+ msgid "Text Area"
826
+ msgstr " testo un'area "
827
+
828
+ #: views/contact_view.php:51 views/edit_contact_view.php:98
829
+ msgid "Email Address"
830
+ msgstr "Indirizzo e-mail"
831
+
832
+ #: views/contact_view.php:54 views/edit_contact_view.php:101
833
+ msgid "Dropdown Menu"
834
+ msgstr "menu a scomparsa"
835
+
836
+ #: views/contact_view.php:57 views/edit_contact_view.php:104
837
+ msgid "Checkboxes"
838
+ msgstr "caselle di controllo"
839
+
840
+ #: views/contact_view.php:60 views/edit_contact_view.php:107
841
+ msgid "Multiple Choice"
842
+ msgstr "Scelta multipla"
843
+
844
+ #: views/dashboard.php:5
845
+ msgid "Dashboard - Contact Bank"
846
+ msgstr "Plancia - che Contatto Banca"
847
+
848
+ #: views/dashboard.php:9
849
+ msgid "Delete All Forms"
850
+ msgstr "Elimina tutte le forme"
851
+
852
+ #: views/dashboard.php:22
853
+ msgid "Shortcode"
854
+ msgstr "breve-codice"
855
+
856
+ #: views/dashboard.php:23
857
+ msgid "Action"
858
+ msgstr "azione"
859
+
860
+ #: views/dashboard.php:43
861
+ msgid "Edit"
862
+ msgstr "Modifica"
863
+
864
+ #: views/dashboard.php:46
865
+ msgid "Delete"
866
+ msgstr "Elimina"
867
+
868
+ #: views/dashboard.php:62
869
+ msgid "Server Settings"
870
+ msgstr "del server impostazioni"
871
+
872
+ #: views/dashboard.php:73
873
+ msgid "Not set"
874
+ msgstr "non impostato"
875
+
876
+ #: views/dashboard.php:75 views/dashboard.php:78
877
+ msgid "On"
878
+ msgstr "su"
879
+
880
+ #: views/dashboard.php:76 views/dashboard.php:79
881
+ msgid "Off"
882
+ msgstr "spento"
883
+
884
+ #: views/dashboard.php:82 views/dashboard.php:85 views/dashboard.php:88
885
+ #: views/dashboard.php:91 views/dashboard.php:94 views/dashboard.php:97
886
+ msgid "N/A"
887
+ msgstr "N/A"
888
+
889
+ #: views/dashboard.php:96
890
+ msgid " MByte"
891
+ msgstr " MByte"
892
+
893
+ #: views/dashboard.php:99 views/dashboard.php:102 views/dashboard.php:105
894
+ #: views/dashboard.php:155
895
+ msgid "Yes"
896
+ msgstr "Sì"
897
+
898
+ #: views/dashboard.php:100 views/dashboard.php:103 views/dashboard.php:106
899
+ #: views/dashboard.php:157
900
+ msgid "No"
901
+ msgstr "Nessun"
902
+
903
+ #: views/dashboard.php:108
904
+ msgid "Operating System"
905
+ msgstr "sistema operativo"
906
+
907
+ #: views/dashboard.php:109
908
+ msgid "Server"
909
+ msgstr "del server"
910
+
911
+ #: views/dashboard.php:110
912
+ msgid "Memory usage"
913
+ msgstr "utilizzo della memoria"
914
+
915
+ #: views/dashboard.php:111
916
+ msgid "MYSQL Version"
917
+ msgstr "MYSQL la versione"
918
+
919
+ #: views/dashboard.php:112
920
+ msgid "SQL Mode"
921
+ msgstr "SQL Modalità"
922
+
923
+ #: views/dashboard.php:113
924
+ msgid "PHP Version"
925
+ msgstr "Versione PHP"
926
+
927
+ #: views/dashboard.php:114
928
+ msgid "PHP Safe Mode"
929
+ msgstr "PHP modalità provvisoria"
930
+
931
+ #: views/dashboard.php:115
932
+ msgid "PHP Allow URL fopen"
933
+ msgstr "PHP Consenti URL della di fopen"
934
+
935
+ #: views/dashboard.php:116
936
+ msgid "PHP Memory Limit"
937
+ msgstr "PHP Limite di memoria"
938
+
939
+ #: views/dashboard.php:117
940
+ msgid "PHP Max Upload Size"
941
+ msgstr "PHP Massimo numero Caricate la Dimensione"
942
+
943
+ #: views/dashboard.php:118
944
+ msgid "PHP Max Post Size"
945
+ msgstr "PHP Massimo numero Post Misura"
946
+
947
+ #: views/dashboard.php:119
948
+ msgid "PCRE Backtracking Limit"
949
+ msgstr "PCRE Seguire la rotta Limitare"
950
+
951
+ #: views/dashboard.php:120
952
+ msgid "PHP Max Script Execute Time"
953
+ msgstr "PHP Massimo numero dello script Esecuzione Tempo"
954
+
955
+ #: views/dashboard.php:121
956
+ msgid "PHP Exif support"
957
+ msgstr "PHP sostegno Exif"
958
+
959
+ #: views/dashboard.php:122
960
+ msgid "PHP IPTC support"
961
+ msgstr " PHP -IPTC Supporto"
962
+
963
+ #: views/dashboard.php:123
964
+ msgid "PHP XML support"
965
+ msgstr "PHP Supporto XML di "
966
+
967
+ #: views/dashboard.php:131
968
+ msgid "Graphic Library Settings"
969
+ msgstr " libreria grafica impostazioni"
970
+
971
+ #: views/dashboard.php:150
972
+ msgid "No GD support"
973
+ msgstr "Nessun supporto GD"
974
+
975
+ #: views/dashboard.php:186
976
+ msgid "Are you sure to delete this form ?"
977
+ msgstr