% disable_accessibility_css! %> <% breadcrumb_paths(l(:label_login)) %> <%= call_hook :view_account_login_top %>
<%= text_field_tag 'username', nil %> | |
<%= password_field_tag 'password', nil %> | |
<%= text_field_tag "openid_url", nil %> | |
<% if Setting.autologin? %> <% end %> | |
<% if Setting.lost_password? %> <%= link_to l(:label_password_lost), :controller => 'account', :action => 'lost_password' %> <% end %> |