Rev 17386 | 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 |
||
17426 | guerimand | 4 | Vnešeno geslo je napačno. Poskusite znova čez nekaj sekund. |
4003 | bpr | 5 | <span class="wims_warning">$wims_name_warning</span>! Naslednjih 5 sekund sistem ne bo sprejel novega gesla. |
17426 | guerimand | 6 | <span id="badpwd"></span>. |
23 | reyssat | 7 | !exit |
8 | !endif |
||
9 | |||
10 | !if $error=in_exam |
||
10524 | kuzman | 11 | Medtem preizkusom znanja ni mogoče zamenjati učilnice. |
23 | reyssat | 12 | !exit |
13 | !endif |
||
14 | |||
15 | !if $error=recent_rafale |
||
10524 | kuzman | 16 | Ta uporabniški račun se zaklene za 10 minut zaradi nedovoljenih aktivnosti. |
23 | reyssat | 17 | !exit |
18 | !endif |
||
19 | |||
4360 | guerimand | 20 | !if $error=no_cgu |
10524 | kuzman | 21 | Niste sprejeli pogojev uporabe (CGU). |
22 | Prijava ni mogoča. |
||
4360 | guerimand | 23 | !form reply |
24 | !formcheckbox agreecgu list yes prompt $name_acceptcgu |
||
4367 | bpr | 25 | [ |
4360 | guerimand | 26 | !href cmd=help $name_seecgu |
27 | ] |
||
28 | !let save_logincgu=$auth_user |
||
5869 | bpr | 29 | <div class="wimscenter wimsform"> |
17230 | bpr | 30 | <input type="submit" value="$wims_name_tosave"> |
5869 | bpr | 31 | </div> |
9471 | bpr | 32 | |
5926 | bpr | 33 | !formend |
4360 | guerimand | 34 | !exit |
35 | !endif |
||
36 | |||
5351 | guerimand | 37 | !if $error=bad_loginmail |
10524 | kuzman | 38 | Vaša identifikacija ni mogoča. Morda pri prijavi niste navedli e-naslova. |
17230 | bpr | 39 | <br> |
10524 | kuzman | 40 | Prosite skrbnika vaše učilnice za novo geslo. |
41 | <span class="wims_warning">$wims_name_warning</span>! Med tem procesom je vaše geslo onemogočeno za 5 sekund. |
||
17426 | guerimand | 42 | <span id="badpwd"></span>. |
5351 | guerimand | 43 | !exit |
44 | !endif |
||
45 | |||
13868 | obado | 46 | !if $error=bad_cas_connexion |
47 | There was a problem during the CAS connection. |
||
48 | <div class="tt">$response</div> |
||
49 | !exit |
||
50 | !endif |
||
51 | |||
17386 | guerimand | 52 | !if $error=fullexamplecls |
53 | !! TODO_lang |
||
54 | !changeto lang/msg.phtml.fr |
||
55 | !exit |
||
56 | !endif |
||
57 | |||
23 | reyssat | 58 | !msg $error |