templates/index.tmpl
author mpm@selenic.com
Sat, 20 Aug 2005 13:11:36 -0700
changeset 982 8d2e24bae760
parent 941 4cf418c2a013
child 1070 b55c6685c953
permissions -rw-r--r--
hgweb: convert index entries to list expansion style

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