Ignore:
Timestamp:
01/07/2005 05:14:15 AM (19 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d8dc77a
Parents:
bad8b53
Message:

Update stylesheets and fix Python references

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3217 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/xhtml/lfs-legalnotice.xsl

    rbad8b53 r3fe8b511  
    11<?xml version='1.0' encoding='ISO-8859-1'?>
    2 
    3 <!-- Version 0.9 - Manuel Canales Esparcia <macana@lfs-es.org> -->
    42
    53<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
     
    75                version="1.0">
    86
    9         <!-- Generating the page -->
    10 
     7    <!-- Generating the page -->
    118  <xsl:template match="legalnotice" mode="titlepage.mode">
    129    <xsl:variable name="id"><xsl:call-template name="object.id"/></xsl:variable>
     
    3027              <xsl:apply-templates mode="titlepage.mode"/>
    3128            </div>
    32             <hr/>
    3329            <div class="navfooter">
    3430              <ul class="footerlinks">
    35                 <li>
     31                <li class="home">
    3632                  <a accesskey="h">
    3733                    <xsl:attribute name="href">
    38                       <xsl:text>../index.html</xsl:text>
     34                      <xsl:text>index.html</xsl:text>
    3935                    </xsl:attribute>
    40                     <xsl:text>Home</xsl:text>
     36                    <xsl:attribute name="title">
     37                      <xsl:value-of select="/book/bookinfo/title"/>
     38                      <xsl:text> - </xsl:text>
     39                      <xsl:value-of select="/book/bookinfo/subtitle"/>
     40                    </xsl:attribute>
     41                    <xsl:call-template name="navig.content">
     42                      <xsl:with-param name="direction" select="'home'"/>
     43                    </xsl:call-template>
    4144                  </a>
    4245                </li>
Note: See TracChangeset for help on using the changeset viewer.