templates/index.tmpl
author Thomas Arendsen Hein <thomas@intevation.de>
Fri, 26 Aug 2005 09:15:04 +0200
changeset 1051 3c918b7ad8da
parent 982 8d2e24bae760
child 1070 b55c6685c953
permissions -rw-r--r--
Clean up displaying help of global options, only one row per option.

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

<h2>Mercurial Repositories</h2>

<table>
    <tr>
        <td>Name</td>
        <td>Description</td>
        <td>Author</td>
        <td>Last change</td>
    <tr>
    #entries%indexentry#
</table>

#footer#