Ignore:
Timestamp:
2005-12-20T17:02:38+13:00 (18 years ago)
Author:
kjdon
Message:

added in serviceList handling for global services

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/web/interfaces/default/transform/home.xsl

    r8526 r11016  
    2323    <xsl:apply-templates select="collectionList"/>   
    2424    <xsl:apply-templates select="serviceClusterList"/>
     25    <xsl:apply-templates select="serviceList"/>
    2526  </xsl:template>
    2627
     
    5051  </xsl:template>
    5152
     53  <xsl:template match="serviceList">
     54    <table>
     55      <xsl:for-each select="service[@type='query']">
     56    <tr><td class="gsbutton"><a class="gsbutton" href="{$library_name}?a=q&amp;rt=d&amp;s={@name}">xx<xsl:value-of select="displayItem[@name='name']"/></a></td><td><xsl:value-of select="displayItem[@name='description']"/></td></tr>
     57      </xsl:for-each>
     58    </table>
     59    <xsl:call-template name="dividerBar"/>
     60  </xsl:template>
    5261</xsl:stylesheet> 
    5362
Note: See TracChangeset for help on using the changeset viewer.