MercurialWebTheme

Change of themes/mercurialweb/index.tmpl

1:975859cdcf2e
themes/mercurialweb/index.tmpl
     1.1 --- a/themes/mercurialweb/index.tmpl	Tue Jun 01 20:15:48 2010 +0200
     1.2 +++ b/themes/mercurialweb/index.tmpl	Thu Jun 03 23:33:25 2010 +0200
     1.3 @@ -12,14 +12,18 @@
     1.4  <div id="page">
     1.5  
     1.6  <table>
     1.7 +  <thead>
     1.8      <tr>
     1.9 -        <td><a href="?sort={sort_name}">Name</a></td>
    1.10 -        <td><a href="?sort={sort_description}">Description</a></td>
    1.11 -        <td><a href="?sort={sort_contact}">Contact</a></td>
    1.12 -        <td><a href="?sort={sort_lastchange}">Last change</a></td>
    1.13 -        <td>&nbsp;</td>
    1.14 -    <tr>
    1.15 +      <th><a href="?sort={sort_name}">Name</a></th>
    1.16 +      <th><a href="?sort={sort_description}">Description</a></th>
    1.17 +      <th><a href="?sort={sort_contact}">Contact</a></th>
    1.18 +      <th><a href="?sort={sort_lastchange}">Last change</a></th>
    1.19 +      <th>&nbsp;</td>
    1.20 +    </tr>
    1.21 +  </thead>
    1.22 +  <tbody>
    1.23      {entries%indexentry}
    1.24 +  </tbody>
    1.25  </table>
    1.26  
    1.27  </div>