source: greenstone3/trunk/web/interfaces/oran/transform/pages/about.xsl@ 19856

Last change on this file since 19856 was 19856, checked in by oranfry, 15 years ago

reorganising transform for new interface

File size: 1.0 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 extension-element-prefixes="java util"
8 exclude-result-prefixes="java util">
9
10 <!-- set to the oran layout -->
11 <xsl:include href="layouts/main.xsl"/>
12
13 <xsl:template name="title"><gslib:aboutCollectionPageTitle/></xsl:template>
14 <xsl:template name="linked-title"><a href=""><gslib:aboutCollectionPageTitle/></a></xsl:template>
15
16 <!-- <xsl:template name="linked-title"><a href=""><gslib:aboutCollectionPageTitle/></a></xsl:template> -->
17
18 <xsl:template match="/page">
19
20 <!--Display the description text of the current collection,
21 and if some services are available then create a list
22 of links for each service within a <ul id="servicelist"> element.-->
23 <gslib:collectionDescriptionTextAndServicesLinks/>
24 </xsl:template>
25
26
27</xsl:stylesheet>
28
Note: See TracBrowser for help on using the repository browser.