templates/filelogentry.tmpl
author jake@edge2.net
Fri, 27 May 2005 14:09:43 -0700
changeset 181 038e4d8602bd
parent 167 fad9ad1ec7c7
child 201 f918a6fa2572
permissions -rw-r--r--
updated for .hgpaths and http/old-http protocol name change

<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>