view templates/filelogentry.tmpl @ 153:e8a360cd5a9f

changed pos to rev for changelog cmd, changed & to ;
author jake@edge2.net
date Tue, 24 May 2005 07:42:05 -0700
parents 529bf610092e
children 1d5f799ebe1e 083c38bdfa64
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:&nbsp;</td>
 <td><a href="?cmd=file;file=#file#;filenode=#filenode#">#filerev#:#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>