Changeset 10065


Ignore:
Timestamp:
2005-06-13T14:13:01+12:00 (19 years ago)
Author:
kjdon
Message:

applet jar files are now in applet subdir, not lib subdir, so I changed teh <applet> description

File:
1 edited

Legend:

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

    r9874 r10065  
    8888    // 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
    8989    // phindcgi param now is not complete - library must be prepended to it.
    90     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='?";
     90    String app_info = "<"+GSXML.APPLET_ELEM+" CODEBASE='applet' 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='?";
    9191    app_info += GSParams.ACTION +"=a&amp;"+GSParams.REQUEST_TYPE +"=r&amp;"+GSParams.SERVICE+"="+PHIND_SERVICE+"&amp;"+GSParams.OUTPUT+"=xml&amp;"+GSParams.RESPONSE_ONLY+"=1'/>";
    9292    app_info +="<PARAM NAME='collection'   VALUE='";
Note: See TracChangeset for help on using the changeset viewer.