fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix typo
[librarian.git]
/
librarian
/
xslt
/
book2html.xslt
diff --git
a/librarian/xslt/book2html.xslt
b/librarian/xslt/book2html.xslt
index
cde280e
..
07588b6
100644
(file)
--- a/
librarian/xslt/book2html.xslt
+++ b/
librarian/xslt/book2html.xslt
@@
-252,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">
@@
-300,6
+300,10
@@
<em class="author-emphasis"><xsl:apply-templates mode="inline" /></em>
</xsl:template>
<em class="author-emphasis"><xsl:apply-templates mode="inline" /></em>
</xsl:template>
+<xsl:template match="indeks_dolny" mode="inline">
+ <sub><xsl:apply-templates mode="inline" /></sub>
+</xsl:template>
+
<xsl:template match="osoba" mode="inline">
<em class="person"><xsl:apply-templates mode="inline" /></em>
</xsl:template>
<xsl:template match="osoba" mode="inline">
<em class="person"><xsl:apply-templates mode="inline" /></em>
</xsl:template>