]> git.sesse.net Git - foosball/blob - www/assess.xml
Show the ratings in the assessments.
[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     <meta name="MSSmartTagsPreventParsing" content="TRUE" />
10   </head>
11   <body>
12     <h1>Assessment of singles match between <t:username1 /> (<t:rating1 />) and <t:username2 /> (<t:rating2 />)</h1>
13     
14     <table>
15       <thead>
16         <tr>
17           <th>Score</th>
18           <th>Probability</th>
19           <th><t:username1 /></th>
20           <th><t:username2 /></th>
21         </tr>
22       </thead>
23       <tbody t:id="results">
24         <tr>
25           <td><t:score /></td>
26           <td><t:prob /></td>
27           <td><t:rdiff1 /></td>
28           <td><t:rdiff2 /></td>
29         </tr>
30       </tbody>
31     </table>
32
33     <p>Don't want to click the back button? <a href="/">Here's a link</a>, you
34       lazy sod.</p>
35   </body>
36 </html> 
37