##// END OF EJS Templates
hgweb: move shortcut expansion to request instantiation
hgweb: move shortcut expansion to request instantiation

File last commit:

r6097:9b817c0a default
r6774:0dbb56e9 default
Show More
footer.tmpl
8 lines | 177 B | application/x-cheetah | CheetahLexer
Colin McMillen
Add MOTD display to hgweb and hgwebdir....
r2148 #motd#
Matt Mackall
hgweb: add a mercurial link to the footer
r1417 <div class="logo">
Matt Mackall
hgweb: add new logos
r6096 <a href="http://www.selenic.com/mercurial/">
Matt Mackall
hgweb: Fix stray quote in logo img tag
r6097 <img src="#staticurl#hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
Matt Mackall
hgweb: add a mercurial link to the footer
r1417 </div>
mpm@selenic.com
Prettify the web interface...
r142 </body>
</html>