<%If (Request("ID") = "Settings_Admin_ID") Then%> Admin ID

This is ID that will be used for logging into the control panel. <%ElseIf (Request("ID") = "Settings_Abbreviate_Days") Then%> Abbreviate Days

Choosing this will display the abbreviated version of the day names on the calendar. <%ElseIf (Request("ID") = "Settings_Abbreviate_Months") Then%> Abbreviate Months

Choosing this will display the abbreviated version of the month names on the calendar. <%ElseIf (Request("ID") = "Settings_Event_Display") Then%> Display Category Name

Choosing this will display the category name of the event on the calendar. Leaving this unchecked will display the name of the event on the calendar. <%ElseIf (Request("ID") = "Settings_Page_Title") Then%> Page Title

This is what will appear in the title bar of the web browser when viewing the calendar. <%ElseIf (Request("ID") = "Settings_Background_Color") Then%> Background Color

Background color of the calendar. <%ElseIf (Request("ID") = "Settings_Font_Color") Then%> Font Color

Default font color of the calendar. <%ElseIf (Request("ID") = "Settings_Link_Color") Then%> Link Color

Default link color of the calendar. <%ElseIf (Request("ID") = "Settings_Hover_Link_Color") Then%> Hover Link Color

Default hover link color of the calendar. <%ElseIf (Request("ID") = "Settings_Visited_Link_Color") Then%> Visited Link Color

Default visited link color of the calendar. <%ElseIf (Request("ID") = "Settings_Active_Link_Color") Then%> Active Link Color

Default active link color of the calendar. <%ElseIf (Request("ID") = "Settings_Weekday_Font") Then%> Weekday Font

Font face of the weekday names. <%ElseIf (Request("ID") = "Settings_Weekday_Font_Size") Then%> Weekday Font Size

Font size of the weekday names. <%ElseIf (Request("ID") = "Settings_Weekday_Font_Color") Then%> Weekday Font Color

Font color of the weekday names. <%ElseIf (Request("ID") = "Settings_Weekday_Background_Color") Then%> Weekday Background Color

Background color of the weekday name cells. <%ElseIf (Request("ID") = "Settings_Date_Font") Then%> Date Font

Font face of the day numbers. <%ElseIf (Request("ID") = "Settings_Date_Font_Size") Then%> Date Font Size

Font size of the day numbers. <%ElseIf (Request("ID") = "Settings_Date_Font_Color") Then%> Date Font Color

Font color of the day numbers. <%ElseIf (Request("ID") = "Settings_Date_Background_Color") Then%> Date Background Color

Background color of the day cells. <%ElseIf (Request("ID") = "Settings_Event_Font") Then%> Event Font

Font face of the event listings. <%ElseIf (Request("ID") = "Settings_Event_Font_Size") Then%> Event Font Size

Font size of the event listings. <%ElseIf (Request("ID") = "Settings_Event_Font_Color") Then%> Event Font Color

Font color of the event listings. <%ElseIf (Request("ID") = "Settings_Cell_Background_Color") Then%> Blank Cell Background Color

Background color of the empty cells on the calendar (cells which come before the first and after the last days of the month). <%ElseIf (Request("ID") = "Settings_Cell_Width") Then%> Cell Width

Width of the day cells. <%ElseIf (Request("ID") = "Settings_Cell_Height") Then%> Cell Height

Height of the day cells. <%ElseIf (Request("ID") = "Settings_Border_Size") Then%> Border Size

Size of the calendar border. <%ElseIf (Request("ID") = "Settings_Border_Color") Then%> Border Color

Color of the calendar border. <%ElseIf (Request("ID") = "Settings_Header") Then%> Header

HTML code that will appear on the page above the calendar code. <%ElseIf (Request("ID") = "Settings_Footer") Then%> Header

HTML code that will appear on the page after the calendar code. <%ElseIf (Request("ID") = "Settings_Password") Then%> Password

This is the password that will be used for logging into the control panel. <%ElseIf (Request("ID") = "Event_Name") Then%> Event Name

This is the name of the event. <%ElseIf (Request("ID") = "Event_Date") Then%> Event Date

This is the date of the event. <%ElseIf (Request("ID") = "Event_Time") Then%> Event Time

This is the time of the event. <%ElseIf (Request("ID") = "Event_Category") Then%> Event Category

This is the category of the event. You can create these categories by clicking on the "add category" link on the control panel navigation bar. <%ElseIf (Request("ID") = "Event_Location") Then%> Event Location

This is the location of the event. <%ElseIf (Request("ID") = "Event_Description") Then%> Event Description

This is the description of the event. <%End If%>