wok diff slitaz-mercurial-style/stuff/templates/slitaz/filelogentry.tmpl @ rev 7692

fcitx-configtool:add make_depends of fcitx
author fireflyoo <lufeng369@gmail.com>
date Sat Dec 18 23:09:12 2010 +0800 (2010-12-18)
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/filelogentry.tmpl	Sat Dec 18 23:09:12 2010 +0800
     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>