comparison 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
comparison
equal deleted inserted replaced
44:b848cb50cd69 45:1bbd0e76ba92
97 </div> 97 </div>
98 <div> 98 <div>
99 <input type="submit" value="Play" onclick="startgame(event)"> 99 <input type="submit" value="Play" onclick="startgame(event)">
100 </div> 100 </div>
101 </form> 101 </form>
102 <div id="opttable">
103 <div><div>Game</div><div>Actions</div></div>
104 </div>
102 </div> 105 </div>
103 <div class="modal" id="login"> 106 <div class="modal" id="login">
104 <form id="loginform" action="/login" method="post"> 107 <form id="loginform" action="/login" method="post">
105 <div> 108 <div>
106 Name: <input type="text" name="name" id="input_name"> 109 Name: <input type="text" name="name" id="input_name">