Ignore:
Timestamp:
07/14/2005 06:26:25 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
b61a7a16
Parents:
ac3b26d0
Message:

Full removed graphics from nochunks output.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/blfs-nochunks.xsl

    rac3b26d0 rc5b9704  
    88  <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.68.1/xhtml/docbook.xsl"/>
    99
    10   <!-- Fix encoding issues with default UTF-8 output of the xhtml stylesheet -->
     10    <!-- Fix encoding issues with default UTF-8 output of the xhtml stylesheet -->
    1111  <xsl:output method="html" encoding="ISO-8859-1" indent="no" />
    1212
    1313   <!-- Including our others customized templates -->
    14   <xsl:include href="xhtml/lfs-admon.xsl"/>
    1514  <xsl:include href="xhtml/lfs-index.xsl"/>
    1615  <xsl:include href="xhtml/lfs-mixed.xsl"/>
     
    2524  <xsl:param name="ulink.target" select="''"></xsl:param>
    2625  <xsl:param name="css.decoration" select="0"></xsl:param>
     26
     27    <!-- Don't use graphics in admonitions -->
     28  <xsl:param name="admon.graphics" select="0"/>
     29
     30    <!-- Changing the admonitions output tagging -->
     31  <xsl:template name="nongraphical.admonition">
     32    <div class="{name(.)}">
     33      <div class ="admonhead">
     34        <h3 class="admontitle">
     35          <xsl:apply-templates select="." mode="object.title.markup"/>
     36        </h3>
     37      </div>
     38      <div class="admonbody">
     39        <xsl:apply-templates/>
     40      </div>
     41    </div>
     42  </xsl:template>
    2743
    2844    <!-- To drop the remainig dot when title is empty (from lfs-titles.xsl)
     
    152168}
    153169
    154 div.admonhead img {
    155   display: none;
    156 }
    157 
    158170h3.admontitle {
    159171  padding-left: 2.5em;
Note: See TracChangeset for help on using the changeset viewer.