Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
5020 bpr 1
!read adm/class/initclass $wims_class
1421 bpr 2
 
1467 bpr 3
!if $directcnt>0
10351 bpr 4
 !for i_=1 to $directcnt
1304 bpr 5
  !set cl=!word 1 of $(directlist[$i_])
10351 bpr 6
  !if /0/ notin $(cl)/
1421 bpr 7
    !set type_=!defof class_typename in wimshome/log/classes/$cl/.def
8
    !set direct$type_=!append item $(directlist[$i_]) to $(direct$type_)
1304 bpr 9
  !else
10
   !set directtest=!append item $(directlist[$i_]) to $directtest
11
  !endif
10351 bpr 12
 !next
13
!set directlist2=!items2lines $directlist
14
!set directlist2=!lines2rows $directlist2
15
!set directlist2=!words2items $directlist2
5036 bpr 16
 
1741 bpr 17
$name_direct:
10351 bpr 18
 
19
<div class="spacer">
20
!read classgraph $directlist2
21
</div>
10651 bpr 22
 
23
!!read tableold.phtml
24
 
23 reyssat 25
 !if $wims_user=supervisor
9506 bpr 26
   $name_text3
27
 !else
28
   $name_text1
23 reyssat 29
 !endif
30
!else
31
 !if $wims_user=supervisor
9506 bpr 32
  $name_text2
23 reyssat 33
 !else
9506 bpr 34
  $name_noaccount
23 reyssat 35
 !endif
36
!endif