source: main/trunk/model-interfaces-dev/wmtb/interfaceConfig.xml@ 36042

Last change on this file since 36042 was 36042, checked in by cstephen, 2 years ago

Fix right sidebar layout (TOC)
Use core styles
Use upgraded default interface

File size: 2.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<interfaceConfig baseInterface="default">
3 <actionList>
4 <action class="PageAction" name="p">
5 <subaction name="home" xslt="pages/home.xsl"/>
6 <subaction name="about" xslt="pages/about.xsl"/>
7 <subaction name="debug" xslt="pages/debuginfo.xsl"/>
8 <subaction name="pref" xslt="pages/pref.xsl"/>
9 <subaction name="help" xslt="pages/help.xsl"/>
10 <subaction name="login" xslt="pages/login.xsl"/>
11 <subaction name="gli4gs3" xslt="gli4gs3.xsl"/>
12 <subaction name="nav" xslt="nav.xsl"/>
13 <!-- used for the collection header frame -->
14 <subaction name="html" xslt="html.xsl"/>
15 <!-- use to put an external page into a frame with a collection header-->
16 </action>
17
18 <action class="RSSAction" name="rss" xslt="pages/rss.xsl"/>
19 <action class="QueryAction" name="q" xslt="pages/query.xsl"/>
20 <action class="GS2BrowseAction" name="b" xslt="pages/classifier.xsl"/>
21 <action class="DocumentAction" name="d" xslt="pages/document.xsl"/>
22
23 <action class="AppletAction" name="a" xslt="pages/applet.xsl"/>
24 <action class="XMLDocumentAction" name="xd">
25 <subaction name="toc" xslt="pages/document-toc.xsl"/>
26 <subaction name="text" xslt="pages/document-content.xsl"/>
27 </action>
28 <action class="ProcessAction" name="pr" xslt="process.xsl"/>
29 <action class="SystemAction" name="s" xslt="pages/system.xsl"/>
30
31 <action class="FormatAction" name="f"/>
32 <!-- xslt='formatString.xsl'/> -->
33
34 <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"/>
38 </action>
39
40 <action class="DepositorAction" name="de" xslt="pages/depositor_home.xsl">
41 <subaction name="getwizard" xslt="depositor/compiledDepositor.xsl"/>
42 </action>
43 </actionList>
44 <optionList>
45 <!-- Uncomment and update this option if you want to introduce custom CSS to this interface. -->
46 <!-- <option name="cssTheme" value="interfaces/default/style/themes/main/jquery-ui.theme.css"/> -->
47
48 <option name="highlightQueryTerms" value="true"/>
49 <!-- Set one or other of the following two options (berryBasket and favouriteBasket) to true -->
50 <!-- This enables the user to choose whether they want berries/favourites displayed or not -->
51 <!-- To have the chosen option on by default, set the corresponding defaultParameter in siteConfig.xml -->
52 <option name="berryBasket" value="true"/>
53 <option name="favouriteBasket" value="false"/>
54 <option name="documentBasket" value="true"/>
55 </optionList>
56 <languageList>
57 <language name="en">
58 <displayItem name="name">English</displayItem>
59 </language>
60 <language name="mi">
61 <displayItem name="name">Māori</displayItem>
62 </language>
63 </languageList>
64</interfaceConfig>
Note: See TracBrowser for help on using the repository browser.