Templates

All of the necessary HTML code used throughout this application is done through the use of a set of template files. These template files allow you to easily change the look and feel of the application without ever having to modify any of the scripts. This prevents you from ending up with multiple copies of different versions of the scripts scattered around your system. One would simply change the system configuration file telling it where the templates directory is and you'd be off and running.

The templates are based on a substitution model, where specific tags are placed within the template file and are replaced with other text at run-time. Note that replacement is case-insensitive (#error# is considered the same as #ERROR#).

All of the templates are placed within a single directory within your Webserver document root, allowing for ease of updates in case you have difficulty gaining access to the CGI directories on your Webserver.

The following templates are used throughout the application, and should be modified to match the look and feel of your site. Each of the pages below includes information as to what tags are available for use within the template file.

Client registration templates

Client statistics templates

Client editing templates

User registration templates

User verification templates

User deletion templates

Administrative templates