[library-web] Don't include standard GNOME header and footer in doc page
- From: William Jon McCann <mccann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [library-web] Don't include standard GNOME header and footer in doc page
- Date: Tue, 18 Feb 2014 23:53:31 +0000 (UTC)
commit 19694cf42a35051fd99abc3668131312369a0b94
Author: William Jon McCann <william jon mccann gmail com>
Date: Tue Feb 18 12:28:07 2014 -0500
Don't include standard GNOME header and footer in doc page
data/xslt/html2html.xsl | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/data/xslt/html2html.xsl b/data/xslt/html2html.xsl
index b2a3a6b..f0fce6d 100644
--- a/data/xslt/html2html.xsl
+++ b/data/xslt/html2html.xsl
@@ -311,21 +311,14 @@ 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"/>
@@ -382,7 +375,6 @@ 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]