Changeset 18393 for greenstone3


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

Location:
greenstone3/trunk/web/interfaces/nzdl/transform
Files:
3 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"/>                   
  • greenstone3/trunk/web/interfaces/nzdl/transform/home.xsl

    r17021 r18393  
    2525      <xsl:call-template name="pageStyle"/>
    2626    </head>
    27       <body class="bgimage">
     27      <body>
    2828    <xsl:attribute name="dir"><xsl:call-template name="direction"/></xsl:attribute>
    29     <div id="page">
     29    <div id="page-wrapper">
    3030       <xsl:apply-templates select="pageResponse"/>
    3131       <xsl:call-template name="greenstoneFooter"/>                   
     
    6666  </xsl:template>
    6767
     68  <xsl:template name="nzdlPageBanner">
     69    <div><img src="interfaces/nzdl/images/nzdl2gr.gif" width="457" height="181" ><xsl:attribute name="alt"><xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'nzdl')"/></xsl:attribute></img></div>
     70  </xsl:template>
     71
    6872  <xsl:template name="project_info">
    6973    <tr valign='top'>
  • greenstone3/trunk/web/interfaces/nzdl/transform/page-common.xsl

    r6681 r18393  
    1414  </xsl:template>
    1515
     16  <xsl:template name="imagegreenstone">
     17    <img src="interfaces/nzdl/images/gsdl.gif" width="140" height="77" border="0" hspace='0'><xsl:attribute name='alt'><xsl:call-template name='textimagegreenstone'/></xsl:attribute></img>
     18  </xsl:template>
     19
    1620</xsl:stylesheet>
Note: See TracChangeset for help on using the changeset viewer.