Ignore:
Timestamp:
2003-09-01T09:52:38+12:00 (21 years ago)
Author:
kjdon
Message:

navigation bar no longer part of page banner

Location:
trunk/gsdl3/web/interfaces/nzdl/transform
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/web/interfaces/nzdl/transform/about.xsl

    r5120 r5385  
    3131      <xsl:with-param name="pageType">about</xsl:with-param>
    3232    </xsl:call-template>
     33    <xsl:call-template name="navigationBar">
     34      <xsl:with-param name="collName" select="$collName"/>
     35    </xsl:call-template>     
    3336    <p />
    3437    <h3><xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'about.aboutcoll')"/></h3>
  • trunk/gsdl3/web/interfaces/nzdl/transform/help.xsl

    r5120 r5385  
    2727    <xsl:with-param name="pageType">help</xsl:with-param>
    2828      </xsl:call-template>
     29      <xsl:call-template name="navigationBar">
     30    <xsl:with-param name="collName" select="$collName"/>
     31      </xsl:call-template>     
    2932      <p />Help text to go here!!
    3033    </center>
Note: See TracChangeset for help on using the changeset viewer.