removing the page-header div that was poorly supported by readers
authorJonathan Blake <jonathan.blake@projectaon.org>
Wed, 31 Jul 2013 18:38:20 +0000 (18:38 +0000)
committerJonathan Blake <jonathan.blake@projectaon.org>
Wed, 31 Jul 2013 18:38:20 +0000 (18:38 +0000)
git-svn-id: https://projectaon.org/data/trunk@2249 f6f3e2d7-ff33-0410-aaf5-b4bee2cdac11

common/xsl/epub-xhtml.xsl

index 1430ef3..5967d47 100644 (file)
@@ -1067,21 +1067,6 @@ is included in all copies.
 
     <body> 
      <div id="body"> 
-      <div id="page-header">
-       <cite>
-        <xsl:apply-templates select="/gamebook/meta/title[1]"/>
-       </cite>
-       <xsl:choose>
-        <xsl:when test="$language='es'">
-         <xsl:text> por </xsl:text>
-        </xsl:when>
-        <xsl:otherwise>
-         <xsl:text> by </xsl:text>
-        </xsl:otherwise>
-       </xsl:choose>
-       <xsl:apply-templates select="/gamebook/meta/creator[@class='short']" />
-      </div>
-
       <xsl:choose>
 
  <!-- ~~~~~~~~~~~~~~~~~~~~~~~~ top-level ~~~~~~~~~~~~~~~~~~~~~~~~~~ -->