]> git.sesse.net Git - ccbs/blobdiff - html/templates/player.tmpl
Merge in class fixes from --pgweb.
[ccbs] / html / templates / player.tmpl
index 0e52434878f8ae1ccb64d6b581627d6263f58520..91a4d7970cd9499b9f584c82ca03f45a9eb31d4f 100644 (file)
@@ -14,7 +14,7 @@
   <h2>Beste sanger</h2>
 
   <div>
-    <table>
+    <table class="scores">
       <tr>
         <th></th>
         <th>Sang</th>
     </table>
   </div>
 
+  <h2>Alle sanger</h2>
+  
   <div>
-    <h2>Alle sanger</h2>
-   
-    <table>
+    <table class="scores">
 [% FOR s = allsongs %]
       <tr>
-        <th>[% s.title %]</th>
+        <th><a href="song.pl?id=[% s.song %]">[% s.title %]</a></th>
 [% SET col = 0 %]
 [% FOR score = s.scores %]
         <td>[% score %]</td>