Mercurial > treepkg
comparison web/status-by-revision.html @ 288:9d8de2984de1
Make the web status templates work with newer versions of genshi, like
the one from debian lenny
author | Bernhard Herzog <bh@intevation.de> |
---|---|
date | Tue, 01 Sep 2009 13:46:28 +0000 |
parents | a05cbf80dec9 |
children |
comparison
equal
deleted
inserted
replaced
287:1fcdffbeb9de | 288:9d8de2984de1 |
---|---|
20 <py:for each="track in report.revisions.tracks"> | 20 <py:for each="track in report.revisions.tracks"> |
21 <th class="statustablehead">${track.name}</th> | 21 <th class="statustablehead">${track.name}</th> |
22 </py:for> | 22 </py:for> |
23 </tr> | 23 </tr> |
24 | 24 |
25 <py:for each="row in report.revisions.sorted_by_revision"> | 25 <py:for each="row in report.revisions.sorted_by_revision()"> |
26 <tr> | 26 <tr> |
27 <td>${row[0][0]}</td> | 27 <td>${row[0][0]}</td> |
28 <py:for each="col in row[1]"> | 28 <py:for each="col in row[1]"> |
29 <py:choose> | 29 <py:choose> |
30 <py:when test="col"> | 30 <py:when test="col"> |