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

Last change on this file since 8663 was 8663, checked in by kjdon, 19 years ago

added nav and html subactions to page action

  • Property svn:keywords set to Author Date Id Revision
File size: 920 bytes
RevLine 
[8571]1<interfaceConfig baseInterface="default">
[7831]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'/>
[8663]8 <subaction name='nav' xslt='nav.xsl'/>
9 <subaction name="html" xslt="html.xsl"/>
[7831]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='pr' class='ProcessAction' xslt='process.xsl'/>
16 <action name='s' class='SystemAction' xslt='system.xsl'/>
17 </actionList>
18 <languageList>
19 <language name='en' displayname='English' default_encoding='utf-8'/>
20 </languageList>
21</interfaceConfig>
Note: See TracBrowser for help on using the repository browser.