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