Rev 9979 | Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
9960 | guerimand | 1 | !read adm/class/classlang names.phtml |
2 | |||
3 | wims_prefix=class user |
||
4 | |||
5 | test=!defof class_defined in wimshome/log/classes/$wims_class/.def |
||
6 | !if $test!=yes |
||
7 | error=bad_class |
||
8 | !reset job |
||
9 | !exit |
||
10 | !endif |
||
11 | |||
12 | !readproc tabletheme |
||
13 | |||
14 | !if $wims_user!=supervisor |
||
15 | error=not_supervisor |
||
16 | !reset job |
||
17 | !exit |
||
18 | !endif |
||
19 | |||
20 | |||
21 | !bound job within listvar,modifvar,addvar,userlist,userprop default listvar |
||
22 | |||
23 | # make list of technical variable |
||
24 | !readproc adm/vfilter/listvarfilter.proc |
||
25 | |||
26 | !if $job!=$empty |
||
27 | !read $job.proc |
||
28 | !endif |