e4ef59c3bf34e10e5855121fec388e224580fc31
[selectricity-live] / app / views / site / index.rhtml
1 <% %>
2
3 <table width="auto" padding="5px">
4 <tr>
5 <td width="47%" valign="top">
6 <h2>Voters</h2>
7
8 <p>Please enter your password/token to log in and vote:</p>
9
10 <%= form_tag :controller => 'voter', :action => 'index' %>
11 <%= text_field :vote, :password %>
12 <%= submit_tag "Log In" %>
13 <%= end_form_tag %>
14 </td>
15
16 <td width="6%"></td>
17
18 <td width="47%" valign="top">
19 <h2>Vote Administrators</h2>
20
21 </td>
22 </tr>
23 </table>

Benjamin Mako Hill || Want to submit a patch?