manifest.tmpl
36 lines
| 1.3 KiB
| application/x-cheetah
|
CheetahLexer
Brendan Cully
|
r3234 | #header# | ||
<title>#repo|escape#: Manifest</title> | ||||
Robert Bachmann
|
r5269 | <link rel="alternate" type="application/atom+xml" | ||
href="{url}atom-log" title="Atom feed for #repo|escape#"> | ||||
Brendan Cully
|
r3234 | <link rel="alternate" type="application/rss+xml" | ||
Brendan Cully
|
r3271 | href="{url}rss-log" title="RSS feed for #repo|escape#"> | ||
Brendan Cully
|
r3234 | </head> | ||
<body> | ||||
<div class="page_header"> | ||||
Thomas Arendsen Hein
|
r3363 | <a href="http://www.selenic.com/mercurial/" title="Mercurial"><div style="float:right;">Mercurial</div></a><a href="{url}summary{sessionvars%urlparameter}">#repo|escape#</a> / manifest | ||
Brendan Cully
|
r3234 | </div> | ||
<div class="page_nav"> | ||||
Thomas Arendsen Hein
|
r3363 | <a href="{url}summary{sessionvars%urlparameter}">summary</a> | | ||
<a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> | | ||||
<a href="{url}log{sessionvars%urlparameter}">changelog</a> | | ||||
<a href="{url}tags{sessionvars%urlparameter}">tags</a> | | ||||
Brendan Cully
|
r3271 | manifest | | ||
Thomas Arendsen Hein
|
r3363 | <a href="{url}rev/#node|short#{sessionvars%urlparameter}">changeset</a> #archives%archiveentry#<br/> | ||
Brendan Cully
|
r3234 | </div> | ||
Josef "Jeff" Sipek
|
r4538 | <div class="title">#path|escape# <span class="logtags">{branches%branchtag}{tags%tagtag}</span></div> | ||
Brendan Cully
|
r3234 | <table cellspacing="0"> | ||
Josef "Jeff" Sipek
|
r4458 | <tr class="parity#upparity#"> | ||
Brendan Cully
|
r3234 | <td style="font-family:monospace">drwxr-xr-x</td> | ||
Matt Mackall
|
r3305 | <td style="font-family:monospace"></td> | ||
Thomas Arendsen Hein
|
r5273 | <td style="font-family:monospace"></td> | ||
Thomas Arendsen Hein
|
r3363 | <td><a href="{url}file/#node|short##up|urlescape#{sessionvars%urlparameter}">[up]</a></td> | ||
Brendan Cully
|
r3234 | <td class="link"> </td> | ||
</tr> | ||||
#dentries%manifestdirentry# | ||||
#fentries%manifestfileentry# | ||||
</table> | ||||
Josef "Jeff" Sipek
|
r4453 | |||
Brendan Cully
|
r3234 | #footer# | ||