[28946] trunk/www/includes/header.inc

source_changes at macosforge.org source_changes at macosforge.org
Wed Sep 12 10:34:34 PDT 2007


Revision: 28946
          http://trac.macosforge.org/projects/macports/changeset/28946
Author:   jmpp at macports.org
Date:     2007-09-12 10:34:33 -0700 (Wed, 12 Sep 2007)

Log Message:
-----------
Whitespace changes only.

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

Modified: trunk/www/includes/header.inc
===================================================================
--- trunk/www/includes/header.inc	2007-09-12 17:12:44 UTC (rev 28945)
+++ trunk/www/includes/header.inc	2007-09-12 17:34:33 UTC (rev 28946)
@@ -1,64 +1,54 @@
 <?php
-  // $Id$
+/* $Id$ */
 ?>
-    <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="getmp.php">
-        <span class="accessibility">Download MacPorts</span>
-      </a>
-      <span class="accessibility">View site in</span>
-      <span>
-        <a href="#" id="language"><img src="img/en-enabled.png" alt="English" width="30" height="48" /></a>
-      </span>
-      <span id="languages">
+<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="getmp.php"><span class="accessibility">Download MacPorts</span></a>
+    <span class="accessibility">View site in</span>
+    <span><a href="#" id="language"><img src="img/en-enabled.png" alt="English" width="30" height="48" /></a></span>
+    <span id="languages">
         <a href="#"><img src="img/fr-disabled.png" alt="Fran&ccedil;ais" width="30" height="48" /></a><a href="#"><img src="img/es-disabled.png" alt="Espa&ntilde;ol" width="30" height="48" /></a><a href="#"><img src="img/ru-disabled.png" alt="" width="30" height="48" /></a><a href="#"><img src="img/it-disabled.png" alt="Italiano" width="30" height="48" /></a>
-      </span>
-    </div>
-    <div id="navigation">
-      <dl>
+    </span>
+</div>
+
+<div id="navigation">
+    <dl>
         <dt>Getting Started</dt>
         <dd>
-          <ul>
+            <ul>
 <?php
-            $PHP_SELF = $_SERVER['PHP_SELF'];
-            $pages = array (
-              'Home'            => 'index.php',
-              'Get MacPorts'    => 'getmp.php',
-              'Available Ports' => 'ports.php',
-              'Documentation'   => 'http://geeklair.net/new_macports_guide',
-              'Support &amp; Development'
-                                => 'http://trac.macports.org/',
-            );
+                $PHP_SELF = $_SERVER['PHP_SELF'];
+                $pages = array (
+                    'Home' => 'index.php',
+                    'Get MacPorts' => 'getmp.php',
+                    'Available Ports' => 'ports.php',
+                    'Documentation' => 'http://geeklair.net/new_macports_guide',
+                    'Support &amp; Development' => 'http://trac.macports.org/',
+                );
 
-            foreach ($pages as $title => $url) {
-              if ($PHP_SELF == $url) {
-                echo "            <li class=\"selected\"><a href=\"$url\" title=\"$title\">$title</a></li>\n";
-              } else {
-                echo "            <li><a href=\"$url\" title=\"$title\">$title</a></li>\n";
-              }
-            }
-          ?>
-          </ul>
+                foreach ($pages as $title => $url) {
+                    if ($PHP_SELF == $url) {
+                        echo "<li class=\"selected\"><a href=\"$url\" title=\"$title\">$title</a></li>\n";
+                    } else {
+                        echo "<li><a href=\"$url\" title=\"$title\">$title</a></li>\n";
+                    }
+                }
+?>
+            </ul>
         </dd>
         <dt>Shortcuts</dt>
         <dd>
-          <ul>
-            <li><a href="http://svn.macports.org/repository/macports/">Subversion Repository</a></li>
-            <li><a href="http://trac.macports.org/projects/macports/wiki/FAQ">MacPorts FAQ</a></li>
-            <li><a href="http://trac.macports.org/projects/macports/newticket">Report a Bug</a></li>
-          </ul>
+            <ul>
+                <li><a href="http://svn.macports.org/repository/macports/">Subversion Repository</a></li>
+                <li><a href="http://trac.macports.org/projects/macports/wiki/FAQ">MacPorts FAQ</a></li>
+                <li><a href="http://trac.macports.org/projects/macports/newticket">Report a Bug</a></li>
+            </ul>
         </dd>
-      </dl>
-    </div>
-    <p class="warning">
-      Warning: This is just a test installation of a new design for the
-      MacPorts project page, official site is located at
-      <a href="http://www.macports.org">http://www.macports.org</a> as always.
-    </p>
+    </dl>
+</div>
+
+<p class="warning"> Warning: This is just a test installation of a new design for the MacPorts project page,
+official site is located at <a href="http://www.macports.org">http://www.macports.org</a> as always.</p>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070912/63caa3a1/attachment.html


More information about the macports-changes mailing list