Rev 15869 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15869 | Rev 17180 | ||
---|---|---|---|
Line 17... | Line 17... | ||
17 | !read lang/msg.phtml.$moduclass_lang |
17 | !read lang/msg.phtml.$moduclass_lang |
18 | </div> |
18 | </div> |
19 | !if $error iswordof not_secure not_superclass |
19 | !if $error iswordof not_secure not_superclass |
20 | !exit |
20 | !exit |
21 | !endif |
21 | !endif |
22 | <hr |
22 | <hr> |
23 | !endif |
23 | !endif |
24 | 24 | ||
25 | !if $outfile!=$empty |
25 | !if $outfile!=$empty |
26 | <div class="wims_msg success"> |
26 | <div class="wims_msg success"> |
27 | $name_file <span class="tt wims_fname"> |
27 | $name_file <span class="tt wims_fname"> |
Line 91... | Line 91... | ||
91 | </div> |
91 | </div> |
92 | !endif |
92 | !endif |
93 | !endif |
93 | !endif |
94 | 94 | ||
95 | !form reply |
95 | !form reply |
96 | <input type="hidden" name="job" value="csv" |
96 | <input type="hidden" name="job" value="csv"> |
97 | <input type="hidden" name="csvtype" value="download" |
97 | <input type="hidden" name="csvtype" value="download"> |
98 | $name_data2 |
98 | $name_data2 |
99 | <ul> |
99 | <ul> |
100 | <li>$name_format |
100 | <li>$name_format |
101 | !formselect csvformat list $csvformatlist |
101 | !formselect csvformat list $csvformatlist |
102 | |
102 | |
Line 120... | Line 120... | ||
120 | !if $($bas)!=$empty |
120 | !if $($bas)!=$empty |
121 | !let tmp=!replace password by in $($bas) |
121 | !let tmp=!replace password by in $($bas) |
122 | !let tmp=!replace vars by in $($bas) |
122 | !let tmp=!replace vars by in $($bas) |
123 | !let tmp=!words2items $tmp |
123 | !let tmp=!words2items $tmp |
124 | !for k in $tmp |
124 | !for k in $tmp |
125 | <input type="checkbox" name="csvdownload" id="csvdownload_$k" value="$k" |
125 | <input type="checkbox" name="csvdownload" id="csvdownload_$k" value="$k"><label for="csvdownload_$k">$k</label> |
126 | !next k |
126 | !next k |
127 | !endif |
127 | !endif |
128 | !next bas |
128 | !next bas |
129 | </li> |
129 | </li> |
130 | !let list_type=sh,shexo,ex,exexo,examduration,ma |
130 | !let list_type=sh,shexo,ex,exexo,examduration,ma |
131 | !let list_name=$wims_name_Sheets,$name_indicateur,$wims_name_Examens,$wims_name_Examens ($wims_name_Exercices),\ |
131 | !let list_name=$wims_name_Sheets,$name_indicateur,$wims_name_Examens,$wims_name_Examens ($wims_name_Exercices),\ |
132 | $wims_name_Examens ($name_Duration),$name_manualscore |
132 | $wims_name_Examens ($name_Duration),$name_manualscore |
133 | !!! list for field "all" |
133 | !!! list for field "all" |
134 | !let list_keyword=sheets,sheetexo,exams,examexo,examduration,manuals |
134 | !let list_keyword=sheets,sheetexo,exams,examexo,examduration,manuals |
135 | !if $($(list_type[1]))$($(list_type[2]))$($(list_type[3]))$($(list_type[4]))$($(list_type[5]))!=$empty |
135 | !if $($(list_type[1]))$($(list_type[2]))$($(list_type[3]))$($(list_type[4]))$($(list_type[5]))!=$empty |
136 | <li><input type="checkbox" name="csvdownload" id="csvdownload_allscore" value="allscore" |
136 | <li><input type="checkbox" name="csvdownload" id="csvdownload_allscore" value="allscore"><label for="csvdownload_allscore">$name_allscore</label></li> |
137 | !endif |
137 | !endif |
138 | !for t from 1 to 6 |
138 | !for t from 1 to 6 |
139 | !if $($(list_type[$t]))!=$empty |
139 | !if $($(list_type[$t]))!=$empty |
140 | !let tmp=!words2items $($(list_type[$t])) |
140 | !let tmp=!words2items $($(list_type[$t])) |
141 | <li> |
141 | <li> |
142 | <b>$(list_name[$t])</b>: |
142 | <b>$(list_name[$t])</b>: |
143 | !if $t notwordof 2 4 5 |
143 | !if $t notwordof 2 4 5 |
144 | <input type="checkbox" name="csvdownload" id="csvdownload_$(list_keyword[$t])" value="$(list_keyword[$t])" |
144 | <input type="checkbox" name="csvdownload" id="csvdownload_$(list_keyword[$t])" value="$(list_keyword[$t])"><label for="csvdownload_$(list_keyword[$t])">$name_all</label> |
145 | !endif |
145 | !endif |
146 | !for k in $tmp |
146 | !for k in $tmp |
147 | <input type="checkbox" name="csvdownload" id="csvdownload_$k" value="$k" |
147 | <input type="checkbox" name="csvdownload" id="csvdownload_$k" value="$k"><label for="csvdownload_$k">$k</label> |
148 | !next k |
148 | !next k |
149 | </li> |
149 | </li> |
150 | !endif |
150 | !endif |
151 | !next t |
151 | !next t |
152 | !if $av!=$empty |
152 | !if $av!=$empty |
153 | !let tmp=!words2items $av |
153 | !let tmp=!words2items $av |
154 | <li><b>$name_Average</b>: |
154 | <li><b>$name_Average</b>: |
155 | !for k in $tmp |
155 | !for k in $tmp |
156 | <input type="checkbox" name="csvdownload" id="csvdownload_$k" value="$k" |
156 | <input type="checkbox" name="csvdownload" id="csvdownload_$k" value="$k"><label for="csvdownload_$k">$k</label> |
157 | !next k |
157 | !next k |
158 | </li> |
158 | </li> |
159 | !endif |
159 | !endif |
160 | <li> |
160 | <li> |
161 | <input type="checkbox" name="csvdownload" id="csvdownload_techvar" value="techvar" |
161 | <input type="checkbox" name="csvdownload" id="csvdownload_techvar" value="techvar"> |
162 | <label for="csvdownload_techvar">$name_techvar</label> |
162 | <label for="csvdownload_techvar">$name_techvar</label> |
163 | </li><li> |
163 | </li><li> |
164 | <input type="checkbox" name="csvdownload" id="csvdownload_regvar" value="regvar" |
164 | <input type="checkbox" name="csvdownload" id="csvdownload_regvar" value="regvar"> |
165 | <label for="csvdownload_regvar">$name_regvar</label> |
165 | <label for="csvdownload_regvar">$name_regvar</label> |
166 | </li> |
166 | </li> |
167 | </ul> |
167 | </ul> |
168 | </li> |
168 | </li> |
169 | </ul> |
169 | </ul> |
170 | <input type="submit" value="$wims_name_download" |
170 | <input type="submit" value="$wims_name_download"> |
171 | !formend |
171 | !formend |
172 | 172 | ||
173 | !! open the upload to the level supervisor alternative use user_supervise |
173 | !! open the upload to the level supervisor alternative use user_supervise |
174 | !if $classtype notin 13 or $typename iswordof class course or\ |
174 | !if $classtype notin 13 or $typename iswordof class course or\ |
175 | ($typename iswordof level and $wims_user=supervisor) |
175 | ($typename iswordof level and $wims_user=supervisor) |
176 | <hr |
176 | <hr> |
177 | !if $list_sheettechvar!=$empty |
177 | !if $list_sheettechvar!=$empty |
178 | <div class="wims_msg warning"> |
178 | <div class="wims_msg warning"> |
179 | $name_usedindiv |
179 | $name_usedindiv |
180 | </div> |
180 | </div> |
181 | !endif |
181 | !endif |
182 | !set wims_form_method=file |
182 | !set wims_form_method=file |
183 | !form reply |
183 | !form reply |
184 | <input type="hidden" name="job" value="csv" |
184 | <input type="hidden" name="job" value="csv"> |
185 | <input type="hidden" name="csvtype" value="upload" |
185 | <input type="hidden" name="csvtype" value="upload"> |
186 | $name_data3 |
186 | $name_data3 |
187 | |
187 | |
188 | !set wims_ref_class=wims_button_help |
188 | !set wims_ref_class=wims_button_help |
189 | !href module=$module&cmd=help&special_parm=upload $wims_name_help |
189 | !href module=$module&cmd=help&special_parm=upload $wims_name_help |
190 | <ul> |
190 | <ul> |
191 | <li>$name_data <input type="file" size="30" name="wims_deposit" |
191 | <li>$name_data <input type="file" size="30" name="wims_deposit"> <br> |
192 | $name_format2: <span class="tt">.csv</span>, <span class="tt">.tsv</span>, <span class="tt">.txt</span> |
192 | $name_format2: <span class="tt">.csv</span>, <span class="tt">.tsv</span>, <span class="tt">.txt</span> |
193 | |
193 | |
194 | !set wims_ref_class=wims_button_help |
194 | !set wims_ref_class=wims_button_help |
195 | !href module=$module&cmd=help&special_parm=csvformats2 $wims_name_help |
195 | !href module=$module&cmd=help&special_parm=csvformats2 $wims_name_help |
196 | </li> |
196 | </li> |
197 | </ul> |
197 | </ul> |
198 | <input type="submit" value="$wims_name_send" |
198 | <input type="submit" value="$wims_name_send"> |
199 | !formend |
199 | !formend |
200 | !endif |
200 | !endif |
201 | 201 | ||
202 | !set wims_menu_items=!append line itemsep,0,$wims_name_manage\ |
202 | !set wims_menu_items=!append line itemsep,0,$wims_name_manage\ |
203 | usermanage,1,module=adm/class/usermanage\ |
203 | usermanage,1,module=adm/class/usermanage\ |