]> git.cworth.org Git - empires-server/blobdiff - templates/empires-game.html
empathy: Don't allow a prompt with 0 items
[empires-server] / templates / empires-game.html
index a3175e5ae254dc17db512f403bff9b618c841a72..3eb63385894abe2ac5495eed16410da41f285605 100644 (file)
 
 <h1>The Game of Empires</h1>
 
-<div id="loading" class="show-state-none">
+<div id="loading" class="show-phase-none">
   <p>
     Contacting server. Please wait...
   </p>
 </div>
 
-<div id="pre-game" class="show-state-join">
+<div id="pre-game" class="show-phase-join">
 
   <h2>Choose your character</h2>
 
 
 </div>
 
-<div class="show-state-reveal">
+<div class="show-phase-reveal">
   <h1>Watch and memorize each character!</h1>
 
   <span id="character-reveal"></span>
 </div>
 
-<div class="hide-state-reveal" id="players-div">
-  <h1>Players in the game</h1>
+<div class="hide-phase-reveal" id="spectators-div">
+  <h1>Spectators</h1>
+
+  <ul id="spectators">
+  </ul>
+</div>
+
+<div class="hide-phase-reveal" id="players-div">
+  <h1>Players</h1>
 
   <ul id="players">
   </ul>
 </div>
 {% endblock %}
-