fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Picture support
[librarian.git]
/
librarian
/
epub
/
xsltLast.xsl
diff --git
a/librarian/epub/xsltLast.xsl
b/librarian/epub/xsltLast.xsl
index
0a4ca5f
..
67f6b0e
100644
(file)
--- a/
librarian/epub/xsltLast.xsl
+++ b/
librarian/epub/xsltLast.xsl
@@
-63,6
+63,13
@@
<xsl:call-template name="editors" />
<xsl:call-template name="editors" />
+ <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="minor info">
Plik wygenerowany dnia <span id="file_date"><xsl:value-of select="substring(date:date(), 1, 10)" /></span>.
<p class="info"> </p>
<p class="minor info">
Plik wygenerowany dnia <span id="file_date"><xsl:value-of select="substring(date:date(), 1, 10)" /></span>.
@@
-74,7
+81,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 name="editors">
</xsl:template>
<xsl:template name="editors">
@@
-97,4
+104,4
@@
<xsl:template match="text()" mode="person">
<xsl:value-of select="wl:person_name(.)" />
</xsl:template>
<xsl:template match="text()" mode="person">
<xsl:value-of select="wl:person_name(.)" />
</xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>