X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=html%2Ftemplates%2Fshow-tournament.tmpl;h=71fe1a6249ed1ecde7e3923de96f438d53f6dea7;hb=b96dfdd47d90850d85715651e765e14f0f65d560;hp=b17b39b99b2d2b804a2330252ac4e71fdf145e8c;hpb=5446f180ed50b9ba09add76bca712d7a890dca57;p=ccbs diff --git a/html/templates/show-tournament.tmpl b/html/templates/show-tournament.tmpl index b17b39b..71fe1a6 100644 --- a/html/templates/show-tournament.tmpl +++ b/html/templates/show-tournament.tmpl @@ -1,27 +1,263 @@ [%# vim:set filetype=html: %] -[% FOR r = rounds %] -

Runde [% r.round %]

+

General facts

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

Start new round

+ +
+

<_>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.

-[% FOR p = r.parallels %] -[% IF p.parallel != 0 %] -

Gruppe [% p.parallel %]

+

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

+ +
+ + + + + + + + + + + + + + + + + + + + +
Number of groups
Number to advance from each group
Number of random songs
Number of self-selected songs
+ + + +
+
+
[% END %] + +[% IF finishing_valid && !public %] +

End tournament

- -[% FOR pl = p.players %] - - -[% FOR s = pl.songs %] - + +[% IF num_rankings > 0 %] +

Ranking list

+ +
+
[% END %] -
[% pl.nick %] - [% s.score %] -[% IF s.chosen %] - : [% s.title %] +
+

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 %] -
+ + [% END %] + +[% FOR r = rounds %] +[% IF r.locked || !public %] +

Runde [% r.round %]

+ +
+ + [% 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.song == -1 %] + + [% ELSE %] + + [% END %] + [% END %] + [% IF p.num_songs > 1 %] + + [% END %] + + [% IF !r.locked && !public %] + + [% END %] + + + [% FOR pl = p.players %] + [% IF r.locked || public %] + + + [% FOR s = pl.songs %] + + + + [% IF s.chosen %] + + [% END %] + [% END %] + [% IF p.num_songs > 1 %] + + [% END %] +[% IF pl.best_rank == pl.worst_rank %] + +[% END %] + + [% ELSE %] + + + [% FOR s = pl.songs %] + + + + [% IF s.chosen %] + + [% END %] + [% END %] + [% IF p.num_songs > 1 %] + + [% END %] + + + + [% END %] + [% END %] +
+ + + + + + + + <_>Group [% p.parallel %] + Self-selected[% s.title %]TotalRank
+ [% 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 %]