Ignore:
Timestamp:
2004-11-12T14:04:08+13:00 (19 years ago)
Author:
kjdon
Message:

tidied up the style stuff - now uses css. pageHead is now defined by style, with pageTitle and pageStyle in each page. got rid of the attribute sets and colors in style - uses css instead.

File:
1 edited

Legend:

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

    r5129 r8526  
    1212  <xsl:output method="html"/> 
    1313 
    14   <xsl:template name="pageHead">
    15     <head>
    16       <title>
     14  <xsl:template name="pageTitle">
    1715    <xsl:value-of select="/page/pageResponse/*/displayItem[@name='name']"/>: <xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'help_t')"/>
    18       </title>
    19     </head>
    2016  </xsl:template>
     17
     18  <!-- page specific style goes here -->
     19  <xsl:template name="pageStyle"/>
     20
    2121
    2222  <xsl:template match="pageResponse">
Note: See TracChangeset for help on using the changeset viewer.