Ignore:
Timestamp:
2009-01-06T14:52:16+13:00 (15 years ago)
Author:
kjdon
Message:

made the indentation nice

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/web/interfaces/gs2/transform/gli4gs3.xsl

    r17019 r18318  
    1212  <xsl:output method="html"/> 
    1313 
    14     <!-- the main page layout template is here -->
     14  <!-- the main page layout template is here -->
    1515  <xsl:template match="page">
    1616    <html>
    17     <head>
    18       <title>
    19     <!-- put a space in the title in case the actual value is missing - mozilla will not display a page with no title-->
    20     <xsl:call-template name="pageTitle"/><xsl:text> </xsl:text>
    21       </title>
    22       <xsl:call-template name="globalStyle"/>
    23       <xsl:call-template name="pageStyle"/>
    24     </head>
     17      <head>
     18    <title>
     19      <!-- put a space in the title in case the actual value is missing - mozilla will not display a page with no title-->
     20      <xsl:call-template name="pageTitle"/><xsl:text> </xsl:text>
     21    </title>
     22    <xsl:call-template name="globalStyle"/>
     23    <xsl:call-template name="pageStyle"/>
     24      </head>
    2525      <body class="bgimage">
    2626    <xsl:attribute name="dir"><xsl:call-template name="direction"/></xsl:attribute>
    2727    <div id="page">
    28        <xsl:apply-templates select="pageResponse"/>
    29        <xsl:call-template name="greenstoneFooter"/>                   
     28      <xsl:apply-templates select="pageResponse"/>
     29      <xsl:call-template name="greenstoneFooter"/>                     
    3030    </div>
    3131      </body>
     
    4343    <xsl:variable name="collName"><xsl:value-of select="../pageRequest/paramList/param[@name='c']/@value"/></xsl:variable>
    4444   
    45    <!-- <xsl:call-template name="navigationBar">
    46       <xsl:with-param name="collName" select="$collName"/>
    47     </xsl:call-template>-->     
     45    <!-- <xsl:call-template name="navigationBar">
     46    <xsl:with-param name="collName" select="$collName"/>
     47  </xsl:call-template>-->     
    4848    <div >
    4949      <xsl:copy-of select="Applet"/>
Note: See TracChangeset for help on using the changeset viewer.