]> git.sesse.net Git - ccbs/blobdiff - html/templates/index.tmpl
Fix a somewhat odd bug in the index template.
[ccbs] / html / templates / index.tmpl
index 466c76ec5b42f665943f540edae7fb217a0513ba..64b9eba34daf3aaa8af8d6823ccc9c93a71d6d4c 100644 (file)
@@ -1,28 +1,32 @@
 [%# vim:set filetype=html: %]
 <div>
-  <p>Velkommen. Alt er under konstant utvikling foreløpig, og kan derfor
-    være knotete, buggy eller bare manglende. Such is life :-)</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>Hovedmeny</h2>
+<h2>Main menu</h2>
 
 <div>
   <ul>
-    <li><a href="tournaments.pl">Turneringer</a></li>
-    <li><a href="players.pl">Spillere</a></li>
+    <li><a href="tournaments.pl">Tournaments</a></li>
+    <li><a href="players.pl">Players</a></li>
+    <li><a href="songs.pl">Songs</a></li>
 [% IF !public %]
-    <li><a href="add-tournament.pl">Legg til turnering</a></li>
-    <li><a href="randomsongs.pl">Sangvelger</a></li>
+    <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>Storskjerm</h2>
+<h2>Bigscreen</h2>
 
 <div>
   <ul>
-    <li><a href="set-active-tournament.pl">Sett aktiv turnering</a></li>
+    <li><a href="set-active-tournament.pl">Set active tournament</a></li>
   </ul>
 </div>
 [% END %]