Ignore:
Timestamp:
2017-11-16T15:06:55+13:00 (6 years ago)
Author:
kjdon
Message:

as we are now no longer including <gsf:metadata='all' in the xslt, we need to make sure Thumb metadata is loaded for teh document_scripts javascript. It doesn't work putting it into the inline template as this is processed after all the metadata is gotten for the page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/transform/pages/document.xsl

    r32065 r32072  
    251251    <xsl:template name="javascriptForDocumentView">
    252252        <script type="text/javascript" src="interfaces/{$interface_name}/js/document_scripts.js"><xsl:text> </xsl:text></script>
     253      <gsf:metadata name="Thumb" hidden="true"/>
    253254        <script type="text/javascript">
    254255            <xsl:text disable-output-escaping="yes">
Note: See TracChangeset for help on using the changeset viewer.