Rev 16891 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16891 | Rev 17230 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | !form reply |
4 | !form reply |
5 | <input type="hidden" name="job" value="select" |
5 | <input type="hidden" name="job" value="select"> |
6 | <input type="hidden" name="status" value="OK" |
6 | <input type="hidden" name="status" value="OK"> |
7 | <fieldset class="property_fields halfwidth blockcenter"> |
7 | <fieldset class="property_fields halfwidth blockcenter"> |
8 | <legend>$name_title |
8 | <legend>$name_title |
9 | !if $user!=$empty |
9 | !if $user!=$empty |
10 | $name_student |
10 | $name_student |
11 | !endif |
11 | !endif |
12 | </legend> |
12 | </legend> |
13 | <div class="field box"> |
13 | <div class="field box"> |
14 | <label for="showsheet">$name_showsheet</label><br |
14 | <label for="showsheet">$name_showsheet</label><br> |
15 | !set wims_formselect_switch=multiple size="$[min($activelist_cnt,10)]" |
15 | !set wims_formselect_switch=multiple size="$[min($activelist_cnt,10)]" |
16 | !formselect showsheet list $activlist prompt $(shs_title[$(activlist)]) |
16 | !formselect showsheet list $activlist prompt $(shs_title[$(activlist)]) |
17 | </div> |
17 | </div> |
18 | <div class="field box"> |
18 | <div class="field box"> |
19 | $name_graphics |
19 | $name_graphics |
20 | !formradio graphics list 0,1 prompt $wims_name_no,$wims_name_yes |
20 | !formradio graphics list 0,1 prompt $wims_name_no,$wims_name_yes |
21 | </div> |
21 | </div> |
22 | <div class="wimscenter wimsform"> |
22 | <div class="wimscenter wimsform"> |
23 | <input type="submit" value="$wims_name_Show" |
23 | <input type="submit" value="$wims_name_Show"> |
24 | </div> |
24 | </div> |
25 | </fieldset> |
25 | </fieldset> |
26 | !formend |
26 | !formend |
27 | !if $showsheet!=$empty |
27 | !if $showsheet!=$empty |
28 | !default showsheet=$activlist |
28 | !default showsheet=$activlist |
Line 36... | Line 36... | ||
36 | <thead> |
36 | <thead> |
37 | <tr> |
37 | <tr> |
38 | <th colspan="4"></th> |
38 | <th colspan="4"></th> |
39 | !for j in $showsheet |
39 | !for j in $showsheet |
40 | !if $(activ[$j])>0 |
40 | !if $(activ[$j])>0 |
41 | <th colspan="2" class="small">$wims_name_Sheet $j <br |
41 | <th colspan="2" class="small">$wims_name_Sheet $j <br>$(shs_title[$j])<br>($(nbexo$j) $name_exo)</th> |
42 | !increase nbth |
42 | !increase nbth |
43 | !increase nbth |
43 | !increase nbth |
44 | !endif |
44 | !endif |
45 | !next j |
45 | !next j |
46 | </tr> |
46 | </tr> |
47 | $table_hdtr |
47 | $table_hdtr |
48 | <th scope="col">$name_lastconnexion</th> |
48 | <th scope="col">$name_lastconnexion</th> |
49 | <th scope="col" data-sort-method="number">$name_nbsessions</th> |
49 | <th scope="col" data-sort-method="number">$name_nbsessions</th> |
50 | <th scope="col" class="small" data-sort-method="number">$wims_name_cnt_exo<br |
50 | <th scope="col" class="small" data-sort-method="number">$wims_name_cnt_exo<br> ($nbexototal $name_exo)</th> |
51 | <th>$name_total</th> |
51 | <th>$name_total</th> |
52 | !for j in $showsheet |
52 | !for j in $showsheet |
53 | !if $(activ[$j])>0 |
53 | !if $(activ[$j])>0 |
54 | <th class="small" scope="col" data-sort-method="number">$name_cnt_exo</th> |
54 | <th class="small" scope="col" data-sort-method="number">$name_cnt_exo</th> |
55 | <th class="small" scope="col" data-sort-method="number">$name_time</th> |
55 | <th class="small" scope="col" data-sort-method="number">$name_time</th> |