[29969] trunk/www/includes

source_changes at macosforge.org source_changes at macosforge.org
Tue Oct 16 21:33:38 PDT 2007


Revision: 29969
          http://trac.macosforge.org/projects/macports/changeset/29969
Author:   jmpp at macports.org
Date:     2007-10-16 21:33:37 -0700 (Tue, 16 Oct 2007)

Log Message:
-----------

www/includes/header.inc: Move "Contact Us" anchor into the main section of the sidebar; whitespace cleanup;
www/includes/footer.inc: Fix CSS validator link.

Modified Paths:
--------------
    trunk/www/includes/footer.inc
    trunk/www/includes/header.inc

Modified: trunk/www/includes/footer.inc
===================================================================
--- trunk/www/includes/footer.inc	2007-10-17 01:21:02 UTC (rev 29968)
+++ trunk/www/includes/footer.inc	2007-10-17 04:33:37 UTC (rev 29969)
@@ -5,7 +5,7 @@
 
 <div id="footer">
     <p><a href="http://validator.w3.org/check?uri=referer"><img src="img/valid-xhtml11-blue.png" alt="Valid XHTML 1.1" height="31" width="88" /></a>
-    <a href="http://jigsaw.w3.org/css-validator/"> <img style="border:0;width:88px;height:31px" src="img/vcss.png" alt="Valid CSS!" /></a></p>
+    <a href="http://jigsaw.w3.org/css-validator/check/referer"> <img style="border:0;width:88px;height:31px" src="img/vcss.png" alt="Valid CSS!" /></a></p>
     Copyright &copy; 2002&ndash;<?php print date("Y"); ?>, <a href="http://www.macports.org/">MacPorts</a>.
     Hosted by <a href="http://www.macosforge.org">Mac OS Forge</a>. All rights reserved.
 </div>

Modified: trunk/www/includes/header.inc
===================================================================
--- trunk/www/includes/header.inc	2007-10-17 01:21:02 UTC (rev 29968)
+++ trunk/www/includes/header.inc	2007-10-17 04:33:37 UTC (rev 29969)
@@ -1,14 +1,14 @@
 <?php
-/* -*- coding: utf-8; mode: php; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=php:et:sw=4:ts=4:sts=4 */
-/* $Id$ */
-$PHP_SELF = $_SERVER['PHP_SELF'];
-global $mp_version_major, $trac_url, $svn_url, $downloads, $guide_url;
+    /* -*- coding: utf-8; mode: php; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=php:et:sw=4:ts=4:sts=4 */
+    /* $Id$ */
+    $PHP_SELF = $_SERVER['PHP_SELF'];
+    global $mp_version_major, $trac_url, $svn_url, $downloads, $guide_url;
 ?>
 
-<h1>
-    <a href="http://www.macports.org/" title="MacPorts"><span class="accessibility">MacPorts</span></a>
-</h1>
+<h1><a href="http://www.macports.org/" title="MacPorts"><span class="accessibility">MacPorts</span></a></h1>
+
 <p class="accessibility"><a href="#content">Skip to Content</a></p>
+
 <div id="header">
     <a id="download" href="install.php"><span class="accessibility">Download MacPorts</span></a>
     <span class="accessibility">View site in</span>
@@ -30,6 +30,7 @@
                     'Available Ports' => 'ports.php',
                     'Documentation' => $guide_url,
                     'Support &amp; Development' => $trac_url,
+                    'Contact Us' => 'contact.php',
                     'Blog' => 'blog/'
                 );
                 foreach ($pages as $title => $url) {
@@ -52,7 +53,6 @@
                     'Report a Bug' => $trac_url . 'newticket',
                     'Subversion Repository' => $svn_url,
                     'MacPorts Team' => $trac_url . 'wiki/MacPortsDevelopers',
-                    'Contact Us' => 'contact.php',
                     'Becoming a Member' => $guide_url . '#project.membership'
                 );
                 foreach ($shortcuts as $title => $url) {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071016/f17c7991/attachment-0001.html


More information about the macports-changes mailing list