[library-web/new-website-style: 16/55] add footer art to docbook documents



commit 74e219cbb136bb908e5622c18f9142aace987b43
Author: Frédéric Péters <fpeters 0d be>
Date:   Sat Dec 4 19:40:33 2010 +0100

    add footer art to docbook documents

 data/xslt/db2html.xsl |   21 +++++++++++----------
 1 files changed, 11 insertions(+), 10 deletions(-)
---
diff --git a/data/xslt/db2html.xsl b/data/xslt/db2html.xsl
index 361c6dc..0c2a308 100644
--- a/data/xslt/db2html.xsl
+++ b/data/xslt/db2html.xsl
@@ -482,19 +482,20 @@ div.sidebar { top: 230px; }
             </xsl:apply-templates>
           </xsl:otherwise>
         </xsl:choose>
+        <xsl:call-template name="db2html.division.bottom">
+          <xsl:with-param name="node" select="$node"/>
+          <xsl:with-param name="info" select="$info"/>
+          <xsl:with-param name="template" select="$template"/>
+          <xsl:with-param name="depth_of_chunk" select="$depth_of_chunk"/>
+          <xsl:with-param name="prev_id" select="$prev_id"/>
+          <xsl:with-param name="next_id" select="$next_id"/>
+          <xsl:with-param name="prev_node" select="$prev_node"/>
+          <xsl:with-param name="next_node" select="$next_node"/>
+        </xsl:call-template>
         </div>
         <xsl:copy-of select="$sidebar"/>
+        <div id="footer_art" class="default"> </div>
       </div>
-      <xsl:call-template name="db2html.division.bottom">
-        <xsl:with-param name="node" select="$node"/>
-        <xsl:with-param name="info" select="$info"/>
-        <xsl:with-param name="template" select="$template"/>
-        <xsl:with-param name="depth_of_chunk" select="$depth_of_chunk"/>
-        <xsl:with-param name="prev_id" select="$prev_id"/>
-        <xsl:with-param name="next_id" select="$next_id"/>
-        <xsl:with-param name="prev_node" select="$prev_node"/>
-        <xsl:with-param name="next_node" select="$next_node"/>
-      </xsl:call-template>
       <xsl:call-template name="libgo.footer"/>
     </body>
   </html>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]