##// END OF EJS Templates
add footer to old style
add footer to old style

File last commit:

r3363:ce8f31e0 default
r3411:5207cf64 default
Show More
summary.tmpl
39 lines | 1.4 KiB | application/x-cheetah | CheetahLexer
Brendan Cully
Move gitweb theme into subdirectory
r3234 #header#
<title>#repo|escape#: Summary</title>
<link rel="alternate" type="application/rss+xml"
Brendan Cully
hgweb: convert gitweb to NWI
r3271 href="{url}rss-log" title="RSS feed for #repo|escape#">
Brendan Cully
Move gitweb theme into subdirectory
r3234 </head>
<body>
<div class="page_header">
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <a href="http://www.selenic.com/mercurial/" title="Mercurial"><div style="float:right;">Mercurial</div></a><a href="{url}summary{sessionvars%urlparameter}">#repo|escape#</a> / summary
Brendan Cully
Move gitweb theme into subdirectory
r3234 </div>
<div class="page_nav">
Brendan Cully
hgweb: convert gitweb to NWI
r3271 summary |
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> |
<a href="{url}log{sessionvars%urlparameter}">changelog</a> |
<a href="{url}tags{sessionvars%urlparameter}">tags</a> |
<a href="{url}file/#node|short#{sessionvars%urlparameter}">manifest</a>#archives%archiveentry#
Brendan Cully
Move gitweb theme into subdirectory
r3234 <br/>
</div>
<div class="title">&nbsp;</div>
<table cellspacing="0">
<tr><td>description</td><td>#desc#</td></tr>
<tr><td>owner</td><td>#owner|escape#</td></tr>
Brendan Cully
gitweb: fix last change field in summary
r3355 <tr><td>last change</td><td>#lastchange|rfc822date#</td></tr>
Brendan Cully
Move gitweb theme into subdirectory
r3234 </table>
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <div><a class="title" href="{url}log{sessionvars%urlparameter}">changes</a></div>
Brendan Cully
Move gitweb theme into subdirectory
r3234 <table cellspacing="0">
#shortlog#
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <tr class="light"><td colspan="3"><a class="list" href="{url}log{sessionvars%urlparameter}">...</a></td></tr>
Brendan Cully
Move gitweb theme into subdirectory
r3234 </table>
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <div><a class="title" href="{url}tags{sessionvars%urlparameter}">tags</a></div>
Brendan Cully
Move gitweb theme into subdirectory
r3234 <table cellspacing="0">
#tags#
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <tr class="light"><td colspan="3"><a class="list" href="{url}tags{sessionvars%urlparameter}">...</a></td></tr>
Brendan Cully
Move gitweb theme into subdirectory
r3234 </table>
#footer#