source: main/trunk/model-sites-dev/hauraki-dl/collect/whakaahua/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: 2.3 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;">Ngā Whakaahua ō Hauraki / Hauraki Photos</div>
12
13 <p>
14 This digital collection contains material from the following three photograph collections:
15 </p>
16
17 <style>
18 .CL-Shortcut {
19 float: left; padding-top: 20px; padding-left: 10px;
20 }
21 .CL-Shortcut-Photo {
22 text-align: center; width: 70px;
23 }
24 .CL-Shortcut-Text {
25 text-align: justify; width: 760px;
26
27 }
28
29 </style>
30
31 <div style="padding: 20px;">
32
33 <div class="CL-Shortcut CL-Shortcut-Photo">
34 <a href="{$_httpbrowse_}/CL1/1">
35 <xsl:call-template name="haurakiphotosicon"/>
36 </a>
37 </div>
38 <p class="CL-Shortcut CL-Shortcut-Text">
39 <a href="{$_httpbrowse_}/CL1/1">
40 Photos and people and places of Hauraki.
41 </a>
42 This collection contains photographs and images taken by Hauraki
43 Māori Trust Board staff to record significant Hauraki events and
44 people over the last 15 years.
45 </p>
46 <br style="clear: both" />
47
48 <div class="CL-Shortcut CL-Shortcut-Photo">
49 <a href="{$_httpbrowse_}/CL1/2">
50 <xsl:call-template name="jimnicholsicon"/>
51 </a>
52 </div>
53 <p class="CL-Shortcut CL-Shortcut-Text">
54 <a href="{$_httpbrowse_}/CL1/2">
55 The Jim Nicholls Collection.
56 </a>
57 This collection contains photos from the late Jim Nicholls’ private
58 collection that was kindly donated by his family. These photos record
59 significant Hauraki events and people over the last 25 years. (Coming
60 soon)
61 </p>
62 <br style="clear: both" />
63
64 <div class="CL-Shortcut CL-Shortcut-Photo">
65 <a href="{$_httpbrowse_}/CL1/3">
66 <xsl:call-template name="timeframesicon"/>
67 </a>
68 </div>
69 <p class="CL-Shortcut CL-Shortcut-Text">
70 <a href="{$_httpbrowse_}/CL1/3">
71 Hauraki images from the Alexander Turnbull Library's Timeframes collection.
72 </a>
73 </p>
74 <br style="clear: both" />
75
76 </div>
77
78 </xsl:template>
79
80</xsl:stylesheet>
81
Note: See TracBrowser for help on using the repository browser.