Changeset 38969


Ignore:
Timestamp:
2024-05-01T18:45:24+12:00 (6 weeks ago)
Author:
anupama
Message:

Allowing us to run the appletviewer just against the PhindPhraseBrowse service URL, but also against the new Phind classifier tab (that loads the webswing-phind.xsl page) requires the applet element's codebase in that xsl file to have the right path. The Bainbridge had fixed it for Collage, fixing it for Phind too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/transform/pages/webswing-phind.xsl

    r38967 r38969  
    9999          archive="phind.jar, xercesImpl.jar, xml-apis.jar, webswing-api.jar"
    100100          code="org.greenstone.applet.phind.JPhind.class"
    101           codebase="applet"
    102101          height="500"
    103102          width="500">
     103        <xsl:attribute name="codebase">/<xsl:value-of select="$servlet_context"/>/applet</xsl:attribute>
     104       
    104105        <param name="library" value="library" />
    105106        <param name="phindcgi" value="?a=a&amp;rt=r&amp;s=PhindApplet&amp;o=xml&amp;ro=1" />
Note: See TracChangeset for help on using the changeset viewer.