Subversion Repositories wimsdev

Rev

Rev 5843 | Rev 6316 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
16 reyssat 1
 
2
!if $wims_error=empty_data
3
 You have sent an incomplete reply. Please complete your data before sending
4
 it.
5
 !exit
6
!endif
7
 
8
!if $wims_error=double_reply
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 
11
 `reload' button of your browser to repost replies!)
12
 !exit
13
!endif
14
 
6296 bpr 15
!if $wims_error=bad_data
16
 I have failed to evaluate the values you have submitted. A typo?
17
 !exit
18
!endif
19
 
3984 bpr 20
!if $wims_error=no_ldap_parameter
5372 bpr 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. 
3984 bpr 22
 !exit
23
!endif
24
 
25
!if $wims_error=bad_class
5372 bpr 26
It seems that your class is not valid!
3984 bpr 27
 !exit
28
!endif
29
 
30
!if $wims_error iswordof bad_day day_dontexist
31
 The given date is not valid.
32
!exit
33
!endif
34
 
35
 
36
!if $wims_error=not_supervisor
5372 bpr 37
 Sorry, but only the registered supervisor of the class can carry out  this operation.
3984 bpr 38
 !exit
39
!endif
40
 
41
!if $wims_error iswordof nouser bad_user bad_usercls
42
 This participant does not seem to exist !!!!
43
!exit
44
!endif
45
 
46
!if $wims_error=insert_fail
47
 The software has failed to insert your work into the database. Please
48
 check your data.
49
 !exit
50
!endif
51
 
52
!if bad_pass iswordof $wims_error
5372 bpr 53
 Bad password: a password can only contain letters and digits and must be between
54
 4 and 16 characters long. The password you are typing a second time should be the same as the
3984 bpr 55
 first one! Try again.
56
 !exit
57
!endif
58
 
59
!if bad_auth iswordof $wims_error
60
 Authentification failed. Please try again.
61
 !exit
62
!endif
63
 
64
!if bad_login=$wims_error
5843 bpr 65
 Your login name contains illegal characters.
5372 bpr 66
 Please use a word containing only digits or letters without accents, and 
3984 bpr 67
 without space between them.
68
 !exit
69
!endif
70
 
16 reyssat 71
Type of error: $wims_error $wims_error_parm.