pga lpga added to web panel team stats

This commit is contained in:
Justin 2023-05-05 16:12:53 +08:00 committed by GitHub
parent 4fb8cc68ec
commit bd630e9229
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6181,17 +6181,10 @@
<div class="col-auto">
<select
id="inputScrollSpeedRow10"
class="form-select speed-select"
>
class="form-select speed-select">
<option {%if team_stats.speed2 == 'medium' %} selected {% endif %}>Medium</option>
<option {%if team_stats.speed2 == 'slow' %} selected {% endif %}>Slow</option>
<option {%if team_stats.speed2 == 'fast' %} selected {% endif %}>Fast</option>
</select>
@ -6220,14 +6213,10 @@
id="inputTransition10"
class="form-select animation-select"
>
class="form-select animation-select">
<option {%if team_stats.animation == 'down' %} selected {% endif %}>Down</option>
<option {%if team_stats.animation == 'up' %} selected {% endif %}>Up</option>
<option {%if team_stats.animation == 'continuous' %} selected {% endif %}>Continuous</option>
</select>
@ -6255,16 +6244,13 @@
<select id="inputTransition103" class="form-select">
<option>NFL</option>
<option>NBA</option>
<option>NHL</option>
<option>PREMIERLEAGUE</option>
<option>MLB</option>
<option>MLS</option>
<option>PGA</option>
<option>LPGA</option>
</select>