diff options
author | ot <ot@localhost> | 2007-07-06 05:41:27 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-07-06 05:41:27 +0000 |
commit | 1807496e05bd13299f6e994a1f9a0a68e64f6f26 (patch) | |
tree | 33dc3826dee1073dee40182cd799a77dc77750d2 | |
parent | 965727e34149c4bce87a3adf2cc58dafc4d2f8e9 (diff) | |
download | markup-validator-1807496e05bd13299f6e994a1f9a0a68e64f6f26.zip markup-validator-1807496e05bd13299f6e994a1f9a0a68e64f6f26.tar.gz markup-validator-1807496e05bd13299f6e994a1f9a0a68e64f6f26.tar.bz2 |
using local images for UI
-rwxr-xr-x | htdocs/footer.html | 4 | ||||
-rw-r--r-- | share/templates/en_US/footer.tmpl | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/htdocs/footer.html b/htdocs/footer.html index b3d34f9..0b31cba 100755 --- a/htdocs/footer.html +++ b/htdocs/footer.html @@ -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> diff --git a/share/templates/en_US/footer.tmpl b/share/templates/en_US/footer.tmpl index 6b808d6..5e284ae 100644 --- a/share/templates/en_US/footer.tmpl +++ b/share/templates/en_US/footer.tmpl @@ -15,16 +15,15 @@ <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="images/qa.png" alt="QA" /> </a> - <a href="http://www.w3.org/Style/CSS/learning" title="Learn more about Cascading Style Sheets"></a> </p> <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="images/csupporter.png" alt="W3C Supporter" /> </a> </p> |