1 <div id="title-header">
2 <span class="header">Review</span>
3 <span class="subheader"><%= @voter.election.name %></span>
6 <p><strong>Your vote will not be recorded until you confirm it on this
7 page.</strong> Please review your vote carefully before clicking
10 <p>You have ranked the candidates in the following order (from most
11 preferred to least preferred:</p>
14 <% for rank in @voter.vote.rankings.sort %>
15 <li><%=h rank.candidate.name.capitalize %> </li>
19 <div class="normal-header">
20 <span class="header">Confirm/Discard</span>
21 <span class="subheader"></span>
24 <p>Please select from one of the following pages.</p>
26 <div style="text-align: center;">
27 <p><% if @voter.election.kiosk? and params[:kiosk] == 'true' %>
28 <%= button_to 'Confirm This Vote', :action => 'confirm', :id => @password,
31 <%= button_to 'Confirm This Vote', :action => 'confirm', :id => @password %>
35 <% unless @voter.election.kiosk? %>
36 <p>If you choose, you will be able to go back<br />and change it up until
37 the end of the voting period.</p>
40 <p><% if @voter.election.kiosk? and params[:kiosk] == 'true' %>
41 <%= button_to 'Discard This Vote',
42 votepassword_url(:action => 'index', :urlpassword => @password,
45 <%= button_to 'Discard This Vote',
46 votepassword_url(:action => 'index', :urlpassword => @password) %>