]> git.sesse.net Git - ccbs/blob - html/templates/index.tmpl
Fix a somewhat odd bug in the index template.
[ccbs] / html / templates / index.tmpl
1 [%# vim:set filetype=html: %]
2 <div>
3   <p>Welcome to the web part 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 %]