##// END OF EJS Templates
Improve hgwebdir index in coal and paper styles
Brendan Cully -
r6730:a1df94d9 default
parent child Browse files
Show More
@@ -3,17 +3,24
3 3 </head>
4 4 <body>
5 5
6 <div class="container">
7 <div class="menu">
8 <a href="http://www.selenic.com/mercurial/">
9 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
10 </div>
11 <div class="main">
6 12 <h2>Mercurial Repositories</h2>
7 13
8 <table>
14 <table class="bigtable">
9 15 <tr>
10 <td><a href="?sort={sort_name}">Name</a></td>
11 <td><a href="?sort={sort_description}">Description</a></td>
12 <td><a href="?sort={sort_contact}">Contact</a></td>
13 <td><a href="?sort={sort_lastchange}">Last change</a></td>
14 <td>&nbsp;</td>
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 change</a></th>
20 <th>&nbsp;</th>
15 21 <tr>
16 22 {entries%indexentry}
17 23 </table>
18
24 </div>
25 </div>
19 26 {footer}
General Comments 0
You need to be logged in to leave comments. Login now