Subversion Repositories wimsdev

Rev

Rev 12394 | Rev 12714 | 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
12429 bpr 27
$table_hdtr
1580 guerimand 28
  <th>$name_Competences / $name_n_Paliers</th>
12429 bpr 29
!for j=1 to $maxnbpalier
30
  <th valign="middle">$(name_ipalier)$j</th>
1319 guerimand 31
  !next j
12429 bpr 32
  </tr>
12394 bpr 33
  !for k=1 to $livret_nbcomp
34
    !if $(nbit_$k)>0 or $livret_showempty!=no
12429 bpr 35
    $table_tr
3095 guerimand 36
    <td>
37
     <b>$k</b> : $(title_$k)
38
    </td>
39
    !for j=1 to $(nbpalier_$k)
12394 bpr 40
      !let desc=!record $j of wimshome/log/classes/$wims_class/livret/.comp$k
41
      !let desc=!line 1 of $desc
42
      !read adm/class/colors $(l_$(k)_$(j)),livret
43
      <td style=$style_note>
12429 bpr 44
      $output_note
45
        <div class="wims_tooltip">
46
        !href cmd=reply&job=see&comp=$k&palier=$j $wims_name_detail
47
       <span class="wims_tooltiptext">$desc</span>
48
       </div>
49
     </td>
3095 guerimand 50
    !next j
51
    !for j=$(nbpalier_$k)+1 to $maxnbpalier
9602 bpr 52
      <td>&nbsp;</td>
3095 guerimand 53
    !next j
54
   </tr>
55
  !endif
12394 bpr 56
!next k
5224 guerimand 57
$table_end