comparison templates/coal/index.tmpl @ 6436:856ae126f48c

templates: add coal web theme
author Matt Mackall <mpm@selenic.com>
date Mon, 31 Mar 2008 21:49:36 -0500
parents
children a1df94d9c764
comparison
equal deleted inserted replaced
6435:050e9da0df78 6436:856ae126f48c
1 {header}
2 <title>Mercurial repositories index</title>
3 </head>
4 <body>
5
6 <h2>Mercurial Repositories</h2>
7
8 <table>
9 <tr>
10 <td><a href="?sort={sort_name}">Name</a></td>
11 <td><a href="?sort={sort_description}">Description</a></td>
12 <td><a href="?sort={sort_contact}">Contact</a></td>
13 <td><a href="?sort={sort_lastchange}">Last change</a></td>
14 <td>&nbsp;</td>
15 <tr>
16 {entries%indexentry}
17 </table>
18
19 {footer}