include the shitlist summary

This commit is contained in:
jrandom
2004-08-12 03:22:27 +00:00
committed by zzz
parent eeb1852d95
commit c5947c23bb
2 changed files with 13 additions and 0 deletions

View File

@ -14,6 +14,9 @@
<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" />
<hr />
<a name="shitlist"> </a>
<jsp:getProperty name="profilesHelper" property="shitlistSummary" />
</div>
</body>