source: main/trunk/model-sites-dev/hauraki-dl/collect/resources/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: 868 bytes
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
12 <div class="collectionheader" style="padding-bottom: 20px;">Ngā Rauemi / Hauraki Resources</div>
13
14 <p style="width: 850px;">
15 This collection contains publications, video recordings, music and
16 education resources developed by, or in conjunction with the
17 Hauraki Maori Trust Board. The resources were developed as part of
18 Board initiatives and events run over the past 15 years.
19 </p>
20
21 </xsl:template>
22
23</xsl:stylesheet>
24
Note: See TracBrowser for help on using the repository browser.