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