Implement bracket audience display for single-elimination.

This commit is contained in:
Patrick Fairbank
2022-08-20 17:25:17 -07:00
parent 5426d56de5
commit 996331d60c
5 changed files with 376 additions and 202 deletions

View File

@@ -31,14 +31,14 @@
<label>
<input type="radio" name="elimType" value="single" onclick="updateNumElimAlliances(false);"
{{if eq .ElimType "single"}}checked{{end}}>
Single Elimination (2-16 alliances)
Single-Elimination (2-16 alliances)
</label>
</div>
<div class="radio">
<label>
<input type="radio" name="elimType" value="double" onclick="updateNumElimAlliances(true);"
{{if eq .ElimType "double"}}checked{{end}}>
Double Elimination (8 alliances)
Double-Elimination (8 alliances)
</label>
</div>
</div>