mercurial/templates/paper/index.tmpl
author Martin Geisler <mg@aragost.com>
Thu, 17 Feb 2011 09:20:44 +0100
branchstable
changeset 13432 5a5bd7614401
parent 10301 56b50194617f
child 13964 616ad3f6fd33
permissions -rw-r--r--
subrepo: break long line found by check-code

{header}
<title>Mercurial repositories index</title>
</head>
<body>

<div class="container">
<div class="menu">
<a href="http://mercurial.selenic.com/">
<img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a>
</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>
        <th><a href="?sort={sort_lastchange}">Last modified</a></th>
        <th>&nbsp;</th>
    </tr>
    {entries%indexentry}
</table>
</div>
</div>
{footer}