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/classifier.xsl

    r17019 r18318  
    1616  <xsl:template match="page">
    1717    <html>
    18     <head>
    19       <title>
    20     <!-- put a space in the title in case the actual value is missing - mozilla will not display a page with no title-->
    21     <xsl:call-template name="pageTitle"/><xsl:text> </xsl:text>
    22       </title>
    23       <xsl:call-template name="globalStyle"/>
    24       <xsl:call-template name="pageStyle"/>
    25     </head>
     18      <head>
     19    <title>
     20      <!-- put a space in the title in case the actual value is missing - mozilla will not display a page with no title-->
     21      <xsl:call-template name="pageTitle"/><xsl:text> </xsl:text>
     22    </title>
     23    <xsl:call-template name="globalStyle"/>
     24    <xsl:call-template name="pageStyle"/>
     25      </head>
    2626      <body class="bgimage">
    2727    <xsl:attribute name="dir"><xsl:call-template name="direction"/></xsl:attribute>
    2828    <div id="page">
    29        <xsl:apply-templates select="pageResponse"/>
    30        <xsl:call-template name="greenstoneFooter"/>                   
     29      <xsl:apply-templates select="pageResponse"/>
     30      <xsl:call-template name="greenstoneFooter"/>                     
    3131    </div>
    3232      </body>
     
    5353      </xsl:choose>
    5454    </xsl:variable>
    55       <xsl:call-template name="standardPageBanner">
    56     <xsl:with-param name="collName" select="$collName"/>
    57     <xsl:with-param name="pageType">browse</xsl:with-param>
    58     <xsl:with-param name="clTop" select="$clTop"/>
    59       </xsl:call-template>
    60       <xsl:call-template name="navigationBar">
    61     <xsl:with-param name="collName" select="$collName"/>
    62     <xsl:with-param name="clTop" select="$clTop"/>
    63       </xsl:call-template>     
    64       <div class="document">
     55    <xsl:call-template name="standardPageBanner">
     56      <xsl:with-param name="collName" select="$collName"/>
     57      <xsl:with-param name="pageType">browse</xsl:with-param>
     58      <xsl:with-param name="clTop" select="$clTop"/>
     59    </xsl:call-template>
     60    <xsl:call-template name="navigationBar">
     61      <xsl:with-param name="collName" select="$collName"/>
     62      <xsl:with-param name="clTop" select="$clTop"/>
     63    </xsl:call-template>     
     64    <div class="document">
    6565      <xsl:apply-templates select="classifier">
    6666    <xsl:with-param name="collName" select="$collName"/>
    6767    <xsl:with-param name="serviceName" select="$serviceName"/>
    6868      </xsl:apply-templates>
    69       </div>
     69    </div>
    7070  </xsl:template>
    7171 
Note: See TracChangeset for help on using the changeset viewer.