[library-web] Revert "Don't include standard GNOME header and footer in doc page"



commit 3c2b29a278376eac0efc3a602c43e596a02a776e
Author: Frédéric Péters <fpeters 0d be>
Date:   Tue Mar 4 16:18:15 2014 +0100

    Revert "Don't include standard GNOME header and footer in doc page"
    
    This reverts commit 19694cf42a35051fd99abc3668131312369a0b94.

 data/xslt/html2html.xsl |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/data/xslt/html2html.xsl b/data/xslt/html2html.xsl
index f0fce6d..b2a3a6b 100644
--- a/data/xslt/html2html.xsl
+++ b/data/xslt/html2html.xsl
@@ -311,14 +311,21 @@ along with libgo; if not, write to the Free Software Foundation, Inc.,
           <link rel="stylesheet" href="/skin/gtkdoc.css" type="text/css" />
         </xsl:when>
       </xsl:choose>
+      <xsl:call-template name="libgo.head"/>
       <xsl:if test="$libgo.extracss">
         <link rel="stylesheet" href="/skin/{$libgo.extracss}" type="text/css" />
       </xsl:if>
       <xsl:apply-templates select="html:head/html:title"/>
       <xsl:apply-templates select="html:head/html:link[ rel != 'stylesheet']"/>
+      <link rel="stylesheet" type="text/css" media="all" href="/skin/jquery.autocomplete.css"/>
+      <link rel="stylesheet" type="text/css" media="all" href="/skin/960_24_col.css"/>
+      <script type="text/javascript" src="/js/jquery.js"></script>
+      <script type="text/javascript" src="/js/jquery.jcarousel.min.js"></script>
+      <script type="text/javascript" src="/js/jquery.autocomplete.js"></script>
 
      </head>
      <body>
+      <xsl:call-template name="libgo.header" />
       <div id="container">
         <xsl:attribute name="class">
           <xsl:value-of select="$libgo.h2hmode"/>
@@ -375,6 +382,7 @@ along with libgo; if not, write to the Free Software Foundation, Inc.,
         </div>
         <div id="footer_art" class="default"> </div>
       </div>
+      <xsl:call-template name="libgo.footer"/>
      </body>
     </html>
   </xsl:template>


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