- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 25 Sep 2009 17:17:05 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates In directory hutz:/tmp/cvs-serv15111/WebContent/WEB-INF/resources/templates Modified Files: xhtml10.vm Log Message: updated Index: xhtml10.vm =================================================================== RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/xhtml10.vm,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- xhtml10.vm 23 Sep 2009 16:59:09 -0000 1.21 +++ xhtml10.vm 25 Sep 2009 17:17:02 -0000 1.22 @@ -40,9 +40,9 @@ <div class="observer section #if($observation.isPassed()) valid #else invalid #end" id="$observationName"> <h2 class="title"> <span class="icons"> - #if ($infoCount && $infoCount > 0)<a class="infos"><span>Infos:</span>$infoCount</a> #end - #if ($errorCount && $errorCount > 0)<a class="errors"><span>Errors:</span>$errorCount</a> #end - #if ($warningCount && $warningCount > 0)<a class="warnings"><span>Warnings:</span>$warningCount</a> #end + #if ($infoCount && $infoCount > 0)<a class="infos"><span class="legend">Infos:</span><span class="count">$infoCount</span></a> #end + #if ($errorCount && $errorCount > 0)<a class="errors"><span class="legend">Errors:</span><span class="count">$errorCount</span></a> #end + #if ($warningCount && $warningCount > 0)<a class="warnings"><span class="legend">Warnings:</span><span class="count">$warningCount</span></a> #end <a class="anchor smooth" href="#$observationName" title="anchor to this observation">[anchor]</a> </span> #if($observation.isPassed())
Received on Friday, 25 September 2009 17:17:18 UTC