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 |
<t |
|
16 | <th><a href="?sort={sort_name}">Name</a></th> | |
11 |
<t |
|
17 | <th><a href="?sort={sort_description}">Description</a></th> | |
12 |
<t |
|
18 | <th><a href="?sort={sort_contact}">Contact</a></th> | |
13 |
<t |
|
19 | <th><a href="?sort={sort_lastchange}">Last change</a></th> | |
14 |
<t |
|
20 | <th> </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