Ignore:
Timestamp:
2018-11-23T14:21:03+13:00 (5 years ago)
Author:
kjdon
Message:

making default templates in the interface xsl files, the format statements in the model col collectionConfig.xml, and GLI default formats in Format4gs3Manager all match up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/collect/modelcol/etc/collectionConfig.xml

    r32291 r32629  
    139139            </gsf:template>
    140140            <gsf:template match="classifierNode[@classifierStyle = 'HList']">
    141                 <gsf:link type="classifier">
     141                <gsf:link type="classifier" style="static">
    142142                    <gsf:metadata name="Title"/>
    143143                </gsf:link>
     
    167167            <!--
    168168            <gsf:template name="documentContent">
    169                 <xsl:call-template name="wrappedSectionImage"/>
    170                 <xsl:call-template name="wrappedSectionText"/>
     169              <div id="gs-document">
     170                <xsl:call-template name="documentPre"/>
     171                <xsl:call-template name="wrappedSectionImage"/>
     172                <div id="gs-document-text">
     173                <xsl:call-template name="documentNodeText"/>
     174                </div>
     175                  </div>           
    171176            </gsf:template>
    172177            -->
Note: See TracChangeset for help on using the changeset viewer.