fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
funders in txt
[librarian.git]
/
librarian
/
epub
/
xsltLast.xsl
diff --git
a/librarian/epub/xsltLast.xsl
b/librarian/epub/xsltLast.xsl
index
751f97a
..
c4867d1
100644
(file)
--- a/
librarian/epub/xsltLast.xsl
+++ b/
librarian/epub/xsltLast.xsl
@@
-63,6
+63,8
@@
<xsl:call-template name="editors" />
<xsl:call-template name="editors" />
+ <xsl:call-template name="funders" />
+
<xsl:if test="@data-cover-by">
<p class="info">Okładka na podstawie:
<xsl:choose>
<xsl:if test="@data-cover-by">
<p class="info">Okładka na podstawie:
<xsl:choose>
@@
-81,15
+83,8
@@
</p>
</xsl:if>
</p>
</xsl:if>
- <div class="info">
- <img src="jedenprocent.png" alt="Logo 1%" />
- <div>Przekaż 1% podatku na rozwój Wolnych Lektur.</div>
- <div>Nazwa organizacji: Fundacja Nowoczesna Polska</div>
- <div>KRS 0000070056</div>
- </div>
-
<p class="info"> </p>
<p class="info"> </p>
- <p class="minor
info">
+ <p class="minor
-
info">
Plik wygenerowany dnia <span id="file_date"><xsl:value-of select="substring(date:date(), 1, 10)" /></span>.
</p>
Plik wygenerowany dnia <span id="file_date"><xsl:value-of select="substring(date:date(), 1, 10)" /></span>.
</p>
@@
-103,20
+98,18
@@
</xsl:template>
<xsl:template name="editors">
</xsl:template>
<xsl:template name="editors">
- <xsl:if test="
//dc:contributor.editor[text()]|//dc:contributor.technical_editor[text()]
">
+ <xsl:if test="
@editors
">
<p class="info">
<xsl:text>Opracowanie redakcyjne i przypisy: </xsl:text>
<p class="info">
<xsl:text>Opracowanie redakcyjne i przypisy: </xsl:text>
- <xsl:for-each select="//dc:contributor.editor[text()]|//dc:contributor.technical_editor[text() and not(//dc:contributor.editor/text()=text())]">
- <xsl:sort />
- <xsl:if test="position() != 1">, </xsl:if>
- <xsl:apply-templates mode="person" />
- </xsl:for-each>.
- </p>
+ <xsl:value-of select="@editors" />.</p>
</xsl:if>
</xsl:template>
</xsl:if>
</xsl:template>
- <xsl:template match="dc:contributor.editor|dc:contributor.technical_editor">
- <br /><xsl:apply-templates mode='person' />
+ <xsl:template name="funders">
+ <xsl:if test="@funders">
+ <p class="minor-info">Publikację ufundowali i ufundowały:
+ <xsl:value-of select="@funders" />.</p>
+ </xsl:if>
</xsl:template>
<xsl:template match="text()" mode="person">
</xsl:template>
<xsl:template match="text()" mode="person">