source: greenstone3/branches/customizingGreenstone3/web/ui/xslt/error.xsl@ 14712

Last change on this file since 14712 was 14712, checked in by dnk2, 17 years ago

dump of existing code

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.