]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/templates/scoreboard.mako
Remove more refs to sqlahelper.
[xonotic/xonstat.git] / xonstat / templates / scoreboard.mako
index 6a6751c04b04ae368c083025a97584c59fbaccbd..bd981b106ac82bcf5336af5db2501d7e3821b00e 100644 (file)
@@ -47,7 +47,7 @@
 <thead>
   <tr>
     % if show_latency:
-      <th class="small-1">Ping</th>
+      <th class="show-for-medium-up medium-1">Ping</th>
     % endif
     <th class="small-4">Nick</th>
     <th>Kills</th>
 <thead>
   <tr>
     % if show_latency:
-      <th class="show-for-medium-up">Ping</th>
+      <th class="show-for-medium-up medium-1">Ping</th>
     % endif
     <th class="small-5 medium-3">Nick</th>
     <th>Kills</th>
     <th class="show-for-medium-up">Deaths</th>
     <th class="show-for-medium-up">Suicides</th>
-    <th class="small-3">Score</th>
+    <th class="small-3 medium-1">Score</th>
     % if show_elo:
       <th class="show-for-medium-up">Elo Change</th>
     % endif
@@ -84,7 +84,7 @@
 <thead>
   <tr>
     % if show_latency:
-      <th class="small-1">Ping</th>
+      <th class="show-for-medium-up medium-1">Ping</th>
     % endif
     <th class="small-2">Nick</th>
     <th>Kills</th>
 <thead>
   <tr>
     % if show_latency:
-      <th class="small-1">Ping</th>
+      <th class="show-for-medium-up medium-1">Ping</th>
     % endif
     <th class="small-2">Nick</th>
     <th>Fastest Time</th>
 <thead class="dom ${pgstat.team_html_color()}">
   <tr>
     % if show_latency:
-      <th class="small-1">Ping</th>
+      <th class="show-for-medium-up medium-1">Ping</th>
     % endif
     <th class="small-2">Nick</th>
     <th>Kills</th>
 <thead class="freezetag ${pgstat.team_html_color()}">
   <tr>
     % if show_latency:
-      <th class="small-1">Ping</th>
+      <th class="show-for-medium-up medium-1">Ping</th>
     % endif
     <th class="small-2">Nick</th>
     <th>Kills</th>
 <thead>
   <tr>
     % if show_latency:
-      <th class="small-1">Ping</th>
+      <th class="show-for-medium-up medium-1">Ping</th>
     % endif
     <th class="small-2">Nick</th>
     <th>Kills</th>
 <thead class="kh ${pgstat.team_html_color()}">
   <tr>
     % if show_latency:
-      <th class="small-1">Ping</th>
+      <th class="show-for-medium-up medium-1">Ping</th>
     % endif
-    <th class="small-2">Nick</th>
-    <th>Kills</th>
-    <th>Deaths</th>
-    <th>Pickups</th>
-    <th>Captures</th>
-    <th>Losses</th>
-    <th>KC Kills</th>
-    <th>Score</th>
+    <th class="small-5 medium-3">Nick</th>
+    <th class="show-for-medium-up">Kills</th>
+    <th class="show-for-medium-up">Deaths</th>
+    <th class="show-for-medium-up">Pickups</th>
+    <th>Caps</th>
+    <th class="show-for-medium-up">Losses</th>
+    <th class="show-for-medium-up">KC Kills</th>
+    <th class="small-3 medium-1">Score</th>
     % if show_elo:
-      <th>Elo Change</th>
+      <th class="show-for-medium-up">Elo Change</th>
     % endif
   </tr>
 </thead>
 <thead class="nb ${pgstat.team_html_color()}">
   <tr>
     % if show_latency:
-      <th class="small-1">Ping</th>
+      <th class="show-for-medium-up medium-1">Ping</th>
     % endif
     <th class="small-2">Nick</th>
     <th>Goals</th>
 <thead>
   <tr>
     % if show_latency:
-      <th class="small-1">Ping</th>
+      <th class="show-for-medium-up medium-1">Ping</th>
     % endif
     <th class="small-2">Nick</th>
     <th>Laps</th>
 % endif
 
 % if game_type_cd == 'kh':
-  <td>${pgstat.kills}</td>
-  <td>${pgstat.deaths}</td>
-  <td>${pgstat.pickups}</td>
-  <td>${pgstat.captures}</td>
-  <td>${pgstat.drops}</td>
+  <td class="show-for-medium-up">${pgstat.kills}</td>
+  <td class="show-for-medium-up">${pgstat.deaths}</td>
+  <td class="show-for-medium-up">${pgstat.pickups}</td>
+  <td class="show-for-medium-up">${pgstat.captures}</td>
+  <td class="show-for-medium-up">${pgstat.drops}</td>
   <td>${pgstat.carrier_frags}</td>
 % endif