Changed properties to remove unecessary exectables.
[selectricity] / app / views / site / _basic_login.rhtml
1 <% -%>
2  <% form_tag :controller => 'account', :action => 'login'  do %>
3     <table>
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 />
8     </table>
9
10     <div class="button-bar">
11       <p><%= submit_tag 'Login' %></p>
12 <% end %>
13      <p><%= link_to 'Register for an account', :controller =>
14 'account', :action => 'signup' %></p>
15
16       <p><%= link_to 'Lost or forgot your password?', :controller => 'account', :action => 'forgot_password' %></p>
17
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
21       Selectricity to
22       run an organizational election, contact <a
23       href="http://mako.cc/contact.html">Benjamin Mako Hill</a>.</p>
24
25     </div>
26

Benjamin Mako Hill || Want to submit a patch?