Changes for release
This commit is contained in:
34
results.html
34
results.html
@@ -10,30 +10,34 @@
|
||||
<style>
|
||||
form, table, th, td {
|
||||
border:1px solid black;
|
||||
border-collapse: collapse;
|
||||
border-collapse: collapse;
|
||||
background-color: #E0E0E0;
|
||||
}
|
||||
</style>
|
||||
Here are the results by Range Voting:
|
||||
|
||||
Here are the results by Plurality Voting based on <!-- INJECT --> voters:
|
||||
<br>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th> </th>
|
||||
<th>Candidate</th>
|
||||
<th># Votes</th>
|
||||
<th>% Votes</th>
|
||||
</tr>
|
||||
<!-- INJECT -->
|
||||
</table>
|
||||
<br>
|
||||
|
||||
Here are the results by Range Voting based on <!-- INJECT --> voters:
|
||||
<br>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Candidate</th>
|
||||
<th># Voters</th>
|
||||
<th>% Happiness</th>
|
||||
</tr>
|
||||
<!-- INJECT -->
|
||||
</table>
|
||||
|
||||
<br>
|
||||
And here are the results by Plurality Voting:
|
||||
<table>
|
||||
<tr>
|
||||
<th> </th>
|
||||
<th>Candidate</th>
|
||||
</tr>
|
||||
<!-- INJECT -->
|
||||
</table>
|
||||
|
||||
<br>
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user