2009-10-26 14:24:25 +00:00
|
|
|
<%
|
|
|
|
/*
|
|
|
|
* Included ~10 times, keep whitespace to a minimum
|
|
|
|
*/
|
|
|
|
%>
|
2017-12-01 14:07:29 +00:00
|
|
|
<jsp:useBean class="net.i2p.router.web.helpers.ConfigNavHelper" id="navHelper" scope="request" />
|
2011-12-25 22:37:30 +00:00
|
|
|
<jsp:setProperty name="navHelper" property="contextId" value="<%=(String)session.getAttribute(\"i2p.contextId\")%>" />
|
2010-11-21 20:46:48 +00:00
|
|
|
<% navHelper.storeWriter(out); %>
|
2009-05-20 22:50:14 +00:00
|
|
|
<div class="confignav" id="confignav">
|
2009-10-26 14:24:25 +00:00
|
|
|
<%
|
|
|
|
// moved to java for ease of translation and to avoid 10 copies
|
2011-12-02 17:21:04 +00:00
|
|
|
// allowIFrame variable from summary.jsi
|
|
|
|
navHelper.renderNavBar(request.getRequestURI(), allowIFrame);
|
2009-10-26 14:24:25 +00:00
|
|
|
%>
|
2011-12-02 17:21:04 +00:00
|
|
|
</div>
|