Subversion Repositories wimsdev

Rev

Rev 10793 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
10793 bpr 1
<ul class="wims_subclasses">
13057 bpr 2
!for typ in portal,group,level,class,course,program,test
10694 bpr 3
  !set nstyle=wims_classes_direct_$typ
4
  !set ntype_=$typ
5
  !set ntype_ = !replace internal program by $(CL_Name[3]) in $ntype_
6
  !set ntype_ = !replace internal level by $(CL_Name[1])  in $ntype_
7
  !set ntype_ = !replace internal class by $(CL_Name[2])  in $ntype_
8
  !set ntype_ = !replace internal course by $(CL_Name[4]) in $ntype_
9
  !set ntype_ = !replace internal portal by $(CL_Name[6]) in $ntype_
10
  !set ntype_ = !replace internal group by $(CL_Name[6]) in $ntype_
11
  !set ntype_ = !replace internal test by $(CL_Name[7]) in $ntype_
12
  !for cl in $(direct$typ)
13057 bpr 13
    !distribute words $cl into c_,u_
14
    !set n_=!defof class_institution, class_description in\
10694 bpr 15
 wimshome/log/classes/$c_/.def
13057 bpr 16
    !if $u_=supervisor
17
      !set t_=supervisor
18
      !if $c_ notwordof $wims_supervise and $wims_realuser!=$wims_user
19
        !goto out
20
      !endif
21
    !else
22
      !set t_=$type
10694 bpr 23
    !endif
13057 bpr 24
    <li>
25
    <span class="$nstyle">
26
    !set u__=$u_
27
    !if $auth_method isitemof $auth_method_list
28
      !if $u_ != supervisor
29
       !readproc adm/class/userdef classes,$c_,$u_
30
       !set u__=!defof user_external_auth in $userdef
31
      !endif
32
    !endif
33
    !href cmd=reply&type=auth$t_&class=$c_&auth_user=$u__ $n_
34
    ($u__)</span>
35
    </li>
36
    :out
37
    !reset c_ u_ t_
10694 bpr 38
  !next cl
13057 bpr 39
!next typ
10793 bpr 40
 </ul>