##// END OF EJS Templates
hgweb: improve shortlog formatting...
hgweb: improve shortlog formatting shorten author with |person don't shrink font (default font is presumed to be preferred reading size) set widths based on font ems rather than page percents.

File last commit:

r4465:e8da331a default
r4703:bc63247c default
Show More
filerevision.tmpl
55 lines | 1.8 KiB | application/x-cheetah | CheetahLexer
Brendan Cully
Move gitweb theme into subdirectory
r3234 #header#
Brendan Cully
gitweb: add revision numbers to filerevision changeset links
r3476 <title>{repo|escape}: {file|escape}@{node|short}</title>
Brendan Cully
Move gitweb theme into subdirectory
r3234 <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> / file revision
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> |
<a href="{url}tags{sessionvars%urlparameter}">tags</a> |
<a href="{url}file/#node|short##path|urlescape#{sessionvars%urlparameter}">manifest</a> |
<a href="{url}rev/#node|short#{sessionvars%urlparameter}">changeset</a> |
Brendan Cully
hgweb: convert gitweb to NWI
r3271 file |
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <a href="{url}log/{node|short}/#file|urlescape#{sessionvars%urlparameter}">revisions</a> |
<a href="{url}annotate/{node|short}/#file|urlescape#{sessionvars%urlparameter}">annotate</a> |
<a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a> |
Brendan Cully
hgweb: fix filerevision raw URL
r3279 <a href="{url}raw-file/{node|short}/#file|urlescape#">raw</a><br/>
Brendan Cully
Move gitweb theme into subdirectory
r3234 </div>
<div class="title">#file|escape#</div>
Brendan Cully
hgweb: add changeset description to file revision page
r3395 <div class="title_text">
Josef "Jeff" Sipek
gitweb: file rev template: Display metadata in same order as changeset does
r4465 <table cellspacing="0">
<tr>
<td>author</td>
<td>#author|obfuscate#</td></tr>
Brendan Cully
Move gitweb theme into subdirectory
r3234 <tr>
Josef "Jeff" Sipek
gitweb: file rev template: Display metadata in same order as changeset does
r4465 <td></td>
<td>#date|date# (#date|age# ago)</td></tr>
<tr>
<td>changeset {rev}</td>
<td style="font-family:monospace"><a class="list" href="{url}rev/#node|short#{sessionvars%urlparameter}">#node|short#</a></td></tr>
Thomas Arendsen Hein
gitweb: Fixed parent/child links when viewing a file revision.
r3366 #parent%filerevparent#
#child%filerevchild#
Brendan Cully
Move gitweb theme into subdirectory
r3234 <tr>
Josef "Jeff" Sipek
gitweb: file rev template: Display metadata in same order as changeset does
r4465 <td>permissions</td>
<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 file revision page
r3395 </div>
<div class="page_path">
{desc|strip|escape|addbreaks}
</div>
Brendan Cully
Move gitweb theme into subdirectory
r3234
<div class="page_body">
#text%fileline#
</div>
#footer#