Changeset 220608f in clfs-embedded for BOOK/stylesheets


Ignore:
Timestamp:
Jan 25, 2009, 1:51:14 AM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
128e9a4
Parents:
8759158
Message:

Made Index Match CLFS-Standard

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/stylesheets/top-index.xsl

    r8759158 r220608f  
    140140  </xsl:template>
    141141
    142   <xsl:template match="authorgroup">
    143     <h3 class="author">
    144       <xsl:value-of select="author[1]/firstname"/>
    145       <xsl:text> </xsl:text>
    146       <xsl:value-of select="author[1]/surname"/>
    147     </h3>
    148     <h3 class="author">
    149       <xsl:value-of select="author[2]/firstname"/>
    150       <xsl:text> </xsl:text>
    151       <xsl:value-of select="author[2]/surname"/>
    152     </h3>
    153     <h3 class="author">
    154       <xsl:value-of select="author[3]/firstname"/>
    155       <xsl:text> </xsl:text>
    156       <xsl:value-of select="author[3]/surname"/>
    157     </h3>
    158   </xsl:template>
    159 
    160142  <xsl:template match="copyright">
    161143    <p class="copyright">
Note: See TracChangeset for help on using the changeset viewer.