In order
for your calendar(s) to be displayed, you need to create an HTML
template file which the CyberCalendar application can use to diplay
its data. Depending on which calendar format you wish to use (i.e.
large or small calendars), you'll need to include special tags in
the template file which the CyberCalendar application will interpret.
How
to Create a Calendar Template
1) Create a normal
HTML page in your favorite HTML editor.
2) Insert one
or more of the following tags in the location on the page where
you want the calendar elements to appear:
For Large Calendars:
<!-- SHOW_LARGE_CALENDAR_AND_DATA
-->
This tag is the only
tag you will need to use to display all the elements of the large
calendar.
For Small Calendars:
<!-- SHOW_EVENT_INFO
-->
This tag causes the application
to display event listings, search results, and other application
content.
<!-- SHOW_CALENDAR
-->
This tag causes the application
to display the small calendar navigation box.
<!-- SHOW_CATEGORIES
-->
This causes the application
to display the "Filter by..." category list.
<!-- SHOW_SEARCH -->
This tag causes the application
to display the text search box.
<!-- SHOW_CALENDAR_LIST
-->
This tag causes the calendar
to display the list of available calendars.
Optional Common Tags:
The following tags can
be used in either a large-style or small-style calendar.
<!-- SHOW_PAGE_TITLE
-->
This is an optional
tag which you would put in place of the <title></title>
HTML tag.
<!-- SHOW_BODY_TAG
-->
This is an optional
tag which you would put in place of the opening <body>
tag.
|