<xsl:call-template name="translators" />
+ <xsl:if test="utwor/@working-copy">
+ <p class="info">[Kopia robocza]</p>
+ </xsl:if>
+
<xsl:if test="not(utwor/@less-advertising)">
<p class="info">
<a>
</xsl:template>
<xsl:template match="text()" >
- <xsl:value-of select="." disable-output-escaping="yes" />
+ <xsl:value-of select="." />
</xsl:template>
<xsl:template match="node()" mode="poczatek">
<xsl:template match="motyw" />
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>