MercurialWebTheme

themes/mercurialweb/index.tmpl

6:0114d93d19c7
2010-06-07 Paul Boddie Changed the menu entry capitalisation. Refined the stylesheet, making it compatible with Roundup styling work, permitting multiple forms in the navibar and links in the current navibar entry.
     1 {header}     2 <title>Index of repositories</title>     3 </head>     4      5 <body>     6      7 <div id="header">     8   <div id="logo"><img src="{staticurl}mercurial-logo.png" alt="Mercurial logo" /></div>     9   <div id="pageline"></div>    10 </div>    11     12 <div id="page">    13     14 <table>    15   <thead>    16     <tr>    17       <th><a href="?sort={sort_name}">Name</a></th>    18       <th><a href="?sort={sort_description}">Description</a></th>    19       <th><a href="?sort={sort_contact}">Contact</a></th>    20       <th><a href="?sort={sort_lastchange}">Last change</a></th>    21       <th>&nbsp;</td>    22     </tr>    23   </thead>    24   <tbody>    25     {entries%indexentry}    26   </tbody>    27 </table>    28     29 </div>    30     31 {footer}