annotate roundup/templates/extended/htmlbase.py @ 316:c0ca7f35e0c5

Added configuration for: . anonymous user access and registration (deny/allow) . filter "widget" location on index page (top, bottom, both) Updated some documentation.
author Richard Jones <richard@users.sourceforge.net>
date Mon, 22 Oct 2001 03:25:01 +0000
parents 72343138b660
children a74ea8489896
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 #
316
c0ca7f35e0c5 Added configuration for:
Richard Jones <richard@users.sourceforge.net>
parents: 315
diff changeset
5 fileDOTindex = """<!-- dollarId: file.index,v 1.2 2001/10/21 11:42:15 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">
315
72343138b660 Committed the changes to the templates for file indexes.
Richard Jones <richard@users.sourceforge.net>
parents: 264
diff changeset
8 <td><display call="link('name', is_download=1)"></td>
68
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>
315
72343138b660 Committed the changes to the templates for file indexes.
Richard Jones <richard@users.sourceforge.net>
parents: 264
diff changeset
13 <property name="creator">
72343138b660 Committed the changes to the templates for file indexes.
Richard Jones <richard@users.sourceforge.net>
parents: 264
diff changeset
14 <td><display call="plain('creator')"></td>
72343138b660 Committed the changes to the templates for file indexes.
Richard Jones <richard@users.sourceforge.net>
parents: 264
diff changeset
15 </property>
72343138b660 Committed the changes to the templates for file indexes.
Richard Jones <richard@users.sourceforge.net>
parents: 264
diff changeset
16 <property name="creation">
72343138b660 Committed the changes to the templates for file indexes.
Richard Jones <richard@users.sourceforge.net>
parents: 264
diff changeset
17 <td><display call="plain('creation')"></td>
72343138b660 Committed the changes to the templates for file indexes.
Richard Jones <richard@users.sourceforge.net>
parents: 264
diff changeset
18 </property>
68
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
19 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
20 """
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
21
174
2775f6727070 htmlbase doesn't have extraneous $Foo$ in it any more
Richard Jones <richard@users.sourceforge.net>
parents: 167
diff changeset
22 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
23 <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
24
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
25 <tr class="strong-header">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
26 <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
27 </td>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
28
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
29 <tr bgcolor="ffffea">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
30 <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
31 <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
32 </tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
33
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
34 <tr bgcolor="ffffea">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
35 <td>&nbsp;</td>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
36 <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
37 </tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
38
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
39 </table>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
40 """
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
41
174
2775f6727070 htmlbase doesn't have extraneous $Foo$ in it any more
Richard Jones <richard@users.sourceforge.net>
parents: 167
diff changeset
42 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
43 <property name="title">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
44 <tr><th width="1%" align="right" class="location-bar">Title</th>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
45 <td><display call="field('title')"></td></tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
46 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
47 <property name="status">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
48 <tr><th width="1%" align="right" class="location-bar">Status</th>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
49 <td><display call="checklist('status')"></td></tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
50 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
51 <property name="priority">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
52 <tr><th width="1%" align="right" class="location-bar">Priority</th>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
53 <td><display call="checklist('priority')"></td></tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
54 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
55 <property name="platform">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
56 <tr><th width="1%" align="right" class="location-bar">Platform</th>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
57 <td><display call="checklist('platform')"></td></tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
58 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
59 <property name="product">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
60 <tr><th width="1%" align="right" class="location-bar">Product</th>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
61 <td><display call="checklist('product')"></td></tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
62 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
63 <property name="version">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
64 <tr><th width="1%" align="right" class="location-bar">Version</th>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
65 <td><display call="field('version')"></td></tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
66 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
67 <property name="assignedto">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
68 <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
69 <td><display call="checklist('assignedto')"></td></tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
70 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
71 """
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
72
180
3e7a7b3b58e4 changes
Richard Jones <richard@users.sourceforge.net>
parents: 176
diff changeset
73 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
74 <tr>
144
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
75 <property name="id">
176
9cfab7f55df0 Added "My Issues" and "My Support" to extended template.
Richard Jones <richard@users.sourceforge.net>
parents: 174
diff changeset
76 <td valign="top"><display call="plain('id')"></td>
144
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
77 </property>
68
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
78 <property name="activity">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
79 <td valign="top"><display call="reldate('activity', pretty=1)"></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="priority">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
82 <td valign="top"><display call="plain('priority')"></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="status">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
85 <td valign="top"><display call="plain('status')"></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="title">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
88 <td valign="top"><display call="link('title')"></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="platform">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
91 <td valign="top"><display call="plain('platform')"></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="product">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
94 <td valign="top"><display call="plain('product')"></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 <property name="version">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
97 <td valign="top"><display call="plain('version')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
98 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
99 <property name="assignedto">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
100 <td valign="top"><display call="plain('assignedto')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
101 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
102 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
103 """
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
104
174
2775f6727070 htmlbase doesn't have extraneous $Foo$ in it any more
Richard Jones <richard@users.sourceforge.net>
parents: 167
diff changeset
105 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
106 <table border=0 cellspacing=0 cellpadding=2>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
107
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
108 <tr class="strong-header">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
109 <td colspan=4>Item Information</td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
110 </td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
111
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
112 <tr bgcolor="ffffea">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
113 <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
114 <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
115 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
116
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
117 <tr bgcolor="ffffea">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
118 <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
119 <td class="form-text" valign=middle><display call="menu('product')">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
120 version:<display call="field('version', 5)"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
121 <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
122 <td class="form-text" valign=middle><display call="checklist('platform')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
123 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
124
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
125 <tr bgcolor="ffffea">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
126 <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
127 <td class="form-text"><display call="reldate('creation', pretty=1)">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
128 (<display call="plain('creator')">)</td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
129 <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
130 <td class="form-text"><display call="reldate('activity', pretty=1)"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
131 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
132
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
133 <tr bgcolor="ffffea">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
134 <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
135 <td class="form-text"><display call="field('priority')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
136 <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
137 <td class="form-text"><display call="menu('status')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
138 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
139
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
140 <tr bgcolor="ffffea">
157
1e5d95829851 updated htmlbases
Richard Jones <richard@users.sourceforge.net>
parents: 144
diff changeset
141 <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
142 <td class="form-text"><display call="field('assignedto')"></td>
157
1e5d95829851 updated htmlbases
Richard Jones <richard@users.sourceforge.net>
parents: 144
diff changeset
143 <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
144 <td class="form-text"><display call="field('nosy')"></td>
68
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
145 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
146
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
147 <tr bgcolor="ffffea">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
148 <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
149 <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
150 <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
151 <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
152 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
153
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
154 <tr bgcolor="ffffea">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
155 <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
156 <td colspan=3 class="form-text"><display call="note()"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
157 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
158
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
159 <tr bgcolor="ffffea">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
160 <td>&nbsp;</td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
161 <td colspan=3 class="form-text"><display call="submit()"></td>
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
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
164 <tr class="strong-header">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
165 <td colspan=4><b>Messages</b></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
166 </tr>
167
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
167 <property name="messages">
68
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
168 <tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
169 <td colspan=4><display call="list('messages')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
170 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
171 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
172
167
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
173 <tr class="strong-header">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
174 <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
175 </tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
176 <tr class="form-help">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
177 <td colspan=4>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
178 <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
179 </td>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
180 </tr>
68
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
181 <property name="files">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
182 <tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
183 <td colspan=4><display call="list('files')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
184 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
185 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
186
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
187 </table>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
188
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
189 """
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
190
264
a671e5917b33 Many features and fixes.
Richard Jones <richard@users.sourceforge.net>
parents: 250
diff changeset
191 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
192 <tr class="row-hilite">
68
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
193 <property name="date">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
194 <td><display call="link('date')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
195 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
196 <property name="author">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
197 <td><display call="plain('author')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
198 </property>
249
9d651a24d9d2 Messages are now displayed with content...
Richard Jones <richard@users.sourceforge.net>
parents: 180
diff changeset
199 </tr>
9d651a24d9d2 Messages are now displayed with content...
Richard Jones <richard@users.sourceforge.net>
parents: 180
diff changeset
200 <tr bgcolor="ffeaff">
250
1d428068485c *gak* ... xmp is Old Skool apparently.
Richard Jones <richard@users.sourceforge.net>
parents: 249
diff changeset
201 <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
202 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
203 """
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
204
174
2775f6727070 htmlbase doesn't have extraneous $Foo$ in it any more
Richard Jones <richard@users.sourceforge.net>
parents: 167
diff changeset
205 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
206 <table border=0 cellspacing=0 cellpadding=2>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
207
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
208 <tr class="strong-header">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
209 <td colspan=2>Message Information</td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
210 </td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
211
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
212 <tr bgcolor="ffffea">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
213 <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
214 <td class="form-text"><display call="plain('author')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
215 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
216
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
217 <tr bgcolor="ffffea">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
218 <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
219 <td class="form-text"><display call="plain('recipients')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
220 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
221
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
222 <tr bgcolor="ffffea">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
223 <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
224 <td class="form-text"><display call="plain('date')"></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 <tr bgcolor="ffeaff">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
228 <td colspan=2 class="form-text">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
229 <pre><display call="plain('content')"></pre>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
230 </td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
231 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
232
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
233 <property name="files">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
234 <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
235 <tr><td colspan=2><display call="list('files')"></td></tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
236 </property>
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 <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
239 <tr><td colspan=2><display call="history()"></td></tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
240
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
241 </table>
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 styleDOTcss = """h1 {
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: 18pt;
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 h2 {
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: 16pt;
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 h3 {
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 font-size: 12pt;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
259 font-weight: bold;
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:hover {
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: underline;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
265 color: #333333;
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:link {
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 a {
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 text-decoration: none;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
277 color: #000099;
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 p {
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-size: 10pt;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
283 color: #333333;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
284 }
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 th {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
287 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
288 font-weight: bold;
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 .form-help {
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 .std-text {
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: 10pt;
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 .tab-small {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
306 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
307 font-size: 8pt;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
308 color: #333333;
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
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
311 .location-bar {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
312 background-color: #efefef;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
313 border: none;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
314 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
315
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
316 .strong-header {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
317 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
318 font-size: 12pt;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
319 font-weight: bold;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
320 background-color: #000000;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
321 color: #ffffff;
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
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
324 .list-header {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
325 background-color: #c0c0c0;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
326 border: none;
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
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
329 .list-item {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
330 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
331 font-size: 10pt;
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 .list-nav {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
335 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
336 font-size: 10pt;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
337 font-weight: bold;
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-normal {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
341 background-color: #ffffff;
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
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
346 .row-hilite {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
347 background-color: #efefef;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
348 border: none;
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
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
351 .section-bar {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
352 background-color: #c0c0c0;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
353 border: none;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
354 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
355
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
356 .system-msg {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
357 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
358 font-size: 10pt;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
359 background-color: #ffffff;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
360 border: 1px solid #000000;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
361 margin-bottom: 6px;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
362 margin-top: 6px;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
363 padding: 4px;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
364 width: 100%;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
365 color: #660033;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
366 }
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 .form-title {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
369 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
370 font-weight: bold;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
371 font-size: 12pt;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
372 color: #333333;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
373 }
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 .form-label {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
376 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
377 font-weight: bold;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
378 font-size: 10pt;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
379 color: #333333;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
380 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
381
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
382 .form-optional {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
383 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
384 font-weight: bold;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
385 font-style: italic;
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: #333333;
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-element {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
391 font-family: Verdana, Helvetica, aans-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: #000000;
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-text {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
397 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
398 font-size: 10pt;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
399 color: #333333;
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 .form-mono {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
403 font-family: monospace;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
404 font-size: 12px;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
405 text-decoration: none;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
406 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
407 """
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
408
174
2775f6727070 htmlbase doesn't have extraneous $Foo$ in it any more
Richard Jones <richard@users.sourceforge.net>
parents: 167
diff changeset
409 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
410 <property name="title">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
411 <tr><th width="1%" align="right" class="location-bar">Title</th>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
412 <td><display call="field('title')"></td></tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
413 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
414 <property name="status">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
415 <tr><th width="1%" align="right" class="location-bar">Status</th>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
416 <td><display call="checklist('status')"></td></tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
417 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
418 <property name="platform">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
419 <tr><th width="1%" align="right" class="location-bar">Platform</th>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
420 <td><display call="checklist('platform')"></td></tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
421 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
422 <property name="product">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
423 <tr><th width="1%" align="right" class="location-bar">Product</th>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
424 <td><display call="checklist('product')"></td></tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
425 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
426 <property name="version">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
427 <tr><th width="1%" align="right" class="location-bar">Version</th>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
428 <td><display call="field('version')"></td></tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
429 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
430 <property name="source">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
431 <tr><th width="1%" align="right" class="location-bar">Source</th>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
432 <td><display call="checklist('source')"></td></tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
433 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
434 <property name="assignedto">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
435 <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
436 <td><display call="checklist('assignedto')"></td></tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
437 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
438 <property name="customername">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
439 <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
440 <td><display call="field('customername')"></td></tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
441 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
442 """
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
443
180
3e7a7b3b58e4 changes
Richard Jones <richard@users.sourceforge.net>
parents: 176
diff changeset
444 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
445 <tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
446 <property name="id">
176
9cfab7f55df0 Added "My Issues" and "My Support" to extended template.
Richard Jones <richard@users.sourceforge.net>
parents: 174
diff changeset
447 <td valign="top"><display call="plain('id')"></td>
144
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="activity">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
450 <td valign="top"><display call="reldate('activity', pretty=1)"></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="status">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
453 <td valign="top"><display call="plain('status')"></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="title">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
456 <td valign="top"><display call="link('title')"></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="platform">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
459 <td valign="top"><display call="plain('platform')"></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="product">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
462 <td valign="top"><display call="plain('product')"></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="version">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
465 <td valign="top"><display call="plain('version')"></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="source">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
468 <td valign="top"><display call="plain('source')"></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 <property name="assignedto">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
471 <td valign="top"><display call="plain('assignedto')"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
472 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
473 <property name="customername">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
474 <td valign="top"><display call="plain('customername')"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
475 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
476 </tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
477 """
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
478
174
2775f6727070 htmlbase doesn't have extraneous $Foo$ in it any more
Richard Jones <richard@users.sourceforge.net>
parents: 167
diff changeset
479 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
480 <table border=0 cellspacing=0 cellpadding=2>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
481
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
482 <tr class="strong-header">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
483 <td colspan=4>Item Information</td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
484 </td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
485
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
486 <tr bgcolor="ffffea">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
487 <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
488 <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
489 </tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
490
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
491 <tr bgcolor="ffffea">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
492 <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
493 <td class="form-text" valign=middle><display call="menu('product')">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
494 version:<display call="field('version', 5)"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
495 <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
496 <td class="form-text" valign=middle><display call="checklist('platform')"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
497 </tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
498
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
499 <tr bgcolor="ffffea">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
500 <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
501 <td class="form-text"><display call="reldate('creation', pretty=1)">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
502 (<display call="plain('creator')">)</td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
503 <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
504 <td class="form-text"><display call="reldate('activity', pretty=1)"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
505 </tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
506
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
507 <tr bgcolor="ffffea">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
508 <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
509 <td class="form-text">XXXX</td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
510 <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
511 <td class="form-text"><display call="field('source')"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
512 </tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
513
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
514 <tr bgcolor="ffffea">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
515 <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
516 <td class="form-text"><display call="menu('status')"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
517 <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
518 <td class="form-text"><display call="field('rate')"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
519 </tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
520
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
521 <tr bgcolor="ffffea">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
522 <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
523 <td class="form-text"><display call="field('assignedto')"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
524 <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
525 <td class="form-text"><display call="field('customername')"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
526 </tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
527
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
528 <tr bgcolor="ffffea">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
529 <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
530 <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
531 <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
532 <td class="form-text"><display call="field('nosy')"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
533 </tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
534
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
535 <tr bgcolor="ffffea">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
536 <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
537 <td colspan=3 class="form-text"><display call="note()"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
538 </tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
539
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
540 <tr bgcolor="ffffea">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
541 <td>&nbsp;</td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
542 <td colspan=3 class="form-text"><display call="submit()"></td>
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
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
545 <tr class="strong-header">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
546 <td colspan=4><b>Messages</b></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
547 </tr>
167
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
548 <property name="messages">
144
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
549 <tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
550 <td colspan=4><display call="list('messages')"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
551 </tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
552 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
553
167
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
554 <tr class="strong-header">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
555 <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
556 </tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
557 <tr class="form-help">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
558 <td colspan=4>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
559 <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
560 </td>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
561 </tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
562 <property name="timelog">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
563 <tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
564 <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
565 </tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
566 </property>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
567
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
568 <tr class="strong-header">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
569 <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
570 </tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
571 <tr class="form-help">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
572 <td colspan=4>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
573 <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
574 </td>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
575 </tr>
144
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
576 <property name="files">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
577 <tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
578 <td colspan=4><display call="list('files')"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
579 </tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
580 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
581
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
582 </table>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
583
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
584 """
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
585
174
2775f6727070 htmlbase doesn't have extraneous $Foo$ in it any more
Richard Jones <richard@users.sourceforge.net>
parents: 167
diff changeset
586 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
587 <tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
588 <property name="date">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
589 <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
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="performedby">
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('performedby')"></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 <property name="time">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
595 <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
596 </property>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
597 <property name="description">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
598 <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
599 </property>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
600 </tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
601 """
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
602
174
2775f6727070 htmlbase doesn't have extraneous $Foo$ in it any more
Richard Jones <richard@users.sourceforge.net>
parents: 167
diff changeset
603 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
604 <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
605
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
606 <tr class="strong-header">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
607 <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
608 </td>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
609
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
610 <tr bgcolor="ffffea">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
611 <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
612 <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
613 </tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
614 <tr bgcolor="ffffea">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
615 <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
616 <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
617 </tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
618 <tr bgcolor="ffffea">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
619 <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
620 <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
621 </tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
622 <tr bgcolor="ffffea">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
623 <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
624 <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
625 </tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
626
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
627 <tr bgcolor="ffffea">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
628 <td>&nbsp;</td>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
629 <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
630 </tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
631
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
632 <tr class="strong-header">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
633 <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
634 </tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
635 <tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
636 <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
637 </tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
638
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
639 </table>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
640
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
641 """
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
642
174
2775f6727070 htmlbase doesn't have extraneous $Foo$ in it any more
Richard Jones <richard@users.sourceforge.net>
parents: 167
diff changeset
643 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
644 <tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
645 <property name="username">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
646 <td><display call="link('username')"></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="realname">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
649 <td><display call="plain('realname')"></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="organisation">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
652 <td><display call="plain('organisation')"></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 <property name="address">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
655 <td><display call="plain('address')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
656 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
657 <property name="phone">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
658 <td><display call="plain('phone')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
659 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
660 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
661 """
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
662
174
2775f6727070 htmlbase doesn't have extraneous $Foo$ in it any more
Richard Jones <richard@users.sourceforge.net>
parents: 167
diff changeset
663 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
664 <table border=0 cellspacing=0 cellpadding=2>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
665
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
666 <tr class="strong-header">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
667 <td colspan=2>Your Details</td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
668 </td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
669
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
670 <tr bgcolor="ffffea">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
671 <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
672 <td class="form-text"><display call="field('realname', size=40)"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
673 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
674 <tr bgcolor="ffffea">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
675 <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
676 <td class="form-text"><display call="field('username', size=40)"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
677 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
678 <tr bgcolor="ffffea">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
679 <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
680 <td class="form-text"><display call="field('password', size=10)"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
681 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
682 <tr bgcolor="ffffea">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
683 <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
684 <td class="form-text"><display call="field('phone', size=40)"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
685 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
686 <tr bgcolor="ffffea">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
687 <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
688 <td class="form-text"><display call="field('organisation', size=40)"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
689 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
690 <tr bgcolor="ffffea">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
691 <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
692 <td class="form-text"><display call="field('address', size=40)"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
693 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
694
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
695 <tr bgcolor="ffffea">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
696 <td>&nbsp;</td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
697 <td class="form-text"><display call="submit()"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
698 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
699
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
700 <tr class="strong-header">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
701 <td colspan=2><b>History</b></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
702 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
703 <tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
704 <td colspan=2><display call="history()"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
705 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
706
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
707 </table>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
708
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
709 """
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
710

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