Installation and Configuration Guide

To install the template, simply extract the .ZIP file with full directory structure. Then edit the fields discussed below, and upload to your web server.

This template utilizes Server Side Includes (SSI) on the menu, header, and footer portions of the web site. Please ensure your server supports this function.

Modifying the menu highlight system

This template comes with a feature that highlights a part of the menu corresponding to the page that the user is viewing.

This allows the user to quickly identify their location within your site.

For the menu to work, each content page in this template has a variable called "title". It is located at the very top of the page's source. Be sure to give each page a title by filling out this variable:

	VALUE="page title here"

EXAMPLE: You are creating a page entitled "About the Department". The variable "title" VALUE="" should then read:

	<!--#set var="title" VALUE="About the Department"-->

The page's title is then referenced by the menu system highlights code.

For the menu system to highlight the link that the visitor is viewing, a unique portion of the page's title (VALUE="") must match what is placed in-between the / / in the menu (com_menu.shtml) system:

	<!--#if expr="${title} = / /"-->

Whatever text is placed between / / must also partly exist in the variable "title"'s VALUE=""

	<!--#if expr="${title} = /About/"-->

This will cause the menu to highlight the "About the Department" link when a user visits that page because the menu code and the page's title match.

NOTE: text inside of / / is CASE SENSITIVE. Match the words you are looking for exactly as they appear in the document's VAR "TITLE" VALUE=""

The template comes with a working example of the menu highlight system using a primary and secondary level page.

Areas Requiring Web Master Input/Edits

com_head.shtml

com_foot.shtml

com_menu.shtml

index.shtml/primary.shtml/secondary.shtm

Web Master Email Address

Edit the WEBMASTER address located at LINE 38 in the includes/com_foot.shtml document.

To help protect your email from spam, please use: http://medinfo.ufl.edu/cgi-bin/mailto.cgi?make=

This script will create a form so visitors can send email without viewing the destination's address.

Additional Notes