Mercurial > treepkg
comparison web/status-by-startdate.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 | 99be67db8a12 |
children |
comparison
equal
deleted
inserted
replaced
287:1fcdffbeb9de | 288:9d8de2984de1 |
---|---|
28 <th class="statustablehead">Start</th> | 28 <th class="statustablehead">Start</th> |
29 <th class="statustablehead">Stop</th> | 29 <th class="statustablehead">Stop</th> |
30 <th class="statustablehead">Notes</th> | 30 <th class="statustablehead">Notes</th> |
31 </tr> | 31 </tr> |
32 | 32 |
33 <py:for each="row in report.revisions.sorted_by_startdate"> | 33 <py:for each="row in report.revisions.sorted_by_startdate()"> |
34 <py:with vars="item=row[1]"> | 34 <py:with vars="item=row[1]"> |
35 <py:if test="item.new_date"> | 35 <py:if test="item.new_date"> |
36 <tr class="date_row"><td colspan="6">${item.new_date}</td></tr> | 36 <tr class="date_row"><td colspan="6">${item.new_date}</td></tr> |
37 </py:if> | 37 </py:if> |
38 <tr class="${item.status.cls}"> | 38 <tr class="${item.status.cls}"> |