- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 27 Aug 2009 14:29:24 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates
In directory hutz:/tmp/cvs-serv1361/WebContent/WEB-INF/resources/templates
Modified Files:
Tag: dev2
xhtml10.vm
Log Message:
fixed display bug with firefox <= 3.0 and ie <= 7
Index: xhtml10.vm
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/Attic/xhtml10.vm,v
retrieving revision 1.1.2.13
retrieving revision 1.1.2.14
diff -u -d -r1.1.2.13 -r1.1.2.14
--- xhtml10.vm 27 Aug 2009 14:07:46 -0000 1.1.2.13
+++ xhtml10.vm 27 Aug 2009 14:29:22 -0000 1.1.2.14
@@ -19,23 +19,23 @@
#if($observation.isPassed())
<h2 class="valid">
- $test_ok_1:
- $unicorncall.getObserverName($observationName, $lang)
<span class="icons">
#if ($infoCount && $infoCount > 0)<img src="images/icone_info.png" alt="info icon" /><span>$infoCount</span> #end
#if ($errorCount && $errorCount > 0)<img src="images/icone_error.png" alt="error icon" /><span>$errorCount</span> #end
#if ($warningCount && $warningCount > 0)<img src="images/icone_warning.png" alt="warning icon" /><span>$warningCount</span> #end
</span>
+ $test_ok_1:
+ $unicorncall.getObserverName($observationName, $lang)
</h2>
#else
<h2 class="invalid">
- $test_fail_1:
- $unicorncall.getObserverName($observationName, $lang)
<span class="icons">
#if ($infoCount && $infoCount > 0)<img src="images/icone_info.png" alt="info icon" /><span>$infoCount</span> #end
#if ($errorCount && $errorCount > 0)<img src="images/icone_error.png" alt="error icon" /><span>$errorCount</span> #end
#if ($warningCount && $warningCount > 0)<img src="images/icone_warning.png" alt="warning icon" /><span>$warningCount</span> #end
</span>
+ $test_fail_1:
+ $unicorncall.getObserverName($observationName, $lang)
</h2>
#end
Received on Thursday, 27 August 2009 14:29:37 UTC