Rev 10600 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | cparent=teacher |
2 | parent=teacher |
||
3 | !if $cancel!=$empty or $del=$empty |
||
12617 | bpr | 4 | job=teacher |
5 | !changeto jobs/$job.proc |
||
23 | reyssat | 6 | !endif |
7 | |||
8 | user_exists= |
||
9 | !readdef $classdir1/.users/$del |
||
10 | |||
11 | !if $confirm=$empty or $user_exists!=yes |
||
12617 | bpr | 12 | !exit |
23 | reyssat | 13 | !endif |
14 | |||
15 | !sh cd $wims_home/log/classes; rm -fR $wims_superclass/.users/$del |
||
16 | !read adm/gateway/mkteacherlist |
||
17 | |||
18 | confirm= |
||
19 | job=$cparent |
||
20 | !changeto jobs/$job.proc |