<%@page contentType="text/html"%> <%@page trimDirectiveWhitespaces="true"%> <%@page pageEncoding="UTF-8"%> <%@include file="css.jsi" %> <%=intl.title("config UI")%> <%@include file="summary.jsi" %> " />

<%=uihelper._("I2P UI Configuration")%>

<%@include file="confignav.jsi" %> <% formhandler.storeMethod(request.getMethod()); %> " />

<%=uihelper._("Router Console Theme")%>

<% /** lang setting is done in css.jsi, not in ConfigUIHandler */ String consoleNonce = System.getProperty("router.consoleNonce"); if (consoleNonce == null) { consoleNonce = Long.toString(new java.util.Random().nextLong()); System.setProperty("router.consoleNonce", consoleNonce); } %> " > <% String userAgent = request.getHeader("User-Agent"); if (userAgent == null || !userAgent.contains("MSIE")) { %> <% } else { %> <%=uihelper._("Theme selection disabled for Internet Explorer, sorry.")%>
<%=uihelper._("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.")%> <% } %>

<%=uihelper._("Router Console Language")%>

<%=uihelper._("Please contribute to the router console translation project! Contact the developers in #i2p-dev on IRC to help.")%>


" > " >