Changeset 31661


Ignore:
Timestamp:
2017-05-08T11:12:10+12:00 (7 years ago)
Author:
kjdon
Message:

explicitly ordered the collections on the home page

File:
1 edited

Legend:

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

    r31660 r31661  
    1616            </xsl:if>
    1717            <p>These collections demonstrate different aspects of Greenstone3. Click on a collection to see its description.</p>
    18             <xsl:for-each select="collectionList/collection[@name = 'paradise-gardens' or @name = 'image-demo' or @name = 'twso' or @name = 'paged-image' or @name = 'fedora' or @name= 'editdemo' or @name = 'kjcoll' or @name='niupepa']">
     18            <xsl:for-each select="collectionList/collection[@name = 'paradise-gardens']">
     19            <gslib:collectionLinkWithImage/>
     20            </xsl:for-each>     
     21            <xsl:for-each select="collectionList/collection[@name='niupepa']">
     22            <gslib:collectionLinkWithImage/>
     23            </xsl:for-each>     
     24            <xsl:for-each select="collectionList/collection[@name = 'image-demo']">
     25            <gslib:collectionLinkWithImage/>
     26            </xsl:for-each>     
     27            <xsl:for-each select="collectionList/collection[@name = 'kjcoll']">
     28            <gslib:collectionLinkWithImage/>
     29            </xsl:for-each>     
     30            <xsl:for-each select="collectionList/collection[@name= 'editdemo']">
    1931            <gslib:collectionLinkWithImage/>
    2032            </xsl:for-each>     
    2133            <br class="clear"/>
    2234            <p>The next collections all use a different indexing tool, but otherwise have the same content. Do some searches to see the what the different tools offer.</p>
    23             <xsl:for-each select="collectionList/collection[@name = 'lucene-jdbm-demo' or @name = 'solr-jdbm-demo' or @name = 'gs2mgppdemo' or @name='gs2mgdemo']">
     35            <xsl:for-each select="collectionList/collection[@name = 'lucene-jdbm-demo']">
     36              <gslib:collectionLinkWithImage/>
     37            </xsl:for-each>
     38            <xsl:for-each select="collectionList/collection[@name = 'solr-jdbm-demo']">
     39              <gslib:collectionLinkWithImage/>
     40            </xsl:for-each>
     41            <xsl:for-each select="collectionList/collection[@name = 'gs2mgppdemo']">
     42              <gslib:collectionLinkWithImage/>
     43            </xsl:for-each>
     44            <xsl:for-each select="collectionList/collection[@name='gs2mgdemo']">
    2445              <gslib:collectionLinkWithImage/>
    2546            </xsl:for-each>
Note: See TracChangeset for help on using the changeset viewer.