Ignore:
Timestamp:
2011-08-24T15:24:27+12:00 (13 years ago)
Author:
sjm84
Message:

Created the gs variable in Javascript as well as gsf:variable that creates a variable in both XSLT and Javascript. Also, can now be accessed in config_format.xsl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/oran/transform/layouts/header.xsl

    r24420 r24458  
    88       
    99    <xsl:include href="../query-common.xsl"/>
     10    <xsl:include href="../javascript-global-setup.xsl"/>
    1011   
    1112    <!-- If the c parameter is empty then use the p.c parameter for the collection name-->
     
    2627        <link rel="stylesheet" href="interfaces/{$interface_name}/style/core.css" type="text/css"/>
    2728        <link rel="shortcut icon" href="favicon.ico"/>
     29       
     30        <xsl:call-template name="setup-gs-variable"/>
    2831    </xsl:template>
    2932       
Note: See TracChangeset for help on using the changeset viewer.