]> git.sesse.net Git - ccbs/blob - html/templates/main.tmpl
53bb192b84e5c6d4edf0f307df0d66c62d63520c
[ccbs] / html / templates / main.tmpl
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
3   "http://www.w3.org/TR/xhtml11/DTD/xhtml11-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="no">
5   <head>
6     <title>[% title %] - CCBS</title>
7     <link rel="stylesheet" type="text/css" href="ccbs.css" />
8   </head>
9   <body>
10     <h1>[% title %]</h1>
11
12     <p>
13       <a href="index.pl"><_>Forside</_></a>
14       | <a href="tournaments.pl"><_>Turneringer</_></a>
15 [% IF !public %]
16       | <a href="randomsongs.pl"><_>Sangvelger</_></a>
17 [% END %]
18     </p>
19
20     <div class="main">
21 [% INCLUDE $page %]
22     </div>
23   </body>
24 </html>
25 <!-- Data acquisition and processing took [% timetogenerate %] seconds. -->