- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 26 Mar 2009 15:15:13 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv9426/htdocs
Modified Files:
footer.html header.html no_referer.asis
Log Message:
removing w3c logo from default chrome, and disambiguate "this is the w3c validator/this service runs the w3c validator"
Index: no_referer.asis
===================================================================
RCS file: /sources/public/validator/htdocs/no_referer.asis,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- no_referer.asis 11 Sep 2007 01:49:17 -0000 1.3
+++ no_referer.asis 26 Mar 2009 15:15:11 -0000 1.4
@@ -21,7 +21,7 @@
<div id="banner">
<h1 id="title">
- <a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="./images/w3c.png" /></a>
+ <a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="./images/no_w3c.png" /></a>
<a href="./"><span>Markup Validation Service</span></a>
</h1>
Index: footer.html
===================================================================
RCS file: /sources/public/validator/htdocs/footer.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- footer.html 13 Mar 2009 15:29:15 -0000 1.40
+++ footer.html 26 Mar 2009 15:15:10 -0000 1.41
@@ -17,7 +17,7 @@
</a>
</p>
<p id="version_info">
- This is the W3C Markup Validator, <a href="<!--#echo var="relroot" -->whatsnew.html#t2008-11-20"><abbr title="version">v</abbr>0.8.5</a>.
+ This service runs the W3C Markup Validator, <a href="<!--#echo var="relroot" -->whatsnew.html#t2008-11-20"><abbr title="version">v</abbr>0.8.5</a>.
</p>
<p class="copyright">
Index: header.html
===================================================================
RCS file: /sources/public/validator/htdocs/header.html,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- header.html 3 Feb 2009 00:05:34 -0000 1.54
+++ header.html 26 Mar 2009 15:15:11 -0000 1.55
@@ -30,7 +30,7 @@
<body>
<div id="banner">
<h1 id="title">
- <a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="<!--#echo var="relroot" -->images/w3c.png" /></a>
+ <a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="<!--#echo var="relroot" -->images/no_w3c.png" /></a>
<a href="<!--#echo var="relroot" -->"><span>Markup Validation Service</span></a>
</h1>
<p id="tagline">Check the markup (HTML, XHTML, …) of Web documents</p>
Received on Thursday, 26 March 2009 15:15:24 UTC