Show playoff alliance numbers and 4th teams on announcer display.

This commit is contained in:
Patrick Fairbank
2022-07-26 20:08:20 -07:00
parent 70a8c2347c
commit 094be1ce5b
3 changed files with 57 additions and 20 deletions

View File

@@ -6,14 +6,7 @@
<div class="col-lg-5"><h4>Name</h4></div>
<div class="col-lg-5"><h4>Recent Accomplishments</h4></div>
</div>
<div class="row">
<div class="row well-sm well-darkred" id="red1"></div>
<div class="row well-sm well-darkred" id="red2"></div>
<div class="row well-sm well-darkred" id="red3"></div>
<div class="row well-sm well-darkblue" id="blue1"></div>
<div class="row well-sm well-darkblue" id="blue2"></div>
<div class="row well-sm well-darkblue" id="blue3"></div>
</div>
<div id="teams" class="row"></div>
<br />
<div class="row">
<div id="matchState" class="col-lg-2 col-lg-offset-2 well well-sm text-center">&nbsp;</div>
@@ -47,7 +40,7 @@
<script id="teamTemplate" type="text/x-handlebars-template">
{{"{{#if this}}"}}
<div class="col-lg-2">
<div><h4><b>{{"{{Id}}"}}</b></h4></div>
<div><h4><b>{{"{{Id}}"}}</b>{{"{{#if isOffField}}"}} (not on field){{"{{/if}}"}}</h4></div>
<div class="nowrap"><h4><b>{{"{{Nickname}}"}}</b></h4></div>
<div class="nowrap">{{"{{City}}"}}, {{"{{StateProv}}"}}, {{"{{Country}}"}}</div>
<div class="nowrap">Robot: {{"{{RobotName}}"}}</div>