Rev 16855 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16855 | Rev 17007 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | !! Sets all links to be displayed in menumodubox |
4 | !! Sets all links to be displayed in menumodubox |
5 | 5 | ||
6 | !set wims_rm_0 = $wims_rm_0\ |
6 | !set wims_rm_0 = $wims_rm_0\ |
7 | itemsep,0,$wims_name_classtools |
7 | itemsep,0,$wims_name_classtools |
8 | !read themes/_procs/classtools.proc |
8 | !read themes/_procs/classtools.proc |
9 | - | ||
10 | 9 | ||
11 | !!testclass /0 in $wims_class |
10 | !!testclass /0 in $wims_class |
12 | !if $wims_typename notwordof program and /0// notin $wims_class// |
11 | !if $wims_typename notwordof program and /0// notin $wims_class// |
13 | !set wims_rm_0 = $wims_rm_0\ |
12 | !set wims_rm_0 = $wims_rm_0\ |
14 | itemsep,0,$wims_name_manage |
13 | itemsep,0,$wims_name_manage |
- | 14 | !read themes/_procs/supervisorusermanage.proc |
|
15 | !endif |
15 | !endif |
16 | !read themes/_procs/supervisorusermanage.proc |
- | |
- | 16 | ||
17 | !if ($wims_supertype<4 and $wims_typename=class) or \ |
17 | !if ($wims_supertype<4 and $wims_typename=class) or \ |
18 | ($wims_supertype=4 and $wims_typename iswordof course program) |
18 | ($wims_supertype=4 and $wims_typename iswordof course program and /0// notin $wims_class//) |
19 | !set wims_rm_0 = $wims_rm_0\ |
19 | !set wims_rm_0 = $wims_rm_0\ |
20 | itemsep,0,$wims_name_Evaluation |
20 | itemsep,0,$wims_name_Evaluation |
21 | !read themes/_procs/supervisorscore.proc |
21 | !read themes/_procs/supervisorscore.proc |
22 | !read themes/_procs/supervisorstat.proc |
22 | !read themes/_procs/supervisorstat.proc |
23 | !endif |
23 | !endif |
- | 24 | ||
24 | !if $wims_typename notwordof program and /0// notin $wims_class// |
25 | !if $wims_typename notwordof program and /0// notin $wims_class// |
25 | !set wims_rm_0 = $wims_rm_0\ |
26 | !set wims_rm_0 = $wims_rm_0\ |
26 | itemsep,0,$wims_name_classactivity |
27 | itemsep,0,$wims_name_classactivity |
27 | !read themes/_procs/supervisorclassactivity.proc |
28 | !read themes/_procs/supervisorclassactivity.proc |
28 | !endif |
29 | !endif |
- | 30 | ||
29 | !set wims_rm_0 = $wims_rm_0\ |
31 | !set wims_rm_0 = $wims_rm_0\ |
30 | itemsep,0,$wims_name_configuration |
32 | itemsep,0,$wims_name_configuration |
31 | 33 | ||
32 | !read themes/_procs/supervisorconfig.proc 0 |
34 | !read themes/_procs/supervisorconfig.proc 0 |
33 | 35 |