- <% %>
+ <div id="title-header">
- <span class="header">Vote Recorded</span>
- <span class="subheader"></span>
++ <span class="header">Vote</span>
++ <span class="subheader"><%= @voter.election.name %></span>
+ </div>
- <p><strong>Election:</strong> <%= @voter.election.name %></p>
- <p><strong>Voter:</strong> <%= @voter.email %></p>
<p><strong>Description:</strong></p>
- <blockquote><%= @voter.election.description %></blockquote>
+ <p><%= @voter.election.description %></p>
- <%= render :partial => 'sortable_vote' %>
+ <div class="normal-header">
+ <span class="header">Current Voter</span>
+ <span class="subheader"></span>
+ </div>
- <%= button_to "Submit Vote", :action => 'review', :id => @voter.password %>
+ <p><strong><%= @voter.email %></strong></p>
+
+ <div class="normal-header">
+ <span class="header">Instructions</span>
+ <span class="subheader"></span>
+ </div>
+
-<p>Drag and drop the items on <strong>list in the right column</strong>
++<p>Drag and drop the items on <strong>list in the left column</strong>
+ until they are in order from most preferred at the top to least
+ preferred at the bottom. When you are done, press confirm to record your
+ vote.</p>
+
+ <div class="normal-header">
+ <span class="header">Candidate List</span>
+ <span class="subheader"></span>
+ </div>
+
+ <% @voter.election.candidates.each do |candidate| %>
+ <% @current_candidate = candidate %>
+
+ <div id="cand<%= @current_candidate.id %>">
+ <h3><%=h @current_candidate.name -%></h3>
+ <blockquote>
+ <%=h (@current_candidate.description) %>
+ </blockquote>
+ </div>
+ <% end %>
+ </ul>
- <% %>
+ <div id="title-header">
+ <span class="header">Vote Recorded</span>
+ <span class="subheader"></span>
+ </div>
- <p>Your vote has been recorded.</p>
+ <p>Your vote has been recorded for the <strong><%= @voter.election.name
+ %></strong>.</p>
<p>Your unique token for this vote is: <strong><%= @voter.vote.token %></strong></p>
--<p>Please record this token for your records and keep it secret. You
--will be able to use this token to verify that your vote was used in the
--election and that your vote was recorded correctly.</p>
++<p>Please record this token for your records and keep it secret. This is
++<strong>not</strong> the same token that you recieved in email. At the
++end of the election, you will be able to use this token to verify that
++your vote was used in the election and that your vote was recorded
++correctly.</p>