Version Description
Fixed bug related to nDays view.
=
Download this release
Release Info
Developer | codepeople |
Plugin | ![]() |
Version | 1.2.48 |
Comparing to | |
See all releases |
Code changes from version 1.0.8 to 1.2.48
- DC_MultiViewCal/css/calendarMain.css +160 -0
- DC_MultiViewCal/css/colorselect.css +7 -0
- DC_MultiViewCal/css/cupertino/calendar.css +160 -0
- DC_MultiViewCal/css/dropdown.css +5 -0
- DC_MultiViewCal/css/images/cal.gif +0 -0
- DC_MultiViewCal/css/images/close.png +0 -0
- DC_MultiViewCal/css/images/corner.png +0 -0
- DC_MultiViewCal/css/images/dropdown.png +0 -0
- DC_MultiViewCal/css/images/icons.png +0 -0
- DC_MultiViewCal/css/images/icons_beige.png +0 -0
- DC_MultiViewCal/css/images/icons_black.png +0 -0
- DC_MultiViewCal/css/images/icons_blue.png +0 -0
- DC_MultiViewCal/css/images/icons_green.png +0 -0
- DC_MultiViewCal/css/images/icons_orange.png +0 -0
- DC_MultiViewCal/css/images/icons_white.png +0 -0
- DC_MultiViewCal/css/images/icons_yellow.png +0 -0
- DC_MultiViewCal/css/images/source.png +0 -0
- DC_MultiViewCal/css/images/tooltop.gif +0 -0
- DC_MultiViewCal/css/main.css +116 -0
- DC_MultiViewCal/index.html +1 -0
- DC_MultiViewCal/language/multiview_lang_cs_CZ.js +188 -0
- DC_MultiViewCal/language/multiview_lang_da_DK.js +186 -0
- DC_MultiViewCal/language/multiview_lang_de_DE.js +188 -0
- DC_MultiViewCal/language/multiview_lang_du_DU.js +188 -0
- DC_MultiViewCal/language/multiview_lang_en_GB.js +186 -0
- DC_MultiViewCal/language/multiview_lang_es_ES.js +193 -0
- DC_MultiViewCal/language/multiview_lang_fr_FR.js +188 -0
- DC_MultiViewCal/language/multiview_lang_it_IT.js +188 -0
- DC_MultiViewCal/language/multiview_lang_nb_NO.js +188 -0
- DC_MultiViewCal/language/multiview_lang_nl_NL.js +188 -0
- DC_MultiViewCal/language/multiview_lang_pl_PL.js +186 -0
- DC_MultiViewCal/language/multiview_lang_pt_BR.js +191 -0
- DC_MultiViewCal/language/multiview_lang_pt_PT.js +191 -0
- DC_MultiViewCal/language/multiview_lang_ru_RU.js +186 -0
- DC_MultiViewCal/language/multiview_lang_sk_SK.js +186 -0
- DC_MultiViewCal/language/multiview_lang_sl_SI.js +186 -0
- DC_MultiViewCal/src/Plugins/Common.js +133 -0
- DC_MultiViewCal/src/Plugins/images/buttons.gif +0 -0
- DC_MultiViewCal/src/Plugins/images/toolbar.gif +0 -0
- DC_MultiViewCal/src/Plugins/jquery.alert.js +330 -0
- DC_MultiViewCal/src/Plugins/jquery.calendar.js +4149 -0
- DC_MultiViewCal/src/Plugins/jquery.cleditor.css +24 -0
- DC_MultiViewCal/src/Plugins/jquery.cleditor.js +1176 -0
- DC_MultiViewCal/src/Plugins/jquery.colorselect.js +161 -0
- DC_MultiViewCal/src/Plugins/jquery.dropdown.js +135 -0
- DC_MultiViewCal/src/Plugins/jquery.form.js +461 -0
- {js → DC_MultiViewCal/src/Plugins}/jquery.validate.js +7 -11
- DC_MultiViewCal/src/Plugins/multiview.js +536 -0
- DC_MultiViewCal/src/Plugins/multiview.public.js +24 -0
- DC_MultiViewCal/src/Plugins/repeat.js +466 -0
- DC_MultiViewCal/src/Plugins/rrule.js +2278 -0
- DC_MultiViewCal/src/Plugins/underscore.js +1061 -0
- README.txt +402 -136
- captcha/captcha.php +0 -173
- captcha/font-1.ttf +0 -0
- captcha/font-2.ttf +0 -0
- captcha/font-3.ttf +0 -0
- captcha/font-4.ttf +0 -0
- changelog.txt +6 -0
- classes/cp-base-class.inc.php +86 -0
- cp-admin-int-list.inc.php +198 -0
- cp-admin-int.inc.php +120 -0
- cp-main-class.inc.php +661 -0
- cp-metabox.inc.php +414 -0
- cp-multi-view-calendar.php +33 -0
- cp-public-int.inc.php +29 -0
- cp_ppp.php +0 -1452
- cp_ppp_admin_int.php +0 -723
- cp_ppp_admin_int_list.inc.php +0 -300
- cp_ppp_admin_int_message_list.inc.php +0 -230
- cp_ppp_data_source.inc.php +0 -342
- cp_ppp_paypal_pro_int.inc.php +0 -379
- cp_ppp_public_int.inc.php +0 -148
- cp_ppp_scripts.js +0 -3
- css/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png +0 -0
- css/cupertino/images/ui-bg_flat_15_cd0a0a_40x100.png +0 -0
- css/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png +0 -0
- css/cupertino/images/ui-bg_glass_50_3baae3_1x400.png +0 -0
- css/cupertino/images/ui-bg_glass_80_d7ebf9_1x400.png +0 -0
- css/cupertino/images/ui-bg_glass_80_eebd4d_1x400.png +0 -0
- css/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png +0 -0
- css/cupertino/images/ui-bg_highlight-hard_70_000000_1x100.png +0 -0
- css/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png +0 -0
- css/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png +0 -0
- css/cupertino/images/ui-icons_2694e8_256x240.png +0 -0
- css/cupertino/images/ui-icons_2e83ff_256x240.png +0 -0
- css/cupertino/images/ui-icons_3d80b3_256x240.png +0 -0
- css/cupertino/images/ui-icons_72a7cf_256x240.png +0 -0
- css/cupertino/images/ui-icons_ffffff_256x240.png +0 -0
- css/cupertino/jquery-ui-1.8.20.custom.css +0 -565
- css/style.css +0 -105
- css/stylepublic.css +0 -80
- help/cssstyles.html +97 -0
- help/imgsamples/01.png +0 -0
- help/imgsamples/02.png +0 -0
- help/imgsamples/03.png +0 -0
- help/imgsamples/04.png +0 -0
- help/imgsamples/05.png +0 -0
- help/imgsamples/06.png +0 -0
- help/imgsamples/07.png +0 -0
- help/imgsamples/08.png +0 -0
- help/imgsamples/09.png +0 -0
- help/imgsamples/10.png +0 -0
- help/imgsamples/11.png +0 -0
- help/imgsamples/12.png +0 -0
- help/imgsamples/13.png +0 -0
- help/imgsamples/14.png +0 -0
- help/imgsamples/15.png +0 -0
- help/imgsamples/16.png +0 -0
- help/imgsamples/17.png +0 -0
- help/imgsamples/18.png +0 -0
- help/imgsamples/19.png +0 -0
- help/imgsamples/20.png +0 -0
- help/imgstyles/black-tie.png +0 -0
- help/imgstyles/blitzer.png +0 -0
- help/imgstyles/cupertino.png +0 -0
- help/imgstyles/dark-hive.png +0 -0
- help/imgstyles/eggplant.png +0 -0
- help/imgstyles/excite-bike.png +0 -0
- help/imgstyles/flick.png +0 -0
- help/imgstyles/hot-sneaks.png +0 -0
- help/imgstyles/humanity.png +0 -0
- help/imgstyles/le-frog.png +0 -0
- help/imgstyles/mint-choc.png +0 -0
- help/imgstyles/overcast.png +0 -0
- help/imgstyles/pepper-grinder.png +0 -0
- help/imgstyles/redmond.png +0 -0
- help/imgstyles/smoothness.png +0 -0
- help/imgstyles/south-street.png +0 -0
- help/imgstyles/start.png +0 -0
- help/imgstyles/sunny.png +0 -0
- help/imgstyles/swanky-purse.png +0 -0
- help/imgstyles/trontastic.png +0 -0
- help/imgstyles/ui-darkness.png +0 -0
- help/imgstyles/ui-lightness.png +0 -0
- help/imgstyles/vader.png +0 -0
- help/samples.html +82 -0
- images/blank.gif +0 -0
- images/colorpicker_background.png +0 -0
- images/colorpicker_hex.png +0 -0
- images/colorpicker_hsb_b.png +0 -0
- images/colorpicker_hsb_h.png +0 -0
- images/colorpicker_hsb_s.png +0 -0
- images/colorpicker_indic.gif +0 -0
- images/colorpicker_overlay.png +0 -0
- images/colorpicker_rgb_b.png +0 -0
- images/colorpicker_rgb_g.png +0 -0
- images/colorpicker_rgb_r.png +0 -0
- images/colorpicker_select.gif +0 -0
- images/colorpicker_submit.png +0 -0
- images/cp-apps.gif +0 -0
- images/cp_form.gif +0 -0
- images/custom_background.png +0 -0
- images/custom_hex.png +0 -0
- images/custom_hsb_b.png +0 -0
- images/custom_hsb_h.png +0 -0
- images/custom_hsb_s.png +0 -0
- images/custom_indic.gif +0 -0
- images/custom_rgb_b.png +0 -0
- images/custom_rgb_g.png +0 -0
- images/custom_rgb_r.png +0 -0
- images/custom_submit.png +0 -0
- images/loading.gif +0 -0
- images/recycle_bin.png +0 -0
- images/select.png +0 -0
- images/select2.png +0 -0
- images/slider.png +0 -0
- images/tooltop.gif +0 -0
- js/fbuilder-loader-admin.php +0 -83
- js/fbuilder-loader-public.php +0 -90
- js/fbuilder-pro-admin.jquery.js +0 -918
- js/fbuilder-pro-public.jquery.js +0 -338
- js/fields-admin/000_category.form.js +0 -4
- js/fields-admin/001_category.ds.js +0 -4
- js/fields-admin/003_category.containers.js +0 -4
- js/fields-admin/00_jquery.parse.min.js +0 -6
- js/fields-admin/01_fbuilder.ftext.js +0 -30
- js/fields-admin/02_fbuilder.fcurrency.js +0 -35
- js/fields-admin/02_fbuilder.fnumber.js +0 -33
- js/fields-admin/03_fbuilder.femail.js +0 -56
- js/fields-admin/04_fbuilder.fdate.js +0 -51
- js/fields-admin/05_fbuilder.ftextarea.js +0 -30
- js/fields-admin/06_fbuilder.fcheck.js +0 -26
- js/fields-admin/07_fbuilder.fradio.js +0 -27
- js/fields-admin/08_fbuilder.fdropdown.js +0 -27
- js/fields-admin/09_fbuilder.ffile.js +0 -28
- js/fields-admin/10_fbuilder.fpassword.js +0 -30
- js/fields-admin/11_fbuilder.fphone.js +0 -26
- js/fields-admin/12_fbuilder.fcommentarea.js +0 -24
- js/fields-admin/13_fbuilder.fhidden.js +0 -24
- js/fields-admin/14_fbuilder.fsectionbreak.js +0 -24
- js/fields-admin/15_fbuilder.fpagebreak.js +0 -23
- js/fields-admin/16_fbuilder.fsummary.js +0 -26
- js/fields-admin/17_fbuilder.datasource.js +0 -560
- js/fields-admin/18_fbuilder.ftext.ds.js +0 -23
- js/fields-admin/19_fbuilder.femail.ds.js +0 -22
- js/fields-admin/20_fbuilder.ftextarea.ds.js +0 -23
- js/fields-admin/21_fbuilder.fcheck.ds.js +0 -22
- js/fields-admin/22_fbuilder.fradio.ds.js +0 -23
- js/fields-admin/23_fbuilder.fphone.ds.js +0 -23
- js/fields-admin/26_fbuilder.fdropdown.ds.js +0 -23
- js/fields-admin/27_fbuilder.fhidden.ds.js +0 -24
- js/fields-admin/28_fbuilder.fcontainer.js +0 -96
- js/fields-admin/29_fbuilder.ffieldset.fc.js +0 -25
- js/fields-admin/30_fbuilder.fdiv.fc.js +0 -25
- js/fields-public/03_fbuilder.femail.js +0 -24
- js/jQuery.stringify.js +0 -50
- js/jquery.caret.js +0 -55
- js/modules/index.html +0 -0
- languages/cpppp-af.mo +0 -0
- languages/cpppp-af.po +0 -78
- languages/cpppp-ar.mo +0 -0
- languages/cpppp-ar.po +0 -75
- languages/cpppp-az.mo +0 -0
- languages/cpppp-az.po +0 -74
- languages/cpppp-be_BY.mo +0 -0
- languages/cpppp-be_BY.po +0 -80
- languages/cpppp-bg_BG.mo +0 -0
- languages/cpppp-bg_BG.po +0 -73
- languages/cpppp-bn_IN.mo +0 -0
- languages/cpppp-bn_IN.po +0 -76
- languages/cpppp-bs_BA.mo +0 -0
- languages/cpppp-bs_BA.po +0 -65
- languages/cpppp-ca.mo +0 -0
- languages/cpppp-ca.po +0 -73
- languages/cpppp-ckb.mo +0 -0
- languages/cpppp-ckb.po +0 -79
- languages/cpppp-cs_CZ.mo +0 -0
- languages/cpppp-cs_CZ.po +0 -73
- languages/cpppp-da_DK.mo +0 -0
- languages/cpppp-da_DK.po +0 -67
- languages/cpppp-de_DE.mo +0 -0
- languages/cpppp-de_DE.po +0 -71
- languages/cpppp-el.mo +0 -0
- languages/cpppp-el.po +0 -73
- languages/cpppp-eo_EO.mo +0 -0
- languages/cpppp-eo_EO.po +0 -69
- languages/cpppp-es_ES.mo +0 -0
- languages/cpppp-es_ES.po +0 -62
- languages/cpppp-et.mo +0 -0
- languages/cpppp-et.po +0 -73
- languages/cpppp-eu.mo +0 -0
- languages/cpppp-eu.po +0 -70
- languages/cpppp-fa_IR.mo +0 -0
- languages/cpppp-fa_IR.po +0 -73
- languages/cpppp-fi.mo +0 -0
- languages/cpppp-fi.po +0 -84
- languages/cpppp-fr_FR.mo +0 -0
- languages/cpppp-fr_FR.po +0 -72
- languages/cpppp-ga_IE.mo +0 -0
- languages/cpppp-ga_IE.po +0 -72
- languages/cpppp-gl_ES.mo +0 -0
- languages/cpppp-gl_ES.po +0 -74
- languages/cpppp-gu_IN.mo +0 -0
- languages/cpppp-gu_IN.po +0 -74
- languages/cpppp-he_IL.mo +0 -0
- languages/cpppp-he_IL.po +0 -73
- languages/cpppp-hi_IN.mo +0 -0
- languages/cpppp-hi_IN.po +0 -77
- languages/cpppp-hr.mo +0 -0
- languages/cpppp-hr.po +0 -73
- languages/cpppp-hu_HU.mo +0 -0
- languages/cpppp-hu_HU.po +0 -77
- languages/cpppp-hy_AM.mo +0 -0
- languages/cpppp-hy_AM.po +0 -69
- languages/cpppp-id_ID.mo +0 -0
- languages/cpppp-id_ID.po +0 -76
- languages/cpppp-it_IT.mo +0 -0
- languages/cpppp-it_IT.po +0 -72
- languages/cpppp-ja.mo +0 -0
- languages/cpppp-ja.po +0 -76
- languages/cpppp-ka_GE.mo +0 -0
- languages/cpppp-ka_GE.po +0 -73
- languages/cpppp-ko_KR.mo +0 -0
- languages/cpppp-ko_KR.po +0 -75
- languages/cpppp-lt_LT.mo +0 -0
- languages/cpppp-lt_LT.po +0 -75
- languages/cpppp-lv.mo +0 -0
- languages/cpppp-lv.po +0 -77
- languages/cpppp-mk_MK.mo +0 -0
- languages/cpppp-mk_MK.po +0 -73
- languages/cpppp-ml_IN.mo +0 -0
- languages/cpppp-ml_IN.po +0 -66
- languages/cpppp-ms_MY.mo +0 -0
- languages/cpppp-ms_MY.po +0 -70
- languages/cpppp-mt_MT.mo +0 -0
- languages/cpppp-mt_MT.po +0 -68
- languages/cpppp-nb_NO.mo +0 -0
- languages/cpppp-nb_NO.po +0 -71
- languages/cpppp-nl_NL.mo +0 -0
- languages/cpppp-nl_NL.po +0 -70
- languages/cpppp-pa_IN.mo +0 -0
- languages/cpppp-pa_IN.po +0 -75
- languages/cpppp-pl_PL.mo +0 -0
- languages/cpppp-pl_PL.po +0 -71
- languages/cpppp-pt_BR.mo +0 -0
- languages/cpppp-pt_BR.po +0 -65
- languages/cpppp-pt_PT.mo +0 -0
- languages/cpppp-pt_PT.po +0 -65
- languages/cpppp-ro_RO.mo +0 -0
- languages/cpppp-ro_RO.po +0 -79
- languages/cpppp-ru_RU.mo +0 -0
- languages/cpppp-ru_RU.po +0 -73
- languages/cpppp-sk_SK.mo +0 -0
- languages/cpppp-sk_SK.po +0 -72
- languages/cpppp-sl_SI.mo +0 -0
- languages/cpppp-sl_SI.po +0 -75
- languages/cpppp-sq.mo +0 -0
- languages/cpppp-sq.po +0 -72
- languages/cpppp-sr_RS.mo +0 -0
- languages/cpppp-sr_RS.po +0 -74
- languages/cpppp-sv_SE.mo +0 -0
- languages/cpppp-sv_SE.po +0 -78
- languages/cpppp-ta.mo +0 -0
- languages/cpppp-ta.po +0 -76
- languages/cpppp-th.mo +0 -0
- languages/cpppp-th.po +0 -76
- languages/cpppp-tl.mo +0 -0
- languages/cpppp-tl.po +0 -69
- languages/cpppp-tr_TR.mo +0 -0
- languages/cpppp-tr_TR.po +0 -74
- languages/cpppp-uk.mo +0 -0
- languages/cpppp-uk.po +0 -74
- languages/cpppp-vi.mo +0 -0
- languages/cpppp-vi.po +0 -73
- languages/cpppp-zh_CN.mo +0 -0
- languages/cpppp-zh_CN.po +0 -72
- languages/cpppp-zh_TW.mo +0 -0
- languages/cpppp-zh_TW.po +0 -72
- php/datafeed.php +535 -0
- php/edit.php +674 -0
- php/functions.php +53 -0
- php/list.inc.php +42 -0
- templates/01/bg_top.png +0 -0
- templates/01/config.ini +0 -5
- templates/01/style.css +0 -13
- templates/01/thumbnail.jpg +0 -0
- templates/02/config.ini +0 -5
- templates/02/style.css +0 -54
- templates/02/thumbnail.png +0 -0
- templates/03/config.ini +0 -5
- templates/03/style.css +0 -16
- templates/03/thumbnail.jpg +0 -0
- templates/03/top_bg.png +0 -0
- templates/04/config.ini +0 -5
- templates/04/style.css +0 -21
- templates/04/thumbnail.jpg +0 -0
- templates/05/config.ini +0 -5
- templates/05/form_bg.jpg +0 -0
- templates/05/style.css +0 -23
- templates/05/thumbnail.png +0 -0
- templates/06/config.ini +0 -5
- templates/06/style.css +0 -36
- templates/06/thumbnail.jpg +0 -0
DC_MultiViewCal/css/calendarMain.css
ADDED
@@ -0,0 +1,160 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/**
|
2 |
+
#nnnnnn1 header
|
3 |
+
#nnnnnn6 cells
|
4 |
+
#nnnnnn3 today and nonmonth
|
5 |
+
#nnnnnn4 active
|
6 |
+
*/
|
7 |
+
#multicalendar {border:1px solid #nnnnnn1;padding:5px;background:#nnnnnn3;color:#333;font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1.1em;}
|
8 |
+
#multicalendar.calendaredition {border:0px;background:none;padding:0px}
|
9 |
+
#multicalendar .fbutton {border:1px solid #nnnnnn1;background:#nnnnnn6;padding-bottom:1px;color:#nnnnnn7;font-weight:normal}
|
10 |
+
#multicalendar .fbutton.ui-state-active {background:#nnnnnn4;color:#nnnnnn5;border:1px solid #nnnnnn1;}
|
11 |
+
#multicalendar .gridcontainercover {border:1px solid #nnnnnn1;padding:5px;background:#fff}
|
12 |
+
#multicalendar .ui-datepicker .ui-datepicker-other-month {color:#CFCFCF}
|
13 |
+
#multicalendar .calmain {background:#nnnnnn1}
|
14 |
+
#multicalendar .scolltimeevent {position:relative;overflow-y:scroll;overflow-x:hidden;border-top:1px solid #D8D8D8;border-left:1px solid #D8D8D8;border-bottom:1px solid #fff;padding:0;font-size:12px;line-height:normal;}
|
15 |
+
#multicalendar .wk-top {table-layout:fixed;width:100%;overflow:hidden;font-size:12px;line-height:10px;}
|
16 |
+
#multicalendar .wk-dayname {font-weight:normal;color:#333;padding:2px 4px;margin-left:4px;white-space:nowrap}
|
17 |
+
#multicalendar .wk-daylink {cursor:pointer;}
|
18 |
+
#multicalendar .wk-daylink:hover {text-decoration:underline;}
|
19 |
+
#multicalendar .wk-allday {font-size:12px;line-height:14px;border-top:1px solid #D8D8D8;border-right:1px solid #D8D8D8;}
|
20 |
+
#multicalendar .wk-alldayList {background:#fff;font-size:12px;line-height:14px;border:1px solid #D8D8D8;border-left:4px solid #D8D8D8;border-right:4px solid #D8D8D8;padding:1px;text-align:center;color:#nnnnnn1;}
|
21 |
+
#multicalendar .wk-dayWithColumns {text-align:center;color:#fff;}
|
22 |
+
#multicalendar .wk-allday .st-c {padding-left:0;padding-right:0;border-left:1px solid #D8D8D8;}
|
23 |
+
#multicalendar .wk-allday .wk-allday-last .st-c {border-bottom:1px solid #D8D8D8;}
|
24 |
+
#multicalendar .st-grid {position:relative;table-layout:fixed;width:100%;}
|
25 |
+
#multicalendar .st-c {padding:1px 1px 0 2px;vertical-align:top;font-family:Verdana, sans-serif}
|
26 |
+
#multicalendar .st-s {padding-bottom:2px;cursor:default;}
|
27 |
+
.tg-timedevents {background-color:#fff;table-layout:fixed;width:100%;margin-top:-1px}
|
28 |
+
.tg-times {padding:0;font-family:Arial;font-size:11px;text-align:right;vertical-align:top;padding-right:1px;padding-top:1px;overflow:hidden;}
|
29 |
+
.tg-time {border-bottom:1px solid #ddd;padding-right:2px;text-align:center;}
|
30 |
+
.tg-col {overflow:hidden;vertical-align:top;}
|
31 |
+
.tg-col-overlaywrapper {position:relative;height:0}
|
32 |
+
.tg-col-eventwrapper {position:relative;cursor:default;margin-right:10px;border-left:1px solid #D8D8D8;}
|
33 |
+
.tg-today {background-color:#ffc;}
|
34 |
+
.tg-spanningwrapper {position:relative;margin-left:3px;height:1px;top:1px;}
|
35 |
+
.tg-hourmarkers {position:absolute;width:100%}
|
36 |
+
.tg-dualmarker {border-top:1px solid #ddd;height:20px;line-height:20px;border-bottom:1px dotted #ddd;margin-bottom:20px;}
|
37 |
+
.tg-nowmarker {position:absolute;left:0;width:100%;top:0;height:0;border-top:2px solid red;overflow:hidden;opacity:0.4;filter:alpha(opacity=40);}
|
38 |
+
.chip {position:absolute;overflow:hidden;cursor:default;color:#fff;-moz-user-select:none;}
|
39 |
+
.chip dl {margin:0;padding-bottom:1px;border-left:1px solid;border-right:1px solid;overflow:hidden}
|
40 |
+
.chip dt {margin-top:-1px;font:bold 80%/normal Verdana, Sans-serif;white-space:nowrap;overflow:hidden;padding-left:1px;text-align:left;}
|
41 |
+
.chip a:link, .chip a:visited, .chip a:active {text-decoration:none;color:#fff}
|
42 |
+
.ie6 .chip dl {zoom:1}
|
43 |
+
.ie6 .chip dt {width:100%;margin-right:-1px}
|
44 |
+
.chip dd {margin:0;overflow:hidden;padding:0 1px;font:100%/1.3em Verdana, Sans-serif;text-align:left;word-wrap:break-word}
|
45 |
+
.cb1, .cb2 {border-style:solid;overflow:hidden;}
|
46 |
+
.cb1 {height:1px;margin:0 1px;border-width:0 1px}
|
47 |
+
.cb2 {height:0;margin:0 2px;border-width:0 0 1px}
|
48 |
+
.ct {height:0;overflow:hidden;border-style:solid;border-width:0 2px 2px;border-color:transparent}
|
49 |
+
.ie6 .ct {border-style:solid dotted}
|
50 |
+
.ff2 .cic {display:-moz-inline-box;vertical-align:bottom;position:relative;top:-2px}
|
51 |
+
.cic-tmr {background-position:-28px -57px}
|
52 |
+
.cic-rcr {background-position:-37px -50px}
|
53 |
+
.cic-spcl {background-position:-37px -57px}
|
54 |
+
.resizer {position:absolute;height:7px;line-height:7px;width:100%;bottom:0;cursor:s-resize;}
|
55 |
+
.rszr_icon {/*display:none;*/border-top:3px double white;font-size:0;line-height:0;height:0;width:10px;margin-left:auto;margin-right:auto}
|
56 |
+
.rb-o {margin:0 1px;border-width:1px 0;border-style:solid;cursor:pointer}
|
57 |
+
.rb-m {padding-left:3px;margin:0 -1px;border-width:0 1px;border-style:solid;zoom:1}
|
58 |
+
.mv-container {height:100%;position:relative;line-height:14px;white-space:nowrap;}
|
59 |
+
.mv-container th{font-size:12px;}
|
60 |
+
.st-contents, .mv-container {font-size:11px;line-height:14px}
|
61 |
+
#multicalendar .mv-daynames-table {position:absolute;table-layout:fixed;top:0;left:0;width:100%;}
|
62 |
+
#multicalendar .mv-dayname {font-weight:normal}
|
63 |
+
#multicalendar .mv-event-container {overflow:hidden;position:absolute;left:0;width:100%;top:14px;bottom:0;background:white;border-right:1px solid #D8D8D8;border-bottom:1px solid #D8D8D8;}
|
64 |
+
#multicalendar .month-row {position:absolute;left:0;width:100%;overflow:hidden}
|
65 |
+
#multicalendar .st-bg-table {position:absolute;top:0;left:0;height:100%;width:100%;table-layout:fixed}
|
66 |
+
#multicalendar .st-bg {border-left:1px solid #D8D8D8}
|
67 |
+
#multicalendar .st-bg-today {background-color:#ffc}
|
68 |
+
#multicalendar .st-dtitle {border-left:1px solid #D8D8D8;border-top:1px solid #D8D8D8;padding-right:2px;text-align:right;line-height:16px;overflow:hidden}
|
69 |
+
#multicalendar .st-dtitle-nonmonth {color:#D2D2D2}
|
70 |
+
#multicalendar .st-more {color:#FEFEFE;text-align:center;cursor:pointer;/*font-family:Arial, sans-serif*/}
|
71 |
+
#multicalendar .st-moreul {text-decoration:underline}
|
72 |
+
.cc {position:absolute;z-index:2000;border:1px solid gray;background-color:white;visibility:hidden}
|
73 |
+
.cc-title {padding:2px;font-weight:bold}
|
74 |
+
#multicalendar .st-ad-ml,#multicalendar .st-ad-mr {position:relative;top:2px;margin-bottom:-8px;height:0;width:0;line-height:0;font-size:0;border-top:4px dotted;border-top:4px solid transparent;border-bottom:4px dotted;border-bottom:4px solid transparent}
|
75 |
+
#multicalendar .st-ad-mpad {padding-left:10px}
|
76 |
+
#multicalendar .st-ad-ml {border-right:4px solid white;margin-left:-7px;margin-right:auto}
|
77 |
+
#multicalendar .st-ad-mr {border-left:4px solid white;margin-left:auto;margin-right:3px}
|
78 |
+
.bbit-cs-split{margin-top:2px;padding:2px;border-top:solid 1px #555;}
|
79 |
+
.drag-lasso-container {POSITION: absolute;WIDTH: 0px;HEIGHT: 0px;TOP: 0px;LEFT: 0px}
|
80 |
+
.drag-lasso {POSITION: absolute;FILTER: alpha(opacity=50);LINE-HEIGHT: 0;BACKGROUND-COLOR: #nnnnnn1;FONT-SIZE: 0px;opacity: 0.5;-khtml-opacity: 0.5}
|
81 |
+
.drag-event {Z-INDEX: 1000;POSITION: absolute;FONT-FAMILY: Verdana,sans-serif;CURSOR: pointer}
|
82 |
+
.drag-chip-wrapper {Z-INDEX: 1;POSITION: absolute;WIDTH: 100%;LEFT: 0px}
|
83 |
+
.drag-chip {FILTER: alpha(opacity=80);CURSOR: pointer;opacity: .8;-khtml-opacity: .8}
|
84 |
+
.monthdayshow{cursor:pointer;}
|
85 |
+
.monthdayshow:hover{text-decoration:underline;}
|
86 |
+
.infocontainer a.ui-button,#popup_ok,#popup_cancel,#bbit-cal-AddBTN{border:1px solid #nnnnnn1;background-color:#nnnnnn6;padding:2px 6px 5px 6px;text-decoration:none;color:#333;line-height:18px;}
|
87 |
+
#multicalendar .ui-icon,.fbutton .ui-icon,#multicalendar .ui-state-default .ui-icon{display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat;background-image: url(../images/nnnnnnimg10);}
|
88 |
+
#multicalendar .fbutton .ui-icon-circle-triangle-w { background-position: -27px 0px;width:5px;height:8px;margin:7px 7px 0px 5px;}
|
89 |
+
#multicalendar .fbutton .ui-icon-circle-triangle-e { background-position: -32px 0px;width:5px;height:8px;margin:7px 5px 0px 7px;}
|
90 |
+
#multicalendar .ui-datepicker-prev span.ui-icon-circle-triangle-w { background-position: 0px -9px;width:7px;height:12px;background-image: url(../images/nnnnnnimg11); }
|
91 |
+
#multicalendar .ui-datepicker-next span.ui-icon-circle-triangle-e { background-position: -7px -9px;width:7px;height:12px;background-image: url(../images/nnnnnnimg11); }
|
92 |
+
#multicalendar .fbutton .ui-icon-new,.fbutton .ui-icon-new { background-position: 0px 0px;width:9px;height:9px;margin:5px 5px 0px 0px}
|
93 |
+
#multicalendar .fbutton .ui-icon-refresh { background-position: -9px 0px;width:9px;height:9px;margin:5px 5px 0px 0px}
|
94 |
+
#multicalendar .fbutton .ui-icon-today { background-position: -18px 0px;width:9px;height:8px;margin:6px 5px 0px 0px}
|
95 |
+
#multicalendar .ui-datepicker { padding: 0; display: none; }
|
96 |
+
#multicalendar .ui-datepicker .ui-datepicker-header{ position:relative; padding:0;border: 1px solid #nnnnnn1; background: #nnnnnn3;margin:0;font-weight: bold; }
|
97 |
+
#multicalendar .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
|
98 |
+
#multicalendar .ui-datepicker .ui-datepicker-prev { top:3px;left:1px;}
|
99 |
+
#multicalendar .ui-datepicker .ui-datepicker-next { top:3px;right:1px; }
|
100 |
+
#multicalendar .ui-datepicker .ui-datepicker-prev-hover { left:1px; }
|
101 |
+
#multicalendar .ui-datepicker .ui-datepicker-next-hover { right:1px; }
|
102 |
+
#multicalendar .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; }
|
103 |
+
#multicalendar .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
|
104 |
+
#multicalendar .ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
|
105 |
+
#multicalendar .ui-datepicker select.ui-datepicker-month-year {width: 100%;}
|
106 |
+
#multicalendar .ui-datepicker select.ui-datepicker-month,
|
107 |
+
#multicalendar .ui-datepicker select.ui-datepicker-year { width: 49%;}
|
108 |
+
#multicalendar .ui-datepicker table {width: 100%; font-size: .9em; border-collapse: separate;border:1px solid #D8D8D8;border-top:0px;background:#fff; margin:0px;padding: 0px; }
|
109 |
+
#multicalendar .ui-datepicker th { padding: 3px 0px 3px 0px; text-align: center; font-weight: bold;border-bottom:1px solid #d8d8d8 }
|
110 |
+
#multicalendar .ui-datepicker td { padding: 1px;border:1px solid #fff }
|
111 |
+
#multicalendar .ui-datepicker td.ui-datepicker-today {background:#E0E0E0;font-weight:bold;}
|
112 |
+
#multicalendar .ui-datepicker td.ui-state-active,#multicalendar.calendaredition .ui-datepicker a.ui-state-active,#multicalendar .ui-datepicker td.ui-datepicker-today.ui-state-active{background:#nnnnnn8;color:#ccc;border:1px solid #fff;}
|
113 |
+
#multicalendar .ui-datepicker td.ui-state-active a{color:#nnnnnn9}
|
114 |
+
|
115 |
+
#multicalendar .ui-datepicker td.ui-state-active a,#multicalendar .ui-datepicker td.ui-state-non-active a{border:0px}
|
116 |
+
#multicalendar .ui-datepicker td.ui-datepicker-other-month{opacity:0.2;filter:alpha(opacity=20);background:none;}
|
117 |
+
#multicalendar .ui-datepicker td span, .ui-datepicker td a { color:#333; display: block; padding: 0px 4px; text-align: right; text-decoration: none; }
|
118 |
+
#multicalendar .ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; }
|
119 |
+
#multicalendar .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
|
120 |
+
#multicalendar .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
|
121 |
+
#multicalendar .ui-widget-header,#multicalendar .fshowdatep {color: #nnnnnn2;}
|
122 |
+
|
123 |
+
/* with multiple calendars */
|
124 |
+
#multicalendar .ui-datepicker.ui-datepicker-multi { width:auto; }
|
125 |
+
#multicalendar .ui-datepicker-multi .ui-datepicker-group { float:left;border:1px solid #D8D8D8;margin:1px;}
|
126 |
+
#multicalendar .ui-datepicker-multi .ui-datepicker-group table {width:98.5%;border:0px;margin:0px 2px 5px 2px;}
|
127 |
+
#multicalendar .ui-datepicker-multi .ui-datepicker-group .ui-datepicker-header{border: 0px;border-bottom: 1px solid #D8D8D8; }
|
128 |
+
#multicalendar .ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
|
129 |
+
#multicalendar .ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
|
130 |
+
#multicalendar .ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
|
131 |
+
#multicalendar .ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
|
132 |
+
#multicalendar .ui-datepicker-row-break { clear:both; width:100%; }
|
133 |
+
/* end multiple calendars */
|
134 |
+
.mv_dlg #mv_corner{position:absolute;top:-19px;left:10px;background: url(../images/corner.png) no-repeat;width:35px;height:19px;z-index:200000}
|
135 |
+
.mv_dlg.mv_dlg_editevent #mv_corner{display:none}
|
136 |
+
.ui-icon-closethick,#multicalendar .ui-icon.ui-icon-closethick { background: url(../images/close.png) no-repeat;display: block; text-indent: -99999px; overflow: hidden;}
|
137 |
+
.mv_dlg.ui-dialog { padding: 0px; width: 300px;}
|
138 |
+
.mv_dlg.ui-dialog .ui-dialog-titlebar { background:#fff;padding: 5px 5px 0px 0px;position: relative;border:2px solid #D8D8D8;border-top:1px solid #D8D8D8;border-bottom:0px;margin-top:0px;z-index:20000;height:1px;}
|
139 |
+
.mv_dlg.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
|
140 |
+
.mv_dlg.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: 1px; top: 8px; width: 19px;height:20px;z-index:1 }
|
141 |
+
.mv_dlg.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
|
142 |
+
.mv_dlg.ui-dialog .ui-dialog-content { background:#fff;position: relative; border:2px solid #d8d8d8;border-bottom:3px solid #d8d8d8;border-top:0px; padding: .5em 1em; zoom: 1; }
|
143 |
+
.mv_dlg.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; }
|
144 |
+
.mv_dlg.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
|
145 |
+
.mv_dlg.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
|
146 |
+
.mv_dlg.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
|
147 |
+
.mv_dlg.ui-dialog .ui-dialog-titlebar span.ui-dialog-title {display:none}
|
148 |
+
.mv_dlg.ui-draggable .ui-dialog-titlebar { cursor: move; }
|
149 |
+
.mv_dlg .mv_dlg_nmonth_title{font-weight:bold}
|
150 |
+
.mv_dlg .textbox-fill-input{width:95%;padding:2px;}
|
151 |
+
.mv_dlg .cb-example{font-style:italic;font-size:80%}
|
152 |
+
.mv_dlg .bbit-cal-buddle-event{font-weight:bold}
|
153 |
+
.mv_dlg .lk{text-decoration:underline;color:#0065CC;cursor: pointer;}
|
154 |
+
.mv_dlg .dialogNMonth_event{position:relative;}
|
155 |
+
.mv_dlg .dialogNMonth_event_links{position:absolute;display:none;left:6px;top:4px;}
|
156 |
+
.mv_dlg .dialogNMonth_event_links a,a.dlgNMonth_createlink{border:1px solid #nnnnnn1;background-color:#nnnnnn6;padding:0px 6px 0px 6px;text-decoration:none;color:#333;margin-right:5px;}
|
157 |
+
.mv_dlg .dialogNMonth_event_links a:hover,a.dlgNMonth_createlink:hover{text-decoration:none;}
|
158 |
+
.mv_dlg .dialogNMonth_event_content{padding:3px 0px 3px 6px;margin-bottom:13px;min-height:20px;border:1px solid #fff;}
|
159 |
+
.mv_dlg .dialogNMonth_event:hover .dialogNMonth_event_links{display:block;opacity:1;filter:alpha(opacity=100)}
|
160 |
+
.mv_dlg .dialogNMonth_event:hover .dialogNMonth_event_content{border:1px dashed #ccc;}
|
DC_MultiViewCal/css/colorselect.css
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.x-color-palette {cursor: pointer;background-color:#ffffff;border:solid 1px #999;padding:0px;}
|
2 |
+
.x-color-palette a {border-top: 1px solid #fff;border-left: 1px solid #fff;float: left;text-decoration: none;-moz-outline: 0 none;outline: 0 none;cursor: pointer;margin:0px;padding:0px;}
|
3 |
+
.x-color-palette a:hover {border-top: 1px solid #555;border-left: 1px solid #555;}
|
4 |
+
.x-color-palette a em span{padding:0px;cursor: pointer;display: block;height: 11px;line-height: 11px;width: 11px;}
|
5 |
+
.x-color-palette em {display: block;}
|
6 |
+
.containtdiv{border:solid 1px #3C7FB1;background:#ffffff url("images/dropdown.png") no-repeat 35px center;cursor:pointer;overflow:hidden;float:left;width:48px;height:19px;margin-top:1px;margin-right:2px;}
|
7 |
+
.leftdiv{width :25px;height:13px;margin:2px 2px 0px 2px;font-size:1px;}
|
DC_MultiViewCal/css/cupertino/calendar.css
ADDED
@@ -0,0 +1,160 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/**
|
2 |
+
#AED0EA header
|
3 |
+
#E2EFF8 cells
|
4 |
+
#E2EFF8 today and nonmonth
|
5 |
+
#62BBE8 active
|
6 |
+
*/
|
7 |
+
#multicalendar {border:1px solid #AED0EA;padding:5px;background:#E2EFF8;color:#333;font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1.1em;}
|
8 |
+
#multicalendar.calendaredition {border:0px;background:none;padding:0px}
|
9 |
+
#multicalendar .fbutton {border:1px solid #AED0EA;background:#E2EFF8;padding-bottom:1px;color:#000000;font-weight:normal}
|
10 |
+
#multicalendar .fbutton.ui-state-active {background:#62BBE8;color:#FFFFFF;border:1px solid #AED0EA;}
|
11 |
+
#multicalendar .gridcontainercover {border:1px solid #AED0EA;padding:5px;background:#fff}
|
12 |
+
#multicalendar .ui-datepicker .ui-datepicker-other-month {color:#CFCFCF}
|
13 |
+
#multicalendar .calmain {background:#AED0EA}
|
14 |
+
#multicalendar .scolltimeevent {position:relative;overflow-y:scroll;overflow-x:hidden;border-top:1px solid #D8D8D8;border-left:1px solid #D8D8D8;border-bottom:1px solid #fff;padding:0;font-size:12px;line-height:normal;}
|
15 |
+
#multicalendar .wk-top {table-layout:fixed;width:100%;overflow:hidden;font-size:12px;line-height:10px;}
|
16 |
+
#multicalendar .wk-dayname {font-weight:normal;color:#333;padding:2px 4px;margin-left:4px;white-space:nowrap}
|
17 |
+
#multicalendar .wk-daylink {cursor:pointer;}
|
18 |
+
#multicalendar .wk-daylink:hover {text-decoration:underline;}
|
19 |
+
#multicalendar .wk-allday {font-size:12px;line-height:14px;border-top:1px solid #D8D8D8;border-right:1px solid #D8D8D8;}
|
20 |
+
#multicalendar .wk-alldayList {background:#fff;font-size:12px;line-height:14px;border:1px solid #D8D8D8;border-left:4px solid #D8D8D8;border-right:4px solid #D8D8D8;padding:1px;text-align:center;color:#AED0EA;}
|
21 |
+
#multicalendar .wk-dayWithColumns {text-align:center;color:#fff;}
|
22 |
+
#multicalendar .wk-allday .st-c {padding-left:0;padding-right:0;border-left:1px solid #D8D8D8;}
|
23 |
+
#multicalendar .wk-allday .wk-allday-last .st-c {border-bottom:1px solid #D8D8D8;}
|
24 |
+
#multicalendar .st-grid {position:relative;table-layout:fixed;width:100%;}
|
25 |
+
#multicalendar .st-c {padding:1px 1px 0 2px;vertical-align:top;font-family:Verdana, sans-serif}
|
26 |
+
#multicalendar .st-s {padding-bottom:2px;cursor:default;}
|
27 |
+
.tg-timedevents {background-color:#fff;table-layout:fixed;width:100%;margin-top:-1px}
|
28 |
+
.tg-times {padding:0;font-family:Arial;font-size:11px;text-align:right;vertical-align:top;padding-right:1px;padding-top:1px;overflow:hidden;}
|
29 |
+
.tg-time {border-bottom:1px solid #ddd;padding-right:2px;text-align:center;}
|
30 |
+
.tg-col {overflow:hidden;vertical-align:top;}
|
31 |
+
.tg-col-overlaywrapper {position:relative;height:0}
|
32 |
+
.tg-col-eventwrapper {position:relative;cursor:default;margin-right:10px;border-left:1px solid #D8D8D8;}
|
33 |
+
.tg-today {background-color:#ffc;}
|
34 |
+
.tg-spanningwrapper {position:relative;margin-left:3px;height:1px;top:1px;}
|
35 |
+
.tg-hourmarkers {position:absolute;width:100%}
|
36 |
+
.tg-dualmarker {border-top:1px solid #ddd;height:20px;line-height:20px;border-bottom:1px dotted #ddd;margin-bottom:20px;}
|
37 |
+
.tg-nowmarker {position:absolute;left:0;width:100%;top:0;height:0;border-top:2px solid red;overflow:hidden;opacity:0.4;filter:alpha(opacity=40);}
|
38 |
+
.chip {position:absolute;overflow:hidden;cursor:default;color:#fff;-moz-user-select:none;}
|
39 |
+
.chip dl {margin:0;padding-bottom:1px;border-left:1px solid;border-right:1px solid;overflow:hidden}
|
40 |
+
.chip dt {margin-top:-1px;font:bold 80%/normal Verdana, Sans-serif;white-space:nowrap;overflow:hidden;padding-left:1px;text-align:left;}
|
41 |
+
.chip a:link, .chip a:visited, .chip a:active {text-decoration:none;color:#fff}
|
42 |
+
.ie6 .chip dl {zoom:1}
|
43 |
+
.ie6 .chip dt {width:100%;margin-right:-1px}
|
44 |
+
.chip dd {margin:0;overflow:hidden;padding:0 1px;font:100%/1.3em Verdana, Sans-serif;text-align:left;word-wrap:break-word}
|
45 |
+
.cb1, .cb2 {border-style:solid;overflow:hidden;}
|
46 |
+
.cb1 {height:1px;margin:0 1px;border-width:0 1px}
|
47 |
+
.cb2 {height:0;margin:0 2px;border-width:0 0 1px}
|
48 |
+
.ct {height:0;overflow:hidden;border-style:solid;border-width:0 2px 2px;border-color:transparent}
|
49 |
+
.ie6 .ct {border-style:solid dotted}
|
50 |
+
.ff2 .cic {display:-moz-inline-box;vertical-align:bottom;position:relative;top:-2px}
|
51 |
+
.cic-tmr {background-position:-28px -57px}
|
52 |
+
.cic-rcr {background-position:-37px -50px}
|
53 |
+
.cic-spcl {background-position:-37px -57px}
|
54 |
+
.resizer {position:absolute;height:7px;line-height:7px;width:100%;bottom:0;cursor:s-resize;}
|
55 |
+
.rszr_icon {/*display:none;*/border-top:3px double white;font-size:0;line-height:0;height:0;width:10px;margin-left:auto;margin-right:auto}
|
56 |
+
.rb-o {margin:0 1px;border-width:1px 0;border-style:solid;cursor:pointer}
|
57 |
+
.rb-m {padding-left:3px;margin:0 -1px;border-width:0 1px;border-style:solid;zoom:1}
|
58 |
+
.mv-container {height:100%;position:relative;line-height:14px;white-space:nowrap;}
|
59 |
+
.mv-container th{font-size:12px;}
|
60 |
+
.st-contents, .mv-container {font-size:11px;line-height:14px}
|
61 |
+
#multicalendar .mv-daynames-table {position:absolute;table-layout:fixed;top:0;left:0;width:100%;}
|
62 |
+
#multicalendar .mv-dayname {font-weight:normal}
|
63 |
+
#multicalendar .mv-event-container {overflow:hidden;position:absolute;left:0;width:100%;top:14px;bottom:0;background:white;border-right:1px solid #D8D8D8;border-bottom:1px solid #D8D8D8;}
|
64 |
+
#multicalendar .month-row {position:absolute;left:0;width:100%;overflow:hidden}
|
65 |
+
#multicalendar .st-bg-table {position:absolute;top:0;left:0;height:100%;width:100%;table-layout:fixed}
|
66 |
+
#multicalendar .st-bg {border-left:1px solid #D8D8D8}
|
67 |
+
#multicalendar .st-bg-today {background-color:#ffc}
|
68 |
+
#multicalendar .st-dtitle {border-left:1px solid #D8D8D8;border-top:1px solid #D8D8D8;padding-right:2px;text-align:right;line-height:16px;overflow:hidden}
|
69 |
+
#multicalendar .st-dtitle-nonmonth {color:#D2D2D2}
|
70 |
+
#multicalendar .st-more {color:#FEFEFE;text-align:center;cursor:pointer;/*font-family:Arial, sans-serif*/}
|
71 |
+
#multicalendar .st-moreul {text-decoration:underline}
|
72 |
+
.cc {position:absolute;z-index:2000;border:1px solid gray;background-color:white;visibility:hidden}
|
73 |
+
.cc-title {padding:2px;font-weight:bold}
|
74 |
+
#multicalendar .st-ad-ml,#multicalendar .st-ad-mr {position:relative;top:2px;margin-bottom:-8px;height:0;width:0;line-height:0;font-size:0;border-top:4px dotted;border-top:4px solid transparent;border-bottom:4px dotted;border-bottom:4px solid transparent}
|
75 |
+
#multicalendar .st-ad-mpad {padding-left:10px}
|
76 |
+
#multicalendar .st-ad-ml {border-right:4px solid white;margin-left:-7px;margin-right:auto}
|
77 |
+
#multicalendar .st-ad-mr {border-left:4px solid white;margin-left:auto;margin-right:3px}
|
78 |
+
.bbit-cs-split{margin-top:2px;padding:2px;border-top:solid 1px #555;}
|
79 |
+
.drag-lasso-container {POSITION: absolute;WIDTH: 0px;HEIGHT: 0px;TOP: 0px;LEFT: 0px}
|
80 |
+
.drag-lasso {POSITION: absolute;FILTER: alpha(opacity=50);LINE-HEIGHT: 0;BACKGROUND-COLOR: #AED0EA;FONT-SIZE: 0px;opacity: 0.5;-khtml-opacity: 0.5}
|
81 |
+
.drag-event {Z-INDEX: 1000;POSITION: absolute;FONT-FAMILY: Verdana,sans-serif;CURSOR: pointer}
|
82 |
+
.drag-chip-wrapper {Z-INDEX: 1;POSITION: absolute;WIDTH: 100%;LEFT: 0px}
|
83 |
+
.drag-chip {FILTER: alpha(opacity=80);CURSOR: pointer;opacity: .8;-khtml-opacity: .8}
|
84 |
+
.monthdayshow{cursor:pointer;}
|
85 |
+
.monthdayshow:hover{text-decoration:underline;}
|
86 |
+
.infocontainer a.ui-button,#popup_ok,#popup_cancel,#bbit-cal-AddBTN{border:1px solid #AED0EA;background-color:#E2EFF8;padding:2px 6px 5px 6px;text-decoration:none;color:#333;line-height:18px;}
|
87 |
+
#multicalendar .ui-icon,.fbutton .ui-icon,#multicalendar .ui-state-default .ui-icon{display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat;background-image: url(../images/icons_black.png);}
|
88 |
+
#multicalendar .fbutton .ui-icon-circle-triangle-w { background-position: -27px 0px;width:5px;height:8px;margin:7px 7px 0px 5px;}
|
89 |
+
#multicalendar .fbutton .ui-icon-circle-triangle-e { background-position: -32px 0px;width:5px;height:8px;margin:7px 5px 0px 7px;}
|
90 |
+
#multicalendar .ui-datepicker-prev span.ui-icon-circle-triangle-w { background-position: 0px -9px;width:7px;height:12px;background-image: url(../images/icons_black.png); }
|
91 |
+
#multicalendar .ui-datepicker-next span.ui-icon-circle-triangle-e { background-position: -7px -9px;width:7px;height:12px;background-image: url(../images/icons_black.png); }
|
92 |
+
#multicalendar .fbutton .ui-icon-new,.fbutton .ui-icon-new { background-position: 0px 0px;width:9px;height:9px;margin:5px 5px 0px 0px}
|
93 |
+
#multicalendar .fbutton .ui-icon-refresh { background-position: -9px 0px;width:9px;height:9px;margin:5px 5px 0px 0px}
|
94 |
+
#multicalendar .fbutton .ui-icon-today { background-position: -18px 0px;width:9px;height:8px;margin:6px 5px 0px 0px}
|
95 |
+
#multicalendar .ui-datepicker { padding: 0; display: none; }
|
96 |
+
#multicalendar .ui-datepicker .ui-datepicker-header{ position:relative; padding:0;border: 1px solid #AED0EA; background: #E2EFF8;margin:0;font-weight: bold; }
|
97 |
+
#multicalendar .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
|
98 |
+
#multicalendar .ui-datepicker .ui-datepicker-prev { top:3px;left:1px;}
|
99 |
+
#multicalendar .ui-datepicker .ui-datepicker-next { top:3px;right:1px; }
|
100 |
+
#multicalendar .ui-datepicker .ui-datepicker-prev-hover { left:1px; }
|
101 |
+
#multicalendar .ui-datepicker .ui-datepicker-next-hover { right:1px; }
|
102 |
+
#multicalendar .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; }
|
103 |
+
#multicalendar .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
|
104 |
+
#multicalendar .ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
|
105 |
+
#multicalendar .ui-datepicker select.ui-datepicker-month-year {width: 100%;}
|
106 |
+
#multicalendar .ui-datepicker select.ui-datepicker-month,
|
107 |
+
#multicalendar .ui-datepicker select.ui-datepicker-year { width: 49%;}
|
108 |
+
#multicalendar .ui-datepicker table {width: 100%; font-size: .9em; border-collapse: separate;border:1px solid #D8D8D8;border-top:0px;background:#fff; margin:0px;padding: 0px; }
|
109 |
+
#multicalendar .ui-datepicker th { padding: 3px 0px 3px 0px; text-align: center; font-weight: bold;border-bottom:1px solid #d8d8d8 }
|
110 |
+
#multicalendar .ui-datepicker td { padding: 1px;border:1px solid #fff }
|
111 |
+
#multicalendar .ui-datepicker td.ui-datepicker-today {background:#E0E0E0;font-weight:bold;}
|
112 |
+
#multicalendar .ui-datepicker td.ui-state-active,#multicalendar.calendaredition .ui-datepicker a.ui-state-active,#multicalendar .ui-datepicker td.ui-datepicker-today.ui-state-active{background:#DEEDF7;color:#ccc;border:1px solid #fff;}
|
113 |
+
#multicalendar .ui-datepicker td.ui-state-active a{color:#000000}
|
114 |
+
|
115 |
+
#multicalendar .ui-datepicker td.ui-state-active a,#multicalendar .ui-datepicker td.ui-state-non-active a{border:0px}
|
116 |
+
#multicalendar .ui-datepicker td.ui-datepicker-other-month{opacity:0.2;filter:alpha(opacity=20);background:none;}
|
117 |
+
#multicalendar .ui-datepicker td span, .ui-datepicker td a { color:#333; display: block; padding: 0px 4px; text-align: right; text-decoration: none; }
|
118 |
+
#multicalendar .ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; }
|
119 |
+
#multicalendar .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
|
120 |
+
#multicalendar .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
|
121 |
+
#multicalendar .ui-widget-header,#multicalendar .fshowdatep {color: #000000;}
|
122 |
+
|
123 |
+
/* with multiple calendars */
|
124 |
+
#multicalendar .ui-datepicker.ui-datepicker-multi { width:auto; }
|
125 |
+
#multicalendar .ui-datepicker-multi .ui-datepicker-group { float:left;border:1px solid #D8D8D8;margin:1px;}
|
126 |
+
#multicalendar .ui-datepicker-multi .ui-datepicker-group table {width:98.5%;border:0px;margin:0px 2px 5px 2px;}
|
127 |
+
#multicalendar .ui-datepicker-multi .ui-datepicker-group .ui-datepicker-header{border: 0px;border-bottom: 1px solid #D8D8D8; }
|
128 |
+
#multicalendar .ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
|
129 |
+
#multicalendar .ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
|
130 |
+
#multicalendar .ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
|
131 |
+
#multicalendar .ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
|
132 |
+
#multicalendar .ui-datepicker-row-break { clear:both; width:100%; }
|
133 |
+
/* end multiple calendars */
|
134 |
+
.mv_dlg #mv_corner{position:absolute;top:-19px;left:10px;background: url(../images/corner.png) no-repeat;width:35px;height:19px;z-index:200000}
|
135 |
+
.mv_dlg.mv_dlg_editevent #mv_corner{display:none}
|
136 |
+
.ui-icon-closethick,#multicalendar .ui-icon.ui-icon-closethick { background: url(../images/close.png) no-repeat;display: block; text-indent: -99999px; overflow: hidden;}
|
137 |
+
.mv_dlg.ui-dialog { padding: 0px; width: 300px;}
|
138 |
+
.mv_dlg.ui-dialog .ui-dialog-titlebar { background:#fff;padding: 5px 5px 0px 0px;position: relative;border:2px solid #D8D8D8;border-top:1px solid #D8D8D8;border-bottom:0px;margin-top:0px;z-index:20000;height:1px;}
|
139 |
+
.mv_dlg.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
|
140 |
+
.mv_dlg.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: 10px; top: 8px; width: 19px;height:20px;z-index:1 }
|
141 |
+
.mv_dlg.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
|
142 |
+
.mv_dlg.ui-dialog .ui-dialog-content { background:#fff;position: relative; border:2px solid #d8d8d8;border-bottom:3px solid #d8d8d8;border-top:0px; padding: .5em 1em; zoom: 1; }
|
143 |
+
.mv_dlg.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; }
|
144 |
+
.mv_dlg.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
|
145 |
+
.mv_dlg.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
|
146 |
+
.mv_dlg.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
|
147 |
+
.mv_dlg.ui-dialog .ui-dialog-titlebar span.ui-dialog-title {display:none}
|
148 |
+
.mv_dlg.ui-draggable .ui-dialog-titlebar { cursor: move; }
|
149 |
+
.mv_dlg .mv_dlg_nmonth_title{font-weight:bold}
|
150 |
+
.mv_dlg .textbox-fill-input{width:95%;padding:2px;}
|
151 |
+
.mv_dlg .cb-example{font-style:italic;font-size:80%}
|
152 |
+
.mv_dlg .bbit-cal-buddle-event{font-weight:bold}
|
153 |
+
.mv_dlg .lk{text-decoration:underline;color:#0065CC;cursor: pointer;}
|
154 |
+
.mv_dlg .dialogNMonth_event{position:relative;}
|
155 |
+
.mv_dlg .dialogNMonth_event_links{position:absolute;display:none;left:6px;top:4px;}
|
156 |
+
.mv_dlg .dialogNMonth_event_links a,a.dlgNMonth_createlink{border:1px solid #AED0EA;background-color:#E2EFF8;padding:0px 6px 0px 6px;text-decoration:none;color:#333;margin-right:5px;}
|
157 |
+
.mv_dlg .dialogNMonth_event_links a:hover,a.dlgNMonth_createlink:hover{text-decoration:none;}
|
158 |
+
.mv_dlg .dialogNMonth_event_content{padding:3px 0px 3px 6px;margin-bottom:13px;min-height:20px;border:1px solid #fff;}
|
159 |
+
.mv_dlg .dialogNMonth_event:hover .dialogNMonth_event_links{display:block;opacity:1;filter:alpha(opacity=100)}
|
160 |
+
.mv_dlg .dialogNMonth_event:hover .dialogNMonth_event_content{border:1px dashed #ccc;}
|
DC_MultiViewCal/css/dropdown.css
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
input.bbit-dropdown {border:solid 1px #3C7FB1 !important;background:#ffffff url("images/dropdown.png") no-repeat 44px center;padding-right:5px;cursor:pointer;overflow:hidden;}
|
2 |
+
.dropdowncontainer {font-size:10px;padding:0;display:inline;overflow-x:hidden !important;}
|
3 |
+
.dropdowncontainer ul {list-style: none;margin: 0;padding: 0;border: none;}
|
4 |
+
.dropdowncontainer ul li {padding:0px;font-size:10px;margin: 0;list-style: none;white-space:nowrap;text-align:center;font-family:arial;cursor:default;}
|
5 |
+
.dropdowncontainer ul li.hover{background:#c3d9ff;}
|
DC_MultiViewCal/css/images/cal.gif
ADDED
Binary file
|
DC_MultiViewCal/css/images/close.png
ADDED
Binary file
|
DC_MultiViewCal/css/images/corner.png
ADDED
Binary file
|
DC_MultiViewCal/css/images/dropdown.png
ADDED
Binary file
|
DC_MultiViewCal/css/images/icons.png
ADDED
Binary file
|
DC_MultiViewCal/css/images/icons_beige.png
ADDED
Binary file
|
DC_MultiViewCal/css/images/icons_black.png
ADDED
Binary file
|
DC_MultiViewCal/css/images/icons_blue.png
ADDED
Binary file
|
DC_MultiViewCal/css/images/icons_green.png
ADDED
Binary file
|
DC_MultiViewCal/css/images/icons_orange.png
ADDED
Binary file
|
DC_MultiViewCal/css/images/icons_white.png
ADDED
Binary file
|
DC_MultiViewCal/css/images/icons_yellow.png
ADDED
Binary file
|
DC_MultiViewCal/css/images/source.png
ADDED
Binary file
|
DC_MultiViewCal/css/images/tooltop.gif
ADDED
Binary file
|
DC_MultiViewCal/css/main.css
ADDED
@@ -0,0 +1,116 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#multicalendar table,#multicalendar span,#multicalendar a{font-size:12px;font-weight:normal;}
|
2 |
+
#multicalendar .ui-corner-left,#multicalendar .ui-corner-right{border-radius:0px}
|
3 |
+
#multicalendar .nmonths div,#multicalendar .nmonths td span,#multicalendar .nmonths a{font-weight:inherit;background:none;border:inherit;color:#000}
|
4 |
+
#multicalendar .nmonths .ui-datepicker-title,#multicalendar .nmonths a{border:0px}
|
5 |
+
#multicalendar tr,#multicalendar td,#multicalendar th{border:0;text-align:left;padding:0px;}
|
6 |
+
#multicalendar table [class*=span],.row-fluid #multicalendar table [class*=span] {display: table-row;}
|
7 |
+
#multicalendar .mv-dayname,#multicalendar .wk-dayname{text-align:center;}
|
8 |
+
#multicalendar .rb-i {overflow:hidden;color:white;white-space:nowrap;width:100%}
|
9 |
+
#multicalendar .t-title {}
|
10 |
+
#multicalendar .t-loc {display:none}
|
11 |
+
#multicalendar .t-desc {display:none}
|
12 |
+
#multicalendar td.specialday {display: none;}
|
13 |
+
#multicalendar .st-more {color:#000;}
|
14 |
+
#multicalendar .uEdition {text-decoration:underline;}
|
15 |
+
/* start alert style */
|
16 |
+
#popup_container {font-size:12px;min-width: 300px; /* Dialog will be no smaller than this */_width:320px;max-width: 600px; /* Dialog will wrap after this width */background: #fff;border: solid 1px #d8d8d8;color: #000;}
|
17 |
+
#ctl, #cbl, #ctr, #cbr {display:none;}
|
18 |
+
#popup_title {font-size:12px;font-weight: bold;text-align:left;line-height: 1.9em;color: #333;border-bottom: solid 1px #d8d8d8;cursor: default;padding:0 0 0 8px;margin: 0em;}
|
19 |
+
#popup_content {background: 16px 16px no-repeat;padding: 12px;margin: 0em;}
|
20 |
+
#popup_message {padding-left: 48px;}
|
21 |
+
#popup_panel {text-align: center;margin: 1em 0em 0em 1em;}
|
22 |
+
/* end alert style */
|
23 |
+
#multicalendar .calmain,#multicalendar .ctoolbar,#multicalendar .infocontainer {margin: 0;font-size: 12px;font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;padding: 0;width:100%;}
|
24 |
+
#multicalendar .calmain div,#multicalendar .calmain span,#multicalendar .calmain td {font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;}
|
25 |
+
#multicalendar.calendaredition .ui-datepicker{font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;font-size: 12px;}
|
26 |
+
#multicalendar .infocontainer input {border: solid 1px #3C7FB1;}
|
27 |
+
#multicalendar .infocontainer input[type='checkbox'] {border: none;}
|
28 |
+
#multicalendar .infocontainer textarea {border: solid 1px #3C7FB1;overflow:auto;}
|
29 |
+
/* JQuery Validation */
|
30 |
+
#multicalendar input.cusErrorPanel,#multicalendar cusErrorPanel.cusErrorPanel,#multicalendar textarea.cusErrorPanel {border:solid 1px red;}
|
31 |
+
#multicalendar div.cusErrorPanel {z-index: auto;position:absolute;width: 276px;height: 35px;overflow: hidden;text-indent: 5px;line-height: 40px;font-size: 12px;font-family: Arial;color:#000000;background: url(images/tooltop.gif) no-repeat left top;opacity:0.9;filter: alpha(opacity=90);}
|
32 |
+
#multicalendar .infocontainer {margin:2px;padding:4px;}
|
33 |
+
#multicalendar .infocontainer .inputtext { width:100%;}
|
34 |
+
#multicalendar .infocontainer .date {width:70px;}
|
35 |
+
#multicalendar .infocontainer .fform {margin:0px;}
|
36 |
+
#multicalendar .infocontainer .fform label {display:block;margin-top:2px;padding:2px;vertical-align:top;}
|
37 |
+
#multicalendar .infocontainer .fform label.checkp {display:inline;}
|
38 |
+
#multicalendar .infocontainer .fform label span {font-weight:bold;display:block;}
|
39 |
+
#multicalendar .infocontainer .fform label span.inl{display:inline;}
|
40 |
+
#multicalendar div.calmain {position: relative;}
|
41 |
+
#multicalendar div.ptogtitle {position: absolute;z-index:100;top: 0px;right: 3px;height: 18px;padding: 1px 2px 1px 2px;font-weight: normal;}
|
42 |
+
#multicalendar div.loadicon { background:#c44;color:#fff;}
|
43 |
+
#multicalendar div.loaderror {padding: 1px 4px 1px 4px;background:#fad163;}
|
44 |
+
#multicalendar div.ctoolbar {OVERFLOW: hidden;POSITION: relative;margin-bottom:5px;}
|
45 |
+
#multicalendar div.ctoolbar div.fbutton {padding:1px;FLOAT: left;CURSOR:default;HEIGHT: 22px;margin-left:1px;margin-bottom:1px;}
|
46 |
+
#multicalendar div.ctoolbar div.fbutton div {float: left;padding: 2px 3px;}
|
47 |
+
#multicalendar div.ctoolbar div.fbutton span {float: left;display: block;}
|
48 |
+
#multicalendar div.ctoolbar div.btnseparator {float: left;margin: 3px;}
|
49 |
+
#multicalendar div.ctoolbar div.fshowdatep {padding:1px;DISPLAY: block;FLOAT: left;CURSOR:default;HEIGHT: 22px;margin-left:1px;margin-bottom:3px;}
|
50 |
+
#multicalendar div.ctoolbar div.fshowdatep div {float: left;padding: 2px 3px;}
|
51 |
+
#multicalendar div.ctoolbar div.fshowdatep span {float: left;display: block;}
|
52 |
+
.mv_dlg .bubbletime{font-weight:bold}
|
53 |
+
.ui-dialog{ position: absolute;overflow:visible;color:#000}
|
54 |
+
#multicalendar .ui-datepicker { display:block }
|
55 |
+
|
56 |
+
|
57 |
+
.ui-icon-closethick {
|
58 |
+
background-image: url(images/close.png) !important;
|
59 |
+
background-position: left top !important;
|
60 |
+
margin: 0 !important;
|
61 |
+
}
|
62 |
+
|
63 |
+
.ui-dialog .ui-dialog-titlebar-close, .ui-icon-closethick {
|
64 |
+
width: 20px !important;
|
65 |
+
height: 20px !important;
|
66 |
+
}
|
67 |
+
|
68 |
+
.ui-dialog .ui-dialog-titlebar-close {
|
69 |
+
background: none !important;
|
70 |
+
border: none !important;
|
71 |
+
}
|
72 |
+
|
73 |
+
.ui-dialog .ui-dialog-titlebar-close, .ui-dialog .ui-dialog-titlebar-close:hover {
|
74 |
+
padding: 0 !important;
|
75 |
+
}
|
76 |
+
.mv_dlg.ui-dialog .ui-dialog-titlebar-close span.ui-button-text{display:none}
|
77 |
+
#editEventContainer,#bbit-cal-buddle,#bbit-cs-buddle,.mv_dlg_nmonth{display:none}
|
78 |
+
#multicalendar table{border-bottom:0px;line-height:15px;margin:0px}
|
79 |
+
#multicalendar th{line-height:15px;}
|
80 |
+
#multicalendar div.ctoolbar div.fbutton.non-navigate {CURSOR: default;}
|
81 |
+
.mv_dlg.ui-dialog{z-index:1000000}
|
82 |
+
#multicalendar tr td{border-style:solid;border-color:#d8d8d8;border-bottom:0px;}
|
83 |
+
#multicalendar tr td{padding:0px;}
|
84 |
+
#multicalendar tr th,#multicalendar thead th{border:0px;padding:0px;background:none}
|
85 |
+
#multicalendar tr td.st-c,#multicalendar table{border:0px}
|
86 |
+
|
87 |
+
#multicalendar .calmain,#multicalendar .infocontainer {height: auto}
|
88 |
+
.mv_dlg.ui-dialog{overflow:visible}
|
89 |
+
#multicalendar .ui-datepicker table{table-layout: auto;}
|
90 |
+
#multicalendar .ui-datepicker td a{padding:0 4px}
|
91 |
+
#multicalendar .ui-datepicker .ui-state-default{font-weight:normal}
|
92 |
+
#multicalendar .list_event_content{margin:10px;padding-left:10px}
|
93 |
+
|
94 |
+
#multicalendar .listnav{margin:10px 0px}
|
95 |
+
#multicalendar a.listprevbtn,#multicalendar a.listnextbtn{text-decoration:none;padding:2px 10px;margin:0px 8px}
|
96 |
+
#multicalendar a.listbtndisabled{CURSOR: default;opacity:0.4;}
|
97 |
+
#multicalendar .readmore{white-space: nowrap;}
|
98 |
+
#multicalendar .description_large{display:none}
|
99 |
+
|
100 |
+
#multicalendar.mvlist, #multicalendar.mvlist .gridcontainercover,#multicalendar.mvlist .calmain,#multicalendar.mvNMonth, #multicalendar.mvNMonth .gridcontainercover,#multicalendar.mvNMonth .calmain{border:0px;background:none;padding:0px;margin:0px;}
|
101 |
+
#multicalendar.mvlist, #multicalendar.mvlist .gridcontainercover,#multicalendar.mvlist .calmain,#multicalendar.mvlist .calmain div,#multicalendar.mvlist .calmain span,#multicalendar.mvlist .calmain td{font-family:inherit;font-size:inherit;}
|
102 |
+
|
103 |
+
#multicalendar.mvlist{color:inherit}
|
104 |
+
#multicalendar .nav_list{display:none}
|
105 |
+
|
106 |
+
|
107 |
+
#multicalendar .readmore:after {content:"]"; padding:0px 3px; display:inline-block; text-decoration: none; color:#000;}
|
108 |
+
#multicalendar .readmore:before {content:"["; padding:0px 3px; display:inline-block; text-decoration: none; color:#000;}
|
109 |
+
#multicalendar .readmore{text-decoration:none}
|
110 |
+
#multicalendar .readmore:hover{text-decoration:underline}
|
111 |
+
#multicalendar .cc{z-index:500}
|
112 |
+
#multicalendar a{box-shadow:none !important}
|
113 |
+
#multicalendar .ui-datepicker-calendar th{color:#000}
|
114 |
+
#multicalendar .tg-time{color:#000}
|
115 |
+
#multicalendar .mv-dayname{color:#000}
|
116 |
+
#multicalendar div{line-height:normal !important}
|
DC_MultiViewCal/index.html
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
<html><body bgcolor="#FFFFFF"></body></html>
|
DC_MultiViewCal/language/multiview_lang_cs_CZ.js
ADDED
@@ -0,0 +1,188 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
var i18n = jQuery.extend({}, i18n || {}, {
|
2 |
+
dcmvcal: {
|
3 |
+
dateformat: {
|
4 |
+
"fulldaykey": "ddMMyyyy",
|
5 |
+
"fulldayshow": "d L yyyy",
|
6 |
+
"fulldayvalue": "d/M/yyyy",
|
7 |
+
"Md": "W d/M",
|
8 |
+
"nDaysView": "d/M",
|
9 |
+
"listViewDate": "d L yyyy",
|
10 |
+
"Md3": "d L",
|
11 |
+
"separator": "/",
|
12 |
+
"year_index": 2,
|
13 |
+
"month_index": 1,
|
14 |
+
"day_index": 0,
|
15 |
+
"day": "d",
|
16 |
+
"sun2": "Ne",
|
17 |
+
"mon2": "Po",
|
18 |
+
"tue2": "Út",
|
19 |
+
"wed2": "St",
|
20 |
+
"thu2": "Čt",
|
21 |
+
"fri2": "Pá",
|
22 |
+
"sat2": "So",
|
23 |
+
"sun": "Ned",
|
24 |
+
"mon": "Pon",
|
25 |
+
"tue": "Úte",
|
26 |
+
"wed": "Stř",
|
27 |
+
"thu": "Čtv",
|
28 |
+
"fri": "Pát",
|
29 |
+
"sat": "Sob",
|
30 |
+
"sunday": "Sunday",
|
31 |
+
"monday": "Monday",
|
32 |
+
"tuesday": "Tuesday",
|
33 |
+
"wednesday": "Wednesday",
|
34 |
+
"thursday": "Thursday",
|
35 |
+
"friday": "Friday",
|
36 |
+
"saturday": "Saturday",
|
37 |
+
"jan": "Led",
|
38 |
+
"feb": "Úno",
|
39 |
+
"mar": "Bře",
|
40 |
+
"apr": "Dub",
|
41 |
+
"may": "Kvě",
|
42 |
+
"jun": "Čer",
|
43 |
+
"jul": "Čvec",
|
44 |
+
"aug": "Srp",
|
45 |
+
"sep": "Zář",
|
46 |
+
"oct": "Říj",
|
47 |
+
"nov": "Lis",
|
48 |
+
"dec": "Pro",
|
49 |
+
"l_jan": "Leden",
|
50 |
+
"l_feb": "Únor",
|
51 |
+
"l_mar": "Březen",
|
52 |
+
"l_apr": "Duben",
|
53 |
+
"l_may": "Květen",
|
54 |
+
"l_jun": "Červen",
|
55 |
+
"l_jul": "Červenec",
|
56 |
+
"l_aug": "Srpen",
|
57 |
+
"l_sep": "Září",
|
58 |
+
"l_oct": "Říjen",
|
59 |
+
"l_nov": "Listopad",
|
60 |
+
"l_dec": "Prosinec"
|
61 |
+
},
|
62 |
+
"no_implemented": "Neprovedeno",
|
63 |
+
"to_date_view": "Klikněte pro zobrazení aktuálního datumu",
|
64 |
+
"i_undefined": "Nedefinováno",
|
65 |
+
"allday_event": "Na celé dny",
|
66 |
+
"repeat_event": "Zopakovat",
|
67 |
+
"time": "Čas",
|
68 |
+
"event": "Rezervace",
|
69 |
+
"location": "Místo",
|
70 |
+
"participant": "Spoluúčastník",
|
71 |
+
"get_data_exception": "Výjimka pro data",
|
72 |
+
"new_event": "Nová rezervace",
|
73 |
+
"confirm_delete_event": "Chcete smazat rezervaci ? ",
|
74 |
+
"confrim_delete_event_or_all": "Chcete smazat celou opakovanou rezervaci nebo jen tuto ? \r\nKlikněte [OK] pro smazání této rezervace, klikněte [Cancel] pro smazání celé opakované rezervace",
|
75 |
+
"data_format_error": "Chybný formát ! ",
|
76 |
+
"invalid_title": "Popisek rezervace je prázdný nebo obsahuje (lt;>)",
|
77 |
+
"view_no_ready": "Výpis není připraven",
|
78 |
+
"example": "například, dovolená Novákovi",
|
79 |
+
"content": "Co",
|
80 |
+
"create_event": "Vytvořit rezervaci",
|
81 |
+
"update_detail": "Upravit detaily",
|
82 |
+
"click_to_detail": "Prohlédnout detaily",
|
83 |
+
"i_delete": "Smazat",
|
84 |
+
"i_save": "Uložit",
|
85 |
+
"i_close": "Zavřít",
|
86 |
+
"day_plural": "dny",
|
87 |
+
"others": "Ostatní",
|
88 |
+
"item": "",
|
89 |
+
"loading_data":"Načítání dat ...",
|
90 |
+
"request_processed":"Požadavek se zpracovává ...",
|
91 |
+
"success":"Hotovo !",
|
92 |
+
"are_you_sure_delete":"Určitě smazat? ",
|
93 |
+
"ok":"Ok",
|
94 |
+
"cancel":"NEmazat",
|
95 |
+
"manage_the_calendar":"Upravit kalendář",
|
96 |
+
"error_occurs":"Došlo k chybě",
|
97 |
+
"color":"Barva",
|
98 |
+
"invalid_date_format":"Chybný formát datumu",
|
99 |
+
"invalid_time_format":"Chybný formát času",
|
100 |
+
"_simbol_not_allowed":"lt;> nelze upravovat",
|
101 |
+
"subject":"Subjekt",
|
102 |
+
"time":"Čas",
|
103 |
+
"to":"Do",
|
104 |
+
"all_day_event":"Na celé dny",
|
105 |
+
"location":"Místo",
|
106 |
+
"remark":"Popisek",
|
107 |
+
"click_to_create_new_event":"Vytvořit novou rezervaci",
|
108 |
+
"new_event":"Nová rezervace",
|
109 |
+
"click_to_back_to_today":"Klikni pro návrat k dnešku",
|
110 |
+
"today":"Dnešek",
|
111 |
+
"sday":"Den",
|
112 |
+
"week":"Týden",
|
113 |
+
"month":"Měsíc",
|
114 |
+
"ndays":"Dny",
|
115 |
+
"list":"List",
|
116 |
+
"nmonth":"nMěsíců",
|
117 |
+
"refresh_view":"Obnovit zobrazení",
|
118 |
+
"refresh":"Obnovit",
|
119 |
+
"prev":"Zpět",
|
120 |
+
"next":"Další",
|
121 |
+
"loading":"Načítání",
|
122 |
+
"error_overlapping":"This event is overlapping another event",
|
123 |
+
"sorry_could_not_load_your_data":"Zkuste načít data znovu",
|
124 |
+
"first":"First",
|
125 |
+
"second":"Second",
|
126 |
+
"third":"Third",
|
127 |
+
"fourth":"Fourth",
|
128 |
+
"last":"last",
|
129 |
+
"repeat":"Repeat: ",
|
130 |
+
"edit":"Edit",
|
131 |
+
"edit_recurring_event":"Edit recurring event",
|
132 |
+
"would_you_like_to_change_only_this_event_all_events_in_the_series_or_this_and_all_following_events_in_the_series":"Would you like to change only this event, all events in the series, or this and all following events in the series?",
|
133 |
+
"only_this_event":"Only this event",
|
134 |
+
"all_other_events_in_the_series_will_remain_the_same":"All other events in the series will remain the same.",
|
135 |
+
"following_events":"Following events",
|
136 |
+
"this_and_all_the_following_events_will_be_changed":"This and all the following events will be changed.",
|
137 |
+
"any_changes_to_future_events_will_be_lost":"Any changes to future events will be lost.",
|
138 |
+
"all_events":"All events",
|
139 |
+
"all_events_in_the_series_will_be_changed":"All events in the series will be changed.",
|
140 |
+
"any_changes_made_to_other_events_will_be_kept":"Any changes made to other events will be kept.",
|
141 |
+
"cancel_this_change":"Cancel this change",
|
142 |
+
"delete_recurring_event":"Delete recurring event",
|
143 |
+
"would_you_like_to_delete_only_this_event_all_events_in_the_series_or_this_and_all_future_events_in_the_series":"Would you like to delete only this event, all events in the series, or this and all future events in the series?",
|
144 |
+
"only_this_instance":"Only this instance",
|
145 |
+
"all_other_events_in_the_series_will_remain":"All other events in the series will remain.",
|
146 |
+
"all_following":"All following",
|
147 |
+
"this_and_all_the_following_events_will_be_deleted":"This and all the following events will be deleted.",
|
148 |
+
"all_events_in_the_series":"All events in the series",
|
149 |
+
"all_events_in_the_series_will_be_deleted":"All events in the series will be deleted.",
|
150 |
+
"repeats":"Repeats",
|
151 |
+
"daily":"Daily",
|
152 |
+
"every_weekday_monday_to_friday":"Every weekday (Monday to Friday)",
|
153 |
+
"every_monday_wednesday_and_friday":"Every Monday, Wednesday, and Friday",
|
154 |
+
"every_tuesday_and_thursday":"Every Tuesday, and Thursday",
|
155 |
+
"weekly":"Weekly",
|
156 |
+
"monthly":"Monthly",
|
157 |
+
"yearly":"Yearly",
|
158 |
+
"repeat_every":"Repeat every:",
|
159 |
+
"weeks":"weeks",
|
160 |
+
"repeat_on":"Repeat on:",
|
161 |
+
"repeat_by":"Repeat by:",
|
162 |
+
"day_of_the_month":"day of the month",
|
163 |
+
"day_of_the_week":"day of the week",
|
164 |
+
"starts_on":"Starts on:",
|
165 |
+
"ends":"Ends:",
|
166 |
+
"never":" Never",
|
167 |
+
"after":"After",
|
168 |
+
"occurrences":"occurrences",
|
169 |
+
"summary":"Summary:",
|
170 |
+
"every":"Every",
|
171 |
+
"weekly_on_weekdays":"Weekly on weekdays",
|
172 |
+
"weekly_on_monday_wednesday_friday":"Weekly on Monday, Wednesday, Friday",
|
173 |
+
"weekly_on_tuesday_thursday":"Weekly on Tuesday, Thursday",
|
174 |
+
"on":"on",
|
175 |
+
"on_day":"on day",
|
176 |
+
"on_the":"on the",
|
177 |
+
"months":"months",
|
178 |
+
"annually":"Annually",
|
179 |
+
"years":"years",
|
180 |
+
"once":"Once",
|
181 |
+
"times":"times",
|
182 |
+
"readmore":"read more",
|
183 |
+
"readmore_less":"less",
|
184 |
+
"readmore":"read more",
|
185 |
+
"readmore_less":"less",
|
186 |
+
"until":"until"
|
187 |
+
}
|
188 |
+
});
|
DC_MultiViewCal/language/multiview_lang_da_DK.js
ADDED
@@ -0,0 +1,186 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
var i18n = jQuery.extend({}, i18n || {}, {
|
2 |
+
dcmvcal: {
|
3 |
+
dateformat: {
|
4 |
+
"fulldaykey": "ddMMyyyy",
|
5 |
+
"fulldayshow": "d L yyyy",
|
6 |
+
"fulldayvalue": "d/M/yyyy",
|
7 |
+
"Md": "W d/M",
|
8 |
+
"nDaysView": "d/M",
|
9 |
+
"listViewDate": "d L yyyy",
|
10 |
+
"Md3": "d L",
|
11 |
+
"separator": "/",
|
12 |
+
"year_index": 2,
|
13 |
+
"month_index": 1,
|
14 |
+
"day_index": 0,
|
15 |
+
"day": "d",
|
16 |
+
"sun2": "Sø",
|
17 |
+
"mon2": "Ma",
|
18 |
+
"tue2": "Ti",
|
19 |
+
"wed2": "On",
|
20 |
+
"thu2": "To",
|
21 |
+
"fri2": "Fr",
|
22 |
+
"sat2": "Sa",
|
23 |
+
"sun": "Søn",
|
24 |
+
"mon": "Man",
|
25 |
+
"tue": "Tir",
|
26 |
+
"wed": "Ons",
|
27 |
+
"thu": "Tor",
|
28 |
+
"fri": "Fre",
|
29 |
+
"sat": "Lør",
|
30 |
+
"sunday": "Søndag",
|
31 |
+
"monday": "Mandag",
|
32 |
+
"tuesday": "Tirsdag",
|
33 |
+
"wednesday": "Onsdag",
|
34 |
+
"thursday": "Torsdag",
|
35 |
+
"friday": "Fredag",
|
36 |
+
"saturday": "Lørdag",
|
37 |
+
"jan": "Jan",
|
38 |
+
"feb": "Feb",
|
39 |
+
"mar": "Mar",
|
40 |
+
"apr": "Apr",
|
41 |
+
"may": "May",
|
42 |
+
"jun": "Jun",
|
43 |
+
"jul": "Jul",
|
44 |
+
"aug": "Aug",
|
45 |
+
"sep": "Sep",
|
46 |
+
"oct": "Oct",
|
47 |
+
"nov": "Nov",
|
48 |
+
"dec": "Dec",
|
49 |
+
"l_jan": "Januar",
|
50 |
+
"l_feb": "Februar",
|
51 |
+
"l_mar": "Mars",
|
52 |
+
"l_apr": "April",
|
53 |
+
"l_may": "Mai",
|
54 |
+
"l_jun": "Juni",
|
55 |
+
"l_jul": "Juli",
|
56 |
+
"l_aug": "August",
|
57 |
+
"l_sep": "September",
|
58 |
+
"l_oct": "October",
|
59 |
+
"l_nov": "November",
|
60 |
+
"l_dec": "December"
|
61 |
+
},
|
62 |
+
"no_implemented": "Ikke indført",
|
63 |
+
"to_date_view": "Tryk for at vise dato",
|
64 |
+
"i_undefined": "Udefinert",
|
65 |
+
"allday_event": "Hele dagen",
|
66 |
+
"repeat_event": "Gentag hendelse",
|
67 |
+
"time": "Tid",
|
68 |
+
"event": "Event",
|
69 |
+
"location": "Sted",
|
70 |
+
"participant": "Deltager",
|
71 |
+
"get_data_exception": "Undtagelse, når få data",
|
72 |
+
"new_event": "Ny booking",
|
73 |
+
"confirm_delete_event": "Vil du slette? ",
|
74 |
+
"confrim_delete_event_or_all": "Ønsker du at slette alle gentagne begivenheder eller kun denne begivenhed? \or\ Klik på [OK] for at slette kun denne begivenhed. Klik på [Annuller] for at sletter alle begivenheder",
|
75 |
+
"data_format_error": "Data format error! ",
|
76 |
+
"invalid_title": "Begivenheds titel kan ikke være tom eller indeholder (lt;>)",
|
77 |
+
"view_no_ready": "View er ikke klar",
|
78 |
+
"example": "eks. Møderum 14",
|
79 |
+
"content": "Hvad",
|
80 |
+
"create_event": "opret arrangement",
|
81 |
+
"update_detail": "Ændre info",
|
82 |
+
"click_to_detail": "Vis info",
|
83 |
+
"i_delete": "Slet",
|
84 |
+
"i_save": "Gem",
|
85 |
+
"i_close": "Luk",
|
86 |
+
"day_plural": "dage",
|
87 |
+
"others": "Andre",
|
88 |
+
"item": "Objekt",
|
89 |
+
"loading_data":"Henter data...",
|
90 |
+
"request_processed":"Anmodningen bliver behandlet...",
|
91 |
+
"success":"Success!",
|
92 |
+
"are_you_sure_delete":"Er du sikker du vil slette?",
|
93 |
+
"ok":"Ok",
|
94 |
+
"cancel":"Afbryd",
|
95 |
+
"manage_the_calendar":"Redigere",
|
96 |
+
"error_occurs":"opstår fejl",
|
97 |
+
"color":"Farge",
|
98 |
+
"invalid_date_format":"Ugyldig dato",
|
99 |
+
"invalid_time_format":"Ugyldig tid",
|
100 |
+
"_simbol_not_allowed":"lt;> ikke tiladt",
|
101 |
+
"subject":"Emne",
|
102 |
+
"time":"Tid",
|
103 |
+
"to":"Til",
|
104 |
+
"all_day_event":"Hele dagen",
|
105 |
+
"location":"Sted",
|
106 |
+
"remark":"Beskrivelse",
|
107 |
+
"click_to_create_new_event":"Tryk for ny arrangement",
|
108 |
+
"new_event":"Ny booking",
|
109 |
+
"click_to_back_to_today":"Tilbage til i dag",
|
110 |
+
"today":"I dag",
|
111 |
+
"sday":"Dag",
|
112 |
+
"week":"Uge",
|
113 |
+
"month":"Måned",
|
114 |
+
"ndays":"Dage",
|
115 |
+
"list":"List",
|
116 |
+
"nmonth":"Måneder",
|
117 |
+
"refresh_view":"Opdater visning",
|
118 |
+
"refresh":"Opdater",
|
119 |
+
"prev":"Forrige",
|
120 |
+
"next":"Næste",
|
121 |
+
"loading":"Loader",
|
122 |
+
"error_overlapping":"Fejl - overlapper andet arrangement",
|
123 |
+
"sorry_could_not_load_your_data":"Beklager, kunne ikke hente data, prøv igen senere",
|
124 |
+
"first":"First",
|
125 |
+
"second":"Second",
|
126 |
+
"third":"Third",
|
127 |
+
"fourth":"Fourth",
|
128 |
+
"last":"last",
|
129 |
+
"repeat":"Gentag: ",
|
130 |
+
"edit":"Editer",
|
131 |
+
"edit_recurring_event":"Editerer tilbagevende arrangement",
|
132 |
+
"would_you_like_to_change_only_this_event_all_events_in_the_series_or_this_and_all_following_events_in_the_series":"Vil du kun ændre denne begivenhed, alle begivenheder i serien, eller denne og alle følgende begivenheder i serien?",
|
133 |
+
"only_this_event":"Kun dette arrangement",
|
134 |
+
"all_other_events_in_the_series_will_remain_the_same":"Alle andre begivenheder i serien vil forblive den samme.",
|
135 |
+
"following_events":"følgende begivenheder",
|
136 |
+
"this_and_all_the_following_events_will_be_changed":"Dette og alle følgende begivenheder vil blive ændret.",
|
137 |
+
"any_changes_to_future_events_will_be_lost":"Eventuelle ændringer i fremtidige begivenheder vil gå tabt.",
|
138 |
+
"all_events":"Alle arrangementer",
|
139 |
+
"all_events_in_the_series_will_be_changed":"Alle begivenheder i serien vil blive ændret.",
|
140 |
+
"any_changes_made_to_other_events_will_be_kept":"Eventuelle ændringer til andre begivenheder vil blive holdt.",
|
141 |
+
"cancel_this_change":"Annullere denne ændring",
|
142 |
+
"delete_recurring_event":"Slet tilbagevendende begivenhed",
|
143 |
+
"would_you_like_to_delete_only_this_event_all_events_in_the_series_or_this_and_all_future_events_in_the_series":"Vil du kun slette denne begivenhed, alle begivenheder i serien, eller denne og alle fremtidige begivenheder i serien?",
|
144 |
+
"only_this_instance":"Kun denne forekomst",
|
145 |
+
"all_other_events_in_the_series_will_remain":"Alle andre begivenheder i serien vil forblive.",
|
146 |
+
"all_following":"All following",
|
147 |
+
"this_and_all_the_following_events_will_be_deleted":"Dette og alle følgende begivenheder vil blive slettet.",
|
148 |
+
"all_events_in_the_series":"Alle begivenheder i serien",
|
149 |
+
"all_events_in_the_series_will_be_deleted":"Alle begivenheder i serien vil blive slettet.",
|
150 |
+
"repeats":"Gentag",
|
151 |
+
"daily":"Daglig",
|
152 |
+
"every_weekday_monday_to_friday":"Hver ugedag (mandag til fredag)",
|
153 |
+
"every_monday_wednesday_and_friday":"Hver mandag, onsdag og fredag",
|
154 |
+
"every_tuesday_and_thursday":"Hver tirsdag og torsdag",
|
155 |
+
"weekly":"ugentlig",
|
156 |
+
"monthly":"Månedlig",
|
157 |
+
"yearly":"Årlig",
|
158 |
+
"repeat_every":"Gentag hver:",
|
159 |
+
"weeks":"uge",
|
160 |
+
"repeat_on":"Gentag på:",
|
161 |
+
"repeat_by":"Gentag efter:",
|
162 |
+
"day_of_the_month":"dag i måneden",
|
163 |
+
"day_of_the_week":"dag i ugen",
|
164 |
+
"starts_on":"starter på:",
|
165 |
+
"ends":"Slutter:",
|
166 |
+
"never":" Aldrig",
|
167 |
+
"after":"Efter",
|
168 |
+
"occurrences":"hændelse",
|
169 |
+
"summary":"resumé:",
|
170 |
+
"every":"Hver",
|
171 |
+
"weekly_on_weekdays":"Ugentlig på hverdage",
|
172 |
+
"weekly_on_monday_wednesday_friday":"Weekly på mandag, onsdag, fredag",
|
173 |
+
"weekly_on_tuesday_thursday":"ugentlig tirsdag, torsdag",
|
174 |
+
"on":"på",
|
175 |
+
"on_day":"en dag",
|
176 |
+
"on_the":"på",
|
177 |
+
"months":"måned",
|
178 |
+
"annually":"Årligt",
|
179 |
+
"years":"År",
|
180 |
+
"once":"Når",
|
181 |
+
"times":"gange",
|
182 |
+
"readmore":"read more",
|
183 |
+
"readmore_less":"less",
|
184 |
+
"until":"indtil"
|
185 |
+
}
|
186 |
+
});
|
DC_MultiViewCal/language/multiview_lang_de_DE.js
ADDED
@@ -0,0 +1,188 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
var i18n = jQuery.extend({}, i18n || {}, {
|
2 |
+
dcmvcal: {
|
3 |
+
dateformat: {
|
4 |
+
"fulldaykey": "ddMMyyyy",
|
5 |
+
"fulldayshow": "d L yyyy",
|
6 |
+
"fulldayvalue": "d/M/yyyy",
|
7 |
+
"Md": "W d/M",
|
8 |
+
"nDaysView": "d/M",
|
9 |
+
"listViewDate": "d L yyyy",
|
10 |
+
"Md3": "d L",
|
11 |
+
"separator": "/",
|
12 |
+
"year_index": 2,
|
13 |
+
"month_index": 1,
|
14 |
+
"day_index": 0,
|
15 |
+
"day": "d",
|
16 |
+
"sun2": "So",
|
17 |
+
"mon2": "Mo",
|
18 |
+
"tue2": "Di",
|
19 |
+
"wed2": "Mi",
|
20 |
+
"thu2": "Do",
|
21 |
+
"fri2": "Fr",
|
22 |
+
"sat2": "Sa",
|
23 |
+
"sun": "Son",
|
24 |
+
"mon": "Mon",
|
25 |
+
"tue": "Die",
|
26 |
+
"wed": "Mit",
|
27 |
+
"thu": "Don",
|
28 |
+
"fri": "Fre",
|
29 |
+
"sat": "Sam",
|
30 |
+
"sunday": "Sunday",
|
31 |
+
"monday": "Monday",
|
32 |
+
"tuesday": "Tuesday",
|
33 |
+
"wednesday": "Wednesday",
|
34 |
+
"thursday": "Thursday",
|
35 |
+
"friday": "Friday",
|
36 |
+
"saturday": "Saturday",
|
37 |
+
"jan": "Jan",
|
38 |
+
"feb": "Feb",
|
39 |
+
"mar": "Mär",
|
40 |
+
"apr": "Apr",
|
41 |
+
"may": "Mai",
|
42 |
+
"jun": "Jun",
|
43 |
+
"jul": "Jul",
|
44 |
+
"aug": "Aug",
|
45 |
+
"sep": "Sep",
|
46 |
+
"oct": "Okt",
|
47 |
+
"nov": "Nov",
|
48 |
+
"dec": "Dez",
|
49 |
+
"l_jan": "Januar",
|
50 |
+
"l_feb": "Februar",
|
51 |
+
"l_mar": "März",
|
52 |
+
"l_apr": "April",
|
53 |
+
"l_may": "Mai",
|
54 |
+
"l_jun": "Juni",
|
55 |
+
"l_jul": "Juli",
|
56 |
+
"l_aug": "August",
|
57 |
+
"l_sep": "September",
|
58 |
+
"l_oct": "Oktober",
|
59 |
+
"l_nov": "November",
|
60 |
+
"l_dec": "Dezember"
|
61 |
+
},
|
62 |
+
"no_implemented": "Keine implementiert", //"No implemented yet",
|
63 |
+
"to_date_view": "Hier klicken, um den Blick auf das aktuelle Datum", //"Click to the view of current date",
|
64 |
+
"i_undefined": "undefiniert", //"Undefined",
|
65 |
+
"allday_event": "Ganztägig", //
|
66 |
+
"repeat_event": "Wiederholung der Veranstaltung", //"Repeat event",
|
67 |
+
"time": "Zeit", //"Time",
|
68 |
+
"event": "Veranstaltung", //"Event",
|
69 |
+
"location": "Ort", //"Location",
|
70 |
+
"participant": "Teilnehmer", //"Participant",
|
71 |
+
"get_data_exception": "Ausnahme beim Abrufen von Daten", //"Exception when getting data",
|
72 |
+
"new_event": "Neuer Termin", //"New event",
|
73 |
+
"confirm_delete_event": "Bestätigen Sie dieses Event löschen?", //"Do you confirm to delete this event? ",
|
74 |
+
"confrim_delete_event_or_all": "Wollen Sie alle wiederholen Ereignisse oder nur dieses Event löschen? \ r \ nKlicken [OK], um nur diese Veranstaltung, klicken Sie auf [Cancel] löschen Sie alle Veranstaltungen", //"Do you want to delete all repeat events or only this event? \r\nClick [OK] to delete only this event, click [Cancel] delete all events",
|
75 |
+
"data_format_error": "Data format error!", //"Data format error! ",
|
76 |
+
"invalid_title": "Titel der Veranstaltung darf nicht leer sein oder enthält (lt;>)", //"Event title can not be blank or contains (lt;>)",
|
77 |
+
"view_no_ready": "View ist nicht bereit", //"View is not ready",
|
78 |
+
"example": "z. B. auf seiner Tagung in Raum 107", //"e.g., meeting at room 107",
|
79 |
+
"content": "Was", //"What",
|
80 |
+
"create_event": "Neues Event", //"Create event",
|
81 |
+
"update_detail": "Korrektur", //"Edit details",
|
82 |
+
"click_to_detail": "Details anzeigen", //"View details",
|
83 |
+
"i_delete": "löschen", //"Delete",
|
84 |
+
"i_save": "speichern", //"Save",
|
85 |
+
"i_close": "in der Nähe", //"Close",
|
86 |
+
"day_plural": "Tag", //"days",
|
87 |
+
"others": "andere", //"Others",
|
88 |
+
"item": "", //"",
|
89 |
+
"loading_data":"Daten werden geladen ...", //"Loading data...",
|
90 |
+
"request_processed":"Die Anfrage wird bearbeitet ...", //"The request is being processed ...",
|
91 |
+
"success":"Success!", //"Success!",
|
92 |
+
"are_you_sure_delete":"Sind Sie sicher, dieses Event löschen", //"Are you sure to delete this event",
|
93 |
+
"ok":"Ok", //"Ok",
|
94 |
+
"cancel":"kündigen", //"Cancel",
|
95 |
+
"manage_the_calendar":"Verwalten Sie die Kalender", //"Manage The Calendar",
|
96 |
+
"error_occurs":"Fehler tritt auf", //"Error occurs",
|
97 |
+
"color":"Farbe", //"Color",
|
98 |
+
"invalid_date_format":"Ungültiges Datumsformat", //"Invalid date format",
|
99 |
+
"invalid_time_format":"Ungültige Zeit-Format", //"Invalid time format",
|
100 |
+
"_simbol_not_allowed":"lt;> Nicht erlaubt", //"lt;> not allowed",
|
101 |
+
"subject":"Thema", //"Subject",
|
102 |
+
"time":"Zeit", //"Time",
|
103 |
+
"to":"zu", //"To",
|
104 |
+
"all_day_event":"Ganztägig", //"All Day Event",
|
105 |
+
"location":"Ort", //"Location",
|
106 |
+
"remark":"Beschreibung", //"Description",
|
107 |
+
"click_to_create_new_event":"Klicken Sie auf New Event erstellen", //"Click to Create New Event",
|
108 |
+
"new_event":"neuen Termin", //"New Event",
|
109 |
+
"click_to_back_to_today":"Klicken Sie, um heute wieder", //"Click to back to today",
|
110 |
+
"today":"heute", //"Today",
|
111 |
+
"sday":"Tag", //"Day",
|
112 |
+
"week":"Woche", //"Week",
|
113 |
+
"month":"Monat", //"Month",
|
114 |
+
"ndays":"Tag",
|
115 |
+
"list":"List",
|
116 |
+
"nmonth":"Vorschau", //"nMonth",
|
117 |
+
"refresh_view":"Ansicht aktualisieren", //"Refresh view",
|
118 |
+
"refresh":"aktualisieren", //"Refresh",
|
119 |
+
"prev":"Zurück", //"Prev",
|
120 |
+
"next":"nächste", //"Next",
|
121 |
+
"loading":"Laden", //"Loading",
|
122 |
+
"error_overlapping":"This event is overlapping another event",
|
123 |
+
"sorry_could_not_load_your_data":"Sorry, konnte nicht geladen werden Ihre Daten, versuchen Sie es später erneut", //"Sorry, could not load your data, please try again later",
|
124 |
+
"first":"First",
|
125 |
+
"second":"Second",
|
126 |
+
"third":"Third",
|
127 |
+
"fourth":"Fourth",
|
128 |
+
"last":"last",
|
129 |
+
"repeat":"Repeat: ",
|
130 |
+
"edit":"Edit",
|
131 |
+
"edit_recurring_event":"Edit recurring event",
|
132 |
+
"would_you_like_to_change_only_this_event_all_events_in_the_series_or_this_and_all_following_events_in_the_series":"Would you like to change only this event, all events in the series, or this and all following events in the series?",
|
133 |
+
"only_this_event":"Only this event",
|
134 |
+
"all_other_events_in_the_series_will_remain_the_same":"All other events in the series will remain the same.",
|
135 |
+
"following_events":"Following events",
|
136 |
+
"this_and_all_the_following_events_will_be_changed":"This and all the following events will be changed.",
|
137 |
+
"any_changes_to_future_events_will_be_lost":"Any changes to future events will be lost.",
|
138 |
+
"all_events":"All events",
|
139 |
+
"all_events_in_the_series_will_be_changed":"All events in the series will be changed.",
|
140 |
+
"any_changes_made_to_other_events_will_be_kept":"Any changes made to other events will be kept.",
|
141 |
+
"cancel_this_change":"Cancel this change",
|
142 |
+
"delete_recurring_event":"Delete recurring event",
|
143 |
+
"would_you_like_to_delete_only_this_event_all_events_in_the_series_or_this_and_all_future_events_in_the_series":"Would you like to delete only this event, all events in the series, or this and all future events in the series?",
|
144 |
+
"only_this_instance":"Only this instance",
|
145 |
+
"all_other_events_in_the_series_will_remain":"All other events in the series will remain.",
|
146 |
+
"all_following":"All following",
|
147 |
+
"this_and_all_the_following_events_will_be_deleted":"This and all the following events will be deleted.",
|
148 |
+
"all_events_in_the_series":"All events in the series",
|
149 |
+
"all_events_in_the_series_will_be_deleted":"All events in the series will be deleted.",
|
150 |
+
"repeats":"Repeats",
|
151 |
+
"daily":"Daily",
|
152 |
+
"every_weekday_monday_to_friday":"Every weekday (Monday to Friday)",
|
153 |
+
"every_monday_wednesday_and_friday":"Every Monday, Wednesday, and Friday",
|
154 |
+
"every_tuesday_and_thursday":"Every Tuesday, and Thursday",
|
155 |
+
"weekly":"Weekly",
|
156 |
+
"monthly":"Monthly",
|
157 |
+
"yearly":"Yearly",
|
158 |
+
"repeat_every":"Repeat every:",
|
159 |
+
"weeks":"weeks",
|
160 |
+
"repeat_on":"Repeat on:",
|
161 |
+
"repeat_by":"Repeat by:",
|
162 |
+
"day_of_the_month":"day of the month",
|
163 |
+
"day_of_the_week":"day of the week",
|
164 |
+
"starts_on":"Starts on:",
|
165 |
+
"ends":"Ends:",
|
166 |
+
"never":" Never",
|
167 |
+
"after":"After",
|
168 |
+
"occurrences":"occurrences",
|
169 |
+
"summary":"Summary:",
|
170 |
+
"every":"Every",
|
171 |
+
"weekly_on_weekdays":"Weekly on weekdays",
|
172 |
+
"weekly_on_monday_wednesday_friday":"Weekly on Monday, Wednesday, Friday",
|
173 |
+
"weekly_on_tuesday_thursday":"Weekly on Tuesday, Thursday",
|
174 |
+
"on":"on",
|
175 |
+
"on_day":"on day",
|
176 |
+
"on_the":"on the",
|
177 |
+
"months":"months",
|
178 |
+
"annually":"Annually",
|
179 |
+
"years":"years",
|
180 |
+
"once":"Once",
|
181 |
+
"times":"times",
|
182 |
+
"readmore":"read more",
|
183 |
+
"readmore_less":"less",
|
184 |
+
"readmore":"read more",
|
185 |
+
"readmore_less":"less",
|
186 |
+
"until":"until"
|
187 |
+
}
|
188 |
+
});
|
DC_MultiViewCal/language/multiview_lang_du_DU.js
ADDED
@@ -0,0 +1,188 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
var i18n = jQuery.extend({}, i18n || {}, {
|
2 |
+
dcmvcal: {
|
3 |
+
dateformat: {
|
4 |
+
"fulldaykey": "ddMMyyyy",
|
5 |
+
"fulldayshow": "d L yyyy",
|
6 |
+
"fulldayvalue": "d/M/yyyy",
|
7 |
+
"Md": "W d/M",
|
8 |
+
"nDaysView": "d/M",
|
9 |
+
"listViewDate": "d L yyyy",
|
10 |
+
"Md3": "d L",
|
11 |
+
"separator": "/",
|
12 |
+
"year_index": 2,
|
13 |
+
"month_index": 1,
|
14 |
+
"day_index": 0,
|
15 |
+
"day": "d",
|
16 |
+
"sun2": "Zo",
|
17 |
+
"mon2": "Ma",
|
18 |
+
"tue2": "Di",
|
19 |
+
"wed2": "Wo",
|
20 |
+
"thu2": "Do",
|
21 |
+
"fri2": "Vr",
|
22 |
+
"sat2": "Za",
|
23 |
+
"sun": "Zon",
|
24 |
+
"mon": "Maa",
|
25 |
+
"tue": "Din",
|
26 |
+
"wed": "Woe",
|
27 |
+
"thu": "Don",
|
28 |
+
"fri": "Vri",
|
29 |
+
"sat": "Zat",
|
30 |
+
"sunday": "Sunday",
|
31 |
+
"monday": "Monday",
|
32 |
+
"tuesday": "Tuesday",
|
33 |
+
"wednesday": "Wednesday",
|
34 |
+
"thursday": "Thursday",
|
35 |
+
"friday": "Friday",
|
36 |
+
"saturday": "Saturday",
|
37 |
+
"jan": "Jan",
|
38 |
+
"feb": "Feb",
|
39 |
+
"mar": "Maa",
|
40 |
+
"apr": "Apr",
|
41 |
+
"may": "Mei",
|
42 |
+
"jun": "Jun",
|
43 |
+
"jul": "Jul",
|
44 |
+
"aug": "Aug",
|
45 |
+
"sep": "Sep",
|
46 |
+
"oct": "Okt",
|
47 |
+
"nov": "Nov",
|
48 |
+
"dec": "dec",
|
49 |
+
"l_jan": "Januari",
|
50 |
+
"l_feb": "Februari",
|
51 |
+
"l_mar": "Maart",
|
52 |
+
"l_apr": "April",
|
53 |
+
"l_may": "Mei",
|
54 |
+
"l_jun": "Juni",
|
55 |
+
"l_jul": "Juli",
|
56 |
+
"l_aug": "Augustus",
|
57 |
+
"l_sep": "September",
|
58 |
+
"l_oct": "Oktober",
|
59 |
+
"l_nov": "November",
|
60 |
+
"l_dec": "december"
|
61 |
+
},
|
62 |
+
"no_implemented": "Nog niet geimplementeerd",
|
63 |
+
"to_date_view": "Klik hier om de vandaags datum te zien",
|
64 |
+
"i_undefined": "Onbepaald",
|
65 |
+
"allday_event": "Evenement van een hele dag",
|
66 |
+
"repeat_event": "Evenement herhalen",
|
67 |
+
"time": "Tijd",
|
68 |
+
"event": "Evenement",
|
69 |
+
"location": "Plaats",
|
70 |
+
"participant": "Deelnemer",
|
71 |
+
"get_data_exception": "Fout bij het verkrijgen van gegevens",
|
72 |
+
"new_event": "Nieuw evenement",
|
73 |
+
"confirm_delete_event": "Bevestigt U het verwijderen van dit evenement?",
|
74 |
+
"confrim_delete_event_or_all": "Wilt U alle herhaalde evenementen verwijderen, of alleen maar dit evenement? \r\n Klik op [OK] om alleen dit evenement te verwijderen, klik op [Annuleren] om alle herhaalde evenementen te verwijderen.",
|
75 |
+
"data_format_error": "Fout met het formaat van de gegevens",
|
76 |
+
"invalid_title": "Titel van het evenement kan niet leeg zijn of (lt;>) bevatten",
|
77 |
+
"view_no_ready": "Afbeelding is nog niet klaar",
|
78 |
+
"example": "Bijv. Bijeenkomst in zaal 107",
|
79 |
+
"content": "Wat",
|
80 |
+
"create_event": "Maak een evenement",
|
81 |
+
"update_detail": "Details wijzigen",
|
82 |
+
"click_to_detail": "Details bekijken",
|
83 |
+
"i_delete": "Verwijderen",
|
84 |
+
"i_save": "Opslaan",
|
85 |
+
"i_close": "Sluiten",
|
86 |
+
"day_plural": "Dagen",
|
87 |
+
"others": "Anderen",
|
88 |
+
"item": "",
|
89 |
+
"loading_data":"Gegevens worden geladen...",
|
90 |
+
"request_processed":"Het verzoek wordt verwerkt....",
|
91 |
+
"success":"Succes!",
|
92 |
+
"are_you_sure_delete":"Bent U zeker dat U dit evenement wilt verwijderen?",
|
93 |
+
"ok":"OK",
|
94 |
+
"cancel":"Annuleren",
|
95 |
+
"manage_the_calendar":"Agenda beheren",
|
96 |
+
"error_occurs":"Fout",
|
97 |
+
"color":"Kleur",
|
98 |
+
"invalid_date_format":"Ongeldige datumsformaat",
|
99 |
+
"invalid_time_format":"Ongeldige tijdsformaat",
|
100 |
+
"_simbol_not_allowed":"lt;> niet toegestaan",
|
101 |
+
"subject":"Onderwerp",
|
102 |
+
"time":"Tijd",
|
103 |
+
"to":"tot",
|
104 |
+
"all_day_event":"Evenement van een hele dag",
|
105 |
+
"location":"Plaats",
|
106 |
+
"remark":"Beschrijving",
|
107 |
+
"click_to_create_new_event":"Klik hier om een nieuw evenement te maken",
|
108 |
+
"new_event":"Nieuw evenement",
|
109 |
+
"click_to_back_to_today":"Klik hier om terug te gaan naar vandaag",
|
110 |
+
"today":"Vandaag",
|
111 |
+
"sday":"Dag",
|
112 |
+
"week":"Week",
|
113 |
+
"month":"Maand",
|
114 |
+
"ndays":"Dag",
|
115 |
+
"list":"List",
|
116 |
+
"nmonth":"nMaand",
|
117 |
+
"refresh_view":"Uitzicht vernieuwen",
|
118 |
+
"refresh":"Verversen",
|
119 |
+
"prev":"Vorige",
|
120 |
+
"next":"Volg.",
|
121 |
+
"loading":"Uw gegevens worden geladen.",
|
122 |
+
"error_overlapping":"This event is overlapping another event",
|
123 |
+
"sorry_could_not_load_your_data":"Uw gegevens kunnen helaas niet geladen worden, probeer het later nog eens.",
|
124 |
+
"first":"First",
|
125 |
+
"second":"Second",
|
126 |
+
"third":"Third",
|
127 |
+
"fourth":"Fourth",
|
128 |
+
"last":"last",
|
129 |
+
"repeat":"Repeat: ",
|
130 |
+
"edit":"Edit",
|
131 |
+
"edit_recurring_event":"Edit recurring event",
|
132 |
+
"would_you_like_to_change_only_this_event_all_events_in_the_series_or_this_and_all_following_events_in_the_series":"Would you like to change only this event, all events in the series, or this and all following events in the series?",
|
133 |
+
"only_this_event":"Only this event",
|
134 |
+
"all_other_events_in_the_series_will_remain_the_same":"All other events in the series will remain the same.",
|
135 |
+
"following_events":"Following events",
|
136 |
+
"this_and_all_the_following_events_will_be_changed":"This and all the following events will be changed.",
|
137 |
+
"any_changes_to_future_events_will_be_lost":"Any changes to future events will be lost.",
|
138 |
+
"all_events":"All events",
|
139 |
+
"all_events_in_the_series_will_be_changed":"All events in the series will be changed.",
|
140 |
+
"any_changes_made_to_other_events_will_be_kept":"Any changes made to other events will be kept.",
|
141 |
+
"cancel_this_change":"Cancel this change",
|
142 |
+
"delete_recurring_event":"Delete recurring event",
|
143 |
+
"would_you_like_to_delete_only_this_event_all_events_in_the_series_or_this_and_all_future_events_in_the_series":"Would you like to delete only this event, all events in the series, or this and all future events in the series?",
|
144 |
+
"only_this_instance":"Only this instance",
|
145 |
+
"all_other_events_in_the_series_will_remain":"All other events in the series will remain.",
|
146 |
+
"all_following":"All following",
|
147 |
+
"this_and_all_the_following_events_will_be_deleted":"This and all the following events will be deleted.",
|
148 |
+
"all_events_in_the_series":"All events in the series",
|
149 |
+
"all_events_in_the_series_will_be_deleted":"All events in the series will be deleted.",
|
150 |
+
"repeats":"Repeats",
|
151 |
+
"daily":"Daily",
|
152 |
+
"every_weekday_monday_to_friday":"Every weekday (Monday to Friday)",
|
153 |
+
"every_monday_wednesday_and_friday":"Every Monday, Wednesday, and Friday",
|
154 |
+
"every_tuesday_and_thursday":"Every Tuesday, and Thursday",
|
155 |
+
"weekly":"Weekly",
|
156 |
+
"monthly":"Monthly",
|
157 |
+
"yearly":"Yearly",
|
158 |
+
"repeat_every":"Repeat every:",
|
159 |
+
"weeks":"weeks",
|
160 |
+
"repeat_on":"Repeat on:",
|
161 |
+
"repeat_by":"Repeat by:",
|
162 |
+
"day_of_the_month":"day of the month",
|
163 |
+
"day_of_the_week":"day of the week",
|
164 |
+
"starts_on":"Starts on:",
|
165 |
+
"ends":"Ends:",
|
166 |
+
"never":" Never",
|
167 |
+
"after":"After",
|
168 |
+
"occurrences":"occurrences",
|
169 |
+
"summary":"Summary:",
|
170 |
+
"every":"Every",
|
171 |
+
"weekly_on_weekdays":"Weekly on weekdays",
|
172 |
+
"weekly_on_monday_wednesday_friday":"Weekly on Monday, Wednesday, Friday",
|
173 |
+
"weekly_on_tuesday_thursday":"Weekly on Tuesday, Thursday",
|
174 |
+
"on":"on",
|
175 |
+
"on_day":"on day",
|
176 |
+
"on_the":"on the",
|
177 |
+
"months":"months",
|
178 |
+
"annually":"Annually",
|
179 |
+
"years":"years",
|
180 |
+
"once":"Once",
|
181 |
+
"times":"times",
|
182 |
+
"readmore":"read more",
|
183 |
+
"readmore_less":"less",
|
184 |
+
"readmore":"read more",
|
185 |
+
"readmore_less":"less",
|
186 |
+
"until":"until"
|
187 |
+
}
|
188 |
+
});
|
DC_MultiViewCal/language/multiview_lang_en_GB.js
ADDED
@@ -0,0 +1,186 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
var i18n = jQuery.extend({}, i18n || {}, {
|
2 |
+
dcmvcal: {
|
3 |
+
dateformat: {
|
4 |
+
"fulldaykey": "MMddyyyy",
|
5 |
+
"fulldayshow": "L d yyyy",
|
6 |
+
"fulldayvalue": "M/d/yyyy",
|
7 |
+
"Md": "W M/d",
|
8 |
+
"nDaysView": "M/d",
|
9 |
+
"listViewDate": "L d yyyy",
|
10 |
+
"Md3": "L d",
|
11 |
+
"separator": "/",
|
12 |
+
"year_index": 2,
|
13 |
+
"month_index": 0,
|
14 |
+
"day_index": 1,
|
15 |
+
"day": "d",
|
16 |
+
"sun2": "Su",
|
17 |
+
"mon2": "Mo",
|
18 |
+
"tue2": "Tu",
|
19 |
+
"wed2": "We",
|
20 |
+
"thu2": "Th",
|
21 |
+
"fri2": "Fr",
|
22 |
+
"sat2": "Sa",
|
23 |
+
"sun": "Sun",
|
24 |
+
"mon": "Mon",
|
25 |
+
"tue": "Tue",
|
26 |
+
"wed": "Wed",
|
27 |
+
"thu": "Thu",
|
28 |
+
"fri": "Fri",
|
29 |
+
"sat": "Sat",
|
30 |
+
"sunday": "Sunday",
|
31 |
+
"monday": "Monday",
|
32 |
+
"tuesday": "Tuesday",
|
33 |
+
"wednesday": "Wednesday",
|
34 |
+
"thursday": "Thursday",
|
35 |
+
"friday": "Friday",
|
36 |
+
"saturday": "Saturday",
|
37 |
+
"jan": "Jan",
|
38 |
+
"feb": "Feb",
|
39 |
+
"mar": "Mar",
|
40 |
+
"apr": "Apr",
|
41 |
+
"may": "May",
|
42 |
+
"jun": "Jun",
|
43 |
+
"jul": "Jul",
|
44 |
+
"aug": "Aug",
|
45 |
+
"sep": "Sep",
|
46 |
+
"oct": "Oct",
|
47 |
+
"nov": "Nov",
|
48 |
+
"dec": "Dec",
|
49 |
+
"l_jan": "January",
|
50 |
+
"l_feb": "February",
|
51 |
+
"l_mar": "March",
|
52 |
+
"l_apr": "April",
|
53 |
+
"l_may": "May",
|
54 |
+
"l_jun": "June",
|
55 |
+
"l_jul": "July",
|
56 |
+
"l_aug": "August",
|
57 |
+
"l_sep": "September",
|
58 |
+
"l_oct": "October",
|
59 |
+
"l_nov": "November",
|
60 |
+
"l_dec": "December"
|
61 |
+
},
|
62 |
+
"no_implemented": "No implemented yet",
|
63 |
+
"to_date_view": "Click to the view of current date",
|
64 |
+
"i_undefined": "Undefined",
|
65 |
+
"allday_event": "All day event",
|
66 |
+
"repeat_event": "Repeat event",
|
67 |
+
"time": "Time",
|
68 |
+
"event": "Event",
|
69 |
+
"location": "Location",
|
70 |
+
"participant": "Participant",
|
71 |
+
"get_data_exception": "Exception when getting data",
|
72 |
+
"new_event": "New event",
|
73 |
+
"confirm_delete_event": "Do you confirm to delete this event? ",
|
74 |
+
"confrim_delete_event_or_all": "Do you want to delete all repeat events or only this event? \r\nClick [OK] to delete only this event, click [Cancel] delete all events",
|
75 |
+
"data_format_error": "Data format error! ",
|
76 |
+
"invalid_title": "Event title can not be blank or contains (lt;>)",
|
77 |
+
"view_no_ready": "View is not ready",
|
78 |
+
"example": "e.g., meeting at room 107",
|
79 |
+
"content": "What",
|
80 |
+
"create_event": "Create event",
|
81 |
+
"update_detail": "Edit details",
|
82 |
+
"click_to_detail": "View details",
|
83 |
+
"i_delete": "Delete",
|
84 |
+
"i_save": "Save",
|
85 |
+
"i_close": "Close",
|
86 |
+
"day_plural": "days",
|
87 |
+
"others": "Others",
|
88 |
+
"item": "",
|
89 |
+
"loading_data":"Loading data...",
|
90 |
+
"request_processed":"The request is being processed ...",
|
91 |
+
"success":"Success!",
|
92 |
+
"are_you_sure_delete":"Are you sure to delete this event",
|
93 |
+
"ok":"Ok",
|
94 |
+
"cancel":"Cancel",
|
95 |
+
"manage_the_calendar":"Manage The Calendar",
|
96 |
+
"error_occurs":"Error occurs",
|
97 |
+
"color":"Color",
|
98 |
+
"invalid_date_format":"Invalid date format",
|
99 |
+
"invalid_time_format":"Invalid time format",
|
100 |
+
"_simbol_not_allowed":"lt;> not allowed",
|
101 |
+
"subject":"Subject",
|
102 |
+
"time":"Time",
|
103 |
+
"to":"To",
|
104 |
+
"all_day_event":"All Day Event",
|
105 |
+
"location":"Location",
|
106 |
+
"remark":"Description",
|
107 |
+
"click_to_create_new_event":"Click to Create New Event",
|
108 |
+
"new_event":"New Event",
|
109 |
+
"click_to_back_to_today":"Click to back to today",
|
110 |
+
"today":"Today",
|
111 |
+
"sday":"Day",
|
112 |
+
"week":"Week",
|
113 |
+
"month":"Month",
|
114 |
+
"ndays":"Days",
|
115 |
+
"list":"List",
|
116 |
+
"nmonth":"nMonth",
|
117 |
+
"refresh_view":"Refresh view",
|
118 |
+
"refresh":"Refresh",
|
119 |
+
"prev":"Prev",
|
120 |
+
"next":"Next",
|
121 |
+
"loading":"Loading",
|
122 |
+
"error_overlapping":"This event is overlapping another event",
|
123 |
+
"sorry_could_not_load_your_data":"Sorry, could not load your data, please try again later",
|
124 |
+
"first":"First",
|
125 |
+
"second":"Second",
|
126 |
+
"third":"Third",
|
127 |
+
"fourth":"Fourth",
|
128 |
+
"last":"last",
|
129 |
+
"repeat":"Repeat: ",
|
130 |
+
"edit":"Edit",
|
131 |
+
"edit_recurring_event":"Edit recurring event",
|
132 |
+
"would_you_like_to_change_only_this_event_all_events_in_the_series_or_this_and_all_following_events_in_the_series":"Would you like to change only this event, all events in the series, or this and all following events in the series?",
|
133 |
+
"only_this_event":"Only this event",
|
134 |
+
"all_other_events_in_the_series_will_remain_the_same":"All other events in the series will remain the same.",
|
135 |
+
"following_events":"Following events",
|
136 |
+
"this_and_all_the_following_events_will_be_changed":"This and all the following events will be changed.",
|
137 |
+
"any_changes_to_future_events_will_be_lost":"Any changes to future events will be lost.",
|
138 |
+
"all_events":"All events",
|
139 |
+
"all_events_in_the_series_will_be_changed":"All events in the series will be changed.",
|
140 |
+
"any_changes_made_to_other_events_will_be_kept":"Any changes made to other events will be kept.",
|
141 |
+
"cancel_this_change":"Cancel this change",
|
142 |
+
"delete_recurring_event":"Delete recurring event",
|
143 |
+
"would_you_like_to_delete_only_this_event_all_events_in_the_series_or_this_and_all_future_events_in_the_series":"Would you like to delete only this event, all events in the series, or this and all future events in the series?",
|
144 |
+
"only_this_instance":"Only this instance",
|
145 |
+
"all_other_events_in_the_series_will_remain":"All other events in the series will remain.",
|
146 |
+
"all_following":"All following",
|
147 |
+
"this_and_all_the_following_events_will_be_deleted":"This and all the following events will be deleted.",
|
148 |
+
"all_events_in_the_series":"All events in the series",
|
149 |
+
"all_events_in_the_series_will_be_deleted":"All events in the series will be deleted.",
|
150 |
+
"repeats":"Repeats",
|
151 |
+
"daily":"Daily",
|
152 |
+
"every_weekday_monday_to_friday":"Every weekday (Monday to Friday)",
|
153 |
+
"every_monday_wednesday_and_friday":"Every Monday, Wednesday, and Friday",
|
154 |
+
"every_tuesday_and_thursday":"Every Tuesday, and Thursday",
|
155 |
+
"weekly":"Weekly",
|
156 |
+
"monthly":"Monthly",
|
157 |
+
"yearly":"Yearly",
|
158 |
+
"repeat_every":"Repeat every:",
|
159 |
+
"weeks":"weeks",
|
160 |
+
"repeat_on":"Repeat on:",
|
161 |
+
"repeat_by":"Repeat by:",
|
162 |
+
"day_of_the_month":"day of the month",
|
163 |
+
"day_of_the_week":"day of the week",
|
164 |
+
"starts_on":"Starts on:",
|
165 |
+
"ends":"Ends:",
|
166 |
+
"never":" Never",
|
167 |
+
"after":"After",
|
168 |
+
"occurrences":"occurrences",
|
169 |
+
"summary":"Summary:",
|
170 |
+
"every":"Every",
|
171 |
+
"weekly_on_weekdays":"Weekly on weekdays",
|
172 |
+
"weekly_on_monday_wednesday_friday":"Weekly on Monday, Wednesday, Friday",
|
173 |
+
"weekly_on_tuesday_thursday":"Weekly on Tuesday, Thursday",
|
174 |
+
"on":"on",
|
175 |
+
"on_day":"on day",
|
176 |
+
"on_the":"on the",
|
177 |
+
"months":"months",
|
178 |
+
"annually":"Annually",
|
179 |
+
"years":"years",
|
180 |
+
"once":"Once",
|
181 |
+
"times":"times",
|
182 |
+
"readmore":"read more",
|
183 |
+
"readmore_less":"less",
|
184 |
+
"until":"until"
|
185 |
+
}
|
186 |
+
});
|
DC_MultiViewCal/language/multiview_lang_es_ES.js
ADDED
@@ -0,0 +1,193 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|