(no commit message)
[utils] / crawler / kiss / src / reportToText.xsl
index 9d85cfaa57342269eba2366432dce46f2179caf7..f619dd1fd4612d797f9afe17de28b9bc55eac3a3 100644 (file)
         <xsl:text>Successfully recorded programs </xsl:text>
         <xsl:value-of select="$newline"/>
         <xsl:value-of select="$newline"/>
+        <xsl:call-template name="programTable"/>
       </xsl:when>
       <xsl:when test="@result = 'DUPLICATE'">
         <xsl:text>Already recorded programs</xsl:text>
         <xsl:value-of select="$newline"/>
         <xsl:value-of select="$newline"/>
+        <xsl:call-template name="programTable"/>
       </xsl:when>
       <xsl:when test="@result = 'CONFLICT'">
-        <xsl:text>Conflicts with other recorded program</xsl:text>
+        <xsl:text>Conflicts with other recorded programs</xsl:text>
         <xsl:value-of select="$newline"/>
         <xsl:value-of select="$newline"/>
+        <xsl:call-template name="programTable"/>
       </xsl:when>
       <xsl:when test="@result='ERROR'">
         <xsl:text>Programs that could not be recorded for technical reasons.</xsl:text>
         <xsl:value-of select="$newline"/>
         <xsl:value-of select="$newline"/>
+        <xsl:call-template name="programTable"/>
       </xsl:when>
     </xsl:choose>
     
-    <xsl:call-template name="programTable"/>
-    
   </xsl:template>
   
   <xsl:template name="addProgramInfo">