2012-01-14 17:49:47 +00:00
|
|
|
<%@page contentType="text/html"%>
|
|
|
|
<%@page pageEncoding="UTF-8"%>
|
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
|
|
<html><head>
|
|
|
|
<%@include file="css.jsi" %>
|
|
|
|
<%=intl.title("Jar File Dump")%>
|
2012-07-17 00:47:08 +00:00
|
|
|
<%@include file="summaryajax.jsi" %>
|
2019-12-25 12:18:00 +00:00
|
|
|
</head><body>
|
2012-01-14 17:49:47 +00:00
|
|
|
<%@include file="summary.jsi" %><h1>Jar File Dump</h1>
|
2016-04-18 04:12:15 +00:00
|
|
|
<div class="main" id="jardump">
|
2017-12-01 14:07:29 +00:00
|
|
|
<jsp:useBean class="net.i2p.router.web.helpers.FileDumpHelper" id="dumpHelper" scope="request" />
|
2018-07-28 19:03:01 +00:00
|
|
|
<jsp:setProperty name="dumpHelper" property="contextId" value="<%=i2pcontextId%>" />
|
2012-01-14 17:49:47 +00:00
|
|
|
<jsp:getProperty name="dumpHelper" property="fileSummary" />
|
|
|
|
</div></body></html>
|