Mercurial > hg
comparison templates/gitweb/fileannotate.tmpl @ 3234:9d13e21f4e3c
Move gitweb theme into subdirectory
author | Brendan Cully <brendan@kublai.com> |
---|---|
date | Mon, 02 Oct 2006 17:30:45 -0700 |
parents | templates/fileannotate-gitweb.tmpl@79fd7a92f3e2 |
children | 36fa5db79dd5 |
comparison
equal
deleted
inserted
replaced
3233:2f35961854fb | 3234:9d13e21f4e3c |
---|---|
1 #header# | |
2 <title>#repo|escape#: Annotate</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> / annotate | |
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="?mf=#node|short#;path=#path|urlescape#;style=gitweb">manifest</a> | <a href="?cmd=changeset;node=#node#;style=gitweb">changeset</a> | <a href="?cmd=file;file=#file|urlescape#;filenode=#node|short#;style=gitweb">file</a> | <a href="?cmd=filelog;file=#file|urlescape#;filenode=#node|short#;style=gitweb">revisions</a> | annotate | <a href="?cmd=annotate;file=#file|urlescape#;filenode=#node|short#;style=raw">raw</a><br/> | |
14 </div> | |
15 | |
16 <div class="title">#file|escape#</div> | |
17 | |
18 <table> | |
19 <tr> | |
20 <td class="metatag">changeset #rev#:</td> | |
21 <td><a href="?cs=#node|short#;style=gitweb">#node|short#</a></td></tr> | |
22 #rename%filerename# | |
23 #parent%fileannotateparent# | |
24 #child%fileannotatechild# | |
25 <tr> | |
26 <td class="metatag">manifest:</td> | |
27 <td><a href="?mf=#node|short#;path=/;style=gitweb">#node|short#</a></td></tr> | |
28 <tr> | |
29 <td class="metatag">author:</td> | |
30 <td>#author|obfuscate#</td></tr> | |
31 <tr> | |
32 <td class="metatag">date:</td> | |
33 <td>#date|date# (#date|age# ago)</td></tr> | |
34 <tr> | |
35 <td class="metatag">permissions:</td> | |
36 <td>#permissions|permissions#</td></tr> | |
37 </table> | |
38 | |
39 <div class="page_body"> | |
40 <table> | |
41 #annotate%annotateline# | |
42 </table> | |
43 </div> | |
44 | |
45 #footer# |