annotate roundup/templates/classic/html/home @ 1292:f7d9fefcae88

Fixes for SourceForge tracker bugs. - remember the change note on bad submissions [SF#625989] - highlight required form fields [SF#625989] add a couple of examples to the customisation doc too. un-reversed the message list so first messages appear first. fixed the messages header (post introduction of "remove")
author Richard Jones <richard@users.sourceforge.net>
date Mon, 21 Oct 2002 00:42:00 +0000
parents b862bbf2067a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
987
5643abab70ed new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
1 <!--
5643abab70ed new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
2 This is the default body that is displayed when people visit the
5643abab70ed new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
3 tracker. The tag below lists the currently open issues. You may
5643abab70ed new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
4 replace it with a greeting message, or a different list of issues or
5643abab70ed new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
5 whatever. It's a good idea to have the issues on the front page though
5643abab70ed new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
6 -->
5643abab70ed new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
7 <span tal:replace="structure python:db.issue.renderWith('index',
1002
1798d2fa9fec Hack hack...
Richard Jones <richard@users.sourceforge.net>
parents: 987
diff changeset
8 sort=('-', 'activity'), group=('+', 'priority'), filter=['status'],
1197
7d1b69122133 cleanups to classic templates
Richard Jones <richard@users.sourceforge.net>
parents: 1113
diff changeset
9 columns=['id','activity','title','creator','assignedto', 'status'],
987
5643abab70ed new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
10 filterspec={'status':['-1','1','2','3','4','5','6','7']})" />

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