templates/filelog.tmpl
changeset 142 529bf610092e
parent 138 c77a679e9cfa
child 153 e8a360cd5a9f
child 155 083c38bdfa64
--- a/templates/filelog.tmpl	Mon May 23 16:06:25 2005 -0800
+++ b/templates/filelog.tmpl	Mon May 23 20:57:48 2005 -0800
@@ -1,17 +1,16 @@
-Content-type: text/html
-
-<html>
+#header#
+<title>#repo#: #file# history</title>
+</head>
 <body>
 
+<div class=buttons>
 <a href="?cmd=changelog">changelog</a>
 <a href="?cmd=file&file=#file#&filenode=#filenode#">file</a>
 <a href="?cmd=annotate&file=#file#&filenode=#filenode#">annotate</a>
+</div>
 
 <h2>#file# revision history</h2>
 
-<table>
 #entries#
-</table>
 
-</body>
-</html>
\ No newline at end of file
+#footer#