c9fa4dcecbf1d55d67a069384c02356d66ce0d9d
[selectricity] / app / views / site / _basic_login.rhtml
1 <% -%>
2   <%= start_form_tag :controller => 'user', :action => 'login'  %>
3     <table>
4       <%= form_input :text_field, "Login ID", "login", :size => 30 %>
5       <%= form_input :password_field, "Password", "password", :size => 30 %>
6     </table>
7
8     <div class="button-bar">
9       <p><%= submit_tag 'Login' %></p>
10       <p><%= link_to 'Register for an account', :controller => 'user', :action => 'signup' %></p>
11       <p><%= link_to 'Lost or forgot your password?', :controller => 'user', :action => 'forgot_password' %></p>
12     </div>
13   <%= end_form_tag %>

Benjamin Mako Hill || Want to submit a patch?