changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > home / templates/monoblue/index.tmpl

changeset 53: d25f982fb8a6
author: Richard Westhaver <ellis@rwest.io>
date: Sat, 20 Jul 2024 22:31:54 -0400
permissions: -rw-r--r--
description: init vc
1 {header}
2  <title>Mercurial repositories index</title>
3 </head>
4 
5 <body>
6 <div id="container">
7  <div class="page-header">
8  <h1 class="breadcrumb"><a href="/">Mercurial</a> {pathdef%breadcrumb}</h1>
9  <ul class="page-nav">
10  </ul>
11  </div>
12 
13  <table cellspacing="0">
14  <tr>
15  <td><a href="?sort={sort_name}">Name</a></td>
16  <td><a href="?sort={sort_description}">Description</a></td>
17  <td><a href="?sort={sort_contact}">Contact</a></td>
18  <td><a href="?sort={sort_lastchange}">Last modified</a></td>
19  <td>&nbsp;</td>
20  <td>&nbsp;</td>
21  </tr>
22  {entries%indexentry}
23  </table>
24  <div class="page-footer">
25  {motd}
26  </div>
27 
28  <div id="powered-by">
29  <p><a href="{logourl}" title="Mercurial"><img src="{staticurl|urlescape}{logoimg}" width=75 height=90 border=0 alt="mercurial"></a></p>
30  </div>
31 
32 </div>
33 </body>
34 </html>