Rev 11138 | Rev 12465 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11138 | Rev 11144 | ||
---|---|---|---|
Line 113... | Line 113... | ||
113 | !href module=$module&cmd=help&special_parm=csvfields $wims_name_help |
113 | !href module=$module&cmd=help&special_parm=csvfields $wims_name_help |
114 | 114 | ||
115 | !readproc csv/keyword.proc |
115 | !readproc csv/keyword.proc |
116 | <div class="field"> |
116 | <div class="field"> |
117 | <ul> |
117 | <ul> |
- | 118 | <li> |
|
118 | !for bas in basic, basic2 |
119 | !for bas in basic, basic2 |
119 | !if $($bas)!=$empty |
120 | !if $($bas)!=$empty |
120 | <li> |
- | |
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 | </li> |
- | |
128 | !endif |
127 | !endif |
129 | !next bas |
128 | !next bas |
- | 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 | !let list_keyword=sheets,sheetexo,exams,examexo,examduration, |
134 | !let list_keyword=sheets,sheetexo,exams,examexo,examduration,manuals |
134 | !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 |
135 | <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> |
136 | !endif |
137 | !endif |
137 | !for t from 1 to 6 |
138 | !for t from 1 to 6 |
138 | !if $($(list_type[$t]))!=$empty |
139 | !if $($(list_type[$t]))!=$empty |