annotate templates/footer.tmpl @ 5189:60acf1432ee0

Move cmdtable and reposetup handling out of extensions.py A new function (extensions.extensions) allows the code that is interested in those attributes to handle them directly. This allows some cleanups of extensions.py. Notably, we can remove the extensions.commandtable hack. It also makes it easier to add standard extension attributes, like a "hgwebsetup" function or a "helptable" dict that augments the data in help.py, etc.
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Fri, 17 Aug 2007 17:33:27 -0300
parents c72e618c1204
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
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">
90b62337f8dd hgweb: add a mercurial link to the footer
Matt Mackall <mpm@selenic.com>
parents: 142
diff changeset
3 powered by<br/>
90b62337f8dd hgweb: add a mercurial link to the footer
Matt Mackall <mpm@selenic.com>
parents: 142
diff changeset
4 <a href="http://www.selenic.com/mercurial/">mercurial</a>
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>