Rev 14325 | Rev 14330 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | # Variable calculations should be done in this file. |
2 | # It is read and interpreted by wims for all valid calls to the module. |
||
2368 | bpr | 3 | !read adm/class/classlang names.phtml |
23 | reyssat | 4 | |
5 | wims_prefix=class user tmp n sharing sharable |
||
6 | |||
7 | !if $wims_user!=supervisor |
||
8 | error=not_supervisor |
||
9 | !exit |
||
10 | !endif |
||
11 | |||
12 | !bound method within column,user,list,raw,percent default list |
||
14329 | guerimand | 13 | |
14 | maxuser=!defof MAX_USERFORGRADES in wimshome/public_html/bases/sys/define.conf |
||
23 | reyssat | 15 | maxcol=32 |
16 | wims_form_method=post |
||
17 | |||
18 | !if $ucnt>$maxuser |
||
19 | error=too_many_users |
||
20 | !exit |
||
21 | !endif |
||
22 | |||
23 | !if $gcnt<=0 and $method=raw |
||
24 | method=list |
||
25 | !endif |
||
26 | |||
27 | !read var.proc.$method |
||
14325 | guerimand | 28 | |
23 | reyssat | 29 | !read tabletheme |
30 |