projects
/
xonotic
/
xonstat.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f69d522
)
Add rune support to the scoreboard.
author
Ant Zucaro <azucaro@gmail.com>
Sun, 27 Jan 2013 03:28:44 +0000
(22:28 -0500)
committer
Ant Zucaro <azucaro@gmail.com>
Sun, 27 Jan 2013 03:28:44 +0000
(22:28 -0500)
xonstat/templates/scoreboard.mako
patch
|
blob
|
history
diff --git
a/xonstat/templates/scoreboard.mako
b/xonstat/templates/scoreboard.mako
index c26cec66e29d9c9f5bd175e536341258b2977d09..3a9493780bf14d2d3fe7884ed051de5ae913d5ba 100644
(file)
--- a/
xonstat/templates/scoreboard.mako
+++ b/
xonstat/templates/scoreboard.mako
@@
-59,7
+59,7
@@
${scoreboard_header(game_type_cd, pgstats[0])}
</thead>
% endif
-% if game_type_cd in 'ca' 'dm' 'duel' 'tdm':
+% if game_type_cd in 'ca' 'dm' 'duel' '
rune' '
tdm':
<thead>
<tr>
<th class="nick">Nick</th>
@@
-196,7
+196,7
@@
${scoreboard_header(game_type_cd, pgstats[0])}
<td>${pgstat.collects}</td>
% endif
-% if game_type_cd in 'ca' 'dm' 'duel' 'tdm':
+% if game_type_cd in 'ca' 'dm' 'duel' '
rune' '
tdm':
<td>${pgstat.kills}</td>
<td>${pgstat.deaths}</td>
<td>${pgstat.suicides}</td>