Subversion Repositories wimsdev

Rev

Rev 2522 | Rev 3064 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2522 Rev 3049
Line 10... Line 10...
10
 </th>
10
 </th>
11
 <th rowspan=2>$wims_name_nameteacher</th>
11
 <th rowspan=2>$wims_name_nameteacher</th>
12
 <th rowspan=2>$wims_name_language</th>
12
 <th rowspan=2>$wims_name_language</th>
13
</tr>
13
</tr>
14
$table_hdtr
14
$table_hdtr
15
 <th align=center><small>$name_byyou</small></td>
15
 <th align="center"><small>$name_byyou</small></td>
16
 <th align=center><small>$name_other</small></td>
16
 <th align="center"><small>$name_other</small></td>
17
</tr>
17
</tr>
18
!for i in $clst
18
!for i in $clst
19
 !set D_=!defof class_institution\
19
 !set D_=!defof class_institution\
20
class_description\
20
class_description\
21
class_lang\
21
class_lang\
Line 27... Line 27...
27
 !endif
27
 !endif
28
 !if $i isitemof $n_part
28
 !if $i isitemof $n_part
29
  !set t_=$[$t_+2]
29
  !set t_=$[$t_+2]
30
 !endif
30
 !endif
31
 $table_tr
31
 $table_tr
32
 <td align=center>
32
 <td align="center">
33
  !href cmd=reply&job2=def&nei=$i&nlevel=$t_ $i_<br>$d_
33
  !href cmd=reply&job2=def&nei=$i&nlevel=$t_ $i_<br>$d_
34
 </td>
34
 </td>
35
 <td align=center>$(n_n$t_)</td>
35
 <td align="center">$(n_n$t_)</td>
36
  !set t_=0
36
  !set t_=0
37
  !set D_=!defof n_sup\
37
  !set D_=!defof n_sup\
38
n_part\
38
n_part\
39
sharable_all\
39
sharable_all\
40
sharing_all in wimshome/log/classes/$i/neighbors
40
sharing_all in wimshome/log/classes/$i/neighbors
Line 43... Line 43...
43
   !advance t_
43
   !advance t_
44
  !endif
44
  !endif
45
  !if $wims_class isitemof $part or all isitemof $part
45
  !if $wims_class isitemof $part or all isitemof $part
46
   !set t_=$[$t_+2]
46
   !set t_=$[$t_+2]
47
  !endif
47
  !endif
48
  <td align=center>$(n_n$t_)</td>
48
  <td align="center">$(n_n$t_)</td>
49
  !if $i notitemof $sharable_all,$sharing_all and\
49
  !if $i notitemof $sharable_all,$sharing_all and\
50
        $wims_class notitemof $nsharable,$nsharing
50
        $wims_class notitemof $nsharable,$nsharing
51
  <td align=center>---</td>
51
  <td align="center">---</td>
52
 !else
52
 !else
53
  <td>
53
  <td>
54
  !if $i isitemof $sharing_all or $wims_class isitemof $nsharing
54
  !if $i isitemof $sharing_all or $wims_class isitemof $nsharing
55
   !if $i isitemof $sharing_all and $wims_class isitemof $nsharing
55
   !if $i isitemof $sharing_all and $wims_class isitemof $nsharing
56
    $name_actif
56
    $name_actif
Line 72... Line 72...
72
    !endif
72
    !endif
73
   !endif
73
   !endif
74
  !endif
74
  !endif
75
  </td>
75
  </td>
76
 !endif
76
 !endif
77
 <td align=center><small>$s_</small></td>
77
 <td align="center"><small>$s_</small></td>
78
 <td align=center>$l_</td>
78
 <td align="center">$l_</td>
79
</tr>
79
</tr>
80
!next i
80
!next i
81
 
81