restore editorial section
[librarian.git] / librarian / epub / xsltTitle.xsl
index 544b4b9..1119e45 100644 (file)
 
           <xsl:call-template name="translators" />
 
-          <xsl:if test="not(utwor/@less-advertising)">
+          <xsl:if test="utwor/@working-copy">
+            <p class="info">[Kopia robocza]</p>
+          </xsl:if>
+
+          <!--xsl:if test="not(utwor/@less-advertising)">
             <p class="info">
               <a>
                   <xsl:attribute name="href">
 
           <p class="info">
             Utwór opracowany został w&#160;ramach projektu<a href="http://www.wolnelektury.pl/"> Wolne Lektury</a> przez<a href="http://www.nowoczesnapolska.org.pl/"> fundację Nowoczesna Polska</a>.
-          </p>
+          </p-->
 
           <p class="footer info">
-            <a href="http://www.wolnelektury.pl/"><img src="logo_wolnelektury.png" alt="WolneLektury.pl" /></a>
+            <!--a href="http://www.wolnelektury.pl/"><img src="logo_wolnelektury.png" alt="WolneLektury.pl" /></a-->
+            <!--<a href="http://koed.org.pl"><img src="logo_koed.png" alt="Koalicja Otwartej Edukacji" /></a>-->
           </p>
         </div>
       </body>
@@ -61,7 +66,7 @@
   </xsl:template>
 
   <xsl:template match="text()" >
-    <xsl:value-of select="." disable-output-escaping="yes" />
+    <xsl:value-of select="." />
   </xsl:template>
 
   <xsl:template match="node()" mode="poczatek">
 
   <xsl:template match="motyw" />
 
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>