index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html index ef12273..d8a91f9 100644 --- a/public/index.html +++ b/public/index.html @@ -104,7 +104,7 @@ Loading... </div> - <object type="image/svg+xml" data="map.svg"></object> + <object type="image/svg+xml" data="map1.svg"></object> <div id="status"> <span id="hex-counter">Distance: <span id="hex-count">-</span></span> @@ -134,6 +134,25 @@ <span class="inning-top">◓</span> <span class="inning-bottom">◒</span> </span> + + <dialog id="map-dialog"> + <form> + <p> + <label> + Map: + <select> + <option value="map1">Map1</option> + <option value="map2">Map2</option> + </select> + </label> + </p> + <div> + <button value="cancel" formmethod="dialog">Cancel</button> + <button id="confirm-btn" value="default">Confirm</button> + </div> + </form> + </dialog> + <button id="show-dialog">Change map</button> </div> <div id="record-sheet"> |