Futzing about trying to see what's wrong with my hooks
[website] / templates / template.html
1 <?xml version="1.0" encoding="utf-8"?>    <!-- -*- html -*- -->
2 <!--#set var="css" value="EDIT ME! (rel path to css)" -->
3 <!--#set var="title" value="EDIT ME! (page title)" -->
4 <!--#set var="banner" value="EDIT ME! (main header in the top banner)" -->
5 <!--#set var="copyright" value="EDIT ME! (year(s) name)" -->
6
7 <!--#include virtual="/templates/header.template" -->
8 <!--#include virtual="/templates/menu.template" -->
9 <!--#include virtual="/templates/support.template" -->
10
11 <!-- YOUR CONTENT BEGINS HERE
12 DON'T add head, html, or body sections!  They are all handled in the
13 includes. 
14
15 Simply add your content using whatever html formating or whatnot you
16 like.  It will appear in the main section of the web page.
17
18 If you think you need to add something outside of the main area, you
19 probably are thinking wrong.  But check with Steve.
20
21 If you don't want stats collected on your page, remove the 2nd
22 last line in this file (the one that mentions "stats.template").
23
24 A note about meta tags:
25
26 Any meta tags you'd like to add to the new page go in their own file
27 in the templates directory.  The convention I've initiated is foo.html
28 has templates/foo-meta.template.  You'll also need to add it to
29 header.template where the other ones are.
30
31 Oh, there are two exceptions to the naming convention...
32
33   /index.html == templates/top-meta.template
34   /docs/index.html == templates/docs-meta.template
35
36 For the includes to work, your html file MUST be executable, so don't
37 forget to chmod it!
38
39 YOUR CONTENT ENDS HERE -->
40
41 <!--#include virtual="/templates/copyright.template" -->
42 <!--#include virtual="/templates/stats.template" -->
43 <!--#include virtual="/templates/footer.template" -->