index.tmpl
26 lines
| 651 B
| application/x-cheetah
|
CheetahLexer
Dan Villiom Podlaski Christiansen
|
r9999 | {header} | ||
<title>Mercurial repositories index</title> | ||||
</head> | ||||
<body> | ||||
<div class="container"> | ||||
<div class="menu"> | ||||
Steven Stallion
|
r13964 | <a href="{logourl}"> | ||
Angel Ezquerra
|
r14913 | <img src="{staticurl}{logoimg}" width=75 height=90 border=0 alt="mercurial" /></a> | ||
Dan Villiom Podlaski Christiansen
|
r9999 | </div> | ||
<div class="main"> | ||||
<h2>Mercurial Repositories</h2> | ||||
<table class="bigtable"> | ||||
<tr> | ||||
<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> | ||||
Dan Villiom Podlaski Christiansen
|
r10301 | <th><a href="?sort={sort_lastchange}">Last modified</a></th> | ||
Dan Villiom Podlaski Christiansen
|
r9999 | <th> </th> | ||
</tr> | ||||
{entries%indexentry} | ||||
</table> | ||||
</div> | ||||
</div> | ||||
{footer} | ||||