Changeset 37661


Ignore:
Timestamp:
2023-04-14T17:26:31+12:00 (12 months ago)
Author:
anupama
Message:

Related to commit 37565: there needs to be an extra line pulling in the local jquery js file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documentation/trunk/tutorials/xml-source/tutorial_en.xml

    r37642 r37661  
    65956595<Text id="ni2-08">Now, add Javascript files that will turn these list items into an image slider. Before the final <Format>&lt;/xsl:stylesheet&gt;</Format>, add the following:</Text>
    65966596<Format>
    6597     <Tab n="1"/>&lt;xsl:template name="additionalHeaderContent"&gt;<br />
     6597  <Tab n="1"/>&lt;xsl:template name="additionalHeaderContent"&gt;<br /> 
     6598        <Tab n="2"/>&lt;script type="text/javascript" src="interfaces/{$interface_name}/scripts/jquery.min.js"&gt;&lt;xsl:text&gt; &lt;/xsl:text&gt;&lt;/script&gt;<br />
    65986599        <Tab n="2"/>&lt;script type="text/javascript" src="interfaces/{$interface_name}/scripts/jquery.easing.1.3.js"&gt;&lt;xsl:text&gt; &lt;/xsl:text&gt;&lt;/script&gt;<br />
    65996600        <Tab n="2"/>&lt;script type="text/javascript" src="interfaces/{$interface_name}/scripts/jquery.timers.1.2.js"&gt;&lt;xsl:text&gt; &lt;/xsl:text&gt;&lt;/script&gt;<br />
Note: See TracChangeset for help on using the changeset viewer.