diff options
| author | Karan Jayachandra <karan.jayachandra@nxp.com> | 2025-11-12 21:46:00 +0100 |
|---|---|---|
| committer | Karan Jayachandra <karan.jayachandra@nxp.com> | 2025-11-12 21:46:00 +0100 |
| commit | 6dff11c285d4990bb9a5b11d6ac36d491bea8de3 (patch) | |
| tree | 5b3930cb01c9ff78878e6a59caa84bfd96ee53f4 /index.html | |
| parent | 0878eeb2200d609930ba597699933ed852e3ee98 (diff) | |
Added the history and working version for games
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 21 |
1 files changed, 16 insertions, 5 deletions
@@ -20,8 +20,18 @@ </nav> <div class="container"> <section class="section"> - <h2 class="title">Games</h1> - <div id="game_list"></div> + <h2 class="title">Games</h2> + <table class="table is-fullwidth"> + <thead> + <tr><th colspan="5"><div id="game_description"></div></th></tr> + <tr> + <th>Court</th> + <th colspan='2'>Team 1</th> + <th colspan='2'>Team 2</th> + </tr> + </thead> + <tbody id="game_list"></tbody> + </table> </section> <section class="section"> <div class="field is-grouped is-grouped-centered"> @@ -35,6 +45,7 @@ </select> </div> <button class="button is-medium is-dark" id="confirm">Confirm</button> + <button class="button is-medium is-danger" id="reset">Reset</button> </div> <div class="field"> <div class="field is-grouped is-grouped-centered"> @@ -47,15 +58,15 @@ </div> </section> <section class="section"> - <h2 class="title">Courts</h1> + <h2 class="title">Courts</h2> <div id="court_list" class="button-grid"></div> </section> <section class="section"> - <h2 class="title">Regulars</h1> + <h2 class="title">Regulars</h2> <div id="regular_list" class="button-grid"></div> </section> <section class="section"> - <h2 class="title">Player Update</h3> + <h2 class="title">Player Update</h2> <div id="player-load" class="file is-danger has-name is-boxed"> <label class="file-label"> <input class="file-input" type="file" name="players" accept=".csv"/> |
