mirror of
https://github.com/tgorordo/smithy.git
synced 2026-06-14 19:32:14 -07:00
debug cgi interface
This commit is contained in:
parent
c57068b34c
commit
8ab9667978
4 changed files with 153 additions and 118 deletions
|
|
@ -31,7 +31,7 @@
|
|||
<h1>Smithy: RCV Ballot Counter - CGI Application Upload</h1>
|
||||
|
||||
<div class="form-container">
|
||||
<form action="/files/forms/smithy.cgi" method="POST" enctype="multipart/form-data">
|
||||
<form action="./smithy.cgi" method="POST" enctype="multipart/form-data">
|
||||
<label for="spreadsheet">Upload a ballot-box spreadsheet (.xlsx, .xls, .csv):</label>
|
||||
<input type="file" id="spreadsheet" name="spreadsheet" accept=".xlsx,.xls,.csv" required>
|
||||
<br>
|
||||
|
|
@ -57,7 +57,7 @@ and you may also inspect the source of this page to verify that <a href="https:/
|
|||
i.e. each row is the ranking provided by the ballot of a voter,
|
||||
e.g.:</p>
|
||||
|
||||
<p>
|
||||
<p><a href="../../test/test_ballot.csv">test_ballot.csv<a>:
|
||||
<table>
|
||||
<tr>
|
||||
<th>Alice</th>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue