2006/unicorn/WebContent/WEB-INF/resources/templates xhtml10.vm,1.22,1.23

Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates
In directory hutz:/tmp/cvs-serv23607/WebContent/WEB-INF/resources/templates

Modified Files:
	xhtml10.vm 
Log Message:
added some missing links

Index: xhtml10.vm
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/xhtml10.vm,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- xhtml10.vm	25 Sep 2009 17:17:02 -0000	1.22
+++ xhtml10.vm	29 Sep 2009 10:17:09 -0000	1.23
@@ -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 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
+			#if ($infoCount && $infoCount > 0)<a class="infos" href="#${observationName}_info"><span class="legend">Infos:</span><span class="count">$infoCount</span></a> #end
+			#if ($errorCount && $errorCount > 0)<a class="errors" href="#${observationName}_error"><span class="legend">Errors:</span><span class="count">$errorCount</span></a> #end
+			#if ($warningCount && $warningCount > 0)<a class="warnings" href="#${observationName}_warning"><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 Tuesday, 29 September 2009 10:17:21 UTC