eggs/mercurial-1.7.3-py2.6-linux-x86_64.egg/mercurial/templates/paper/index.tmpl
changeset 69 c6bca38c1cbf
equal deleted inserted replaced
68:5ff1fc726848 69:c6bca38c1cbf
       
     1 {header}
       
     2 <title>Mercurial repositories index</title>
       
     3 </head>
       
     4 <body>
       
     5 
       
     6 <div class="container">
       
     7 <div class="menu">
       
     8 <a href="http://mercurial.selenic.com/">
       
     9 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a>
       
    10 </div>
       
    11 <div class="main">
       
    12 <h2>Mercurial Repositories</h2>
       
    13 
       
    14 <table class="bigtable">
       
    15     <tr>
       
    16         <th><a href="?sort={sort_name}">Name</a></th>
       
    17         <th><a href="?sort={sort_description}">Description</a></th>
       
    18         <th><a href="?sort={sort_contact}">Contact</a></th>
       
    19         <th><a href="?sort={sort_lastchange}">Last modified</a></th>
       
    20         <th>&nbsp;</th>
       
    21     </tr>
       
    22     {entries%indexentry}
       
    23 </table>
       
    24 </div>
       
    25 </div>
       
    26 {footer}