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:
parent
2e35e55925
commit
d3abfbcea9
3 changed files with 49 additions and 12 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue