##// END OF EJS Templates
implemented autentication
implemented autentication

File last commit:

r31:2963f289 default
r52:25e51644 default
Show More
footer.tmpl
12 lines | 416 B | application/x-cheetah | CheetahLexer
Marcin Kuzminski
Tempalting change, bugfix for serving raw files, and diffs. Now raw files are not parsed thruough mako, and diffs are mako safe (not parsed also)
r31 ## -*- coding: utf-8 -*-
Marcin Kuzminski
Added custom templates, did over check of code to make it work....
r20 <div class="page-footer">
<p>
Mercurial Repository: {repo|escape}
</p>
<ul class="object-tools">
<li><a href="{url}rss-log">RSS</a></li>
<li><a href="{url}atom-log">Atom</a></li>
<li><a href="http://www.selenic.com/mercurial/" title="Mercurial">Powered by Mercurial</a></li>
</ul>
{motd}
</div>