Ignore:
Timestamp:
2007-05-25T16:12:13+12:00 (17 years ago)
Author:
lh92
Message:

Added the copyright information

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl-documentation/manuals/processing/xml-to-top-index.xsl

    r13861 r14099  
    3232        <dl><xsl:apply-templates select="file"><xsl:with-param name="manualNodes" select="document(file/@href)"/></xsl:apply-templates></dl>
    3333      </xsl:for-each>
     34     
     35      <hr/>
     36      <div style="text-align:center;">   
     37      <xsl:apply-templates select="Manual[1]/file" mode="copyright">
     38        <xsl:with-param name="manualNodes" select="document(Manual[1]/file/@href)"/>       
     39      </xsl:apply-templates>
     40      </div>
    3441    </body>
    3542</html>
     
    4148</xsl:template>
    4249
     50<xsl:template match="file" mode="copyright">
     51<xsl:param name="manualNodes"/>
     52<xsl:apply-templates select="$manualNodes/Manual/Section[@id='copyright']/Content"/>
     53</xsl:template>
     54
    4355<xsl:template match="Chapter">
    4456    <dd><a href="en/html/Chapter_{@id}.htm"><xsl:apply-templates select="Title/Text"/></a><xsl:text>  </xsl:text>[<a href="es/html/Chapter_{@id}.htm"><xsl:value-of select="$es"/></a><xsl:text>  </xsl:text><a href="fr/html/Chapter_{@id}.htm"><xsl:value-of select="$fr"/></a><xsl:text>  </xsl:text><a href="ru/html/Chapter_{@id}.htm"><xsl:value-of select="$ru"/></a>]</dd> 
Note: See TracChangeset for help on using the changeset viewer.