Show More
@@ -1,40 +1,40 b'' | |||||
1 | ## -*- coding: utf-8 -*- |
|
1 | ## -*- coding: utf-8 -*- | |
2 | {header} |
|
2 | {header} | |
3 | <title>{repo|escape}: Mercurial repositories index</title> |
|
3 | <title>{repo|escape}: Mercurial repositories index</title> | |
4 | </head> |
|
4 | </head> | |
5 |
|
5 | |||
6 | <body> |
|
6 | <body> | |
7 | <div id="container"> |
|
7 | <div id="container"> | |
8 | <div class="page-header"> |
|
8 | <div class="page-header"> | |
9 | <h1>${c.repos_prefix} Mercurial Repositories</h1> |
|
9 | <h1>${c.repos_prefix} Mercurial Repositories</h1> | |
10 | <ul class="page-nav"> |
|
10 | <ul class="page-nav"> | |
11 | </ul> |
|
11 | </ul> | |
12 | </div> |
|
12 | </div> | |
13 |
|
13 | |||
14 | <table cellspacing="0"> |
|
14 | <table cellspacing="0"> | |
15 | <tr> |
|
15 | <tr> | |
16 | <td><a href="?sort={sort_name}">Name</a></td> |
|
16 | <td><a href="?sort={sort_name}">Name</a></td> | |
17 | <td><a href="?sort={sort_description}">Description</a></td> |
|
17 | <td><a href="?sort={sort_description}">Description</a></td> | |
18 | <td><a href="?sort={sort_contact}">Contact</a></td> |
|
18 | <td><a href="?sort={sort_contact}">Contact</a></td> | |
19 | <td><a href="?sort={sort_lastchange}">Last change</a></td> |
|
19 | <td><a href="?sort={sort_lastchange}">Last change</a></td> | |
20 | <td> </td> |
|
20 | <td> </td> | |
21 | <td> </td> |
|
21 | <td> </td> | |
22 | </tr> |
|
22 | </tr> | |
23 | {entries%indexentry} |
|
23 | {entries%indexentry} | |
24 | </table> |
|
24 | </table> | |
25 | <div class="page-footer"> |
|
25 | <div class="page-footer"> | |
26 | {motd} |
|
26 | {motd} | |
27 | </div> |
|
27 | </div> | |
28 |
|
28 | |||
29 | <div id="powered-by"> |
|
29 | <div id="powered-by"> | |
30 |
<p><a href="http://mercurial.selenic.com/" title="Mercurial"><img src="{staticurl}hglogo.png" width=75 height= |
|
30 | <p><a href="http://mercurial.selenic.com/" title="Mercurial"><img src="{staticurl}hglogo.png" width="75" height="90" alt="mercurial"/></a></p> | |
31 | </div> |
|
31 | </div> | |
32 |
|
32 | |||
33 | <div id="corner-top-left"></div> |
|
33 | <div id="corner-top-left"></div> | |
34 | <div id="corner-top-right"></div> |
|
34 | <div id="corner-top-right"></div> | |
35 | <div id="corner-bottom-left"></div> |
|
35 | <div id="corner-bottom-left"></div> | |
36 | <div id="corner-bottom-right"></div> |
|
36 | <div id="corner-bottom-right"></div> | |
37 |
|
37 | |||
38 | </div> |
|
38 | </div> | |
39 | </body> |
|
39 | </body> | |
40 | </html> |
|
40 | </html> |
General Comments 0
You need to be logged in to leave comments.
Login now