source: greenstone3/trunk/web/ui/xslt/error.xsl@ 16315

Last change on this file since 16315 was 16315, checked in by davidb, 16 years ago

Merging of skin work with the main trunk

File size: 546 bytes
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2
3<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
4
5<xsl:output method="html"/>
6
7<xsl:template match="/">
8 <html>
9 <head>
10 <title> Greenstone skinning exception </title>
11 </head>
12 <body>
13 <h1> error </h1>
14 <p> the current skin specified an xslt file that does not exist. Please check that the skin is complete and that it's configuration file (skin.xml) specifies suitable xslt files for all actions. </p>
15 </body>
16 </html>
17</xsl:template>
18
19</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.