Rev 14335 | Rev 15869 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14335 | Rev 15602 | ||
---|---|---|---|
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"/><label for="csvdownload_$k">$k</label> |
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"/><label for="csvdownload_allscore">$name_allscore</label></li> |
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])"/><label for="csvdownload_$(list_keyword[$t])">$name_all</label> |
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"/><label for="csvdownload_$k">$k</label> |
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"/><label for="csvdownload_$k">$k</label> |
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> |