Mercurial > hg > rlgwebd
diff index-rlg.html @ 46:59ecd99845eb
rlgterm.js: make the options table functional.
Enable launching games from the options table, and replace the old
select dialog.
author | John "Elwin" Edwards <elwin@sdf.org> |
---|---|
date | Sat, 09 Jun 2012 17:00:25 -0700 |
parents | 1bbd0e76ba92 |
children | 33bdb3d466e3 |
line wrap: on
line diff
--- a/index-rlg.html Sat Jun 09 15:22:56 2012 -0700 +++ b/index-rlg.html Sat Jun 09 17:00:25 2012 -0700 @@ -86,22 +86,7 @@ </div> </div> <div class="modal" id="startgame"> -<form id="startform" action="/play" method="post"> -<div> -Choose game: <select name="game" id="input_game"> - <option label="Rogue V3" value="rogue3">Rogue V3</option> - <option label="Rogue V4" value="rogue4">Rogue V4</option> - <option label="Rogue V5" value="rogue5">Rogue V5</option> - <option label="Super-Rogue" value="srogue">Super-Rogue</option> -</select> -</div> -<div> -<input type="submit" value="Play" onclick="startgame(event)"> -</div> -</form> -<div id="opttable"> - <div><div>Game</div><div>Actions</div></div> -</div> +<div id="opttable"><div><div>Game</div><div>Actions</div></div></div> </div> <div class="modal" id="login"> <form id="loginform" action="/login" method="post">