fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
"Utwórz nową półkę" -> "Utwórz półkę".
[wolnelektury.git]
/
lib
/
librarian
/
book2html.xslt
diff --git
a/lib/librarian/book2html.xslt
b/lib/librarian/book2html.xslt
index
bd1b8bb
..
47e126a
100644
(file)
--- a/
lib/librarian/book2html.xslt
+++ b/
lib/librarian/book2html.xslt
@@
-212,7
+212,7
@@
<xsl:template match="tytul_dziela" mode="inline">
<em class="book-title">
<xsl:template match="tytul_dziela" mode="inline">
<em class="book-title">
- <xsl:if test="
./@typ = '1'">„</xsl:if><xsl:apply-templates mode="inline" /><xsl:if test="./@typ = '1
">”</xsl:if>
+ <xsl:if test="
@typ = '1'">„</xsl:if><xsl:apply-templates mode="inline" /><xsl:if test="@typ = '1'
">”</xsl:if>
</em>
</xsl:template>
</em>
</xsl:template>
@@
-233,6
+233,14
@@
<hr class="spacer" />
</xsl:template>
<hr class="spacer" />
</xsl:template>
+<xsl:template match="sekcja_asterysk">
+ <p class="spacer-asterisk">*</p>
+</xsl:template>
+
+<xsl:template match="separator_linia">
+ <hr class="spacer-line" />
+</xsl:template>
+
<!-- ================ -->
<!-- = SPECIAL TAGS = -->
<!-- ================ -->
<!-- = SPECIAL TAGS = -->