Everything that is required to make a new template page is stored in the /common/templates/ folder on the four web servers.
All development work should be done on the DEV server:
http://dev.bnl.gov/common/templates/
and then published up to the common folder on the other three servers.
All template elements are stored in the common folder and do not require any files to be stored locally in the local website.
If your site is not going to have a navigation bar,
then you do not have to create a customized bannerNav.inc file.
This is especially useful for small sites and single web pages.
There are two files
/common/templates/bannerNav/bannerNav_variable-asp.inc
/common/templates/bannerNav/bannerNav_variable-php.inc
that can be used in conjunction with local variables that you set on your site's pages.
Set the following local variables on your site pages:
For PHP pages:
$bannerTitle
$bannerSub
For ASP pages:
bannerTitle
bannerSub
Important: do not modify the contents of these two bannerNav.in files!
The BNL web template is broken down into the following sections:
/common/templates/global/includes/header.inc
/common/templates/searchbox/search_generic.inc
/common/templates/bannerNav/bannerNav_template.inc
/common/templates/footer/zz-TEMPLATE.inc