view mercurial/templates/gitweb/index.tmpl @ 41320:f790a4e78e97

tests: add setsockopt() output on Python 3 Python 3 appears to call setsockopt() where Python 2 did not. Differential Revision: https://phab.mercurial-scm.org/D5652
author Gregory Szorc <gregory.szorc@gmail.com>
date Tue, 22 Jan 2019 18:11:34 -0800
parents eb7de21b15be
children
line wrap: on
line source

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