]> git.sesse.net Git - ccbs/blobdiff - html/templates/show-tournament.tmpl
Add some spacing around the score tables.
[ccbs] / html / templates / show-tournament.tmpl
index b17b39b99b2d2b804a2330252ac4e71fdf145e8c..cc8cdbcc576087a30d65793ef069696e0217f1b7 100644 (file)
@@ -3,11 +3,18 @@
   <h2>Runde [% r.round %]</h2>
 
 [% FOR p = r.parallels %]
-[% IF p.parallel != 0 %]
-  <h3>Gruppe [% p.parallel %]</h3>
+  <table class="scores">
+    <tr>
+[% IF p.parallel == 0 %]
+      <th></th>
+[% ELSE %]
+      <th>Gruppe [% p.parallel %]</th>
 [% END %]
-
-  <table>
+[% FOR s = p.songs %]
+      <th>[% s %]</th>
+[% END %]
+    </tr>
+    
 [% FOR pl = p.players %]
     <tr>
       <th>[% pl.nick %]</th>