root / Portal / configurations / demo / jsp / 404.jsp @ 9
History | View | Annotate | Download (456 Bytes)
1 | 9 | alavrent | <%@page import="java.util.*" %> |
---|---|---|---|
2 | 9 | alavrent | |
3 | 9 | alavrent | <HTML> |
4 | 9 | alavrent | <HEAD> |
5 | 9 | alavrent | <TITLE><%out.print(request.getAttribute("javax.servlet.error.status_code"));%>: broken link</TITLE> |
6 | 9 | alavrent | </HEAD> |
7 | 9 | alavrent | <BODY> |
8 | 9 | alavrent | <H1><%out.print(request.getAttribute("javax.servlet.error.status_code"));%>: broken link</H1> |
9 | 9 | alavrent | <% |
10 | 9 | alavrent | out.println(" address "+request.getAttribute("javax.servlet.error.message")); |
11 | 9 | alavrent | %> |
12 | 9 | alavrent | <p> |
13 | 9 | alavrent | <a href="http://portal.textometrie.org/demo">Go back to the demo portal</a> |
14 | 9 | alavrent | </p> |
15 | 9 | alavrent | </BODY> |
16 | 9 | alavrent | </HTML> |