Introduce src dir.
[librarian.git] / librarian / epub / xsltTitle.xsl
diff --git a/librarian/epub/xsltTitle.xsl b/librarian/epub/xsltTitle.xsl
deleted file mode 100644 (file)
index c69db26..0000000
+++ /dev/null
@@ -1,91 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:dc="http://purl.org/dc/elements/1.1/">\r
-  <xsl:output method="html" version="1.0" encoding="utf-8" />\r
-  <xsl:output doctype-system="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" />\r
-  <xsl:output doctype-public="-//W3C//DTD XHTML 1.1//EN" />\r
-\r
-  <xsl:template match="/">\r
-    <html xmlns="http://www.w3.org/1999/xhtml">\r
-      <head>\r
-        <link rel="stylesheet" href="style.css" type="text/css" />\r
-        <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />\r
-        <title>\r
-          <xsl:text>Strona tytuĹ‚owa</xsl:text>\r
-        </title>\r
-      </head>\r
-      <body>\r
-        <div id="book-text" xmlns="http://www.w3.org/1999/xhtml">\r
-          <div class='title-page'>\r
-            <xsl:choose>\r
-              <xsl:when test="//autor_utworu | //nazwa_utworu">\r
-                <xsl:apply-templates select="//autor_utworu | //nazwa_utworu | //podtytul | //dzielo_nadrzedne" mode="poczatek"/>\r
-              </xsl:when>\r
-              <xsl:otherwise>\r
-                <xsl:apply-templates select="//dc:creator | //dc:title | //podtytul | //dzielo_nadrzedne" mode="poczatek"/>\r
-              </xsl:otherwise>\r
-            </xsl:choose>\r
-          </div>\r
-          <p class="info">Publikacja zrealizowana w ramach projektu WolneLektury.pl</p>\r
-          <p class="info">\r
-            <img src="logo_wolnelektury.png" alt="WolneLektury.pl" />\r
-          </p>\r
-        </div>\r
-      </body>\r
-    </html>\r
-  </xsl:template>\r
-\r
-  <xsl:template match="text()" >\r
-    <xsl:value-of select="." disable-output-escaping="yes" />\r
-  </xsl:template>\r
-\r
-  <xsl:template match="node()" mode="poczatek">\r
-    <xsl:value-of select="." />\r
-  </xsl:template>\r
-\r
-  <xsl:template match="dc:creator" mode="poczatek">\r
-    <div class="author" xmlns="http://www.w3.org/1999/xhtml">\r
-      <xsl:apply-templates />\r
-    </div>\r
-  </xsl:template>\r
-\r
-  <xsl:template match="autor_utworu" mode="poczatek">\r
-    <div class="author" xmlns="http://www.w3.org/1999/xhtml">\r
-      <xsl:apply-templates />\r
-    </div>\r
-  </xsl:template>\r
-\r
-  <xsl:template match="dzielo_nadrzedne" mode="poczatek">\r
-    <div class="collection" xmlns="http://www.w3.org/1999/xhtml">\r
-      <xsl:apply-templates />\r
-    </div>\r
-  </xsl:template>\r
-\r
-  <xsl:template match="nazwa_utworu" mode="poczatek" >\r
-    <h1 class="title" xmlns="http://www.w3.org/1999/xhtml">\r
-      <xsl:apply-templates />\r
-    </h1>\r
-  </xsl:template>\r
-\r
-  <xsl:template match="dc:title" mode="poczatek" >\r
-    <h1 class="title" xmlns="http://www.w3.org/1999/xhtml">\r
-      <xsl:apply-templates />\r
-    </h1>\r
-  </xsl:template>\r
-\r
-  <xsl:template match="podtytul" mode="poczatek">\r
-    <div class="subtitle" xmlns="http://www.w3.org/1999/xhtml">\r
-      <xsl:apply-templates />\r
-    </div>\r
-  </xsl:template>\r
-\r
-  <xsl:template match="pe|pa|pr|pt" />\r
-\r
-  <xsl:template match="extra" />\r
-\r
-  <xsl:template match="pe|pa|pr|pt" />\r
-\r
-  <xsl:template match="extra" />\r
-\r
-  <xsl:template match="motyw" />\r
-\r
-</xsl:stylesheet>
\ No newline at end of file