</xsl:template>
<xsl:template match="pa|pe|pr|pt" mode="przypis">
- <p id="annotation-{@number}" class="annotation" xmlns="http://www.w3.org/1999/xhtml"><a href="part{@part}.html#anchor-{@number}" xmlns="http://www.w3.org/1999/xhtml"><xsl:value-of select="@number" /></a>. <xsl:apply-templates /><xsl:if test="name()='pa'"> [przypis autorski]</xsl:if></p>
+ <p id="annotation-{@number}" class="annotation" xmlns="http://www.w3.org/1999/xhtml"><a href="part{@part}.html#anchor-{@number}" xmlns="http://www.w3.org/1999/xhtml"><xsl:value-of select="@number" /></a>. <xsl:apply-templates /><xsl:if test="name()='pa'"> [przypis autorski]</xsl:if><xsl:if test="name()='pt'"> [przypis tłumacza]</xsl:if><xsl:if test="name()='pr'"> [przypis redakcyjny]</xsl:if><xsl:if test="name()='pe'"> [przypis edytorski]</xsl:if></p>
<xsl:text>
</xsl:text>
</xsl:template>
<p><xsl:apply-templates mode="inline"/>
<xsl:if test="local-name() = 'pa'">
<xsl:text> [przypis autorski]</xsl:text>
+ </xsl:if>
+ <xsl:if test="local-name() = 'pt'">
+ <xsl:text> [przypis tłumacza]</xsl:text>
+ </xsl:if>
+ <xsl:if test="local-name() = 'pr'">
+ <xsl:text> [przypis redakcyjny]</xsl:text>
+ </xsl:if>
+ <xsl:if test="local-name() = 'pe'">
+ <xsl:text> [przypis edytorski]</xsl:text>
</xsl:if></p>
</xsl:element>
</xsl:template>
\ifshowfootnotes
\newcommand{\pa}[1]{\NoCaseChange{\footnote{#1 [przypis autorski]}}}
- \newcommand{\pe}[1]{\NoCaseChange{\footnote{#1}}}
- \newcommand{\pr}[1]{\NoCaseChange{\footnote{#1}}}
- \newcommand{\pt}[1]{\NoCaseChange{\footnote{#1}}}
+ \newcommand{\pe}[1]{\NoCaseChange{\footnote{#1 [przypis edytorski]}}}
+ \newcommand{\pr}[1]{\NoCaseChange{\footnote{#1 [przypis redakcyjny]}}}
+ \newcommand{\pt}[1]{\NoCaseChange{\footnote{#1 [przypis tłumacza]}}}
\else
\newcommand{\pa}[1]{}
\newcommand{\pe}[1]{}
<xsl:when test="count(akap|akap_cd|strofa) = 0">
<p><xsl:apply-templates select="text()|*" mode="inline" />
<xsl:if test="name()='pa'"> [przypis autorski]</xsl:if>
+ <xsl:if test="name()='pt'"> [przypis tłumacza]</xsl:if>
+ <xsl:if test="name()='pr'"> [przypis redakcyjny]</xsl:if>
+ <xsl:if test="name()='pe'"> [przypis edytorski]</xsl:if>
</p>
</xsl:when>
<xsl:otherwise>