Changeset 38838 for documented-examples


Ignore:
Timestamp:
2024-03-12T11:30:40+13:00 (7 weeks ago)
Author:
kjdon
Message:

changed to lucene, deleted unused format stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documented-examples/trunk/authen-e/etc/collectionConfig.xml

    r36437 r38838  
    3535    </displayItemList>
    3636    <format/>
    37     <search type="mgpp">
     37    <search type="lucene">
    3838      <level name="section">
    3939                <displayItem assigned="true" dictionary="collectionConfig" key="section_chapter" name="name"/>
     
    259259        <format>
    260260            <gsf:option name="TOC" value="true"/>
    261             <gsf:option name="AllowUserComments" value="false"/><!--
    262 Overwriting this template allows you to change the heading of the document.
    263 --><!--
    264 <gsf:template name="documentHeading">
    265 <span style="font-weight:bold; font-size: 120%;">
    266 <xsl:call-template name="choose-title"/>
    267 </span>
    268 </gsf:template>
    269 --><!--
    270 Overwriting this template can be used to redefine the content of the whole document.This is useful for simple documents, but not recommended for more complex documents(e.g. hierachical and paged documents) as it can prevent any sub-sections from showing.
    271 --><!--
    272 <gsf:template name="documentContent">
    273 <div id="gs-document">
    274 <xsl:call-template name="documentPre"/>
    275 <xsl:call-template name="wrappedSectionImage"/>
    276 <div id="gs-document-text">
    277 <xsl:call-template name="documentNodeText"/>
    278 </div>
    279 </gsf:template>
    280 --><!--
    281 Overwriting this template can be used to change the content of section headings.
    282 --><!--
    283 <gsf:template name="sectionHeading">
    284 <xsl:call-template name="choose-title"/>
    285 </gsf:template>
    286 --><!--
    287 Overwriting this template can be used to change the content of the top-level section.
    288 --><!--
    289 <gsf:template name="topLevelSectionContent">
    290 <xsl:call-template name="wrappedSectionImage"/>
    291 <xsl:call-template name="wrappedSectionText"/>
    292 </gsf:template>
    293 --><!--
    294 Overwriting this template can be used to change the content of sections.
    295 --><!--
    296 <gsf:template name="sectionContent">
    297 <xsl:call-template name="wrappedSectionImage"/>
    298 <xsl:call-template name="wrappedSectionText"/>
    299 </gsf:template>
    300 -->
     261            <gsf:option name="AllowUserComments" value="false"/>
    301262        </format>
    302263    </display>
Note: See TracChangeset for help on using the changeset viewer.