view templates/filelogentry.tmpl @ 154:1d5f799ebe1e

fixed problem with head/body tags, added dtd, fixed table attributes add quotes around all attributes (w3c recommendation) pages pass w3c validator
author jake@edge2.net
date Tue, 24 May 2005 16:08:09 -0700
parents 529bf610092e
children 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>