]> git.sesse.net Git - foosball/blobdiff - www/assess.xml
"Fix" the assessment look too.
[foosball] / www / assess.xml
index 44f7ddf538d532e924abc9645be3403b346afb52..1fd8f0114948b186ca0c0b2ad73983e7498f26a6 100644 (file)
@@ -6,32 +6,56 @@
   <head>
     <title>Foosball!</title>
     <link rev="made" href="mailto:sgunderson@bigfoot.com" />
+    <link rel="stylesheet" type="text/css" href="foosball.css" />
     <meta name="MSSmartTagsPreventParsing" content="TRUE" />
   </head>
   <body>
-    <h1>Assessment of singles match between <t:username1 /> and <t:username2 /></h1>
-    
-    <table>
-      <thead>
-        <tr>
-          <th>Score</th>
-         <th>Probability</th>
-         <th><t:username1 /></th>
-         <th><t:username2 /></th>
-       </tr>
-      </thead>
-      <tbody t:id="results">
-        <tr>
-         <td><t:score /></td>
-         <td><t:prob /></td>
-         <td><t:rdiff1 /></td>
-         <td><t:rdiff2 /></td>
-       </tr>
-      </tbody>
-    </table>
+    <h1>Assessment of singles match between <t:username1 /> (<t:rating1 />) and <t:username2 /> (<t:rating2 />)</h1>
 
     <p>Don't want to click the back button? <a href="/">Here's a link</a>, you
       lazy sod.</p>
+   
+    <div class="box" id="assessresults">
+      <table>
+        <thead>
+          <tr>
+            <th>Score</th>
+            <th>Probability</th>
+            <th><t:username1 /></th>
+            <th class="rightmost"><t:username2 /></th>
+          </tr>
+        </thead>
+        <tbody t:id="results10">
+          <tr>
+            <td><t:score /></td>
+            <td><t:prob /></td>
+            <td><t:rdiff1 /></td>
+            <td class="rightmost"><t:rdiff2 /></td>
+          </tr>
+        </tbody>
+      </table>
+    </div>
+    
+    <div class="box" id="assessresults">
+      <table>
+        <thead>
+          <tr>
+            <th>Score</th>
+            <th>Probability</th>
+            <th><t:username1 /></th>
+            <th class="rightmost"><t:username2 /></th>
+          </tr>
+        </thead>
+        <tbody t:id="results7">
+          <tr>
+            <td><t:score /></td>
+            <td><t:prob /></td>
+            <td><t:rdiff1 /></td>
+            <td class="rightmost"><t:rdiff2 /></td>
+          </tr>
+        </tbody>
+      </table>
+    </div>
   </body>
 </html>