templates/index.tmpl
author Vadim Gelfer <vadim.gelfer@gmail.com>
Mon, 17 Jul 2006 07:43:15 -0700
changeset 2623 d1cbfe9e13cd
parent 2173 d1943df604c4
permissions -rw-r--r--
fix problem with uncompressed clone and python 2.3.

#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 change</a></td>
        <td>&nbsp;</td>
    <tr>
    #entries%indexentry#
</table>

#footer#