]> git.sesse.net Git - ccbs/blobdiff - html/templates/songs.tmpl
Added a (quite crude) link from the song list to the feetratings. Update TODO.
[ccbs] / html / templates / songs.tmpl
index 2d3c0b2777561294915f9fe23d0117e0f4f84195..77840925ea304614c85c373aac29d368b0b63e50 100644 (file)
   <h2>[% s.machinename %]</h2>
 
   <div>
+    <p><a href="songratings.pl?machine=[% s. machine %]">Fotratinger</a></p>
+  
     <table class="scores">
       <tr>
-        <th>Song name</th>
+        <th>Sang</th>
         <th>Artist</th>
-        <th>Average</th>
-        <th>Std. dev</th>
-        <th>High score</th>
+        <th>Gjennomsnitt</th>
+        <th>Standardavvik</th>
+        <th>Rekord</th>
       </tr>
 [% END %]
 
@@ -31,7 +33,7 @@
 [% IF s.high_score == '' %]
         <td></td>
 [% ELSE %]
-        <td>[% s.high_score %] by <a href="song.pl?id=[% s.high_score_player %]">[% s.high_score_nick %]</a></td>
+        <td>[% s.high_score %] av <a href="song.pl?id=[% s.high_score_player %]">[% s.high_score_nick %]</a></td>
 [% END %]
       </tr>
 [% END %]