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

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

Added a link to swap between the two languages. Also added missing macrons in the English text.

  • Property svn:executable set to *
File size: 1.4 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.languageswap"/>
23 <gsf:collectionText name="about.textxwelcome"/>
24 <gsf:collectionText name="about.textxwelcome2"/>
25 <gsf:collectionText name="about.textxbackground"/>
26 <gsf:collectionText name="about.textxgrateful"/>
27
28 <hr/>
29
30 <gsf:collectionText name="about.textxbackground2"/>
31 <gsf:collectionText name="about.textxbackground3"/>
32
33 <hr/>
34
35 <gsf:collectionText name="about.textxsupporgs"/>
36 <gsf:collectionText name="about.textximage"/>
37 <gsf:collectionText name="about.textyaymined"/>
38 <gsf:collectionText name="about.textxsupporgs2"/>
39 </xsl:template>
40</xsl:stylesheet>
41
Note: See TracBrowser for help on using the repository browser.