Polish the console 404 error messages.

This commit is contained in:
z3d
2009-08-22 12:15:19 +00:00
parent 2f9a4f0fa5
commit 2e4bd1e440
4 changed files with 87 additions and 7 deletions

View File

@ -12,7 +12,7 @@
}
// If it can't find the iframe or viewtheme.jsp I wonder if the whole thing blows up...
%>
<html><head><title>I2P Router Console</title>
<html><head><title>I2P Router Console - Page Not Found</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<%@include file="css.jsp" %>
<link rel="shortcut icon" href="favicon.ico" /></head><body>
@ -23,6 +23,7 @@ if (System.getProperty("router.consoleNonce") == null) {
%>
<%@include file="summary.jsp" %>
<h1><%=ERROR_CODE%> <%=ERROR_MESSAGE%></h1>
<div class="warning" id="warning">
The Router Console page <%=ERROR_URI%> was not found.
<div class="sorry" id="warning">
Sorry! You appear to be requesting a non-existent Router Console page.<hr>
Error 404: <%=ERROR_URI%> not found.
</div></body></html>