Rev 4353 | Rev 5189 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
5181 | guerimand | 1 | !! ---------- FIXME this file read in var.proc maybe not needed here ? |
2 | !read adm/language lang/names.phtml |
||
23 | reyssat | 3 | !form reply |
2414 | 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 | !set name2=$name_requests |
||
11 | !set name3=$name_sessions |
||
12 | !set name4=$name_visitors |
||
13 | $name_choose |
||
3049 | bpr | 14 | <select name="cnt"> |
23 | reyssat | 15 | !for i=1 to 15 |
4353 | bpr | 16 | <option value="$i" |
23 | reyssat | 17 | !if $i=$cnt |
18 | selected |
||
19 | !endif |
||
20 | >$i |
||
21 | !next i |
||
3049 | bpr | 22 | </select><select name="style"> |
23 | reyssat | 23 | !for i in day,week,month,year,beginning |
4339 | bpr | 24 | <option value="$i" |
23 | reyssat | 25 | !if $i=$style or ($i=week and $style=$empty) |
26 | selected |
||
27 | !endif |
||
28 | >$(s_$i) |
||
29 | !next i |
||
30 | </select>. <p> |
||
2414 | bpr | 31 | $name_plot |
23 | reyssat | 32 | !for i=2 to 4 |
4353 | bpr | 33 | <input type="radio" name="plot_type" value="$i" |
23 | reyssat | 34 | !if $i=$plot_type |
35 | checked |
||
36 | !endif |
||
37 | >$(name$i) |
||
38 | !next i |
||
39 | <p> |
||
4339 | bpr | 40 | <input type="checkbox" name="modules" value="yes" |
23 | reyssat | 41 | !if $modules=yes |
42 | checked |
||
43 | !endif |
||
2414 | bpr | 44 | >$name_details. |
23 | reyssat | 45 | <p> |
4339 | bpr | 46 | <center><input type="submit" value="$name_showstat"></center> |
23 | reyssat | 47 | </form> |
48 | |||
49 | !set modules= |