]> git.cworth.org Git - cworth.org/blobdiff - templates/page.tmpl
Add email address to bottom of each page for comments.
[cworth.org] / templates / page.tmpl
index fd44a53be0a7e1e1a81d0950bfde16f79ef1a2b9..8198d5b4af26315d32a5a7db28d3e6cad01e8581 100644 (file)
 <body>
 
 <div class="header">
-<span>
-<TMPL_LOOP NAME="PARENTLINKS">
-<a href="<TMPL_VAR NAME=URL>"><TMPL_VAR NAME=PAGE></a>/ 
-</TMPL_LOOP>
+<div id="logo">
+  <img alt="Carl Worth" src="/cworth-banner.png">
+</div>
+<TMPL_UNLESS NAME="SUPPRESSTITLE">
+<h1>
 <TMPL_VAR TITLE>
-</span>
+</h1>
+</TMPL_UNLESS>
 <TMPL_IF NAME="SEARCHFORM">
 <TMPL_VAR SEARCHFORM>
 </TMPL_IF>
@@ -70,27 +72,17 @@ Tags:
 </div>
 </TMPL_IF>
 
-<TMPL_IF NAME="BACKLINKS">
-<div id="backlinks">
-Links:
-<TMPL_LOOP NAME="BACKLINKS">
-<a href="<TMPL_VAR NAME=URL>"><TMPL_VAR NAME=PAGE></a>
-</TMPL_LOOP>
-<TMPL_IF NAME="MORE_BACKLINKS">
-<span class="popup">...
-<span class="balloon">
-<TMPL_LOOP NAME="MORE_BACKLINKS">
-<a href="<TMPL_VAR NAME=URL>"><TMPL_VAR NAME=PAGE></a>
-</TMPL_LOOP>
-</span>
-</span>
-</TMPL_IF>
-</div>
-</TMPL_IF>
-
 <div class="pagedate">
 Last edited <TMPL_VAR NAME=MTIME>
 </div>
+<div id="contact">
+Comments? Please feel free to email me: cworth&#64;redhat.com
+</div>
+<div id="legal">
+Copyright © 2007 Carl D. Worth. Verbatim copying and distribution of
+this entire article are permitted worldwide, without royalty, in any
+medium, provided this notice is preserved.
+</div>
 
 </div>
 <TMPL_IF EXTRAFOOTER><TMPL_VAR EXTRAFOOTER></TMPL_IF>