docs-common/xsl html-common.xsl, 1.8, 1.9 main-html-nochunks.xsl, 1.1, 1.2 main-html.xsl, 1.4, 1.5

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Wed Jun 29 14:32:52 UTC 2005


Author: pfrields

Update of /cvs/docs/docs-common/xsl
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8739

Modified Files:
	html-common.xsl main-html-nochunks.xsl main-html.xsl 
Log Message:
Fix legalnotice linkage to embed in nochunks version only


Index: html-common.xsl
===================================================================
RCS file: /cvs/docs/docs-common/xsl/html-common.xsl,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- html-common.xsl	2 Jun 2005 18:23:16 -0000	1.8
+++ html-common.xsl	29 Jun 2005 14:32:49 -0000	1.9
@@ -25,8 +25,6 @@
 
 <xsl:output method="html" indent="no"/>
 
-<xsl:param name="generate.legalnotice.link" select="1"></xsl:param>
-
 <xsl:param name="html.stylesheet" select="'fedora.css'"></xsl:param>
 <xsl:param name="html.stylesheet.type">text/css</xsl:param>
 


Index: main-html-nochunks.xsl
===================================================================
RCS file: /cvs/docs/docs-common/xsl/main-html-nochunks.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- main-html-nochunks.xsl	30 May 2005 19:23:12 -0000	1.1
+++ main-html-nochunks.xsl	29 Jun 2005 14:32:49 -0000	1.2
@@ -44,4 +44,7 @@
             encoding="UTF-8"
             indent="yes"/>
 
+<!-- Override legalnotice linkage -->
+<xsl:param name="generate.legalnotice.link" select="0"></xsl:param>
+
 </xsl:stylesheet>


Index: main-html.xsl
===================================================================
RCS file: /cvs/docs/docs-common/xsl/main-html.xsl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- main-html.xsl	2 Jun 2005 17:57:59 -0000	1.4
+++ main-html.xsl	29 Jun 2005 14:32:49 -0000	1.5
@@ -21,6 +21,8 @@
 <xsl:param name="section.autolabel" select="1"/>
 <xsl:param name="section.label.includes.component.label" select="1"></xsl:param>
 
+<xsl:param name="generate.legalnotice.link" select="1"></xsl:param>
+
 <xsl:param name="generate.toc">
 book toc
 article toc




More information about the Fedora-docs-commits mailing list