Overrode a number of the new account defaults and added some of my own
[selectricity] / app / views / site / _basic_login.rhtml
diff --git a/app/views/site/_basic_login.rhtml b/app/views/site/_basic_login.rhtml
new file mode 100644 (file)
index 0000000..f9bbd4a
--- /dev/null
@@ -0,0 +1,12 @@
+<% -%>
+  <%= start_form_tag :controller => 'user', :action => 'login'  %>
+    <table>
+      <%= form_input :text_field, "Login ID", "login", :size => 30 %>
+      <%= form_input :password_field, "Password", "password", :size => 30 %>
+    </table>
+
+    <div class="button-bar">
+      <%= submit_tag 'Login' %>
+      <%= link_to 'Register for an account', :controller => 'user', :action => 'signup' %> |
+      <%= link_to 'Forgot my password', :controller => 'user', :action => 'forgot_password' %>      </div>
+  <%= end_form_tag %>

Benjamin Mako Hill || Want to submit a patch?