Mercurial > hg > rlgwebd
comparison index-rlg.html @ 56:7f3ca16409fe
RLG-Web client: display a list of current games.
Incorporate information from /status to create a list of ongoing games.
Eventually these will be watchable.
author | John "Elwin" Edwards <elwin@sdf.org> |
---|---|
date | Mon, 18 Jun 2012 14:30:05 -0700 |
parents | ab82ae1ba793 |
children | e7c864e80a79 |
comparison
equal
deleted
inserted
replaced
55:96815eae4ebe | 56:7f3ca16409fe |
---|---|
83 <div class="rfloat">Font: | 83 <div class="rfloat">Font: |
84 <span onclick="textsize(false)" class="ibutton">Smaller</span> | 84 <span onclick="textsize(false)" class="ibutton">Smaller</span> |
85 <span onclick="textsize(true)" class="ibutton">Larger</span> | 85 <span onclick="textsize(true)" class="ibutton">Larger</span> |
86 </div> | 86 </div> |
87 </div> | 87 </div> |
88 <div class="modal" id="current"> | |
89 <div id="gametable" class="formtable"> | |
90 <div class="tcapt">Games in Progress</div> | |
91 <div><div>Player</div><div>Game</div></div> | |
92 </div> | |
93 </div> | |
88 <div class="modal" id="startgame"> | 94 <div class="modal" id="startgame"> |
89 <div id="opttable" class="formtable"><div><div>Game</div><div>Actions</div></div></div> | 95 <div id="opttable" class="formtable"><div><div>Game</div><div>Actions</div></div></div> |
90 </div> | 96 </div> |
91 <div class="modal" id="login"> | 97 <div class="modal" id="login"> |
92 <div class="formtable"> | 98 <div class="formtable"> |