Mercurial > hg
annotate templates/monoblue/footer.tmpl @ 8780:73728f5f69ab
hgignore.5: remove extra quotes
The so-called "unconstrained quotes" didn't really work, so I reverted
them to normal quotes. Tested with asciidoc version 8.2.7 and 8.4.5.
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Thu, 11 Jun 2009 17:16:04 +0200 |
parents | 8b47efdf40ee |
children | 1de6e7e1bb9f |
rev | line source |
---|---|
7111 | 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"> | |
8430
8b47efdf40ee
monoblue: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
7111
diff
changeset
|
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> |
7111 | 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> |