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" />
12 <xsl:template match="utwor">
15 <link rel="stylesheet" href="style.css" type="text/css" />
16 <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
18 <xsl:text>Credits</xsl:text>
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>
27 <!-- \includegraphics[scale=.2]<p>trust.eps} -->
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>
33 <p>Technical editor: Paulina Choromańska <br/>
34 Book design: Jakub Waluchowski<br/>
35 Typography: Marcin Koziej </p>
37 <p>Modern Poland Fundation <br/>
38 Marszalkowska St. 84/92 app. 125 <br/>
40 tel/fax: +48 22 621-30-17 <br/>
41 email: fundacja@nowoczesnapolska.org.pl <br/>
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&hosted_button_id=L2CLCXHZCWYJN">PLN</a> or <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XVC8XD7DBGV6N">USD</a>
47 or direct payment account number: 59 1030 0019 0109 8530 0040 5685 </p>
49 <p> Thank you for your support.</p>
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>
62 <p class="info"> </p>
63 <p class="minor info">
64 Generated on <span id="file_date"><xsl:value-of select="substring(date:date(), 1, 10)" /></span>.
72 <xsl:template match="text()" >
73 <xsl:value-of select="." />
76 <xsl:template name="editors">
77 <xsl:if test="@editors">
79 <xsl:text>Opracowanie redakcyjne i przypisy: </xsl:text>
80 <xsl:value-of select="@editors" />.</p>
84 <xsl:template match="dc:contributor.editor|dc:contributor.technical_editor">
85 <br /><xsl:apply-templates mode='person' />
88 <xsl:template match="text()" mode="person">
89 <xsl:value-of select="wl:person_name(.)" />