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.
This commit is contained in:
John "Elwin" Edwards 2012-06-18 14:30:05 -07:00
parent 1ffb72866a
commit 2bdd26b2f4
3 changed files with 57 additions and 0 deletions

View file

@ -85,6 +85,12 @@
<span onclick="textsize(true)" class="ibutton">Larger</span>
</div>
</div>
<div class="modal" id="current">
<div id="gametable" class="formtable">
<div class="tcapt">Games in Progress</div>
<div><div>Player</div><div>Game</div></div>
</div>
</div>
<div class="modal" id="startgame">
<div id="opttable" class="formtable"><div><div>Game</div><div>Actions</div></div></div>
</div>