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

Move the HTML skeleton from style.xsl to the current XSL file.

File:
1 edited

Legend:

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

    r16862 r17019  
    88  exclude-result-prefixes="java util gsf">
    99
     10  <!-- style includes global params interface_name, library_name -->
    1011  <xsl:include href="style.xsl"/>
    1112  <xsl:include href="service-params.xsl"/>
    1213  <xsl:output method="html"/>
     14 
     15 
    1316
    1417  <!-- the main page layout template is here -->
     
    1619  <xsl:template match="page" priority='2'>
    1720    <html>
    18       <xsl:call-template name="pageHead"/>
     21    <head>
     22      <title>
     23    <!-- put a space in the title in case the actual value is missing - mozilla will not display a page with no title-->
     24    <xsl:call-template name="pageTitle"/><xsl:text> </xsl:text>
     25      </title>
     26      <xsl:call-template name="globalStyle"/>
     27      <xsl:call-template name="pageStyle"/>
     28    </head>
    1929      <body>
    2030        <xsl:attribute name="dir"><xsl:call-template name="direction"/></xsl:attribute>
Note: See TracChangeset for help on using the changeset viewer.