source: main/trunk/model-sites-dev/heritage-nz/collect/reports-2019/transform/pages/about.xsl@ 33027

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

More nuanced about page text

  • Property svn:mime-type set to application/xml
File size: 1.6 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 xmlns:gsf="http://www.greenstone.org/formatting"
8 extension-element-prefixes="java util"
9 exclude-result-prefixes="java util">
10
11 <xsl:template name="coll-description">
12 <xsl:variable name="numDocs" select="/page/pageResponse/collection/metadataList/metadata[@name='numDocs']"/>
13
14 <h1>Archaeological PDF Reports Digital Library</h1>
15 <p>
16 Heritage New Zealand holds an extensive collection of
17 archaeological reports resulting from site surveys, excavations,
18 research programmes and archaeological authorities. The digital
19 library provides searching and browsing access to these
20<!--
21 <gsf:metadata type="collection" name="numDocs"/>
22-->
23 <xsl:value-of select="$numDocs"/>
24 volumes, which date from the
25 early 1970s to the present day.
26 </p>
27
28 <figure class="">
29 <img src="http://www.heritage.org.nz/-/media/heritage/images/protect/archaeology/digital-library-page.jpg?useCustomFunctions=1&amp;mw=920" width="220" alt="Archaeological digital library" />
30 </figure>
31
32 <p>
33 Should you prefer, you may contact us as follows:
34 </p>
35 <p>
36 <i style="padding-left: 20px">
37 Archaeological Digital Library<br/>
38 Heritage New Zealand<br/>
39 National Office<br/>
40 P O Box 2629<br/>
41 Wellington 6140
42 </i>
43 </p>
44 <p>tel: (04) 472 4341</p>
45
46
47 </xsl:template>
48
49</xsl:stylesheet>
50
Note: See TracBrowser for help on using the repository browser.