mercurial/templates/monoblue/index.tmpl
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 13 Jun 2024 09:52:39 +0200
branchstable
changeset 51643 96cb63a86ee5
parent 30765 eb7de21b15be
permissions -rw-r--r--
test: better glob some timing related line to avoid flakiness If we go over 10 seconds, the number of white space changes.

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

<body>
<div id="container">
    <div class="page-header">
        <h1 class="breadcrumb"><a href="/">Mercurial</a> {pathdef%breadcrumb}</h1>
        <ul class="page-nav">
        </ul>
    </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>

    <div id="powered-by">
        <p><a href="{logourl}" title="Mercurial"><img src="{staticurl|urlescape}{logoimg}" width=75 height=90 border=0 alt="mercurial"></a></p>
    </div>

</div>
</body>
</html>