Changeset 4026


Ignore:
Timestamp:
2003-03-28T10:13:11+12:00 (21 years ago)
Author:
kjdon
Message:

pageHead now defined in each xsl file, greenstoneHead no longer used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/interfaces/default/transform/style.xsl

    r4002 r4026  
    1212  <xsl:template match="page">
    1313    <html>
    14       <xsl:call-template name="greenstoneHead"/>
     14      <xsl:call-template name="pageHead"/>
    1515      <body xsl:use-attribute-sets="body-style">
    1616    <table border="0" cellspacing="0" cellpadding="0" width="100%">
     
    4141    <xsl:attribute name="background">interfaces/default/images/chalk.gif</xsl:attribute>
    4242  </xsl:attribute-set>
    43  
    44   <!-- can we modify the title to reflect whats happening in the page???-->
    45   <xsl:template name="greenstoneHead">
    46     <head>
    47       <title><xsl:call-template name="text"><xsl:with-param name="key">nzdl</xsl:with-param></xsl:call-template></title>
    48     </head>
    49   </xsl:template>
    50  
     43   
    5144  <!-- this should probably use a greenstone image rather than nzdl image -->
    5245  <xsl:template name="greenstonePageBanner">
Note: See TracChangeset for help on using the changeset viewer.