%= call_hook :view_account_login_top %>
<%= text_field_tag 'username', nil, :tabindex => '1' %> | |
<%= password_field_tag 'password', nil, :tabindex => '2' %> | |
<%= text_field_tag "openid_url", nil, :tabindex => '3' %> | |
<% if Setting.autologin? %> <% end %> | |
<% if Setting.lost_password? %> <%= link_to l(:label_password_lost), :controller => 'account', :action => 'lost_password' %> <% end %> |