Rev 13147 | Rev 16685 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13147 | Rev 16684 | ||
---|---|---|---|
Line 38... | Line 38... | ||
38 | !else |
38 | !else |
39 | !set user_optional=!append item $wims_superclass/$(sub_[$k_;1]) to $user_optional |
39 | !set user_optional=!append item $wims_superclass/$(sub_[$k_;1]) to $user_optional |
40 | !endif |
40 | !endif |
41 | !next |
41 | !next |
42 | !endif |
42 | !endif |
43 | !next |
43 | !next cls |
44 | 44 | ||
45 | !let compsup=$empty |
45 | !let compsup=$empty |
46 | !for cls in $user_participate,$user_optional |
46 | !for cls in $user_participate,$user_optional |
47 | !if $wims_class isin $cls |
47 | !if $wims_class isin $cls |
48 | !let tmp=!replace internal / by , in $cls |
48 | !let tmp=!replace internal / by , in $cls |
49 | !let compsup=!append line $tmp to $compsup |
49 | !let compsup=!append line $tmp to $compsup |
50 | !endif |
50 | !endif |
51 | !next cls |
51 | !next cls |
52 | !set user_participate_=$user_participate |
52 | !set user_participate_=$user_participate |
53 | !let compsup=!sh echo "$compsup" | sort | uniq; |
53 | !let compsup=!sh echo "$compsup" | sort | uniq; |
54 | 54 | ||
- | 55 | !if $supervisable=yes |
|
- | 56 | !if $compsup!=$empty |
|
- | 57 | !if $sup_details!=open |
|
- | 58 | !let tmp=open |
|
55 | 59 | !endif |
|
- | 60 | <details $tmp> |
|
- | 61 | <summary> |
|
56 | !if $class_type=3 and $class_typename!=level |
62 | !if $class_type=3 and $class_typename!=level |
- | 63 | !!in a class |
|
57 | |
64 | $U_gotoclass11 |
- | 65 | !else |
|
- | 66 | $U_gotoclass1 |
|
- | 67 | !endif |
|
- | 68 | </summary> |
|
- | 69 | !read adm/class/graphclass participate\ |
|
- | 70 | $compsup |
|
- | 71 | </details> |
|
- | 72 | !endif |
|
58 | !else |
73 | !else |
- | 74 | !if $class_type=3 and $class_typename!=level |
|
- | 75 | $U_gotoclass01 |
|
- | 76 | !else |
|
59 | $U_gotoclass0 |
77 | $U_gotoclass0 |
- | 78 | !endif |
|
- | 79 | !read adm/class/graphclass participate\ |
|
- | 80 | $compsup |
|
60 | !endif |
81 | !endif |
61 | 82 | ||
62 | !read adm/class/graphclass participate\ |
- | |
63 | $compsup |
- |