templates/index.tmpl
author Vincent Wagelaar <vincent@ricardis.tudelft.nl>
Tue, 30 Aug 2005 21:58:44 +0200
changeset 1181 4f5001f5b4c3
parent 1125 a33a7a543803
child 2173 d1943df604c4
permissions -rw-r--r--
Make sure the repository names don't have slashes at the at or else in some cases env[path_info] will not find an defined repository. REQUEST_URI can contain a query_string appending the repository name would lead to corrupt urls.

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