]> git.sesse.net Git - ccbs/blobdiff - html/templates/song.tmpl
Switch to English as a default language, and make a matching nb_NO.po instead.
[ccbs] / html / templates / song.tmpl
index c1b510b36cd1f31f34fcf692185e0021a96729e5..55272b3c0a5d1c119d35dd8d3550f70b2a2a1143 100644 (file)
@@ -1,5 +1,5 @@
 [%# vim:set filetype=html: %]
 [%# vim:set filetype=html: %]
-  <h2>Generelle fakta</h2>
+  <h2>General facts</h2>
 
   <div>
     <ul>
 
   <div>
     <ul>
@@ -9,15 +9,15 @@
     </ul>
   </div>
 
     </ul>
   </div>
 
-  <h2>Beste scores</h2>
+  <h2>Best scores</h2>
 
   <div>
 
   <div>
-    <table>
+    <table class="scores">
       <tr>
         <th></th>
       <tr>
         <th></th>
-        <th>Spiller</th>
-        <th>Poengsum</th>
-        <th>Arrangement</th>
+        <th>Player</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>