source: greenstone3/trunk/web/interfaces/default/interfaceConfig.xml@ 14324

Last change on this file since 14324 was 14324, checked in by qq6, 17 years ago

deleted two comments

  • Property svn:keywords set to Author Date Id Revision
File size: 1.8 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='gli4gs3' xslt='gli4gs3.xsl'/>
9 <subaction name='nav' xslt='nav.xsl'/><!-- used for the collection header frame -->
10 <subaction name="html" xslt="html.xsl"/> <!-- use to put an external page into a frame with a collection header-->
11 </action>
12 <action name='q' class='QueryAction' xslt='query.xsl'/>
13 <action name='b' class='GS2BrowseAction' xslt='classifier.xsl'/>
14 <action name='a' class='AppletAction' xslt='applet.xsl'/>
15 <action name='d' class='DocumentAction' xslt='document.xsl'/>
16 <action name='xd' class='XMLDocumentAction'>
17 <subaction name='toc' xslt='document-toc.xsl'/>
18 <subaction name='text' xslt='document-content.xsl'/>
19 </action>
20 <action name='pr' class='ProcessAction' xslt='process.xsl'/>
21 <action name='s' class='SystemAction' xslt='system.xsl'/>
22 <action name='g' class='GeneralAction'>
23 <subaction name="authen" xslt='authen.xsl'/>
24 <subaction name="berry" xslt='berry.xsl'/>
25 </action>
26 </actionList>
27 <languageList>
28 <language name="en">
29 <displayItem name='name'>English</displayItem>
30 </language>
31 <language name="fr">
32 <displayItem name='name'>Français</displayItem>
33 </language>
34 <language name='es'>
35 <displayItem name='name'>Español</displayItem>
36 </language>
37 <language name="jp">
38 <displayItem name='name'>にほんご</displayItem>
39 </language>
40 </languageList>
41 <optionList>
42 <option name="highlightQueryTerms" value="true"/>
43 <option name="berryBaskets" value="true"/>
44 </optionList>
45</interfaceConfig>
Note: See TracBrowser for help on using the repository browser.