Mercurial > hg
view templates/monoblue/footer.tmpl @ 7740:176d3d681702
hgweb: pass ErrorResponses directly into req.respond()
author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
---|---|
date | Mon, 09 Feb 2009 11:29:09 +0100 |
parents | 91b0ada2d94b |
children | 8b47efdf40ee |
line wrap: on
line source
<div class="page-footer"> <p>Mercurial Repository: {repo|escape}</p> <ul class="rss-logo"> <li><a href="{url}rss-log">RSS</a></li> <li><a href="{url}atom-log">Atom</a></li> </ul> {motd} </div> <div id="powered-by"> <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> </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> </div> </body> </html>