Chris@1464: <%= call_hook :view_account_login_top %> Chris@1464:
Chris@1464: | <%= text_field_tag 'username', params[:username], :tabindex => '1' %> | Chris@1464:
Chris@1464: | <%= password_field_tag 'password', nil, :tabindex => '2' %> | Chris@1464:
Chris@1464: | <%= text_field_tag "openid_url", nil, :tabindex => '3' %> | Chris@1464:
Chris@1464: | Chris@1464: <% if Setting.autologin? %> Chris@1464: Chris@1464: <% end %> Chris@1464: | Chris@1464:
Chris@1464: <% if Setting.lost_password? %> Chris@1464: <%= link_to l(:label_password_lost), lost_password_path %> Chris@1464: <% end %> Chris@1464: | Chris@1464:Chris@1464: Chris@1464: | Chris@1464: