[31471] trunk/www/includes

jmpp at macports.org jmpp at macports.org
Sat Nov 24 18:44:13 PST 2007


Revision: 31471
          http://trac.macosforge.org/projects/macports/changeset/31471
Author:   jmpp at macports.org
Date:     2007-11-24 18:44:12 -0800 (Sat, 24 Nov 2007)

Log Message:
-----------
Whitespace changes only for the new contents of the header.inc and footer.inc files.

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

Modified: trunk/www/includes/footer.inc
===================================================================
--- trunk/www/includes/footer.inc	2007-11-25 02:35:28 UTC (rev 31470)
+++ trunk/www/includes/footer.inc	2007-11-25 02:44:12 UTC (rev 31471)
@@ -6,12 +6,15 @@
 ?>
 
 
-<div id="footer">
+        <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/check/referer"> <img style="border:0;width:88px;height:31px"
-    src="img/vcss.png" alt="Valid CSS!" /></a></p> Copyright &#xA9; 2002&#x2013;<?php print date("Y"); ?>, <a href="http://www.macports.org/">
-    The MacPorts Project</a>. Hosted by <a href="http://www.macosforge.org">Mac OS Forge</a>. All rights reserved.
-</div>
-</body>
+            <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/check/referer"> <img style="border:0;
+            width:88px;height:31px" src="img/vcss.png" alt="Valid CSS!" /></a></p> Copyright &#xA9; 2002&#x2013;<?php print
+            date("Y"); ?>, <a href="http://www.macports.org/">The MacPorts Project</a>. Hosted by <a href="http://www.macosforge.org">
+            Mac OS Forge</a>. All rights reserved.
+        </div>
+
+    </body>
+
 </html>

Modified: trunk/www/includes/header.inc
===================================================================
--- trunk/www/includes/header.inc	2007-11-25 02:35:28 UTC (rev 31470)
+++ trunk/www/includes/header.inc	2007-11-25 02:44:12 UTC (rev 31471)
@@ -23,80 +23,81 @@
         <script type="text/javascript" src="language.js"></script>
     </head>
 
+
     <body>
 
-<h1><a href="http://www.macports.org/" title="The MacPorts Project"><span class="accessibility">The MacPorts Project</span>
-</a></h1>
+        <h1><a href="http://www.macports.org/" title="The MacPorts Project"><span class="accessibility">The MacPorts Project
+        </span></a></h1>
 
-<p class="accessibility"><a href="#content">Skip to Content</a></p>
+        <p class="accessibility"><a href="#content">Skip to Content</a></p>
 
 
-<div id="header">
+        <div id="header">
 
-    <a id="download" href="install.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&#xE7;ais" width="30" height="48" /></a><a href="#"><img src="img/es-disabled.png"
-        alt="Espa&#xF1;ol" width="30" height="48" /></a><a href="#"><img src="img/ru-disabled.png" alt="&#1056;&#1091;&#1089;
-        &#1089;&#1082;&#1080;&#1081;&nbsp;(Russkij)" width="30" height="48" /></a><a href="#"><img src="img/it-disabled.png"
-        alt="Italiano" width="30" height="48" /></a>
-    </span>
-</div>
+            <a id="download" href="install.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&#xE7;ais" width="30" height="48" /></a><a href="#"><img
+                src="img/es-disabled.png" alt="Espa&#xF1;ol" width="30" height="48" /></a><a href="#"><img src="img/ru-disabled.png"
+                alt="&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081;&nbsp;(Russkij)" 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">
+        <div id="navigation">
 
-    <dl>
-        <dt>Getting Started</dt>
-        <dd>
-            <ul>
+            <dl>
+                <dt>Getting Started</dt>
+                <dd>
+                    <ul>
 <?php
-                $pages = array (
-                    'Home' => 'index.php',
-                    'Installing MacPorts' => 'install.php',
-                    'Available Ports' => 'ports.php',
-                    'Documentation' => $guide_url,
-                    'Support &amp; Development' => $trac_url,
-                    'Contact Us' => 'contact.php',
-                    'Blog' => 'blog/'
-                );
-                foreach ($pages as $title => $url) {
-                    if (basename($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";
-                    }
-                }
+                        $pages = array (
+                            'Home' => 'index.php',
+                            'Installing MacPorts' => 'install.php',
+                            'Available Ports' => 'ports.php',
+                            'Documentation' => $guide_url,
+                            'Support &amp; Development' => $trac_url,
+                            'Contact Us' => 'contact.php',
+                            'Blog' => 'blog/'
+                        );
+                        foreach ($pages as $title => $url) {
+                            if (basename($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>
+                    </ul>
+                </dd>
+                <dt>Shortcuts</dt>
+                <dd>
+                    <ul>
 <?php
-                $shortcuts = array (
-                    'Available Downloads' => $downloads,
-                    'MacPorts FAQ' => $trac_url . 'wiki/FAQ',
-                    'Report a Bug' => $trac_url . 'newticket',
-                    'Subversion Repository' => $svn_url,
-                    'MacPorts Team' => $trac_url . 'wiki/MacPortsDevelopers',
-                    'Becoming a Member' => $guide_url . '#project.membership',
-                    'Mac OS Forge' => 'http://www.macosforge.org/'
-                );
-                foreach ($shortcuts as $title => $url) {
-                    if (basename($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";
-                    }
-                }
+                        $shortcuts = array (
+                            'Available Downloads' => $downloads,
+                            'MacPorts FAQ' => $trac_url . 'wiki/FAQ',
+                            'Report a Bug' => $trac_url . 'newticket',
+                            'Subversion Repository' => $svn_url,
+                            'MacPorts Team' => $trac_url . 'wiki/MacPortsDevelopers',
+                            'Becoming a Member' => $guide_url . '#project.membership',
+                            'Mac OS Forge' => 'http://www.macosforge.org/'
+                        );
+                        foreach ($shortcuts as $title => $url) {
+                            if (basename($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>
-    </dl>
-</div>
+                    </ul>
+                </dd>
+            </dl>
+        </div>
 
 
-<p class="warning"> Warning: This is a temporary installation of the new &amp; re-designed website for The MacPorts Project.
-Official site is located at <a href="http://www.macports.org">http://www.macports.org</a> as always.</p>
+        <p class="warning"> Warning: This is a temporary installation of the new &amp; re-designed website for The MacPorts
+        Project. 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/20071124/48306591/attachment.html


More information about the macports-changes mailing list