Ignore:
Timestamp:
2004-11-12T16:43:15+13:00 (19 years ago)
Author:
kjdon
Message:

fixed to work with the new pageHead and pageTitle templates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/web/sites/localsite/collect/gberg/transform/document-toc.xsl

    r5957 r8538  
    1313  <xsl:output method="html"/>
    1414 
    15   <xsl:template name="pageHead">
    16     <head>
    17       <title>
    18     <xsl:value-of select="/page/pageResponse/documentNode/metadataList/metadata[@name='root_Title']"/>: Table of Contents
    19       </title>
    20     </head>
     15  <xsl:template name="pageTitle">
     16    <xsl:value-of select="/page/pageResponse/documentNode/metadataList/metadata[@name='root_Title']"/>: Table of Contents
    2117  </xsl:template>
    2218 
     19  <!-- page specific style goes here -->
     20  <xsl:template name="pageStyle"/>
     21 
     22
    2323  <xsl:template match="pageResponse">
    2424    <xsl:variable name="collName"><xsl:value-of select="/page/pageRequest/paramList/param[@name='c']/@value"/></xsl:variable>
Note: See TracChangeset for help on using the changeset viewer.