]> git.sesse.net Git - ccbs/blobdiff - html/templates/songs.tmpl
Shape text using Pango and HarfBuzz; gives us nice ligatures and exotic scripts.
[ccbs] / html / templates / songs.tmpl
index 3100d477558bdfa85e3535aa9ebaba16c3df421e..384e0e3b128621b7748cdba047f1682d6dc77460 100644 (file)
@@ -13,7 +13,7 @@
   <h2>[% s.machinename %]</h2>
 
   <div>
-    <p><a href="songratings.pl?machine=[% s. machine %]"><_>Fotratinger</_></a></p>
+    <p><a href="songratings.pl?machine=[% s. machine %]"><_>Foot ratings</_></a></p>
   
     <table class="scores">
       <tr>
@@ -33,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 %] <_>by</_> <a href="players.pl?id=[% s.high_score_player %]">[% s.high_score_nick %]</a></td>
 [% END %]
       </tr>
 [% END %]