Rev 9979 | Rev 10714 | 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 |
||
20 | |||
9979 | guerimand | 21 | !bound job within listvar,modifvar,addvar,userlist,userprop,oldvar default listvar |
9960 | guerimand | 22 | |
23 | # make list of technical variable |
||
24 | !readproc adm/vfilter/listvarfilter.proc |
||
25 | |||
26 | !if $job!=$empty |
||
27 | !read $job.proc |
||
28 | !endif |
||
10711 | bpr | 29 | |
30 | !set wims_ariane=!append line "$(name_$job)",8 to $wims_ariane |