Subversion Repositories wimsdev

Rev

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

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