|
From: <ai...@us...> - 2008-10-28 02:23:25
|
Revision: 8977
http://plplot.svn.sourceforge.net/plplot/?rev=8977&view=rev
Author: airwin
Date: 2008-10-28 02:23:22 +0000 (Tue, 28 Oct 2008)
Log Message:
-----------
Improve spacing and insert validation icons for footer.
Modified Paths:
--------------
trunk/www/corefunctions.php
Modified: trunk/www/corefunctions.php
===================================================================
--- trunk/www/corefunctions.php 2008-10-28 01:00:18 UTC (rev 8976)
+++ trunk/www/corefunctions.php 2008-10-28 02:23:22 UTC (rev 8977)
@@ -55,8 +55,10 @@
function pageFooter()
{
echo ' <div id="pagefooter">';
- echo ' <p>© 2008 Plplot developer community, Design by <a href="http://DesignsByDarren.com">DesignsByDarren.com</a>, Some Rights Reserved.<br />';
- echo ' <a href="http://validator.w3.org/check?uri=referer" target="_blank">Valid XHTML 1.0 Transitional</a></p>';
+ echo ' <p>© 2008 Plplot developer community.<br/>Design by <a href="http://DesignsByDarren.com">DesignsByDarren.com</a>, Some Rights Reserved.<br /><br/>';
+ echo ' <a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a>';
+ echo ' <a href="http://jigsaw.w3.org/css-validator/check?uri=referer"><img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!" /></a>';
+ echo ' </p>';
echo ' </div>';
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|