Ignore:
Timestamp:
2018-02-12T15:06:35+13:00 (6 years ago)
Author:
ak19
Message:

Fixing up the GS3 GLI applet. To get it to work, follow the instructions at http://wiki.greenstone.org/doku.php?id=old:remote_greenstone&s[]=applet 2. But need to put the SignedGatherer.java in web\applet for GS3. 3. In the default interface, edit home.xsl and uncomment <gslib:libraryInterfaceLink/>. 4. Set up Java Control Panel to allow from the host:port of the (remote) GS server on which the GS3 to connect to is hosted. This will then allow accessing applets from that host:port. 5. Configure Internet Explorer (works on Win 8) as explained in GS3's Tudors tutorial for the Phind phrase browser. 6. In Internet Explorer, visit the GS home page, click on the Librarian Interface link and now you will be asked to allow and run the SignedGatherer.jar GLI applet.

Location:
main/trunk/greenstone3/web/interfaces/default/transform
Files:
3 added
2 edited

Legend:

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

    r32045 r32127  
    385385
    386386  <xsl:template name="libraryInterfaceLink">
    387     <li>
     387    <!--<li>-->
    388388      <a href="{$library_name}?a=p&amp;sa=gli4gs3">
    389389        <xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'home.librarian_interface')"/>
    390390      </a>
    391     </li>
     391    <!--</li>-->
    392392  </xsl:template>
    393393 
  • main/trunk/greenstone3/web/interfaces/default/transform/pages/home.xsl

    r31600 r32127  
    5959       
    6060        <xsl:for-each select="serviceList/service[@type='authen']">
     61            <!--<gslib:libraryInterfaceLink/><br/>-->
    6162            <gslib:authenticationLink/><br/><br/>
    6263            <gslib:registerLink/><br/>
Note: See TracChangeset for help on using the changeset viewer.