Mercurial > hg > rlgwebd
diff 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 |
line wrap: on
line diff
--- a/index-rlg.html Mon Jun 18 13:43:51 2012 -0700 +++ b/index-rlg.html Mon Jun 18 14:30:05 2012 -0700 @@ -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>