Subversion Repositories wimsdev

Rev

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

Rev 5015 Rev 5020
Line 16... Line 16...
16
 
16
 
17
!if $class!=$empty
17
!if $class!=$empty
18
## output superclass, auth_method_list, aut_idp_method_list, auth_method, aut_idp_method
18
## output superclass, auth_method_list, aut_idp_method_list, auth_method, aut_idp_method
19
  !read adm/class/initclass $class
19
  !read adm/class/initclass $class
20
!endif
20
!endif
-
 
21
!!useful ! if $class=$empty
-
 
22
superclass=!text remove . in $superclass
-
 
23
!if $wims_superclass!=$empty
-
 
24
 superclass=$wims_superclass
-
 
25
!endif
-
 
26
 
21
 
27
 
22
## unuseful now because of adm/class/initclass ##
-
 
23
!!superclass=!text remove . in $superclass
-
 
24
!!!if $wims_superclass!=$empty
-
 
25
!! superclass=$wims_superclass
-
 
26
!!!endif
-
 
27
## 
-
 
28
!default superclass2=$superclass
28
!default superclass2=$superclass
29
!read tabletheme
29
!read tabletheme
30
!bound type within supervisor,participant,example,\
30
!bound type within supervisor,participant,example,\
31
	authsupervisor,authparticipant default example
31
	authsupervisor,authparticipant default example
32
!if $type=example
32
!if $type=example
Line 186... Line 186...
186
 
186
 
187
 superclass=!defof class_superclass in wimshome/log/classes/$class/.def
187
 superclass=!defof class_superclass in wimshome/log/classes/$class/.def
188
 !default superclass=$class
188
 !default superclass=$class
189
 
189
 
190
 auth_method=!defof class_auth in wimshome/log/classes/$superclass/.def
190
 auth_method=!defof class_auth in wimshome/log/classes/$superclass/.def
191
!bound auth_method within $auth_method_list default $
191
 !bound auth_method within $auth_method_list default $     
192
 !if $class_defined=yes and ($auth_user!=$empty or $auth_method=cas)
192
 !if $class_defined=yes and ($auth_user!=$empty or $auth_method=cas)
193
   !changeto var.auth
193
   !changeto var.auth
194
 !endif
194
 !endif
195
!endif
195
!endif