Ignore:
Timestamp:
2017-03-30T12:12:10+13:00 (7 years ago)
Author:
kjdon
Message:

tidying up the default classifierNode template. This gets used when there is not one specified in collectionConfig.xml. we don't want the table, or process the children, as this happens outside of this template

File:
1 edited

Legend:

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

    r31550 r31551  
    107107    <xsl:template match="classifierNode"><!-- priority="3"-->
    108108
    109         <table id="title{@nodeID}"><tbody><tr>
     109        <!--<table id="title{@nodeID}"><tbody><tr>-->
    110110            <!-- Bookshelf icon -->
    111111            <td>
     
    120120                </a>
    121121            </td>
    122         </tr></tbody></table>
     122        <!--</tr></tbody></table>-->
    123123   
    124124        <!-- Show any documents or sub-groups in this group -->
    125         <xsl:if test="documentNode|classifierNode">
     125    <!--    <xsl:if test="documentNode|classifierNode">
    126126            <div id="div{@nodeID}" class="classifierContainer">
    127127                <table>
     
    133133                </table>
    134134            </div>
    135         </xsl:if>
     135        </xsl:if>-->
    136136    </xsl:template>
    137137   
Note: See TracChangeset for help on using the changeset viewer.