Subversion Repositories wimsdev

Rev

Rev 3984 | Rev 4360 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3984 Rev 4003
Line 1... Line 1...
1
!set wims_module_log=ERROR $error
1
!set wims_module_log=ERROR $error
2
 
2
 
3
<b>$wims_name_Error</b>.
3
<span class="wims_warning">$wims_name_Error</span>.
4
 
4
 
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
 <b><font color="red">Attention</font></b>! 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