templates/index.tmpl
author Ollivier Robert <roberto@keltia.freenix.fr>
Sat, 27 Aug 2005 23:44:26 -0700
changeset 1124 725204f67d92
parent 1070 b55c6685c953
child 1125 a33a7a543803
permissions -rw-r--r--
Add the template.

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