Subversion Repositories wimsdev

Rev

Rev 2356 | Rev 3091 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1479 bpr 1
!!##!! language independant
2
!read adm/title.phtml 1\
3
$wims_classname - $wims_institutionname\
4
$livret_title
1319 guerimand 5
 
6
!if $usercnt==0
1479 bpr 7
 $name_noyetparticipant
1319 guerimand 8
 !exit
9
!endif
10
!if $livret_nbcomp==0
1479 bpr 11
 $name_no_competence
1319 guerimand 12
 !exit
13
!endif
14
!default note=0
15
<p>
16
$table_header
17
 $table_hdtr
1479 bpr 18
   <th rowspan=2>$wims_name_lastname, $wims_name_firstname</th>
1319 guerimand 19
   !for k=1 to $livret_nbcomp
3049 bpr 20
    <th valign="middle" colspan=$(nbpalier_$k)>
1951 guerimand 21
     !href cmd=renew&job=addcomp&comp=$k $(name_icompetence)$k
22
     <a onmouseover="Tip('$(title_$k)',$tooltip_parm)"><img src="gifs/picto.gif" alt="picto"></a>
1319 guerimand 23
    </th>
1883 guerimand 24
    !if $k<$livret_nbcomp
25
     <td width="3" rowspan="$[2+$usercnt]"></td>
26
    !endif
1319 guerimand 27
   !next k
28
 </tr>
29
 $table_hdtr
30
  !for k=1 to $livret_nbcomp
31
   !for j=1 to $(nbpalier_$k)
1845 guerimand 32
    !let desc=!record $j of $livret_dir/.comp$k
1319 guerimand 33
    !let desc=!line 1 of $desc
3049 bpr 34
    <th valign="middle">$(name_ipalier)$j<a onmouseover="Tip('$desc',$tooltip_parm)"><img src="gifs/picto.gif" alt="picto"></a></th>
1319 guerimand 35
   !next j
36
  !next k
37
 </tr>    
38
 !for i=1 to $usercnt
1951 guerimand 39
  !set uu=!line $i of $userlist
1319 guerimand 40
  $table_tr
41
   <td>
1951 guerimand 42
    !href cmd=reply&job=user&user=$(uu[1]) $(uu[2])
1319 guerimand 43
   </td>
44
   !for k=1 to $livret_nbcomp
45
    !for j=1 to $(nbpalier_$k)
1951 guerimand 46
     !read adm/class/colors $(l_$(i)_$(k)_$(j))
1319 guerimand 47
    !next j
48
   !next k
49
  </tr>
50
 !next i
51
$table_end
1883 guerimand 52
<p>
1319 guerimand 53