Rev 12429 | 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 |
12429 | 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 |
||
12429 | bpr | 14 | <div class="wims_msg alert"> |
15 | !read lang/msg.phtml.$moduclass_lang $error |
||
16 | </div> |
||
17 | !exit |
||
1319 | guerimand | 18 | !endif |
19 | |||
20 | !if $livret_nbcomp==0 |
||
12429 | bpr | 21 | $name_no_competence |
22 | !exit |
||
1319 | guerimand | 23 | !endif |
9563 | guerimand | 24 | !read proc/legend.proc legend |
9349 | bpr | 25 | !reset table_center |
1319 | guerimand | 26 | $table_header |
12714 | bpr | 27 | <thead> |
12429 | bpr | 28 | $table_hdtr |
1580 | guerimand | 29 | <th>$name_Competences / $name_n_Paliers</th> |
12429 | bpr | 30 | !for j=1 to $maxnbpalier |
31 | <th valign="middle">$(name_ipalier)$j</th> |
||
12714 | bpr | 32 | !next j |
12429 | bpr | 33 | </tr> |
12714 | bpr | 34 | </thead> |
35 | <tbody> |
||
36 | !for k=1 to $livret_nbcomp |
||
37 | !if $(nbit_$k)>0 or $livret_showempty!=no |
||
12429 | bpr | 38 | $table_tr |
3095 | guerimand | 39 | <td> |
40 | <b>$k</b> : $(title_$k) |
||
41 | </td> |
||
42 | !for j=1 to $(nbpalier_$k) |
||
12394 | bpr | 43 | !let desc=!record $j of wimshome/log/classes/$wims_class/livret/.comp$k |
44 | !let desc=!line 1 of $desc |
||
45 | !read adm/class/colors $(l_$(k)_$(j)),livret |
||
46 | <td style=$style_note> |
||
12429 | bpr | 47 | $output_note |
48 | <div class="wims_tooltip"> |
||
49 | !href cmd=reply&job=see&comp=$k&palier=$j $wims_name_detail |
||
50 | <span class="wims_tooltiptext">$desc</span> |
||
51 | </div> |
||
12714 | bpr | 52 | </td> |
3095 | guerimand | 53 | !next j |
54 | !for j=$(nbpalier_$k)+1 to $maxnbpalier |
||
9602 | bpr | 55 | <td> </td> |
3095 | guerimand | 56 | !next j |
12714 | bpr | 57 | </tr> |
3095 | guerimand | 58 | !endif |
12394 | bpr | 59 | !next k |
12714 | bpr | 60 | </tbody> |
5224 | guerimand | 61 | $table_end |