// date format
// -----------
IMDateFormat="dd.mm.yyyy";


// css conf
// --------
IMCSSPanel="panel";

IMCSSHeadBlock="row_head";
IMCSSHead="head";

IMCSSArrowMonthPrev=["arrow_prev", "arrow_prev_over", "arrow_prev_down"];
IMCSSArrowMonthNext=["arrow_next", "arrow_next_over", "arrow_next_down"];

IMCSSArrowYearPrev=["arrow_prev", "arrow_prev_over", "arrow_prev_down"];
IMCSSArrowYearNext=["arrow_next", "arrow_next_over", "arrow_next_down"];

IMCSSWeekdayBlock="row_week";
IMCSSWeekday="weekday";

IMCSSDayBlock="row_day";
IMCSSDay=["day", "day_over", "day_down", "day_disabled"];
IMCSSDayCurrent=["day_current", "", ""]; // on-over-down
IMCSSDaySpecial=["day_special", "day_over", "day_down", "day_disabled"];
IMCSSDayOther=["day_other", "day_other_over", "day_down", "day_disabled"];
IMCSSDayOtherCurrent=["day_other_current", "", ""];
IMCSSDayOtherSpecial=["", "", "", ""];   // on-over-down-off
IMCSSDayEmpty="day_empty";

IMCSSVersion="2.9";

IMCSSFootBlock="row_foot";
IMCSSFootToday=["foot", "foot_over", "foot_down"];
IMCSSFootClear=["foot", "foot_over", "foot_down"];
IMCSSFootBack=["foot", "foot_over", "foot_down"];
IMCSSFootClose=["foot", "foot_over", "foot_down"];
IMCSSFootReset=["foot", "foot_over", "foot_down"];
IMCSSFootOther=[];


// layout conf
// -----------
IMMonthNames=["Januar", "Februar", "März", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Dezember"];
IMMonthShortNames=["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"];
IMMonthPrefix="";
IMMonthSuffix="";

IMYearDigits=["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"];
IMYearPrefix="";
IMYearSuffix="";

IMHeadSeparator=" ";   // separator string between year and month
IMHeadTagOrder=1;      // 1: month/year, 0: year/month
IMHeadTagAdjustment=1; // 1: 100% width, 0: actual width

IMArrowMonth=["&#139;", "&#155;"];
IMArrowYear=["&#171;", "&#187;"];
IMArrowSwitch=[1, 1];  // [year, month] 1:on, 0:off
IMArrowPosition=0;     // 0:in head block, 1:in foot block

// names for days
IMWeekdayNames=["Sontag", "Montag", "Dienstag", "Mittwoch", "Donnerstag", "Freitag", "Samstag", "Sontag"];
IMWeekdayShortNames=["So", "Mo", "Di", "Mi", "Do", "Fr", "Sa", "So"];
IMWeekdayDisplay=["So", "Mo", "Di", "Mi", "Do", "Fr", "Sa", "So"];

// foot links
IMFootTags=["Heute", "Löschen", "Zurück", "Schließen", "Reset", "_Today_", "_Back_", "_Reset_"];
IMFootTagSwitch=[1, 0, 0, 2, 0, 0, 0, 0]; // [today, clear, back, close, reset, _today_, _back_, _reset_] non-zero:display order, 0:off
IMFootTagAdjustment=0;                    // 1: % width, 0: actual width

// customized foot links
IMFootButtons=[];
IMFootButtonSwitch=[];
IMFootButtonLinks=[];

// easy workaround for grid style
IMGridWidth=0;         // used as cellspacing

// others
IMBaseZIndex=100;      // z-index for calendar layers
IMMultiCalendar=0;     // 1:multi-calendar, 0:single-calendar
IMShowCurrentDate=1;   // 1:highlight current date/today, 0:no highlight
IMWeekStart=1;         // 0:Sunday, 1:Monday
IMAutoHide=0;          // 0: no auto hide, non-zero:auto hide interval in ms
IMStickyMode=0;        // 0:non-sticky, 1:sticky
IMShowPrevNextMonth=1; // 0:not show, 1: show

// day contents
IMDayContents=["&nbsp;", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
IMDayContentsDisabled=IMDayContents;
IMDayContentsCurrent=IMDayContents;


// mod conf
// --------
IMModPath="mods/";
IMMods=[{"order": 0,  "mod": "Month/Year List",   "script": "mod_list.js"},
        {"order": 0,  "mod": "Date Range",        "script": "mod_date.js"},
        {"order": 0,  "mod": "Special Days",      "script": "mod_days.js"},
        {"order": 0,  "mod": "Date Info",         "script": "mod_info.js"},
        {"order": 0,  "mod": "Journal",           "script": "mod_journal.js"},
        {"order": 0,  "mod": "Date Link",         "script": "mod_link.js"},
        {"order": 0,  "mod": "Long Date Format",  "script": "mod_long.js"},
        {"order": 0,  "mod": "Tiles",             "script": "mod_tiles.js"},
        {"order": 0,  "mod": "Date Tips",         "script": "mod_tips.js"},
        {"order": 0,  "mod": "Time",              "script": "mod_time.js"}];

// Month/Year List Mod
IMCSSMonthYearList="list";

IMMonthListFormat="Month"; // Month, MONTH, Mon, Mon, mm
IMYearListRange=5;
IMYearListPrevRange="&#171;&nbsp;";
IMYearListNextRange="&nbsp;&#187;"

// Date Link Mod & Journal Mod
IMLinkBasePath="";
IMLinkTargetWindow="_blank";
IMLinkTargetWindowPara="location=1,menubar=1,resizable=1,scrollbars=1,status=1,titlebar=1,toolbar=1";

// Journal Mod
IMLinkPrefix="";
IMLinkSuffix=".html";
IMLinkDateFormat="yyyymmdd";

// Date Tips Mod
IMDateTipTiming=1000;
IMDateTipBoxTitleSwitch=1; // 1: show title, 0:don't show
IMDateTipBoxPosition=6;    // 0:date top, 3:date right, 6:date bottom, 9:date left
IMDateTipBoxAlign=1;       // 0:left, 1:center, 2:right, for position of 0 and 6
IMDateTipBoxValign=0;      // 0:top, 1:middle, 2:bottom, for position of 3 and 9
IMDateTipBoxOffsetX=0;
IMDateTipBoxOffsetY=6;
IMCSSDateTipBoxTitle="tip_title";
IMCSSDateTipBox="tip_box";

// Time Mod
// IMHours=["00", "01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11",
//          "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23"];     // full list of hours
// IMHours=["00", "03", "06", "09", "12", "15", "18", "21"];                             // simplified
IMHours=["00", "01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"];  // for AM/PM setting
//IMMinutes=["00", "01", "02", "03", "04", "05", "06", "07", "08", "09",
//           "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", 
//           "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", 
//           "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", 
//           "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", 
//           "50", "51", "52", "53", "54", "55", "56", "57", "58", "59"];                // full list of minutes
IMMinutes=["00", "05", "10", "15", "20", "25", "30", "35", "40", "45", "50", "55"];      // simplified
//IMSeconds=["00", "01", "02", "03", "04", "05", "06", "07", "08", "09",
//           "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", 
//           "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", 
//           "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", 
//           "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", 
//           "50", "51", "52", "53", "54", "55", "56", "57", "58", "59"];                // full list of seconds
IMSeconds=["00", "05", "10", "15", "20", "25", "30", "35", "40", "45", "50", "55"];      // simplified
IMAMPM=["AM", "PM"];       // to be used when "am" presents in date format
IMTimeBlockOrder=1;        // foot link order for time block
IMCSSTimeBlock=["","",""]; // CSS classes for the block of select lists, ["mouse-out", "mouse-over", "mouse-down"]
IMCSSTimeList="time_list"; // CSS class for the select list

// Popup-Window Version
IMWindowWidth=215;
IMWindowHeight=195;
IMWindowTemplate=""


// tooltips
IM_Today_is="Heute ist der ";
IM_Clear_the_date_input="Leere das Kalenderfeld";
IM_Scroll_to="Scrolle zu ";
IM_Close_the_calendar="Schließt den Kalender";
IM_Pick_the_default_date_of="Wähle das Standarddatum von ";
IM_Today="Heute";
IM_Scroll_to_this_date="Scrolle zu diesem Datum";
IM_Pick_the_default_date="Wähle das Standarddatum";
