| 
0
 | 
     1 {header}
 | 
| 
 | 
     2 <title>Mercurial repositories index</title>
 | 
| 
 | 
     3 </head>
 | 
| 
 | 
     4 <body>
 | 
| 
 | 
     5 
 | 
| 
 | 
     6 <div class="container">
 | 
| 
 | 
     7 <div class="menu">
 | 
| 
 | 
     8 <a href="{logourl}">
 | 
| 
 | 
     9 <img src="{staticurl|urlescape}{logoimg}" width=75 height=90 border=0 alt="mercurial" /></a>
 | 
| 
 | 
    10 </div>
 | 
| 
 | 
    11 <div class="main">
 | 
| 
 | 
    12 {breadcrumbs}
 | 
| 
 | 
    13 
 | 
| 
 | 
    14 <table class="bigtable">
 | 
| 
 | 
    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 modified</a></th>
 | 
| 
 | 
    21         <th> </th>
 | 
| 
 | 
    22         <th> </th>
 | 
| 
 | 
    23     </tr>
 | 
| 
 | 
    24     </thead>
 | 
| 
 | 
    25     <tbody class="stripes2">
 | 
| 
 | 
    26     {entries%indexentry}
 | 
| 
 | 
    27     </tbody>
 | 
| 
 | 
    28 </table>
 | 
| 
 | 
    29 </div>
 | 
| 
 | 
    30 </div>
 | 
| 
 | 
    31 {footer}
 |