<!-- This table shows how many times each choice was ranked above the other,
with percentages-->
<table class="preftable">
+<caption>Each number shows how many times the candidate on the left beat the
+matching candidate on the top. The Schulze/Condorcet winner is on the top of the
+left column.</caption>
<tr>
<td></td>
<% candidates.each do |candidate| -%>
<br />
<!-- This table generates a margin of victory -->
<table class="preftable">
+<caption>A simplification of the above data. The winner is on the left; each cell
+names the defeated candidate and the magnitude of the victory in parenthesis.
+</caption>
<% candidates.each do |victor| %>
<tr>
<th><%=h @names[victor] %></th>