Mercurial > hg
comparison templates/monoblue/footer.tmpl @ 7111:91b0ada2d94b
added monoblue hgweb theme
author | Hiroshi Funai <hfunai@gmail.com> |
---|---|
date | Thu, 09 Oct 2008 02:52:22 +0900 |
parents | |
children | 8b47efdf40ee |
comparison
equal
deleted
inserted
replaced
7110:75fdc39b6172 | 7111:91b0ada2d94b |
---|---|
1 <div class="page-footer"> | |
2 <p>Mercurial Repository: {repo|escape}</p> | |
3 <ul class="rss-logo"> | |
4 <li><a href="{url}rss-log">RSS</a></li> | |
5 <li><a href="{url}atom-log">Atom</a></li> | |
6 </ul> | |
7 {motd} | |
8 </div> | |
9 | |
10 <div id="powered-by"> | |
11 <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> | |
12 </div> | |
13 | |
14 <div id="corner-top-left"></div> | |
15 <div id="corner-top-right"></div> | |
16 <div id="corner-bottom-left"></div> | |
17 <div id="corner-bottom-right"></div> | |
18 | |
19 </div> | |
20 | |
21 </body> | |
22 </html> |