Ignore:
Timestamp:
2009-01-15T15:02:09+13:00 (15 years ago)
Author:
kjdon
Message:

a couple of changes made to keep in line with other interfaces. a couple of templates moved here from gs2/style.xsl as only used here

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/web/interfaces/nzdl/transform/gsdl.xsl

    r17021 r18393  
    1515  <xsl:output method="html"/>
    1616
    17       <!-- the main page layout template is here -->
     17  <!-- the main page layout template is here -->
    1818  <xsl:template match="page">
    1919    <html>
     
    2626      <xsl:call-template name="pageStyle"/>
    2727    </head>
    28       <body class="bgimage">
     28      <body>
    2929    <xsl:attribute name="dir"><xsl:call-template name="direction"/></xsl:attribute>
    30     <div id="page">
     30    <div id="page-wrapper">
    3131       <xsl:apply-templates select="pageResponse"/>
    3232       <xsl:call-template name="greenstoneFooter"/>                   
Note: See TracChangeset for help on using the changeset viewer.