Mercurial > hg > rlgwebd
diff index-rlg.html @ 45:1bbd0e76ba92
RLG-Web: put the game options into a table.
Create a nice table of options when the player logs in.
author | John "Elwin" Edwards <elwin@sdf.org> |
---|---|
date | Sat, 09 Jun 2012 15:22:56 -0700 |
parents | e8ac0e3d2614 |
children | 59ecd99845eb |
line wrap: on
line diff
--- a/index-rlg.html Sat Jun 09 14:13:07 2012 -0700 +++ b/index-rlg.html Sat Jun 09 15:22:56 2012 -0700 @@ -99,6 +99,9 @@ <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">