Changeset 25831


Ignore:
Timestamp:
2012-06-27T14:05:26+12:00 (12 years ago)
Author:
sjm84
Message:

A minor fix and a few updates to classifiertools.xsl

File:
1 edited

Legend:

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

    r25783 r25831  
    8080        <xsl:param name="serviceName"/>
    8181        <xsl:choose>
    82             <xsl:when test="@childType = 'VList'">
     82            <xsl:when test="@childType = 'VList' or @childType = 'DateList'">
    8383                <xsl:for-each select='classifierNode|documentNode'>
    8484                    <tr>
     
    130130                <table><tr>
    131131                    <xsl:for-each select='classifierNode'>
    132                         <td>
     132                        <td class="horizontalClassifierNode">
    133133                            <xsl:apply-templates select='.'>
    134134                                <xsl:with-param name='collName' select='$collName'/>
     
    162162    <xsl:template name="mapFeatures">
    163163        <td style="padding-left:5px; padding-right:5px;" valign="top">
    164             <a href="javascript:focusDocument('{@nodeID}');"><img src="sites/{$site_name}/collect/tipple-paradise-gardens/images/map_marker.png"/></a>
     164            <a href="javascript:focusDocument('{@nodeID}');"><img src="interfaces/{$interface_name}/images/map_marker.png"/></a>
    165165        </td>
    166166    </xsl:template>
Note: See TracChangeset for help on using the changeset viewer.