comparison mercurial-tests/testData/bin/Templates/manifest.tmpl @ 0:a530ea876f55

mercurial support sources added
author Pavel.Sher
date Mon, 14 Jul 2008 18:22:05 +0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:a530ea876f55
1 #header#
2 <title>#repo|escape#: files for changeset #node|short#</title>
3 </head>
4 <body>
5
6 <div class="buttons">
7 <a href="#url#log/#rev#{sessionvars%urlparameter}">changelog</a>
8 <a href="#url#shortlog/#rev#{sessionvars%urlparameter}">shortlog</a>
9 <a href="#url#tags{sessionvars%urlparameter}">tags</a>
10 <a href="#url#rev/#node|short#{sessionvars%urlparameter}">changeset</a>
11 #archives%archiveentry#
12 </div>
13
14 <h2>files for changeset #node|short#: #path|escape#</h2>
15
16 <table cellpadding="0" cellspacing="0">
17 <tr class="parity#upparity#">
18 <td><tt>drwxr-xr-x</tt>&nbsp;
19 <td>&nbsp;
20 <td>&nbsp;
21 <td><a href="#url#file/#node|short##up|urlescape#{sessionvars%urlparameter}">[up]</a>
22 </tr>
23 #dentries%direntry#
24 #fentries%fileentry#
25 </table>
26 #footer#