Rev 6235 | Rev 11934 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6235 | Rev 11933 | ||
---|---|---|---|
Line 5... | Line 5... | ||
5 | !set s_week=$name_week |
5 | !set s_week=$name_week |
6 | !set s_month=$name_month |
6 | !set s_month=$name_month |
7 | !set s_year=$name_year |
7 | !set s_year=$name_year |
8 | !read adm/date.phtml date,$start_year,$start_month,$start_day |
8 | !read adm/date.phtml date,$start_year,$start_month,$start_day |
9 | !set s_beginning=$name_beginning $c_date_out |
9 | !set s_beginning=$name_beginning $c_date_out |
- | 10 | <fieldset class="property_fields"> |
|
- | 11 | <legend>$wims_name_setup</legend> |
|
10 | $name_choose |
12 | <div class="field box">$name_choose |
11 | <select name="cnt"> |
13 | <select name="cnt"> |
12 | !for i=1 to 15 |
14 | !for i=1 to 15 |
13 | <option value="$i" |
15 | <option value="$i" |
14 | !if $i=$cnt |
16 | !if $i=$cnt |
15 | selected="selected" |
17 | selected="selected" |
Line 22... | Line 24... | ||
22 | !if $i=$style or ($i=month and $style=$empty) |
24 | !if $i=$style or ($i=month and $style=$empty) |
23 | selected="selected" |
25 | selected="selected" |
24 | !endif |
26 | !endif |
25 | >$(s_$i)</option> |
27 | >$(s_$i)</option> |
26 | !next i |
28 | !next i |
27 | </select>. < |
29 | </select>. </div> |
- | 30 | <div class="field box"> |
|
28 | $name_listlink |
31 | $name_listlink |
29 | !set i_site=$name_site1, |
32 | !set i_site=$name_site1, |
30 | !set i_stem=$name_stem, $wims_name_or |
33 | !set i_stem=$name_stem, $wims_name_or |
31 | !set i_uniq=$name_uniq |
34 | !set i_uniq=$name_uniq |
32 | !for i in site,stem,uniq |
35 | !for i in site,stem,uniq |
33 | <input type="radio" name="type" value="$i" |
36 | <input type="radio" name="type" id="type$i"value="$i" |
34 | !if $type=$i |
37 | !if $type=$i |
35 | checked="checked" |
38 | checked="checked" |
36 | !endif |
39 | !endif |
37 | /> $ |
40 | /> <label for="type$i">$(i_$i)</label> |
38 | !next i |
41 | !next i |
39 |
|
42 | $(name_limited[1]) |
- | 43 | </div><div class="field box"> |
|
40 |
|
44 | $(name_limited[2]) <select name="reflim" id="reflim"> |
41 | !for i in 10,20,30,50,70,100,150,200 |
45 | !for i in 10,20,30,50,70,100,150,200 |
42 | <option value="$i" |
46 | <option value="$i" |
43 | !if $i=$reflim |
47 | !if $i=$reflim |
44 | selected="selected" |
48 | selected="selected" |
45 | !endif |
49 | !endif |
46 | >$i</option> |
50 | >$i</option> |
47 | !next i |
51 | !next i |
- | 52 | </select> |
|
- | 53 | <label for="reflim">$(name_searchengine[1])</label> |
|
- | 54 | </div><div class="field box"> |
|
48 |
|
55 | $(name_searchengine[2]) <input type="radio" name="search" id="search1" value="yes" |
49 | !if $search=yes |
56 | !if $search=yes |
50 | checked="checked" |
57 | checked="checked" |
51 | !endif |
58 | !endif |
- | 59 | /> <label for="search1">$name_included</label> $wims_name_or |
|
52 |
|
60 | <input type="radio" name="search" id="search2" value="no" |
53 | !if $search=no |
61 | !if $search=no |
54 | checked="checked" |
62 | checked="checked" |
55 | !endif |
63 | !endif |
56 | /> $name_excluded. |
64 | /> <label for="search2">$name_excluded</label>. |
57 | < |
65 | </div><div class="field box"> |
- | 66 | $(name_option[1]) <label for="key">$(name_option[2])</label> |
|
58 | <input size="15" name="key" value="$key" /> |
67 | <input size="15" name="key" value="$key" id="key" /> |
59 | </ |
68 | </div> |
- | 69 | </fieldset> |
|
60 | <p class="wimscenter"><input type="submit" value="$wims_name_Show" /></p> |
70 | <p class="wimscenter"><input type="submit" value="$wims_name_Show" /></p> |
61 | 71 | ||
62 | !formend |
72 | !formend |
63 | 73 | ||
64 | !set key= |
74 | !set key= |