source: main/trunk/model-sites-dev/hauraki-dl/collect/treasures/transform/pages/about.xsl@ 32598

Last change on this file since 32598 was 32598, checked in by davidb, 5 years ago

Config files for Hauraki DL collections

File size: 1.0 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
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 <xsl:template name="coll-description">
11 <div class="collectionheader" style="padding-bottom: 20px;">Whānau Kōrero / Hauraki Interviews and Stories</div>
12
13
14 <p>
15 This collection contains kaumātua interviews and stories recorded on
16 audio and video tapes by the Hauraki Māori Trust Board in relation
17 to events it has run.
18 </p>
19
20 <p>
21 Individual and group interviews were recorded with
22 kaumātua. Included are interviews relating to traditional fisheries
23 knowledge in audio, transcript and video tape form. Some stories
24 relate to individual experiences, Hauraki marae and Hauraki tupuna
25 and Iwi.
26 </p>
27
28 </xsl:template>
29
30</xsl:stylesheet>
31
Note: See TracBrowser for help on using the repository browser.