2 <% form_tag :controller => 'account', :action => 'login' do %>
4 <label for="login">Login</label>
5 <%= text_field "Login", "login", :size => 30 %><br />
6 <label for="password">Password</label>
7 <%= password_field "Password", "password", :size => 30 %><br />
10 <div class="button-bar">
11 <p><%= submit_tag 'Login' %></p>
13 <p><%= link_to 'Register for an account', :controller =>
14 'account', :action => 'signup' %></p>
16 <p><%= link_to 'Lost or forgot your password?', :controller => 'account', :action => 'forgot_password' %></p>
18 <p>Unfortunately, Selectricity is currently being tested and new
19 accounts for full votes (i.e., non-<em>QuickVotes</em>) can not
20 be automatically created. If you are interested in using
22 run an organizational election, contact <a
23 href="http://mako.cc/contact.html">Benjamin Mako Hill</a>.</p>