Rev 5926 | Rev 9471 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5926 | Rev 6235 | ||
---|---|---|---|
Line 5... | Line 5... | ||
5 | !if $error=bad_password |
5 | !if $error=bad_password |
6 | Password not recognized. Please try again after a few seconds. |
6 | Password not recognized. Please try again after a few seconds. |
7 | <form action="#" name="chrono"> |
7 | <form action="#" name="chrono"> |
8 | <span class="wims_warning">$wims_name_warning</span>! Any password sent within the next 5 seconds |
8 | <span class="wims_warning">$wims_name_warning</span>! Any password sent within the next 5 seconds |
9 | will be rejected! |
9 | will be rejected! |
10 | <input size="1" name="clock"/> </form> |
10 | <input size="1" name="clock" /> </form> |
11 | !exit |
11 | !exit |
12 | !endif |
12 | !endif |
13 | 13 | ||
14 | !if $error=in_exam |
14 | !if $error=in_exam |
15 | You cannot change class when you are taking exams. |
15 | You cannot change class when you are taking exams. |
Line 28... | Line 28... | ||
28 | !formcheckbox agreecgu list yes prompt $name_acceptcgu |
28 | !formcheckbox agreecgu list yes prompt $name_acceptcgu |
29 | [ |
29 | [ |
30 | !href cmd=help $name_seecgu |
30 | !href cmd=help $name_seecgu |
31 | ] |
31 | ] |
32 | !let save_logincgu=$auth_user |
32 | !let save_logincgu=$auth_user |
33 | <div class="wimscenter wimsform"><input type="submit" value="$wims_name_tosave"/></div> |
33 | <div class="wimscenter wimsform"><input type="submit" value="$wims_name_tosave" /></div> |
34 | 34 | ||
35 | !formend |
35 | !formend |
36 | !exit |
36 | !exit |
37 | !endif |
37 | !endif |
38 | 38 | ||
39 | !if $error=bad_loginmail |
39 | !if $error=bad_loginmail |
40 | Your login is incorrect or you have forgotten to provide a valid email address. |
40 | Your login is incorrect or you have forgotten to provide a valid email address. |
41 | <br/> |
41 | <br /> |
42 | Ask your teacher for a new password. |
42 | Ask your teacher for a new password. |
43 | <form action="#" name="chrono"> |
43 | <form action="#" name="chrono"> |
44 | <span class="wims_warning">$wims_name_warning</span> !Please wait for 5 seconds before typing the password again. |
44 | <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> |
45 | <input size="1" name="clock" /> </form> |
46 | !exit |
46 | !exit |
47 | !endif |
47 | !endif |
48 | 48 | ||
49 | !msg $error |
49 | !msg $error |