Subversion Repositories wimsdev

Rev

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

Rev 6296 Rev 6316
Line 1... Line 1...
1
 
1
 
2
!if $wims_error=empty_data
2
!if empty_data iswordof $wims_error
3
 You have sent an incomplete reply. Please complete your data before sending
3
 You have sent an incomplete reply. Please complete your data before sending
4
 it.
4
 it.
5
 !exit
5
 !exit
6
!endif
6
!endif
7
 
7
 
8
!if $wims_error=double_reply
8
!if double_reply iswordof $wims_error
9
 You have already submitted a reply to this problem, which has been 
9
 You have already submitted a reply to this problem, which has been 
10
 analysed and scored. Repetitive replies are ignored. (Don't use the 
10
 analysed and scored. Repetitive replies are ignored. (Don't use the 
11
 `reload' button of your browser to repost replies!)
11
 `reload' button of your browser to repost replies!)
12
 !exit
12
 !exit
13
!endif
13
!endif
14
 
14
 
15
!if $wims_error=bad_data
15
!if bad_data iswordof $wims_error
16
 I have failed to evaluate the values you have submitted. A typo?
16
 I have failed to evaluate the values you have submitted. A typo?
17
 !exit
17
 !exit
18
!endif
18
!endif
19
 
19
 
20
!if $wims_error=no_ldap_parameter
20
!if no_ldap_parameter iswordof $wims_error
21
 Fields indicated with an asterix must be filled in. Please ask the ldap administrator for help if you don't know what to enter in these fields. 
21
 Fields indicated with an asterix must be filled in. Please ask the ldap administrator for help if you don't know what to enter in these fields. 
22
 !exit
22
 !exit
23
!endif
23
!endif
24
 
24
 
25
!if $wims_error=bad_class
25
!if bad_class iswordof $wims_error
26
It seems that your class is not valid!
26
It seems that your class is not valid!
27
 !exit
27
 !exit
28
!endif
28
!endif
29
 
29
 
30
!if $wims_error iswordof bad_day day_dontexist
30
!if bad_day iswordof $wims_error or day_dontexist iswordof $wims_error
31
 The given date is not valid.
31
 The given date is not valid.
32
!exit
32
!exit
33
!endif
33
!endif
34
 
34
 
35
 
35
 
36
!if $wims_error=not_supervisor
36
!if not_supervisor iswordof $wims_error
37
 Sorry, but only the registered supervisor of the class can carry out  this operation.
37
 Sorry, but only the registered supervisor of the class can carry out  this operation.
38
 !exit
38
 !exit
39
!endif
39
!endif
40
 
40
 
41
!if $wims_error iswordof nouser bad_user bad_usercls
41
!if nouser iswordof $wims_error or bad_user iswordof $wims_error \
-
 
42
  or bad_usercls iswordof $wims_error
42
 This participant does not seem to exist !!!!
43
 This participant does not seem to exist !!!!
43
!exit
44
!exit
44
!endif
45
!endif
45
 
46
 
46
!if $wims_error=insert_fail
47
!if insert_fail iswordof $wims_error
47
 The software has failed to insert your work into the database. Please
48
 The software has failed to insert your work into the database. Please
48
 check your data.
49
 check your data.
49
 !exit
50
 !exit
50
!endif
51
!endif
51
 
52
 
Line 59... Line 60...
59
!if bad_auth iswordof $wims_error
60
!if bad_auth iswordof $wims_error
60
 Authentification failed. Please try again.
61
 Authentification failed. Please try again.
61
 !exit
62
 !exit
62
!endif
63
!endif
63
 
64
 
64
!if bad_login=$wims_error
65
!if bad_login iswordof $wims_error
65
 Your login name contains illegal characters.
66
 Your login name contains illegal characters.
66
 Please use a word containing only digits or letters without accents, and 
67
 Please use a word containing only digits or letters without accents, and 
67
 without space between them.
68
 without space between them.
68
 !exit
69
 !exit
69
!endif
70
!endif