Rev 10711 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
9960 | guerimand | 1 | !read adm/class/classlang names.phtml |
2 | |||
10711 | bpr | 3 | !set wims_name_listvar=$name_listvar |
9960 | guerimand | 4 | wims_prefix=class user |
5 | |||
6 | test=!defof class_defined in wimshome/log/classes/$wims_class/.def |
||
7 | !if $test!=yes |
||
8 | error=bad_class |
||
9 | !reset job |
||
10 | !exit |
||
11 | !endif |
||
12 | |||
13 | !readproc tabletheme |
||
14 | |||
15 | !if $wims_user!=supervisor |
||
16 | error=not_supervisor |
||
17 | !reset job |
||
18 | !exit |
||
19 | !endif |
||
10714 | bpr | 20 | version_class=!record 0 of wimshome/log/classes/$wims_class/version |
21 | !if $version_class>=5 |
||
22 | !bound job within listvar,modifvar,addvar,userlist,userprop default listvar |
||
23 | !else |
||
24 | !bound job within listvar,modifvar,addvar,userlist,userprop,oldvar default listvar |
||
25 | !endif |
||
9960 | guerimand | 26 | |
27 | # make list of technical variable |
||
28 | !readproc adm/vfilter/listvarfilter.proc |
||
29 | |||
30 | !if $job!=$empty |
||
31 | !read $job.proc |
||
32 | !endif |
||
10711 | bpr | 33 | |
34 | !set wims_ariane=!append line "$(name_$job)",8 to $wims_ariane |