source: other-projects/tipple-android/i-greenstone-server-files/greenstone/webapps/greenstone3/interfaces/nzdl/interfaceConfig.xml@ 26899

Last change on this file since 26899 was 26899, checked in by davidb, 11 years ago

Tipple reborn after Chris's Summer of Code 2013

File size: 1.1 KB
Line 
1<interfaceConfig baseInterface="gs2">
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='gsdl' xslt='gsdl.xsl'/>
7 <subaction name='help' xslt='help.xsl'/>
8 <subaction name='pref' xslt='pref.xsl'/>
9 <subaction name='nav' xslt='nav.xsl'/>
10 <subaction name="html" xslt="html.xsl"/>
11 <subaction name='abexpl' xslt='abexpl.xsl'/>
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='pr' class='ProcessAction' xslt='process.xsl'/>
18 <action name='s' class='SystemAction' xslt='system.xsl'/>
19 </actionList>
20 <languageList>
21 <language name='en' displayname='English' default_encoding='utf-8'/>
22 <language name='fr' displayname='French' default-encoding='utf-8'/>
23 </languageList>
24 <optionList>
25 <option name="highlightQueryTerms" value="true"/>
26 </optionList>
27</interfaceConfig>
Note: See TracBrowser for help on using the repository browser.