This section of the configuration form allows the administrator or
webmaster to configure the template options for the particular calendar.
Note that any asp/php/perl code located with template files will NOT be executed! The
calendar will just read in each line of text, and output
each line to the web browser as it appears in your template files!
A screen shot of these configurable items can be seen below, followed by a
description of each:
See the section entitled
"Common Problems" if
you have trouble getting your templates to show.
Full Operating System Path to Header-template file
- If a header template file is desired, specify the full operating
system path to the header-template file. This path should start from the
root node of the server's operating system! The template file can be in
any format, but will be treated as a plain ascii-text file.
If left blank, the calendar assumes there is no header-template file.
Examples:
- Unix:
/var/yourwebsite/htdocs/calendar/templates/header_template.html
- Windows:
D:/inetpub/wwwroot/calendar/templates/header_template.txt
Full Operating System Path to Footer-template file
- If a footerer template file is desired, specify the full operating
system path to the footer-template file. This path should start from the
root node of the server's operating system! The template file can be in
any format, but will be treated as a plain ascii-text file.
If left blank, the calendar assumes there is no footer-template file.
Examples:
- Unix:
/var/yourwebsite/htdocs/calendar/templates/footer_template.html
- Windows:
D:/inetpub/wwwroot/calendar/templates/footer_template.txt
|