comparison templates/paper/index.tmpl @ 0:dfc36e7ed22c

init
author Vadim Filimonov <fffilimonov@yandex.ru>
date Thu, 12 May 2022 13:51:59 +0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:dfc36e7ed22c
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 {breadcrumbs}
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}