comparison templates/old/filelogentry.tmpl @ 3263:fc34c031ff54

Rename default style to old
author Brendan Cully <brendan@kublai.com>
date Wed, 04 Oct 2006 17:04:40 -0700
parents templates/filelogentry.tmpl@79fd7a92f3e2
children
comparison
equal deleted inserted replaced
3262:3207e30bf468 3263:fc34c031ff54
1 <table class="logEntry parity#parity#">
2 <tr>
3 <th class="age">#date|age# ago:</th>
4 <th class="firstline"><a href="?cs=#node|short#">#desc|strip|firstline|escape#</a></th>
5 </tr>
6 <tr>
7 <th class="revision">revision #filerev#:</td>
8 <td class="node">
9 <a href="?f=#node|short#;file=#file|urlescape#">#node|short#</a>
10 <a href="?fd=#node|short#;file=#file|urlescape#">(diff)</a>
11 <a href="?fa=#node|short#;file=#file|urlescape#">(annotate)</a>
12 </td>
13 </tr>
14 #rename%filelogrename#
15 <tr>
16 <th class="author">author:</th>
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>
23 </table>
24
25