Subversion Repositories wimsdev

Rev

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

Rev 8051 Rev 8255
Line 37... Line 37...
37
	lang, email, expiration, limit, topscores, superclass, \
37
	lang, email, expiration, limit, topscores, superclass, \
38
	type, level, parent, typename, \
38
	type, level, parent, typename, \
39
	bgcolor, bgimg, scorecolor, css, logo, logoside, \
39
	bgcolor, bgimg, scorecolor, css, logo, logoside, \
40
	refcolor, ref_menucolor, ref_button_color, ref_button_bgcolor, \
40
	refcolor, ref_menucolor, ref_button_color, ref_button_bgcolor, \
41
	ref_button_help_color, ref_button_help_bgcolor, theme , theme_icon
41
	ref_button_help_color, ref_button_help_bgcolor, theme , theme_icon
42
	
42
 
43
#high_classdefs list security informations (not to be displayed in non secure requests)
43
#high_classdefs list security informations (not to be displayed in non secure requests)
44
high_classdefs=password, creator, secure, \
44
high_classdefs=password, creator, secure, \
45
	external_auth, mixed_external_auth, cas_auth, php_auth, authidp
45
	external_auth, mixed_external_auth, cas_auth, php_auth, authidp
46
 
46
 
47
classdefs=$high_classdefs,$low_classdefs,
47
classdefs=$high_classdefs,$low_classdefs,
48
 
48
 
49
	
49
 
50
#List class types
50
#List class types
51
# 0 : class , 1 : class in a group (name is "class"), 2 : group , 3 : portal , 4 : ???
51
# 0 : class , 1 : class in a group (name is "class"), 2 : group , 3 : portal , 4 : ???
52
classtypes=class,class,group,portal
52
classtypes=class,class,group,portal
53
 
53
 
54
#List of user descriptions
54
#List of user descriptions
Line 64... Line 64...
64
examdefs=status,expiration,duration_and_attempts,title,description,cut_hours
64
examdefs=status,expiration,duration_and_attempts,title,description,cut_hours
65
 
65
 
66
#List of some WIMS limitations
66
#List of some WIMS limitations
67
edesc_limit=250
67
edesc_limit=250
68
etitle_limit=40
68
etitle_limit=40
69
EXAM_LIMIT = 64
69
EXAM_LIMIT = !defof MAX_EXAMS in wimshome/public_html/bases/sys/define.conf
70
SHEET_LIMIT = 64
70
SHEET_LIMIT = !defof MAX_SHEETS in wimshome/public_html/bases/sys/define.conf