]> git.lizzy.rs Git - plan9front.git/blob - sys/lib/python/mercurial/templates/gitweb/index.tmpl
/sys/lib/dist/mkfile: test for .git directory
[plan9front.git] / sys / lib / python / mercurial / templates / gitweb / index.tmpl
1 {header}
2 <title>Mercurial repositories index</title>
3 </head>
4 <body>
5
6 <div class="page_header">
7     <a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a>
8     Repositories list
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 change</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>