]> git.ipfire.org Git - ipfire.org.git/blob - www/template.inc
Some small link fixes to developer builds on development.xml
[ipfire.org.git] / www / template.inc
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
4 <head>
5 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
6 <title>%(title)s</title>
7 <meta name="keywords" content="Linux, Firewall, IPCop, IPFire, Security" />
8 <meta name="description" content="" />
9 <meta name="verify-v1" content="2LEf3W8naILGWVy2dhedSVEHPXTpp2xFNVsHXZMH1JI=" />
10 <link rel="stylesheet" type="text/css" href="/include/style.css" />
11 <link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.ipfire.org/data/feeds/main-en.rss" />
12 <!--[if lt IE 7]>
13 <link rel="stylesheet" type="text/css" href="/include/ie6.css" />
14 <script src="/include/correctpng.js" type="text/javascript"></script>
15 <![endif]-->
16 </head>
17 <body>
18 <div id="header">
19 <div id="header_inner" class="fixed">
20 <div id="logo">
21 <img src="/images/tux2.png" width="102px" height="102px" class="symbol" alt="IPFire" />
22 </div>
23 <div id="line1">
24 %(menu)s
25 <div id="lang">
26 %(languages)s
27 </div>
28 </div>
29 <div id="line2">
30 <h1>%(server)s</h1>
31 </div>
32 <div id="line3">
33 <h2>%(slogan)s</h2>
34 </div>
35
36 </div>
37 </div>
38 <div id="main">
39 <div id="main_inner" class="fixed">
40 <table>
41 <tr>
42 <td id="sh-tl"></td>
43 <td id="sh-top"></td>
44 <td id="sh-tr"></td>
45 </tr>
46 <tr>
47 <td id="sh-lft"></td>
48 <td id="no-sh">
49 <div id="primaryContent_2columns">
50 <div id="columnA_2columns">
51 %(content)s
52 <br class="clear" />
53 </div>
54 </div>
55 <div id="secondaryContent_2columns">
56 <div id="columnC_2columns">
57 %(sidebar)s
58 <br class="clear" />
59 </div>
60 </div>
61 </td>
62 <td id="sh-rgt"></td>
63 </tr>
64 <tr>
65 <td id="sh-bl"></td>
66 <td id="sh-btn"></td>
67 <td id="sh-br"></td>
68 </tr>
69 </table>
70 </div>
71 </div>
72 <div id="footer" class="fixed2">
73 Copyright &copy; %(year)s IPFire.org. All rights reserved. <a href="/%(lang)s/imprint">Imprint</a>
74 </div>
75 </body>
76 </html>