annotate roundup/templates/extended/htmlbase.py @ 579:8bce1a8b3814

template changes
author Richard Jones <richard@users.sourceforge.net>
date Wed, 23 Jan 2002 06:03:37 +0000
parents 18d4051bdae7
children
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 #
579
8bce1a8b3814 template changes
Richard Jones <richard@users.sourceforge.net>
parents: 486
diff changeset
5 fileDOTindex = """<!-- dollarId: file.index,v 1.3 2002/01/23 05:10:28 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">
579
8bce1a8b3814 template changes
Richard Jones <richard@users.sourceforge.net>
parents: 486
diff changeset
8 <td><display call="download('name')"></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
579
8bce1a8b3814 template changes
Richard Jones <richard@users.sourceforge.net>
parents: 486
diff changeset
105 issueDOTitem = """<!-- dollarId: issue.item,v 1.9 2002/01/22 00:21:32 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')">
395
d4b19c2ee740 Better handling of new properties.
Richard Jones <richard@users.sourceforge.net>
parents: 390
diff changeset
120 <span class="form-label">version:</span><display call="field('version', 5)"></td>
d4b19c2ee740 Better handling of new properties.
Richard Jones <richard@users.sourceforge.net>
parents: 390
diff changeset
121 <td rowspan=2 width=1% nowrap align=right><span class="form-label">Platform</span></td>
d4b19c2ee740 Better handling of new properties.
Richard Jones <richard@users.sourceforge.net>
parents: 390
diff changeset
122 <td rowspan=2 class="form-text" valign=middle><display call="checklist('platform')"></td>
68
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">
395
d4b19c2ee740 Better handling of new properties.
Richard Jones <richard@users.sourceforge.net>
parents: 390
diff changeset
126 <td width=1% nowrap align=right>&nbsp;</td>
d4b19c2ee740 Better handling of new properties.
Richard Jones <richard@users.sourceforge.net>
parents: 390
diff changeset
127 <td align=left><span class="form-label">Target Version</span>
d4b19c2ee740 Better handling of new properties.
Richard Jones <richard@users.sourceforge.net>
parents: 390
diff changeset
128 <display call="field('targetversion', 5)">
d4b19c2ee740 Better handling of new properties.
Richard Jones <richard@users.sourceforge.net>
parents: 390
diff changeset
129 </td>
d4b19c2ee740 Better handling of new properties.
Richard Jones <richard@users.sourceforge.net>
parents: 390
diff changeset
130 </tr>
d4b19c2ee740 Better handling of new properties.
Richard Jones <richard@users.sourceforge.net>
parents: 390
diff changeset
131
d4b19c2ee740 Better handling of new properties.
Richard Jones <richard@users.sourceforge.net>
parents: 390
diff changeset
132
d4b19c2ee740 Better handling of new properties.
Richard Jones <richard@users.sourceforge.net>
parents: 390
diff changeset
133 <tr bgcolor="ffffea">
68
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
134 <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
135 <td class="form-text"><display call="reldate('creation', pretty=1)">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
136 (<display call="plain('creator')">)</td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
137 <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
138 <td class="form-text"><display call="reldate('activity', pretty=1)"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
139 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
140
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
141 <tr bgcolor="ffffea">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
142 <td width=1% nowrap align=right><span class="form-label">Priority</span></td>
579
8bce1a8b3814 template changes
Richard Jones <richard@users.sourceforge.net>
parents: 486
diff changeset
143 <td class="form-text"><display call="menu('priority')"></td>
68
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
144 <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
145 <td class="form-text"><display call="menu('status')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
146 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
147
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
148 <tr bgcolor="ffffea">
157
1e5d95829851 updated htmlbases
Richard Jones <richard@users.sourceforge.net>
parents: 144
diff changeset
149 <td width=1% nowrap align=right><span class="form-label">Assigned to</span></td>
579
8bce1a8b3814 template changes
Richard Jones <richard@users.sourceforge.net>
parents: 486
diff changeset
150 <td class="form-text"><display call="menu('assignedto')"></td>
157
1e5d95829851 updated htmlbases
Richard Jones <richard@users.sourceforge.net>
parents: 144
diff changeset
151 <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
152 <td class="form-text"><display call="field('nosy')"></td>
68
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
153 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
154
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
155 <tr bgcolor="ffffea">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
156 <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
157 <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
158 <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
159 <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
160 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
161
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
162 <tr bgcolor="ffffea">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
163 <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
164 <td colspan=3 class="form-text"><display call="note()"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
165 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
166
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
167 <tr bgcolor="ffffea">
390
a74ea8489896 users may attach files to issues (and support in ext) through the web now
Richard Jones <richard@users.sourceforge.net>
parents: 316
diff changeset
168 <td width=1% nowrap align=right><span class="form-label">File</span></td>
a74ea8489896 users may attach files to issues (and support in ext) through the web now
Richard Jones <richard@users.sourceforge.net>
parents: 316
diff changeset
169 <td colspan=3 class="form-text"><input type="file" name="__file" size="80"></td>
a74ea8489896 users may attach files to issues (and support in ext) through the web now
Richard Jones <richard@users.sourceforge.net>
parents: 316
diff changeset
170 </tr>
a74ea8489896 users may attach files to issues (and support in ext) through the web now
Richard Jones <richard@users.sourceforge.net>
parents: 316
diff changeset
171
a74ea8489896 users may attach files to issues (and support in ext) through the web now
Richard Jones <richard@users.sourceforge.net>
parents: 316
diff changeset
172 <tr bgcolor="ffffea">
68
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
173 <td>&nbsp;</td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
174 <td colspan=3 class="form-text"><display call="submit()"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
175 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
176
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
177 <tr class="strong-header">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
178 <td colspan=4><b>Messages</b></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
179 </tr>
167
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
180 <property name="messages">
68
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
181 <tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
182 <td colspan=4><display call="list('messages')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
183 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
184 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
185
167
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
186 <tr class="strong-header">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
187 <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
188 </tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
189 <tr class="form-help">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
190 <td colspan=4>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
191 <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
192 </td>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
193 </tr>
68
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
194 <property name="files">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
195 <tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
196 <td colspan=4><display call="list('files')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
197 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
198 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
199
486
Richard Jones <richard@users.sourceforge.net>
parents: 395
diff changeset
200 <tr class="strong-header">
Richard Jones <richard@users.sourceforge.net>
parents: 395
diff changeset
201 <td colspan=4><b>History</b></td>
Richard Jones <richard@users.sourceforge.net>
parents: 395
diff changeset
202 </tr>
Richard Jones <richard@users.sourceforge.net>
parents: 395
diff changeset
203 <tr>
Richard Jones <richard@users.sourceforge.net>
parents: 395
diff changeset
204 <td colspan=4><display call="history()"></td>
Richard Jones <richard@users.sourceforge.net>
parents: 395
diff changeset
205 </tr>
Richard Jones <richard@users.sourceforge.net>
parents: 395
diff changeset
206
68
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
207 </table>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
208
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
209 """
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
210
264
a671e5917b33 Many features and fixes.
Richard Jones <richard@users.sourceforge.net>
parents: 250
diff changeset
211 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
212 <tr class="row-hilite">
68
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
213 <property name="date">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
214 <td><display call="link('date')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
215 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
216 <property name="author">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
217 <td><display call="plain('author')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
218 </property>
249
9d651a24d9d2 Messages are now displayed with content...
Richard Jones <richard@users.sourceforge.net>
parents: 180
diff changeset
219 </tr>
9d651a24d9d2 Messages are now displayed with content...
Richard Jones <richard@users.sourceforge.net>
parents: 180
diff changeset
220 <tr bgcolor="ffeaff">
250
1d428068485c *gak* ... xmp is Old Skool apparently.
Richard Jones <richard@users.sourceforge.net>
parents: 249
diff changeset
221 <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
222 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
223 """
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
224
174
2775f6727070 htmlbase doesn't have extraneous $Foo$ in it any more
Richard Jones <richard@users.sourceforge.net>
parents: 167
diff changeset
225 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
226 <table border=0 cellspacing=0 cellpadding=2>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
227
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
228 <tr class="strong-header">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
229 <td colspan=2>Message Information</td>
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
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
232 <tr bgcolor="ffffea">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
233 <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
234 <td class="form-text"><display call="plain('author')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
235 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
236
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
237 <tr bgcolor="ffffea">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
238 <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
239 <td class="form-text"><display call="plain('recipients')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
240 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
241
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
242 <tr bgcolor="ffffea">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
243 <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
244 <td class="form-text"><display call="plain('date')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
245 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
246
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
247 <tr bgcolor="ffeaff">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
248 <td colspan=2 class="form-text">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
249 <pre><display call="plain('content')"></pre>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
250 </td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
251 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
252
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
253 <property name="files">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
254 <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
255 <tr><td colspan=2><display call="list('files')"></td></tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
256 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
257
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
258 <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
259 <tr><td colspan=2><display call="history()"></td></tr>
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 </table>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
262 """
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
263
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
264 styleDOTcss = """h1 {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
265 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
266 font-size: 18pt;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
267 font-weight: bold;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
268 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
269
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
270 h2 {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
271 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
272 font-size: 16pt;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
273 font-weight: bold;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
274 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
275
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
276 h3 {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
277 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
278 font-size: 12pt;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
279 font-weight: bold;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
280 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
281
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
282 a:hover {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
283 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
284 text-decoration: underline;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
285 color: #333333;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
286 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
287
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
288 a:link {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
289 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
290 text-decoration: none;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
291 color: #000099;
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
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
294 a {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
295 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
296 text-decoration: none;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
297 color: #000099;
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
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
300 p {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
301 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
302 font-size: 10pt;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
303 color: #333333;
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
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
306 th {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
307 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
308 font-weight: bold;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
309 font-size: 10pt;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
310 color: #333333;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
311 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
312
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
313 .form-help {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
314 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
315 font-size: 10pt;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
316 color: #333333;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
317 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
318
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
319 .std-text {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
320 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
321 font-size: 10pt;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
322 color: #333333;
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
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
325 .tab-small {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
326 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
327 font-size: 8pt;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
328 color: #333333;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
329 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
330
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
331 .location-bar {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
332 background-color: #efefef;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
333 border: none;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
334 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
335
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
336 .strong-header {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
337 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
338 font-size: 12pt;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
339 font-weight: bold;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
340 background-color: #000000;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
341 color: #ffffff;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
342 }
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 .list-header {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
345 background-color: #c0c0c0;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
346 border: none;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
347 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
348
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
349 .list-item {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
350 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
351 font-size: 10pt;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
352 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
353
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
354 .list-nav {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
355 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
356 font-size: 10pt;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
357 font-weight: bold;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
358 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
359
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
360 .row-normal {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
361 background-color: #ffffff;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
362 border: none;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
363
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
364 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
365
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
366 .row-hilite {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
367 background-color: #efefef;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
368 border: none;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
369 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
370
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
371 .section-bar {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
372 background-color: #c0c0c0;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
373 border: none;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
374 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
375
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
376 .system-msg {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
377 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
378 font-size: 10pt;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
379 background-color: #ffffff;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
380 border: 1px solid #000000;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
381 margin-bottom: 6px;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
382 margin-top: 6px;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
383 padding: 4px;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
384 width: 100%;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
385 color: #660033;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
386 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
387
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
388 .form-title {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
389 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
390 font-weight: bold;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
391 font-size: 12pt;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
392 color: #333333;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
393 }
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 .form-label {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
396 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
397 font-weight: bold;
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-optional {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
403 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
404 font-weight: bold;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
405 font-style: italic;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
406 font-size: 10pt;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
407 color: #333333;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
408 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
409
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
410 .form-element {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
411 font-family: Verdana, Helvetica, aans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
412 font-size: 10pt;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
413 color: #000000;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
414 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
415
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
416 .form-text {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
417 font-family: Verdana, Helvetica, sans-serif;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
418 font-size: 10pt;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
419 color: #333333;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
420 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
421
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
422 .form-mono {
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
423 font-family: monospace;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
424 font-size: 12px;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
425 text-decoration: none;
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
426 }
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
427 """
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
428
174
2775f6727070 htmlbase doesn't have extraneous $Foo$ in it any more
Richard Jones <richard@users.sourceforge.net>
parents: 167
diff changeset
429 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
430 <property name="title">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
431 <tr><th width="1%" align="right" class="location-bar">Title</th>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
432 <td><display call="field('title')"></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="status">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
435 <tr><th width="1%" align="right" class="location-bar">Status</th>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
436 <td><display call="checklist('status')"></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="platform">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
439 <tr><th width="1%" align="right" class="location-bar">Platform</th>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
440 <td><display call="checklist('platform')"></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 <property name="product">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
443 <tr><th width="1%" align="right" class="location-bar">Product</th>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
444 <td><display call="checklist('product')"></td></tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
445 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
446 <property name="version">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
447 <tr><th width="1%" align="right" class="location-bar">Version</th>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
448 <td><display call="field('version')"></td></tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
449 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
450 <property name="source">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
451 <tr><th width="1%" align="right" class="location-bar">Source</th>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
452 <td><display call="checklist('source')"></td></tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
453 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
454 <property name="assignedto">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
455 <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
456 <td><display call="checklist('assignedto')"></td></tr>
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="customername">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
459 <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
460 <td><display call="field('customername')"></td></tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
461 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
462 """
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
463
180
3e7a7b3b58e4 changes
Richard Jones <richard@users.sourceforge.net>
parents: 176
diff changeset
464 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
465 <tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
466 <property name="id">
176
9cfab7f55df0 Added "My Issues" and "My Support" to extended template.
Richard Jones <richard@users.sourceforge.net>
parents: 174
diff changeset
467 <td valign="top"><display call="plain('id')"></td>
144
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
468 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
469 <property name="activity">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
470 <td valign="top"><display call="reldate('activity', pretty=1)"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
471 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
472 <property name="status">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
473 <td valign="top"><display call="plain('status')"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
474 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
475 <property name="title">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
476 <td valign="top"><display call="link('title')"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
477 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
478 <property name="platform">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
479 <td valign="top"><display call="plain('platform')"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
480 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
481 <property name="product">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
482 <td valign="top"><display call="plain('product')"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
483 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
484 <property name="version">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
485 <td valign="top"><display call="plain('version')"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
486 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
487 <property name="source">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
488 <td valign="top"><display call="plain('source')"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
489 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
490 <property name="assignedto">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
491 <td valign="top"><display call="plain('assignedto')"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
492 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
493 <property name="customername">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
494 <td valign="top"><display call="plain('customername')"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
495 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
496 </tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
497 """
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
498
579
8bce1a8b3814 template changes
Richard Jones <richard@users.sourceforge.net>
parents: 486
diff changeset
499 supportDOTitem = """<!-- dollarId: support.item,v 1.4 2002/01/22 00:21:32 richard Exp dollar-->
144
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
500 <table border=0 cellspacing=0 cellpadding=2>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
501
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
502 <tr class="strong-header">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
503 <td colspan=4>Item Information</td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
504 </td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
505
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
506 <tr bgcolor="ffffea">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
507 <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
508 <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
509 </tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
510
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
511 <tr bgcolor="ffffea">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
512 <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
513 <td class="form-text" valign=middle><display call="menu('product')">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
514 version:<display call="field('version', 5)"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
515 <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
516 <td class="form-text" valign=middle><display call="checklist('platform')"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
517 </tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
518
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
519 <tr bgcolor="ffffea">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
520 <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
521 <td class="form-text"><display call="reldate('creation', pretty=1)">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
522 (<display call="plain('creator')">)</td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
523 <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
524 <td class="form-text"><display call="reldate('activity', pretty=1)"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
525 </tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
526
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
527 <tr bgcolor="ffffea">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
528 <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
529 <td class="form-text">XXXX</td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
530 <td width=1% nowrap align=right><span class="form-label">Source</span></td>
579
8bce1a8b3814 template changes
Richard Jones <richard@users.sourceforge.net>
parents: 486
diff changeset
531 <td class="form-text"><display call="menu('source')"></td>
144
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
532 </tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
533
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
534 <tr bgcolor="ffffea">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
535 <td 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
536 <td class="form-text"><display call="menu('status')"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
537 <td width=1% nowrap align=right><span class="form-label">Rate</span></td>
579
8bce1a8b3814 template changes
Richard Jones <richard@users.sourceforge.net>
parents: 486
diff changeset
538 <td class="form-text"><display call="menu('rate')"></td>
144
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
539 </tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
540
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
541 <tr bgcolor="ffffea">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
542 <td width=1% nowrap align=right><span class="form-label">Assigned To</span></td>
579
8bce1a8b3814 template changes
Richard Jones <richard@users.sourceforge.net>
parents: 486
diff changeset
543 <td class="form-text"><display call="menu('assignedto')"></td>
144
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
544 <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
545 <td class="form-text"><display call="field('customername')"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
546 </tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
547
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
548 <tr bgcolor="ffffea">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
549 <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
550 <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
551 <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
552 <td class="form-text"><display call="field('nosy')"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
553 </tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
554
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
555 <tr bgcolor="ffffea">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
556 <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
557 <td colspan=3 class="form-text"><display call="note()"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
558 </tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
559
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
560 <tr bgcolor="ffffea">
390
a74ea8489896 users may attach files to issues (and support in ext) through the web now
Richard Jones <richard@users.sourceforge.net>
parents: 316
diff changeset
561 <td width=1% nowrap align=right><span class="form-label">File</span></td>
a74ea8489896 users may attach files to issues (and support in ext) through the web now
Richard Jones <richard@users.sourceforge.net>
parents: 316
diff changeset
562 <td colspan=3 class="form-text"><input type="file" name="__file" size="80"></td>
a74ea8489896 users may attach files to issues (and support in ext) through the web now
Richard Jones <richard@users.sourceforge.net>
parents: 316
diff changeset
563 </tr>
a74ea8489896 users may attach files to issues (and support in ext) through the web now
Richard Jones <richard@users.sourceforge.net>
parents: 316
diff changeset
564
a74ea8489896 users may attach files to issues (and support in ext) through the web now
Richard Jones <richard@users.sourceforge.net>
parents: 316
diff changeset
565 <tr bgcolor="ffffea">
144
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
566 <td>&nbsp;</td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
567 <td colspan=3 class="form-text"><display call="submit()"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
568 </tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
569
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
570 <tr class="strong-header">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
571 <td colspan=4><b>Messages</b></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
572 </tr>
167
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
573 <property name="messages">
144
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
574 <tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
575 <td colspan=4><display call="list('messages')"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
576 </tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
577 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
578
167
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
579 <tr class="strong-header">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
580 <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
581 </tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
582 <tr class="form-help">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
583 <td colspan=4>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
584 <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
585 </td>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
586 </tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
587 <property name="timelog">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
588 <tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
589 <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
590 </tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
591 </property>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
592
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
593 <tr class="strong-header">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
594 <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
595 </tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
596 <tr class="form-help">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
597 <td colspan=4>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
598 <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
599 </td>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
600 </tr>
144
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
601 <property name="files">
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
602 <tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
603 <td colspan=4><display call="list('files')"></td>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
604 </tr>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
605 </property>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
606
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
607 </table>
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
608
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
609 """
b0c4ac63c6ed Big changes:
Richard Jones <richard@users.sourceforge.net>
parents: 136
diff changeset
610
174
2775f6727070 htmlbase doesn't have extraneous $Foo$ in it any more
Richard Jones <richard@users.sourceforge.net>
parents: 167
diff changeset
611 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
612 <tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
613 <property name="date">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
614 <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
615 </property>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
616 <property name="performedby">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
617 <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
618 </property>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
619 <property name="time">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
620 <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
621 </property>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
622 <property name="description">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
623 <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
624 </property>
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
579
8bce1a8b3814 template changes
Richard Jones <richard@users.sourceforge.net>
parents: 486
diff changeset
628 timelogDOTitem = """<!-- dollarId: timelog.item,v 1.2 2002/01/22 00:21:32 richard Exp dollar-->
167
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
629 <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
630
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
631 <tr class="strong-header">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
632 <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
633 </td>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
634
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
635 <tr bgcolor="ffffea">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
636 <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
637 <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
638 </tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
639 <tr bgcolor="ffffea">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
640 <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
641 <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
642 </tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
643 <tr bgcolor="ffffea">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
644 <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
645 <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
646 </tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
647 <tr bgcolor="ffffea">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
648 <td width=1% nowrap align=right><span class="form-label">Performed by</span></td>
579
8bce1a8b3814 template changes
Richard Jones <richard@users.sourceforge.net>
parents: 486
diff changeset
649 <td class="form-text"><display call="menu('performedby', size=40)"></td>
167
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
650 </tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
651
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
652 <tr bgcolor="ffffea">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
653 <td>&nbsp;</td>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
654 <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
655 </tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
656
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
657 <tr class="strong-header">
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
658 <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
659 </tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
660 <tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
661 <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
662 </tr>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
663
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
664 </table>
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
665
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
666 """
a49c8a2ddd26 Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents: 157
diff changeset
667
174
2775f6727070 htmlbase doesn't have extraneous $Foo$ in it any more
Richard Jones <richard@users.sourceforge.net>
parents: 167
diff changeset
668 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
669 <tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
670 <property name="username">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
671 <td><display call="link('username')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
672 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
673 <property name="realname">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
674 <td><display call="plain('realname')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
675 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
676 <property name="organisation">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
677 <td><display call="plain('organisation')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
678 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
679 <property name="address">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
680 <td><display call="plain('address')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
681 </property>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
682 <property name="phone">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
683 <td><display call="plain('phone')"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
684 </property>
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 """
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
687
174
2775f6727070 htmlbase doesn't have extraneous $Foo$ in it any more
Richard Jones <richard@users.sourceforge.net>
parents: 167
diff changeset
688 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
689 <table border=0 cellspacing=0 cellpadding=2>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
690
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
691 <tr class="strong-header">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
692 <td colspan=2>Your Details</td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
693 </td>
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 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
697 <td class="form-text"><display call="field('realname', size=40)"></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 <tr bgcolor="ffffea">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
700 <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
701 <td class="form-text"><display call="field('username', size=40)"></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 bgcolor="ffffea">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
704 <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
705 <td class="form-text"><display call="field('password', size=10)"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
706 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
707 <tr bgcolor="ffffea">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
708 <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
709 <td class="form-text"><display call="field('phone', size=40)"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
710 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
711 <tr bgcolor="ffffea">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
712 <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
713 <td class="form-text"><display call="field('organisation', size=40)"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
714 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
715 <tr bgcolor="ffffea">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
716 <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
717 <td class="form-text"><display call="field('address', size=40)"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
718 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
719
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
720 <tr bgcolor="ffffea">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
721 <td>&nbsp;</td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
722 <td class="form-text"><display call="submit()"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
723 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
724
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
725 <tr class="strong-header">
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
726 <td colspan=2><b>History</b></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
727 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
728 <tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
729 <td colspan=2><display call="history()"></td>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
730 </tr>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
731
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
732 </table>
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
733
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
734 """
5e71aaa87e5b Added templatebuilder module.
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
735

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