2004-07-24 02:06:07 +00:00
|
|
|
<%@page contentType="text/html"%>
|
|
|
|
<%@page pageEncoding="UTF-8"%>
|
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
|
|
|
|
|
|
<html><head>
|
|
|
|
<title>I2P Router Console - peer profiles</title>
|
2009-06-11 18:05:05 +00:00
|
|
|
<%@include file="css.jsp" %>
|
2004-07-24 02:06:07 +00:00
|
|
|
</head><body>
|
|
|
|
|
|
|
|
<%@include file="summary.jsp" %>
|
2009-07-06 13:29:35 +00:00
|
|
|
<h1>I2P Network Peer Profiles</h1>
|
2004-07-24 02:06:07 +00:00
|
|
|
<div class="main" id="main">
|
|
|
|
<jsp:useBean class="net.i2p.router.web.ProfilesHelper" id="profilesHelper" scope="request" />
|
|
|
|
<jsp:setProperty name="profilesHelper" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" />
|
|
|
|
<jsp:getProperty name="profilesHelper" property="profileSummary" />
|
2004-08-12 03:22:27 +00:00
|
|
|
<hr />
|
|
|
|
<a name="shitlist"> </a>
|
|
|
|
<jsp:getProperty name="profilesHelper" property="shitlistSummary" />
|
2004-07-24 02:06:07 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|