Changeset 32628 for main


Ignore:
Timestamp:
2018-11-23T14:20:18+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/gli/src/org/greenstone/gatherer/cdm/Format4gs3Manager.java

    r31566 r32628  
    129129        "<!--" +
    130130        "<gsf:template name=\"documentContent\">" +
    131             "<xsl:call-template name=\"wrappedSectionImage\"/>" +
    132             "<xsl:call-template name=\"wrappedSectionText\"/>" +
     131          "<div id=\"gs-document\">" +
     132          "<xsl:call-template name=\"documentPre\"/>" +
     133          "<xsl:call-template name=\"wrappedSectionImage\"/>" +
     134          "<div id=\"gs-document-text\">" +
     135          "<xsl:call-template name=\"documentNodeText\"/>" +
     136          "</div>" +
    133137        "</gsf:template>" +
    134138        "-->" +
Note: See TracChangeset for help on using the changeset viewer.