Rev 10103 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10103 | Rev 12479 | ||
---|---|---|---|
Line 6... | Line 6... | ||
6 | <h3>$title_data</h3> |
6 | <h3>$title_data</h3> |
7 | 7 | ||
8 | <hr /> |
8 | <hr /> |
9 | 9 | ||
10 | !if $outfile!=$empty |
10 | !if $outfile!=$empty |
11 | $name_csv1: |
11 | $name_csv1: |
12 | !getfile $outfile $outfile |
12 | !getfile $outfile $outfile |
13 | <hr /> |
13 | <hr /> |
14 | !endif |
14 | !endif |
15 | 15 | ||
16 | !form reply |
16 | !form reply |
17 | <input type="hidden" name="job" value="csv" /> |
17 | <input type="hidden" name="job" value="csv" /> |
18 | <input type="hidden" name="csvtype" value="download" /> |
18 | <input type="hidden" name="csvtype" value="download" /> |
Line 23... | Line 23... | ||
23 | |
23 | |
24 | !set wims_ref_class=wims_button_help |
24 | !set wims_ref_class=wims_button_help |
25 | !href module=$module&cmd=help&special_parm=csvformats $wims_name_help |
25 | !href module=$module&cmd=help&special_parm=csvformats $wims_name_help |
26 | </li> |
26 | </li> |
27 | !if $vote_option!=anonymous |
27 | !if $vote_option!=anonymous |
28 | <li> $name_data |
28 | <li> $name_data |
29 | !formradio csvoption list global,detail prompt $name_global,$name_detail |
29 | !formradio csvoption list global,detail prompt $name_global,$name_detail |
30 | |
30 | |
31 | !set wims_ref_class=wims_button_help |
31 | !set wims_ref_class=wims_button_help |
32 | !href module=$module&cmd=help&special_parm=csvvotes $wims_name_help |
32 | !href module=$module&cmd=help&special_parm=csvvotes $wims_name_help |
33 | </li> |
33 | </li> |
34 | !endif |
34 | !endif |
35 | </ul> |
35 | </ul> |
36 | <p class="wimscenter wimsform"><input type="submit" value="$wims_name_download" /></p> |
36 | <p class="wimscenter wimsform"><input type="submit" value="$wims_name_download" /></p> |
37 | 37 | ||
38 | !readproc csv.proc |
38 | !readproc csv.proc |