annotate roundup/templates/extended/htmlbase.py @ 264:a671e5917b33

Many features and fixes. . roundup-admin create now prompts for property info if none is supplied on the command-line. . hyperdb Class getprops() method may now return only the mutable properties. . Login now uses cookies, which makes it a whole lot more flexible. We can now support anonymous user access (read-only, unless there's an "anonymous" user, in which case write access is permitted). Login handling has been moved into cgi_client.Client.main() . The "extended" schema is now the default in roundup init. . The schemas have had their page headings modified to cope with the new login handling. Existing installations should copy the interfaces.py file from the roundup lib directory to their instance home. . Incorrectly had a Bizar Software copyright on the cgitb.py module from Ping - has been removed. . Fixed a whole bunch of places in the CGI interface where we should have been returning Not Found instead of throwing an exception. . Fixed a deviation from the spec: trying to modify the 'id' property of an item now throws an exception.
author Richard Jones <richard@users.sourceforge.net>
date Fri, 05 Oct 2001 02:23:24 +0000
parents 1d428068485c
children 72343138b660
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
68
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
1
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
2 # Do Not Edit (Unless You Want To)
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
3 # This file automagically generated by roundup.htmldata.makeHtmlBase
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
4 #
174
2775f6727070 htmlbase doesn't have extraneous $Foo$ in it any more
Richard Jones <richard@users.sourceforge.net>
parents: 167
diff changeset
5 fileDOTindex = """<!-- dollarId: file.index,v 1.1 2001/07/23 04:21:20 richard Exp dollar-->
68
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
6 <tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
7 <property name="name">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
8 <td><display call="link('name')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
9 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
10 <property name="type">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
11 <td><display call="plain('type')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
12 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
13 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
14 """
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
15
174
2775f6727070 htmlbase doesn't have extraneous $Foo$ in it any more
Richard Jones <richard@users.sourceforge.net>
parents: 167
diff changeset
16 fileDOTnewitem = """<!-- dollarId: file.newitem,v 1.1 2001/07/30 08:04:26 richard Exp dollar-->
167
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
17 <table border=0 cellspacing=0 cellpadding=2>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
18
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
19 <tr class="strong-header">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
20 <td colspan=2>File upload details</td>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
21 </td>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
22
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
23 <tr bgcolor="ffffea">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
24 <td width=1% nowrap align=right><span class="form-label">File:</span></td>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
25 <td class="form-text"><input type="file" name="content" size="40"></td>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
26 </tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
27
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
28 <tr bgcolor="ffffea">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
29 <td>&nbsp;</td>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
30 <td class="form-text"><display call="submit()"></td>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
31 </tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
32
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
33 </table>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
34 """
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
35
174
2775f6727070 htmlbase doesn't have extraneous $Foo$ in it any more
Richard Jones <richard@users.sourceforge.net>
parents: 167
diff changeset
36 issueDOTfilter = """<!-- dollarId: issue.filter,v 1.2 2001/07/30 01:26:59 richard Exp dollar-->
68
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
37 <property name="title">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
38 <tr><th width="1%" align="right" class="location-bar">Title</th>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
39 <td><display call="field('title')"></td></tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
40 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
41 <property name="status">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
42 <tr><th width="1%" align="right" class="location-bar">Status</th>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
43 <td><display call="checklist('status')"></td></tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
44 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
45 <property name="priority">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
46 <tr><th width="1%" align="right" class="location-bar">Priority</th>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
47 <td><display call="checklist('priority')"></td></tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
48 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
49 <property name="platform">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
50 <tr><th width="1%" align="right" class="location-bar">Platform</th>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
51 <td><display call="checklist('platform')"></td></tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
52 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
53 <property name="product">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
54 <tr><th width="1%" align="right" class="location-bar">Product</th>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
55 <td><display call="checklist('product')"></td></tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
56 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
57 <property name="version">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
58 <tr><th width="1%" align="right" class="location-bar">Version</th>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
59 <td><display call="field('version')"></td></tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
60 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
61 <property name="assignedto">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
62 <tr><th width="1%" align="right" class="location-bar">Assigned&nbsp;to</th>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
63 <td><display call="checklist('assignedto')"></td></tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
64 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
65 """
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
66
180
3e7a7b3b58e4 changes
Richard Jones <richard@users.sourceforge.net>
parents: 176
diff changeset
67 issueDOTindex = """<!-- dollarId: issue.index,v 1.3 2001/08/01 05:15:09 richard Exp dollar-->
68
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
68 <tr>
144
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
69 <property name="id">
176
9cfab7f55df0 Added "My Issues" and "My Support" to extended template.
Richard Jones <richard@users.sourceforge.net>
parents: 174
diff changeset
70 <td valign="top"><display call="plain('id')"></td>
144
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
71 </property>
68
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
72 <property name="activity">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
73 <td valign="top"><display call="reldate('activity', pretty=1)"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
74 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
75 <property name="priority">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
76 <td valign="top"><display call="plain('priority')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
77 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
78 <property name="status">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
79 <td valign="top"><display call="plain('status')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
80 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
81 <property name="title">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
82 <td valign="top"><display call="link('title')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
83 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
84 <property name="platform">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
85 <td valign="top"><display call="plain('platform')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
86 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
87 <property name="product">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
88 <td valign="top"><display call="plain('product')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
89 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
90 <property name="version">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
91 <td valign="top"><display call="plain('version')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
92 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
93 <property name="assignedto">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
94 <td valign="top"><display call="plain('assignedto')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
95 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
96 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
97 """
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
98
174
2775f6727070 htmlbase doesn't have extraneous $Foo$ in it any more
Richard Jones <richard@users.sourceforge.net>
parents: 167
diff changeset
99 issueDOTitem = """<!-- dollarId: issue.item,v 1.5 2001/07/30 08:03:56 richard Exp dollar-->
68
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
100 <table border=0 cellspacing=0 cellpadding=2>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
101
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
102 <tr class="strong-header">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
103 <td colspan=4>Item Information</td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
104 </td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
105
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
106 <tr bgcolor="ffffea">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
107 <td width=1% nowrap align=right><span class="form-label">Title</span></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
108 <td colspan=3 class="form-text"><display call="field('title', size=80)"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
109 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
110
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
111 <tr bgcolor="ffffea">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
112 <td width=1% nowrap align=right><span class="form-label">Product</span></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
113 <td class="form-text" valign=middle><display call="menu('product')">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
114 version:<display call="field('version', 5)"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
115 <td width=1% nowrap align=right><span class="form-label">Platform</span></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
116 <td class="form-text" valign=middle><display call="checklist('platform')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
117 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
118
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
119 <tr bgcolor="ffffea">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
120 <td width=1% nowrap align=right><span class="form-label">Created</span></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
121 <td class="form-text"><display call="reldate('creation', pretty=1)">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
122 (<display call="plain('creator')">)</td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
123 <td width=1% nowrap align=right><span class="form-label">Last activity</span></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
124 <td class="form-text"><display call="reldate('activity', pretty=1)"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
125 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
126
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
127 <tr bgcolor="ffffea">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
128 <td width=1% nowrap align=right><span class="form-label">Priority</span></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
129 <td class="form-text"><display call="field('priority')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
130 <td width=1% nowrap align=right><span class="form-label">Status</span></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
131 <td class="form-text"><display call="menu('status')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
132 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
133
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
134 <tr bgcolor="ffffea">
157
1e5d95829851 updated htmlbases
Richard Jones <richard@users.sourceforge.net>
parents: 144
diff changeset
135 <td width=1% nowrap align=right><span class="form-label">Assigned to</span></td>
68
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
136 <td class="form-text"><display call="field('assignedto')"></td>
157
1e5d95829851 updated htmlbases
Richard Jones <richard@users.sourceforge.net>
parents: 144
diff changeset
137 <td width=1% nowrap align=right><span class="form-label">Nosy List</span></td>
1e5d95829851 updated htmlbases
Richard Jones <richard@users.sourceforge.net>
parents: 144
diff changeset
138 <td class="form-text"><display call="field('nosy')"></td>
68
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
139 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
140
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
141 <tr bgcolor="ffffea">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
142 <td width=1% nowrap align=right><span class="form-label">Superseder</span></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
143 <td class="form-text"><display call="field('superseder', size=40, showid=1)"></td>
157
1e5d95829851 updated htmlbases
Richard Jones <richard@users.sourceforge.net>
parents: 144
diff changeset
144 <td width=1% nowrap align=right><span class="form-label">Support call</span></td>
1e5d95829851 updated htmlbases
Richard Jones <richard@users.sourceforge.net>
parents: 144
diff changeset
145 <td class="form-text"><display call="field('supportcall', size=40, showid=1)"></td>
68
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
146 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
147
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
148 <tr bgcolor="ffffea">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
149 <td width=1% nowrap align=right><span class="form-label">Change Note</span></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
150 <td colspan=3 class="form-text"><display call="note()"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
151 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
152
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
153 <tr bgcolor="ffffea">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
154 <td>&nbsp;</td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
155 <td colspan=3 class="form-text"><display call="submit()"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
156 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
157
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
158 <tr class="strong-header">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
159 <td colspan=4><b>Messages</b></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
160 </tr>
167
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
161 <property name="messages">
68
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
162 <tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
163 <td colspan=4><display call="list('messages')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
164 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
165 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
166
167
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
167 <tr class="strong-header">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
168 <td colspan=4><b>Files</b></td>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
169 </tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
170 <tr class="form-help">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
171 <td colspan=4>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
172 <a href="newfile?:multilink=issue<display call="plain('id')">:files">Attach a file to this issue</a>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
173 </td>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
174 </tr>
68
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
175 <property name="files">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
176 <tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
177 <td colspan=4><display call="list('files')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
178 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
179 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
180
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
181 </table>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
182
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
183 """
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
184
264
a671e5917b33 Many features and fixes.
Richard Jones <richard@users.sourceforge.net>
parents: 250
diff changeset
185 msgDOTindex = """<!-- dollarId: msg.index,v 1.3 2001/09/27 06:45:58 richard Exp dollar-->
249
9d651a24d9d2 Messages are now displayed with content...
Richard Jones <richard@users.sourceforge.net>
parents: 180
diff changeset
186 <tr class="row-hilite">
68
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
187 <property name="date">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
188 <td><display call="link('date')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
189 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
190 <property name="author">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
191 <td><display call="plain('author')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
192 </property>
249
9d651a24d9d2 Messages are now displayed with content...
Richard Jones <richard@users.sourceforge.net>
parents: 180
diff changeset
193 </tr>
9d651a24d9d2 Messages are now displayed with content...
Richard Jones <richard@users.sourceforge.net>
parents: 180
diff changeset
194 <tr bgcolor="ffeaff">
250
1d428068485c *gak* ... xmp is Old Skool apparently.
Richard Jones <richard@users.sourceforge.net>
parents: 249
diff changeset
195 <td colspan=2><pre><display call="plain('content', escape=1)"></pre></td>
68
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
196 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
197 """
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
198
174
2775f6727070 htmlbase doesn't have extraneous $Foo$ in it any more
Richard Jones <richard@users.sourceforge.net>
parents: 167
diff changeset
199 msgDOTitem = """<!-- dollarId: msg.item,v 1.1 2001/07/23 04:21:20 richard Exp dollar-->
68
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
200 <table border=0 cellspacing=0 cellpadding=2>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
201
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
202 <tr class="strong-header">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
203 <td colspan=2>Message Information</td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
204 </td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
205
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
206 <tr bgcolor="ffffea">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
207 <td width=1% nowrap align=right><span class="form-label">Author</span></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
208 <td class="form-text"><display call="plain('author')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
209 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
210
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
211 <tr bgcolor="ffffea">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
212 <td width=1% nowrap align=right><span class="form-label">Recipients</span></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
213 <td class="form-text"><display call="plain('recipients')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
214 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
215
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
216 <tr bgcolor="ffffea">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
217 <td width=1% nowrap align=right><span class="form-label">Date</span></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
218 <td class="form-text"><display call="plain('date')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
219 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
220
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
221 <tr bgcolor="ffeaff">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
222 <td colspan=2 class="form-text">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
223 <pre><display call="plain('content')"></pre>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
224 </td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
225 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
226
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
227 <property name="files">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
228 <tr class="strong-header"><td colspan=2><b>Files</b></td></tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
229 <tr><td colspan=2><display call="list('files')"></td></tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
230 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
231
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
232 <tr class="strong-header"><td colspan=2><b>History</b></td><tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
233 <tr><td colspan=2><display call="history()"></td></tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
234
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
235 </table>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
236 """
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
237
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
238 styleDOTcss = """h1 {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
239 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
240 font-size: 18pt;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
241 font-weight: bold;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
242 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
243
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
244 h2 {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
245 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
246 font-size: 16pt;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
247 font-weight: bold;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
248 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
249
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
250 h3 {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
251 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
252 font-size: 12pt;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
253 font-weight: bold;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
254 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
255
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
256 a:hover {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
257 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
258 text-decoration: underline;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
259 color: #333333;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
260 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
261
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
262 a:link {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
263 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
264 text-decoration: none;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
265 color: #000099;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
266 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
267
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
268 a {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
269 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
270 text-decoration: none;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
271 color: #000099;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
272 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
273
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
274 p {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
275 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
276 font-size: 10pt;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
277 color: #333333;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
278 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
279
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
280 th {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
281 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
282 font-weight: bold;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
283 font-size: 10pt;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
284 color: #333333;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
285 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
286
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
287 .form-help {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
288 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
289 font-size: 10pt;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
290 color: #333333;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
291 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
292
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
293 .std-text {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
294 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
295 font-size: 10pt;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
296 color: #333333;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
297 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
298
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
299 .tab-small {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
300 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
301 font-size: 8pt;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
302 color: #333333;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
303 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
304
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
305 .location-bar {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
306 background-color: #efefef;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
307 border: none;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
308 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
309
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
310 .strong-header {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
311 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
312 font-size: 12pt;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
313 font-weight: bold;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
314 background-color: #000000;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
315 color: #ffffff;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
316 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
317
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
318 .list-header {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
319 background-color: #c0c0c0;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
320 border: none;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
321 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
322
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
323 .list-item {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
324 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
325 font-size: 10pt;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
326 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
327
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
328 .list-nav {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
329 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
330 font-size: 10pt;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
331 font-weight: bold;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
332 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
333
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
334 .row-normal {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
335 background-color: #ffffff;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
336 border: none;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
337
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
338 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
339
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
340 .row-hilite {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
341 background-color: #efefef;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
342 border: none;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
343 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
344
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
345 .section-bar {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
346 background-color: #c0c0c0;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
347 border: none;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
348 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
349
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
350 .system-msg {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
351 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
352 font-size: 10pt;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
353 background-color: #ffffff;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
354 border: 1px solid #000000;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
355 margin-bottom: 6px;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
356 margin-top: 6px;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
357 padding: 4px;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
358 width: 100%;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
359 color: #660033;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
360 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
361
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
362 .form-title {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
363 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
364 font-weight: bold;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
365 font-size: 12pt;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
366 color: #333333;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
367 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
368
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
369 .form-label {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
370 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
371 font-weight: bold;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
372 font-size: 10pt;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
373 color: #333333;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
374 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
375
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
376 .form-optional {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
377 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
378 font-weight: bold;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
379 font-style: italic;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
380 font-size: 10pt;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
381 color: #333333;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
382 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
383
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
384 .form-element {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
385 font-family: Verdana, Helvetica, aans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
386 font-size: 10pt;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
387 color: #000000;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
388 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
389
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
390 .form-text {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
391 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
392 font-size: 10pt;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
393 color: #333333;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
394 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
395
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
396 .form-mono {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
397 font-family: monospace;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
398 font-size: 12px;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
399 text-decoration: none;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
400 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
401 """
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
402
174
2775f6727070 htmlbase doesn't have extraneous $Foo$ in it any more
Richard Jones <richard@users.sourceforge.net>
parents: 167
diff changeset
403 supportDOTfilter = """<!-- dollarId: support.filter,v 1.1 2001/07/30 01:27:28 richard Exp dollar-->
144
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
404 <property name="title">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
405 <tr><th width="1%" align="right" class="location-bar">Title</th>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
406 <td><display call="field('title')"></td></tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
407 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
408 <property name="status">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
409 <tr><th width="1%" align="right" class="location-bar">Status</th>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
410 <td><display call="checklist('status')"></td></tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
411 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
412 <property name="platform">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
413 <tr><th width="1%" align="right" class="location-bar">Platform</th>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
414 <td><display call="checklist('platform')"></td></tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
415 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
416 <property name="product">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
417 <tr><th width="1%" align="right" class="location-bar">Product</th>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
418 <td><display call="checklist('product')"></td></tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
419 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
420 <property name="version">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
421 <tr><th width="1%" align="right" class="location-bar">Version</th>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
422 <td><display call="field('version')"></td></tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
423 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
424 <property name="source">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
425 <tr><th width="1%" align="right" class="location-bar">Source</th>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
426 <td><display call="checklist('source')"></td></tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
427 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
428 <property name="assignedto">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
429 <tr><th width="1%" align="right" class="location-bar">Assigned&nbsp;to</th>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
430 <td><display call="checklist('assignedto')"></td></tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
431 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
432 <property name="customername">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
433 <tr><th width="1%" align="right" class="location-bar">Customer&nbsp;name</th>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
434 <td><display call="field('customername')"></td></tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
435 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
436 """
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
437
180
3e7a7b3b58e4 changes
Richard Jones <richard@users.sourceforge.net>
parents: 176
diff changeset
438 supportDOTindex = """<!-- dollarId: support.index,v 1.2 2001/08/01 05:15:09 richard Exp dollar-->
144
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
439 <tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
440 <property name="id">
176
9cfab7f55df0 Added "My Issues" and "My Support" to extended template.
Richard Jones <richard@users.sourceforge.net>
parents: 174
diff changeset
441 <td valign="top"><display call="plain('id')"></td>
144
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
442 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
443 <property name="activity">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
444 <td valign="top"><display call="reldate('activity', pretty=1)"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
445 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
446 <property name="status">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
447 <td valign="top"><display call="plain('status')"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
448 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
449 <property name="title">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
450 <td valign="top"><display call="link('title')"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
451 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
452 <property name="platform">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
453 <td valign="top"><display call="plain('platform')"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
454 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
455 <property name="product">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
456 <td valign="top"><display call="plain('product')"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
457 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
458 <property name="version">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
459 <td valign="top"><display call="plain('version')"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
460 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
461 <property name="source">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
462 <td valign="top"><display call="plain('source')"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
463 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
464 <property name="assignedto">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
465 <td valign="top"><display call="plain('assignedto')"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
466 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
467 <property name="customername">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
468 <td valign="top"><display call="plain('customername')"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
469 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
470 </tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
471 """
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
472
174
2775f6727070 htmlbase doesn't have extraneous $Foo$ in it any more
Richard Jones <richard@users.sourceforge.net>
parents: 167
diff changeset
473 supportDOTitem = """<!-- dollarId: support.item,v 1.2 2001/07/30 08:03:56 richard Exp dollar-->
144
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
474 <table border=0 cellspacing=0 cellpadding=2>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
475
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
476 <tr class="strong-header">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
477 <td colspan=4>Item Information</td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
478 </td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
479
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
480 <tr bgcolor="ffffea">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
481 <td width=1% nowrap align=right><span class="form-label">Title</span></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
482 <td colspan=3 class="form-text"><display call="field('title', size=80)"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
483 </tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
484
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
485 <tr bgcolor="ffffea">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
486 <td width=1% nowrap align=right><span class="form-label">Product</span></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
487 <td class="form-text" valign=middle><display call="menu('product')">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
488 version:<display call="field('version', 5)"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
489 <td width=1% nowrap align=right><span class="form-label">Platform</span></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
490 <td class="form-text" valign=middle><display call="checklist('platform')"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
491 </tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
492
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
493 <tr bgcolor="ffffea">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
494 <td width=1% nowrap align=right><span class="form-label">Created</span></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
495 <td class="form-text"><display call="reldate('creation', pretty=1)">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
496 (<display call="plain('creator')">)</td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
497 <td width=1% nowrap align=right><span class="form-label">Last activity</span></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
498 <td class="form-text"><display call="reldate('activity', pretty=1)"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
499 </tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
500
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
501 <tr bgcolor="ffffea">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
502 <td width=1% nowrap align=right><span class="form-label">Empty</span></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
503 <td class="form-text">XXXX</td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
504 <td width=1% nowrap align=right><span class="form-label">Source</span></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
505 <td class="form-text"><display call="field('source')"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
506 </tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
507
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
508 <tr bgcolor="ffffea">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
509 <td width=1% nowrap align=right><span class="form-label">Status</span></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
510 <td class="form-text"><display call="menu('status')"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
511 <td width=1% nowrap align=right><span class="form-label">Rate</span></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
512 <td class="form-text"><display call="field('rate')"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
513 </tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
514
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
515 <tr bgcolor="ffffea">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
516 <td width=1% nowrap align=right><span class="form-label">Assigned To</span></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
517 <td class="form-text"><display call="field('assignedto')"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
518 <td width=1% nowrap align=right><span class="form-label">Customer Name</span></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
519 <td class="form-text"><display call="field('customername')"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
520 </tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
521
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
522 <tr bgcolor="ffffea">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
523 <td width=1% nowrap align=right><span class="form-label">Superseder</span></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
524 <td class="form-text"><display call="field('superseder', size=40, showid=1)"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
525 <td width=1% nowrap align=right><span class="form-label">Nosy List</span></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
526 <td class="form-text"><display call="field('nosy')"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
527 </tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
528
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
529 <tr bgcolor="ffffea">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
530 <td width=1% nowrap align=right><span class="form-label">Change Note</span></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
531 <td colspan=3 class="form-text"><display call="note()"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
532 </tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
533
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
534 <tr bgcolor="ffffea">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
535 <td>&nbsp;</td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
536 <td colspan=3 class="form-text"><display call="submit()"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
537 </tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
538
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
539 <tr class="strong-header">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
540 <td colspan=4><b>Messages</b></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
541 </tr>
167
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
542 <property name="messages">
144
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
543 <tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
544 <td colspan=4><display call="list('messages')"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
545 </tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
546 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
547
167
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
548 <tr class="strong-header">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
549 <td colspan=4><b>Timelog</b></td>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
550 </tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
551 <tr class="form-help">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
552 <td colspan=4>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
553 <a href="newtimelog?:multilink=support<display call="plain('id')">:timelog">Log time against this support call</a>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
554 </td>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
555 </tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
556 <property name="timelog">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
557 <tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
558 <td colspan=4><display call="list('timelog')"></td>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
559 </tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
560 </property>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
561
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
562 <tr class="strong-header">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
563 <td colspan=4><b>Files</b></td>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
564 </tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
565 <tr class="form-help">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
566 <td colspan=4>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
567 <a href="newfile?:multilink=support<display call="plain('id')">:files">Attach a file to support call</a>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
568 </td>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
569 </tr>
144
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
570 <property name="files">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
571 <tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
572 <td colspan=4><display call="list('files')"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
573 </tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
574 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
575
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
576 </table>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
577
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
578 """
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
579
174
2775f6727070 htmlbase doesn't have extraneous $Foo$ in it any more
Richard Jones <richard@users.sourceforge.net>
parents: 167
diff changeset
580 timelogDOTindex = """<!-- dollarId: timelog.index,v 1.1 2001/07/30 08:04:26 richard Exp dollar-->
167
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
581 <tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
582 <property name="date">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
583 <td><display call="link('date')"></td>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
584 </property>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
585 <property name="performedby">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
586 <td><display call="plain('performedby')"></td>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
587 </property>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
588 <property name="time">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
589 <td><display call="plain('time')"></td>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
590 </property>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
591 <property name="description">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
592 <td><display call="plain('description')"></td>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
593 </property>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
594 </tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
595 """
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
596
174
2775f6727070 htmlbase doesn't have extraneous $Foo$ in it any more
Richard Jones <richard@users.sourceforge.net>
parents: 167
diff changeset
597 timelogDOTitem = """<!-- dollarId: timelog.item,v 1.1 2001/07/30 08:04:26 richard Exp dollar-->
167
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
598 <table border=0 cellspacing=0 cellpadding=2>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
599
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
600 <tr class="strong-header">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
601 <td colspan=2>Time log details</td>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
602 </td>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
603
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
604 <tr bgcolor="ffffea">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
605 <td width=1% nowrap align=right><span class="form-label">Time spent</span></td>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
606 <td class="form-text"><display call="field('time', size=40)"></td>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
607 </tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
608 <tr bgcolor="ffffea">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
609 <td width=1% nowrap align=right><span class="form-label">Description</span></td>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
610 <td class="form-text"><display call="field('description', size=40)"></td>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
611 </tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
612 <tr bgcolor="ffffea">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
613 <td width=1% nowrap align=right><span class="form-label">Date</span></td>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
614 <td class="form-text"><display call="field('date', size=40)"></td>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
615 </tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
616 <tr bgcolor="ffffea">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
617 <td width=1% nowrap align=right><span class="form-label">Performed by</span></td>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
618 <td class="form-text"><display call="field('performedby', size=40)"></td>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
619 </tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
620
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
621 <tr bgcolor="ffffea">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
622 <td>&nbsp;</td>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
623 <td class="form-text"><display call="submit()"></td>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
624 </tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
625
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
626 <tr class="strong-header">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
627 <td colspan=2><b>History</b></td>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
628 </tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
629 <tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
630 <td colspan=2><display call="history()"></td>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
631 </tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
632
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
633 </table>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
634
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
635 """
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
636
174
2775f6727070 htmlbase doesn't have extraneous $Foo$ in it any more
Richard Jones <richard@users.sourceforge.net>
parents: 167
diff changeset
637 userDOTindex = """<!-- dollarId: user.index,v 1.1 2001/07/23 04:21:20 richard Exp dollar-->
68
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
638 <tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
639 <property name="username">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
640 <td><display call="link('username')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
641 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
642 <property name="realname">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
643 <td><display call="plain('realname')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
644 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
645 <property name="organisation">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
646 <td><display call="plain('organisation')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
647 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
648 <property name="address">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
649 <td><display call="plain('address')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
650 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
651 <property name="phone">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
652 <td><display call="plain('phone')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
653 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
654 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
655 """
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
656
174
2775f6727070 htmlbase doesn't have extraneous $Foo$ in it any more
Richard Jones <richard@users.sourceforge.net>
parents: 167
diff changeset
657 userDOTitem = """<!-- dollarId: user.item,v 1.1 2001/07/23 04:21:20 richard Exp dollar-->
68
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
658 <table border=0 cellspacing=0 cellpadding=2>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
659
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
660 <tr class="strong-header">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
661 <td colspan=2>Your Details</td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
662 </td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
663
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
664 <tr bgcolor="ffffea">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
665 <td width=1% nowrap align=right><span class="form-label">Name</span></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
666 <td class="form-text"><display call="field('realname', size=40)"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
667 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
668 <tr bgcolor="ffffea">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
669 <td width=1% nowrap align=right><span class="form-label">Login Name</span></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
670 <td class="form-text"><display call="field('username', size=40)"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
671 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
672 <tr bgcolor="ffffea">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
673 <td width=1% nowrap align=right><span class="form-label">Login Password</span></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
674 <td class="form-text"><display call="field('password', size=10)"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
675 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
676 <tr bgcolor="ffffea">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
677 <td width=1% nowrap align=right><span class="form-label">Phone</span></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
678 <td class="form-text"><display call="field('phone', size=40)"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
679 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
680 <tr bgcolor="ffffea">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
681 <td width=1% nowrap align=right><span class="form-label">Organisation</span></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
682 <td class="form-text"><display call="field('organisation', size=40)"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
683 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
684 <tr bgcolor="ffffea">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
685 <td width=1% nowrap align=right><span class="form-label">E-mail address</span></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
686 <td class="form-text"><display call="field('address', size=40)"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
687 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
688
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
689 <tr bgcolor="ffffea">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
690 <td>&nbsp;</td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
691 <td class="form-text"><display call="submit()"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
692 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
693
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
694 <tr class="strong-header">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
695 <td colspan=2><b>History</b></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
696 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
697 <tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
698 <td colspan=2><display call="history()"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
699 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
700
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
701 </table>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
702
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
703 """
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
704

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