summary.tmpl
57 lines
| 1.9 KiB
| application/x-cheetah
|
CheetahLexer
Brendan Cully
|
r3234 | #header# | ||
<title>#repo|escape#: Summary</title> | ||||
Robert Bachmann
|
r5269 | <link rel="alternate" type="application/atom+xml" | ||
Kevin Christen
|
r5820 | href="{url}atom-log" title="Atom feed for #repo|escape#"/> | ||
Brendan Cully
|
r3234 | <link rel="alternate" type="application/rss+xml" | ||
Kevin Christen
|
r5820 | href="{url}rss-log" title="RSS feed for #repo|escape#"/> | ||
Brendan Cully
|
r3234 | </head> | ||
<body> | ||||
<div class="page_header"> | ||||
Kevin Christen
|
r5820 | <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">#repo|escape#</a> / summary | ||
Josef "Jeff" Sipek
|
r4468 | |||
<form action="{url}log"> | ||||
{sessionvars%hiddenformentry} | ||||
<div class="search"> | ||||
<input type="text" name="rev" /> | ||||
Brendan Cully
|
r3234 | </div> | ||
Josef "Jeff" Sipek
|
r4468 | </form> | ||
</div> | ||||
Brendan Cully
|
r3234 | <div class="page_nav"> | ||
Brendan Cully
|
r3271 | summary | | ||
Thomas Arendsen Hein
|
r3363 | <a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> | | ||
<a href="{url}log{sessionvars%urlparameter}">changelog</a> | | ||||
Augie Fackler
|
r6693 | <a href="{url}graph{sessionvars%urlparameter}">graph</a> | | ||
Thomas Arendsen Hein
|
r3363 | <a href="{url}tags{sessionvars%urlparameter}">tags</a> | | ||
Thomas Arendsen Hein
|
r6177 | <a href="{url}file/#node|short#{sessionvars%urlparameter}">files</a>#archives%archiveentry# | ||
Brendan Cully
|
r3234 | <br/> | ||
</div> | ||||
<div class="title"> </div> | ||||
<table cellspacing="0"> | ||||
<tr><td>description</td><td>#desc#</td></tr> | ||||
Thomas Arendsen Hein
|
r5780 | <tr><td>owner</td><td>#owner|obfuscate#</td></tr> | ||
Brendan Cully
|
r3355 | <tr><td>last change</td><td>#lastchange|rfc822date#</td></tr> | ||
Brendan Cully
|
r3234 | </table> | ||
Markus F.X.J. Oberhumer
|
r4710 | <div><a class="title" href="{url}shortlog{sessionvars%urlparameter}">changes</a></div> | ||
Brendan Cully
|
r3234 | <table cellspacing="0"> | ||
#shortlog# | ||||
Markus F.X.J. Oberhumer
|
r4710 | <tr class="light"><td colspan="4"><a class="list" href="{url}shortlog{sessionvars%urlparameter}">...</a></td></tr> | ||
Brendan Cully
|
r3234 | </table> | ||
Thomas Arendsen Hein
|
r3363 | <div><a class="title" href="{url}tags{sessionvars%urlparameter}">tags</a></div> | ||
Brendan Cully
|
r3234 | <table cellspacing="0"> | ||
#tags# | ||||
Thomas Arendsen Hein
|
r3363 | <tr class="light"><td colspan="3"><a class="list" href="{url}tags{sessionvars%urlparameter}">...</a></td></tr> | ||
Brendan Cully
|
r3234 | </table> | ||
greg@maptuit.com
|
r4300 | <div><a class="title" href="#">branches</a></div> | ||
<table cellspacing="0"> | ||||
{branches%branchentry} | ||||
<tr class="light"> | ||||
Josef "Jeff" Sipek
|
r4452 | <td colspan="4"><a class="list" href="#">...</a></td> | ||
greg@maptuit.com
|
r4300 | </tr> | ||
</table> | ||||
Brendan Cully
|
r3234 | #footer# | ||