%= call_hook :view_account_login_top %>
| <%= text_field_tag 'username', params[:username], :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), lost_password_path %> <% end %> |