- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 06 Jul 2007 05:41:30 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs In directory hutz:/tmp/cvs-serv17001/htdocs Modified Files: footer.html Log Message: using local images for UI Index: footer.html =================================================================== RCS file: /sources/public/validator/htdocs/footer.html,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- footer.html 31 May 2007 06:28:20 -0000 1.19 +++ footer.html 6 Jul 2007 05:41:27 -0000 1.20 @@ -11,7 +11,7 @@ <p id="activity_logos"> <a href="http://www.w3.org/QA/" title="W3C's Quality Assurance Activity, bringing you free Web quality tools and more"> - <img src="http://www.w3.org/QA/2002/12/qa.png" alt="QA" /> + <img src="<!--#echo var="relroot" -->images/qa.png" alt="QA" /> </a> <a href="http://www.w3.org/Style/CSS/learning" title="Learn more about Cascading Style Sheets"></a> </p> @@ -19,7 +19,7 @@ <p id="support_logo"> Support this tool, become a<br /> <a href="http://www.w3.org/Consortium/supporters"> - <img src="http://www.w3.org/Consortium/supporter-logos/csupporter.png" alt="W3C Supporter" /> + <img src="<!--#echo var="relroot" -->images/csupporter.png" alt="W3C Supporter" /> </a> </p>
Received on Friday, 6 July 2007 05:41:34 UTC