Rev 5926 | Rev 9471 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | !set wims_module_log=ERROR $error |
2 | |||
4003 | bpr | 3 | <span class="wims_warning">$wims_name_Error</span>. |
23 | reyssat | 4 | |
5 | !if $error=bad_password |
||
6 | Vne¹eno geslo je napaèno. Poskusite znova èez nekaj sekund. |
||
3049 | bpr | 7 | <form action="#" name="chrono"> |
4003 | bpr | 8 | <span class="wims_warning">$wims_name_warning</span>! Naslednjih 5 sekund sistem ne bo sprejel novega gesla. |
6235 | bpr | 9 | <input size="1" name="clock" /> </form> |
23 | reyssat | 10 | !exit |
11 | !endif |
||
12 | |||
13 | !if $error=in_exam |
||
14 | Medtem re¹evanjem izpitnih nalog ni mogoèe zamenjati uèilnice. |
||
15 | !exit |
||
16 | !endif |
||
17 | |||
18 | !if $error=recent_rafale |
||
19 | Ta uporabni¹ki raèun je zaklenjen za 10 minut zaradi nedovoljenih aktivnosti. |
||
20 | !exit |
||
21 | !endif |
||
22 | |||
4360 | guerimand | 23 | !if $error=no_cgu |
4367 | bpr | 24 | Vous n'avez pas accepté les conditions générales d'utilisation de ce serveur (CGU). |
4360 | guerimand | 25 | Vous devez d'abord accepter les CGU avant de pouvoir vous identifier. |
26 | !form reply |
||
27 | !formcheckbox agreecgu list yes prompt $name_acceptcgu |
||
4367 | bpr | 28 | [ |
4360 | guerimand | 29 | !href cmd=help $name_seecgu |
30 | ] |
||
31 | !let save_logincgu=$auth_user |
||
5869 | bpr | 32 | <div class="wimscenter wimsform"> |
6235 | bpr | 33 | <input type="submit" value="$wims_name_tosave" /> |
5869 | bpr | 34 | </div> |
5926 | bpr | 35 | |
36 | !formend |
||
4360 | guerimand | 37 | !exit |
38 | !endif |
||
39 | |||
5351 | guerimand | 40 | !if $error=bad_loginmail |
41 | Votre identifiant n'est pas reconnu ou vous n'avez pas défini d'adresse électronique lors de votre inscription. |
||
6235 | bpr | 42 | <br /> |
5351 | guerimand | 43 | Demandez à votre enseignant de vous attribuer un nouveau mot de passe. |
44 | <form action="#" name="chrono"> |
||
45 | <span class="wims_warning">$wims_name_warning</span> ! Cette procédure de récupération de mot de passe est désactivée pendant 5 secondes ! |
||
6235 | bpr | 46 | <input size="1" name="clock" /> </form> |
5351 | guerimand | 47 | !exit |
48 | !endif |
||
49 | |||
50 | |||
23 | reyssat | 51 | !msg $error |
52 |