[library-web/new-website-style: 22/55] import javascript libraries on all html documents
- From: Frederic Peters <fpeters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [library-web/new-website-style: 22/55] import javascript libraries on all html documents
- Date: Sat, 19 Mar 2011 18:58:25 +0000 (UTC)
commit f3c24539b11cd4f6d3da0aff59bc9a51c2437e71
Author: Frédéric Péters <fpeters 0d be>
Date: Sun Dec 5 12:21:23 2010 +0100
import javascript libraries on all html documents
data/xslt/html2html.xsl | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/data/xslt/html2html.xsl b/data/xslt/html2html.xsl
index fdb7f71..9c24c27 100644
--- a/data/xslt/html2html.xsl
+++ b/data/xslt/html2html.xsl
@@ -224,6 +224,11 @@ along with libgo; if not, write to the Free Software Foundation, Inc.,
</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"/>
+ <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" />
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]