comparison templates/gitweb/filelog.tmpl @ 3226:9d13e21f4e3c

Move gitweb theme into subdirectory
author Brendan Cully <brendan@kublai.com>
date Mon, 02 Oct 2006 17:30:45 -0700
parents templates/filelog-gitweb.tmpl@79fd7a92f3e2
children 36fa5db79dd5
comparison
equal deleted inserted replaced
3225:2f35961854fb 3226:9d13e21f4e3c
1 #header#
2 <title>#repo|escape#: File revisions</title>
3 <link rel="alternate" type="application/rss+xml"
4 href="?cmd=changelog;style=rss" title="RSS feed for #repo|escape#">
5 </head>
6 <body>
7
8 <div class="page_header">
9 <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> / file revisions
10 </div>
11
12 <div class="page_nav">
13 <a href="?cmd=summary;style=gitweb">summary</a> | <a href="?cmd=shortlog;style=gitweb">shortlog</a> | <a href="?cmd=changelog;style=gitweb">changelog</a> | <a href="?cmd=tags;style=gitweb">tags</a> | <a href="?cmd=file;file=#file|urlescape#;filenode=#node|short#;style=gitweb">file</a> | revisions | <a href="?cmd=annotate;file=#file|urlescape#;filenode=#node|short#;style=gitweb">annotate</a> | <a href="?fl=#node|short#;file=#file|urlescape#;style=rss">rss</a><br/>
14 </div>
15
16 <div class="title" >#file|urlescape#</div>
17
18 <table>
19 #entries%filelogentry#
20 </table>
21
22 #footer#