Subversion Repositories wimsdev

Rev

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

Rev 11078 Rev 11138
Line 132... Line 132...
132
 $wims_name_Examens ($name_Duration),$name_manualscore
132
 $wims_name_Examens ($name_Duration),$name_manualscore
133
 !let list_keyword=sheets,sheetexo,exams,examexo,examduration,manual
133
 !let list_keyword=sheets,sheetexo,exams,examexo,examduration,manual
134
 !if $($(list_type[1]))$($(list_type[2]))$($(list_type[3]))$($(list_type[4]))$($(list_type[5]))!=$empty
134
 !if $($(list_type[1]))$($(list_type[2]))$($(list_type[3]))$($(list_type[4]))$($(list_type[5]))!=$empty
135
  <li><input type="checkbox" name="csvdownload" id="csvdownload_allscore" value="allscore"/><label for="csvdownload_allscore">$name_allscore</label></li>
135
  <li><input type="checkbox" name="csvdownload" id="csvdownload_allscore" value="allscore"/><label for="csvdownload_allscore">$name_allscore</label></li>
136
 !endif
136
 !endif
137
 !for t from 1 to 5
137
 !for t from 1 to 6
138
    !if $($(list_type[$t]))!=$empty
138
    !if $($(list_type[$t]))!=$empty
139
          !let tmp=!words2items $($(list_type[$t]))
139
          !let tmp=!words2items $($(list_type[$t]))
140
          <li>
140
          <li>
141
         <b>$(list_name[$t])</b>:
141
         <b>$(list_name[$t])</b>:
142
         !if $t notwordof 2 4 5
142
         !if $t notwordof 2 4 5