Rev 6235 | Rev 10524 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6235 | Rev 9471 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !set wims_module_log=ERROR $error |
1 | !set wims_module_log=ERROR $error |
2 | - | ||
3 | <span class="wims_warning">$wims_name_Error</span>. |
- | |
4 | 2 | ||
5 | !if $error=bad_password |
3 | !if $error=bad_password |
6 | Vne¹eno geslo je napaèno. Poskusite znova èez nekaj sekund. |
4 | Vne¹eno geslo je napaèno. Poskusite znova èez nekaj sekund. |
7 | <form action="#" name="chrono"> |
5 | <form action="#" name="chrono"> |
8 | <span class="wims_warning">$wims_name_warning</span>! Naslednjih 5 sekund sistem ne bo sprejel novega gesla. |
6 | <span class="wims_warning">$wims_name_warning</span>! Naslednjih 5 sekund sistem ne bo sprejel novega gesla. |
9 | <input size="1" name="clock" /> </form> |
7 | <input size="1" name="clock" /> </form> |
10 | !exit |
8 | !exit |
11 | !endif |
9 | !endif |
12 | 10 | ||
13 | !if $error=in_exam |
11 | !if $error=in_exam |
14 | Medtem re¹evanjem izpitnih nalog ni mogoèe zamenjati uèilnice. |
12 | Medtem re¹evanjem izpitnih nalog ni mogoèe zamenjati uèilnice. |
15 | !exit |
13 | !exit |
16 | !endif |
14 | !endif |
17 | 15 | ||
18 | !if $error=recent_rafale |
16 | !if $error=recent_rafale |
19 | Ta uporabni¹ki raèun je zaklenjen za 10 minut zaradi nedovoljenih aktivnosti. |
17 | Ta uporabni¹ki raèun je zaklenjen za 10 minut zaradi nedovoljenih aktivnosti. |
20 | !exit |
18 | !exit |
21 | !endif |
19 | !endif |
22 | 20 | ||
23 | !if $error=no_cgu |
21 | !if $error=no_cgu |
24 | Vous n'avez pas accepté les conditions générales d'utilisation de ce serveur (CGU). |
22 | Vous n'avez pas accepté les conditions générales d'utilisation de ce serveur (CGU). |
25 | Vous devez d'abord accepter les CGU avant de pouvoir vous identifier. |
23 | Vous devez d'abord accepter les CGU avant de pouvoir vous identifier. |
26 | !form reply |
24 | !form reply |
Line 30... | Line 28... | ||
30 | ] |
28 | ] |
31 | !let save_logincgu=$auth_user |
29 | !let save_logincgu=$auth_user |
32 | <div class="wimscenter wimsform"> |
30 | <div class="wimscenter wimsform"> |
33 | <input type="submit" value="$wims_name_tosave" /> |
31 | <input type="submit" value="$wims_name_tosave" /> |
34 | </div> |
32 | </div> |
35 | 33 | ||
36 | !formend |
34 | !formend |
37 | !exit |
35 | !exit |
38 | !endif |
36 | !endif |
39 | 37 | ||
40 | !if $error=bad_loginmail |
38 | !if $error=bad_loginmail |
41 | Votre identifiant n'est pas reconnu ou vous n'avez pas défini d'adresse électronique lors de votre inscription. |
39 | Votre identifiant n'est pas reconnu ou vous n'avez pas défini d'adresse électronique lors de votre inscription. |
42 | <br /> |
40 | <br /> |
43 | Demandez à votre enseignant de vous attribuer un nouveau mot de passe. |
41 | Demandez à votre enseignant de vous attribuer un nouveau mot de passe. |
44 | <form action="#" name="chrono"> |
42 | <form action="#" name="chrono"> |
45 | <span class="wims_warning">$wims_name_warning</span> ! Cette procédure de récupération de mot de passe est désactivée pendant 5 secondes ! |
43 | <span class="wims_warning">$wims_name_warning</span> ! Cette procédure de récupération de mot de passe est désactivée pendant 5 secondes ! |
46 | <input size="1" name="clock" /> </form> |
44 | <input size="1" name="clock" /> </form> |
47 | !exit |
45 | !exit |
48 | !endif |
46 | !endif |
49 | - | ||
50 | 47 | ||
51 | !msg $error |
48 | !msg $error |
52 | - |