]> git.sesse.net Git - ccbs/blobdiff - html/templates/songratings.tmpl
Various songratings.pl fixes from --pgweb.
[ccbs] / html / templates / songratings.tmpl
index 5297c71bbbaf98198bd183601db64363482b9ca7..d5a6bd66a58aea97d20d3480fd0916ae5bd653c0 100644 (file)
@@ -3,7 +3,7 @@
   <div>
     <table class="scores">
       <tr>
-        <th></th>
+        <th colspan="2"></th>
 [% IF show_challenge %]        
        <th colspan="5">Single</th>
        <th colspan="4">Double</th>
@@ -14,6 +14,7 @@
       </tr>
       <tr>
         <th>Sang</th>
+        <th>Artist</th>
         <th>B</th>
         <th>S</th>
         <th>D</th>
@@ -31,6 +32,7 @@
 [% FOR s = songs %]
       <tr>
         <td><a href="song.pl?id=[% s.song %]">[% s.title %]</a></td>
+        <td>[% s.artist %]</td>
         <td>[% s.single_beginner %]</td>
         <td>[% s.single_standard %]</td>
         <td>[% s.single_difficult %]</td>