annotate roundup/templates/extended/issue.item @ 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.item,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 <table border=0 cellspacing=0 cellpadding=2>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
3
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
4 <tr class="strong-header">
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
5 <td colspan=4>Item Information</td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
6 </td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
7
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
8 <tr bgcolor="ffffea">
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
9 <td width=1% nowrap align=right><span class="form-label">Title</span></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
10 <td colspan=3 class="form-text"><display call="field('title', size=80)"></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
11 </tr>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
12
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
13 <tr bgcolor="ffffea">
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
14 <td width=1% nowrap align=right><span class="form-label">Product</span></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
15 <td class="form-text" valign=middle><display call="menu('product')">
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
16 version:<display call="field('version', 5)"></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
17 <td width=1% nowrap align=right><span class="form-label">Platform</span></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
18 <td class="form-text" valign=middle><display call="checklist('platform')"></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
19 </tr>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
20
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
21 <tr bgcolor="ffffea">
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
22 <td width=1% nowrap align=right><span class="form-label">Created</span></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
23 <td class="form-text"><display call="reldate('creation', pretty=1)">
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
24 (<display call="plain('creator')">)</td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
25 <td width=1% nowrap align=right><span class="form-label">Last activity</span></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
26 <td class="form-text"><display call="reldate('activity', pretty=1)"></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
27 </tr>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
28
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
29 <tr bgcolor="ffffea">
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
30 <td width=1% nowrap align=right><span class="form-label">Priority</span></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
31 <td class="form-text"><display call="field('priority')"></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
32 <td width=1% nowrap align=right><span class="form-label">Source</span></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
33 <td class="form-text"><display call="field('source')"></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
34 </tr>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
35
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
36 <tr bgcolor="ffffea">
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
37 <td width=1% nowrap align=right><span class="form-label">Status</span></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
38 <td class="form-text"><display call="menu('status')"></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
39 <td width=1% nowrap align=right><span class="form-label">Rate</span></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
40 <td class="form-text"><display call="field('rate')"></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
41 </tr>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
42
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
43 <tr bgcolor="ffffea">
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
44 <td width=1% nowrap align=right><span class="form-label">Assigned To</span></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
45 <td class="form-text"><display call="field('assignedto')"></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
46 <td width=1% nowrap align=right><span class="form-label">Customer Name</span></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
47 <td class="form-text"><display call="field('customername')"></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
48 </tr>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
49
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
50 <tr bgcolor="ffffea">
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
51 <td width=1% nowrap align=right><span class="form-label">Superseder</span></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
52 <td class="form-text"><display call="field('superseder', size=40, showid=1)"></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
53 <td width=1% nowrap align=right><span class="form-label">Nosy List</span></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
54 <td class="form-text"><display call="field('nosy')"></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
55 </tr>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
56
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
57 <tr bgcolor="ffffea">
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
58 <td width=1% nowrap align=right><span class="form-label">Change Note</span></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
59 <td colspan=3 class="form-text"><display call="note()"></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
60 </tr>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
61
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
62 <tr bgcolor="ffffea">
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
63 <td>&nbsp;</td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
64 <td colspan=3 class="form-text"><display call="submit()"></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
65 </tr>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
66
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
67 <property name="messages">
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
68 <tr class="strong-header">
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
69 <td colspan=4><b>Messages</b></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
70 </tr>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
71 <tr>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
72 <td colspan=4><display call="list('messages')"></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
73 </tr>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
74 </property>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
75
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
76 <property name="files">
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
77 <tr class="strong-header">
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
78 <td colspan=4><b>Files</b></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
79 </tr>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
80 <tr>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
81 <td colspan=4><display call="list('files')"></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
82 </tr>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
83 </property>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
84
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
85 </table>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
86

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