1c3737a850cb4c302e22691be33bebe8dd1ff215
[buildfarm-server.git] / templates / page.tt
1 [%#
2
3 Copyright (c) 2003-2010, Andrew Dunstan
4
5 See accompanying License file for license details
6
7 -%]
8 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
9         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
10 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
11   <head>
12     <meta http-equiv="content-type" content="text/html; charset=utf-8" />
13     <title>[% title %]</title>
14     <link rel="icon" type="image/png" href="/exim-blue-ld-60x60.png" />
15     <link rel="stylesheet" rev="stylesheet" href="/inc/pgbf.css" charset="utf-8" />
16     <style type="text/css"><!--
17         li#[% pagebutton %] a { color:rgb(17,45,137); background: url(/inc/b/r.png) no-repeat 100% -20px; } 
18         li#[% pagebutton %] { background: url(/inc/b/l.png) no-repeat 0% -20px; }
19     --></style>
20   </head>
21   <body class="[% bodyclass %]">
22     <div id="wrapper">
23       <div id="banner">
24         <a href="/index.html"><img src="/inc/eximbuildfarm-banner.png" alt="Exim BuildFarm" width="800" height="73" /></a>
25         <div class="nav">
26           <ul>
27             <li id="home"><a href="/index.html" title="Exim BuildFarm Home">Home</a></li>
28             <li id="status"><a href="/cgi-bin/show_status.pl" title="Current results">Status</a></li>
29             <li id="failures"><a href="/cgi-bin/show_failures.pl" title="Recent Failures">Failures</a></li>
30             <li id="members"><a href="/cgi-bin/show_members.pl" title="Platforms tested">Members</a></li>
31             <li id="register"><a href="/cgi-bin/register-form.pl" title="Join Exim BuildFarm">Register</a></li>
32             <!--
33             <li id="github"><a href="https://github.com/mrballcb/exim-build-farm-client">GitHub</a></li>
34             <li id="lists"><a href="http://pgfoundry.org/mail/?group_id=1000040">Email lists and status archives</a></li>
35             -->
36           </ul>
37         </div><!-- nav -->
38       </div><!-- banner -->
39       <div class="main">
40         <p>
41           <strong>WARNING:</strong> Server and client are still considered beta level; still designing/adapting, so expect rapid fluctuation.
42         </p>
43       </div>
44       <div class="main">
45         [% content %]
46       </div><!-- main -->
47       <hr />
48       <p style="text-align: center;">
49         The build farm client and server is derived from the excellent
50         <a href="http://buildfarm.postgresql.org">PostgreSQL Build Farm</a>.
51       </p>
52       <p style="text-align: center;">
53         Hosting for the Exim Buildfarm is provided by: 
54         <a href="http://www.host1.no">Host1</a>
55       </p>
56     </div><!-- wrapper -->
57   </body>
58 </html>