##// END OF EJS Templates
Obfuscate author in all HTML templates.
Obfuscate author in all HTML templates.

File last commit:

r235:eb341488 default
r235:eb341488 default
Show More
changelogentry.tmpl
22 lines | 628 B | application/x-cheetah | CheetahLexer
jake@edge2.net
fixed problem with head/body tags, added dtd, fixed table attributes...
r154 <div class="parity#parity#">
<table width="100%" cellpadding="0" cellspacing="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>#desc|firstline|escape#</b></td></tr>
mpm@selenic.com
Revamped templated hgweb
r138 <tr>
mpm@selenic.com
Hide most revision numbers in hgweb
r167 <td align="right">changeset #rev#:&nbsp;</td>
<td><a href="?cmd=changeset;node=#node#">#node#</a></td></tr>
mpm@selenic.com
Prettify the web interface...
r142 #parent1#
#parent2#
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">author:&nbsp;</td>
Thomas Arendsen Hein
Obfuscate author in all HTML templates.
r235 <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#</td></tr>
mpm@selenic.com
Revamped templated hgweb
r138 <tr>
mpm@selenic.com
hgweb: make navigation of changesets a bit nicer
r173 <td align="right" valign="top"><a href="?cmd=manifest;manifest=#manifest#;path=/">files</a>:&nbsp;</td>
mpm@selenic.com
Revamped templated hgweb
r138 <td>#files#</td></tr>
mpm@selenic.com
Prettify the web interface...
r142 </table>
</div>
mpm@selenic.com
Revamped templated hgweb
r138