Ignore:
Timestamp:
2018-02-21T19:29:50+13:00 (6 years ago)
Author:
ak19
Message:

I changed gli4gs3.xsl to rewrite the applet page produced by PageAction.java to replace it with the JNLP Web Start version of GLI. Dr Bainbridge got this to work by changing the Librarian Interface link on the main page to have a download attribute, which will force the linked item to be downloaded. The download attribute is set to the name to assign to the downloaded item, the jnlp file. Now removing the unnecessary static GLIappWebStart.jnlp from the gli folder (as it used some fixed strings for dynamic values) and removed the unnecessary style.xsl and icons.xsl from default\transform as they were used by the now bypassed applet and were moreover GS2 styling.

File:
1 edited

Legend:

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

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