diff templates/filelog.tmpl @ 138:c77a679e9cfa

Revamped templated hgweb
author mpm@selenic.com
date Mon, 23 May 2005 16:00:02 -0800
parents
children 529bf610092e
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/templates/filelog.tmpl
@@ -0,0 +1,17 @@
+Content-type: text/html
+
+<html>
+<body>
+
+<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>
+
+<h2>#file# revision history</h2>
+
+<table>
+#entries#
+</table>
+
+</body>
+</html>
\ No newline at end of file