Rev 2356 | Rev 9623 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2356 | Rev 7270 | ||
---|---|---|---|
Line -... | Line 1... | ||
- | 1 | !read adm/class/classlang names.phtml |
|
1 | 2 | ||
2 | !if $wims_user=supervisor |
3 | !if $wims_user=supervisor |
3 | !! !bound job within prop,show default show |
4 | !! !bound job within prop,show default show |
4 | !else |
5 | !else |
5 | !exit |
6 | !exit |
Line 16... | Line 17... | ||
16 | error=not_supervisor |
17 | error=not_supervisor |
17 | !exit |
18 | !exit |
18 | !endif |
19 | !endif |
19 | !if $job=prop and $cmd iswordof new resume |
20 | !if $job=prop and $cmd iswordof new resume |
20 | sh=!record $doc of wimshome/log/classes/$wims_class/doc/.docindex |
21 | sh=!record $doc of wimshome/log/classes/$wims_class/doc/.docindex |
21 | !distribute lines $sh into |
22 | !distribute lines $sh into dir,t_,title,desc,status,wksheet |
22 | !endif |
23 | !endif |
23 | !if $cmd=reply and $job=proc |
24 | !if $cmd=reply and $job=proc |
24 | !read prop.proc |
25 | !read prop.proc |
25 | !exit |
26 | !exit |
26 | !endif |
27 | !endif |
Line 60... | Line 61... | ||
60 | 61 | ||
61 | !appendfile wimshome/log/classes/$wims_class/doc/.docindex :$dir\ |
62 | !appendfile wimshome/log/classes/$wims_class/doc/.docindex :$dir\ |
62 | $iniparm\ |
63 | $iniparm\ |
63 | $ititle\ |
64 | $ititle\ |
64 | $idesc\ |
65 | $idesc\ |
65 |
|
66 | $status\ |
- | 67 | $wksheet |
|
66 | 68 | ||
67 | wims_module_log=class $class: add $dir |
69 | wims_module_log=class $class: add $dir |
68 | 70 | ||
69 | !restart |
71 | !restart |
70 | 72 |