X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=html%2Ftemplates%2Fshow-tournament.tmpl;h=d66aa20079d6041a8a9cbf77098433e9898e3622;hp=3c1839b248025fe0c8c06213d15a71b6e1e69fb5;hb=b0b74d8d081b73ba0716ae4edd25dde9c63a3aef;hpb=abdecc0f519228843c82f803158a82771ab30f05 diff --git a/html/templates/show-tournament.tmpl b/html/templates/show-tournament.tmpl index 3c1839b..d66aa20 100644 --- a/html/templates/show-tournament.tmpl +++ b/html/templates/show-tournament.tmpl @@ -12,6 +12,7 @@ +[% IF closing_valid %]

Start ny runde

@@ -51,6 +52,7 @@
+[% END %] [% IF num_rankings > 0 %]

Rankingliste

@@ -74,32 +76,48 @@
[% FOR p = r.parallels %] +
[% IF p.parallel == 0 %] - + [% ELSE %] - + [% END %] [% FOR s = p.songs %] [% IF s == '' %] - + [% ELSE %] - + [% END %] [% END %] [% IF p.num_songs > 1 %] [% END %] + [% IF !r.locked %] + [% END %] [% FOR pl = p.players %] - [% IF pl.locked %] + [% IF r.locked %] - + [% FOR s = pl.songs %] - + + + [% IF s.chosen %] [% END %] @@ -112,9 +130,13 @@ [% FOR s = pl.songs %] - + + [% IF s.chosen %]
+ + + + Gruppe [% p.parallel %] + + + + Gruppe [% p.parallel %] + SelvvalgtSelvvalgt[% s %][% s %]Total
[% pl.nick %] + [% pl.nick %] + [% s.score %][% s.score %][% s.playmode %][% s.difficulty %][% s.title %]
[% pl.nick %] - - + + + + + - + + - +
+
[% END %]