[30043] trunk/www
source_changes at macosforge.org
source_changes at macosforge.org
Thu Oct 18 18:23:50 PDT 2007
Revision: 30043
http://trac.macosforge.org/projects/macports/changeset/30043
Author: jmpp at macports.org
Date: 2007-10-18 18:23:49 -0700 (Thu, 18 Oct 2007)
Log Message:
-----------
Silly whitespace changes, but since nobody else is reading this at the moment... ;-)
Modified Paths:
--------------
trunk/www/contact.php
trunk/www/includes/header.inc
trunk/www/install.php
trunk/www/ports.php
Modified: trunk/www/contact.php
===================================================================
--- trunk/www/contact.php 2007-10-18 23:44:51 UTC (rev 30042)
+++ trunk/www/contact.php 2007-10-19 01:23:49 UTC (rev 30043)
@@ -7,9 +7,9 @@
print_header('MacPorts -- Contact Us', 'utf-8');
?>
+
<div id="content">
-
<h2 class="hdr">Getting in Touch With Us</h2>
<p>There are a number of ways in which you can get in contact with the MacPorts project, either the core developers
@@ -98,6 +98,7 @@
</div>
+
<?php
print_footer();
?>
Modified: trunk/www/includes/header.inc
===================================================================
--- trunk/www/includes/header.inc 2007-10-18 23:44:51 UTC (rev 30042)
+++ trunk/www/includes/header.inc 2007-10-19 01:23:49 UTC (rev 30043)
@@ -5,11 +5,14 @@
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>
<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>
<span><a href="#" id="language"><img src="img/en-enabled.png" alt="English" width="30" height="48" /></a></span>
@@ -18,7 +21,9 @@
</span>
</div>
+
<div id="navigation">
+
<dl>
<dt>Getting Started</dt>
<dd>
@@ -68,5 +73,6 @@
</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>
Modified: trunk/www/install.php
===================================================================
--- trunk/www/install.php 2007-10-18 23:44:51 UTC (rev 30042)
+++ trunk/www/install.php 2007-10-19 01:23:49 UTC (rev 30043)
@@ -6,9 +6,9 @@
print_header('MacPorts -- Download & Installation', 'utf-8');
?>
+
<div id="content">
-
<h2 class="hdr">Installing MacPorts</h2>
<p>MacPorts version <?php print $mp_version_major; ?> is available in binary form as dmg disk images for <a
@@ -138,6 +138,7 @@
</div>
+
<?php
print_footer();
?>
Modified: trunk/www/ports.php
===================================================================
--- trunk/www/ports.php 2007-10-18 23:44:51 UTC (rev 30042)
+++ trunk/www/ports.php 2007-10-19 01:23:49 UTC (rev 30043)
@@ -9,9 +9,9 @@
$substr = isset($_GET['substr']) ? $_GET['substr'] : '';
?>
+
<div id="content">
-
<h2 class="hdr">MacPorts Portfiles</h2>
<p>
@@ -219,6 +219,7 @@
?>
</div>
+
<?php
print_footer();
?>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071018/cf2c3751/attachment-0001.html
More information about the macports-changes
mailing list