]> git.sesse.net Git - ccbs/blobdiff - html/templates/show-tournament.tmpl
Add a "general facts" to the score screen.
[ccbs] / html / templates / show-tournament.tmpl
index df259eff291a6726fbe6da42327cbfd00443e494..46a169c3bbd1c71c5f71f13596f288bcb614ebab 100644 (file)
@@ -1,9 +1,20 @@
 [%# vim:set filetype=html: %]
+  <h2>Generelle fakta</h2>
+
+  <ul>
+    <li>Sesong: [% tournament.seasonname %]</li>
+    <li>Land: [% tournament.countryname %]</li>
+    <li>Sted: [% tournament.location %]</li>
+    <li>Dato: [% tournament.date %]</li>
+    <li>Maskin: [% tournament.machinename %]</li>
+    <li>Scoresystem: [% tournament.scoringsystemname %]</li>
+  </ul>
+
 [% FOR r = rounds %]
   <h2>Runde [% r.round %]</h2>
 
 [% FOR p = r.parallels %]
-  <table>
+  <table class="scores">
     <tr>
 [% IF p.parallel == 0 %]
       <th></th>