##// 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 b''
3 </head>
3 </head>
4 <body>
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 <h2>Mercurial Repositories</h2>
12 <h2>Mercurial Repositories</h2>
7
13
8 <table>
14 <table class="bigtable">
9 <tr>
15 <tr>
10 <td><a href="?sort={sort_name}">Name</a></td>
16 <th><a href="?sort={sort_name}">Name</a></th>
11 <td><a href="?sort={sort_description}">Description</a></td>
17 <th><a href="?sort={sort_description}">Description</a></th>
12 <td><a href="?sort={sort_contact}">Contact</a></td>
18 <th><a href="?sort={sort_contact}">Contact</a></th>
13 <td><a href="?sort={sort_lastchange}">Last change</a></td>
19 <th><a href="?sort={sort_lastchange}">Last change</a></th>
14 <td>&nbsp;</td>
20 <th>&nbsp;</th>
15 <tr>
21 <tr>
16 {entries%indexentry}
22 {entries%indexentry}
17 </table>
23 </table>
18
24 </div>
25 </div>
19 {footer}
26 {footer}
General Comments 0
You need to be logged in to leave comments. Login now