comparison index-rlg.html @ 57:e7c864e80a79

RLG-Web client: explain when there are no games to watch If no games are available for watching, display a message saying so instead of showing an empty table.
author John "Elwin" Edwards <elwin@sdf.org>
date Mon, 18 Jun 2012 16:53:44 -0700
parents 7f3ca16409fe
children 00b985b8ba6a
comparison
equal deleted inserted replaced
56:7f3ca16409fe 57:e7c864e80a79
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>
92 </div> 92 </div>
93 <div id="nogames">There are no games to watch.</div>
93 </div> 94 </div>
94 <div class="modal" id="startgame"> 95 <div class="modal" id="startgame">
95 <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>
96 </div> 97 </div>
97 <div class="modal" id="login"> 98 <div class="modal" id="login">