source: documentation/trunk/tutorial_sample_files/interfaces/aybara/interfaceConfig.xml@ 28516

Last change on this file since 28516 was 28516, checked in by jlwhisler, 11 years ago

Files for the new tutorials on designing a new interface, including images and CSS, as well as start main.xsl, header.xsl, and home.xsl files. The pages and layouts folders in transform are empty on purpose, so the users can put each XSL file in the right place themselves as they go through the tutorials. index-GS3.html gives a preview of what the new interface will look like. During the tutorial, users are also instructed to visit http://www.os-templates.com/free-website-templates/news-magazine to get the remainder of the CSS and image files required. (Necessary because the license prohibits distribution.)

File size: 2.0 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<interfaceConfig>
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 <languageList>
45 <language name="en">
46 <displayItem name="name">English</displayItem>
47 </language>
48 </languageList>
49</interfaceConfig>
Note: See TracBrowser for help on using the repository browser.