##// END OF EJS Templates
Improve the monoblue theme for hgwebdir
Benoit Boissinot -
r7403:9efd596e default
parent child Browse files
Show More
@@ -1,26 +1,39 b''
1 #header#
1 #header#
2 <title>#repo|escape#: Mercurial repositories index</title>
2 <title>#repo|escape#: Mercurial repositories index</title>
3 </head>
3 </head>
4 <body>
5
6 <div class="page_header">
7 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a>
8 Repositories list
9 </div>
10
4
11 <table cellspacing="0">
5 <body>
12 <tr>
6 <div id="container">
13 <td><a href="?sort=#sort_name#">Name</a></td>
7 <div class="page-header">
14 <td><a href="?sort=#sort_description#">Description</a></td>
8 <h1>Mercurial Repositories</h1>
15 <td><a href="?sort=#sort_contact#">Contact</a></td>
9 <ul class="page-nav">
16 <td><a href="?sort=#sort_lastchange#">Last change</a></td>
10 </ul>
17 <td>&nbsp;</td>
11 </div>
18 <td>&nbsp;</td>
12
19 </tr>
13 <table cellspacing="0">
20 #entries%indexentry#
14 <tr>
21 </table>
15 <td><a href="?sort=#sort_name#">Name</a></td>
22 <div class="page-footer">
16 <td><a href="?sort=#sort_description#">Description</a></td>
23 #motd#
17 <td><a href="?sort=#sort_contact#">Contact</a></td>
18 <td><a href="?sort=#sort_lastchange#">Last change</a></td>
19 <td>&nbsp;</td>
20 <td>&nbsp;</td>
21 </tr>
22 #entries%indexentry#
23 </table>
24 <div class="page-footer">
25 {motd}
26 </div>
27
28 <div id="powered-by">
29 <p><a href="http://www.selenic.com/mercurial/" title="Mercurial"><img src="#staticurl#hglogo.png" width=75 height=90 border=0 alt="mercurial"></a></p>
30 </div>
31
32 <div id="corner-top-left"></div>
33 <div id="corner-top-right"></div>
34 <div id="corner-bottom-left"></div>
35 <div id="corner-bottom-right"></div>
36
24 </div>
37 </div>
25 </body>
38 </body>
26 </html>
39 </html>
General Comments 0
You need to be logged in to leave comments. Login now