]> git.sesse.net Git - ccbs/blob - html/templates/main-pg.tmpl
Shape text using Pango and HarfBuzz; gives us nice ligatures and exotic scripts.
[ccbs] / html / templates / main-pg.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 %] - Positive Gaming</title>
7     <link rel="stylesheet" href="ccbs-pg.css" type="text/css" />
8   </head>
9   <body>
10     <p><a href="http://www.positivegaming.com"><img src="http://www.positivegaming.com/multiplayer/img/logo.gif" width="423" height="95" style="border: 0px;" alt="Positive Gaming" /></a></p>
11     <p><img src="http://www.positivegaming.com/multiplayer/img/tab_bar.gif" class="tabbar" alt="===" /></p>
12
13     <div style="margin: 0 15px 0 15px;">
14       <h1>
15         <img src="http://www.positivegaming.com/multiplayer/img/box_top_main_left.gif" class="box_top_main_left" alt="" />
16         <img src="http://www.positivegaming.com/multiplayer/img/box_top_main_right.gif" class="box_top_main_right" alt="" />
17         [% title %]
18       </h1>
19       <div class="content_main">
20 [% IF page != "index.tmpl" %]
21          <p><a href="index.pl">Back to main menu</a></p>
22 [% END %]
23
24          [% INCLUDE $page %]
25       </div>
26     </div>
27
28     <p><img src="http://www.positivegaming.com/multiplayer/img/tab_bar.gif" class="tabbar" alt="===" /></p>
29
30     <p style="float: right; margin-top: 0em; margin-right: 10px;"><a href="http://www.positivegaming.com/"><img src="http://www.positivegaming.com/multiplayer/img/dancepad_small.gif" alt="Back to front page" /></a></p>
31
32     <div style="text-align: center;">
33       <p style="font-size: 11px;">
34         <a href="http://www.positivegaming.com/company/index.php?id=contact">Contact Us</a>
35       </p>
36       <p>Copyright &copy; 2005 Positive Gaming AS. All rights reserved.</p>
37     </div>
38   </body>
39 </html>
40 <!-- Data acquisition and processing took [% timetogenerate %] seconds. -->