manifest.tmpl
27 lines
| 799 B
| application/x-cheetah
|
CheetahLexer
/ templates / manifest.tmpl
mpm@selenic.com
|
r142 | #header# | ||
Thomas Arendsen Hein
|
r6177 | <title>#repo|escape#: files for changeset #node|short#</title> | ||
mpm@selenic.com
|
r142 | </head> | ||
mpm@selenic.com
|
r138 | <body> | ||
jake@edge2.net
|
r154 | <div class="buttons"> | ||
Thomas Arendsen Hein
|
r3363 | <a href="#url#log/#rev#{sessionvars%urlparameter}">changelog</a> | ||
<a href="#url#shortlog/#rev#{sessionvars%urlparameter}">shortlog</a> | ||||
Augie Fackler
|
r6693 | <a href="#url#graph{sessionvars%urlparameter}">graph</a> | ||
Thomas Arendsen Hein
|
r3363 | <a href="#url#tags{sessionvars%urlparameter}">tags</a> | ||
<a href="#url#rev/#node|short#{sessionvars%urlparameter}">changeset</a> | ||||
Thomas Arendsen Hein
|
r1498 | #archives%archiveentry# | ||
mpm@selenic.com
|
r142 | </div> | ||
mpm@selenic.com
|
r138 | |||
Thomas Arendsen Hein
|
r6177 | <h2>files for changeset #node|short#: #path|escape#</h2> | ||
mpm@selenic.com
|
r138 | |||
mpm@selenic.com
|
r359 | <table cellpadding="0" cellspacing="0"> | ||
Josef "Jeff" Sipek
|
r4458 | <tr class="parity#upparity#"> | ||
mpm@selenic.com
|
r359 | <td><tt>drwxr-xr-x</tt> | ||
Matt Mackall
|
r3305 | <td> | ||
Thomas Arendsen Hein
|
r5273 | <td> | ||
Thomas Arendsen Hein
|
r3363 | <td><a href="#url#file/#node|short##up|urlescape#{sessionvars%urlparameter}">[up]</a> | ||
Matt Mackall
|
r3305 | </tr> | ||
Thomas Arendsen Hein
|
r6177 | #dentries%direntry# | ||
#fentries%fileentry# | ||||
mpm@selenic.com
|
r359 | </table> | ||
jake@edge2.net
|
r153 | #footer# | ||