added first stab at a kiosk mode
[selectricity-live] / app / views / voter / index.rhtml
1 <div id="title-header">
2   <span class="header">Voter Login</span>
3   <span class="subheader"></span>
4 </div>
5
6 <p>Please enter your password/token to log in and vote:</p>
7
8 <% form_tag(:action => 'login') do %>
9 <%= text_field :vote, :password %>
10 <%= submit_tag "Log In" %>
11 <% end %>

Benjamin Mako Hill || Want to submit a patch?