Rev 10656 | Rev 12822 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10656 | Rev 10944 | ||
---|---|---|---|
Line 28... | Line 28... | ||
28 | !if $class_parent isitemof $wims_supervise or $wims_realuser=supervisor |
28 | !if $class_parent isitemof $wims_supervise or $wims_realuser=supervisor |
29 | !set c_=1 |
29 | !set c_=1 |
30 | !endif |
30 | !endif |
31 | !set wims_ariane=!append line class_home $pname,$c_,module=adm/class/classes&type=$(tmp_)supervisor&class=$class_parent to $wims_ariane |
31 | !set wims_ariane=!append line class_home $pname,$c_,module=adm/class/classes&type=$(tmp_)supervisor&class=$class_parent to $wims_ariane |
32 | !endif |
32 | !endif |
- | 33 | !if $seq!=$empty |
|
- | 34 | !set wims_ariane=!append line class_home $wims_classname,1,cmd=resume to $wims_ariane |
|
- | 35 | !else |
|
33 | !set wims_ariane=!append line class_home $wims_classname,8 to $wims_ariane |
36 | !set wims_ariane=!append line class_home $wims_classname,8 to $wims_ariane |
- | 37 | !endif |
|
34 | !endif |
38 | !endif |
35 | 39 | ||
36 | !exit |
40 | !exit |
37 | 41 | ||
38 | :nosupervisor |
42 | :nosupervisor |
39 | 43 | ||
40 | !if $wims_superclass!=$empty and $wims_superclass!=$wims_class |
44 | !if $wims_superclass!=$empty and $wims_superclass!=$wims_class |
41 | !set superclass_description=!defof class_description in wimshome/log/classes/$wims_superclass/.def |
45 | !set superclass_description=!defof class_description in wimshome/log/classes/$wims_superclass/.def |
42 | !set wims_ariane=!append line class_home $superclass_description,1,module=adm/class/classes&type=$(tmp_)participant&auth_user=$ext_login&class=$wims_superclass\ |
46 | !set wims_ariane=!append line class_home $superclass_description,1,module=adm/class/classes&type=$(tmp_)participant&auth_user=$ext_login&class=$wims_superclass\ |
43 | to $wims_ariane |
47 | to $wims_ariane |
44 | !endif |
48 | !endif |
45 | 49 | ||
Line 48... | Line 52... | ||
48 | !if / isin $class_parent and $class_type=1 |
52 | !if / isin $class_parent and $class_type=1 |
49 | !set pname=!defof class_description in wimshome/log/classes/$class_parent/.def |
53 | !set pname=!defof class_description in wimshome/log/classes/$class_parent/.def |
50 | !set wims_ariane=!append line class_home $pname,1,module=adm/class/classes&type=$(tmp_)participant&auth_user=$ext_login&class=$class_parent\ |
54 | !set wims_ariane=!append line class_home $pname,1,module=adm/class/classes&type=$(tmp_)participant&auth_user=$ext_login&class=$class_parent\ |
51 | to $wims_ariane |
55 | to $wims_ariane |
52 | !endif |
56 | !endif |
- | 57 | !if $seq!=$empty |
|
- | 58 | !set wims_ariane=!append line class_home $wims_classname,1,cmd=resume to $wims_ariane |
|
- | 59 | !else |
|
53 | !set wims_ariane=!append line class_home $wims_classname,8 to $wims_ariane |
60 | !set wims_ariane=!append line class_home $wims_classname,8 to $wims_ariane |
- | 61 | !endif |
|
54 | !endif |
62 | !endif |
55 | 63 | ||
56 | 64 |