Subversion Repositories wimsdev

Rev

Rev 14330 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14330 Rev 14331
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
 
6
 
7
!if $wims_user!=supervisor
7
!if $wims_user!=supervisor
8
 error=not_supervisor
8
  error=not_supervisor
9
 !exit
9
  !exit
10
!endif
10
!endif
11
 
11
 
12
!bound method within column,user,list,raw,percent default list
12
!bound method within column,user,list,raw,percent default list
13
 
13
 
14
maxuser=!defof MAX_USERFORGRADES in wimshome/public_html/bases/sys/define.conf
14
maxuser=!defof MAX_USERFORGRADES in wimshome/public_html/bases/sys/define.conf
15
limit=!defof class_limit in wimshome/log/classes/$wims_class/.def
15
limit=!defof class_limit in wimshome/log/classes/$wims_class/.def
16
maxcol=32
16
maxcol=32
17
wims_form_method=post
17
wims_form_method=post
18
 
18
 
19
!if $limit>$maxuser
19
!if $limit>$maxuser
20
 error=too_many_users
20
  error=too_many_users
21
 !exit
21
  !exit
22
!endif
22
!endif
23
 
23
 
24
!if $gcnt<=0 and $method=raw
24
!if $gcnt<=0 and $method=raw
25
 method=list
25
  method=list
26
!endif
26
!endif
27
 
27
 
28
!read var.proc.$method
28
!read var.proc.$method
29
 
29
 
30
!read tabletheme
30
!read tabletheme