Changeset 26579
- Timestamp:
- 2012-12-13T10:29:01+13:00 (10 years ago)
- Location:
- main/trunk/greenstone3/web
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone3/web/WEB-INF/classes/OAIConfig.xml
r26033 r26579 8 8 TODO: this element should be determined and overriden dynamically given the osi request url in OAIServer.java. 9 9 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> 11 11 <!-- The version of OAI specification this repository supports. Can be 2.0 or 1.0 --> 12 12 <protocolVersion>2.0</protocolVersion> -
main/trunk/greenstone3/web/WEB-INF/classes/interface_default.properties
r26489 r26579 41 41 home.librarian_interface=The Librarian Interface 42 42 home.select_a_collection=Select a collection 43 home.no_collections=This library has no valid collections 43 44 44 45 ###################### -
main/trunk/greenstone3/web/interfaces/default/transform/pages/home.xsl
r25276 r26579 27 27 28 28 <div id="collectionLinks"> 29 <xsl:if test="count(collectionList/collection) = 0"> 30 <xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'home.no_collections')"/> 31 <br/> 32 </xsl:if> 29 33 <xsl:for-each select="collectionList/collection"> 30 34 <gslib:collectionLinkWithImage/> … … 32 36 <br class="clear"/> 33 37 </div> 34 35 38 36 39 <gslib:serviceClusterList/>
Note:
See TracChangeset
for help on using the changeset viewer.