source: trunk/gsdl3/web/interfaces/classic/interfaceConfig.xml@ 8570

Last change on this file since 8570 was 7831, checked in by kjdon, 20 years ago

new classic (greenstone 2) style interface - kind of the same as nzdl interface, but not customized for the nzdl home page

  • Property svn:keywords set to Author Date Id Revision
File size: 804 bytes
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 </action>
9 <action name='q' class='QueryAction' xslt='query.xsl'/>
10 <action name='b' class='GS2BrowseAction' xslt='classifier.xsl'/>
11 <action name='a' class='AppletAction' xslt='applet.xsl'/>
12 <action name='d' class='DocumentAction' xslt='document.xsl'/>
13 <action name='pr' class='ProcessAction' xslt='process.xsl'/>
14 <action name='s' class='SystemAction' xslt='system.xsl'/>
15 </actionList>
16 <languageList>
17 <language name='en' displayname='English' default_encoding='utf-8'/>
18 </languageList>
19</interfaceConfig>
Note: See TracBrowser for help on using the repository browser.