Subversion Repositories wimsdev

Rev

Rev 5849 | Rev 6235 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !form reply
  2.  !set s_day=$name_day
  3.  !set s_week=$name_week
  4.  !set s_month=$name_month
  5.  !set s_year=$name_year
  6.  !read adm/date.phtml date,$start_year,$start_month,$start_day
  7.  !set s_beginning=$name_beginning $c_date_out
  8.  !set name2=$name_requests
  9.  !set name3=$name_sessions
  10.  !set name4=$name_visitors
  11. $name_choose
  12.  <select name="cnt">
  13.  !for i=1 to 15
  14.   <option value="$i"
  15.   !if $i=$cnt
  16.    selected="selected"
  17.   !endif
  18.   >$i</option>
  19.  !next i
  20.  </select><select name="style">
  21.  !for i in day,week,month,year,beginning
  22.   <option value="$i"
  23.   !if $i=$style or ($i=week and $style=$empty)
  24.    selected="selected"
  25.   !endif
  26.   >$(s_$i)</option>
  27.  !next i
  28.  </select>. <p>
  29.  $name_plot
  30.  !for i=2 to 4
  31.   <input type="radio" name="plot_type" value="$i"
  32.   !if $i=$plot_type
  33.    checked="checked"
  34.   !endif
  35.   />$(name$i) &nbsp;
  36.  !next i
  37.  </p>
  38.  <p>
  39.  <input type="checkbox" name="modules" value="yes"
  40.  !if $modules=yes
  41.   checked="checked"
  42.  !endif
  43.  />$name_details.
  44.  </p>
  45.  <p class="wimscenter"><input type="submit" value="$name_showstat"/></p>
  46.  
  47. !formend
  48.  
  49. !set modules=