Print function correction + player analysis fix and player stats fix

This commit is contained in:
bl3kunja-FW
2025-08-10 18:22:22 +02:00
parent 054c81e78e
commit 33758e7340
7 changed files with 1678 additions and 383 deletions
+6 -6
View File
@@ -1082,21 +1082,21 @@
<!-- Tournament Type Selection -->
<div class="tournament-type-selection">
<div class="type-title">🎯 Select Tournament Type</div>
<div class="type-title">Select Tournament Type</div>
<div class="type-options">
<div class="type-option" onclick="selectTournamentType('4_targets')">
<input type="radio" name="tournament_type" value="4_targets">
<div class="type-name">4 Targets</div>
<div class="type-description">Quick format with 4 targets, 5 shots each (20 shots total)</div>
<div class="type-name">🎯 4 Targets</div>
<div class="type-description">Quick format with 4 targets, 5 shots each <br> (20 shots total)</div>
</div>
<div class="type-option selected" onclick="selectTournamentType('20_targets')">
<input type="radio" name="tournament_type" value="20_targets" checked>
<div class="type-name">20 Targets</div>
<div class="type-name">20 Targets</div>
<div class="type-description">Standard format with 20 targets, 2 shots each (40 shots total)</div>
</div>
<div class="type-option" onclick="selectTournamentType('40_targets')">
<input type="radio" name="tournament_type" value="40_targets">
<div class="type-name">40 Targets</div>
<div class="type-name">💪 40 Targets</div>
<div class="type-description">Extended format with 40 targets, 2 shots each (80 shots total)</div>
</div>
</div>
@@ -1108,7 +1108,7 @@
<div class="action-buttons">
<button class="action-btn success" id="startLeagueBtn" onclick="startLeague()">🏆 Start League (6 Tournaments)</button>
<button class="action-btn" id="startSingleBtn" onclick="startSingleTournament()">🎯 Start Single Tournament</button>
<button class="action-btn" id="startSingleBtn" onclick="startSingleTournament()">🏅 Start Single Tournament</button>
</div>
<div class="warning" id="warningMessage" style="display: none;">