source: trunk/gsdl3/web/interfaces/default/interfaceConfig.xml@ 4249

Last change on this file since 4249 was 4249, checked in by kjdon, 21 years ago

now have interface config file which lives in the directory for each interface

  • Property svn:keywords set to Author Date Id Revision
File size: 604 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 </action>
7 <action name='q' class='QueryAction' xslt='basicquery.xsl'/>
8 <action name='b' class='BrowseAction' xslt='classifier.xsl'/>
9 <action name='a' class='AppletAction' xslt='applet.xsl'/>
10 <action name='d' class='DocumentAction' xslt='document.xsl'/>
11 <action name='pr' class='ProcessAction' xslt='process.xsl'/>
12 <action name='s' class='SystemAction' xslt='system.xsl'/>
13 </actionList>
14</interfaceConfig>
Note: See TracBrowser for help on using the repository browser.