comparison templates/monoblue/index.tmpl @ 7111:91b0ada2d94b

added monoblue hgweb theme
author Hiroshi Funai <hfunai@gmail.com>
date Thu, 09 Oct 2008 02:52:22 +0900
parents
children 9efd596e4393
comparison
equal deleted inserted replaced
7110:75fdc39b6172 7111:91b0ada2d94b
1 #header#
2 <title>#repo|escape#: Mercurial repositories index</title>
3 </head>
4 <body>
5
6 <div class="page_header">
7 <a href="http://www.selenic.com/mercurial/" 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>