Ignore:
Timestamp:
2004-11-12T15:29:18+13:00 (20 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/classic/transform/about.xsl

    r7831 r8532  
    1414  <xsl:output method="html"/> 
    1515
    16   <xsl:template name="pageHead">
    17     <head>
    18       <title><xsl:value-of select="/page/pageResponse/collection/displayItem[@name='name']"/><xsl:text> </xsl:text></title>
    19     </head>
    20     <xsl:call-template name="headScript"/>
     16  <xsl:template name="pageTitle">
     17    <xsl:value-of select="/page/pageResponse/collection/displayItem[@name='name']"/> 
    2118  </xsl:template>
     19
     20  <!-- page specific style goes here -->
     21  <xsl:template name="pageStyle"/>
     22
    2223
    2324  <xsl:template match="pageResponse">
Note: See TracChangeset for help on using the changeset viewer.