]> git.ipfire.org Git - ipfire.org.git/blob - www/header.shtml
Added news about beta 5.
[ipfire.org.git] / www / header.shtml
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><!--#echo var="SERVER_NAME" --></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="../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 <script type="text/javascript">
14 function correctPNG() // correctly handle PNG transparency in Win IE 5.5 or higher.
15 {
16 for(var i=0; i<document.images.length; i++)
17 {
18 var img = document.images[i]
19 var imgName = img.src.toUpperCase()
20 if (imgName.substring(imgName.length-3, imgName.length) == "PNG")
21 {
22 var imgID = (img.id) ? "id='" + img.id + "' " : ""
23 var imgClass = (img.className) ? "class='" + img.className + "' " : ""
24 var imgTitle = (img.title) ? "title='" + img.title + "' " : "title='" + img.alt + "' "
25 var imgStyle = "display:inline-block;" + img.style.cssText
26 if (img.align == "left") imgStyle = "float:left;" + imgStyle
27 if (img.align == "right") imgStyle = "float:right;" + imgStyle
28 if (img.parentElement.href) imgStyle = "cursor:hand;" + imgStyle
29 var strNewHTML = "<span " + imgID + imgClass + imgTitle
30 + " style=\"" + "width:" + img.width + "px; height:" + img.height + "px;" + imgStyle + ";"
31 + "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader"
32 + "(src=\'" + img.src + "\', sizingMethod='scale');\"></span>"
33 img.outerHTML = strNewHTML
34 i = i-1
35 }
36 }
37 }
38 window.attachEvent("onload", correctPNG);
39 </script>
40 <![endif]-->
41
42 </head>
43 <body>
44
45 <div id="header">
46
47 <div id="header_inner" class="fixed">
48
49 <div id="logo">
50 <img src="/images/icons/ipfire.png" width="48px" height="48px" class="symbol" alt="IPFire" />
51 <h1><span>IPFire</span>.org</h1>
52 <br />
53 <h2>Secure your lan</h2>
54 </div>
55
56 <!--#if expr="$REQUEST_URI != /^\/error/" -->
57 <div id="lang">
58 <a href="/en/<!--#echo var="DOCUMENT_NAME" -->" ><img src="/images/en.gif" alt="english" /></a>
59 <a href="/de/<!--#echo var="DOCUMENT_NAME" -->" ><img src="/images/de.gif" alt="german" /></a>
60 </div>
61
62 <div id="menu">
63 <ul>
64 <!--#if expr="$SERVER_NAME = www.ipfire.org" -->
65 <!--#if expr="$DOCUMENT_NAME = downloads.shtml" -->
66 <li><a href="index.shtml">Home</a></li>
67 <li><a class="active" href="downloads.shtml">Downloads</a></li>
68 <li><a href="http://wiki.ipfire.org/">Wiki</a></li>
69 <li><a href="http://forum.ipfire.org/">Forum</a></li>
70 <li><a href="development.shtml">Development</a></li>
71 <!--#else-->
72 <!--#if expr="$DOCUMENT_NAME = development.shtml" -->
73 <li><a href="index.shtml">Home</a></li>
74 <li><a href="downloads.shtml">Downloads</a></li>
75 <li><a href="http://wiki.ipfire.org/">Wiki</a></li>
76 <li><a href="http://forum.ipfire.org/">Forum</a></li>
77 <li><a class="active" href="development.shtml">Development</a></li>
78 <!--#else-->
79 <li><a class="active" href="index.shtml">Home</a></li>
80 <li><a href="downloads.shtml">Downloads</a></li>
81 <li><a href="http://wiki.ipfire.org/">Wiki</a></li>
82 <li><a href="http://forum.ipfire.org/">Forum</a></li>
83 <li><a href="development.shtml">Development</a></li>
84 <!--#endif-->
85 <!--#endif-->
86 <!--#endif-->
87 <!--#if expr="$SERVER_NAME = source.ipfire.org" -->
88 <li><a class="active" href="source.shtml">Source</a></li>
89 <!--#endif-->
90 <!--#if expr="$SERVER_NAME = tracker.ipfire.org" -->
91 <li><a class="active" href="tracker.shtml">Tracker</a></li>
92 <!--#endif-->
93 </ul>
94 </div>
95 <!--#endif -->
96
97 </div>
98 </div>