mercurial/templates/gitweb/index.tmpl
author Simon Sapin <simon.sapin@octobus.net>
Tue, 09 Nov 2021 19:09:57 +0100
changeset 48339 a2e278b5e265
parent 30765 eb7de21b15be
permissions -rw-r--r--
rhg: [encode] and [decode] config sections are not supported Differential Revision: https://phab.mercurial-scm.org/D11761

{header}
<title>Mercurial repositories index</title>
</head>
<body>

<div class="page_header">
    <a href="{logourl}" title="Mercurial" style="float: right;">Mercurial</a>
    <a href="/">Mercurial</a> {pathdef%breadcrumb}
</div>

<table cellspacing="0">
    <tr>
        <td><a href="?sort={sort_name}">Name</a></td>
        <td><a href="?sort={sort_description}">Description</a></td>
        <td><a href="?sort={sort_contact}">Contact</a></td>
        <td><a href="?sort={sort_lastchange}">Last modified</a></td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
    </tr>
    {entries%indexentry}
</table>
<div class="page_footer">
{motd}
</div>
</body>
</html>