]> git.sesse.net Git - ccbs/blob - html/templates/main.tmpl
Added links for all songs (no backend yet) in the tournament view.
[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       <a href="randomsongs.pl">Sangvelger</a>
16     </p>
17
18     <div class="main">
19 [% INCLUDE $page %]
20     </div>
21   </body>
22 </html>