merge of '1b1c377c45e8746e4e04afc47cde55a03b859f32'

and '6869519b0cd38f4bc366d0277c5dc4e924348e66'
This commit is contained in:
z3d
2009-08-28 03:16:12 +00:00
48 changed files with 1014 additions and 144 deletions

View File

@ -22,7 +22,7 @@
}
%>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="shortcut icon" href="favicon.ico">
<link rel="shortcut icon" href="/themes/console/images/favicon.ico">
<jsp:useBean class="net.i2p.router.web.CSSHelper" id="cssHelper" scope="request" />
<jsp:setProperty name="cssHelper" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" />
<link href="<%=cssHelper.getTheme(request.getHeader("User-Agent"))%>console.css" rel="stylesheet" type="text/css">

View File

@ -14,7 +14,7 @@
%>
<html><head><title>I2P Router Console - Page Not Found</title>
<%@include file="css.jsp" %>
<link rel="shortcut icon" href="favicon.ico" /></head><body>
</head><body>
<%
if (System.getProperty("router.consoleNonce") == null) {
System.setProperty("router.consoleNonce", new java.util.Random().nextLong() + "");