X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/b92b58ba86f08f04b4f0436479d3d73ce0c03f00..ab001bc37c0f8ee0bb92b8762f5151b5b93f6ccc:/librarian/epub/xsltAnnotations.xsl diff --git a/librarian/epub/xsltAnnotations.xsl b/librarian/epub/xsltAnnotations.xsl index 2d05f1c..f3e6443 100644 --- a/librarian/epub/xsltAnnotations.xsl +++ b/librarian/epub/xsltAnnotations.xsl @@ -27,16 +27,16 @@ </xsl:template> <xsl:template match="text()" > - <xsl:value-of select="." disable-output-escaping="yes"/> + <xsl:value-of select="." /> </xsl:template> <xsl:template match="pa|pe|pr|pt" mode="przypis"> - <div xmlns="http://www.w3.org/1999/xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml" class="annotation"> <p id="annotation-{@number}" xmlns="http://www.w3.org/1999/xhtml"></p> - <a class="annotation" href="part{@part}.html#anchor-{@number}" xmlns="http://www.w3.org/1999/xhtml"> + <a class="annotation-anchor" href="part{@part}.html#anchor-{@number}" xmlns="http://www.w3.org/1999/xhtml"> [<xsl:value-of select="@number" />] </a> - <p xmlns="http://www.w3.org/1999/xhtml"> + <p class="annotation-body" xmlns="http://www.w3.org/1999/xhtml"> <xsl:apply-templates /> <xsl:if test="name()='pa'"> [przypis autorski]</xsl:if> </p> @@ -75,4 +75,4 @@ </p> </xsl:template> -</xsl:stylesheet> \ No newline at end of file +</xsl:stylesheet>