comparison templates/old/fileannotate.tmpl @ 3263:fc34c031ff54

Rename default style to old
author Brendan Cully <brendan@kublai.com>
date Wed, 04 Oct 2006 17:04:40 -0700
parents templates/fileannotate.tmpl@79fd7a92f3e2
children
comparison
equal deleted inserted replaced
3262:3207e30bf468 3263:fc34c031ff54
1 #header#
2 <title>#repo|escape#: #file|escape# annotate</title>
3 </head>
4 <body>
5
6 <div class="buttons">
7 <a href="?cl=#rev#">changelog</a>
8 <a href="?sl=#rev#">shortlog</a>
9 <a href="?tags=">tags</a>
10 <a href="?cs=#node|short#">changeset</a>
11 <a href="?mf=#node|short#;path=#path|urlescape#">manifest</a>
12 <a href="?f=#node|short#;file=#file|urlescape#">file</a>
13 <a href="?fl=#node|short#;file=#file|urlescape#">revisions</a>
14 <a href="?fa=#node|short#;file=#file|urlescape#;style=raw">raw</a>
15 </div>
16
17 <h2>Annotate #file|escape#</h2>
18
19 <table>
20 <tr>
21 <td class="metatag">changeset #rev#:</td>
22 <td><a href="?cs=#node|short#">#node|short#</a></td></tr>
23 #rename%filerename#
24 #parent%fileannotateparent#
25 #child%fileannotatechild#
26 <tr>
27 <td class="metatag">author:</td>
28 <td>#author|obfuscate#</td></tr>
29 <tr>
30 <td class="metatag">date:</td>
31 <td>#date|date# (#date|age# ago)</td></tr>
32 <tr>
33 <td class="metatag">permissions:</td>
34 <td>#permissions|permissions#</td></tr>
35 </table>
36
37 <br/>
38
39 <table cellspacing="0" cellpadding="0">
40 #annotate%annotateline#
41 </table>
42
43 #footer#