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

    r17019 r18318  
    1414  <xsl:output method="html"/> 
    1515 
    16     <!-- the main page layout template is here -->
     16  <!-- the main page layout template is here -->
    1717  <xsl:template match="page">
    1818    <html>
    19     <head>
    20       <title>
    21     <!-- put a space in the title in case the actual value is missing - mozilla will not display a page with no title-->
    22     <xsl:call-template name="pageTitle"/><xsl:text> </xsl:text>
    23       </title>
    24       <xsl:call-template name="globalStyle"/>
    25       <xsl:call-template name="pageStyle"/>
    26     </head>
     19      <head>
     20    <title>
     21      <!-- put a space in the title in case the actual value is missing - mozilla will not display a page with no title-->
     22      <xsl:call-template name="pageTitle"/><xsl:text> </xsl:text>
     23    </title>
     24    <xsl:call-template name="globalStyle"/>
     25    <xsl:call-template name="pageStyle"/>
     26      </head>
    2727      <body class="bgimage">
    2828    <xsl:attribute name="dir"><xsl:call-template name="direction"/></xsl:attribute>
    2929    <div id="page">
    30        <xsl:apply-templates select="pageResponse"/>
    31        <xsl:call-template name="greenstoneFooter"/>                   
     30      <xsl:apply-templates select="pageResponse"/>
     31      <xsl:call-template name="greenstoneFooter"/>                     
    3232    </div>
    3333      </body>
Note: See TracChangeset for help on using the changeset viewer.