Changeset 37266 for main


Ignore:
Timestamp:
2023-02-03T17:13:58+13:00 (15 months ago)
Author:
davidb
Message:

Some whitespace indent tidy up, and introduction of new core-extra.css file to help with branding a DL install

File:
1 edited

Legend:

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

    r37226 r37266  
    122122    <link rel="stylesheet" href="interfaces/{$interface_name}/style/themes/main/jquery-ui.theme.css" type="text/css"/>
    123123    <link rel="stylesheet" href="interfaces/{$interface_name}/style/themes/main/jquery-ui.structure.min.css" type="text/css"/>
    124     <link rel="stylesheet" href="interfaces/{$interface_name}/style/core.css" type="text/css"/>
     124    <link rel="stylesheet" href="interfaces/{$interface_name}/style/core.css" type="text/css"/>
    125125    <!-- Get the theme from the interfaceConfig.xml file -->
    126126    <xsl:choose>
    127         <xsl:when test="/page/pageResponse/interfaceOptions/option[@name = 'cssTheme']/@value">
    128             <link rel="stylesheet" href="{/page/pageResponse/interfaceOptions/option[@name = 'cssTheme']/@value}" type="text/css"/>
    129         </xsl:when>
    130     </xsl:choose>
     127          <xsl:when test="/page/pageResponse/interfaceOptions/option[@name = 'cssTheme']/@value">
     128        <link rel="stylesheet" href="{/page/pageResponse/interfaceOptions/option[@name = 'cssTheme']/@value}" type="text/css"/>
     129      </xsl:when>
     130    </xsl:choose>
     131
    131132    <xsl:call-template name="favicon"/>
    132133   
     
    187188    <xsl:call-template name="define-js-macro-variables"/>
    188189
     190    <link rel="stylesheet" href="interfaces/{$interface_name}/style/core-extra.css" type="text/css"/>
     191   
    189192    <xsl:call-template name="additionalHeaderContent"/>
    190193  </xsl:template>
Note: See TracChangeset for help on using the changeset viewer.