templates/monoblue/index.tmpl
changeset 7111 91b0ada2d94b
child 7403 9efd596e4393
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>