2004-08-19 20:26:19 +00:00
|
|
|
<%@page contentType="text/html"%>
|
|
|
|
<%@page pageEncoding="UTF-8"%>
|
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
|
|
|
2009-10-23 13:00:38 +00:00
|
|
|
<html><head>
|
2009-06-11 18:05:05 +00:00
|
|
|
<%@include file="css.jsp" %>
|
2009-10-23 13:55:44 +00:00
|
|
|
<%=intl.title("statistics")%>
|
2004-08-19 20:26:19 +00:00
|
|
|
</head><body>
|
|
|
|
<%@include file="summary.jsp" %>
|
|
|
|
<jsp:useBean class="net.i2p.router.web.OldConsoleHelper" id="oldhelper" scope="request" />
|
|
|
|
<jsp:setProperty name="oldhelper" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" />
|
2004-09-29 22:49:19 +00:00
|
|
|
<jsp:setProperty name="oldhelper" property="writer" value="<%=out%>" />
|
2009-10-23 13:55:44 +00:00
|
|
|
<h1><%=intl._("I2P Router Statistics")%></h1>
|
2004-08-19 20:26:19 +00:00
|
|
|
<div class="main" id="main">
|
|
|
|
<jsp:getProperty name="oldhelper" property="stats" />
|
2009-10-12 23:55:21 +00:00
|
|
|
<hr></div></body></html>
|