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 |
<t |
|
|
11 |
<t |
|
|
12 |
<t |
|
|
13 |
<t |
|
|
14 |
<t |
|
|
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> </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