fnp
/
librarian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
2a2d17a
)
missing anchors in book html
author
Jan Szejko
<janek37@gmail.com>
Mon, 19 Feb 2018 12:37:25 +0000
(13:37 +0100)
committer
Jan Szejko
<janek37@gmail.com>
Mon, 19 Feb 2018 12:37:25 +0000
(13:37 +0100)
librarian/xslt/book2html.xslt
patch
|
blob
|
history
diff --git
a/librarian/xslt/book2html.xslt
b/librarian/xslt/book2html.xslt
index
b2a028b
..
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>
@@
-116,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>
@@
-260,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>