]> git.sesse.net Git - foosball/blobdiff - www/assess-double.xml
Support double assessment, now that it's fast.
[foosball] / www / assess-double.xml
diff --git a/www/assess-double.xml b/www/assess-double.xml
new file mode 100644 (file)
index 0000000..9f44738
--- /dev/null
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE
+  html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" xmlns:t="http://template.sesse.net/">
+  <head>
+    <title>Foosball!</title>
+    <link rev="made" href="mailto:sgunderson@bigfoot.com" />
+    <meta name="MSSmartTagsPreventParsing" content="TRUE" />
+  </head>
+  <body>
+    <h1>Assessment of singles match between <t:username1 />/<t:username2 />
+      (<t:rating1 />/<t:rating2 />) and
+      <t:username3 />/<t:username4 /> (<t:rating3 />/<t:rating4 />)</h1>
+    
+    <table>
+      <thead>
+        <tr>
+          <th>Score</th>
+         <th>Probability</th>
+         <th><t:username1 /></th>
+         <th><t:username2 /></th>
+         <th><t:username3 /></th>
+         <th><t:username4 /></th>
+       </tr>
+      </thead>
+      <tbody t:id="results10">
+        <tr>
+         <td><t:score /></td>
+         <td><t:prob /></td>
+         <td><t:rdiff1 /></td>
+         <td><t:rdiff2 /></td>
+         <td><t:rdiff3 /></td>
+         <td><t:rdiff4 /></td>
+       </tr>
+      </tbody>
+    </table>
+    
+    <table>
+      <thead>
+        <tr>
+          <th>Score</th>
+         <th>Probability</th>
+         <th><t:username1 /></th>
+         <th><t:username2 /></th>
+         <th><t:username3 /></th>
+         <th><t:username4 /></th>
+       </tr>
+      </thead>
+      <tbody t:id="results7">
+        <tr>
+         <td><t:score /></td>
+         <td><t:prob /></td>
+         <td><t:rdiff1 /></td>
+         <td><t:rdiff2 /></td>
+         <td><t:rdiff3 /></td>
+         <td><t:rdiff4 /></td>
+       </tr>
+      </tbody>
+    </table>
+
+    <p>Don't want to click the back button? <a href="/">Here's a link</a>, you
+      lazy sod.</p>
+  </body>
+</html>        
+