Subversion Repositories wimsdev

Rev

Rev 1047 | Rev 3049 | 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
 
3
<b>错误</b>.
4
 
5
!if $error=bad_password
6
 密码不被认可. 请过几秒后再试一次.
1047 bpr 7
 <form action="#" name=chrono>
8
 <b><font color=red>注意</font></b>! 不到 5 秒钟内输入的任何密码均不予考虑!
23 reyssat 9
 <input size=1 name=clock> </form>
10
 !exit
11
!endif
12
 
13
!if $error=in_exam
14
 你在参加考试时不能改变班级.
15
 !exit
16
!endif
17
 
18
!if $error=recent_rafale
19
 由于不正常的活动, 此帐号将闭锁 10 分钟.
20
 !exit
21
!endif
22
 
23
!msg $error
24