templates/index.tmpl
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Wed, 05 Nov 2008 09:42:52 +0100
changeset 7313 15981c8f6cf1
parent 6905 248e54a9456e
permissions -rw-r--r--
paper: don't keep the menu affixed to the top This makes scrolling slow and causes browsers to use a lot of CPU time.

#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#