Major commit adding about information and more before site goes live.
[selectricity] / app / views / front / _basic_login.rhtml
diff --git a/app/views/front/_basic_login.rhtml b/app/views/front/_basic_login.rhtml
new file mode 100644 (file)
index 0000000..16ddc8d
--- /dev/null
@@ -0,0 +1,12 @@
+<% form_tag :controller => 'account', :action => 'login'  do %>
+
+  <p><label for="login">Login</label></p>
+  <p><%= text_field_tag 'login' %></p>
+  <p><label for="password">Password</label></p>
+  <p><%= password_field_tag 'password' %></p>
+
+  <p><%= submit_tag 'Log in' %></p>
+<% end %>
+
+<p><%= link_to 'Lost or forgot your password?', :controller => 'account', :action => 'forgot_password' %></p>
+

Benjamin Mako Hill || Want to submit a patch?