Mercurial > p > roundup > code
comparison roundup/templates/classic/html/home @ 1197:7d1b69122133
cleanups to classic templates
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 24 Sep 2002 02:00:39 +0000 |
| parents | a95428868bf4 |
| children | b862bbf2067a |
comparison
equal
deleted
inserted
replaced
| 1196:ee204fb67798 | 1197:7d1b69122133 |
|---|---|
| 4 replace it with a greeting message, or a different list of issues or | 4 replace it with a greeting message, or a different list of issues or |
| 5 whatever. It's a good idea to have the issues on the front page though | 5 whatever. It's a good idea to have the issues on the front page though |
| 6 --> | 6 --> |
| 7 <span tal:replace="structure python:db.issue.renderWith('index', | 7 <span tal:replace="structure python:db.issue.renderWith('index', |
| 8 sort=('-', 'activity'), group=('+', 'priority'), filter=['status'], | 8 sort=('-', 'activity'), group=('+', 'priority'), filter=['status'], |
| 9 columns=['id','activity','topic','title','creator','assignedto', 'status'], | 9 columns=['id','activity','title','creator','assignedto', 'status'], |
| 10 filterspec={'status':['-1','1','2','3','4','5','6','7']})" /> | 10 filterspec={'status':['-1','1','2','3','4','5','6','7']})" /> |
| 11 | 11 |
