view templates/filelogentry.tmpl @ 176:1d8e9637a0a4

Change hg: protocol name to http: and http: to old-http: hg: will continue to work for a bit old-http: will be phased out soon
author mpm@selenic.com
date Fri, 27 May 2005 12:26:14 -0800
parents fad9ad1ec7c7
children f918a6fa2572
line wrap: on
line source

<table class="parity#parity#" width="100%" cellspacing="0" cellpadding="0">
<tr>
 <td align="right" width="15%"><b>#age# ago:&nbsp;</b></td>
 <td><b><a href="?cmd=changeset;node=#node#">#shortdesc#</a></b></td</tr>
<tr>
 <td align="right">revision #filerev#:&nbsp;</td>
 <td><a href="?cmd=file;file=#file#;filenode=#filenode#">#filenode#</a>
<a href="?cmd=filediff;file=#file#;node=#node#">(diff)</a>
<a href="?cmd=annotate;file=#file#;filenode=#filenode#">(annotate)</a>
</td></tr>
<tr>
 <td align="right">author:&nbsp;</td>
 <td>#author#</td></tr>
<tr>
 <td align="right">date:&nbsp;</td>
 <td>#date#</td></tr>
</table>