%@page contentType="text/html"%>
<%@page trimDirectiveWhitespaces="true"%>
<%@page pageEncoding="UTF-8"%>
<%@include file="css.jsi" %>
<%=intl.title("graphs")%>
<% graphHelper.storeMethod(request.getMethod()); %>
" />
<% /* GraphHelper sets the defaults in setContextId, so setting the properties must be after the context */ %>
<%
graphHelper.storeWriter(out);
graphHelper.storeMethod(request.getMethod());
// meta must be inside the head
boolean allowRefresh = intl.allowIFrame(request.getHeader("User-Agent"));
if (allowRefresh) {
out.print(graphHelper.getRefreshMeta());
}
%>
<%@include file="summary.jsi" %>
<%=intl._("I2P Performance Graphs")%>