]> git.sesse.net Git - foosball/blobdiff - www/index.xml
Show the rating difference for each game.
[foosball] / www / index.xml
index 8c63fb2e6dc88e0e56907f330fc61dd0fcabd6b8..df12da814e206a36603197a8bd6bc43d03f6995b 100644 (file)
           <th>Type</th>
           <th colspan="2">Opponents</th>
          <th>Score</th>
+         <th colspan="2">Rating diff.</th>
        </tr>
       </thead>
       <tbody t:id="lastgames">
          <td><t:username1 /></td>
          <td><t:username2 /></td>
          <td><t:score1 /> &#8211; <t:score2 /></td>
+         <td><t:diff1 /></td>
+         <td><t:diff2 /></td>
        </tr>
       </tbody>
     </table>
+    
+    <h2>Assess a singles match</h2>
+
+    <form method="post" action="assess-single.pl">
+      <table>
+        <tr>
+         <th>User name 1</th>
+         <td><input name="username1" value="" size="10" /></td>
+       </tr>
+        <tr>
+         <th>User name 2</th>
+         <td><input name="username2" value="" size="10" /></td>
+       </tr>
+       <tr>
+         <td colspan="2"><input type="submit" /></td>
+       </tr>
+      </table>
+    </form>
+    
 
     <h2>About the ratings</h2>