##// END OF EJS Templates
git: use newer template syntax everywhere
git: use newer template syntax everywhere

File last commit:

r8427:cebdfdcc default
r8427:cebdfdcc default
Show More
fileannotate.tmpl
61 lines | 2.1 KiB | application/x-cheetah | CheetahLexer
Dirkjan Ochtman
git: use newer template syntax everywhere
r8427 {header}
Brendan Cully
gitweb: add revision numbers to annotate changeset links
r3477 <title>{repo|escape}: {file|escape}@{node|short} (annotated)</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> / annotate
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}{path|urlescape}{sessionvars%urlparameter}">files</a> |
<a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a> |
<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a> |
<a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">revisions</a> |
Brendan Cully
gitweb: add file diff view
r3353 annotate |
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}raw-annotate/{node|short}/{file|urlescape}">raw</a><br/>
Brendan Cully
Move gitweb theme into subdirectory
r3234 </div>
Dirkjan Ochtman
git: use newer template syntax everywhere
r8427 <div class="title">{file|escape}</div>
Brendan Cully
Move gitweb theme into subdirectory
r3234
Brendan Cully
hgweb: add changeset description to annotate page
r3391 <div class="title_text">
Josef "Jeff" Sipek
gitweb: file annotate: Display metadata in same order as changeset does
r4466 <table cellspacing="0">
<tr>
<td>author</td>
Dirkjan Ochtman
git: use newer template syntax everywhere
r8427 <td>{author|obfuscate}</td></tr>
Brendan Cully
Move gitweb theme into subdirectory
r3234 <tr>
Josef "Jeff" Sipek
gitweb: file annotate: Display metadata in same order as changeset does
r4466 <td></td>
Dirkjan Ochtman
git: use newer template syntax everywhere
r8427 <td>{date|date} ({date|age} ago)</td></tr>
{branch%filerevbranch}
Josef "Jeff" Sipek
gitweb: file annotate: Display metadata in same order as changeset does
r4466 <tr>
<td>changeset {rev}</td>
Dirkjan Ochtman
git: use newer template syntax everywhere
r8427 <td style="font-family:monospace"><a class="list" href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td></tr>
{parent%fileannotateparent}
{child%fileannotatechild}
Brendan Cully
Move gitweb theme into subdirectory
r3234 <tr>
Josef "Jeff" Sipek
gitweb: file annotate: Display metadata in same order as changeset does
r4466 <td>permissions</td>
Dirkjan Ochtman
git: use newer template syntax everywhere
r8427 <td style="font-family:monospace">{permissions|permissions}</td></tr>
Brendan Cully
Move gitweb theme into subdirectory
r3234 </table>
Brendan Cully
hgweb: add changeset description to annotate page
r3391 </div>
Brendan Cully
Move gitweb theme into subdirectory
r3234
Brendan Cully
hgweb: add changeset description to annotate page
r3391 <div class="page_path">
Rocco Rutte
hgweb: use "nonempty" filter in templates for the changelog message...
r8235 {desc|strip|escape|addbreaks|nonempty}
Brendan Cully
hgweb: add changeset description to annotate page
r3391 </div>
Brendan Cully
Move gitweb theme into subdirectory
r3234 <div class="page_body">
<table>
Dirkjan Ochtman
git: use newer template syntax everywhere
r8427 {annotate%annotateline}
Brendan Cully
Move gitweb theme into subdirectory
r3234 </table>
</div>
Dirkjan Ochtman
git: use newer template syntax everywhere
r8427 {footer}