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