Rev 5841 | Rev 5850 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5841 | Rev 5842 | ||
---|---|---|---|
Line 30... | Line 30... | ||
30 | !set i_stem=$name_stem, $wims_name_or |
30 | !set i_stem=$name_stem, $wims_name_or |
31 | !set i_uniq=$name_uniq |
31 | !set i_uniq=$name_uniq |
32 | !for i in site,stem,uniq |
32 | !for i in site,stem,uniq |
33 | <input type="radio" name="type" value="$i" |
33 | <input type="radio" name="type" value="$i" |
34 | !if $type=$i |
34 | !if $type=$i |
35 | checked |
35 | checked="checked" |
36 | !endif |
36 | !endif |
37 | /> $(i_$i)</option> |
37 | /> $(i_$i)</option> |
38 | !next i |
38 | !next i |
39 | $name_limited <select name="reflim"> |
39 | $name_limited <select name="reflim"> |
40 | !for i in 10,20,30,50,70,100,150,200 |
40 | !for i in 10,20,30,50,70,100,150,200 |
Line 44... | Line 44... | ||
44 | !endif |
44 | !endif |
45 | >$i</option> |
45 | >$i</option> |
46 | !next i |
46 | !next i |
47 | </select>$name_searchengine <input type="radio" name="search" value="yes" |
47 | </select>$name_searchengine <input type="radio" name="search" value="yes" |
48 | !if $search=yes |
48 | !if $search=yes |
49 | checked |
49 | checked="checked" |
50 | !endif |
50 | !endif |
51 | /> $name_included <input type="radio" name="search" value="no" |
51 | /> $name_included <input type="radio" name="search" value="no" |
52 | !if $search=no |
52 | !if $search=no |
53 | checked |
53 | checked="checked" |
54 | !endif |
54 | !endif |
55 | /> $name_excluded. |
55 | /> $name_excluded. |
56 | <p>$name_option |
56 | <p>$name_option |
57 | <input size="15" name="key" value="$key"/> |
57 | <input size="15" name="key" value="$key"/> |
58 | <p><center><input type="submit" value="$wims_name_Show"/></center> |
58 | <p><center><input type="submit" value="$wims_name_Show"/></center> |