Rev 12479 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
217 | bpr | 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 | |||
17170 | bpr | 8 | <hr> |
5879 | bpr | 9 | |
217 | bpr | 10 | !if $outfile!=$empty |
12479 | bpr | 11 | $name_csv1: |
12 | !getfile $outfile $outfile |
||
17170 | bpr | 13 | <hr> |
217 | bpr | 14 | !endif |
15 | |||
16 | !form reply |
||
17170 | bpr | 17 | <input type="hidden" name="job" value="csv"> |
18 | <input type="hidden" name="csvtype" value="download"> |
||
4010 | bpr | 19 | $name_csv2: <span class="wims_mod_title">$vote_title</span> |
217 | bpr | 20 | <ul><li> |
2249 | bpr | 21 | $name_format |
217 | bpr | 22 | !formselect csvformat list csv,tsv |
3069 | bpr | 23 | |
4204 | bpr | 24 | !set wims_ref_class=wims_button_help |
3259 | bpr | 25 | !href module=$module&cmd=help&special_parm=csvformats $wims_name_help |
217 | bpr | 26 | </li> |
27 | !if $vote_option!=anonymous |
||
12479 | bpr | 28 | <li> $name_data |
29 | !formradio csvoption list global,detail prompt $name_global,$name_detail |
||
30 | |
||
31 | !set wims_ref_class=wims_button_help |
||
32 | !href module=$module&cmd=help&special_parm=csvvotes $wims_name_help |
||
33 | </li> |
||
1071 | bpr | 34 | !endif |
217 | bpr | 35 | </ul> |
17170 | bpr | 36 | <p class="wimscenter wimsform"><input type="submit" value="$wims_name_download"></p> |
217 | bpr | 37 | |
38 | !readproc csv.proc |
||
4204 | bpr | 39 | |
5927 | bpr | 40 | !formend |
41 | |||
10103 | bpr | 42 | !set wims_menu_items=!append line back2 $vote,1,cmd=reply&job=read&vote=$vote to $wims_menu_items |