Rev 12652 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12652 | Rev 16855 | ||
---|---|---|---|
Line 5... | Line 5... | ||
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 | 9 | ||
10 | !if $wims_supertype!=4 or $class_typename!=class |
- | |
11 | !set wims_rm_0 = $wims_rm_0\ |
- | |
12 | itemsep,0,$CR_1 |
- | |
13 | !read themes/_procs/classdevtools.proc |
- | |
14 | !endif |
- | |
15 | 10 | ||
16 | !set wims_rm_0 = $wims_rm_0\ |
- | |
17 | itemsep,0,$CR_Docs |
- | |
18 | !read themes/_procs/documentation.proc |
- | |
19 | !!testclass /0 in $wims_class |
11 | !!testclass /0 in $wims_class |
20 | !if $wims_typename notwordof program and /0// notin $wims_class// |
12 | !if $wims_typename notwordof program and /0// notin $wims_class// |
21 | !set wims_rm_0 = $wims_rm_0\ |
13 | !set wims_rm_0 = $wims_rm_0\ |
22 | itemsep,0,$wims_name_manage |
14 | itemsep,0,$wims_name_manage |
23 | !endif |
15 | !endif |
24 | !read themes/_procs/supervisorusermanage.proc |
16 | !read themes/_procs/supervisorusermanage.proc |
25 | !if ($wims_supertype<4 and $wims_typename=class) or \ |
17 | !if ($wims_supertype<4 and $wims_typename=class) or \ |
26 | ($wims_supertype=4 and $wims_typename iswordof course program) |
18 | ($wims_supertype=4 and $wims_typename iswordof course program) |
27 | !set wims_rm_0 = $wims_rm_0\ |
19 | !set wims_rm_0 = $wims_rm_0\ |
28 | itemsep,0,$wims_name_Evaluation |
20 | itemsep,0,$wims_name_Evaluation |
29 | !read themes/_procs/supervisorscore.proc |
21 | !read themes/_procs/supervisorscore.proc |
30 | !read themes/_procs/supervisorstat.proc |
22 | !read themes/_procs/supervisorstat.proc |
31 | !endif |
23 | !endif |
32 | !if $wims_typename notwordof program and /0// notin $wims_class// |
24 | !if $wims_typename notwordof program and /0// notin $wims_class// |
33 | !set wims_rm_0 = $wims_rm_0\ |
25 | !set wims_rm_0 = $wims_rm_0\ |
34 | itemsep,0,$wims_name_classactivity |
26 | itemsep,0,$wims_name_classactivity |
35 | !read themes/_procs/supervisorclassactivity.proc |
27 | !read themes/_procs/supervisorclassactivity.proc |
36 | !endif |
28 | !endif |
37 | !set wims_rm_0 = $wims_rm_0\ |
29 | !set wims_rm_0 = $wims_rm_0\ |
38 | itemsep,0,$wims_name_configuration |
30 | itemsep,0,$wims_name_configuration |
39 | 31 | ||
40 | !read themes/_procs/supervisorconfig.proc 0 |
32 | !read themes/_procs/supervisorconfig.proc 0 |
41 | 33 | ||
42 | !read themes/_procs/extlink.proc cnt |
34 | !read themes/_procs/extlink.proc cnt |
43 | !if $class_ent_n0 >0 |
35 | !if $class_ent_n0 >0 |
44 | !set wims_rm_0 = !append line itemsep,0,$wims_name_otherclasses to $wims_rm_0 |
36 | !set wims_rm_0 = !append line itemsep,0,$wims_name_otherclasses to $wims_rm_0 |
45 | !set tmp_exists=yes |
37 | !set tmp_exists=yes |
46 | !read themes/_procs/extlink.proc proc |
38 | !read themes/_procs/extlink.proc proc |
47 | !endif |
39 | !endif |
48 | 40 | ||
49 | !if $class_type=0 |
41 | !if $class_type=0 |
50 | !if $tmp_exists!=yes |
42 | !if $tmp_exists!=yes |
51 | !set wims_rm_0 = !append line itemsep,0,$wims_name_otherclasses to $wims_rm_0 |
43 | !set wims_rm_0 = !append line itemsep,0,$wims_name_otherclasses to $wims_rm_0 |
52 | !endif |
44 | !endif |
53 | !read themes/_procs/supervisorotherclass.proc |
45 | !read themes/_procs/supervisorotherclass.proc |
- | 46 | !endif |
|
- | 47 | ||
- | 48 | !set wims_rm_0 = $wims_rm_0\ |
|
- | 49 | itemsep,0,$CR_Docs |
|
- | 50 | !read themes/_procs/documentation.proc |
|
- | 51 | ||
- | 52 | !if $wims_supertype!=4 or $class_typename!=class |
|
- | 53 | !set wims_rm_0 = $wims_rm_0\ |
|
- | 54 | itemsep,0,$CR_1 |
|
- | 55 | !read themes/_procs/classdevtools.proc |
|
54 | !endif |
56 | !endif |
55 | 57 | ||
56 | !reset tmp_exists |
58 | !reset tmp_exists |
57 | !set wims_homeref_n0 = !linecnt $wims_rm_0 |
59 | !set wims_homeref_n0 = !linecnt $wims_rm_0 |