Changeset e11607f in clfs-sysroot for BOOK/stylesheets


Ignore:
Timestamp:
Oct 5, 2006, 11:45:54 AM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
master
Children:
967ae7d
Parents:
052ecb7
Message:

Updated clfs-2.0 branch to OPL license.

Location:
BOOK/stylesheets
Files:
2 edited

Legend:

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

    r052ecb7 re11607f  
    162162    <div>
    163163      <p class="copyright">
    164         <xsl:text>Copyright (c)</xsl:text>
     164        <xsl:text>Copyright ©</xsl:text>
    165165        <xsl:apply-templates/>
    166166      </p>
  • BOOK/stylesheets/xhtml/lfs-legalnotice.xsl

    r052ecb7 re11607f  
    88  <xsl:template match="legalnotice" mode="titlepage.mode">
    99    <xsl:variable name="id"><xsl:call-template name="object.id"/></xsl:variable>
    10       <xsl:variable name="filename" select="concat($base.dir, 'prologue/legalnotice.html')"/>
     10      <xsl:variable name="filename" select="concat($base.dir, 'legalnotice.html')"/>
    1111    <xsl:variable name="title">
    1212      <xsl:apply-templates select="." mode="title.markup"/>
     
    3232                  <a accesskey="h">
    3333                    <xsl:attribute name="href">
    34                       <xsl:text>../index.html</xsl:text>
     34                      <xsl:text>index.html</xsl:text>
    3535                    </xsl:attribute>
    3636                    <xsl:attribute name="title">
     
    5757      <a>
    5858        <xsl:attribute name="href">
    59           <xsl:value-of select="'prologue/legalnotice.html'"/>
     59          <xsl:value-of select="'legalnotice.html'"/>
    6060        </xsl:attribute>
    6161        <xsl:call-template name="gentext">
Note: See TracChangeset for help on using the changeset viewer.