Added priority mechanism.
[utils] / crawler / kiss / conf / kiss / reportToHtml.xsl
index f3901ea3c1ce3d6d465e657ae4f6d10acd891de9..9017431d23a8778d9d8392c878b71da8bf6cf6c7 100644 (file)
@@ -44,6 +44,9 @@
                 <xsl:when test="@result = 'DUPLICATE'">
                     <xsl:text>Already recorded programs</xsl:text>
                 </xsl:when>
+                <xsl:when test="@result = 'CONFLICT'">
+                    <xsl:text>Conflicts with other recorded program</xsl:text>
+                </xsl:when>
                 <xsl:when test="@result='ERROR'">
                     <xsl:text>Programs that could not be recorded for
                     technical reasons.</xsl:text>