-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit fd1554f
Showing
444 changed files
with
43,418 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<?php | ||
|
||
$plugin_cf['calendar']['backups']="5"; | ||
$plugin_cf['calendar']['calendar_shows_previous_and_next_month_button']="1"; | ||
$plugin_cf['calendar']['calendar_week_starts_monday']="1"; | ||
$plugin_cf['calendar']['calendar_weekend_day_1']="6"; | ||
$plugin_cf['calendar']['calendar_weekend_day_2']="7"; | ||
$plugin_cf['calendar']['date_delimiter']="."; | ||
$plugin_cf['calendar']['date_picker']="1"; | ||
$plugin_cf['calendar']['editor']=""; | ||
$plugin_cf['calendar']['editor_deletes_empty_lines_at_the_end']="1"; | ||
$plugin_cf['calendar']['editor_height']="200"; | ||
$plugin_cf['calendar']['eventlist_start_moves_with_clicked_event']="1"; | ||
$plugin_cf['calendar']['eventlist_template']=""; | ||
$plugin_cf['calendar']['filepath_calendar_background_images']="../backgroundimages/"; | ||
$plugin_cf['calendar']['filepath_data']=""; | ||
$plugin_cf['calendar']['input-field_additional_days_as_textarea']="2em"; | ||
$plugin_cf['calendar']['input-field_entry1_as_textarea']=""; | ||
$plugin_cf['calendar']['input-field_entry1_show_in_input_always']=""; | ||
$plugin_cf['calendar']['input-field_entry3_as_textarea']="2em"; | ||
$plugin_cf['calendar']['input-field_mainentry_as_textarea']="2em"; | ||
$plugin_cf['calendar']['popup_direction_big_calendar']=""; | ||
$plugin_cf['calendar']['popup_direction_small_calendar']="down"; | ||
$plugin_cf['calendar']['same-event-calendar_for_all_subsites']=""; | ||
$plugin_cf['calendar']['second-calendar_eventpage']=""; | ||
$plugin_cf['calendar']['second-calendar_filename']=""; | ||
$plugin_cf['calendar']['selectable_fonts']="Arial,sans-serif;Verdana,sans-serif;Tahoma,sans-serif;Trebuchet MS,sans-serif;Times New Roman,serif;Georgia,serif"; | ||
$plugin_cf['calendar']['selectable_fontsizes']="130%,125%,120%,115%,110%,105%,100%,95%,90%,85%,80%,75%,70%,65%, ,8pt,8.5pt,9pt,9.5pt,10pt,10.5pt,11pt,11.5pt,12pt,13pt,14pt, ,10px,11px,12px,13px,14px,15px,16px,17px,18px,19px,20px"; | ||
$plugin_cf['calendar']['selectable_lineheights']="1.3,1.35,1.4,1.45,1.5,1.55,1.6,1.65,1.7,1.75,1.8,1.85,1.9,1.95,2,2.05,2.1,1.15,2.2,2.25,2.3,2.35,2.4,2.45,2.5"; | ||
$plugin_cf['calendar']['style_headline_eventtype']="<h5 style='margin-top:2em; margin-bottom:.5em'>%s</h5>"; | ||
$plugin_cf['calendar']['style_headline_year']=""; | ||
$plugin_cf['calendar']['z-index']=""; | ||
|
||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
<?php | ||
|
||
//Big Calendar Settings | ||
//===================== | ||
$calendar_cf['show_bigcalendar_config']=""; | ||
|
||
$calendar_cf['test_calendar_template']=""; | ||
|
||
$calendar_cf['bigcalendar_month_year_headline_style']="h1"; | ||
|
||
$calendar_cf['bigcalendar_write_time']="1"; | ||
$calendar_cf['bigcalendar_symbol_if_no_time_given']=""; | ||
$calendar_cf['bigcalendar_write_event']="1"; | ||
$calendar_cf['bigcalendar_write_entry3']=""; | ||
$calendar_cf['bigcalendar_write_entry1']="1"; | ||
$calendar_cf['bigcalendar_anniversary_write_entry3']=""; | ||
$calendar_cf['bigcalendar_anniversary_write_age']=""; | ||
$calendar_cf['bigcalendar_line_between_entries']="1"; | ||
$calendar_cf['show_year_in_backend']="1"; | ||
|
||
|
||
//Small Calendar Settings | ||
//======================== | ||
$calendar_cf['show_smallcalendar_config']=""; | ||
$calendar_cf['dont_underline_longevents']=""; | ||
|
||
$calendar_cf['calendar-popup_big']="1"; | ||
$calendar_cf['titleattributepopup_entry3']="1"; | ||
|
||
|
||
//Pop-up Settings | ||
//================= | ||
$calendar_cf['show_popup_config']="1"; | ||
|
||
|
||
//Marquee Settings | ||
//================= | ||
$calendar_cf['marquee_number_of_events_shown']="5"; | ||
$calendar_cf['marquee_in_jquery']="1"; | ||
$calendar_cf['marquee_speed']="1"; | ||
$calendar_cf['marquee_height']="80"; | ||
$calendar_cf['marquee_headline_height']="20"; | ||
$calendar_cf['marquee_height_unit']="px"; | ||
$calendar_cf['marquee_1stline']="event"; | ||
$calendar_cf['marquee_2ndline']="event_entry3"; | ||
$calendar_cf['marquee_age']="date"; | ||
|
||
|
||
//Event-List Settings | ||
//=================== | ||
$calendar_cf['show_eventlist_config']="1"; | ||
$calendar_cf['show_eventlist_style']=""; | ||
|
||
$calendar_cf['test_event_list_template']=""; | ||
|
||
// $calendar_cf['eventlist_style']=""; | ||
|
||
$calendar_cf['icon-set']="1"; | ||
|
||
$calendar_cf['show_event_time']="1"; | ||
$calendar_cf['show_event_entry1']=""; | ||
$calendar_cf['show_event_entry3']="1"; | ||
$calendar_cf['show_event_link']="1"; | ||
$calendar_cf['show_event_description']="1"; | ||
$calendar_cf['show_description_nr_of_cells_indented']="1"; | ||
$calendar_cf['mastercolor']="#E3F7F3"; | ||
|
||
|
||
$calendar_cf['show_period_of_events']="1"; | ||
$calendar_cf['show_future_months']="12"; | ||
$calendar_cf['show_past_months']="2"; | ||
$calendar_cf['show_grey_past_events']="1"; | ||
$calendar_cf['show_no_past_event']=""; | ||
|
||
|
||
//Event Input Settings | ||
//====================== | ||
$calendar_cf['show_field_mark2']=""; | ||
$calendar_cf['show_field_no_marquee']="1"; | ||
$calendar_cf['show_field_booked_out']=""; | ||
$calendar_cf['show_field_daily_times']="1"; | ||
$calendar_cf['show_field_exceptions']="1"; | ||
$calendar_cf['show_field_multievent']="1"; | ||
$calendar_cf['show_field_weekly']="1"; | ||
$calendar_cf['show_field_yearly']="1"; | ||
|
||
|
||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<?php | ||
|
||
$plugin_mcf['calendar']['backups']="enum:0.1,2,3,4,5,6,7,8,9,10"; | ||
$plugin_mcf['calendar']['calendar_shows_previous_and_next_month_button']="bool"; | ||
$plugin_mcf['calendar']['calendar_week_starts_monday']="bool"; | ||
$plugin_mcf['calendar']['calendar_weekend_day_1']="enum:0,1,2,3,4,5,6,7"; | ||
$plugin_mcf['calendar']['calendar_weekend_day_2']="enum:0,1,2,3,4,5,6,7"; | ||
$plugin_mcf['calendar']['date_delimiter']="enum:.,-,/"; | ||
$plugin_mcf['calendar']['date_picker']="bool"; | ||
$plugin_mcf['calendar']['editor']="string"; | ||
$plugin_mcf['calendar']['editor_deletes_empty_lines_at_the_end']="bool"; | ||
$plugin_mcf['calendar']['editor_height']="string"; | ||
$plugin_mcf['calendar']['eventlist_start_moves_with_clicked_event']="bool"; | ||
$plugin_mcf['calendar']['eventlist_template']="function:calendar_getTemplates"; | ||
$plugin_mcf['calendar']['filepath_calendar_background_images']="string"; | ||
$plugin_mcf['calendar']['filepath_data']="string"; | ||
$plugin_mcf['calendar']['input-field_additional_days_as_textarea']="string"; | ||
$plugin_mcf['calendar']['input-field_entry1_as_textarea']="bool"; | ||
$plugin_mcf['calendar']['input-field_entry1_show_in_input_always']="bool"; | ||
$plugin_mcf['calendar']['input-field_entry3_as_textarea']="string"; | ||
$plugin_mcf['calendar']['input-field_mainentry_as_textarea']="string"; | ||
$plugin_mcf['calendar']['popup_direction_big_calendar']="enum:,down,right,left"; | ||
$plugin_mcf['calendar']['popup_direction_small_calendar']="enum:,down,right,left"; | ||
$plugin_mcf['calendar']['same-event-calendar_for_all_subsites']="bool"; | ||
$plugin_mcf['calendar']['second-calendar_eventpage']=""; | ||
$plugin_mcf['calendar']['second-calendar_filename']=""; | ||
$plugin_mcf['calendar']['selectable_fonts']="text"; | ||
$plugin_mcf['calendar']['selectable_fontsizes']="text"; | ||
$plugin_mcf['calendar']['selectable_lineheights']="text"; | ||
$plugin_mcf['calendar']['style_headline_eventtype']="text"; | ||
$plugin_mcf['calendar']['style_headline_year']="text"; | ||
$plugin_mcf['calendar']['z-index']="string"; | ||
|
||
?> |
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
#fullscreen { | ||
width:600px; | ||
margin:5px auto; | ||
} | ||
body { | ||
margin:0; | ||
} | ||
p,li { | ||
} | ||
|
||
i, em { | ||
color:#006; | ||
letter-spacing:0.05em; | ||
} | ||
.big, | ||
big { | ||
font-weight:bold; | ||
font-size:120%; | ||
color:#447 | ||
} | ||
small { | ||
color:#444; | ||
} | ||
img.left { | ||
float:left; | ||
margin:0 10px 2px 0; | ||
} | ||
img.left_under { | ||
clear:left; | ||
float:left; | ||
margin:0 10px 2px 0; | ||
} | ||
img.left2 { | ||
float:left; | ||
margin:0 40px 2px 0; | ||
} | ||
img.right { | ||
float:right; | ||
margin:0 0 2px 10px; | ||
} | ||
img.right_under { | ||
clear:right; | ||
float:right; | ||
margin:0 0 2px 10px; | ||
} | ||
.red { | ||
color:red; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,183 @@ | ||
/******************************************/ | ||
/* | ||
These css-value serve just to send some | ||
dummy values to the browser, so that the | ||
the browser cache will be overwritten. | ||
This is necessary, because if the changed | ||
css-file has some empty values, the browser | ||
will take old values from the cache. This | ||
is prevented through this dummy values. | ||
*/ | ||
/******************************************/ | ||
.calendar_main td { | ||
/*sc1*/line-height:inherit; | ||
/*sc2*/font-family:inherit; | ||
/*sc3*/font-size:inherit; | ||
} | ||
.calendar_monthyear { | ||
/* smallcalfontsize */ | ||
/*sc3*/font-size:inherit; | ||
} | ||
.bigcalendar_main { | ||
/*c2*/background-color:transparent; | ||
/*c3*/background-image: none; | ||
/*c4*/border-color:transparent; | ||
/*c5*/border-width:0; | ||
/*c37*/border-collapse:inherit; | ||
/*c6*/border-spacing:3px; | ||
} | ||
.bigcalendar_monthyear { | ||
/*c14*/margin-top:0; | ||
} | ||
.bigcalendar_main tr.weekdaynames td { | ||
/*c10*/padding-top:0; | ||
/*c11*/padding-bottom:0; | ||
} | ||
|
||
.bigcalendar_monthyear_color { | ||
/*c1*/color:; | ||
} | ||
.bigcalendar_monthyear span { | ||
/*all set by config*/ | ||
/*c31*/ | ||
border:none; | ||
background:none transparent; | ||
border-radius:0; | ||
padding:0; | ||
margin:0; | ||
box-shadow:0 0 0 transparent; | ||
opacity:1; | ||
font-size:100%; | ||
text-transform:none; | ||
word-spacing: 0; | ||
letter-spacing: 0; | ||
} | ||
/*daynames big calendar set via program*/ | ||
.bigcalendar_main .calendar_daynames span { | ||
border:none; | ||
background:transparent; | ||
border-radius:0 0 0 0; | ||
padding:0; | ||
box-shadow:0 0 0 transparent; | ||
opacity:1; | ||
font-size:inherit; | ||
text-transform:none; | ||
word-spacing: 0; | ||
letter-spacing: 0; | ||
} | ||
.bigcalendar_main .calendar_daynames span.today { | ||
/*c33*/ | ||
/*values for today‘s weekday*/ | ||
background:transparent; | ||
opacity:inherit; | ||
} | ||
.bigcalendar_main tr.calendardays { | ||
/*c34*/font-family:inherit; | ||
/*c35*/font-size:inherit; | ||
} | ||
.bigcalendar_main .eventday a { | ||
/*c20*/border-radius:0 0 0 0; | ||
} | ||
.bigcalendar_main td.calendar_weekend, | ||
.bigcalendar_main td.calendar_workday { | ||
/*c36*/border:none; | ||
/*c13*/height:inherit; | ||
vertical-align: top; | ||
text-align: left; | ||
line-height: 1.3; | ||
background:#fff; | ||
/*c22*/opacity:1; | ||
/*c20*/border-radius:0 0 0 0; | ||
/*c21*/box-shadow:0 0 0 white; | ||
} | ||
.calendar_today { | ||
/*c8*/background:transparent; | ||
} | ||
.calendar_shortevent3 { | ||
border-color:/*a8*/inherit; | ||
border-style:dotted; | ||
border-width:/*a9*/0; | ||
} | ||
.calendar_startevent3 { | ||
border-left-color:/*a8*/inherit; | ||
border-left-style:none; | ||
border-left-width:/*a9*/o; | ||
border-bottom-color:/*a8*/inherit; | ||
border-bottom-style:none; | ||
border-bottom-width:/*a9*/0; | ||
border-top-color:/*a8*/inherit; | ||
border-top-style:none; | ||
border-top-width:/*a9*/0; | ||
} | ||
.calendar_midevent3 { | ||
border-bottom-color:/*a8*/inherit; | ||
border-bottom-style:none; | ||
border-bottom-width:/*a9*/0; | ||
border-top-color:/*a8*/inherit; | ||
border-top-style:none; | ||
border-top-width:/*a9*/0; | ||
} | ||
.calendar_endevent3 { | ||
border-bottom-color:/*a8*/inherit; | ||
border-bottom-style:none; | ||
border-bottom-width:/*a9*/0; | ||
border-top-color:/*a8*/inheritv; | ||
border-top-style:none; | ||
border-top-width:/*a9*/0; | ||
border-right-color:/*a8*/inherit; | ||
border-right-style:none; | ||
border-right-width:/*a9*/0; | ||
} | ||
|
||
.calendar_startevent { | ||
border-left-color:/*a6*/inherit; | ||
border-left-style:none; | ||
border-left-width:/*a7*/0; | ||
border-bottom-style:none; | ||
border-bottom-color:/*a6*/inherit; | ||
border-bottom-width:/*a7*/0; | ||
} | ||
.calendar_midevent { | ||
border-bottom-style:none; | ||
border-bottom-color:/*a6*/inherit; | ||
border-bottom-width:/*a7*/0; | ||
} | ||
.calendar_endevent { | ||
border-bottom-style:none; | ||
border-bottom-color:/*a6*/inherit; | ||
border-bottom-width:/*a7*/0; | ||
border-right-color:/*a6*/inherit; | ||
border-right-style:none; | ||
border-right-width:/*a7*/0; | ||
} | ||
.bigcalendar_main .calendar_shortevent3 a, | ||
.bigcalendar_main .calendar_startevent3 a, | ||
.bigcalendar_main .calendar_midevent3 a, | ||
.bigcalendar_main .calendar_endevent3 a { | ||
border-bottom-color:/*a8*/inherit; | ||
border-bottom-style:none; | ||
border-bottom-width:/*a9*/inherit; | ||
} | ||
.calendar_today, .calendar_today a { | ||
/*sc6*/background-color:inherit; | ||
/*sc5*/color:inherit; | ||
/*sc7*/font-weight:inherit; | ||
} | ||
|
||
.calendar_main .calendar_birthday a { | ||
/*sc4*/background-image:none; | ||
background-position: inherit; | ||
background-repeat:inherit; | ||
} | ||
.anniversary { | ||
/*c19*/background-color:inherit; | ||
} | ||
span.anniversary .big { | ||
/*c19*/background-color:inherit; | ||
} | ||
|
||
/*different background-color for birthdays*/ | ||
.birthday_data_row td { | ||
/*b11*/background-color:; | ||
} | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.