##// END OF EJS Templates
Add missing > to </td> in templates.
Add missing > to </td> in templates.

File last commit:

r233:33c48b63 default
r233:33c48b63 default
Show More
filelogentry.tmpl
19 lines | 674 B | application/x-cheetah | CheetahLexer
jake@edge2.net
fixed problem with head/body tags, added dtd, fixed table attributes...
r154 <table class="parity#parity#" width="100%" cellspacing="0" cellpadding="0">
mpm@selenic.com
Revamped templated hgweb
r138 <tr>
mpm@selenic.com
hgweb: add template filters, template style maps, and raw pages...
r201 <td align="right" width="15%"><b>#date|age# ago:&nbsp;</b></td>
Thomas Arendsen Hein
Add missing > to </td> in templates.
r233 <td><b><a href="?cmd=changeset;node=#node#">#desc|firstline|escape#</a></b></td></tr>
mpm@selenic.com
Revamped templated hgweb
r138 <tr>
mpm@selenic.com
Hide most revision numbers in hgweb
r167 <td align="right">revision #filerev#:&nbsp;</td>
<td><a href="?cmd=file;file=#file#;filenode=#filenode#">#filenode#</a>
mpm@selenic.com
Revamped templated hgweb
r138 <a href="?cmd=filediff;file=#file#;node=#node#">(diff)</a>
<a href="?cmd=annotate;file=#file#;filenode=#filenode#">(annotate)</a>
</td></tr>
<tr>
jake@edge2.net
fixed problem with head/body tags, added dtd, fixed table attributes...
r154 <td align="right">author:&nbsp;</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 align="right">date:&nbsp;</td>
mpm@selenic.com
hgweb: add template filters, template style maps, and raw pages...
r201 <td>#date|date# (#date|age# ago)</td></tr>
mpm@selenic.com
Prettify the web interface...
r142 </table>
mpm@selenic.com
Revamped templated hgweb
r138