Files
i2p.i2p/apps/routerconsole/jsp/confignav.jsi

16 lines
525 B
Plaintext

<%
/*
* Included ~10 times, keep whitespace to a minimum
*/
%>
<jsp:useBean class="net.i2p.router.web.helpers.ConfigNavHelper" id="navHelper" scope="request" />
<jsp:setProperty name="navHelper" property="contextId" value="<%=i2pcontextId%>" />
<% navHelper.storeWriter(out); %>
<div class="confignav" id="confignav">
<%
// moved to java for ease of translation and to avoid 10 copies
// allowIFrame variable from summary.jsi
navHelper.renderNavBar(request.getRequestURI(), allowIFrame);
%>
</div>