]> git.sesse.net Git - foosball/blob - www/assess-double.xml
"Fix" the assessment look too.
[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     <link rel="stylesheet" type="text/css" href="foosball.css" />
10     <meta name="MSSmartTagsPreventParsing" content="TRUE" />
11   </head>
12   <body>
13     <h1>Assessment of singles match between <t:username1 />/<t:username2 />
14       (<t:rating1 />/<t:rating2 />) and
15       <t:username3 />/<t:username4 /> (<t:rating3 />/<t:rating4 />)</h1>
16     
17     <p>Don't want to click the back button? <a href="/">Here's a link</a>, you
18       lazy sod.</p>
19     
20     <div class="box" id="assessresults">
21       <table>
22         <thead>
23           <tr>
24             <th>Score</th>
25             <th>Probability</th>
26             <th><t:username1 /></th>
27             <th><t:username2 /></th>
28             <th><t:username3 /></th>
29             <th class="rightmost"><t:username4 /></th>
30           </tr>
31         </thead>
32         <tbody t:id="results10">
33           <tr>
34             <td><t:score /></td>
35             <td><t:prob /></td>
36             <td><t:rdiff1 /></td>
37             <td><t:rdiff2 /></td>
38             <td><t:rdiff3 /></td>
39             <td class="rightmost"><t:rdiff4 /></td>
40           </tr>
41         </tbody>
42       </table>
43     </div>
44       
45     <div class="box" id="assessresults">
46       <table>
47         <thead>
48           <tr>
49             <th>Score</th>
50             <th>Probability</th>
51             <th><t:username1 /></th>
52             <th><t:username2 /></th>
53             <th><t:username3 /></th>
54             <th class="rightmost"><t:username4 /></th>
55           </tr>
56         </thead>
57         <tbody t:id="results7">
58           <tr>
59             <td><t:score /></td>
60             <td><t:prob /></td>
61             <td><t:rdiff1 /></td>
62             <td><t:rdiff2 /></td>
63             <td><t:rdiff3 /></td>
64             <td class="rightmost"><t:rdiff4 /></td>
65           </tr>
66         </tbody>
67       </table>
68     </div>
69   </body>
70 </html> 
71