comparison templates/filelogentry.tmpl @ 2132:4990b62fd0a6

hgweb: Synchronised filelogentry to changelogentry.
author Thomas Arendsen Hein <thomas@intevation.de>
date Wed, 26 Apr 2006 07:31:04 +0200
parents 90ee844b9f71
children
comparison
equal deleted inserted replaced
2131:f5bbc5562434 2132:4990b62fd0a6
1 <table class="parity#parity#" width="100%" cellspacing="0" cellpadding="0"> 1 <table class="logEntry parity#parity#">
2 <tr> 2 <tr>
3 <td class="age" align="right" width="15%"><b>#date|age# ago:&nbsp;</b></td> 3 <th class="age">#date|age# ago:</th>
4 <td><b><a href="?cs=#node|short#">#desc|strip|firstline|escape#</a></b></td></tr> 4 <th class="firstline"><a href="?cs=#node|short#">#desc|strip|firstline|escape#</a></th>
5 <tr> 5 </tr>
6 <td align="right">revision #filerev#:&nbsp;</td> 6 <tr>
7 <td><a href="?f=#filenode|short#;file=#file|urlescape#">#filenode|short#</a> 7 <th class="revision">revision #filerev#:</td>
8 <a href="?fd=#node|short#;file=#file|urlescape#">(diff)</a> 8 <td class="node">
9 <a href="?fa=#filenode|short#;file=#file|urlescape#">(annotate)</a> 9 <a href="?f=#filenode|short#;file=#file|urlescape#">#filenode|short#</a>
10 </td></tr> 10 <a href="?fd=#node|short#;file=#file|urlescape#">(diff)</a>
11 #rename%filelogrename# 11 <a href="?fa=#filenode|short#;file=#file|urlescape#">(annotate)</a>
12 <tr> 12 </td>
13 <td align="right">author:&nbsp;</td> 13 </tr>
14 <td>#author|obfuscate#</td></tr> 14 #rename%filelogrename#
15 <tr> 15 <tr>
16 <td align="right">date:&nbsp;</td> 16 <th class="author">author:</th>
17 <td>#date|date# (#date|age# ago)</td></tr> 17 <td class="author">#author|obfuscate#</td>
18 </tr>
19 <tr>
20 <th class="date">date:</th>
21 <td class="date">#date|date#</td>
22 </tr>
18 </table> 23 </table>
19 24
20 25