Rev 16 | Rev 5372 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16 | Rev 3984 | ||
---|---|---|---|
Line 10... | Line 10... | ||
10 | analysed and scored. Repetitive replies are ignored. (Don't use the |
10 | analysed and scored. Repetitive replies are ignored. (Don't use the |
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 |
|
15 | !if $wims_error=no_ldap_parameter |
- | 16 | Vous devez remplir les champs marqués d'un astérisque. Consultez pour cela |
|
- | 17 | le gestionnaire de votre annuaire ldap. |
|
- | 18 | !exit |
|
- | 19 | !endif |
|
16 | 20 | ||
- | 21 | !if $wims_error=bad_class |
|
- | 22 | Strange, but I find that your class is not valid! |
|
- | 23 | !exit |
|
- | 24 | !endif |
|
- | 25 | ||
- | 26 | !if $wims_error iswordof bad_day day_dontexist |
|
- | 27 | The given date is not valid. |
|
- | 28 | !exit |
|
- | 29 | !endif |
|
- | 30 | ||
- | 31 | ||
- | 32 | !if $wims_error=not_supervisor |
|
- | 33 | Sorry, but this operation is reserved to registered supervisor of a class. |
|
- | 34 | !exit |
|
- | 35 | !endif |
|
- | 36 | ||
- | 37 | !if $wims_error iswordof nouser bad_user bad_usercls |
|
- | 38 | This participant does not seem to exist !!!! |
|
- | 39 | !exit |
|
- | 40 | !endif |
|
- | 41 | ||
- | 42 | !if $wims_error=insert_fail |
|
- | 43 | The software has failed to insert your work into the database. Please |
|
- | 44 | check your data. |
|
- | 45 | !exit |
|
- | 46 | !endif |
|
- | 47 | ||
- | 48 | !if bad_pass iswordof $wims_error |
|
- | 49 | Bad password: it must contain only letters and digits, between |
|
- | 50 | 4 and 16 characters. And the repeat password should be equal to the |
|
- | 51 | first one! Try again. |
|
- | 52 | !exit |
|
- | 53 | !endif |
|
- | 54 | ||
- | 55 | !if bad_auth iswordof $wims_error |
|
- | 56 | Authentification failed. Please try again. |
|
- | 57 | !exit |
|
- | 58 | !endif |
|
- | 59 | ||
- | 60 | !if bad_login=$wims_error |
|
- | 61 | Your login name contains illegal characters. <p> |
|
- | 62 | Please use a word containing only digits or letters without accent, and |
|
- | 63 | without space between them. |
|
- | 64 | !exit |
|
- | 65 | !endif |
|
- | 66 | ||
- | 67 | Type of error: $wims_error $wims_error_parm. |