Changeset ee1c43a for stylesheets/xhtml


Ignore:
Timestamp:
02/10/2005 09:01:25 PM (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:
28badf4
Parents:
e8eb87c
Message:

Update to index xsl to add anchors

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

File:
1 edited

Legend:

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

    re8eb87c ree1c43a  
    4747             <xsl:choose>
    4848             <xsl:when test="$divtitle = 'A'">
     49                <a id="package-index" name="package-index"/>
    4950                <xsl:call-template name="gentext">
    5051                  <xsl:with-param name="key">Packages</xsl:with-param>
     
    5253             </xsl:when>
    5354             <xsl:when test="$divtitle = 'B'">
     55                <a id="program-index" name="program-index"/>
    5456                <xsl:call-template name="gentext">
    5557                  <xsl:with-param name="key">Programs</xsl:with-param>
     
    5759             </xsl:when>
    5860             <xsl:when test="$divtitle = 'C'">
     61                <a id="library-index" name="library-index"/>
    5962                <xsl:call-template name="gentext">
    6063                  <xsl:with-param name="key">Libraries</xsl:with-param>
     
    6265             </xsl:when>
    6366             <xsl:when test="$divtitle = 'D'">
     67                <a id="kernel-config-index" name="kernel-config-index"/>
    6468                <xsl:call-template name="gentext">
    6569                  <xsl:with-param name="key">Kernel Configuration</xsl:with-param>
     
    6771             </xsl:when>
    6872             <xsl:when test="$divtitle = 'E'">
     73                <a id="config-file-index" name="config-file-index"/>
    6974                <xsl:call-template name="gentext">
    7075                  <xsl:with-param name="key">Configuration Files</xsl:with-param>
     
    7277             </xsl:when>
    7378             <xsl:when test="$divtitle = 'F'">
     79                <a id="bootscript-index" name="bootscript-index"/>
    7480                <xsl:call-template name="gentext">
    7581                  <xsl:with-param name="key">Bootscripts</xsl:with-param>
     
    7783             </xsl:when>
    7884             <xsl:when test="$divtitle = 'G'">
     85                <a id="other-index" name="other-index"/>
    7986                <xsl:call-template name="gentext">
    8087                  <xsl:with-param name="key">Others</xsl:with-param>
Note: See TracChangeset for help on using the changeset viewer.