[29104] trunk/www/includes/footer.inc
source_changes at macosforge.org
source_changes at macosforge.org
Fri Sep 14 22:44:54 PDT 2007
Revision: 29104
http://trac.macosforge.org/projects/macports/changeset/29104
Author: jmpp at macports.org
Date: 2007-09-14 22:44:54 -0700 (Fri, 14 Sep 2007)
Log Message:
-----------
Would love to see the two W3 badges aligned to the left of the Copyright footer, but I guess that should be done
in the CSS so I'm gonna let Chris do it. In the mean time, put them both in one same <p> block above the copyright.
Modified Paths:
--------------
trunk/www/includes/footer.inc
Modified: trunk/www/includes/footer.inc
===================================================================
--- trunk/www/includes/footer.inc 2007-09-15 05:39:18 UTC (rev 29103)
+++ trunk/www/includes/footer.inc 2007-09-15 05:44:54 UTC (rev 29104)
@@ -1,20 +1,10 @@
<?php
- // $Id$
+/* $Id$ */
?>
- <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>
- </p>
- <p>
- <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>
- Copyright © 2002–<?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>
+
+<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>
+ Copyright © 2002–<?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>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070914/d1e8f57c/attachment.html
More information about the macports-changes
mailing list