fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Keep a separate activity counter for every naglowek_podrozdzial tag
[librarian.git]
/
librarian
/
epub
/
xsltTitle.xsl
diff --git
a/librarian/epub/xsltTitle.xsl
b/librarian/epub/xsltTitle.xsl
index
544b4b9
..
17739a8
100644
(file)
--- a/
librarian/epub/xsltTitle.xsl
+++ b/
librarian/epub/xsltTitle.xsl
@@
-36,6
+36,10
@@
<xsl:call-template name="translators" />
<xsl:call-template name="translators" />
+ <xsl:if test="utwor/@working-copy">
+ <p class="info">[Kopia robocza]</p>
+ </xsl:if>
+
<xsl:if test="not(utwor/@less-advertising)">
<p class="info">
<a>
<xsl:if test="not(utwor/@less-advertising)">
<p class="info">
<a>
@@
-61,7
+65,7
@@
</xsl:template>
<xsl:template match="text()" >
</xsl:template>
<xsl:template match="text()" >
- <xsl:value-of select="."
disable-output-escaping="yes"
/>
+ <xsl:value-of select="." />
</xsl:template>
<xsl:template match="node()" mode="poczatek">
</xsl:template>
<xsl:template match="node()" mode="poczatek">
@@
-132,4
+136,4
@@
<xsl:template match="motyw" />
<xsl:template match="motyw" />
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>