Ignore:
Timestamp:
2023-02-22T13:06:55+13:00 (14 months ago)
Author:
anupama
Message:

Getting the slider in the GS3 Customization tutorials working again: the javascript files that the custom interface uses are now located elsewhere and have different names. The changes here also get the Depositor to load a collection upon selection.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documentation/trunk/tutorial_sample_files/interfaces/aybara/header.xsl

    r30048 r37339  
    5252        </xsl:choose>
    5353        <link rel="stylesheet" href="interfaces/{$interface_name}/style/core.css" type="text/css"/>
    54         <link rel="shortcut icon" href="interfaces/{$interface_name}/images/favicon.ico"/> 
     54        <link rel="shortcut icon" href="interfaces/{$interface_name}/images/favicon.ico"/>
    5555       
     56        <script type="text/javascript" src="interfaces/{$interface_name}/scripts/jquery.min.js"><xsl:text> </xsl:text></script>
     57        <script type="text/javascript" src="interfaces/default/js/jquery-ui-1.13.0.custom/jquery-ui.min.js"><xsl:text> </xsl:text></script>     
     58        <!-- These locations no longer exist: they need to point to scripts not js folder.
     59             And the 2nd location moreover has been superseded by a new jquery-ui version, in default interface.
    5660        <script type="text/javascript" src="interfaces/{$interface_name}/js/jquery.min.js"><xsl:text> </xsl:text></script>
    5761        <script type="text/javascript" src="interfaces/{$interface_name}/js/jquery-ui-1.10.2.custom/js/jquery-ui-1.10.2.custom.min.js"><xsl:text> </xsl:text></script>
     62        -->     
    5863        <script type="text/javascript" src="interfaces/{$interface_name}/js/jquery.themeswitcher.min.js"><xsl:text> </xsl:text></script>
    5964        <script type="text/javascript" src="interfaces/{$interface_name}/js/jquery.blockUI.js"><xsl:text> </xsl:text></script>
Note: See TracChangeset for help on using the changeset viewer.