source: trunk/gsdl3/web/interfaces/default/transform/system.xsl@ 8526

Last change on this file since 8526 was 8526, checked in by kjdon, 19 years ago

tidied up the style stuff - now uses css. pageHead is now defined by style, with pageTitle and pageStyle in each page. got rid of the attribute sets and colors in style - uses css instead.

  • Property svn:keywords set to Author Date Id Revision
File size: 617 bytes
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 extension-element-prefixes="java">
6
7 <xsl:include href="style.xsl"/>
8
9 <xsl:template name="pageTitle">
10 <xsl:value-of select="java:org.greenstone.gsdl3.util.XSLTUtil.getInterfaceText($interface_name, /page/@lang, 'gsdl')"/>
11 </xsl:template>
12
13 <!-- page specific style goes here -->
14 <xsl:template name="pageStyle"/>
15
16 <xsl:template match="pageResponse">
17 <xsl:value-of select="status"/>
18 </xsl:template>
19
20</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.