Rev 17230 | 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. |
17230 | bpr | 7 | <input size="1" name="clock" disabled> </form> |
23 | reyssat | 8 | !exit |
9 | !endif |
||
10 | |||
11 | !if $error=in_exam |
||
10524 | kuzman | 12 | Medtem preizkusom znanja ni mogoče zamenjati učilnice. |
23 | reyssat | 13 | !exit |
14 | !endif |
||
15 | |||
16 | !if $error=recent_rafale |
||
10524 | kuzman | 17 | Ta uporabniški račun se zaklene za 10 minut zaradi nedovoljenih aktivnosti. |
23 | reyssat | 18 | !exit |
19 | !endif |
||
20 | |||
4360 | guerimand | 21 | !if $error=no_cgu |
10524 | kuzman | 22 | Niste sprejeli pogojev uporabe (CGU). |
23 | Prijava ni mogoča. |
||
4360 | guerimand | 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"> |
17230 | 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 |
10524 | kuzman | 39 | Vaša identifikacija ni mogoča. Morda pri prijavi niste navedli e-naslova. |
17230 | bpr | 40 | <br> |
10524 | kuzman | 41 | Prosite skrbnika vaše učilnice za novo geslo. |
5351 | guerimand | 42 | <form action="#" name="chrono"> |
10524 | kuzman | 43 | <span class="wims_warning">$wims_name_warning</span>! Med tem procesom je vaše geslo onemogočeno za 5 sekund. |
17230 | bpr | 44 | <input size="1" name="clock" disabled> </form> |
5351 | guerimand | 45 | !exit |
46 | !endif |
||
47 | |||
13868 | obado | 48 | !if $error=bad_cas_connexion |
49 | There was a problem during the CAS connection. |
||
50 | <div class="tt">$response</div> |
||
51 | !exit |
||
52 | !endif |
||
53 | |||
17386 | guerimand | 54 | !if $error=fullexamplecls |
55 | !! TODO_lang |
||
56 | !changeto lang/msg.phtml.fr |
||
57 | !exit |
||
58 | !endif |
||
59 | |||
23 | reyssat | 60 | !msg $error |