Rev 7787 | Rev 9349 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
4039 | bpr | 1 | !read adm/class/classname.phtml $wims_classname\ |
4020 | bpr | 2 | $wims_institutionname |
3 | |||
5426 | guerimand | 4 | !if $user isitemof $wims_connectedlogin and $wims_user=supervisor |
7787 | bpr | 5 | !let name_job=!append word <img src="gifs/themes/$wims_theme_icon/connected.png" width="15px" alt="connected" /> to $name_job |
5224 | guerimand | 6 | !endif |
7 | |||
1479 | bpr | 8 | !read adm/title.phtml 1\ |
4020 | bpr | 9 | $classname\ |
1479 | bpr | 10 | $livret_title\ |
11 | $name_job |
||
1319 | guerimand | 12 | |
13 | !if $error!=$empty |
||
5894 | bpr | 14 | <div class="wims_alertmsg"> |
5874 | bpr | 15 | !read lang/msg.phtml.$moduclass_lang $error |
16 | </div> |
||
1319 | guerimand | 17 | !exit |
18 | !endif |
||
19 | |||
20 | !if $livret_nbcomp==0 |
||
1479 | bpr | 21 | $name_no_competence |
1319 | guerimand | 22 | !exit |
23 | !endif |
||
5874 | bpr | 24 | |
1319 | guerimand | 25 | $table_header |
26 | $table_hdtr |
||
1580 | guerimand | 27 | <th>$name_Competences / $name_n_Paliers</th> |
1319 | guerimand | 28 | !for j=1 to $maxnbpalier |
3049 | bpr | 29 | <th valign="middle">$(name_ipalier)$j</th> |
1319 | guerimand | 30 | !next j |
31 | </tr> |
||
32 | !for k=1 to $livret_nbcomp |
||
3095 | guerimand | 33 | !if $(nbit_$k)>0 or $livret_showempty!=no |
34 | $table_tr |
||
35 | <td> |
||
36 | <b>$k</b> : $(title_$k) |
||
37 | </td> |
||
38 | !for j=1 to $(nbpalier_$k) |
||
39 | !let desc=!record $j of wimshome/log/classes/$wims_class/livret/.comp$k |
||
40 | !let desc=!line 1 of $desc |
||
41 | !let desc=!replace internal ' by \' in $desc |
||
7943 | bpr | 42 | !read adm/class/colors $(l_$(k)_$(j)),livret |
4344 | guerimand | 43 | <td style=$style_note> |
44 | <a onmouseover="Tip('$desc',$tooltip_parm)">$output_note</a> |
||
4361 | guerimand | 45 | !href cmd=reply&job=see&comp=$k&palier=$j $wims_name_detail |
4344 | guerimand | 46 | </td> |
3095 | guerimand | 47 | !next j |
48 | !for j=$(nbpalier_$k)+1 to $maxnbpalier |
||
6374 | bpr | 49 | <td style="background-image:url(gifs/bg/crossgrey.gif);"> </td> |
3095 | guerimand | 50 | !next j |
51 | </tr> |
||
52 | !endif |
||
7787 | bpr | 53 | !next k |
5224 | guerimand | 54 | $table_end |