Rev 9602 | Rev 12394 | 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 |
9602 | bpr | 5 | !let name_job=!append word <span class="wims_connected" title="connected">$user</span> 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 |
||
10228 | bpr | 14 | <div class="wims_msg alert"> |
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 |
||
9563 | guerimand | 24 | !read proc/legend.proc legend |
9349 | bpr | 25 | !reset table_center |
1319 | guerimand | 26 | $table_header |
27 | $table_hdtr |
||
1580 | guerimand | 28 | <th>$name_Competences / $name_n_Paliers</th> |
1319 | guerimand | 29 | !for j=1 to $maxnbpalier |
3049 | bpr | 30 | <th valign="middle">$(name_ipalier)$j</th> |
1319 | guerimand | 31 | !next j |
32 | </tr> |
||
33 | !for k=1 to $livret_nbcomp |
||
3095 | guerimand | 34 | !if $(nbit_$k)>0 or $livret_showempty!=no |
35 | $table_tr |
||
36 | <td> |
||
37 | <b>$k</b> : $(title_$k) |
||
38 | </td> |
||
39 | !for j=1 to $(nbpalier_$k) |
||
40 | !let desc=!record $j of wimshome/log/classes/$wims_class/livret/.comp$k |
||
41 | !let desc=!line 1 of $desc |
||
42 | !let desc=!replace internal ' by \' in $desc |
||
7943 | bpr | 43 | !read adm/class/colors $(l_$(k)_$(j)),livret |
4344 | guerimand | 44 | <td style=$style_note> |
45 | <a onmouseover="Tip('$desc',$tooltip_parm)">$output_note</a> |
||
4361 | guerimand | 46 | !href cmd=reply&job=see&comp=$k&palier=$j $wims_name_detail |
4344 | guerimand | 47 | </td> |
3095 | guerimand | 48 | !next j |
49 | !for j=$(nbpalier_$k)+1 to $maxnbpalier |
||
9602 | bpr | 50 | <td> </td> |
3095 | guerimand | 51 | !next j |
52 | </tr> |
||
53 | !endif |
||
7787 | bpr | 54 | !next k |
5224 | guerimand | 55 | $table_end |