templates/index.tmpl
author mpm@selenic.com
Fri, 26 Aug 2005 13:59:14 -0700
changeset 1070 b55c6685c953
parent 982 8d2e24bae760
child 1125 a33a7a543803
permissions -rw-r--r--
hgwebdir index: change "author" to "contact"

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

<h2>Mercurial Repositories</h2>

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

#footer#