projects
/
ccbs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Switch to English as a default language, and make a matching nb_NO.po instead.
[ccbs]
/
html
/
templates
/
song.tmpl
diff --git
a/html/templates/song.tmpl
b/html/templates/song.tmpl
index c1b510b36cd1f31f34fcf692185e0021a96729e5..55272b3c0a5d1c119d35dd8d3550f70b2a2a1143 100644
(file)
--- a/
html/templates/song.tmpl
+++ b/
html/templates/song.tmpl
@@
-1,5
+1,5
@@
[%# vim:set filetype=html: %]
[%# vim:set filetype=html: %]
- <h2>Gener
elle fakta
</h2>
+ <h2>Gener
al facts
</h2>
<div>
<ul>
<div>
<ul>
@@
-9,15
+9,15
@@
</ul>
</div>
</ul>
</div>
- <h2>Best
e
scores</h2>
+ <h2>Best scores</h2>
<div>
<div>
- <table>
+ <table
class="scores"
>
<tr>
<th></th>
<tr>
<th></th>
- <th>
Spill
er</th>
- <th>
Poengsum
</th>
- <th>
Arrangement
</th>
+ <th>
Play
er</th>
+ <th>
Score
</th>
+ <th>
Occasion
</th>
</tr>
[% SET rowno = 1 %]
</tr>
[% SET rowno = 1 %]
@@
-25,7
+25,7
@@
<tr>
<th>[% rowno %]</th>
[% SET rowno = rowno + 1 %]
<tr>
<th>[% rowno %]</th>
[% SET rowno = rowno + 1 %]
- <td>
[% s.nick %]
</td>
+ <td>
<a href="player.pl?id=[% s.player %]">[% s.nick %]</a>
</td>
<td>[% s.score %]</td>
<td><a href="show-tournament.pl?id=[% s.tournament %]">[% s.tournamentname %]</a></td>
</tr>
<td>[% s.score %]</td>
<td><a href="show-tournament.pl?id=[% s.tournament %]">[% s.tournamentname %]</a></td>
</tr>