1 <div id="voters" class="main-section">
2 <div id="voters-content">
5 <p>If you have received an email with a token inviting you to vote in
6 an ongoing election, you can log in to vote using your token below.</p>
8 <% form_tag(:controller => 'voter', :action => 'index') do %>
9 <p><%= text_field :vote, :password %></p>
10 <p><%= submit_tag "Log In" %></p>
13 <p><%= link_to 'Lost or forgot your token?', :controller => 'voter', :action => 'forgot_password' %></p>
15 <h3>SMS Interface</h3>
16 <p>For information on accessing Selectricity over email or via SMS/text messages from your mobile phone, email <%= link_to "vote\@mako.cc", "mailto:vote@mako.cc" %> with "help" in the body or read the <%= link_to "Selectricity Anywhere documentation", "selectricity-anywhere.html"%>.</p>
21 <div id="control-room" class="main-section">
22 <div id="control-room-content">
24 <% if session[:user] %>
25 <%= render :partial => 'user_summary' %>
28 <p>You must have an account to start a new vote or to administer an
29 existing vote. You can log in <!-- or create a new account -->below.</p>
31 <%= render :partial => 'basic_login' %>
33 <p>Full elections creation is not yet public. <%= link_to("Contact us",
34 "mailto:team@selectricity.org") %> for access.</p>
39 <div id="quickvotes" class="main-section">
40 <div id="quickvotes-content">
43 <p><em>QuickVotes</em> are like polls: unstructured, non-anonymous and
44 without the complex features of <em>Selectricity</em>. They are the
45 quickest way to make a decision or to compare between voting
49 <li><%= link_to( "Create a QuickVote", :controller => 'quickvote', :action => 'create') %></li>
50 <li><%= link_to( "My Recent QuickVotes", :controller => 'quickvote', :action => 'my_quickvotes')%></li>
53 <p>Recently created <em>QuickVotes</em> include:</p>
55 <% for quickvote in @quickvotes %>
56 <li><%= link_to (h(quickvote.shortdesc) || "Unnamed"), quickvote_url(:ident => quickvote.name) %></li>
65 <h2>Selectricity <em>Anywhere</em></h2>
67 <p>You can also access Selectricity entirely over email or via SMS/text
68 messages from your mobile phone using Selectricity anywhere. Email <%=
69 link_to "vote\@mako.cc", "mailto:vote@mako.cc" %> with <tt>help</tt> in
70 the body for more information or read the <%= link_to "documentation
71 online", "selectricity-anywhere.html"%>.</p>
77 <td width="47%" valign="top">
81 <p>If you have received an email with a token inviting you to vote in an
82 ongoing election, you can log in to vote using your token here.</p>
84 <%= form_tag :controller => 'voter', :action => 'index' %>
85 <%= text_field :vote, :password %>
86 <%= submit_tag "Log In" %>
89 <p><%= link_to 'Lost or forgot your token?', :controller => 'voter', :action => 'forgot_password' %></p>
90 <% if session[:user] %>
91 <%= render :partial => 'user_summary' %>
93 <h2>Vote Administrators</h2>
94 <p>You must have an account to start a new vote or to administer an
95 existing vote. You can log in or create a new account below.</p>
97 <%= render_partial 'basic_login' %>