]> git.sesse.net Git - foosball/blob - www/assess-double.xml
Support double assessment, now that it's fast.
[foosball] / www / assess-double.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!DOCTYPE
3   html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
4   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
5 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" xmlns:t="http://template.sesse.net/">
6   <head>
7     <title>Foosball!</title>
8     <link rev="made" href="mailto:sgunderson@bigfoot.com" />
9     <meta name="MSSmartTagsPreventParsing" content="TRUE" />
10   </head>
11   <body>
12     <h1>Assessment of singles match between <t:username1 />/<t:username2 />
13       (<t:rating1 />/<t:rating2 />) and
14       <t:username3 />/<t:username4 /> (<t:rating3 />/<t:rating4 />)</h1>
15     
16     <table>
17       <thead>
18         <tr>
19           <th>Score</th>
20           <th>Probability</th>
21           <th><t:username1 /></th>
22           <th><t:username2 /></th>
23           <th><t:username3 /></th>
24           <th><t:username4 /></th>
25         </tr>
26       </thead>
27       <tbody t:id="results10">
28         <tr>
29           <td><t:score /></td>
30           <td><t:prob /></td>
31           <td><t:rdiff1 /></td>
32           <td><t:rdiff2 /></td>
33           <td><t:rdiff3 /></td>
34           <td><t:rdiff4 /></td>
35         </tr>
36       </tbody>
37     </table>
38     
39     <table>
40       <thead>
41         <tr>
42           <th>Score</th>
43           <th>Probability</th>
44           <th><t:username1 /></th>
45           <th><t:username2 /></th>
46           <th><t:username3 /></th>
47           <th><t:username4 /></th>
48         </tr>
49       </thead>
50       <tbody t:id="results7">
51         <tr>
52           <td><t:score /></td>
53           <td><t:prob /></td>
54           <td><t:rdiff1 /></td>
55           <td><t:rdiff2 /></td>
56           <td><t:rdiff3 /></td>
57           <td><t:rdiff4 /></td>
58         </tr>
59       </tbody>
60     </table>
61
62     <p>Don't want to click the back button? <a href="/">Here's a link</a>, you
63       lazy sod.</p>
64   </body>
65 </html> 
66