fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ISBNs in book_info
[librarian.git]
/
librarian
/
xslt
/
book2html.xslt
diff --git
a/librarian/xslt/book2html.xslt
b/librarian/xslt/book2html.xslt
index
715490e
..
d39a76a
100644
(file)
--- a/
librarian/xslt/book2html.xslt
+++ b/
librarian/xslt/book2html.xslt
@@
-47,6
+47,9
@@
<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: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>
</p>
</xsl:when>
<xsl:otherwise>
@@
-249,7
+252,7
@@
<p class="motto_podpis"><xsl:apply-templates mode="inline" /></p>
</xsl:template>
<p class="motto_podpis"><xsl:apply-templates mode="inline" /></p>
</xsl:template>
-<xsl:template match="tabela">
+<xsl:template match="tabela
|tabelka
">
<table><xsl:apply-templates /></table>
</xsl:template>
<xsl:template match="wiersz">
<table><xsl:apply-templates /></table>
</xsl:template>
<xsl:template match="wiersz">