2 <%= start_form_tag :controller => 'user', :action => 'login' %>
4 <%= form_input :text_field, "Login ID", "login", :size => 30 %>
5 <%= form_input :password_field, "Password", "password", :size => 30 %>
8 <div class="button-bar">
9 <p><%= submit_tag 'Login' %></p>
10 <!-- <p><%= link_to 'Register for an account', :controller =>
11 'user', :action => 'signup' %></p> -->
12 <p><%= link_to 'Lost or forgot your password?', :controller => 'user', :action => 'forgot_password' %></p>
14 <p>Unfortunately, HyperChad is currently being tested and new
15 accounts for full votes (i.e., non-<em>QuickVotes</em>) can not
16 be automatically created. If you are interested in using HyperChad to
17 run an organizational election, contact <a
18 href="http://mako.cc/contact.html">Benjamin Mako Hill</a>.</p>