Changeset 37563


Ignore:
Timestamp:
2023-03-24T16:57:25+13:00 (13 months ago)
Author:
davidb
Message:

Adding span with an id around the collection block on the home page

File:
1 edited

Legend:

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

    r37469 r37563  
    4444
    4545        <h2><gslib:selectACollectionTextBar/></h2>
    46         <xsl:call-template name="collectionAndGroupLinks"/>
    47 
     46        <span id="collectionAndGroupLinks">
     47          <xsl:call-template name="collectionAndGroupLinks"/>
     48        </span>
     49       
    4850            <div style="clear: both; padding-top: 4px; padding-bottom: 4px;"><hr/></div>
    4951        <xsl:variable name="siteDesc"><xsl:choose><xsl:when test="$groupPath != ''"><gslib:groupDescription path="{$groupPath}"/></xsl:when><xsl:otherwise><gslib:siteDescription/></xsl:otherwise></xsl:choose></xsl:variable>
Note: See TracChangeset for help on using the changeset viewer.