fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix for newlines in epub
[librarian.git]
/
librarian
/
xslt
/
book2html.xslt
diff --git
a/librarian/xslt/book2html.xslt
b/librarian/xslt/book2html.xslt
index
4b6c72a
..
1704953
100644
(file)
--- a/
librarian/xslt/book2html.xslt
+++ b/
librarian/xslt/book2html.xslt
@@
-89,6
+89,7
@@
</xsl:template>
<xsl:template match="lista_osob">
</xsl:template>
<xsl:template match="lista_osob">
+ <xsl:call-template name="section-anchor"/>
<div class="person-list">
<h3><xsl:value-of select="naglowek_listy" /></h3>
<ol>
<div class="person-list">
<h3><xsl:value-of select="naglowek_listy" /></h3>
<ol>
@@
-101,6
+102,10
@@
<div class="dedication"><xsl:apply-templates /></div>
</xsl:template>
<div class="dedication"><xsl:apply-templates /></div>
</xsl:template>
+<xsl:template match="ramka">
+ <div class="frame"><xsl:apply-templates /></div>
+</xsl:template>
+
<xsl:template match="kwestia">
<div class="kwestia">
<xsl:apply-templates select="strofa|akap|didaskalia" />
<xsl:template match="kwestia">
<div class="kwestia">
<xsl:apply-templates select="strofa|akap|didaskalia" />
@@
-112,6
+117,7
@@
</xsl:template>
<xsl:template match="motto">
</xsl:template>
<xsl:template match="motto">
+ <xsl:call-template name="section-anchor"/>
<div class="motto"><xsl:apply-templates /></div>
</xsl:template>
<div class="motto"><xsl:apply-templates /></div>
</xsl:template>
@@
-256,10
+262,12
@@
</xsl:template>
<xsl:template match="motto_podpis">
</xsl:template>
<xsl:template match="motto_podpis">
+ <xsl:call-template name="section-anchor"/>
<p class="motto_podpis"><xsl:apply-templates mode="inline" /></p>
</xsl:template>
<xsl:template match="tabela|tabelka">
<p class="motto_podpis"><xsl:apply-templates mode="inline" /></p>
</xsl:template>
<xsl:template match="tabela|tabelka">
+ <xsl:call-template name="section-anchor"/>
<xsl:choose>
<xsl:when test="@ramka = '1'">
<table class="border"><xsl:apply-templates /></table>
<xsl:choose>
<xsl:when test="@ramka = '1'">
<table class="border"><xsl:apply-templates /></table>