Rev 5189 | Rev 5838 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2695 | bpr | 1 | !read lang/names.phtml.$modu_lang intro |
2419 | bpr | 2 | |
23 | reyssat | 3 | !form reply |
2419 | bpr | 4 | !set s_day=$name_day |
5 | !set s_week=$name_week |
||
6 | !set s_month=$name_month |
||
7 | !set s_year=$name_year |
||
8 | !read adm/date.phtml date,$start_year,$start_month,$start_day |
||
9 | !set s_beginning=$name_beginning $c_date_out |
||
10 | $name_choose |
||
3049 | bpr | 11 | <select name="cnt"> |
23 | reyssat | 12 | !for i=1 to 15 |
13 | <option value=$i |
||
14 | !if $i=$cnt |
||
15 | selected |
||
16 | !endif |
||
17 | >$i |
||
18 | !next i |
||
3049 | bpr | 19 | </select><select name="style"> |
23 | reyssat | 20 | !for i in day,week,month,year,beginning |
21 | <option value=$i |
||
22 | !if $i=$style or ($i=month and $style=$empty) |
||
23 | selected |
||
24 | !endif |
||
25 | >$(s_$i) |
||
26 | !next i |
||
27 | </select>. <p> |
||
2419 | bpr | 28 | $name_listlink |
29 | !set i_site=$name_site1, |
||
2425 | bpr | 30 | !set i_stem=$name_stem, $wims_name_or |
2419 | bpr | 31 | !set i_uniq=$name_uniq |
23 | reyssat | 32 | !for i in site,stem,uniq |
3049 | bpr | 33 | <input type=radio name="type" value=$i |
23 | reyssat | 34 | !if $type=$i |
35 | checked |
||
36 | !endif |
||
5734 | bpr | 37 | /> $(i_$i) |
23 | reyssat | 38 | !next i |
3049 | bpr | 39 | $name_limited <select name="reflim"> |
23 | reyssat | 40 | !for i in 10,20,30,50,70,100,150,200 |
41 | <option value=$i |
||
42 | !if $i=$reflim |
||
43 | selected |
||
44 | !endif |
||
45 | >$i |
||
46 | !next i |
||
3049 | bpr | 47 | </select>$name_searchengine <input type=radio name="search" value=yes |
23 | reyssat | 48 | !if $search=yes |
49 | checked |
||
50 | !endif |
||
5734 | bpr | 51 | /> $name_included <input type=radio name="search" value=no |
23 | reyssat | 52 | !if $search=no |
53 | checked |
||
54 | !endif |
||
5734 | bpr | 55 | /> $name_excluded. |
2419 | bpr | 56 | <p>$name_option |
5734 | bpr | 57 | <input size=15 name="key" value="$key"/> |
58 | <p><center><input type=submit value="$wims_name_Show"/></center> |
||
23 | reyssat | 59 | </form> |
60 | |||
61 | !set key= |
||
62 |