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">
|
|
|
|
|
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("peer profiles")%>
|
2009-11-21 13:33:57 +00:00
|
|
|
</head><body><%@include file="summary.jsi" %>
|
2009-10-23 13:55:44 +00:00
|
|
|
<h1><%=intl._("I2P Network Peer Profiles")%></h1>
|
2009-08-02 13:57:29 +00:00
|
|
|
<div class="main" id="main"><div class="wideload">
|
2004-07-24 02:06:07 +00:00
|
|
|
<jsp:useBean class="net.i2p.router.web.ProfilesHelper" id="profilesHelper" scope="request" />
|
|
|
|
<jsp:setProperty name="profilesHelper" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" />
|
2009-10-15 22:42:22 +00:00
|
|
|
<jsp:setProperty name="profilesHelper" property="writer" value="<%=out%>" />
|
2004-07-24 02:06:07 +00:00
|
|
|
<jsp:getProperty name="profilesHelper" property="profileSummary" />
|
2009-10-31 18:18:36 +00:00
|
|
|
<a name="shitlist"> </a><h2><%=intl._("Banned Peers")%></h2>
|
2004-08-12 03:22:27 +00:00
|
|
|
<jsp:getProperty name="profilesHelper" property="shitlistSummary" />
|
2009-10-12 23:55:21 +00:00
|
|
|
<hr></div></div></body></html>
|