comparison templates/old/manifest.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/manifest.tmpl@48395d2692de
children
comparison
equal deleted inserted replaced
3262:3207e30bf468 3263:fc34c031ff54
1 #header#
2 <title>#repo|escape#: manifest for changeset #node|short#</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 #archives%archiveentry#
12 </div>
13
14 <h2>manifest for changeset #node|short#: #path|escape#</h2>
15
16 <table cellpadding="0" cellspacing="0">
17 <tr class="parity1">
18 <td><tt>drwxr-xr-x</tt>&nbsp;
19 <td><a href="?mf=#node|short#;path=#up|urlescape#">[up]</a>
20 #dentries%manifestdirentry#
21 #fentries%manifestfileentry#
22 </table>
23 #footer#