Ignore:
Timestamp:
May 12, 2006, 2:23:37 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
6f890b7
Parents:
31f2530
Message:

r3414@server (orig r1568): manuel | 2006-05-12 13:51:37 -0700
Added Home links and MD5 sums to packages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/stylesheets/xhtml/lfs-mixed.xsl

    r31f2530 redfecd6  
    44                xmlns="http://www.w3.org/1999/xhtml"
    55                version="1.0">
     6
     7    <!-- para -->
     8  <xsl:template match="para">
     9    <xsl:choose>
     10      <xsl:when test="child::ulink[@url=' ']"/>
     11      <xsl:otherwise>
     12        <xsl:call-template name="paragraph">
     13          <xsl:with-param name="class">
     14            <xsl:if test="@role and $para.propagates.style != 0">
     15              <xsl:value-of select="@role"/>
     16            </xsl:if>
     17          </xsl:with-param>
     18          <xsl:with-param name="content">
     19            <xsl:if test="position() = 1 and parent::listitem">
     20              <xsl:call-template name="anchor">
     21                <xsl:with-param name="node" select="parent::listitem"/>
     22              </xsl:call-template>
     23            </xsl:if>
     24            <xsl:call-template name="anchor"/>
     25            <xsl:apply-templates/>
     26          </xsl:with-param>
     27        </xsl:call-template>
     28      </xsl:otherwise>
     29    </xsl:choose>
     30  </xsl:template>
    631
    732    <!-- screen -->
Note: See TracChangeset for help on using the changeset viewer.