mercurial/templates/spartan/index.tmpl
author Idan Kamara <idankk86@gmail.com>
Mon, 25 Apr 2011 13:03:26 +0300
changeset 14009 64de9ca66511
parent 10301 56b50194617f
child 18258 bebb05a7e249
permissions -rw-r--r--
check-code: separate warnings to avoid repetitive str.startswith

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

<h2>Mercurial Repositories</h2>

<table>
    <tr>
        <td><a href="?sort={sort_name}">Name</a></td>
        <td><a href="?sort={sort_description}">Description</a></td>
        <td><a href="?sort={sort_contact}">Contact</a></td>
        <td><a href="?sort={sort_lastchange}">Last modified</a></td>
        <td>&nbsp;</td>
    </tr>
    {entries%indexentry}
</table>

{footer}