]> git.sesse.net Git - foosball/blob - www/assess.xml
"Fix" the assessment look too.
[foosball] / www / assess.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:rating1 />) and <t:username2 /> (<t:rating2 />)</h1>
14
15     <p>Don't want to click the back button? <a href="/">Here's a link</a>, you
16       lazy sod.</p>
17    
18     <div class="box" id="assessresults">
19       <table>
20         <thead>
21           <tr>
22             <th>Score</th>
23             <th>Probability</th>
24             <th><t:username1 /></th>
25             <th class="rightmost"><t:username2 /></th>
26           </tr>
27         </thead>
28         <tbody t:id="results10">
29           <tr>
30             <td><t:score /></td>
31             <td><t:prob /></td>
32             <td><t:rdiff1 /></td>
33             <td class="rightmost"><t:rdiff2 /></td>
34           </tr>
35         </tbody>
36       </table>
37     </div>
38     
39     <div class="box" id="assessresults">
40       <table>
41         <thead>
42           <tr>
43             <th>Score</th>
44             <th>Probability</th>
45             <th><t:username1 /></th>
46             <th class="rightmost"><t:username2 /></th>
47           </tr>
48         </thead>
49         <tbody t:id="results7">
50           <tr>
51             <td><t:score /></td>
52             <td><t:prob /></td>
53             <td><t:rdiff1 /></td>
54             <td class="rightmost"><t:rdiff2 /></td>
55           </tr>
56         </tbody>
57       </table>
58     </div>
59   </body>
60 </html> 
61