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