Changeset 38262


Ignore:
Timestamp:
2023-10-02T14:38:16+13:00 (8 months ago)
Author:
kjdon
Message:

bringing this in line with default interfaceConfig

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-installations/showcase/trunk/interfaces/showcase/interfaceConfig.xml

    r38261 r38262  
    55            <subaction name="home" xslt="pages/home.xsl"/>
    66            <subaction name="about" xslt="pages/about.xsl"/>
     7            <subaction name="gli" xslt="pages/webswing-gli.xsl"/>
    78            <subaction name="debug" xslt="pages/debuginfo.xsl"/>
    89            <subaction name="pref" xslt="pages/pref.xsl"/>
    910            <subaction name="help" xslt="pages/help.xsl"/>
    1011            <subaction name="login" xslt="pages/login.xsl"/>
     12            <subaction name="verify" xslt="pages/verify.xsl"/>
     13            <subaction name="error" xslt="pages/error.xsl"/>
    1114            <subaction name="gli4gs3" xslt="gli4gs3.xsl"/>
    1215            <subaction name="nav" xslt="nav.xsl"/>
     
    1922        <action class="QueryAction" name="q" xslt="pages/query.xsl"/>
    2023        <action class="GS2BrowseAction" name="b" xslt="pages/classifier.xsl"/>
    21         <action class="DocumentAction" name="d" xslt="pages/document.xsl"/>
     24        <action class="DocumentAction" name="d" xslt="pages/document.xsl">
     25          <subaction name="print" xslt="pages/document-print.xsl"/>
     26          <subaction name="iiif-manifest" xslt="pages/document-iiif-manifest.xsl"/>
     27        </action>
    2228
    2329        <action class="AppletAction" name="a" xslt="pages/applet.xsl"/>
     
    3339
    3440        <action class="GeneralAction" name="g">
    35             <subaction name="authen" xslt="pages/authen.xsl"/>
    36             <subaction name="berry" xslt="pages/berry.xsl"/>
    37             <subaction name="documentbasket" xslt="pages/documentbasket.xsl"/>
     41          <subaction name="authen" xslt="pages/authen.xsl"/>
     42          <subaction name="fav" xslt="pages/favourites.xsl"/>
     43          <subaction name="documentbasket" xslt="pages/documentbasket.xsl"/>
     44        </action>
     45        <action class="GeneralDocumentListAction" name="gdl">
     46          <subaction name="fav" xslt="pages/favourites.xsl"/>
    3847        </action>
    3948
     
    4554        <option name="cssTheme" value="interfaces/default/style/themes/main/jquery-ui-1.8.16.custom.css"/>
    4655        <option name="highlightQueryTerms" value="true"/>
    47         <!-- Set one or other of the following two options (berryBasket and favouriteBasket) to true -->
    48         <!-- This enables the user to choose whether they want berries/favourites displayed or not -->
    49         <!-- To have the chosen option on by default, set the corresponding defaultParameter in siteConfig.xml -->
    50         <option name="berryBasket" value="false"/>
    51         <option name="favouriteBasket" value="true"/>
    52         <option name="documentBasket" value="true"/>
    5356    </optionList>
    5457    <languageList>
Note: See TracChangeset for help on using the changeset viewer.