Subversion Repositories wimsdev

Rev

Rev 5734 | Rev 5841 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5734 Rev 5838
Line 11... Line 11...
11
$name_choose
11
$name_choose
12
 <select name="cnt">
12
 <select name="cnt">
13
 !for i=1 to 15
13
 !for i=1 to 15
14
  <option value="$i"
14
  <option value="$i"
15
  !if $i=$cnt
15
  !if $i=$cnt
16
   selected
16
   selected="selected"
17
  !endif
17
  !endif
18
  >$i
18
  >$i
19
 !next i
19
 !next i
20
 </select><select name="style">
20
 </select><select name="style">
21
 !for i in day,week,month,year,beginning
21
 !for i in day,week,month,year,beginning
22
  <option value="$i"
22
  <option value="$i"
23
  !if $i=$style or ($i=week and $style=$empty)
23
  !if $i=$style or ($i=week and $style=$empty)
24
   selected
24
   selected="selected"
25
  !endif
25
  !endif
26
  >$(s_$i)
26
  >$(s_$i)
27
 !next i
27
 !next i
28
 </select>. <p>
28
 </select>. <p>
29
 $name_plot
29
 $name_plot