comparison templates/gitweb/index.tmpl @ 3226:9d13e21f4e3c

Move gitweb theme into subdirectory
author Brendan Cully <brendan@kublai.com>
date Mon, 02 Oct 2006 17:30:45 -0700
parents templates/index-gitweb.tmpl@a5603ad915c5
children 2896ce093ec4
comparison
equal deleted inserted replaced
3225:2f35961854fb 3226:9d13e21f4e3c
1 #header#
2 <title>Mercurial repositories index</title>
3 </head>
4 <body>
5
6 <div class="page_header">
7 <a href="http://www.selenic.com/mercurial/" title="Mercurial"><div style="float:right;">Mercurial</div></a>Repositories list
8 </div>
9
10 <table cellspacing="0">
11 <tr>
12 <td><a href="?sort=#sort_name#">Name</a></td>
13 <td><a href="?sort=#sort_description#">Description</a></td>
14 <td><a href="?sort=#sort_contact#">Contact</a></td>
15 <td><a href="?sort=#sort_lastchange#">Last change</a></td>
16 <td>&nbsp;</td>
17 <tr>
18 #entries%indexentry#
19 </table>
20 <div class="page_footer">
21 </div>
22 </body>
23 </html>