--- /dev/null
+<div id="<%= method %>_result" class="resultbox"<%= ' style="display: none;"' unless @election.election_method == method %>>
+<div class="normal-header">
+ <span class="header"><%= ELECTION_TYPES[method]%> </span>
+ <span class="subheader">
+ <% if @election.election_method == method %>
+ Selected Method
+ <% else %>
+ Alternative Method
+ <% end %></span>
+</div>
+
+<%= render :partial => 'methodinfo_' + method,
+ :object => @results[@election.election_method] %>
+
+</div>
+