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

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

add an entry of authentication page and an entry of applet gli page

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