java/sql-vyuka/web/WEB-INF/chyby/500.jsp
changeset 74 48066e753dd6
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/java/sql-vyuka/web/WEB-INF/chyby/500.jsp	Wed Jan 27 21:24:33 2010 +0100
     1.3 @@ -0,0 +1,20 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"
     1.6 +	  xmlns:c="http://java.sun.com/jsp/jstl/core"
     1.7 +	  version="2.0">
     1.8 +    <jsp:directive.page contentType="application/xhtml+xml" isErrorPage="true"/>
     1.9 +    <jsp:output doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
    1.10 +		doctype-root-element="html"
    1.11 +		omit-xml-declaration="false"/>
    1.12 +
    1.13 +    <html xmlns="http://www.w3.org/1999/xhtml">
    1.14 +	<head>
    1.15 +	    <title>500 Interní chyba serveru</title>
    1.16 +	</head>
    1.17 +	<body>
    1.18 +	    <h1>500 Interní chyba serveru</h1>
    1.19 +	    <p>Něco se nám nepovedlo.</p>
    1.20 +	</body>
    1.21 +    </html>
    1.22 +
    1.23 +</jsp:root>