##// END OF EJS Templates
fix for hgweb.filterfiles...
fix for hgweb.filterfiles some variable weren't converted, fix a possible out of range error

File last commit:

r1606:ba625c80 default
r1627:11cd3828 default
Show More
fileannotate-gitweb.tmpl
44 lines | 1.5 KiB | application/x-cheetah | CheetahLexer
/ templates / fileannotate-gitweb.tmpl
Josef "Jeff" Sipek
[hgweb] Initial import of the "gitweb" style
r1572 #header#
<title>#repo|escape#: Annotate</title>
<link rel="alternate" type="application/rss+xml"
href="?cmd=changelog;style=rss" title="RSS feed for #repo|escape#">
</head>
<body>
<div class="page_header">
<a href="http://www.selenic.com/mercurial/" title="Mercurial"><div style="float:right;">Mercurial</div></a><a href="?cmd=summary;style=gitweb">#repo|escape#</a> / annotate
</div>
<div class="page_nav">
<a href="?cmd=summary;style=gitweb">summary</a> | <a href="?cmd=changelog;style=gitweb">changelog</a> | <a href="?cmd=tags;style=gitweb">tags</a> | <a href="?cmd=manifest;manifest=#manifest#;path=#path#;style=gitweb">manifest</a> | <a href="?cmd=changeset;node=#node#;style=gitweb">changeset</a> | <a href="?cmd=file;file=#file#;filenode=#filenode#;style=gitweb">file</a> | <a href="?cmd=filelog;file=#file#;filenode=#filenode#;style=gitweb">revisions</a> | annotate<br/>
</div>
Josef "Jeff" Sipek
[hgweb] gitweb style: File annotate converted, file revision made more like the deafault style...
r1575 <div class="title">#file#</div>
Josef "Jeff" Sipek
[hgweb] Initial import of the "gitweb" style
r1572
<table>
<tr>
<td class="metatag">changeset #rev#:</td>
Josef "Jeff" Sipek
[hgweb] gitweb style: File annotate converted, file revision made more like the deafault style...
r1575 <td><a href="?cs=#node|short#;style=gitweb">#node|short#</a></td></tr>
Josef "Jeff" Sipek
[hgweb] Initial import of the "gitweb" style
r1572 #parent%fileannotateparent#
Muli Ben-Yehuda
- duplicate the parent link logic to show child links...
r1606 #child%fileannotatechild#
Josef "Jeff" Sipek
[hgweb] Initial import of the "gitweb" style
r1572 <tr>
<td class="metatag">manifest:</td>
Josef "Jeff" Sipek
[hgweb] gitweb style: File annotate converted, file revision made more like the deafault style...
r1575 <td><a href="?mf=#manifest|short#;path=/;style=gitweb">#manifest|short#</a></td></tr>
Josef "Jeff" Sipek
[hgweb] Initial import of the "gitweb" style
r1572 <tr>
<td class="metatag">author:</td>
<td>#author|obfuscate#</td></tr>
<tr>
<td class="metatag">date:</td>
<td>#date|date# (#date|age# ago)</td></tr>
<tr>
<td class="metatag">permissions:</td>
<td>#permissions|permissions#</td></tr>
</table>
Josef "Jeff" Sipek
[hgweb] gitweb style: File annotate converted, file revision made more like the deafault style...
r1575 <div class="page_body">
<table>
Josef "Jeff" Sipek
[hgweb] Initial import of the "gitweb" style
r1572 #annotate%annotateline#
</table>
Josef "Jeff" Sipek
[hgweb] gitweb style: File annotate converted, file revision made more like the deafault style...
r1575 </div>
Josef "Jeff" Sipek
[hgweb] Initial import of the "gitweb" style
r1572
#footer#