]> git.ipfire.org Git - ipfire.org.git/commitdiff
Updated header, footer and style.css.
authorroot <root@uhweb28124.united-hoster.com>
Sat, 5 Jul 2008 23:46:45 +0000 (01:46 +0200)
committerroot <root@uhweb28124.united-hoster.com>
Sat, 5 Jul 2008 23:46:45 +0000 (01:46 +0200)
www/footer.shtml
www/header.shtml
www/style.css

index 4bdc1d7632b5f2628957e67c6521ac02c796522b..60e66f2e806b5dad56ac20c5270fb80f140a2bed 100644 (file)
@@ -1,9 +1,9 @@
 <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 />
+               <!-- <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.
+       Copyright &copy; 2008 IPFire.org. All rights reserved. <a href="imprint.shtml">Imprint</a>
 </div>
 
 </body>
index 41011ca9f566740851219b3714e25132abfbedb7..60f84254c49eb27492b52414b9f1a068f9bac543 100644 (file)
@@ -8,6 +8,36 @@
        <meta name="description" content="" />
        <meta name="verify-v1" content="2LEf3W8naILGWVy2dhedSVEHPXTpp2xFNVsHXZMH1JI=" />
        <link rel="stylesheet" type="text/css" href="../style.css" />
+<!--[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_inner" class="fixed">
 
                <div id="logo">
-                       <!-- need link back to home here -->
+                       <img src="/images/icons/ipfire.png" width="48px" height="48px" class="symbol" alt="IPFire" />
                        <h1><span>IPFire</span>.org</h1>
-                       <h2>Security for Future</h2>
+                       <br />
+                       <h2>Secure your lan</h2>
                </div>
                
                <!--#if expr="$REQUEST_URI != /^\/error/" -->
@@ -36,8 +67,8 @@
                                <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-->
-                               <li><a href="imprint.shtml">Imprint</a></li>
                        </ul>
                </div>
                <!--#endif -->
index 36e007508f19ba9a0895e5aa51b2f378e86c39e4..b479b316da6ce2bca5c5a9a062f3898e9407372a 100644 (file)
@@ -71,7 +71,6 @@ clear: both;
 img
 {
 padding: 3px;
-border: solid 1px #e1e1e1;
 }
 
 img.floatTL
@@ -90,6 +89,12 @@ margin-bottom: 1.5em;
 margin-top: 0.5em;
 }
 
+img.symbol
+{
+float: left;
+margin-bottom: 0em;
+}
+
 a
 {
 text-decoration: underline;