X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=html%2Ftemplates%2Fshow-tournament.tmpl;h=80a103fc99c62928cb938d7913b7c5970ca253de;hb=4875f7c02cae8fdfab0bbb0a2333d7262cbe4a7d;hp=c7566430271a6c0bec6bdeeb2172541e2fa0b05b;hpb=f2a075e3a1d402fbc1922c3dcf7a4d7fb4370832;p=ccbs diff --git a/html/templates/show-tournament.tmpl b/html/templates/show-tournament.tmpl index c756643..80a103f 100644 --- a/html/templates/show-tournament.tmpl +++ b/html/templates/show-tournament.tmpl @@ -1,67 +1,89 @@ [%# vim:set filetype=html: %] -

Generelle fakta

+

General facts

-

Start ny runde

+[% IF closing_valid && !public %] +

Start new round

-

For øyeblikket har det vært avholdt [% num_rounds %] runder, - hvilket vil si at du kan begynne runde [% num_rounds + 1 %] - om du skulle ønske det. Vær oppmerksom på at du ikke kan begynne en ny runde - før den forrige er gjort helt ferdig.

+

<_>At the moment, there's been [% num_rounds %] <_>full rounds, + which means that you could start round [% num_rounds + 1 %] + <_>if you'd like. Note that you can't start a new round before the + previous one has been completely done.

-

Det er [% num_qualified %] mennesker som vil gå videre til - neste runde, og disse vil bli spredd jevnt utover så mange grupper som du velger.

+

<_>There are [% num_qualified %] <_>players going + onto the next round, and these will be spread evenly out over how many + groups you select.

- + - + - + - +
Antall grupperNumber of groups
Antall som går videre fra hver gruppeNumber to advance from each group
Antall tilfeldige sangerNumber of random songs
Antall selvvalgte sangerNumber of self-selected songs
- +
+[% END %] + +[% IF finishing_valid && !public %] +

End tournament

+ +
+

As there's only one group left and that group is done, you can end the + tournament if you'd like to. Note that when you've ended the tournament, + the ranking lists will be generated and the CC points will be handed out, and + there's no way back (that is, the tournament is permanently ended). +

+ +
+

+ + +

+
+
+[% END %] [% IF num_rankings > 0 %] -

Rankingliste

+

Ranking list

@@ -69,46 +91,173 @@ [% END %] [% FOR r = rounds %] -

Runde [% r.round %]

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

Runde [% r.round %]

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

+ + + + [% IF p.bigscreen %] + + + [% ELSE %] + + + <_>Number of machines: + <_>Number of simultaneous players on each machine: + [% END %] +

+
+ [% END %] + +
-[% IF p.parallel == 0 %] - -[% ELSE %] - -[% END %] -[% FOR s = p.songs %] -[% IF s == '' %] - -[% ELSE %] - -[% END %] -[% END %] -[% IF p.num_songs > 1 %] + [% IF p.parallel == 0 %] + + [% ELSE %] + + [% END %] + [% FOR s = p.songs %] + [% IF s.song == -1 %] + + [% ELSE %] + + [% END %] + [% END %] + [% IF p.num_songs > 1 %] -[% END %] + [% END %] + + [% IF !r.locked && !public %] + + [% END %] -[% FOR pl = p.players %] + [% FOR pl = p.players %] + [% IF r.locked || public %] - -[% FOR s = pl.songs %] - -[% IF s.chosen %] - -[% END %] -[% END %] -[% IF p.num_songs > 1 %] + + [% FOR s = pl.songs %] + + + + [% IF s.chosen %] + + [% END %] + [% END %] + [% IF p.num_songs > 1 %] -[% END %] + [% END %] +[% IF pl.best_rank == pl.worst_rank %] + +[% END %] -[% END %] + [% ELSE %] + + + [% FOR s = pl.songs %] + + + + [% IF s.chosen %] + + [% END %] + [% END %] + [% IF p.num_songs > 1 %] + + [% END %] + + + + [% END %] + [% END %]
Gruppe [% p.parallel %]Selvvalgt[% s %] + + + + + + + + <_>Group [% p.parallel %] + Self-selected[% s.title %]TotalRank
[% pl.nick %][% s.score %][% s.title %] + [% pl.nick %] + [% s.score %][% s.playmode %][% s.difficulty %][% s.title %][% pl.total %][% pl.best_rank %] +[% ELSE %] + [% pl.best_rank %]-[% pl.worst_rank %]
[% pl.nick %] + + + + + + +[% IF !s.chosen %] + +[% END %] + + + + + + [% pl.total %][% pl.rank %]
-[% END %] +
+ [% END %]
[% END %] +[% END %]