Ignore:
Timestamp:
2009-01-15T14:51:12+13:00 (15 years ago)
Author:
kjdon
Message:

removed a page template added in error (there was already one there), made it consistent with the gs2 interface version (which was then deleted), added direction att and changed id of main div

File:
1 edited

Legend:

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

    r18331 r18386  
    1212
    1313  <xsl:output method="html"/>
    14 
    15   <!-- the main page layout template is here -->
    16   <xsl:template match="page">
    17     <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>
    26       <body>
    27     <div id="globalwrapper">
    28       <xsl:call-template name="response" />
    29       <xsl:call-template name="greenstoneFooter"/>
    30     </div>
    31       </body>
    32     </html>
    33   </xsl:template> 
    34 
    35   <xsl:param name="library_name"/>
    3614
    3715  <xsl:template name="pageTitle">
     
    5735      <xsl:call-template name="addGroup" />
    5836      <body>
    59     <div id="globalwrapper">
     37    <xsl:attribute name="dir"><xsl:call-template name="direction"/></xsl:attribute>
     38    <div id="page-wrapper">
    6039      <xsl:variable name="authen_service" select="/page/pageRequest/paramList/param[@name='s']/@value"/>
    6140      <xsl:variable name="sub_action" select="/page/pageRequest/@subaction"/>
     
    347326        </tr>
    348327      </table>
    349      
    350       <xsl:call-template name="greenstoneFooter" />
    351      
     328      <div id="navbar">   
     329        <xsl:call-template name="greenstoneFooter" />
     330      </div>     
    352331    </div>
    353332      </body>
Note: See TracChangeset for help on using the changeset viewer.