Rev 10228 | Rev 12429 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10228 | Rev 12394 | ||
---|---|---|---|
Line 28... | Line 28... | ||
28 | <th>$name_Competences / $name_n_Paliers</th> |
28 | <th>$name_Competences / $name_n_Paliers</th> |
29 | !for j=1 to $maxnbpalier |
29 | !for j=1 to $maxnbpalier |
30 | <th valign="middle">$(name_ipalier)$j</th> |
30 | <th valign="middle">$(name_ipalier)$j</th> |
31 | !next j |
31 | !next j |
32 | </tr> |
32 | </tr> |
33 | !for k=1 to $livret_nbcomp |
33 | !for k=1 to $livret_nbcomp |
34 | !if $(nbit_$k)>0 or $livret_showempty!=no |
34 | !if $(nbit_$k)>0 or $livret_showempty!=no |
35 | $table_tr |
35 | $table_tr |
36 | <td> |
36 | <td> |
37 | <b>$k</b> : $(title_$k) |
37 | <b>$k</b> : $(title_$k) |
38 | </td> |
38 | </td> |
39 | !for j=1 to $(nbpalier_$k) |
39 | !for j=1 to $(nbpalier_$k) |
40 | !let desc=!record $j of wimshome/log/classes/$wims_class/livret/.comp$k |
40 | !let desc=!record $j of wimshome/log/classes/$wims_class/livret/.comp$k |
41 | !let desc=!line 1 of $desc |
41 | !let desc=!line 1 of $desc |
42 | !let desc=!replace internal ' by \' in $desc |
42 | !let desc=!replace internal ' by \' in $desc |
43 | !read adm/class/colors $(l_$(k)_$(j)),livret |
43 | !read adm/class/colors $(l_$(k)_$(j)),livret |
44 | <td style=$style_note> |
44 | <td style=$style_note> |
45 | <a onmouseover="Tip('$desc',$tooltip_parm)">$output_note</a> |
45 | <a onmouseover="Tip('$desc',$tooltip_parm)">$output_note</a> |
46 | !href cmd=reply&job=see&comp=$k&palier=$j $wims_name_detail |
46 | !href cmd=reply&job=see&comp=$k&palier=$j $wims_name_detail |
47 | |
47 | </td> |
48 | !next j |
48 | !next j |
49 | !for j=$(nbpalier_$k)+1 to $maxnbpalier |
49 | !for j=$(nbpalier_$k)+1 to $maxnbpalier |
50 | <td> </td> |
50 | <td> </td> |
51 | !next j |
51 | !next j |
52 | </tr> |
52 | </tr> |
53 | !endif |
53 | !endif |
54 |
|
54 | !next k |
55 | $table_end |
55 | $table_end |