]> git.ipfire.org Git - ipfire.org.git/blame - www/header.shtml
Added news about beta 5.
[ipfire.org.git] / www / header.shtml
CommitLineData
e47a6f84 1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
03c9a613 3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
01885878 4<head>
14e9c02d 5 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
3ff59c7c 6 <title><!--#echo var="SERVER_NAME" --></title>
01885878 7 <meta name="keywords" content="Linux, Firewall, IPCop, IPFire, Security" />
8 <meta name="description" content="" />
f0496bf2 9 <meta name="verify-v1" content="2LEf3W8naILGWVy2dhedSVEHPXTpp2xFNVsHXZMH1JI=" />
01885878 10 <link rel="stylesheet" type="text/css" href="../style.css" />
c8c8c651 11 <link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.ipfire.org/data/feeds/main-en.rss" />
ed7b0117 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
01885878 42</head>
43<body>
44
45<div id="header">
46
47 <div id="header_inner" class="fixed">
48
49 <div id="logo">
ed7b0117 50 <img src="/images/icons/ipfire.png" width="48px" height="48px" class="symbol" alt="IPFire" />
01885878 51 <h1><span>IPFire</span>.org</h1>
ed7b0117 52 <br />
53 <h2>Secure your lan</h2>
01885878 54 </div>
55
42aff73b 56 <!--#if expr="$REQUEST_URI != /^\/error/" -->
01885878 57 <div id="lang">
3ff59c7c 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>
01885878 60 </div>
61
62 <div id="menu">
63 <ul>
227bf541
MT
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-->
8afb2498 87 <!--#if expr="$SERVER_NAME = source.ipfire.org" -->
227bf541
MT
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>
3ff59c7c 92 <!--#endif-->
01885878 93 </ul>
94 </div>
42aff73b 95 <!--#endif -->
01885878 96
97 </div>
98</div>