diff templates/filelog-gitweb.tmpl @ 1576:145cc9f68c05

File log and some FIXMEs
author Josef "Jeff" Sipek <jeffpc@optonline.net>
date Sat, 10 Dec 2005 00:09:13 -0500
parents 385b8872b8e3
children f2ebd5251e88
line wrap: on
line diff
--- a/templates/filelog-gitweb.tmpl	Mon Dec 05 07:07:40 2005 -0500
+++ b/templates/filelog-gitweb.tmpl	Sat Dec 10 00:09:13 2005 -0500
@@ -1,9 +1,20 @@
 #header#
-<div class="page_nav">
-<a href="?cmd=summary;style=gitweb">summary</a> | <a href="?cmd=changelog;style=gitweb">log</a> | <a href="?cmd=tags;style=gitweb">tags</a> | <a href="?cmd=file;file=#file#;filenode=#filenode#;style=gitweb">file</a> | <a href="?cmd=annotate;file=#file#;filenode=#filenode#;style=gitweb">annotate</a><br/>
+<title>#repo|escape#: Manifest</title>
+<link rel="alternate" type="application/rss+xml"
+   href="?cmd=changelog;style=rss" title="RSS feed for #repo|escape#">
+</head>
+<body>
+
+<div class="page_header">
+<a href="http://www.selenic.com/mercurial/" title="Mercurial"><div style="float:right;">Mercurial</div></a><a href="?cmd=summary;style=gitweb">#repo|escape#</a> / manifest
 </div>
 
-<!--FIXME: the entries have wrong format -->
-#entries#
+<div class="page_nav">
+<a href="?cmd=summary;style=gitweb">summary</a> | <a href="?cmd=changelog;style=gitweb">changelog</a> | <a href="?cmd=tags;style=gitweb">tags</a> | <a href="?cmd=file;file=#file#;filenode=#filenode#;style=gitweb">file</a> | revisions | <a href="?cmd=annotate;file=#file#;filenode=#filenode#;style=gitweb">annotate</a> | <a href="?fl=#filenode|short#;file=#file#;style=rss">rss</a><br/>
+</div>
+
+<table>
+#entries%filelogentry#
+</table>
 
 #footer#