templates/index.tmpl
author TK Soh <teekaysoh@yahoo.com>
Fri, 23 Sep 2005 17:15:10 -0700
changeset 1334 0843e1bf2b97
parent 1125 a33a7a543803
child 2173 d1943df604c4
permissions -rw-r--r--
hgweb: fixed IE display problem on changelog page IE (v6.0) didn't seemed to comply to the 15% width on the left column of changelog display. Tested with IE v6.0 and Firefox 1.0.6.

#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>
        <td>&nbsp;</td>
    <tr>
    #entries%indexentry#
</table>

#footer#