bb837772e3f360bde01717f95440085296d49082
[librarian.git] / librarian / epub / xsltLast.xsl
1 <?xml version="1.0" encoding="UTF-8"?>
2 <xsl:stylesheet version="1.0"
3     xmlns="http://www.w3.org/1999/xhtml"
4     xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
5     xmlns:dc="http://purl.org/dc/elements/1.1/"
6     xmlns:wl="http://wolnelektury.pl/functions"
7     xmlns:date="http://exslt.org/dates-and-times">
8   <xsl:output method="html" version="1.0" encoding="utf-8" />
9   <xsl:output doctype-system="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" />
10   <xsl:output doctype-public="-//W3C//DTD XHTML 1.1//EN" />
11
12   <xsl:template match="utwor">
13     <html>
14       <head>
15         <link rel="stylesheet" href="style.css" type="text/css" />
16         <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
17         <title>
18           <xsl:text>Credits</xsl:text>
19         </title>
20       </head>
21       <body>
22         <div id="book-text" >
23           
24
25 <p>The Future of Copyright 2.0 Contest is a~part of Future of Copyright Project supported by Trust for Civil Society in Central and Eastern Europe</p>
26
27 <!-- \includegraphics[scale=.2]<p>trust.eps} -->
28
29 <p>This book is available under the terms of Creative Commons Attribution-ShareAlike 3.0 Unported License (read more:
30 <a href="http://creativecommons.org/licenses/by-sa/3.0/">http://creativecommons.org/licenses/by-sa/3.0/</a>) <br/>
31 Published by Modern Poland Foundation, Warsaw 2013 </p>
32
33 <p>Technical editor: Paulina Choromańska <br/>
34 Book design: Jakub Waluchowski<br/>
35 Typography: Marcin Koziej </p>
36
37 <p>Modern Poland Fundation <br/>
38 Marszalkowska St. 84/92 app. 125 <br/>
39 00-514 Warsaw <br/>
40 tel/fax: +48 22 621-30-17 <br/>
41 email: fundacja@nowoczesnapolska.org.pl <br/> 
42 </p>
43
44  
45 <p>If you wish to support our projects, feel free to make a~donation via our secure online payment service: 
46 <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=L2CLCXHZCWYJN">PLN</a> or <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=XVC8XD7DBGV6N">USD</a>
47  or direct payment account number: 59 1030 0019 0109 8530 0040 5685 </p>
48
49 <p> Thank you for your support.</p>
50
51
52
53
54
55 <!--          <div class="info">
56           <img src="jedenprocent.png" alt="Logo 1%" />
57           <div>Przekaż 1% podatku na rozwój Wolnych Lektur.</div>
58           <div>Nazwa organizacji: Fundacja Nowoczesna Polska</div>
59           <div>KRS 0000070056</div>
60           </div>-->
61
62           <p class="info">&#160;</p>
63           <p class="minor info">
64               Generated on <span id="file_date"><xsl:value-of select="substring(date:date(), 1, 10)" /></span>.
65           </p>
66
67         </div>
68       </body>
69     </html>
70   </xsl:template>
71
72   <xsl:template match="text()" >
73     <xsl:value-of select="." />
74   </xsl:template>
75
76   <xsl:template name="editors">
77     <xsl:if test="@editors">
78         <p class="info">
79             <xsl:text>Opracowanie redakcyjne i przypisy: </xsl:text>
80             <xsl:value-of select="@editors" />.</p>
81     </xsl:if>
82   </xsl:template>
83
84   <xsl:template match="dc:contributor.editor|dc:contributor.technical_editor">
85       <br /><xsl:apply-templates mode='person' />
86   </xsl:template>
87
88   <xsl:template match="text()" mode="person">
89     <xsl:value-of select="wl:person_name(.)" />
90   </xsl:template>
91 </xsl:stylesheet>