comparison roundup/templates/classic/html/home @ 1113:a95428868bf4

Added the missing keyword/topic interface to classic template (blush) Cleaned up the classhelp API Fixed some stuff in the customisation doc example.
author Richard Jones <richard@users.sourceforge.net>
date Wed, 11 Sep 2002 02:49:56 +0000
parents d6c13142e7b9
children 7d1b69122133
comparison
equal deleted inserted replaced
1112:70f187da3cf2 1113:a95428868bf4
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','title','creator','assignedto', 'status'], 9 columns=['id','activity','topic','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

Roundup Issue Tracker: http://roundup-tracker.org/