Subversion Repositories wimsdev

Rev

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

Rev 17105 Rev 17426
Line 3... Line 3...
3
!if robot isin $session or _ isin $session
3
!if robot isin $session or _ isin $session
4
  !exit
4
  !exit
5
!endif
5
!endif
6
 
6
 
7
!if $error isitemof bad_password,bad_loginmail
7
!if $error isitemof bad_password,bad_loginmail
-
 
8
  !set wims_html_header=!append line <script src="scripts/js/chronoid.js"></script> to $wims_html_header
8
  !read js/chrono.phtml 5
9
  !set wims_html_onload= clockid(5,'badpwd');$wims_html_onload
9
!endif
10
!endif
10
!set wims_html_header=$wims_html_header $header_js
11
!set wims_html_header=$wims_html_header $header_js
11
 
12
 
12
!read adm/css.phtml
13
!read adm/css.phtml
13
 
14