Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
18 | moos | 1 | <?xml version="1.0" encoding="ISO-8859-1" ?> |
2 | <%@ page isErrorPage=true %> |
||
3 | <%@ page language="java" contentType="text/html; charset=ISO-8859-1" |
||
4 | pageEncoding="utf-8"%> |
||
5 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
||
6 | <html xmlns="http://www.w3.org/1999/xhtml"> |
||
7 | <head> |
||
8 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> |
||
9 | <title>Error page</title> |
||
10 | </head> |
||
11 | <body> |
||
12 | Die Seite hat einen Fehler verursacht. Bitte versuchen Sie es nochmals. |
||
13 | </body> |
||
14 | </html> |