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

indented the xml nicely.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/web/interfaces/default/transform/system.xsl

    r17017 r18316  
    1010  <!-- the main page layout template is here -->
    1111  <xsl:template match="page">
    12         <html>
    13     <head>
    14       <title>
    15     <!-- put a space in the title in case the actual value is missing - mozilla will not display a page with no title-->
    16     <xsl:call-template name="pageTitle"/><xsl:text> </xsl:text>
    17       </title>
    18       <xsl:call-template name="globalStyle"/>
    19       <xsl:call-template name="pageStyle"/>
    20     </head>
    21           <body>
    22            <div id="globalwrapper">
    23           <xsl:call-template name="response" />
    24           <xsl:call-template name="greenstoneFooter"/>
    25        </div>
    26           </body>
    27         </html>
     12    <html>
     13      <head>
     14    <title>
     15      <!-- put a space in the title in case the actual value is missing - mozilla will not display a page with no title-->
     16      <xsl:call-template name="pageTitle"/><xsl:text> </xsl:text>
     17    </title>
     18    <xsl:call-template name="globalStyle"/>
     19    <xsl:call-template name="pageStyle"/>
     20      </head>
     21      <body>
     22    <div id="globalwrapper">
     23      <xsl:call-template name="response" />
     24      <xsl:call-template name="greenstoneFooter"/>
     25    </div>
     26      </body>
     27    </html>
    2828  </xsl:template>
    2929 
    30     <xsl:template name="pageTitle">
     30  <xsl:template name="pageTitle">
    3131    <xsl:value-of select="java:org.greenstone.gsdl3.util.XSLTUtil.getInterfaceText($interface_name, /page/@lang, 'gsdl')"/>
    3232  </xsl:template>
    33 
     33 
    3434  <!-- page specific style goes here -->
    3535  <xsl:template name="pageStyle"/>
    36 
     36 
    3737  <xsl:template match="pageResponse">
    3838    <xsl:value-of select="status"/>
Note: See TracChangeset for help on using the changeset viewer.