Ignore:
Timestamp:
2016-04-20T22:56:11+12:00 (8 years ago)
Author:
davidb
Message:

Changes in the XSL and JS code to support the new approach taken to client-side XSLT (using Saxon-CE JS library in the browser). Also the reintroduction of the DirectEdit (Seaweed) template. Not on by default but a simple matter to call the re-instated template for projects that would like to make use of it, such as the digital music stand DL collection. Some white-space changes also occured. This was not deliberate, but would have been quite fiddly to tease out from other changes in the file, so consequently left in.

File:
1 edited

Legend:

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

    r30346 r30478  
    4343    </xsl:template>
    4444
    45 <xsl:template name="collectionLinks">
     45    <xsl:template name="collectionLinks">
    4646        <div id="collectionLinks">
    4747            <xsl:if test="count(collectionList/collection) = 0">
     
    5454            <br class="clear"/>
    5555        </div>
    56 </xsl:template>
     56    </xsl:template>
     57
     58    <xsl:template match="/page/xsltparams">
     59      <!-- suppress xsltparam block in page -->
     60    </xsl:template>
     61
    5762</xsl:stylesheet>
    5863
Note: See TracChangeset for help on using the changeset viewer.