Changeset 19858


Ignore:
Timestamp:
2009-06-16T13:49:34+12:00 (15 years ago)
Author:
oranfry
Message:

updated config for new interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/web/interfaces/oran/interfaceConfig.xml

    r18617 r19858  
    22  <actionList>
    33    <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'/>
     4      <subaction name='home' xslt='pages/home.xsl'/>
     5      <subaction name='about' xslt='pages/about.xsl'/>
     6      <subaction name='pref' xslt='pages/pref.xsl'/>
     7      <subaction name='help' xslt='pages/help.xsl'/>
    88      <subaction name='gli4gs3' xslt='gli4gs3.xsl'/>
    99      <subaction name='nav' xslt='nav.xsl'/><!-- used for the collection header frame -->
    1010      <subaction name="html" xslt="html.xsl"/> <!-- use to put an external page into a frame with a collection header-->
    1111    </action>
    12     <action name='q' class='QueryAction' xslt='query.xsl'/>
    13     <action name='b' class='GS2BrowseAction' xslt='classifier.xsl'/>
     12    <action name='q' class='QueryAction' xslt='pages/query.xsl'/>
     13    <action name='b' class='GS2BrowseAction' xslt='pages/classifier.xsl'/>
     14    <action name='d' class='DocumentAction' xslt='pages/document.xsl'/>
     15
    1416    <action name='a' class='AppletAction' xslt='applet.xsl'/>
    15     <action name='d' class='DocumentAction' xslt='document.xsl'/>
    1617    <action name='xd' class='XMLDocumentAction'>
    1718      <subaction name='toc' xslt='document-toc.xsl'/>
     
    2223    <action name='g' class='GeneralAction'>
    2324      <subaction name="authen" xslt='authen.xsl'/>
    24       <subaction name="berry" xslt='berry.xsl'/>
     25      <subaction name="berry" xslt='pages/berry.xsl'/>
    2526    </action>
    2627  </actionList>
Note: See TracChangeset for help on using the changeset viewer.