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