source: trunk/greenorg/macros/supportform.dm@ 9484

Last change on this file since 9484 was 9484, checked in by kjdon, 19 years ago

updated the list of versions, added the text strings into here form english.dm, cos they are not translated

  • Property svn:keywords set to Author Date Id Revision
File size: 6.8 KB
Line 
1package supportform
2
3_content_ {
4
5_pageheading_(_support:t109_)
6
7_tsupportformintro_
8<p>
9
10<form name="support_form" method="post" action="/cgi-bin/support_form.pl">
11
12<table width="100%" border="0" cellpadding="0" cellspacing="0" class="default">
13<tr>
14<td colspan="2" align="left"><span class="subheading">_t113_</span></td>
15</tr>
16<tr valign="top">
17<td>_t114_:</td>
18<td>
19<input type="text" name="name" size="40">
20</td>
21</tr>
22<tr valign="top">
23<td>_t115_:</td>
24<td>
25<input type="text" name="email" size="40">
26</td>
27</tr>
28<tr>
29<td colspan="2" align="left"><span class="subheading">_t116_</span></td>
30</tr>
31<tr valign="top">
32<td>_t117_:</td>
33<td>
34<select name="operating_system">
35<option value="linux">_t126_</option>
36<option value="winXP" selected>_t123_</option>
37<option value="win2000">_t122_</option>
38<option value="winme">_t120_</option>
39<option value="winnt4">_t121_</option>
40<option value="win98">_t119_</option>
41<option value="win95">_t118_</option>
42<option value="win311">_t124_</option>
43<option value="win31">_t125_</option>
44<option value="other">_t127_</option>
45</select>
46</td>
47</tr>
48<tr valign="top">
49<td>_t128_:</td>
50<td>
51<input type="text" name="other_os" size="40">
52</td>
53</tr>
54<tr valign="top">
55<td>_t129_:</td>
56<td>
57<input type="text" name="cpu" size="40">
58</td>
59</tr>
60<tr valign="top">
61<td>_t130_:</td>
62<td>
63<input type="text" name="ram" size="10">
64</td>
65</tr>
66<tr>
67<td colspan="2" class="spacer">
68</td>
69</tr>
70<tr valign="top">
71<td>_t131_:</td>
72<td>
73<select name="browser">
74<option value="ie6" selected>_t138_</option>
75<option value="ie5">_t137_</option>
76<option value="ie4">_t136_</option>
77<option value="mozilla">_t135_</option>
78<option value="netscape6">_t134_</option>
79<option value="netscape4.5">_t133_</option>
80<option value="netscape4">_t132_</option>
81<option value="other">_t127_</option>
82</select>
83</td>
84</tr>
85<tr valign="top">
86<td>_t139_:</td>
87<td>
88<input type="text" name="other_browser" size="40">
89</td>
90</tr>
91<tr valign="top">
92<td>_t140_</td>
93<td><select name="isp_browser">
94<option value="no" selected>_t141_</option>
95<option value="yes">_t142_</option>
96<option value="dont_know">_t143_</option>
97</select>
98</td>
99</tr>
100<tr valign="top">
101<td>_t144_</td>
102<td><select name="proxy">
103<option value="no" selected>_t141_</option>
104<option value="yes">_t142_</option>
105<option value="dont_know">_t143_</option>
106</select>
107</td>
108</tr>
109<tr>
110<td colspan="2" class="spacer">
111</td>
112</tr>
113<tr valign="top">
114<td>_t145_:</td>
115<td>
116<select name="server">
117<option value="not_applicable" selected>_t146_</option>
118<option value="apache1.3">_t147_</option>
119<option value="apache2.0">_t148_</option>
120<option value="iis4.0">_t149_</option>
121<option value="iis5.0">_t150_</option>
122<option value="pws">_t151_</option>
123<option value="other">_t127_</option>
124</select>
125</td>
126</tr>
127<tr valign="top">
128<td>_t152_:</td>
129<td>
130<input type="text" name="other_server" size="40">
131</td>
132</tr>
133<tr>
134<td colspan="2" align="left"><span class="subheading">_t153_</span></td>
135</tr>
136<tr valign="top">
137<td>_t154_:</td>
138<td>
139<select name="gsdl_version">
140<option value="CD-ROM">_t155_</option>
141<option value="2.53" selected>2.53</option>
142<option value="2.52">2.52</option>
143<option value="2.51">2.51</option>
144<option value="2.50">2.50</option>
145<option value="2.41">2.41</option>
146<option value="2.40a">2.40a</option>
147<option value="2.40">2.40</option>
148<option value="2.39">2.39</option>
149<option value="2.38">2.38</option>
150<option value="2.37">2.37</option>
151<option value="2.36">2.36</option>
152<option value="2.35">2.35</option>
153<option value="dont_know">_t143_</option>
154</select>
155</td>
156</tr>
157<tr valign="top">
158<td>_t156_:</td>
159<td>
160<select name="gsdl_type">
161<option value="local_library" selected>_t157_</option>
162<option value="web_library">_t158_</option>
163<option value="dont_know">_t143_</option>
164</select>
165</td>
166</tr>
167<tr>
168<td colspan="2" align="left"><span class="subheading">_t159_</span></td>
169</tr>
170<tr valign="top">
171<td>_t160_:</td>
172<td>
173<select name="problem_type">
174<option value="question" selected>_t161_</option>
175<option value="problem/error">_t162_</option>
176<option value="suggested_enhancement">_t163_</option>
177<option value="other">_t164_</option>
178</select>
179</td>
180</tr>
181<tr valign="top">
182<td>_t165_</td>
183<td><select name="problem_reproduce">
184<option value="not_applicable" selected>_t146_</option>
185<option value="yes">_t142_</option>
186<option value="no">_t141_</option>
187</select>
188</td>
189</tr>
190<tr valign="top">
191<td>_t166_:</td>
192<td>
193<input type="text" name="short_description" size="40">
194</td>
195</tr>
196<tr valign="top">
197<td colspan="2">_t167_:<br />
198<i>_t168_</i>
199<br />
200<textarea cols="60" rows="30" name="long_description" wrap></textarea>
201</td>
202</tr>
203<tr valign="top">
204<td colspan="2">
205<input type="submit" name="submit">
206</td>
207</tr>
208</table>
209</form>
210
211}
212
213
214_tsupportformintro_ {
215To send a query to the Greenstone support staff, please fill in the form
216below and click the "Submit Query" button to submit the query. Please fill in
217the form as fully as possible to aid our staff in giving the best possible
218service.
219
220}
221_t113_ {PERSONAL INFORMATION}
222
223_t114_ {Name}
224
225_t115_ {E-mail address}
226
227_t116_ {SYSTEM INFORMATION}
228
229_t117_ {Operating System}
230
231_t118_ {Windows 95}
232
233_t119_ {Windows 98}
234
235_t120_ {Windows ME}
236
237_t121_ {Windows NT 4}
238
239_t122_ {Windows 2000}
240
241_t123_ {Windows XP}
242
243_t124_ {Windows 3.11}
244
245_t125_ {Windows 3.1}
246
247_t126_ {Linux}
248
249_t127_ {Other (please specify below)}
250
251_t128_ {Other OS}
252
253_t129_ {CPU (type and speed)}
254
255_t130_ {Memory (RAM) in MB}
256
257_t131_ {Web browser}
258
259_t132_ {Netscape 4}
260
261_t133_ {Netscape 4.5}
262
263_t134_ {Netscape 6}
264
265_t135_ {Mozilla}
266
267_t136_ {Internet Explorer 4}
268
269_t137_ {Internet Explorer 5}
270
271_t138_ {Internet Explorer 6}
272
273_t139_ {Other web browser}
274
275_t140_ {Was your browser provided by your internet service provider?}
276
277_t141_ {no}
278
279_t142_ {yes}
280
281_t143_ {don't know}
282
283_t144_ {Is your browser configured to use a proxy?}
284
285_t145_ {Web server}
286
287_t146_ {not applicable}
288
289_t147_ {Apache 1.3}
290
291_t148_ {Apache 2.0}
292
293_t149_ {Microsoft IIS 4.0}
294
295_t150_ {Microsoft IIS 5.0}
296
297_t151_ {Microsoft PWS}
298
299_t152_ {Other server}
300
301_t153_ {GREENSTONE INFORMATION}
302
303_t154_ {Version}
304
305_t155_ {CD-ROM distribution}
306
307_t156_ {Installation type}
308
309_t157_ {local library}
310
311_t158_ {web library}
312
313_t159_ {PROBLEM DESCRIPTION}
314
315_t160_ {Problem type}
316
317_t161_ {question}
318
319_t162_ {problem/error}
320
321_t163_ {suggested enhancement}
322
323_t164_ {other}
324
325_t165_ {Can the problem be reproduced at will?}
326
327_t166_ {Short description}
328
329_t167_ {Long description}
330
331_t168_ {
332(If you are reporting a problem, please go into as much detail as possible.
333Make sure you describe all steps leading up to the problem and include any
334relevant URLs.)
335}
Note: See TracBrowser for help on using the repository browser.