X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=html%2Ftemplates%2Fshow-tournament.tmpl;h=71fe1a6249ed1ecde7e3923de96f438d53f6dea7;hp=cc8cdbcc576087a30d65793ef069696e0217f1b7;hb=HEAD;hpb=f24e4feebe4555e63b5c5df1090f1982fed89f58 diff --git a/html/templates/show-tournament.tmpl b/html/templates/show-tournament.tmpl index cc8cdbc..71fe1a6 100644 --- a/html/templates/show-tournament.tmpl +++ b/html/templates/show-tournament.tmpl @@ -1,34 +1,263 @@ [%# vim:set filetype=html: %] +

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.

+ +

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

+ +
+

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 %] +

Ranking list

+ +
+ +
+[% 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 %] + [% 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 %] -[% ELSE %] - -[% END %] -[% FOR s = p.songs %] - -[% END %] + [% END %] -[% FOR pl = p.players %] + [% FOR pl = p.players %] + [% IF r.locked || public %] - -[% FOR s = pl.songs %] + + [% 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 %] + [% END %] + [% IF p.num_songs > 1 %] + + [% END %] + + -[% END %] + [% END %] + [% END %]
+ + + + + + + + <_>Group [% p.parallel %] + Self-selected[% s.title %]TotalRankGruppe [% p.parallel %][% s %]
[% pl.nick %] + [% 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 %] + + + - [% s.score %] -[% IF s.chosen %] - : [% s.title %] -[% END %] -[% pl.total %][% pl.rank %]
+
+ [% END %] + +
[% END %] - [% END %]