2004-07-24 02:06:07 +00:00
|
|
|
<%
|
|
|
|
if (request.getParameter("i2p.contextId") != null) {
|
|
|
|
session.setAttribute("i2p.contextId", request.getParameter("i2p.contextId"));
|
|
|
|
}%>
|
|
|
|
|
|
|
|
<div class="logo">
|
|
|
|
<a href="index.jsp"><img src="i2plogo.png" alt="Router Console" width="187" height="35" /></a><br />
|
|
|
|
[<a href="config.jsp">configuration</a> | <a href="help.jsp">help</a>]
|
|
|
|
</div>
|
|
|
|
|
2004-08-19 20:26:19 +00:00
|
|
|
<h4>
|
2004-07-24 02:06:07 +00:00
|
|
|
<a href="profiles.jsp">Profiles</a> |
|
|
|
|
<a href="netdb.jsp">Network Database</a> |
|
2004-08-19 20:26:19 +00:00
|
|
|
<a href="logs.jsp">Logs</a> |
|
|
|
|
<a href="oldconsole.jsp">Old console</a> |
|
|
|
|
<a href="oldstats.jsp">Stats</a> |
|
|
|
|
<a href="i2ptunnel/" target="_blank">I2PTunnel</a>
|
2004-07-24 02:06:07 +00:00
|
|
|
<jsp:useBean class="net.i2p.router.web.NavHelper" id="navhelper" scope="request" />
|
|
|
|
<jsp:setProperty name="navhelper" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" />
|
|
|
|
<jsp:getProperty name="navhelper" property="clientAppLinks" />
|
2004-08-19 20:26:19 +00:00
|
|
|
</h4>
|