]> de.git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Add CA support to the scoreboard.
authorAnt Zucaro <azucaro@gmail.com>
Sat, 26 Jan 2013 14:52:09 +0000 (09:52 -0500)
committerAnt Zucaro <azucaro@gmail.com>
Sat, 26 Jan 2013 14:52:09 +0000 (09:52 -0500)
xonstat/templates/scoreboard.mako

index e8a6c3ceaf30f2559368cf8d4c6127ef0632b8b2..58f00eb69feddfb7596be7c27dee634484ea0a0c 100644 (file)
@@ -57,7 +57,7 @@ ${scoreboard_header(game_type_cd, pgstats[0])}
     </thead>
 % endif
 
-% if game_type_cd == 'dm' or game_type_cd == 'tdm' or game_type_cd == 'duel':
+% if game_type_cd in 'ca' 'dm' 'duel' 'tdm':
     <thead>
     <tr>
       <th class="nick">Nick</th>
@@ -95,22 +95,6 @@ ${scoreboard_header(game_type_cd, pgstats[0])}
     </thead>
 % endif
 
-% if game_type_cd == 'ca':
-    <thead class="ca ${pgstat.team_html_color()}">
-    <tr>
-      <th class="nick">Nick</th>
-      % if show_latency:
-      <th class="ping">Ping</th>
-      % endif
-      <th class="kills">Kills</th>
-      <th class="score">Score</th>
-      % if show_elo:
-      <th>Elo Change</th>
-      % endif
-    </tr>
-    </thead>
-% endif
-
 % if game_type_cd == 'freezetag':
     <thead class="freezetag ${pgstat.team_html_color()}">
     <tr>
@@ -139,7 +123,7 @@ ${scoreboard_header(game_type_cd, pgstats[0])}
         <td>${pgstat.collects}</td>
 % endif
 
-% if game_type_cd == 'dm' or game_type_cd == 'tdm' or game_type_cd == 'duel':
+% if game_type_cd in 'ca' 'dm' 'duel' 'tdm':
         <td>${pgstat.kills}</td>
         <td>${pgstat.deaths}</td>
         <td>${pgstat.suicides}</td>
@@ -153,10 +137,6 @@ ${scoreboard_header(game_type_cd, pgstats[0])}
         <td>${pgstat.returns}</td>
 % endif
 
-% if game_type_cd == 'ca':
-        <td>${pgstat.kills}</td>
-% endif
-
 % if game_type_cd == 'freezetag':
         <td>${pgstat.kills}</td>
         <td>${pgstat.deaths}</td>