Rev 12429 | Rev 12638 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12429 | Rev 12481 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | 4 | ||
5 | !read adm/title.phtml 1\ |
5 | !read adm/title.phtml 1\ |
6 | $classname\ |
6 | $classname\ |
7 | $livret_title\ |
7 | $livret_title\ |
8 | $name_job |
8 | $name_job |
- | 9 | ||
- | 10 | <script src="scripts/js/tablesort.js"></script> |
|
- | 11 | <script src="scripts/js/tablesort.number.js"></script> |
|
9 | 12 | ||
10 | <hr style="width:40%" /> |
13 | <hr style="width:40%" /> |
11 | <ul> |
14 | <ul> |
12 | <li>$name_title_comp : <span style="color:green;" class="bold">$(title_$comp)</span>.</li> |
15 | <li>$name_title_comp : <span style="color:green;" class="bold">$(title_$comp)</span>.</li> |
13 | !let eold=!record $palier of wimshome/log/classes/$wims_class/livret/.comp$comp |
16 | !let eold=!record $palier of wimshome/log/classes/$wims_class/livret/.comp$comp |
14 | !distribute line $eold into name,eold |
17 | !distribute line $eold into name,eold |
15 | <li>$name_n_Palier $palier : <span style="color:green;" class="bold">$name</span>.</li> |
18 | <li>$name_n_Palier $palier : <span style="color:green;" class="bold">$name</span>.</li> |
16 | !if $eold!= |
19 | !if $eold!= |
17 | !read proc/legend.proc legend |
20 | !read proc/legend.proc legend |
- | 21 | !set table_id=TABLE_user |
|
- | 22 | !set table_class=sortable |
|
18 | $table_header |
23 | $table_header |
- | 24 | <thead> |
|
- | 25 | $table_hdtr |
|
- | 26 | <th scope="col">$wims_name_Sheet</th> |
|
19 |
|
27 | <th scope="col">$wims_name_Exercise</th> |
- | 28 | <th scope="col">$wims_name_title</th> |
|
- | 29 | <th scope="col"> </th> |
|
- | 30 | </tr> |
|
- | 31 | </thead> |
|
- | 32 | <tbody> |
|
20 | !for l in $eold |
33 | !for l in $eold |
21 | !let t=!replace internal . by , in $l |
34 | !let t=!replace internal . by , in $l |
22 | !if $(t[1]) notitemof $livret_nonactivesheet |
35 | !if $(t[1]) notitemof $livret_nonactivesheet |
23 | $table_tr |
36 | $table_tr |
24 | <td> |
37 | <td> |
Line 51... | Line 64... | ||
51 | </td><td> |
64 | </td><td> |
52 | !line $(t[2]) of $(sheet$(t[1])) |
65 | !line $(t[2]) of $(sheet$(t[1])) |
53 | </td> |
66 | </td> |
54 | !let t=!word $(t[2]) of $(score[$(t[1]);]) |
67 | !let t=!word $(t[2]) of $(score[$(t[1]);]) |
55 | !readproc adm/class/colors $t,livret |
68 | !readproc adm/class/colors $t,livret |
56 | <td style=$style_note> |
69 | <td style=$style_note data-sort="$value_note"> |
57 | $output_note |
70 | $output_note |
58 | </td> |
71 | </td> |
59 | </tr> |
72 | </tr> |
60 | !endif |
73 | !endif |
61 | !next l |
74 | !next l |
- | 75 | </tbody> |
|
62 | $table_end |
76 | $table_end |
63 | !endif |
77 | !endif |
64 | </li> |
78 | </li> |
65 | </ul> |
79 | </ul> |
- | 80 | <script> |
|
- | 81 | new Tablesort(document.getElementById('TABLE_user')); |
|
- | 82 | </script> |
|
- | 83 | ||
- | 84 | ||
66 | !set wims_menu_items=!append line back2,1,cmd=renew\ |
85 | !set wims_menu_items=!append line back2,1,cmd=renew\ |
67 | to $wims_menu_items |
86 | to $wims_menu_items |