Changeset 32156


Ignore:
Timestamp:
2018-02-27T17:23:31+13:00 (6 years ago)
Author:
ak19
Message:

Dr Bainbridge fixed gli4gs3.xsl so that the new GLI Web Start application can be successfully run from a remote machine after it's been downloaded.

File:
1 edited

Legend:

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

    r32155 r32156  
    3838      <jnlp
    3939          spec="1.0+"         
    40           href="GLIappWebStart.jnlp"><!--codebase="http://localhost:8383/greenstone3/applet"-->
    41           <xsl:attribute name="codebase"><xsl:value-of select='/page/pageRequest/@baseURL'/>applet</xsl:attribute>
     40          href=""><!-- don't set href to GLIappWebStart.jnlp, because when downloading it will then expect a static file by that name to exist in the location given by codebase-->
     41          <xsl:attribute name="codebase"><xsl:value-of select='/page/pageRequest/@baseURL'/>applet</xsl:attribute><!--set codebase to location of jar file-->
     42         
    4243          <information>
    4344            <title>Greenstone Librarian Interface</title>
Note: See TracChangeset for help on using the changeset viewer.