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