Changeset 12032


Ignore:
Timestamp:
2006-07-06T13:08:07+12:00 (18 years ago)
Author:
kjdon
Message:

added a generalaction g action, can be used when there is no processing needed by the action. subaction used to specify the stylesheet. also added a berrybaskets option into the option list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/web/interfaces/default/interfaceConfig.xml

    r9011 r12032  
    66      <subaction name='help' xslt='help.xsl'/>
    77      <subaction name='pref' xslt='pref.xsl'/>
    8       <subaction name='nav' xslt='nav.xsl'/>
    9       <subaction name="html" xslt="html.xsl"/>
     8      <subaction name='nav' xslt='nav.xsl'/><!-- used for the collection header frame -->
     9      <subaction name="html" xslt="html.xsl"/> <!-- use to put an external page into a frame with a collection header-->
    1010    </action>
    1111    <action name='q' class='QueryAction' xslt='query.xsl'/>
     
    1919    <action name='pr' class='ProcessAction' xslt='process.xsl'/>
    2020    <action name='s' class='SystemAction' xslt='system.xsl'/>
     21    <action name='g' class='GeneralAction'>
     22      <subaction name="berry" xslt='berry.xsl'/>
     23    </action>
    2124  </actionList>
    2225  <languageList>
     
    3639  <optionList>
    3740    <option name="highlightQueryTerms" value="true"/>
     41    <option name="berryBaskets" value="true"/>
    3842  </optionList>
    3943</interfaceConfig>
Note: See TracChangeset for help on using the changeset viewer.