]> git.sesse.net Git - ccbs/blobdiff - html/templates/player.tmpl
Link from the player's "all songs" list to the songs.
[ccbs] / html / templates / player.tmpl
index 0e52434878f8ae1ccb64d6b581627d6263f58520..59a15dde0bb28a41c3e49fb94e9517cadac8932c 100644 (file)
     </table>
   </div>
 
+  <h2>Alle sanger</h2>
+  
   <div>
-    <h2>Alle sanger</h2>
-   
     <table>
 [% 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>