X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=html%2Ftemplates%2Fshow-tournament.tmpl;h=fee1f5380fcd055566bfdf624f98758b0db8c4da;hb=e8167598f7b9d4daff030f51728b29f9c8e8e2eb;hp=1ae4de193498dbf5cbe701030020ca4219d9bead;hpb=f441216a623854ca492d416d0ebe825ae07ab40d;p=ccbs diff --git a/html/templates/show-tournament.tmpl b/html/templates/show-tournament.tmpl index 1ae4de1..fee1f53 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 grupper + Number of groups
Antall som går videre fra hver gruppe + Number to advance from each group
Antall tilfeldige sanger + Number of random songs
Antall selvvalgte sanger + 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 %] -

Rankingliste

+

Ranking list

@@ -69,44 +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 %] - -[% 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 %] + + [% END %] -[% FOR pl = p.players %] + [% FOR pl = p.players %] + [% IF r.locked %] - -[% 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 %] -[% IF p.num_songs > 1 %] + [% END %] + [% END %] + [% IF p.num_songs > 1 %] -[% END %] + [% END %] + + -[% END %] + [% END %] + [% END %]
Gruppe [% p.parallel %][% s %] + + + + + + + + <_>Gruppe [% p.parallel %] + Self-selected[% s.title %]TotalRank
[% 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 %] +[% END %]