Changeset ee1c43a
- Timestamp:
- 02/10/2005 09:01:25 PM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 28badf4
- Parents:
- e8eb87c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
stylesheets/xhtml/lfs-index.xsl
re8eb87c ree1c43a 47 47 <xsl:choose> 48 48 <xsl:when test="$divtitle = 'A'"> 49 <a id="package-index" name="package-index"/> 49 50 <xsl:call-template name="gentext"> 50 51 <xsl:with-param name="key">Packages</xsl:with-param> … … 52 53 </xsl:when> 53 54 <xsl:when test="$divtitle = 'B'"> 55 <a id="program-index" name="program-index"/> 54 56 <xsl:call-template name="gentext"> 55 57 <xsl:with-param name="key">Programs</xsl:with-param> … … 57 59 </xsl:when> 58 60 <xsl:when test="$divtitle = 'C'"> 61 <a id="library-index" name="library-index"/> 59 62 <xsl:call-template name="gentext"> 60 63 <xsl:with-param name="key">Libraries</xsl:with-param> … … 62 65 </xsl:when> 63 66 <xsl:when test="$divtitle = 'D'"> 67 <a id="kernel-config-index" name="kernel-config-index"/> 64 68 <xsl:call-template name="gentext"> 65 69 <xsl:with-param name="key">Kernel Configuration</xsl:with-param> … … 67 71 </xsl:when> 68 72 <xsl:when test="$divtitle = 'E'"> 73 <a id="config-file-index" name="config-file-index"/> 69 74 <xsl:call-template name="gentext"> 70 75 <xsl:with-param name="key">Configuration Files</xsl:with-param> … … 72 77 </xsl:when> 73 78 <xsl:when test="$divtitle = 'F'"> 79 <a id="bootscript-index" name="bootscript-index"/> 74 80 <xsl:call-template name="gentext"> 75 81 <xsl:with-param name="key">Bootscripts</xsl:with-param> … … 77 83 </xsl:when> 78 84 <xsl:when test="$divtitle = 'G'"> 85 <a id="other-index" name="other-index"/> 79 86 <xsl:call-template name="gentext"> 80 87 <xsl:with-param name="key">Others</xsl:with-param>
Note:
See TracChangeset
for help on using the changeset viewer.