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