templates/footer.tmpl
author Matt Mackall <mpm@selenic.com>
Sun, 12 Oct 2008 15:21:08 -0500
changeset 7090 7b5c063b0b94
parent 6097 9b817c0a82f1
permissions -rw-r--r--
diff: pass contexts to status Allow status() to take contexts as well as nodes. This lets us avoid unpacking manifests multiple times and intelligently unpack manifests in revision order. Also, we can avoid unpacking manifests at all when there are no changes in the working directory.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2148
c72e618c1204 Add MOTD display to hgweb and hgwebdir.
Colin McMillen <mcmillen@cs.cmu.edu>
parents: 1417
diff changeset
     1
#motd#
1417
90b62337f8dd hgweb: add a mercurial link to the footer
Matt Mackall <mpm@selenic.com>
parents: 142
diff changeset
     2
<div class="logo">
6096
d8477881ee0f hgweb: add new logos
Matt Mackall <mpm@selenic.com>
parents: 2148
diff changeset
     3
<a href="http://www.selenic.com/mercurial/">
6097
9b817c0a82f1 hgweb: Fix stray quote in logo img tag
Matt Mackall <mpm@selenic.com>
parents: 6096
diff changeset
     4
<img src="#staticurl#hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
1417
90b62337f8dd hgweb: add a mercurial link to the footer
Matt Mackall <mpm@selenic.com>
parents: 142
diff changeset
     5
</div>
90b62337f8dd hgweb: add a mercurial link to the footer
Matt Mackall <mpm@selenic.com>
parents: 142
diff changeset
     6
142
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
     7
</body>
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
     8
</html>