Rev 12947 | Rev 16903 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12947 | Rev 12950 | ||
---|---|---|---|
Line 3... | Line 3... | ||
3 | !read adm/class/classlang names.phtml |
3 | !read adm/class/classlang names.phtml |
4 | 4 | ||
5 | wims_prefix=class user tmp n sharing sharable |
5 | wims_prefix=class user tmp n sharing sharable |
6 | !read tabletheme |
6 | !read tabletheme |
7 | !if $wims_user!=supervisor |
7 | !if $wims_user!=supervisor |
8 | error=not_supervisor |
- | |
9 |
|
8 | user=$wims_user |
10 | !exit |
- | |
11 | !endif |
9 | !endif |
12 | 10 | ||
13 | !read adm/vfilter/listvarfilter.proc |
- | |
14 | !read adm/vfilter/varfilter proc |
- | |
15 | !if $varfilterclear!=$empty |
- | |
16 | !reset varfilterclear,status |
- | |
17 | !endif |
- | |
18 | 11 | ||
- | 12 | !if $wims_user=supervisor |
|
- | 13 | !read adm/vfilter/listvarfilter.proc |
|
- | 14 | !read adm/vfilter/varfilter proc |
|
- | 15 | !if $varfilterclear!=$empty |
|
- | 16 | !reset varfilterclear,status |
|
- | 17 | !endif |
|
- | 18 | !bound job within activity,useractivity default activity |
|
- | 19 | !else |
|
19 |
|
20 | job=useractivity |
- | 21 | !endif |
|
20 | 22 | ||
21 | 23 | ||
22 | !read $job.proc |
24 | !read $job.proc |
23 | 25 |