view templates/changelogentry.tmpl @ 197:b388603984fc

hgweb: add view-only support -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hgweb: add view-only support Turning on hgweb.viewonly prevents pulls. This is a good idea for machines with limited CPU/bandwidth. manifest hash: 68d1d04dad83743f3326e8b4f2e51387787f06c0 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCm0tnywK+sNU5EO8RAm1fAJ9rNjWOr+e3UosFyauBSEgyie8meACeKwjc QqbfuXPLg/+TKr2HIrC3DA4= =i8Yj -----END PGP SIGNATURE-----
author mpm@selenic.com
date Mon, 30 May 2005 09:20:39 -0800
parents 8da1df932c16
children f918a6fa2572
line wrap: on
line source

<div class="parity#parity#">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
 <td align="right" width="15%"><b>#age# ago:&nbsp;</b></td>
 <td><b>#shortdesc#</b></td</tr>
<tr>
 <td align="right">changeset #rev#:&nbsp;</td>
 <td><a href="?cmd=changeset;node=#node#">#node#</a></td></tr>
#parent1#
#parent2#
<tr>
 <td align="right">author:&nbsp;</td>
 <td>#author#</td></tr>
<tr>
 <td align="right">date:&nbsp;</td>
 <td>#date#</td></tr>
<tr>
 <td align="right" valign="top"><a href="?cmd=manifest;manifest=#manifest#;path=/">files</a>:&nbsp;</td>
 <td>#files#</td></tr>
</table>
</div>