Mercurial > hg > rlgwebd
comparison 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 |
comparison
equal
deleted
inserted
replaced
58:7a50b4412fea | 59:00b985b8ba6a |
---|---|
86 </div> | 86 </div> |
87 </div> | 87 </div> |
88 <div class="modal" id="current"> | 88 <div class="modal" id="current"> |
89 <div id="gametable" class="formtable"> | 89 <div id="gametable" class="formtable"> |
90 <div class="tcapt">Games in Progress</div> | 90 <div class="tcapt">Games in Progress</div> |
91 <div><div>Player</div><div>Game</div></div> | 91 <div><div>Player</div><div>Game</div><div>Actions</div></div> |
92 </div> | 92 </div> |
93 <div id="nogames">There are no games to watch.</div> | 93 <div id="nogames">There are no games to watch.</div> |
94 </div> | 94 </div> |
95 <div class="modal" id="startgame"> | 95 <div class="modal" id="startgame"> |
96 <div id="opttable" class="formtable"><div><div>Game</div><div>Actions</div></div></div> | 96 <div id="opttable" class="formtable"><div><div>Game</div><div>Actions</div></div></div> |