Subversion Repositories wimsdev

Rev

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

  1.  
  2. !set wims_form_method=post
  3. !if $error iswordof not_secure not_superclass
  4.   !exit
  5. !endif
  6. <h3>$title_data</h3>
  7. <p>
  8.  <p><hr> <p>
  9.  
  10. !if $outfile!=$empty
  11.  $name_csv1:
  12.  !getfile $outfile $outfile
  13.  <p><hr> <p>
  14. !endif
  15.  
  16. !form reply
  17. <input type=hidden name=job value=csv>
  18. <input type=hidden name=csvtype value=download>
  19. $name_csv2: <font color=green>$vote_title</font>
  20. <ul><li>
  21. $name_format
  22. !formselect csvformat list csv,tsv
  23. <small>
  24. !href module=$module&cmd=help&special_parm=csvformats $wims_name_help
  25. </small>
  26. </li>
  27. !if $vote_option!=anonymous
  28. <li> $name_data
  29. !formradio csvoption list global,detail prompt $name_global,$name_detail
  30. <small>
  31. !href module=$module&cmd=help&special_parm=csvvotes $wims_name_help
  32. </small>
  33. </li>
  34. !endif
  35. </ul>
  36. <center><input type=submit value="$wims_name_download"></center>
  37.  
  38. !readproc csv.proc
  39. </form>
  40.