Subversion Repositories wimsdev

Rev

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

Rev 5838 Rev 5841
Line 13... Line 13...
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="selected"
16
   selected="selected"
17
  !endif
17
  !endif
18
  >$i
18
  >$i</option>
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="selected"
24
   selected="selected"
25
  !endif
25
  !endif
26
  >$(s_$i)
26
  >$(s_$i)</option>
27
 !next i
27
 !next i
28
 </select>. <p>
28
 </select>. <p>
29
 $name_plot
29
 $name_plot
30
 !for i=2 to 4
30
 !for i=2 to 4
31
  <input type="radio" name="plot_type" value="$i"
31
  <input type="radio" name="plot_type" value="$i"