Subversion Repositories wimsdev

Rev

Rev 23 | Rev 2368 | 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.
3
 
4
wims_prefix=class user tmp n sharing sharable
5
 
6
!if $wims_user!=supervisor
7
 error=not_supervisor
8
 !exit
9
!endif
10
 
11
!bound method within column,user,list,raw,percent default list
12
maxuser=200
13
maxcol=32
14
table_bgcolor=bisque
15
wims_form_method=post
16
 
17
!if $ucnt>$maxuser
18
 error=too_many_users
19
 !exit
20
!endif
21
 
22
!if $gcnt<=0 and $method=raw
23
 method=list
24
!endif
25
 
26
!read var.proc.$method
27
!read tabletheme
28