Subversion Repositories wimsdev

Rev

Rev 3422 | Rev 4003 | 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
 
3984 bpr 3
<b>$wims_name_Error</b>.
23 reyssat 4
 
5
!if $error=bad_password
6
 Password not recognized. Please try again after a few seconds.
3049 bpr 7
 <form action="#" name="chrono">
3422 bpr 8
 <b><font color="red">Attention</font></b>! Any password sent within the next 5 seconds
23 reyssat 9
 will be rejected!
3049 bpr 10
 <input size=1 name="clock"> </form>
23 reyssat 11
 !exit
12
!endif
13
 
14
!if $error=in_exam
15
 You cannot change class when you are taking exams.
16
 !exit
17
!endif
18
 
19
!if $error=recent_rafale
20
 This account is locked for 10 minutes due to irregular activities.
21
 !exit
22
!endif
23
 
24
!msg $error
25