Changeset 7761


Ignore:
Timestamp:
2004-07-19T16:18:30+12:00 (20 years ago)
Author:
kjdon
Message:

small changes, can't remember why but they look fine now, so I'll commit them

File:
1 edited

Legend:

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

    r6689 r7761  
    3333    <xsl:choose>
    3434      <xsl:when test="classifierNode">
    35     <table width='100%'>
    36       <tr valign='top'>
    37         <xsl:for-each select='classifierNode'>
    38           <xsl:apply-templates select='.' mode="horizontal"><xsl:with-param name='collName' select='$collName'/><xsl:with-param name='serviceName' select='$serviceName'/></xsl:apply-templates>
    39         </xsl:for-each>
    40       </tr>
    41     </table>
     35    <xsl:for-each select='classifierNode'>
     36      <xsl:apply-templates select='.' mode="horizontal"><xsl:with-param name='collName' select='$collName'/><xsl:with-param name='serviceName' select='$serviceName'/></xsl:apply-templates>
     37    </xsl:for-each>
    4238    <table width='100%'>
    4339      <tr valign='top'>
     
    6359    <xsl:param name="collName"/>
    6460    <xsl:param name="serviceName"/>
    65     <table width='100%'>
     61    <table>
    6662      <xsl:for-each select='classifierNode|documentNode'>
    6763    <tr valign='top'><xsl:apply-templates select='.'><xsl:with-param name='collName' select='$collName'/><xsl:with-param name='serviceName' select='$serviceName'/></xsl:apply-templates></tr>
     
    9490    <xsl:param name="serviceName"/>
    9591    <xsl:choose>
    96       <xsl:when test="classifierNode|documentNode"><!-- the opened one -->
    97     <td><xsl:value-of disable-output-escaping="yes" select="metadataList/metadata[@name='Title']"/></td>
    98       </xsl:when>
     92      <xsl:when test="classifierNode|documentNode"><b><xsl:value-of disable-output-escaping="yes" select="metadataList/metadata[@name='Title']"/><xsl:text> </xsl:text></b></xsl:when>
    9993      <xsl:otherwise>
    100     <td><a><xsl:attribute name='href'><xsl:value-of select='$library_name'/>?a=b&amp;rt=r&amp;s=<xsl:value-of select='$serviceName'/>&amp;c=<xsl:value-of select='$collName'/>&amp;cl=<xsl:value-of select='@nodeID'/></xsl:attribute><xsl:value-of disable-output-escaping="yes" select="metadataList/metadata[@name='Title']"/></a></td>
    101       </xsl:otherwise>
     94<a><xsl:attribute name='href'><xsl:value-of select='$library_name'/>?a=b&amp;rt=r&amp;s=<xsl:value-of select='$serviceName'/>&amp;c=<xsl:value-of select='$collName'/>&amp;cl=<xsl:value-of select='@nodeID'/></xsl:attribute><xsl:value-of disable-output-escaping="yes" select="metadataList/metadata[@name='Title']"/></a><xsl:text> </xsl:text></xsl:otherwise>
    10295    </xsl:choose>
    10396  </xsl:template>
Note: See TracChangeset for help on using the changeset viewer.