Ignore:
Timestamp:
2004-01-12T16:30:23+13:00 (20 years ago)
Author:
kjdon
Message:

moved the divider bar calls so they only appear if the above bit is there

File:
1 edited

Legend:

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

    r5391 r6456  
    2222  <xsl:template match="pageResponse">
    2323    <xsl:call-template name="greenstonePageBanner"/>
    24     <xsl:apply-templates select="collectionList"/>
    25     <xsl:call-template name="dividerBar"/>
     24    <xsl:apply-templates select="collectionList"/>   
    2625    <xsl:apply-templates select="serviceClusterList"/>
    27     <xsl:call-template name="dividerBar"/>
    28     <xsl:apply-templates select="serviceList"/>
    2926  </xsl:template>
    30 
    3127
    3228  <xsl:template match="collectionList">
     
    4440    </a>
    4541      </p>
    46     </xsl:for-each>   
     42    </xsl:for-each>
     43    <xsl:call-template name="dividerBar"/>
    4744  </xsl:template>
    4845 
     
    5148      <p/><a href="{$library_name}?a=p&amp;sa=about&amp;c={@name}"><xsl:value-of select='@name'/><xsl:value-of select="displayItem[@name='name']"/></a>
    5249    </xsl:for-each>
     50    <xsl:call-template name="dividerBar"/>
    5351  </xsl:template>
    5452
Note: See TracChangeset for help on using the changeset viewer.