validator/share/templates/en_US docs_errors.tmpl,1.4,1.5 footer.tmpl,1.8,1.9 header.tmpl,1.32,1.33

Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv8394/share/templates/en_US

Modified Files:
	docs_errors.tmpl footer.tmpl header.tmpl 
Log Message:
In collaboration with (and mostly courtesy of) Valerio Proietti (mad4milk/mootools), 
cleanup and revamp of the CSS and scripting used, mostly by the main UI of the validator.

Changes include:
* cleaner CSS for the UI
* (more) accessible, gracefully degrading tab and toggle scripting
* smooth, unobtrusive transition effects
* form styling
* Toggle and tab scripting now use mootools as framework, allowing for addressing of each "view"
 (e.g one can link directly to the "by upload", "with options toggled on" 
  this was an issue in earlier toggle script versions for the CSS validator
* scripting with smaller footprint
* minor CSS changes (page and UI takes all width, etc)



Index: footer.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/footer.tmpl,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- footer.tmpl	20 Apr 2007 00:23:42 -0000	1.8
+++ footer.tmpl	31 May 2007 02:32:14 -0000	1.9
@@ -1,12 +1,15 @@
+</div><!-- results_container-->
+
 <ul class="navbar" id="menu">
-    <a href="./" accesskey="1" title="Go to the Home Page for The W3C Markup Validation Service"><strong>Home</strong></a></li>
-    <li><a href="./about.html" title="Information About this Service">About...</a></li>
+    <li><a href="./" accesskey="1" title="Go to the Home Page for The W3C Markup Validation Service">Home</a><span> | </span></li>
+    <li><a href="./about.html" title="Information About this Service">About...</a><span> | </span></li>
 
-    <li><a href="./whatsnew.html" title="The changes made to this service recently">News</a></li>
-    <li><a href="./docs/" accesskey="3" title="Documentation for this Service">Docs</a></li>
-	<li><a href="./docs/help.html" title="Help and answers to frequently asked questions">Help&nbsp;&amp;&nbsp;<acronym title="Frequently Asked Questions">FAQ</acronym></a></li>
-    <li><a href="./feedback.html" accesskey="4" title="How to provide feedback on this service">Feedback</a></li>
+    <li><a href="./whatsnew.html" title="The changes made to this service recently">News</a><span> | </span></li>
+    <li><a href="./docs/" accesskey="3" title="Documentation for this Service">Docs</a><span> | </span></li>
+	<li><a href="./docs/help.html" title="Help and answers to frequently asked questions">Help&nbsp;&amp;&nbsp;<acronym title="Frequently Asked Questions">FAQ</acronym></a><span> | </span></li>
+    <li><a href="./feedback.html" accesskey="4" title="How to provide feedback on this service">Feedback</a><span> | </span></li>
 </ul>
+<div id="footer">
 
 		<p id="activity_logos">
 
@@ -48,7 +51,7 @@
 			<a href="http://www.w3.org/Consortium/Legal/privacy-statement#Members">Member</a> privacy
 			statements.
 		</p>
-
+</div><!-- footer -->
 	</body>
 
 </html>

Index: docs_errors.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/docs_errors.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- docs_errors.tmpl	26 Jul 2005 23:11:40 -0000	1.4
+++ docs_errors.tmpl	31 May 2007 02:32:14 -0000	1.5
@@ -3,7 +3,7 @@
 --><!--#set var="title" value="Error Explanations for The W3C Markup Validation Service"
 --><!--#set var="relroot" value="../"
 --><!--#include virtual="../header.html" -->
-
+<div class="doc">
 <h2 id="skip">Explanation of the error messages<br /> for the W3C Markup Validator</h2>
 
 <h3 id="TableOfContents">Table of Contents</h3>
@@ -43,6 +43,7 @@
       </TMPL_LOOP>
     </ul>
   </div>
+</div><!-- doc -->
 <!--#include virtual="../footer.html" -->
   </body>
 </html>

Index: header.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/header.tmpl,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- header.tmpl	22 Mar 2007 05:05:55 -0000	1.32
+++ header.tmpl	31 May 2007 02:32:14 -0000	1.33
@@ -23,10 +23,14 @@
       HTML validation service, based on an SGML parser." />
   </head>
   <body>
-<div id="banner">
-<h1 id="title"><a href="http://www.w3.org/"><img height="48" alt="W3C" id="logo" 
-        src="http://www.w3.org/Icons/WWW/w3c_home_nb" /></a><a href="./"><img src="./images/markup_validation_service.png" alt="Markup Validation Service" /></a></h1>
-</div>
-<p id="tagline">
-</p>
+    
+    <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="./"><span>Markup Validation Service</span></a>
+       </h1>
+       <p id="tagline">Check the markup (HTML, XHTML) of Web documents</p>
+    </div>
 
+
+<div id="results_container">

Received on Thursday, 31 May 2007 02:32:29 UTC