source: trunk/gsdl/macros/pref.dm@ 129

Last change on this file since 129 was 129, checked in by rjmcnab, 25 years ago

Changes for the Chinese translation.

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 1.5 KB
Line 
1package preferences
2
3_pagetitle_ {_collectionname_: Preferences}
4
5_imagethispage_ {<img src="_httpiconhpref_" alt="Preferences" width=_widthhpref_ height=_heighthpref_>}
6
7# these macros will be overridden at runtime
8_caseoption_ {
9<input type=radio name=k value=1
10 checked> ignore case differences<br>
11<input type=radio name=k value=0
12 > upper/lower case must match
13}
14
15_stemoption_ {
16<input type=radio name=s value=1
17 > ignore word endings<br>
18<input type=radio name=s value=0
19 checked> whole word must match
20}
21
22_encodingoption_ {
23<select name="nw">
24 <option value="w">Western (ISO-8859-1)
25 <option value="g">Simplified Chinese (GB2312)
26 <option value="8">Unicode (UTF-8)
27</select>
28}
29
30_maxdocoption_ {
31<select name="m">
32 <option value="50" selected>50
33 <option value="100" >100
34 <option value="200" >200
35 <option value="500" >500
36</select>
37}
38
39_hitsperpageoption_ {
40<select name="o">
41 <option value="10" selected>10
42 <option value="20" >20
43 <option value="50" >50
44 <option value="100" >100
45 <option value="500" >all
46</select>
47}
48
49_content_ {
50<blockquote>
51
52<form name=PrefForm method=get action="_gwcgi_">
53<_font_>
54
55<input type="hidden" name="e" value="_compressedoptions_">
56<input type="hidden" name="q" value="_querystring_">
57<input type="hidden" name="a" value="q">
58<input type="hidden" name="r" value="1">
59
60<p>_caseoption_
61
62<p>_stemoption_
63
64<p>
65Return up to _maxdocoption_ hits with _hitsperpageoption_
66hits per page.
67
68<table width="100%">
69<tr><td>
70<input type="submit" value="Set these preferences">
71</td></tr></table>
72</blockquote>
73</font>
74</form>
75}
Note: See TracBrowser for help on using the repository browser.