X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=html%2Ftemplates%2Fshow-tournament.tmpl;h=8169e6a4b1ef175dfde6a750fae757f4e93461ea;hp=d8aae62547784ae87ff21623e0503e32040c18f8;hb=5519424a845aaba0f8eea22eaabfd2d14fcb649f;hpb=3b0ab91cd4996cd4b6b1a16e9a13b13ccf44a917 diff --git a/html/templates/show-tournament.tmpl b/html/templates/show-tournament.tmpl index d8aae62..8169e6a 100644 --- a/html/templates/show-tournament.tmpl +++ b/html/templates/show-tournament.tmpl @@ -81,15 +81,21 @@ + [% ELSE %] - Gruppe [% p.parallel %] + + + + + Gruppe [% p.parallel %] + [% END %] [% FOR s = p.songs %] [% IF s == '' %] - Selvvalgt + Selvvalgt [% ELSE %] - [% s %] + [% s %] [% END %] [% END %] [% IF p.num_songs > 1 %] @@ -99,13 +105,15 @@ [% FOR pl = p.players %] - [% IF pl.locked %] + [% IF r.locked %] [% pl.nick %] [% FOR s = pl.songs %] - [% s.score %] + [% s.score %] + [% s.playmode %] + [% s.difficulty %] [% IF s.chosen %] [% s.title %] [% END %] @@ -118,8 +126,12 @@ [% pl.nick %] [% FOR s = pl.songs %] - + + + + + + + + + [% END %] [% END %]