]> git.sesse.net Git - foosball/blobdiff - www/index.xml
Show the number of games.
[foosball] / www / index.xml
index fea921234c832de1c47db4d7f9099f0ab0e6d401..b7297cc720f124cd88300c706e1040322e2f67c0 100644 (file)
       <form method="post" action="assess-single.pl">
         <table>
           <tr>
-            <th>User name 1</th>
+            <th>Player 1:</th>
             <td><input name="username1" value="" size="10" /></td>
           </tr>
           <tr>
-            <th>User name 2</th>
+            <th>Player 2:</th>
             <td><input name="username2" value="" size="10" /></td>
           </tr>
           <tr>
             <th class="username">Username</th>
             <th class="rating">Rating</th>
             <th class="rd">RD</th>
-            <th class="lowerbound">Lower bound</th>
-            <th class="trend">Since -1d</th>
+            <th class="lowerbound">Bound</th>
+            <th class="numgames">Games</th>
+            <th class="trend">Change</th>
           </tr>
         </thead>
         <tbody t:id="singletop">
             <td class="rating"><t:rating /></td>
             <td class="rd"><t:rd /></td>
             <td class="lowerbound"><t:lowerbound /></td>
+            <td class="numgames"><t:numgames /></td>
             <td class="trend"><t:trend /></td>
           </tr>
         </tbody>
             <th class="username">Username</th>
             <th class="rating">Rating</th>
             <th class="rd">RD</th>
-            <th class="lowerbound">Lower bound</th>
-            <th class="trend">Since -1d</th>
+            <th class="lowerbound">Bound</th>
+            <th class="numgames">Games</th>
+            <th class="trend">Change</th>
           </tr>
         </thead>
         <tbody t:id="doubletop">
             <td class="rating"><t:rating /></td>
             <td class="rd"><t:rd /></td>
             <td class="lowerbound"><t:lowerbound /></td>
+            <td class="numgames"><t:numgames /></td>
             <td class="trend"><t:trend /></td>
           </tr>
         </tbody>