source: main/trunk/model-cols/niupepa/transform/pages/about.xsl@ 26328

Last change on this file since 26328 was 26328, checked in by sjm84, 12 years ago

Cleaning up the about page

  • Property svn:executable set to *
File size: 1.3 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 xmlns:gsf="http://www.greenstone.org/greenstone3/schema/ConfigFormat"
8 extension-element-prefixes="java util"
9 exclude-result-prefixes="java util gsf">
10
11 <!-- use the 'main' layout -->
12 <xsl:include href="layouts/main.xsl"/>
13
14 <!-- set page title -->
15 <xsl:template name="pageTitle"><gslib:collectionName/></xsl:template>
16
17 <!-- set page breadcrumbs -->
18 <xsl:template name="breadcrumbs"><gslib:siteLink/><gslib:rightArrow/></xsl:template>
19
20 <!-- the page content -->
21 <xsl:template match="/page">
22 <gsf:collectionText name="about.textxwelcome"/>
23 <gsf:collectionText name="about.textxwelcome2"/>
24 <gsf:collectionText name="about.textxbackground"/>
25 <gsf:collectionText name="about.textxgrateful"/>
26
27 <hr/>
28
29 <gsf:collectionText name="about.textxbackground2"/>
30 <gsf:collectionText name="about.textxbackground3"/>
31
32 <hr/>
33
34 <gsf:collectionText name="about.textxsupporgs"/>
35 <gsf:collectionText name="about.textximage"/>
36 <gsf:collectionText name="about.textyaymined"/>
37 <gsf:collectionText name="about.textxsupporgs2"/>
38 </xsl:template>
39</xsl:stylesheet>
40
Note: See TracBrowser for help on using the repository browser.