Mercurial > hg > rlgwebd
comparison index-rlg.html @ 65:e63c26dc0497
RLG-Web client: refresh the current games list.
Add a refresh button to the list of watchable games.  Also refresh it
if watching fails.
| author | John "Elwin" Edwards <elwin@sdf.org> | 
|---|---|
| date | Wed, 20 Jun 2012 09:12:26 -0700 | 
| parents | 00b985b8ba6a | 
| children | 57bf0dcd080e | 
   comparison
  equal
  deleted
  inserted
  replaced
| 64:e3082fd06520 | 65:e63c26dc0497 | 
|---|---|
| 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>Actions</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 class="rfloat"><span class="ibutton" onclick="getcurrent()">Refresh</span></div> | |
| 94 </div> | 95 </div> | 
| 95 <div class="modal" id="startgame"> | 96 <div class="modal" id="startgame"> | 
| 96 <div id="opttable" class="formtable"><div><div>Game</div><div>Actions</div></div></div> | 97 <div id="opttable" class="formtable"><div><div>Game</div><div>Actions</div></div></div> | 
| 97 </div> | 98 </div> | 
| 98 <div class="modal" id="login"> | 99 <div class="modal" id="login"> | 
