Variety of small changes (mostly to properties) plus a few "in the
[selectricity] / app / views / site / _basic_login.rhtml
1 <% -%>
2   <%= start_form_tag :controller => 'user', :action => 'login'  %>
3     <table>
4       <%= form_input :text_field, "Login ID", "login", :size => 30 %>
5       <%= form_input :password_field, "Password", "password", :size => 30 %>
6     </table>
7
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>
13
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>
19
20     </div>
21   <%= end_form_tag %>

Benjamin Mako Hill || Want to submit a patch?