|
|
|
@ -782,8 +782,8 @@ where |
|
|
|
|
</div></div> |
|
|
|
|
<div id="printWarning">Printing directly from this page is not supported. Use the ‘Print result’ button to generate a printer-friendly report.</div> |
|
|
|
|
<script src="https://yingtongli.me/opentally/stv/print.js"></script> |
|
|
|
|
<input type="hidden" id="selReport" value="votes_transposed"><!-- TODO: Allow this to be customised --> |
|
|
|
|
</body></html>"#); |
|
|
|
|
<input type="hidden" id="selReport" value="{}"> |
|
|
|
|
</body></html>"#, report_style); |
|
|
|
|
|
|
|
|
|
return Ok(()); |
|
|
|
|
} |
|
|
|
|