##// END OF EJS Templates
Simplify RSS date generation...
Simplify RSS date generation -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Simplify RSS date generation manifest hash: 3b1628aaee450c292949f6d079b4a05ccb5ce6ab -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCyLatywK+sNU5EO8RAiLMAKCqYFyzSDCU6Wm34LSWZroAHMqa4QCfSWv6 jh/vvuQS0qmXybm6Ivd7XVY= =x1Rf -----END PGP SIGNATURE-----

File last commit:

r570:2ee819a9 default
r600:11c379e2 default
Show More
fileannotate.tmpl
42 lines | 1.0 KiB | application/x-cheetah | CheetahLexer
mpm@selenic.com
Prettify the web interface...
r142 #header#
mpm@selenic.com
hgweb: add template filters, template style maps, and raw pages...
r201 <title>#repo|escape#: #file# annotate</title>
mpm@selenic.com
Prettify the web interface...
r142 </head>
mpm@selenic.com
Revamped templated hgweb
r138 <body>
jake@edge2.net
fixed problem with head/body tags, added dtd, fixed table attributes...
r154 <div class="buttons">
jake@edge2.net
changed pos to rev for changelog cmd, changed & to ;
r153 <a href="?cmd=changelog;rev=#rev#">changelog</a>
mpm@selenic.com
hgweb: add tags links and manifest links...
r168 <a href="?cmd=tags">tags</a>
jake@edge2.net
changed pos to rev for changelog cmd, changed & to ;
r153 <a href="?cmd=changeset;node=#node#">changeset</a>
<a href="?cmd=manifest;manifest=#manifest#;path=#path#">manifest</a>
<a href="?cmd=file;file=#file#;filenode=#filenode#">file</a>
<a href="?cmd=filelog;file=#file#;filenode=#filenode#">revisions</a>
mpm@selenic.com
Prettify the web interface...
r142 </div>
mpm@selenic.com
Revamped templated hgweb
r138
mpm@selenic.com
Show nice short hashes in hgweb...
r375 <h2>Annotate #file# (#filenode|short#)</h2>
mpm@selenic.com
Revamped templated hgweb
r138
<table>
<tr>
mpm@selenic.com
Hide most revision numbers in hgweb
r167 <td class="metatag">changeset #rev#:</td>
mpm@selenic.com
Show nice short hashes in hgweb...
r375 <td><a href="?cmd=changeset;node=#node#">#node|short#</a></td></tr>
mpm@selenic.com
[PATCH 2/5]: cleaning the template parent management in hgweb...
r570 #parent#
mpm@selenic.com
Revamped templated hgweb
r138 <tr>
jake@edge2.net
fixed problem with head/body tags, added dtd, fixed table attributes...
r154 <td class="metatag">manifest:</td>
mpm@selenic.com
Show nice short hashes in hgweb...
r375 <td><a href="?cmd=manifest;manifest=#manifest#;path=/">#manifest|short#</a></td></tr>
mpm@selenic.com
Revamped templated hgweb
r138 <tr>
jake@edge2.net
fixed problem with head/body tags, added dtd, fixed table attributes...
r154 <td class="metatag">author:</td>
mpm@selenic.com
hgweb: add template filters, template style maps, and raw pages...
r201 <td>#author|obfuscate#</td></tr>
mpm@selenic.com
Revamped templated hgweb
r138 <tr>
jake@edge2.net
fixed problem with head/body tags, added dtd, fixed table attributes...
r154 <td class="metatag">date:</td>
Thomas Arendsen Hein
Removed extra closing brace from date string.
r236 <td>#date|date# (#date|age# ago)</td></tr>
mpm@selenic.com
hgweb: add file permissions...
r359 <tr>
<td class="metatag">permissions:</td>
<td>#permissions|permissions#</td></tr>
mpm@selenic.com
Revamped templated hgweb
r138 </table>
mpm@selenic.com
Prettify the web interface...
r142 <br/>
mpm@selenic.com
Revamped templated hgweb
r138
jake@edge2.net
fixed problem with head/body tags, added dtd, fixed table attributes...
r154 <table cellspacing="0" cellpadding="0">
mpm@selenic.com
Revamped templated hgweb
r138 #annotate#
</table>
mpm@selenic.com
Prettify the web interface...
r142 #footer#