Changeset 25831
- Timestamp:
- 2012-06-27T14:05:26+12:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone3/web/interfaces/default/transform/classifiertools.xsl
r25783 r25831 80 80 <xsl:param name="serviceName"/> 81 81 <xsl:choose> 82 <xsl:when test="@childType = 'VList' ">82 <xsl:when test="@childType = 'VList' or @childType = 'DateList'"> 83 83 <xsl:for-each select='classifierNode|documentNode'> 84 84 <tr> … … 130 130 <table><tr> 131 131 <xsl:for-each select='classifierNode'> 132 <td >132 <td class="horizontalClassifierNode"> 133 133 <xsl:apply-templates select='.'> 134 134 <xsl:with-param name='collName' select='$collName'/> … … 162 162 <xsl:template name="mapFeatures"> 163 163 <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> 165 165 </td> 166 166 </xsl:template>
Note:
See TracChangeset
for help on using the changeset viewer.