X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/4efa3e9bc47cc649205a399fde51ed7e61bef7f8..faac9314ad5b55fd479dd894b83f3dce1f918b87:/app/views/site/_basic_login.rhtml diff --git a/app/views/site/_basic_login.rhtml b/app/views/site/_basic_login.rhtml index cddd8f6..12a63dd 100644 --- a/app/views/site/_basic_login.rhtml +++ b/app/views/site/_basic_login.rhtml @@ -1,13 +1,13 @@ -<% -%> - <%= start_form_tag :controller => 'user', :action => 'login' %> - - <%= form_input :text_field, "Login ID", "login", :size => 30 %> - <%= form_input :password_field, "Password", "password", :size => 30 %> -
- -
-

<%= submit_tag 'Login' %>

-

<%= link_to 'Register for a new account?', :controller => 'user', :action => 'signup' %>

-

<%= link_to 'Lost or forgot your password?', :controller => 'user', :action => 'forgot_password' %>

-
- <%= end_form_tag %> +<% form_tag :controller => 'account', :action => 'login' do %> + +

+

<%= text_field_tag 'login' %>

+

+

<%= password_field_tag 'password' %>

+ +

<%= submit_tag 'Log in' %>

+<% end %> + +

<%= link_to 'Register for an account', :controller => 'account', :action => 'signup' %>

+ +

<%= link_to 'Lost or forgot your password?', :controller => 'account', :action => 'forgot_password' %>