Rev 6235 | Rev 13399 | 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 | Password not recognized. Please try again after a few seconds. |
4 | Password not recognized. Please try again after a few seconds. |
7 | <form action="#" name="chrono"> |
5 | <form action="#" name="chrono"> |
8 | <span class="wims_warning">$wims_name_warning</span>! Any password sent within the next 5 seconds |
6 | <span class="wims_warning">$wims_name_warning</span>! Any password sent within the next 5 seconds |
9 | will be rejected! |
7 | will be rejected! |
10 | <input size="1" name="clock" /> </form> |
8 | <input size="1" name="clock" /> </form> |
11 | !exit |
9 | !exit |
12 | !endif |
10 | !endif |
13 | 11 | ||
14 | !if $error=in_exam |
12 | !if $error=in_exam |
15 | You cannot change class when you are taking exams. |
13 | You cannot change class when you are taking exams. |
16 | !exit |
14 | !exit |
17 | !endif |
15 | !endif |
18 | 16 | ||
19 | !if $error=recent_rafale |
17 | !if $error=recent_rafale |
20 | This account is locked for 10 minutes due to irregular activities. |
18 | This account is locked for 10 minutes due to irregular activities. |
21 | !exit |
19 | !exit |
22 | !endif |
20 | !endif |
23 | 21 | ||
Line 29... | Line 27... | ||
29 | [ |
27 | [ |
30 | !href cmd=help $name_seecgu |
28 | !href cmd=help $name_seecgu |
31 | ] |
29 | ] |
32 | !let save_logincgu=$auth_user |
30 | !let save_logincgu=$auth_user |
33 | <div class="wimscenter wimsform"><input type="submit" value="$wims_name_tosave" /></div> |
31 | <div class="wimscenter wimsform"><input type="submit" value="$wims_name_tosave" /></div> |
34 | 32 | ||
35 | !formend |
33 | !formend |
36 | !exit |
34 | !exit |
37 | !endif |
35 | !endif |
38 | 36 | ||
39 | !if $error=bad_loginmail |
37 | !if $error=bad_loginmail |
40 | Your login is incorrect or you have forgotten to provide a valid email address. |
38 | Your login is incorrect or you have forgotten to provide a valid email address. |
41 | <br /> |
39 | <br /> |
42 | Ask your teacher for a new password. |
40 | Ask your teacher for a new password. |
43 | <form action="#" name="chrono"> |
41 | <form action="#" name="chrono"> |
44 | <span class="wims_warning">$wims_name_warning</span> !Please wait for 5 seconds before typing the password again. |
42 | <span class="wims_warning">$wims_name_warning</span> !Please wait for 5 seconds before typing the password again. |
45 | <input size="1" name="clock" /> </form> |
43 | <input size="1" name="clock" /> </form> |