comparison roundup/templates/classic/html/home @ 987:5643abab70ed

new classic template files
author Richard Jones <richard@users.sourceforge.net>
date Fri, 30 Aug 2002 08:30:12 +0000
parents
children 1798d2fa9fec
comparison
equal deleted inserted replaced
986:9ee127a11345 987:5643abab70ed
1 <!--
2 This is the default body that is displayed when people visit the
3 tracker. The tag below lists the currently open issues. You may
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
6 -->
7 <span tal:replace="structure python:db.issue.renderWith('index',
8 sort=['-activity'], group=['priority'], filter=['status'],
9 columns={'id':1,'activity':1,'title':1,'creator':1,'assignedto':1},
10 filterspec={'status':['-1','1','2','3','4','5','6','7']})" />
11

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