!read adm/class/classname.phtml $wims_classname\
$wims_institutionname
!read adm/title.phtml 1\
$classname\
$livret_title
!if $usercnt==0
$name_noyetparticipant
!endif
!if $livret_nbcomp==0
$name_no_competence
!endif
!default note=0
<p></p>
$table_header
$table_hdtr
<th rowspan="2">$wims_name_lastname, $wims_name_firstname</th>
!for k=1 to $livret_nbcomp
<th valign="middle" colspan="$(nbpalier_$k)">
!set wims_ref_title=$(title_$k)
!href cmd=renew&job=addcomp&comp=$k $(name_icompetence)$k
!set wims_ref_class=wims_button
!href cmd=renew&job=addcomp&comp=$k $wims_name_change
</th>
!if $k<$livret_nbcomp
<td width="3" rowspan="$[2+$usercnt]"></td>
!endif
</tr>
$table_hdtr
!for k=1 to $livret_nbcomp
!for j=1 to $(nbpalier_$k)
!let desc=!record $j of $livret_dir/.comp$k
!let desc=!line 1 of $desc
!let desc=!replace internal ' by \' in $desc
<th valign="middle">
<a onmouseover="Tip('$desc',$tooltip_parm)">$(name_ipalier)$j</a></th>
!next j
!next k
</tr>
!for i=1 to $usercnt
!set uu=!line $i of $userlist
$table_tr
<td>
!href cmd=reply&job=user&user=$(uu[1]) $(uu[2])
!if $(uu[1]) isitemof $wims_connectedlogin and $wims_user=supervisor
<img src="gifs/themes/$wims_theme_icon/connected.png" width="15"/>
!endif
</td>
!for k=1 to $livret_nbcomp
!for j=1 to $(nbpalier_$k)
!read adm/class/colors $(skillu_$i[$k;$j])
<td style=$style_note>$output_note</td>
!next j
!next k
</tr>
!next i
$table_end
<p></p>