X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=html%2Ftemplates%2Fshow-tournament.tmpl;h=8169e6a4b1ef175dfde6a750fae757f4e93461ea;hp=9dc1083a09b95aa3a0b4234d85ca8c1d857cb9a0;hb=5519424a845aaba0f8eea22eaabfd2d14fcb649f;hpb=cf6d5eed376fa7626418562831fa178517e3be70 diff --git a/html/templates/show-tournament.tmpl b/html/templates/show-tournament.tmpl index 9dc1083..8169e6a 100644 --- a/html/templates/show-tournament.tmpl +++ b/html/templates/show-tournament.tmpl @@ -74,18 +74,28 @@
[% FOR p = r.parallels %] +
[% IF p.parallel == 0 %] - + [% ELSE %] - + [% END %] [% FOR s = p.songs %] [% IF s == '' %] - + [% ELSE %] - + [% END %] [% END %] [% IF p.num_songs > 1 %] @@ -95,11 +105,15 @@ [% FOR pl = p.players %] - [% IF pl.locked %] + [% IF r.locked %] - + [% FOR s = pl.songs %] - + + + [% IF s.chosen %] [% END %] @@ -112,10 +126,61 @@ [% FOR s = pl.songs %] - + + + [% IF s.chosen %]
+ + + + Gruppe [% p.parallel %] + + + + Gruppe [% p.parallel %] + SelvvalgtSelvvalgt[% s %][% s %]
[% pl.nick %] + [% pl.nick %] + [% s.score %][% s.score %][% s.playmode %][% s.difficulty %][% s.title %]
[% pl.nick %] + + + + + + + + + - +
+
[% END %]