source: trunk/gsdl3/web/interfaces/default/interfaceConfig.xml@ 12032

Last change on this file since 12032 was 12032, checked in by kjdon, 18 years ago

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

  • Property svn:keywords set to Author Date Id Revision
File size: 1.7 KB
Line 
1<interfaceConfig>
2 <actionList>
3 <action name='p' class='PageAction'>
4 <subaction name='home' xslt='home.xsl'/>
5 <subaction name='about' xslt='about.xsl'/>
6 <subaction name='help' xslt='help.xsl'/>
7 <subaction name='pref' xslt='pref.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-->
10 </action>
11 <action name='q' class='QueryAction' xslt='query.xsl'/>
12 <action name='b' class='GS2BrowseAction' xslt='classifier.xsl'/>
13 <action name='a' class='AppletAction' xslt='applet.xsl'/>
14 <action name='d' class='DocumentAction' xslt='document.xsl'/>
15 <action name='xd' class='XMLDocumentAction'>
16 <subaction name='toc' xslt='document-toc.xsl'/>
17 <subaction name='text' xslt='document-content.xsl'/>
18 </action>
19 <action name='pr' class='ProcessAction' xslt='process.xsl'/>
20 <action name='s' class='SystemAction' xslt='system.xsl'/>
21 <action name='g' class='GeneralAction'>
22 <subaction name="berry" xslt='berry.xsl'/>
23 </action>
24 </actionList>
25 <languageList>
26 <language name="en">
27 <displayItem name='name'>English</displayItem>
28 </language>
29 <language name="fr">
30 <displayItem name='name'>Français</displayItem>
31 </language>
32 <language name='es'>
33 <displayItem name='name'>Español</displayItem>
34 </language>
35 <language name="jp">
36 <displayItem name='name'>にほんご</displayItem>
37 </language>
38 </languageList>
39 <optionList>
40 <option name="highlightQueryTerms" value="true"/>
41 <option name="berryBaskets" value="true"/>
42 </optionList>
43</interfaceConfig>
Note: See TracBrowser for help on using the repository browser.