]> git.sesse.net Git - ccbs/blobdiff - html/templates/index.tmpl
Add support for the user selecting languages.
[ccbs] / html / templates / index.tmpl
index 64b9eba34daf3aaa8af8d6823ccc9c93a71d6d4c..de03c0ecd70fb9a28c639908dd53a2c868ebc72d 100644 (file)
@@ -1,6 +1,6 @@
 [%# vim:set filetype=html: %]
 <div>
-  <p>Welcome to the web part our score and tournament system.
+  <p>Welcome to the web part of our score and tournament system.
     Select whatever you are interested in information for from the menu
     below.
   </p>
   </ul>
 </div>
 [% END %]
+
+<h2>Language support</h2>
+
+<div>
+  <p>You can select a different language if you'd like to. Note that this
+    feature requires cookie support in your web browser.</p>
+
+  <ul>
+    <li><a href="do-set-language.pl?lang=en_US">English</a></li>
+    <li><a href="do-set-language.pl?lang=nb_NO">Norwegian bokmÃ¥l</a></li>
+  </ul>
+</div>