X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=html%2Ftemplates%2Fshow-tournament.tmpl;h=162558dd9d290f012bad337abd453775635cc7af;hb=3c8e4e7e075f55a77e313275479a41b057ca4fc1;hp=86854cd0f43c14cdbc97d1b57dd0a86036c23417;hpb=99d0a3d132ab8dce72e51935ca67ea85be8158a2;p=ccbs diff --git a/html/templates/show-tournament.tmpl b/html/templates/show-tournament.tmpl index 86854cd..162558d 100644 --- a/html/templates/show-tournament.tmpl +++ b/html/templates/show-tournament.tmpl @@ -12,7 +12,7 @@ -[% IF closing_valid %] +[% IF closing_valid && !public %]

Start ny runde

@@ -54,7 +54,7 @@
[% END %] -[% IF finishing_valid %] +[% IF finishing_valid && !public %]

Avslutt turnering

@@ -79,9 +79,9 @@ @@ -89,25 +89,30 @@ [% END %] [% FOR r = rounds %] -

Runde [% r.round %]

+[% IF r.locked || !public %] +

Runde [% r.round %]

[% FOR p = r.parallels %] + [% IF bigscreen && !public %]

- [% IF p.bigscreen %] + [% IF p.bigscreen %] - [% ELSE %] + [% ELSE %] - [% END %] + Antall maskiner: + Antall spillere samtidig på hver maskin: + [% END %]

+ [% END %]
@@ -146,7 +151,7 @@ [% IF r.locked %] [% FOR s = pl.songs %] @@ -163,7 +168,7 @@ [% ELSE %] - + [% FOR s = pl.songs %]
- [% pl.nick %] + [% pl.nick %] [% s.score %]
[% pl.nick %][% pl.nick %] @@ -249,3 +254,4 @@ [% END %] +[% END %]