summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xslt/uddf.xslt10
1 files changed, 10 insertions, 0 deletions
diff --git a/xslt/uddf.xslt b/xslt/uddf.xslt
index c4911c584..1508fb3da 100644
--- a/xslt/uddf.xslt
+++ b/xslt/uddf.xslt
@@ -467,6 +467,16 @@
</xsl:call-template>
</xsl:attribute>
</xsl:if>
+
+ <xsl:if test="nodecotime|u:nodecotime|u1:nodecotime &gt; 0">
+ <xsl:attribute name="ndl">
+ <xsl:call-template name="timeConvert">
+ <xsl:with-param name="timeSec">
+ <xsl:value-of select="nodecotime|u:nodecotime|u1:nodecotime"/>
+ </xsl:with-param>
+ </xsl:call-template>
+ </xsl:attribute>
+ </xsl:if>
</sample>
</xsl:for-each>
</dive>