]> git.sesse.net Git - ccbs/blobdiff - html/templates/index.tmpl
Shape text using Pango and HarfBuzz; gives us nice ligatures and exotic scripts.
[ccbs] / html / templates / index.tmpl
index 64b9eba34daf3aaa8af8d6823ccc9c93a71d6d4c..58806e1866608cf0ae99bd066ee7a2d8eb4b8c1d 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 bokmal</a></li>
+    <li><a href="do-set-language.pl?lang=nn_NO">Norwegian nynorsk</a></li>
+  </ul>
+</div>