source: main/trunk/model-sites-dev/pei-jones/transform/pages/home.xsl@ 31793

Last change on this file since 31793 was 31793, checked in by kjdon, 7 years ago

committing core files for pei jones project

File size: 2.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<xsl:stylesheet version="1.0"
3 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4 xmlns:java="http://xml.apache.org/xslt/java"
5 xmlns:util="xalan://org.greenstone.gsdl3.util.XSLTUtil"
6 xmlns:gslib="http://www.greenstone.org/skinning"
7 extension-element-prefixes="java util"
8 exclude-result-prefixes="java util">
9
10 <!-- the page content -->
11 <xsl:template match="/page/pageResponse">
12
13 <div id="quickSearch">
14 <gslib:crossCollectionQuickSearchForm/>
15 </div>
16
17 <h2><gslib:selectACollectionTextBar/></h2>
18
19 <div id="collectionLinks">
20 <xsl:if test="count(collectionList/collection) = 0">
21 <xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'home.no_collections')"/>
22 <br/>
23 </xsl:if>
24 <xsl:for-each select="collectionList/collection">
25 <gslib:collectionLinkWithImage/>
26 </xsl:for-each>
27 <br class="clear"/>
28 </div>
29
30 <div>
31 <p>Pei Te Hurinui Jones, 1898-1976, was an outstanding figure in New Zealand - from his editorial work compiling and translating the songs of Maori tribes in Nga Moteatea, to founding one of the first New Zealand owned and operated million dollar companies, to being the President of the Maori Council and advisor to King Koriki and the Maori Queen, Dame Te Atairangikaahu. If you've read (or watched) any of Shakespeare's plays in Maori, then you've experienced some of the work of Pei Jones.</p>
32
33 <p> In conjunction with staff from the School of Maori and Pacific Development, our library staff have worked tirelessly to gather scholarly material and artefacts relating to his academic life, made available as a special collection and housed in its own room on the top floor of the recently re-developed library building. Over the last 5 years, work has been undertaken to digitize these items and develop a digital library which you are now visiting.</p>
34
35 </div>
36
37 <gslib:serviceClusterList/>
38
39 <xsl:for-each select="serviceList/service[@type='query']">
40 <gslib:serviceLink/><br/>
41 </xsl:for-each>
42
43 <xsl:for-each select="serviceList/service[@type='authen']">
44 <gslib:authenticationLink/><br/><br/>
45 <gslib:registerLink/><br/>
46 </xsl:for-each>
47
48 </xsl:template>
49
50</xsl:stylesheet>
51
52
Note: See TracBrowser for help on using the repository browser.