]> de.git.xonotic.org Git - xonotic/xonstat.git/blob - xonstat/batch/badges/templates/badge.html
Fixed bug in "total wins" query - NOTE: other queries (e.g. duel wins) are still...
[xonotic/xonstat.git] / xonstat / batch / badges / templates / badge.html
1 <html>
2   <head>
3     <link href="../css/style.css" rel="stylesheet">
4   </head>
5   <body>
6     <div id="badge">
7       <div id="nick">
8         <b>
9         <span style="color:rgb(0,255,0)">print('<span style="color:rgb(255,0,0)">Anti<span style="color:rgb(127,127,127)">body<span style="color:rgb(0,255,0)">')<span style='color:rgb(255,255,255)'></span></span></span></span></span>
10       </b>
11       </div>
12
13       <div id="games_played">
14         218 games (144 duel, 41 ctf, 31 dm, 2 tdm)
15       </div>
16
17       <div id="win_percentage">
18         111 wins, 107 losses (50.92%)
19       </div>
20
21       <div id="kill_ratio">
22         3084 kills, 2519 deaths (1.224)
23       </div>
24
25       <div id="elo">
26         Elo: 375.091 (ctf), 358.604 (dm)
27       </div>
28     </div>
29
30   </body>
31 </html>