wok diff slitaz-mercurial-style/stuff/templates/slitaz/shortlogentry.tmpl @ rev 4465
Up: slitaz-mercurial-style (2.0)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Nov 08 23:30:24 2009 +0100 (2009-11-08) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/slitaz-mercurial-style/stuff/templates/slitaz/shortlogentry.tmpl Sun Nov 08 23:30:24 2009 +0100 1.3 @@ -0,0 +1,5 @@ 1.4 + <tr class="parity{parity}"> 1.5 + <td class="age">{date|age}</td> 1.6 + <td class="author">{author|person}</td> 1.7 + <td class="description"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags%changelogtag}</td> 1.8 + </tr>