| Line 28... |
Line 28... |
| 28 |
<input type=submit name="runparallel" value="Run All Ways">
|
28 |
<input type=submit name="runparallel" value="Run All Ways">
|
| 29 |
</form>
|
29 |
</form>
|
| 30 |
<p>
|
30 |
<p>
|
| 31 |
Input is a CSV/spreadsheet file with the number of winners to be
|
31 |
Input is a CSV/spreadsheet file with the number of winners to be
|
| 32 |
selected in the first cell. On subsequent lines, the first column contains the names of the candidates (no blanks), with each additional column representing a ballot. Details are given
|
32 |
selected in the first cell. On subsequent lines, the first column contains the names of the candidates (no blanks), with each additional column representing a ballot. Details are given
|
| 33 |
<a href="http://www.bikmort.com/dokuwiki/doku.php/hare_voting_procedure">here</a>.
|
33 |
<a href="http://www.bikmort.com/dokuwiki/hare_voting_procedure">here</a>.
|
| 34 |
Little error checking is done, so be sure to review the trace output.
|
34 |
Little error checking is done, so be sure to review the trace output.
|
| 35 |
The source code is available <a href="%s?fetch=yes">here</a>.
|
35 |
The source code is available <a href="%s?fetch=yes">here</a>.
|
| 36 |
<p>
|
36 |
<p>
|
| 37 |
<small>%s</small>
|
37 |
<small>%s</small>
|
| 38 |
<hr>
|
38 |
<hr>
|
| 39 |
<pre>
|
39 |
<pre>
|
| 40 |
""" % (formaction, formaction, "$Id: vote.py 75 2009-01-08 23:29:13Z jtkorb $"))
|
40 |
""" % (formaction, formaction, "$Id: vote.py 77 2016-04-24 13:50:12Z jtkorb $"))
|
| 41 |
return
|
41 |
return
|
| 42 |
|
42 |
|
| 43 |
def emitPostHTML():
|
43 |
def emitPostHTML():
|
| 44 |
emitHTML("""</pre>
|
44 |
emitHTML("""</pre>
|
| 45 |
</body>
|
45 |
</body>
|