2004-08-19 20:26:19 +00:00
|
|
|
<%@page contentType="text/html"%>
|
2012-01-10 13:21:35 +00:00
|
|
|
<%@page trimDirectiveWhitespaces="true"%>
|
2004-08-19 20:26:19 +00:00
|
|
|
<%@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-11-21 13:33:57 +00:00
|
|
|
<%@include file="css.jsi" %>
|
2009-10-23 13:55:44 +00:00
|
|
|
<%=intl.title("statistics")%>
|
2012-06-05 13:37:10 +00:00
|
|
|
<script src="/js/ajax.js" type="text/javascript"></script>
|
2012-07-17 00:47:08 +00:00
|
|
|
<%@include file="summaryajax.jsi" %>
|
2012-06-05 13:37:10 +00:00
|
|
|
</head><body onload="initAjax()">
|
2009-11-21 13:33:57 +00:00
|
|
|
<%@include file="summary.jsi" %>
|
2017-12-01 14:07:29 +00:00
|
|
|
<jsp:useBean class="net.i2p.router.web.helpers.OldConsoleHelper" id="oldhelper" scope="request" />
|
2018-07-28 19:03:01 +00:00
|
|
|
<jsp:setProperty name="oldhelper" property="contextId" value="<%=i2pcontextId%>" />
|
2010-11-21 20:46:48 +00:00
|
|
|
<% oldhelper.storeWriter(out); %>
|
2011-12-25 22:37:30 +00:00
|
|
|
<jsp:setProperty name="oldhelper" property="full" value="<%=request.getParameter(\"f\")%>" />
|
2015-09-25 19:55:36 +00:00
|
|
|
<h1><%=intl._t("I2P Router Statistics")%></h1>
|
2016-04-18 04:12:15 +00:00
|
|
|
<div class="main" id="stats">
|
2004-08-19 20:26:19 +00:00
|
|
|
<jsp:getProperty name="oldhelper" property="stats" />
|
2016-04-18 04:12:15 +00:00
|
|
|
</div></body></html>
|