<%
if SelectedCategory = "NONE" and Session("FirstName") = "" then
%>
Science.03: My Calendar
<%
else
%>
|
September 2003
|
Print
|
|
Sunday
|
Monday |
Tuesday |
Wednesday |
Thursday |
Friday |
Saturday
|
<%
if DefaultCategory = "" and SelectedCategory = "" then
%>
<%
end if
if SelectedCategory = "All" then
%>
Science.03: All Events
<%
elseif SelectedCategory = "" and DefaultCategory = "All" then
%>
Science.03: All Events
<%
end if
if SelectedCategory = "Highlights" then
%>
Science.03: Highlight Events
<%
elseif SelectedCategory = "" and DefaultCategory = "Highlights" then
%>
Science.03: Highlight Events
<%
end if
if SelectedCategory = "Public" then
%>
Science.03: Public Events
<%
elseif SelectedCategory = "" and DefaultCategory = "Public" then
%>
Science.03: Public Events
<%
end if
if SelectedCategory = "PrimaryAndSecondarySchool" then
%>
Science.03: Primary and Secondary School
Events
<%
elseif SelectedCategory = "" and DefaultCategory = "PrimaryAndSecondarySchool" then
%>
Science.03: Primary and Secondary School
Events
<%
end if
if SelectedCategory = "JuniorCollegesAndTertairyInstitutuions" then
%>
Science.03: Junior Colleges & Tertairy
Institution Events
<%
elseif SelectedCategory = "" and DefaultCategory = "JuniorCollegesAndTertairyInstitutuions" then
%>
Science.03: Junior Colleges & Tertairy
Institution Events
<%
end if
if SelectedCategory = "Professional" then
%>
Science.03: Professional Events
<%
elseif SelectedCategory = "" and DefaultCategory = "Professional" then
%>
Science.03: Professional Events
<%
end if
if SelectedCategory = "MyCalendar" then
%>
Science.03: My Calendar
<%
end if
%>
|
|
|
<%
end if ' if SelectedCategory = "NONE"
%>
<%
if SelectedCategory = "All" or (SelectedCategory = "" and DefaultCategory = "All") then
%>
<%
end if
if SelectedCategory = "Highlights" or (SelectedCategory = "" and DefaultCategory = "Highlights") then
%>
<%
end if
if SelectedCategory = "Public" or (SelectedCategory = "" and DefaultCategory = "Public") then
%>
<%
end if
if SelectedCategory = "PrimaryAndSecondarySchool" or (SelectedCategory = "" and DefaultCategory = "PrimaryAndSecondarySchool") then
%>
<%
end if
if SelectedCategory = "JuniorCollegesAndTertairyInstitutuions" or (SelectedCategory = "" and DefaultCategory = "JuniorCollegesAndTertairyInstitutuions") then
%>
<%
end if
if SelectedCategory = "Professional" or (SelectedCategory = "" and DefaultCategory = "Professional") then
%>
<%
end if
%>