Subversion Repositories wimsdev

Rev

Rev 2632 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2632 Rev 3049
Line 66... Line 66...
66
 !endif
66
 !endif
67
 <p><hr> <p>
67
 <p><hr> <p>
68
!endif
68
!endif
69
 
69
 
70
!form reply
70
!form reply
71
<input type=hidden name=job value=csv>
71
<input type=hidden name="job" value=csv>
72
<input type=hidden name=csvtype value=download>
72
<input type=hidden name="csvtype" value=download>
73
$name_data2<ul>
73
$name_data2<ul>
74
<li>$name_format
74
<li>$name_format
75
!formselect csvformat list csv,tsv
75
!formselect csvformat list csv,tsv
76
<small>
76
<small>
77
!href module=$module&cmd=help&special_parm=csvformats $wims_name_help
77
!href module=$module&cmd=help&special_parm=csvformats $wims_name_help
78
</small>
78
</small>
79
<li>$name_column
79
<li>$name_column
80
<input type=text size=45 name=csvdownload value="$csvdownload">
80
<input type=text size=45 name="csvdownload" value="$csvdownload">
81
<small>
81
<small>
82
!href module=$module&cmd=help&special_parm=csvfields $wims_name_help
82
!href module=$module&cmd=help&special_parm=csvfields $wims_name_help
83
</small>
83
</small>
84
</ul>
84
</ul>
85
<input type=submit value="$wims_name_download">
85
<input type=submit value="$wims_name_download">
Line 88... Line 88...
88
 
88
 
89
!if $classtype notin 13 or $typename iswordof class course
89
!if $classtype notin 13 or $typename iswordof class course
90
 <hr>
90
 <hr>
91
 !set wims_form_method=file
91
 !set wims_form_method=file
92
 !form reply
92
 !form reply
93
 <input type=hidden name=job value=csv>
93
 <input type=hidden name="job" value=csv>
94
 <input type=hidden name=csvtype value=upload>
94
 <input type=hidden name="csvtype" value=upload>
95
 $name_data3
95
 $name_data3
96
 <small>
96
 <small>
97
 !href module=$module&cmd=help&special_parm=upload $wims_name_help
97
 !href module=$module&cmd=help&special_parm=upload $wims_name_help
98
 </small><ul>
98
 </small><ul>
99
 <li>$name_data <input type=file size=30 name=wims_deposit> <br>
99
 <li>$name_data <input type=file size=30 name="wims_deposit"> <br>
100
  <small>$name_format2: .csv, .tsv, .txt
100
  <small>$name_format2: .csv, .tsv, .txt
101
 !href module=$module&cmd=help&special_parm=csvformats2 $wims_name_help
101
 !href module=$module&cmd=help&special_parm=csvformats2 $wims_name_help
102
 </small>
102
 </small>
103
 </ul>
103
 </ul>
104
 <input type=submit value="$wims_name_send">
104
 <input type=submit value="$wims_name_send">