comparison templates/coal/changelogentry.tmpl @ 6436:856ae126f48c

templates: add coal web theme
author Matt Mackall <mpm@selenic.com>
date Mon, 31 Mar 2008 21:49:36 -0500
parents
children
comparison
equal deleted inserted replaced
6435:050e9da0df78 6436:856ae126f48c
1 <table class="logEntry parity{parity}">
2 <tr>
3 <th class="age">{date|age} ago:</th>
4 <th class="firstline">{desc|strip|firstline|escape}</th>
5 </tr>
6 <tr>
7 <th class="revision">changeset {rev}:</th>
8 <td class="node"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td>
9 </tr>
10 {parent%changelogparent}
11 {child%changelogchild}
12 {changelogtag}
13 <tr>
14 <th class="author">author:</th>
15 <td class="author">{author|obfuscate}</td>
16 </tr>
17 <tr>
18 <th class="date">date:</th>
19 <td class="date">{date|date}</td>
20 </tr>
21 <tr>
22 <th class="files"><a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a>:</th>
23 <td class="files">{files}</td>
24 </tr>
25 </table>