Login

Please login or <%= link_to 'create an account', :controller => 'user', :action => 'new' %>.

<% form_tag :action => 'login' do %> <%= hidden_field_tag('referer', h(params[:referer])) %>
Email Address or Username:<%= text_field('user', 'email',{:size => 50, :maxlength => 255, :tabindex => 1}) %>
Password:<%= password_field('user', 'password',{:size => 28, :maxlength => 255, :tabindex => 2}) %> (<%= link_to 'Lost your password?', :controller => 'user', :action => 'lost_password' %>)
 
<%= submit_tag 'Login', :tabindex => 3 %>
<% end %>