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.
This commit is contained in:
John "Elwin" Edwards 2012-06-19 16:19:50 -07:00
parent 553f07360c
commit 67f187700c
2 changed files with 91 additions and 41 deletions

View file

@ -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>