]> git.sesse.net Git - ccbs/blobdiff - html/templates/player.tmpl
Merge in class fixes from --pgweb.
[ccbs] / html / templates / player.tmpl
index 5f25b8f81b74bcc1b38f7bf87f1ffb4915e0927a..91a4d7970cd9499b9f584c82ca03f45a9eb31d4f 100644 (file)
@@ -14,7 +14,7 @@
   <h2>Beste sanger</h2>
 
   <div>
-    <table>
+    <table class="scores">
       <tr>
         <th></th>
         <th>Sang</th>
   <h2>Alle sanger</h2>
   
   <div>
-    <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>