Rev 4003 | Rev 4367 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2770 | bpr | 1 | !set wims_module_log=ERROR $error |
23 | reyssat | 2 | |
4003 | bpr | 3 | <span class="wims_warning">$wims_name_Error</span>. |
23 | reyssat | 4 | |
5 | !if $error=bad_password |
||
400 | mquerol | 6 | Contrasenya no reconeguda. Sisplau torna a provar passats uns segons. |
3049 | bpr | 7 | <form action="#" name="chrono"> |
4003 | bpr | 8 | <span class="wims_warning">$wims_name_warning</span>! Qualsevol contrasenya enviada els propers 5 |
400 | mquerol | 9 | segons serà rebutjada! |
3049 | bpr | 10 | <input size=1 name="clock"> </form> |
23 | reyssat | 11 | !exit |
12 | !endif |
||
13 | |||
14 | !if $error=in_exam |
||
400 | mquerol | 15 | No pots canviar de classe quan estàs fent exàmens. |
23 | reyssat | 16 | !exit |
17 | !endif |
||
18 | |||
19 | !if $error=recent_rafale |
||
400 | mquerol | 20 | Aquest compte està bloquejat durant 10 minuts per activitats irregulars. |
23 | reyssat | 21 | !exit |
22 | !endif |
||
23 | |||
4360 | guerimand | 24 | |
25 | !if $error=no_cgu |
||
26 | Vous n'avez pas accepté les confitions générales d'utilisation de ce serveur. |
||
27 | Vous devez d'abord accepter les CGU avant de pouvoir vous identifier. |
||
28 | !form reply |
||
29 | !formcheckbox agreecgu list yes prompt $name_acceptcgu |
||
30 | .[ |
||
31 | !href cmd=help $name_seecgu |
||
32 | ] |
||
33 | !let save_logincgu=$auth_user |
||
34 | <br> |
||
35 | <input type="submit" value="$wims_name_tosave"> |
||
36 | </form> |
||
37 | !exit |
||
38 | !endif |
||
39 | |||
23 | reyssat | 40 | !msg $error |
41 |