Subversion Repositories wimsdev

Rev

Rev 3259 | Rev 4145 | Go to most recent revision | 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>
1071 bpr 7
<p>
217 bpr 8
 <p><hr> <p>
9
 
10
!if $outfile!=$empty
2249 bpr 11
 $name_csv1:
217 bpr 12
 !getfile $outfile $outfile
13
 <p><hr> <p>
14
!endif
15
 
16
!form reply
3049 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
&nbsp;
24
!set wims_ref_class=wims_button
3259 bpr 25
!href module=$module&cmd=help&special_parm=csvformats $wims_name_help
217 bpr 26
</li>
27
!if $vote_option!=anonymous
2249 bpr 28
<li> $name_data
217 bpr 29
!formradio csvoption list global,detail prompt $name_global,$name_detail
3069 bpr 30
&nbsp;
31
!set wims_ref_class=wims_button
1348 bpr 32
!href module=$module&cmd=help&special_parm=csvvotes $wims_name_help
217 bpr 33
</li>
1071 bpr 34
!endif
217 bpr 35
</ul>
4010 bpr 36
<center><input type="submit" value="$wims_name_download"></center>
217 bpr 37
 
38
!readproc csv.proc
1071 bpr 39
</form>