annotate roundup/templates/extended/issue.index @ 32:b475e7d3ce52

actually quit if python version wrong
author Anthony Baxter <anthonybaxter@users.sourceforge.net>
date Mon, 23 Jul 2001 04:05:05 +0000
parents a3e119154b11
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
28
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
1 <!-- $Id: issue.index,v 1.1 2001-07-23 03:50:46 anthonybaxter Exp $-->
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
2 <tr>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
3 <property name="activity">
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
4 <td valign="top"><display call="reldate('activity', pretty=1)"></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
5 </property>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
6 <property name="priority">
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
7 <td valign="top"><display call="plain('priority')"></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
8 </property>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
9 <property name="status">
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
10 <td valign="top"><display call="plain('status')"></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
11 </property>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
12 <property name="title">
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
13 <td valign="top"><display call="link('title')"></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
14 </property>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
15 <property name="platform">
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
16 <td valign="top"><display call="plain('platform')"></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
17 </property>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
18 <property name="product">
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
19 <td valign="top"><display call="plain('product')"></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
20 </property>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
21 <property name="version">
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
22 <td valign="top"><display call="plain('version')"></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
23 </property>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
24 <property name="source">
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
25 <td valign="top"><display call="plain('source')"></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
26 </property>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
27 <property name="assignedto">
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
28 <td valign="top"><display call="plain('assignedto')"></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
29 </property>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
30 <property name="customername">
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
31 <td valign="top"><display call="plain('customername')"></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
32 </property>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
33 </tr>

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