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/WEB-INF/classes/interface_default.properties

    r31910 r32150  
    5656home.quick_search=Quick Search
    5757home.librarian_interface=The Librarian Interface
     58home.gliapp_webstart=GLI Java Web Start application
    5859home.select_a_collection=Select a collection
    5960home.select_a_group=Select a collection group
    6061home.select_a_collection_or_group=Select a collection or group           
    6162home.no_collections=This library has no valid collections
    62 home.no_collections_group=This group has no valid collections           
     63home.no_collections_group=This group has no valid collections
    6364#***** logged in menu
    6465menu.account_settings=Account settings
Note: See TracChangeset for help on using the changeset viewer.