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:
parent
1ffb72866a
commit
2bdd26b2f4
3 changed files with 57 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue