view templates/filelogentry.tmpl @ 159:f9d8620ef469

Add example CGI script This gives an example of how to easily use hgweb via CGI
author mpm@selenic.com
date Wed, 25 May 2005 16:28:23 -0800
parents 083c38bdfa64
children fad9ad1ec7c7
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>