view templates/gitweb/index.tmpl @ 7012:78341ea65d16

restructure helptable When looking up a help topic, the key is now only matched against the short names for each topic, and not the header. So hg help 'Environment Variables' must be replaced with hg help env
author Martin Geisler <mg@daimi.au.dk>
date Tue, 09 Sep 2008 21:32:39 +0200
parents 3a1ffc1da32c
children cebdfdcc3e42
line wrap: on
line source

#header#
<title>Mercurial repositories index</title>
</head>
<body>

<div class="page_header">
    <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a>
    Repositories list
</div>

<table cellspacing="0">
    <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>
        <td>&nbsp;</td>
    </tr>
    #entries%indexentry#
</table>
<div class="page_footer">
#motd#
</div>
</body>
</html>