RLG-Web: put the game options into a table.

Create a nice table of options when the player logs in.
This commit is contained in:
John "Elwin" Edwards 2012-06-09 15:22:56 -07:00
parent 2e35e55925
commit d3abfbcea9
3 changed files with 49 additions and 12 deletions

View file

@ -99,6 +99,9 @@ Choose game: <select name="game" id="input_game">
<input type="submit" value="Play" onclick="startgame(event)">
</div>
</form>
<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">