index.tmpl
26 lines
| 671 B
| application/x-cheetah
|
CheetahLexer
Matt Mackall
|
r6436 | {header} | ||
<title>Mercurial repositories index</title> | ||||
</head> | ||||
<body> | ||||
Brendan Cully
|
r6730 | <div class="container"> | ||
<div class="menu"> | ||||
<a href="http://www.selenic.com/mercurial/"> | ||||
<img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a> | ||||
</div> | ||||
<div class="main"> | ||||
Matt Mackall
|
r6436 | <h2>Mercurial Repositories</h2> | ||
Brendan Cully
|
r6730 | <table class="bigtable"> | ||
Matt Mackall
|
r6436 | <tr> | ||
Brendan Cully
|
r6730 | <th><a href="?sort={sort_name}">Name</a></th> | ||
<th><a href="?sort={sort_description}">Description</a></th> | ||||
<th><a href="?sort={sort_contact}">Contact</a></th> | ||||
<th><a href="?sort={sort_lastchange}">Last change</a></th> | ||||
<th> </th> | ||||
Matt Mackall
|
r6436 | <tr> | ||
{entries%indexentry} | ||||
</table> | ||||
Brendan Cully
|
r6730 | </div> | ||
</div> | ||||
Matt Mackall
|
r6436 | {footer} | ||