]> git.ipfire.org Git - ipfire.org.git/commitdiff
Removed the old headers, footers, and .htaccess (We use lighty).
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 7 Feb 2009 14:30:56 +0000 (15:30 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 7 Feb 2009 14:30:56 +0000 (15:30 +0100)
www/.htaccess [deleted file]
www/footer.shtml [deleted file]
www/header.shtml [deleted file]

diff --git a/www/.htaccess b/www/.htaccess
deleted file mode 100644 (file)
index 9f3bb07..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-DirectoryIndex index.py index.shtml
-
-RewriteEngine on
-RewriteCond %{REQUEST_FILENAME} !-f
-RewriteCond %{REQUEST_FILENAME} !-d
-RewriteRule ^(.*).shtml$ index.py?file=$1.shtml
diff --git a/www/footer.shtml b/www/footer.shtml
deleted file mode 100644 (file)
index 60e66f2..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<div id="footer" class="fixed">
-       <!--#if expr="$DOCUMENT_NAME = index.shtml" -->
-               <!-- <img src="http://www.ipligence.com/webmaps/m/?u=5feee836062786c9a5ca20e179302b42&amp;size=medium&amp;color=1&amp;a=year" alt="ip-location map zoom" border="1" />
-               <br /><br /> -->
-       <!--#endif -->
-       Copyright &copy; 2008 IPFire.org. All rights reserved. <a href="imprint.shtml">Imprint</a>
-</div>
-
-</body>
-</html>
diff --git a/www/header.shtml b/www/header.shtml
deleted file mode 100644 (file)
index a0b40b7..0000000
+++ /dev/null
@@ -1,98 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
-<head>
-       <meta http-equiv="content-type" content="text/html; charset=utf-8" />
-       <title><!--#echo var="SERVER_NAME" --></title>
-       <meta name="keywords" content="Linux, Firewall, IPCop, IPFire, Security" />
-       <meta name="description" content="" />
-       <meta name="verify-v1" content="2LEf3W8naILGWVy2dhedSVEHPXTpp2xFNVsHXZMH1JI=" />
-       <link rel="stylesheet" type="text/css" href="../style.css" />
-       <link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.ipfire.org/data/feeds/main-en.rss" />
-<!--[if lt IE 7]>
-       <script type="text/javascript">
-               function correctPNG() // correctly handle PNG transparency in Win IE 5.5 or higher.
-               {
-                       for(var i=0; i<document.images.length; i++)
-                       {
-                               var img = document.images[i]
-                               var imgName = img.src.toUpperCase()
-                               if (imgName.substring(imgName.length-3, imgName.length) == "PNG")
-                               {
-                                       var imgID = (img.id) ? "id='" + img.id + "' " : ""
-                                       var imgClass = (img.className) ? "class='" + img.className + "' " : ""
-                                       var imgTitle = (img.title) ? "title='" + img.title + "' " : "title='" + img.alt + "' "
-                                       var imgStyle = "display:inline-block;" + img.style.cssText
-                                       if (img.align == "left") imgStyle = "float:left;" + imgStyle
-                                       if (img.align == "right") imgStyle = "float:right;" + imgStyle
-                                       if (img.parentElement.href) imgStyle = "cursor:hand;" + imgStyle
-                                       var strNewHTML = "<span " + imgID + imgClass + imgTitle
-                                               + " style=\"" + "width:" + img.width + "px; height:" + img.height + "px;" + imgStyle + ";"
-                                               + "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader"
-                                               + "(src=\'" + img.src + "\', sizingMethod='scale');\"></span>"
-                                       img.outerHTML = strNewHTML
-                                       i = i-1
-                               }
-                       }
-               }
-               window.attachEvent("onload", correctPNG);
-       </script>
-<![endif]-->
-
-</head>
-<body>
-
-<div id="header">
-
-       <div id="header_inner" class="fixed">
-
-               <div id="logo">
-                       <img src="/images/icons/ipfire.png" width="48px" height="48px" class="symbol" alt="IPFire" />
-                       <h1><span>IPFire</span>.org</h1>
-                       <br />
-                       <h2>Security today!</h2>
-               </div>
-               
-               <!--#if expr="$REQUEST_URI != /^\/error/" -->
-               <div id="lang">
-                       <a href="/en/<!--#echo var="DOCUMENT_NAME" -->" ><img src="/images/en.gif" alt="english" /></a>
-                       <a href="/de/<!--#echo var="DOCUMENT_NAME" -->" ><img src="/images/de.gif" alt="german" /></a>
-               </div>
-               
-               <div id="menu">
-                       <ul>
-                               <!--#if expr="$SERVER_NAME = www.ipfire.org" -->
-                                       <!--#if expr="$DOCUMENT_NAME = downloads.shtml" -->
-                                       <li><a href="index.shtml">Home</a></li>
-                                       <li><a class="active" href="downloads.shtml">Downloads</a></li>
-                                       <li><a href="http://wiki.ipfire.org/">Wiki</a></li>
-                                       <li><a href="http://forum.ipfire.org/">Forum</a></li>
-                                       <li><a href="development.shtml">Development</a></li>
-                                       <!--#else -->
-                                               <!--#if expr="$DOCUMENT_NAME = development.shtml" -->
-                                               <li><a href="index.shtml">Home</a></li>
-                                               <li><a href="downloads.shtml">Downloads</a></li>
-                                               <li><a href="http://wiki.ipfire.org/">Wiki</a></li>
-                                               <li><a href="http://forum.ipfire.org/">Forum</a></li>
-                                               <li><a class="active" href="development.shtml">Development</a></li>
-                                               <!--#else -->
-                                                       <li><a class="active" href="index.shtml">Home</a></li>
-                                                       <li><a href="downloads.shtml">Downloads</a></li>
-                                                       <li><a href="http://wiki.ipfire.org/">Wiki</a></li>
-                                                       <li><a href="http://forum.ipfire.org/">Forum</a></li>
-                                                       <li><a href="development.shtml">Development</a></li>
-                                               <!--#endif -->
-                                       <!--#endif -->
-                               <!--#endif -->
-                               <!--#if expr="$SERVER_NAME = source.ipfire.org" -->
-                               <li><a class="active" href="source.shtml">Source</a></li>
-                               <!--#endif -->
-                               <!--#if expr="$SERVER_NAME = tracker.ipfire.org" -->
-                               <li><a class="active" href="tracker.shtml">Tracker</a></li>
-                               <!--#endif -->
-                       </ul>
-               </div>
-               <!--#endif -->
-               
-       </div>
-</div>