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