Rev 10382 | Rev 10516 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10382 | Rev 10496 | ||
---|---|---|---|
Line 13... | Line 13... | ||
13 | #!if $wims_superclass!=$empty and $csvtype=upload |
13 | #!if $wims_superclass!=$empty and $csvtype=upload |
14 | # error=not_superclass |
14 | # error=not_superclass |
15 | # !exit |
15 | # !exit |
16 | #!endif |
16 | #!endif |
17 | 17 | ||
- | 18 | csvformatlist=csv,tsv |
|
18 | !!for ods the script csv/mkODS.py is not there. |
19 | !!for ods the script csv/mkODS.py is not there. |
19 | !bound csvformat within |
20 | !bound csvformat within $csvformatlist default csv |
20 | !default csvdownload=login,name |
21 | !default csvdownload=login,name |
21 | 22 | ||
22 | !if $csvtype=download |
23 | !if $csvtype=download |
23 | csvdownload=!trim $csvdownload |
24 | csvdownload=!trim $csvdownload |
24 | !if techvar isitemof $csvdownload |
25 | !if techvar isitemof $csvdownload |