]> git.sesse.net Git - ccbs/blobdiff - html/templates/songs.tmpl
Lots of translation updates.
[ccbs] / html / templates / songs.tmpl
index df1d985d66db51a612643d3c56188051a8e7bcfc..b43bf0f5323aa5c7c1285b2c02e4ead4d78c7105 100644 (file)
@@ -13,6 +13,8 @@
   <h2>[% s.machinename %]</h2>
 
   <div>
+    <p><a href="songratings.pl?machine=[% s. machine %]"><_>Fotratinger</_></a></p>
+  
     <table class="scores">
       <tr>
         <th>Sang</th>
@@ -31,7 +33,7 @@
 [% IF s.high_score == '' %]
         <td></td>
 [% ELSE %]
-        <td>[% s.high_score %] av <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 %]