Rev 3984 | Rev 4360 | 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 | |||
24 | !msg $error |
||
25 |