changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > home / templates/paper/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="container">
7 <div class="menu">
8 <a href="{logourl}">
9 <img src="{staticurl|urlescape}{logoimg}" width=75 height=90 border=0 alt="mercurial" /></a>
10 </div>
11 <div class="main">
12 <h2 class="breadcrumb"><a href="/">Mercurial</a> {pathdef%breadcrumb}</h2>
13 
14 <table class="bigtable">
15  <thead>
16  <tr>
17  <th><a href="?sort={sort_name}">Name</a></th>
18  <th><a href="?sort={sort_description}">Description</a></th>
19  <th><a href="?sort={sort_contact}">Contact</a></th>
20  <th><a href="?sort={sort_lastchange}">Last modified</a></th>
21  <th>&nbsp;</th>
22  <th>&nbsp;</th>
23  </tr>
24  </thead>
25  <tbody class="stripes2">
26  {entries%indexentry}
27  </tbody>
28 </table>
29 </div>
30 </div>
31 {footer}