Rev 5869 | Rev 5927 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5869 | Rev 5879 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | !set wims_form_method=post |
2 | !set wims_form_method=post |
3 | !if $error iswordof not_secure not_superclass |
3 | !if $error iswordof not_secure not_superclass |
4 | !exit |
4 | !exit |
5 | !endif |
5 | !endif |
6 | <h3>$title_data</h3> |
6 | <h3>$title_data</h3> |
7 | <p> |
7 | |
8 |
|
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 |
|
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"/> |