]> git.cworth.org Git - cworth.org/blobdiff - templates/page.tmpl
Add Robert Haight as another solver
[cworth.org] / templates / page.tmpl
index a645a01bb2529ac910c2ab4b842013a008295292..abf3c32969523612ebe67260ca6f15c61a1c4d71 100644 (file)
 <body>
 
 <div class="header">
-<span>
+<div id="logo">
+  <img alt="Carl Worth" src="/cworth-banner.png">
+</div>
+<h1>
 <TMPL_VAR TITLE>
-</span>
+</h1>
 <TMPL_IF NAME="SEARCHFORM">
 <TMPL_VAR SEARCHFORM>
 </TMPL_IF>
 <TMPL_IF NAME="EDITURL">
 <li><a href="<TMPL_VAR EDITURL>">Edit</a></li>
 </TMPL_IF>
+<!--
 <TMPL_IF NAME="RECENTCHANGESURL">
 <li><a href="<TMPL_VAR RECENTCHANGESURL>">RecentChanges</a></li>
 </TMPL_IF>
+-->
 <TMPL_IF NAME="HISTORYURL">
 <li><a href="<TMPL_VAR HISTORYURL>">History</a></li>
 </TMPL_IF>
@@ -70,6 +75,14 @@ Tags:
 <div class="pagedate">
 Last edited <TMPL_VAR NAME=MTIME>
 </div>
+<div id="contact">
+Comments? Please feel free to email me: cworth&#64;cworth.org
+</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>