##// END OF EJS Templates
Merge with stable
Merge with stable

File last commit:

r8936:1de6e7e1 default
r9997:c0858373 merge default
Show More
index.tmpl
39 lines | 1.1 KiB | application/x-cheetah | CheetahLexer
Dirkjan Ochtman
monoblue: use newer template syntax everywhere
r8430 {header}
<title>{repo|escape}: Mercurial repositories index</title>
Hiroshi Funai
added monoblue hgweb theme
r7111 </head>
Benoit Boissinot
Improve the monoblue theme for hgwebdir
r7403 <body>
<div id="container">
<div class="page-header">
<h1>Mercurial Repositories</h1>
<ul class="page-nav">
</ul>
</div>
<table cellspacing="0">
<tr>
Dirkjan Ochtman
monoblue: use newer template syntax everywhere
r8430 <td><a href="?sort={sort_name}">Name</a></td>
<td><a href="?sort={sort_description}">Description</a></td>
<td><a href="?sort={sort_contact}">Contact</a></td>
<td><a href="?sort={sort_lastchange}">Last change</a></td>
Benoit Boissinot
Improve the monoblue theme for hgwebdir
r7403 <td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
Dirkjan Ochtman
monoblue: use newer template syntax everywhere
r8430 {entries%indexentry}
Benoit Boissinot
Improve the monoblue theme for hgwebdir
r7403 </table>
<div class="page-footer">
{motd}
</div>
<div id="powered-by">
Dirkjan Ochtman
change wiki/bts URLs to point to new hostname
r8936 <p><a href="http://mercurial.selenic.com/" title="Mercurial"><img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a></p>
Benoit Boissinot
Improve the monoblue theme for hgwebdir
r7403 </div>
<div id="corner-top-left"></div>
<div id="corner-top-right"></div>
<div id="corner-bottom-left"></div>
<div id="corner-bottom-right"></div>
Hiroshi Funai
added monoblue hgweb theme
r7111 </div>
</body>
</html>