X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/ca8319931f449468918067367133ff25f9b19f30..28532fa3b437bb36b9d5c582851d3cdcf8d772ab:/src/librarian/epub/xsltAnnotations.xsl?ds=inline diff --git a/src/librarian/epub/xsltAnnotations.xsl b/src/librarian/epub/xsltAnnotations.xsl index cd22462..90f038e 100644 --- a/src/librarian/epub/xsltAnnotations.xsl +++ b/src/librarian/epub/xsltAnnotations.xsl @@ -15,7 +15,7 @@ <div id="book-text" xmlns="http://www.w3.org/1999/xhtml"> <div id="footnotes" xmlns="http://www.w3.org/1999/xhtml"> <h2 xmlns="http://www.w3.org/1999/xhtml"> - Przypisy: + <xsl:text>Przypisy:</xsl:text> </h2> <xsl:apply-templates mode="przypis" /> </div> @@ -29,7 +29,7 @@ </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}.xhtml#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> + <p class="annotation" id="annotation-{@number}" xmlns="http://www.w3.org/1999/xhtml"><a href="part{@part}.xhtml#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>