Changeset 38260 for gs3-installations


Ignore:
Timestamp:
2023-10-02T14:29:47+13:00 (9 months ago)
Author:
kjdon
Message:

added in link for computing50, and a dec group link

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-installations/showcase/trunk/interfaces/showcase/transform/pages/home.xsl

    r34333 r38260  
    4444            </xsl:for-each>     
    4545            <xsl:for-each select="collectionList/collection[@name= 'editdemo']">
    46             <gslib:collectionLinkWithImage/>
     46              <gslib:collectionLinkWithImage/>
    4747            </xsl:for-each>     
     48            <xsl:for-each select="collectionList/collection[@name= 'computing-50']">
     49              <gslib:collectionLinkWithImage/>
     50            </xsl:for-each>     
     51
    4852            <br class="clear"/>
    4953            <p>The following icon represents a group of collections. They all use a different indexing tool, but otherwise have the same content. Click on the icon to visit the group. </p>
     
    5155              <gslib:groupLinkWithImage/>
    5256            </xsl:for-each>
    53             <xsl:for-each select="collectionList/collection[@name = 'lucene-jdbm-demo']">
    54               <gslib:collectionLinkWithImage/>
    55             </xsl:for-each>
    56             <xsl:for-each select="collectionList/collection[@name = 'solr-jdbm-demo']">
    57               <gslib:collectionLinkWithImage/>
    58             </xsl:for-each>
    59             <xsl:for-each select="collectionList/collection[@name = 'gs2mgppdemo']">
    60               <gslib:collectionLinkWithImage/>
    61             </xsl:for-each>
    62             <xsl:for-each select="collectionList/collection[@name='gs2mgdemo']">
    63               <gslib:collectionLinkWithImage/>
    64             </xsl:for-each>
     57            <br class="clear"/>
     58            <p>The following icon represents a second group of collections. These are our "Documented Example Collections". Each collection displays different features of Greenstone, with a description detailing how to achieve these features. </p>
     59            <xsl:for-each select="groupList/group[@name = 'dec']">
     60                          <gslib:groupLinkWithImage/>
     61                        </xsl:for-each>                                                                         
    6562            <br class="clear"/>
    6663        </div>
Note: See TracChangeset for help on using the changeset viewer.