<%@page contentType="text/html"%> <%@page pageEncoding="UTF-8"%> I2P Router Console - config UI <%@include file="css.jsp" %> <%@include file="summary.jsp" %> " />

I2P UI Configuration

<%@include file="confignav.jsp" %> " />

Router Console Theme

<% // userAgent defined in confignav if (userAgent == null || !userAgent.contains("MSIE")) { %>
<% String prev = System.getProperty("net.i2p.router.web.ConfigUIHandler.nonce"); if (prev != null) System.setProperty("net.i2p.router.web.ConfigUIHandler.noncePrev", prev); System.setProperty("net.i2p.router.web.ConfigUIHandler.nonce", new java.util.Random().nextLong()+""); %> " />
<% } else { %> Theme selection disabled for Internet Explorer, sorry.
If you're not using IE, it's likely that your browser is pretending to be IE; please configure your browser (or proxy) to use a different User Agent string if you'd like to access the console themes. <% } %>