##// END OF EJS Templates
commit: rename wctx to cctx
commit: rename wctx to cctx

File last commit:

r8427:cebdfdcc default
r8712:dd3ebf81 default
Show More
filelog.tmpl
40 lines | 1.4 KiB | application/x-cheetah | CheetahLexer
Dirkjan Ochtman
git: use newer template syntax everywhere
r8427 {header}
<title>{repo|escape}: File revisions</title>
Robert Bachmann
Added support for the Atom syndication format
r5269 <link rel="alternate" type="application/atom+xml"
Dirkjan Ochtman
git: use newer template syntax everywhere
r8427 href="{url}atom-log" title="Atom feed for {repo|escape}"/>
Brendan Cully
Move gitweb theme into subdirectory
r3234 <link rel="alternate" type="application/rss+xml"
Dirkjan Ochtman
git: use newer template syntax everywhere
r8427 href="{url}rss-log" title="RSS feed for {repo|escape}"/>
Brendan Cully
Move gitweb theme into subdirectory
r3234 </head>
<body>
<div class="page_header">
Dirkjan Ochtman
git: use newer template syntax everywhere
r8427 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / file revisions
Brendan Cully
Move gitweb theme into subdirectory
r3234 </div>
<div class="page_nav">
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <a href="{url}summary{sessionvars%urlparameter}">summary</a> |
<a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> |
<a href="{url}log{sessionvars%urlparameter}">changelog</a> |
Augie Fackler
hgweb: Fix up non-coal styles to support graph.
r6693 <a href="{url}graph{sessionvars%urlparameter}">graph</a> |
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <a href="{url}tags{sessionvars%urlparameter}">tags</a> |
Sune Foldager
gitweb: add branches page
r8356 <a href="{url}branches{sessionvars%urlparameter}">branches</a> |
Dirkjan Ochtman
git: use newer template syntax everywhere
r8427 <a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a> |
Brendan Cully
hgweb: convert gitweb to NWI
r3271 revisions |
Dirkjan Ochtman
git: use newer template syntax everywhere
r8427 <a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a> |
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a> |
Dirkjan Ochtman
git: use newer template syntax everywhere
r8427 <a href="{url}rss-log/{node|short}/{file|urlescape}">rss</a>
Brendan Cully
hgweb: hoist changenav up, and use it in the filelog
r3407 <br/>
Josef "Jeff" Sipek
gitweb: file log template: removed excesive whitespace
r4459 {nav%filenaventry}
Brendan Cully
Move gitweb theme into subdirectory
r3234 </div>
Dirkjan Ochtman
git: use newer template syntax everywhere
r8427 <div class="title" >{file|urlescape}</div>
Brendan Cully
Move gitweb theme into subdirectory
r3234
<table>
Dirkjan Ochtman
git: use newer template syntax everywhere
r8427 {entries%filelogentry}
Brendan Cully
Move gitweb theme into subdirectory
r3234 </table>
Josef "Jeff" Sipek
gitweb: file log: display nav links near the bottom
r4460 <div class="page_nav">
{nav%filenaventry}
</div>
Dirkjan Ochtman
git: use newer template syntax everywhere
r8427 {footer}