]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - www/template.inc
Add translation page.
[people/shoehn/ipfire.org.git] / www / template.inc
CommitLineData
65ebcb4b
MT
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" />
04436e42 6 <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
65ebcb4b
MT
7 <title>%(title)s</title>
8 <meta name="keywords" content="Linux, Firewall, IPCop, IPFire, Security" />
9 <meta name="description" content="" />
10 <meta name="verify-v1" content="2LEf3W8naILGWVy2dhedSVEHPXTpp2xFNVsHXZMH1JI=" />
dee9508b 11 <link rel="stylesheet" type="text/css" href="/include/style.css" />
eb83e5e1 12 <link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.ipfire.org/%(lang)s/news.rss" />
65ebcb4b 13 <!--[if lt IE 7]>
dee9508b 14 <link rel="stylesheet" type="text/css" href="/include/ie6.css" />
401de611 15 <script src="/include/correctpng.js" type="text/javascript"></script>
65ebcb4b 16 <![endif]-->
dba657a8 17 %(javascript)s
65ebcb4b
MT
18 </head>
19 <body>
20 <div id="header">
21 <div id="header_inner" class="fixed">
22 <div id="logo">
4b59abb2 23 <a href="/" accesskey="h" title="[ALT+H]"><img src="/images/tux2-99.png" width="100px" height="99px" class="symbol" alt="IPFire" /></a>
ee64336e 24 </div>
25 <div id="line1">
26 %(menu)s
27 <div id="lang">
879aa787 28 %(languages)s
ee64336e 29 </div>
879aa787 30 </div>
ee64336e 31 <div id="line2">
879aa787
MT
32 <h1>%(server)s</h1>
33 </div>
ee64336e 34 <div id="line3">
879aa787
MT
35 <h2>%(slogan)s</h2>
36 </div>
ee64336e 37
65ebcb4b
MT
38 </div>
39 </div>
40 <div id="main">
ee64336e 41 <div id="main_inner" class="fixed">
879aa787
MT
42 <table>
43 <tr>
44 <td id="sh-tl"></td>
45 <td id="sh-top"></td>
46 <td id="sh-tr"></td>
47 </tr>
48 <tr>
49 <td id="sh-lft"></td>
50 <td id="no-sh">
51 <div id="primaryContent_2columns">
52 <div id="columnA_2columns">
53 %(content)s
54 <br class="clear" />
55 </div>
56 </div>
57 <div id="secondaryContent_2columns">
58 <div id="columnC_2columns">
59 %(sidebar)s
60 <br class="clear" />
61 </div>
62 </div>
63 </td>
64 <td id="sh-rgt"></td>
65 </tr>
0fcfc468
HS
66
67 <tr>
68 <td id="sh-lft"></td>
69 <td id="footer" class="fixed2">
70 Copyright &copy; %(year)s IPFire.org. All rights reserved. <a href="/%(lang)s/imprint">Imprint</a>
71 </td>
72 <td id="sh-rgt"></td>
73 </tr>
74
879aa787
MT
75 <tr>
76 <td id="sh-bl"></td>
77 <td id="sh-btn"></td>
78 <td id="sh-br"></td>
79 </tr>
80 </table>
81 </div>
82 </div>
879aa787
MT
83 </body>
84</html>