Subversion Repositories wimsdev

Rev

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

Rev 11674 Rev 11675
Line 34... Line 34...
34
  !goto end
34
  !goto end
35
!endif
35
!endif
36
 
36
 
37
!form reply
37
!form reply
38
 
38
 
39
!if $class_typename!=course and $class_type!=0 and ($class_typename!=class or $class_type!=1)
39
!if $class_type=4 or $class_type=2 or ($class_type=3 and $class_typename!=class) or  /0// isin $wims_class//
40
  !!not a course or individual class or class in group of classes
40
  !! in a group or portal or program or level or test zone$
41
  !! for groups and portal, the class password is used for teachers registration
41
  !! for groups and portal, the class password is used for teachers registration
42
  !set name_classpasswd = $name_classpasswdt
42
  !set name_classpasswd = $name_classpasswdt
43
  !set name_classpasswd_hlp = $name_classpasswdt_hlp
43
  !set name_classpasswd_hlp = $name_classpasswdt_hlp
44
!endif
44
!endif
45
 
45