Ignore:
Timestamp:
2012-12-13T10:29:01+13:00 (11 years ago)
Author:
sjm84
Message:

Add a message to the home page when there is no collections

Location:
main/trunk/greenstone3/web/WEB-INF/classes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/WEB-INF/classes/OAIConfig.xml

    r26033 r26579  
    88  TODO: this element should be determined and overriden dynamically given the osi request url in OAIServer.java.
    99    WHAT'S DONE: when ant start is called, it writes out the default oaiserver URL to this file. -->
    10   <baseURL>http://your-domain-name/greenstone3/oaiserver</baseURL>
     10  <baseURL>http://localhost:8487/greenstone3/oaiserver</baseURL>
    1111  <!-- The version of OAI specification this repository supports. Can be 2.0 or 1.0 -->
    1212  <protocolVersion>2.0</protocolVersion>
  • main/trunk/greenstone3/web/WEB-INF/classes/interface_default.properties

    r26489 r26579  
    4141home.librarian_interface=The Librarian Interface
    4242home.select_a_collection=Select a collection
     43home.no_collections=This library has no valid collections
    4344
    4445######################
Note: See TracChangeset for help on using the changeset viewer.