Subversion Repositories wimsdev

Rev

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

Rev 3984 Rev 5372
Line 11... Line 11...
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=no_ldap_parameter
15
!if $wims_error=no_ldap_parameter
16
 Vous devez remplir les champs marqués d'un astérisque. Consultez pour cela 
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. 
17
 le gestionnaire de votre annuaire ldap. 
-
 
18
 !exit
17
 !exit
19
!endif
18
!endif
20
 
19
 
21
!if $wims_error=bad_class
20
!if $wims_error=bad_class
22
 Strange, but I find that your class is not valid!
21
It seems that your class is not valid!
23
 !exit
22
 !exit
24
!endif
23
!endif
25
 
24
 
26
!if $wims_error iswordof bad_day day_dontexist
25
!if $wims_error iswordof bad_day day_dontexist
27
 The given date is not valid.
26
 The given date is not valid.
28
!exit
27
!exit
29
!endif
28
!endif
30
 
29
 
31
 
30
 
32
!if $wims_error=not_supervisor
31
!if $wims_error=not_supervisor
33
 Sorry, but this operation is reserved to registered supervisor of a class.
32
 Sorry, but only the registered supervisor of the class can carry out  this operation.
34
 !exit
33
 !exit
35
!endif
34
!endif
36
 
35
 
37
!if $wims_error iswordof nouser bad_user bad_usercls
36
!if $wims_error iswordof nouser bad_user bad_usercls
38
 This participant does not seem to exist !!!!
37
 This participant does not seem to exist !!!!
Line 44... Line 43...
44
 check your data.
43
 check your data.
45
 !exit
44
 !exit
46
!endif
45
!endif
47
 
46
 
48
!if bad_pass iswordof $wims_error
47
!if bad_pass iswordof $wims_error
49
 Bad password: it must contain only letters and digits, between
48
 Bad password: a password can only contain letters and digits and must be between
50
 4 and 16 characters. And the repeat password should be equal to the
49
 4 and 16 characters long. The password you are typing a second time should be the same as the
51
 first one! Try again.
50
 first one! Try again.
52
 !exit
51
 !exit
53
!endif
52
!endif
54
 
53
 
55
!if bad_auth iswordof $wims_error
54
!if bad_auth iswordof $wims_error
Line 57... Line 56...
57
 !exit
56
 !exit
58
!endif
57
!endif
59
 
58
 
60
!if bad_login=$wims_error
59
!if bad_login=$wims_error
61
 Your login name contains illegal characters. <p>
60
 Your login name contains illegal characters. <p>
62
 Please use a word containing only digits or letters without accent, and 
61
 Please use a word containing only digits or letters without accents, and 
63
 without space between them.
62
 without space between them.
64
 !exit
63
 !exit
65
!endif
64
!endif
66
 
65
 
67
Type of error: $wims_error $wims_error_parm.
66
Type of error: $wims_error $wims_error_parm.