DO NOT EDIT THESE FILES
The files in this directory provide the application code of the web based interface for TraffAcct. You can change the look and feel of the web interface by using the templates. To create your own templates simply
cd Examples
mkdir MyTemplate
cp Standard/* MyTemplate
cd ..
rm -f Templates
ln -s Examples/MyTemplate Templates
The web pages load their HTML header and footer from files in Templates so by creating a symbolic link from Templates to your newly created template directory the pages will load your files. Now you can edit the template header and footer files to create the look you want. When you upgrade TraffAcct you simply need to copy your template directory to your new installation.
Note: If you edit the .ehtml files contained in this directory then ALL YOUR MODIFICATIONS WILL BE LOST WHEN YOU UPGRADE TO THE NEXT VERSION !!!!
