Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
10688 bpr 1
!!called by participant.phtml, not by authparticipant.phtml
5020 bpr 2
!read adm/class/initclass $wims_class
1421 bpr 3
 
1467 bpr 4
!if $directcnt>0
10351 bpr 5
 !for i_=1 to $directcnt
1304 bpr 6
  !set cl=!word 1 of $(directlist[$i_])
10351 bpr 7
  !if /0/ notin $(cl)/
1421 bpr 8
    !set type_=!defof class_typename in wimshome/log/classes/$cl/.def
9
    !set direct$type_=!append item $(directlist[$i_]) to $(direct$type_)
1304 bpr 10
  !else
11
   !set directtest=!append item $(directlist[$i_]) to $directtest
12
  !endif
10351 bpr 13
 !next
1741 bpr 14
$name_direct:
10351 bpr 15
 
10688 bpr 16
!!set directlist2=!items2lines $directlist
17
!!set directlist2=!lines2rows $directlist2
18
!!set directlist2=!words2items $directlist2
19
!!<div class="spacer">
20
!!!read classgraph $directlist2
21
!!</div>
10651 bpr 22
 
10688 bpr 23
!read tableold.phtml
10651 bpr 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