Subversion Repositories wimsdev

Rev

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

Rev 13057 Rev 13073
Line 5... Line 5...
5
  <p class="wims_msg info">$name_nofound</p>
5
  <p class="wims_msg info">$name_nofound</p>
6
!endif
6
!endif
7
!if $wims_user!=$empty
7
!if $wims_user!=$empty
8
  !read direct.phtml
8
  !read direct.phtml
9
  !if $wims_user!=supervisor and $supervisable!=yes
9
  !if $wims_user!=supervisor and $supervisable!=yes
10
    !exit
10
    !goto end
11
  !endif
11
  !endif
12
!else
12
!else
13
  !read adm/language lang/supervisor.phtml
13
  !read adm/language lang/supervisor.phtml
14
!endif
14
!endif
15
 
15
 
16
!if $overflow=yes
16
!if $overflow=yes
17
  !exit
17
  !goto end
18
!endif
18
!endif
19
 
19
 
20
!if $clcnt+$sccnt>0
20
!if $clcnt+$sccnt>0
21
  !if $wims_user=$empty
21
  !if $wims_user=$empty
22
    $name_supervisor_text
22
    $name_supervisor_text
Line 215... Line 215...
215
      ($name_noavailable)
215
      ($name_noavailable)
216
    !endif
216
    !endif
217
  !endif
217
  !endif
218
!endif
218
!endif
219
 
219
 
-
 
220
:end
220
</div>
221
</div>