comparison templates/filerevision.tmpl @ 3264:d1aa83f199ef

Update templates to use NewWebInterface
author Brendan Cully <brendan@kublai.com>
date Wed, 04 Oct 2006 17:04:40 -0700
parents 79fd7a92f3e2
children 46188b9528ca
comparison
equal deleted inserted replaced
3263:fc34c031ff54 3264:d1aa83f199ef
2 <title>#repo|escape#:#file|escape#</title> 2 <title>#repo|escape#:#file|escape#</title>
3 </head> 3 </head>
4 <body> 4 <body>
5 5
6 <div class="buttons"> 6 <div class="buttons">
7 <a href="?cl=#rev#">changelog</a> 7 <a href="#url#log/#rev#">changelog</a>
8 <a href="?sl=#rev#">shortlog</a> 8 <a href="#url#shortlog/#rev#">shortlog</a>
9 <a href="?tags=">tags</a> 9 <a href="#url#tags">tags</a>
10 <a href="?cs=#node|short#">changeset</a> 10 <a href="#url#rev/#node|short#">changeset</a>
11 <a href="?mf=#node|short#;path=#path|urlescape#">manifest</a> 11 <a href="#url#file/#node|short##path|urlescape#">manifest</a>
12 <a href="?fl=#node|short#;file=#file|urlescape#">revisions</a> 12 <a href="#url#log/#node|short#/#file|urlescape#">revisions</a>
13 <a href="?fa=#node|short#;file=#file|urlescape#">annotate</a> 13 <a href="#url#annotate/#node|short#/#file|urlescape#">annotate</a>
14 <a href="?f=#node|short#;file=#file|urlescape#;style=raw">raw</a> 14 <a href="#url#raw-file/#node|short#/#file|urlescape#">raw</a>
15 </div> 15 </div>
16 16
17 <h2>#file|escape#</h2> 17 <h2>#file|escape#</h2>
18 18
19 <table> 19 <table>
20 <tr> 20 <tr>
21 <td class="metatag">changeset #rev#:</td> 21 <td class="metatag">changeset #rev#:</td>
22 <td><a href="?cs=#node|short#">#node|short#</a></td></tr> 22 <td><a href="#url#rev/#node|short#">#node|short#</a></td></tr>
23 #rename%filerename# 23 #rename%filerename#
24 #parent%filerevparent# 24 #parent%filerevparent#
25 #child%filerevchild# 25 #child%filerevchild#
26 <tr> 26 <tr>
27 <td class="metatag">author:</td> 27 <td class="metatag">author:</td>