]> git.sesse.net Git - ccbs/blobdiff - html/templates/index.tmpl
Switch to English as a default language, and make a matching nb_NO.po instead.
[ccbs] / html / templates / index.tmpl
index 068631db1df40888d4deb91af03c612fc5052f29..1a5bf523d1d71d836d2544b3973b15b2bf649210 100644 (file)
@@ -1,4 +1,32 @@
 [%# vim:set filetype=html: %]
 <div>
-  <p>Velkommen. Tomt foreløpig. :-)</p>
+  <p>Welcome to the web part our score and tournament system.
+    Select whatever you are interested in information for from the menu
+    below.
+  </p>
 </div>
+
+<h2>Main menu</h2>
+
+<div>
+  <ul>
+    <li><a href="tournaments.pl">Tournaments</a></li>
+    <li><a href="players.pl">Players</a></li>
+    <li><a href="songs.pl">Spillere</a></li>
+[% IF !public %]
+    <li><a href="add-tournament.pl">Add tournament</a></li>
+    <li><a href="randomsongs.pl">Song selector</a></li>
+    <li><a href="shorttitles.pl">Short titles</a></li>
+[% END %]
+  </ul>
+</div>
+
+[% IF !public %]
+<h2>Bigscreen</h2>
+
+<div>
+  <ul>
+    <li><a href="set-active-tournament.pl">Set active tournament</a></li>
+  </ul>
+</div>
+[% END %]