Mercurial > hg > rlgwebd
diff index-rlg.html @ 59:00b985b8ba6a
RLG-Web client: implement watching.
It is now possible to watch games currently being played through
RLG-Web, but not dgamelaunch. Also, there are some deficiencies, like
getting chaos until an absolute cursor addressing happens.
author | John "Elwin" Edwards <elwin@sdf.org> |
---|---|
date | Tue, 19 Jun 2012 16:19:50 -0700 |
parents | e7c864e80a79 |
children | e63c26dc0497 |
line wrap: on
line diff
--- a/index-rlg.html Tue Jun 19 13:40:30 2012 -0700 +++ b/index-rlg.html Tue Jun 19 16:19:50 2012 -0700 @@ -88,7 +88,7 @@ <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>Player</div><div>Game</div><div>Actions</div></div> </div> <div id="nogames">There are no games to watch.</div> </div>