aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets/xhtml/lfs-legalnotice.xsl
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-19 21:48:22 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-19 21:48:22 +0000
commit8df9f6385334fa18b32aebc0a2988a5ebc7bef94 (patch)
tree3a2c269c07c8fbe8dd05abeb52072ec82c36e510 /stylesheets/xhtml/lfs-legalnotice.xsl
parenta9e89d0c26b67d4f4ad136be1f701665c7b04c72 (diff)
HEAD: StyleSheets - changed the navigational links to make it simetrical and added popup titles.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3665 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets/xhtml/lfs-legalnotice.xsl')
-rw-r--r--stylesheets/xhtml/lfs-legalnotice.xsl9
1 files changed, 8 insertions, 1 deletions
diff --git a/stylesheets/xhtml/lfs-legalnotice.xsl b/stylesheets/xhtml/lfs-legalnotice.xsl
index 8e59611f4..bc677d8d1 100644
--- a/stylesheets/xhtml/lfs-legalnotice.xsl
+++ b/stylesheets/xhtml/lfs-legalnotice.xsl
@@ -33,7 +33,14 @@
<xsl:attribute name="href">
<xsl:text>../index.html</xsl:text>
</xsl:attribute>
- <xsl:text>Home</xsl:text>
+ <xsl:attribute name="title">
+ <xsl:value-of select="/book/bookinfo/title"/>
+ <xsl:text> - </xsl:text>
+ <xsl:value-of select="/book/bookinfo/subtitle"/>
+ </xsl:attribute>
+ <xsl:call-template name="navig.content">
+ <xsl:with-param name="direction" select="'home'"/>
+ </xsl:call-template>
</a>
</li>
</ul>