X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/6d422530319d9fbacc37c271e22778d07414f0da..4efa3e9bc47cc649205a399fde51ed7e61bef7f8:/app/views/user/login.rhtml diff --git a/app/views/user/login.rhtml b/app/views/user/login.rhtml new file mode 100644 index 0000000..f4902a4 --- /dev/null +++ b/app/views/user/login.rhtml @@ -0,0 +1,18 @@ +
+

Please Login

+ +
+ <%= start_form_tag :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 an account', :action => 'signup' %>

+

<%= link_to 'Forgot my password', :action => 'forgot_password' %>

+
+ <%= end_form_tag %> +
+