Changeset 6490


Ignore:
Timestamp:
2004-01-14T14:54:12+13:00 (20 years ago)
Author:
nzdl
Message:

changed the applet html description to only include the jar files it needs, and codebase dir is now lib, not lib/java

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/service/PhindPhraseBrowse.java

    r6273 r6490  
    8282    // this is left blank at this end, and must be filled in by applet action - if the library name is not needed, this param is left out
    8383    // phindcgi param now is not complete - library must be prepended to it.
    84     String app_info = "<"+GSXML.APPLET_ELEM+" CODEBASE='lib/java' CODE='org.greenstone.applet.phind.Phind.class' ARCHIVE='phind.jar, xercesImpl.jar, gsdl3.jar, jaxp.jar, xml-apis.jar' WIDTH='500' HEIGHT='400'><PARAM NAME='library' VALUE=''/> <PARAM NAME='phindcgi' VALUE='?";
     84    String app_info = "<"+GSXML.APPLET_ELEM+" CODEBASE='lib' CODE='org.greenstone.applet.phind.Phind.class' ARCHIVE='phind.jar, xercesImpl.jar, xml-apis.jar' WIDTH='500' HEIGHT='400'><PARAM NAME='library' VALUE=''/> <PARAM NAME='phindcgi' VALUE='?";
    8585    app_info += GSParams.ACTION +"=a&amp;"+GSParams.REQUEST_TYPE +"=r&amp;"+GSParams.SERVICE+"="+PHIND_SERVICE+"&amp;"+GSParams.OUTPUT+"=xml&amp;"+GSParams.RESPONSE_ONLY+"=1'/>";
    8686    app_info +="<PARAM NAME='collection'   VALUE='";
Note: See TracChangeset for help on using the changeset viewer.