Ignore:
Timestamp:
2008-08-27T16:30:33+12:00 (16 years ago)
Author:
max
Message:

Delete the HTML skeleton because it has been copied to other XSL files.

File:
1 edited

Legend:

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

    r13996 r17018  
    1515  </xsl:template>
    1616 
    17   <!-- the main page layout template is here -->
    18   <xsl:template match="page">
    19     <xsl:variable name="bookswitch"><xsl:value-of select="/page/pageRequest/paramList/param[@name='book']/@value"/></xsl:variable>
    20     <xsl:variable name="a"><xsl:value-of select="/page/pageRequest/paramList/param[@name='a']/@value"/></xsl:variable>
    21 
    22     <xsl:choose>
    23       <xsl:when test="$bookswitch = 'flashxml' and $a = 'd'">
    24          <html>
    25           <xsl:call-template name="response" />
    26         </html>
    27       </xsl:when>
    28 
    29       <xsl:otherwise>   
    30         <html>
    31          <xsl:call-template name="pageHead"/>
    32           <body>
    33            <div id="globalwrapper">
    34           <xsl:call-template name="response" />
    35           <xsl:call-template name="greenstoneFooter"/>
    36        </div>
    37           </body>
    38         </html>
    39       </xsl:otherwise>
    40     </xsl:choose>
    41   </xsl:template>
     17
    4218
    4319 <xsl:template name="response">
     
    7551 </xsl:template>
    7652
    77   <!-- put a space in the title in case the actual value is missing - mozilla will not display a page with no title-->
    78   <xsl:template name="pageHead">
    79     <head>
    80       <title>
    81     <xsl:call-template name="pageTitle"/><xsl:text> </xsl:text>
    82       </title>
    83       <xsl:call-template name="globalStyle"/>
    84       <xsl:call-template name="pageStyle"/>
    85     </head>
    86   </xsl:template>
     53
    8754
    8855
Note: See TracChangeset for help on using the changeset viewer.