Rev 9252 | Rev 9365 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 9252 | Rev 9353 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !read adm/class/classlang names.phtml |
1 | !read adm/class/classlang names.phtml |
2 | 2 | ||
3 | fields=typ,sh,exo,newcnt,sccnt,scsum,dursum,scavg,duravg,scmin,durmin,scmax,durmax,scdev,durdev,cid |
3 | fields=typ,sh,exo,newcnt,sccnt,scsum,dursum,scavg,duravg,scmin,durmin,scmax,durmax,scdev,durdev,cid |
4 | wims_prefix=class user tmp n sharing sharable |
4 | wims_prefix=class user tmp n sharing sharable |
5 | !read tabletheme |
5 | !read tabletheme |
6 | - | ||
7 | !if $wims_user!=supervisor |
6 | !if $wims_user!=supervisor |
8 | error=not_supervisor |
7 | error=not_supervisor |
9 | !exit |
8 | !exit |
10 | !endif |
9 | !endif |
11 | !if $varfilter!=$empty |
10 | !if $varfilter!=$empty |
Line 14... | Line 13... | ||
14 | !for v=1 to $varfilter_cnt |
13 | !for v=1 to $varfilter_cnt |
15 | var_line=!singlespace $(varfilter[$v;]) |
14 | var_line=!singlespace $(varfilter[$v;]) |
16 | var_line =!replace $ $ by , in $var_line |
15 | var_line =!replace $ $ by , in $var_line |
17 | varfilter_=!append line $var_line to $varfilter_ |
16 | varfilter_=!append line $var_line to $varfilter_ |
18 | !next |
17 | !next |
19 | !set name_classAverage=$name_groupAverage |
- | |
20 | !endif |
18 | !endif |
- | 19 | !exit |
|
21 | 20 | ||
22 | !bound share within yes,no default no |
21 | !bound share within yes,no default no |
23 | !if $share=yes |
22 | !if $share=yes |
24 | ssh=!defof sharing_sheet in wimshome/log/classes/$wims_class/neighbors |
23 | ssh=!defof sharing_sheet in wimshome/log/classes/$wims_class/neighbors |
25 | !if $ssh!=$empty |
24 | !if $ssh!=$empty |