changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > home / templates/gitweb/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 <body>
5 
6 <div class="page_header">
7  <a href="{logourl}" title="Mercurial" style="float: right;">Mercurial</a>
8  <a href="/">Mercurial</a> {pathdef%breadcrumb}
9 </div>
10 
11 <table cellspacing="0">
12  <tr>
13  <td><a href="?sort={sort_name}">Name</a></td>
14  <td><a href="?sort={sort_description}">Description</a></td>
15  <td><a href="?sort={sort_contact}">Contact</a></td>
16  <td><a href="?sort={sort_lastchange}">Last modified</a></td>
17  <td>&nbsp;</td>
18  <td>&nbsp;</td>
19  </tr>
20  {entries%indexentry}
21 </table>
22 <div class="page_footer">
23 {motd}
24 </div>
25 </body>
26 </html>