]> git.sesse.net Git - foosball/blobdiff - www/index.xml
Adjusted initial parameters for maximum prediction power; in particular,
[foosball] / www / index.xml
index fea921234c832de1c47db4d7f9099f0ab0e6d401..4a012d4f2cf7aad6f4ffb6d86db89eb17bf5079e 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="numgames">Games</th>
+            <th class="lowerbound">Bound</th>
+            <th class="trend">Change</th>
           </tr>
         </thead>
         <tbody t:id="singletop">
             <td class="username"><t:username /></td>
             <td class="rating"><t:rating /></td>
             <td class="rd"><t:rd /></td>
+            <td class="numgames"><t:numgames /></td>
             <td class="lowerbound"><t:lowerbound /></td>
             <td class="trend"><t:trend /></td>
           </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="numgames">Games</th>
+            <th class="lowerbound">Bound</th>
+            <th class="trend">Change</th>
           </tr>
         </thead>
         <tbody t:id="doubletop">
             <td class="username"><t:username /></td>
             <td class="rating"><t:rating /></td>
             <td class="rd"><t:rd /></td>
+            <td class="numgames"><t:numgames /></td>
             <td class="lowerbound"><t:lowerbound /></td>
             <td class="trend"><t:trend /></td>
           </tr>