1 <div id="<%= method %>_result" class="resultbox"<%= ' style="display: none;"' unless @election.election_method == method %>>
2 <div class="normal-header">
3 <span class="header"><%= ELECTION_TYPES[method]%> </span>
4 <span class="subheader">
5 <% if @election.election_method == method %>
12 <% unless @election.election_method == method -%>
13 <%= render :partial => 'common/result', :object => @results[method]%>
15 <%= render :partial => 'common/methodinfo_' + method,
16 :object => @results[method] %>