comparison templates/manifest.tmpl @ 3264:d1aa83f199ef

Update templates to use NewWebInterface
author Brendan Cully <brendan@kublai.com>
date Wed, 04 Oct 2006 17:04:40 -0700
parents 48395d2692de
children 46188b9528ca
comparison
equal deleted inserted replaced
3263:fc34c031ff54 3264:d1aa83f199ef
2 <title>#repo|escape#: manifest for changeset #node|short#</title> 2 <title>#repo|escape#: manifest for changeset #node|short#</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 #archives%archiveentry# 11 #archives%archiveentry#
12 </div> 12 </div>
13 13
14 <h2>manifest for changeset #node|short#: #path|escape#</h2> 14 <h2>manifest for changeset #node|short#: #path|escape#</h2>
15 15
16 <table cellpadding="0" cellspacing="0"> 16 <table cellpadding="0" cellspacing="0">
17 <tr class="parity1"> 17 <tr class="parity1">
18 <td><tt>drwxr-xr-x</tt>&nbsp; 18 <td><tt>drwxr-xr-x</tt>&nbsp;
19 <td><a href="?mf=#node|short#;path=#up|urlescape#">[up]</a> 19 <td><a href="#url#file/#node|short##up|urlescape#">[up]</a>
20 #dentries%manifestdirentry# 20 #dentries%manifestdirentry#
21 #fentries%manifestfileentry# 21 #fentries%manifestfileentry#
22 </table> 22 </table>
23 #footer# 23 #footer#