Subversion Repositories wimsdev

Rev

Rev 5372 | Rev 6296 | 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
 
3984 bpr 15
!if $wims_error=no_ldap_parameter
5372 bpr 16
 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 17
 !exit
18
!endif
19
 
20
!if $wims_error=bad_class
5372 bpr 21
It seems that your class is not valid!
3984 bpr 22
 !exit
23
!endif
24
 
25
!if $wims_error iswordof bad_day day_dontexist
26
 The given date is not valid.
27
!exit
28
!endif
29
 
30
 
31
!if $wims_error=not_supervisor
5372 bpr 32
 Sorry, but only the registered supervisor of the class can carry out  this operation.
3984 bpr 33
 !exit
34
!endif
35
 
36
!if $wims_error iswordof nouser bad_user bad_usercls
37
 This participant does not seem to exist !!!!
38
!exit
39
!endif
40
 
41
!if $wims_error=insert_fail
42
 The software has failed to insert your work into the database. Please
43
 check your data.
44
 !exit
45
!endif
46
 
47
!if bad_pass iswordof $wims_error
5372 bpr 48
 Bad password: a password can only contain letters and digits and must be between
49
 4 and 16 characters long. The password you are typing a second time should be the same as the
3984 bpr 50
 first one! Try again.
51
 !exit
52
!endif
53
 
54
!if bad_auth iswordof $wims_error
55
 Authentification failed. Please try again.
56
 !exit
57
!endif
58
 
59
!if bad_login=$wims_error
5843 bpr 60
 Your login name contains illegal characters.
5372 bpr 61
 Please use a word containing only digits or letters without accents, and 
3984 bpr 62
 without space between them.
63
 !exit
64
!endif
65
 
16 reyssat 66
Type of error: $wims_error $wims_error_parm.