]> git.sesse.net Git - ccbs/blob - html/templates/index.tmpl
Add support for the user selecting languages.
[ccbs] / html / templates / index.tmpl
1 [%# vim:set filetype=html: %]
2 <div>
3   <p>Welcome to the web part of our score and tournament system.
4     Select whatever you are interested in information for from the menu
5     below.
6   </p>
7 </div>
8
9 <h2>Main menu</h2>
10
11 <div>
12   <ul>
13     <li><a href="tournaments.pl">Tournaments</a></li>
14     <li><a href="players.pl">Players</a></li>
15     <li><a href="songs.pl">Songs</a></li>
16 [% IF !public %]
17     <li><a href="add-tournament.pl">Add tournament</a></li>
18     <li><a href="randomsongs.pl">Song selector</a></li>
19     <li><a href="shorttitles.pl">Short titles</a></li>
20 [% END %]
21   </ul>
22 </div>
23
24 [% IF !public %]
25 <h2>Bigscreen</h2>
26
27 <div>
28   <ul>
29     <li><a href="set-active-tournament.pl">Set active tournament</a></li>
30   </ul>
31 </div>
32 [% END %]
33
34 <h2>Language support</h2>
35
36 <div>
37   <p>You can select a different language if you'd like to. Note that this
38     feature requires cookie support in your web browser.</p>
39
40   <ul>
41     <li><a href="do-set-language.pl?lang=en_US">English</a></li>
42     <li><a href="do-set-language.pl?lang=nb_NO">Norwegian bokmÃ¥l</a></li>
43   </ul>
44 </div>