Rev 11934 | 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 |
||
11933 | bpr | 10 | <fieldset class="property_fields"> |
11 | <legend>$wims_name_setup</legend> |
||
11934 | bpr | 12 | <div class="field box">$(name_choose[1]) |
13 | <label for="cnt">$(name_choose[2])</label> |
||
14 | <select name="cnt" id="cnt"> |
||
23 | reyssat | 15 | !for i=1 to 15 |
5855 | bpr | 16 | <option value="$i" |
23 | reyssat | 17 | !if $i=$cnt |
5838 | bpr | 18 | selected="selected" |
23 | reyssat | 19 | !endif |
5841 | bpr | 20 | >$i</option> |
23 | reyssat | 21 | !next i |
3049 | bpr | 22 | </select><select name="style"> |
23 | reyssat | 23 | !for i in day,week,month,year,beginning |
5841 | bpr | 24 | <option value="$i" |
23 | reyssat | 25 | !if $i=$style or ($i=month and $style=$empty) |
5838 | bpr | 26 | selected="selected" |
23 | reyssat | 27 | !endif |
5841 | bpr | 28 | >$(s_$i)</option> |
23 | reyssat | 29 | !next i |
11933 | bpr | 30 | </select>. </div> |
31 | <div class="field box"> |
||
2419 | bpr | 32 | $name_listlink |
33 | !set i_site=$name_site1, |
||
11934 | bpr | 34 | !set i_stem=$name_stem, |
2419 | bpr | 35 | !set i_uniq=$name_uniq |
23 | reyssat | 36 | !for i in site,stem,uniq |
11933 | bpr | 37 | <input type="radio" name="type" id="type$i"value="$i" |
23 | reyssat | 38 | !if $type=$i |
5842 | bpr | 39 | checked="checked" |
23 | reyssat | 40 | !endif |
17180 | bpr | 41 | > <label for="type$i">$(i_$i)</label> |
23 | reyssat | 42 | !next i |
11933 | bpr | 43 | $(name_limited[1]) |
44 | </div><div class="field box"> |
||
45 | $(name_limited[2]) <select name="reflim" id="reflim"> |
||
23 | reyssat | 46 | !for i in 10,20,30,50,70,100,150,200 |
5841 | bpr | 47 | <option value="$i" |
23 | reyssat | 48 | !if $i=$reflim |
5838 | bpr | 49 | selected="selected" |
23 | reyssat | 50 | !endif |
5841 | bpr | 51 | >$i</option> |
23 | reyssat | 52 | !next i |
11933 | bpr | 53 | </select> |
54 | <label for="reflim">$(name_searchengine[1])</label> |
||
55 | </div><div class="field box"> |
||
56 | $(name_searchengine[2]) <input type="radio" name="search" id="search1" value="yes" |
||
23 | reyssat | 57 | !if $search=yes |
5842 | bpr | 58 | checked="checked" |
23 | reyssat | 59 | !endif |
17180 | bpr | 60 | > <label for="search1">$name_included</label> $wims_name_or |
11933 | bpr | 61 | <input type="radio" name="search" id="search2" value="no" |
23 | reyssat | 62 | !if $search=no |
5842 | bpr | 63 | checked="checked" |
23 | reyssat | 64 | !endif |
17180 | bpr | 65 | > <label for="search2">$name_excluded</label>. |
11933 | bpr | 66 | </div><div class="field box"> |
67 | $(name_option[1]) <label for="key">$(name_option[2])</label> |
||
17180 | bpr | 68 | <input size="15" name="key" value="$key" id="key"> |
11933 | bpr | 69 | </div> |
70 | </fieldset> |
||
17180 | bpr | 71 | <p class="wimscenter"><input type="submit" value="$wims_name_Show"></p> |
23 | reyssat | 72 | |
5927 | bpr | 73 | !formend |
74 | |||
23 | reyssat | 75 | !set key= |
76 |