|
|
|
|
|
Title For This Page |
<html>If you are not in the WebDocs/ top level dir then set the top variable to point to this dir. Ie,
<!--#set var="top" value="../" --> or: <!--#set var="top" value="../../" -->The trailing / is mandatory!
Then everyone needs:
<!--#set var="title" value="Title For This Page" --> <!--#set var="contact" value="contact@email.edu" -->And one of
<!--#include virtual="main-header.html" -->
<!--#include virtual="../main-header.html" -->
<!--#include virtual="../../main-header.html" -->
Some of this boiler plate exists in WebDocs/head.html.
<h2><font face= "Verdana" color="#003399"> Some section heading </font></h3> Blah blah blah. Explain explain explain.
<hr> <font size="-2">Last Modified: $Date: $</font><br> <!--#include virtual="main-footer.html" --> </html>This boiler plate exists in WebDocs/tail.html. After you commit your file to CVS, the $Date: $ string will be filled with the correct value.
chmod +x your-file.htmlThis gives the server the hint to parse the file instead of treating it like plain HTML.
| Security, Privacy, Legal |
|