forked from I2P_Developers/i2p.i2p
* Routerconsole build: rename include files so they aren't
compiled and bundled separately (~15KB)
This commit is contained in:
15
apps/routerconsole/jsp/confignav.jsi
Normal file
15
apps/routerconsole/jsp/confignav.jsi
Normal file
@@ -0,0 +1,15 @@
|
||||
<%
|
||||
/*
|
||||
* Included ~10 times, keep whitespace to a minimum
|
||||
*/
|
||||
%>
|
||||
<jsp:useBean class="net.i2p.router.web.ConfigNavHelper" id="navHelper" scope="request" />
|
||||
<jsp:setProperty name="navHelper" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" />
|
||||
<jsp:setProperty name="navHelper" property="writer" value="<%=out%>" />
|
||||
<div class="confignav" id="confignav">
|
||||
<center>
|
||||
<%
|
||||
// moved to java for ease of translation and to avoid 10 copies
|
||||
navHelper.renderNavBar(request.getRequestURI());
|
||||
%>
|
||||
</center></div>
|
Reference in New Issue
Block a user