Rev 5927 | Rev 11933 | 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 |
5855 | bpr | 13 | <option value="$i" |
23 | reyssat | 14 | !if $i=$cnt |
5838 | bpr | 15 | selected="selected" |
23 | reyssat | 16 | !endif |
5841 | bpr | 17 | >$i</option> |
23 | reyssat | 18 | !next i |
3049 | bpr | 19 | </select><select name="style"> |
23 | reyssat | 20 | !for i in day,week,month,year,beginning |
5841 | bpr | 21 | <option value="$i" |
23 | reyssat | 22 | !if $i=$style or ($i=month and $style=$empty) |
5838 | bpr | 23 | selected="selected" |
23 | reyssat | 24 | !endif |
5841 | bpr | 25 | >$(s_$i)</option> |
23 | reyssat | 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 |
5841 | bpr | 33 | <input type="radio" name="type" value="$i" |
23 | reyssat | 34 | !if $type=$i |
5842 | bpr | 35 | checked="checked" |
23 | reyssat | 36 | !endif |
5855 | bpr | 37 | /> $(i_$i) |
23 | reyssat | 38 | !next i |
5855 | bpr | 39 | </p> |
3049 | bpr | 40 | $name_limited <select name="reflim"> |
23 | reyssat | 41 | !for i in 10,20,30,50,70,100,150,200 |
5841 | bpr | 42 | <option value="$i" |
23 | reyssat | 43 | !if $i=$reflim |
5838 | bpr | 44 | selected="selected" |
23 | reyssat | 45 | !endif |
5841 | bpr | 46 | >$i</option> |
23 | reyssat | 47 | !next i |
5841 | bpr | 48 | </select>$name_searchengine <input type="radio" name="search" value="yes" |
23 | reyssat | 49 | !if $search=yes |
5842 | bpr | 50 | checked="checked" |
23 | reyssat | 51 | !endif |
5841 | bpr | 52 | /> $name_included <input type="radio" name="search" value="no" |
23 | reyssat | 53 | !if $search=no |
5842 | bpr | 54 | checked="checked" |
23 | reyssat | 55 | !endif |
5734 | bpr | 56 | /> $name_excluded. |
2419 | bpr | 57 | <p>$name_option |
6235 | bpr | 58 | <input size="15" name="key" value="$key" /> |
5850 | bpr | 59 | </p> |
6235 | bpr | 60 | <p class="wimscenter"><input type="submit" value="$wims_name_Show" /></p> |
23 | reyssat | 61 | |
5927 | bpr | 62 | !formend |
63 | |||
23 | reyssat | 64 | !set key= |
65 |