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