diff --git a/apps/routerconsole/jsp/configclients.jsp b/apps/routerconsole/jsp/configclients.jsp index ec34b1079..c106352ea 100644 --- a/apps/routerconsole/jsp/configclients.jsp +++ b/apps/routerconsole/jsp/configclients.jsp @@ -27,18 +27,18 @@ button span.hide{ " /> -
+
<% String prev = System.getProperty("net.i2p.router.web.ConfigClientsHandler.nonce"); if (prev != null) System.setProperty("net.i2p.router.web.ConfigClientsHandler.noncePrev", prev); - System.setProperty("net.i2p.router.web.ConfigClientsHandler.nonce", new java.util.Random().nextLong()+""); %> - " > - <% /* set hidden default */ %> - + String pageNonce = Long.toString(new java.util.Random().nextLong()); + System.setProperty("net.i2p.router.web.ConfigClientsHandler.nonce", pageNonce); %>

<%=intl._("Client Configuration")%>

<%=intl._("The Java clients listed below are started by the router and run in the same JVM.")%>

-

-

<%=intl._("To change other client options, edit the file")%> + + + +

<%=intl._("To change other client options, edit the file")%> <%=net.i2p.router.startup.ClientAppConfig.configFile(net.i2p.I2PAppContext.getGlobalContext()).getAbsolutePath()%>. <%=intl._("All changes require restart to take effect.")%>


@@ -47,9 +47,12 @@ button span.hide{ " /> <% } %> " /> -
+
-

<%=intl._("Advanced Client Interface Configuration")%>

+

<%=intl._("Advanced Client Interface Configuration")%>

+
+ +

<%=intl._("External I2CP (I2P Client Protocol) Interface Configuration")%>
> <%=intl._("Enabled without SSL")%>
@@ -89,32 +92,41 @@ button span.hide{


" /> " /> -
+

<%=intl._("WebApp Configuration")%>

<%=intl._("The Java web applications listed below are started by the webConsole client and run in the same JVM as the router. They are usually web applications accessible through the router console. They may be complete applications (e.g. i2psnark),front-ends to another client or application which must be separately enabled (e.g. susidns, i2ptunnel), or have no web interface at all (e.g. addressbook).")%>

<%=intl._("A web app may also be disabled by removing the .war file from the webapps directory; however the .war file and web app will reappear when you update your router to a newer version, so disabling the web app here is the preferred method.")%> -

+

+
+ -

- <%=intl._("All changes require restart to take effect.")%> +

<%=intl._("All changes require restart to take effect.")%>


" /> -
+
+ <% if (clientshelper.showPlugins()) { %>

<%=intl._("Plugin Configuration")%>

<%=intl._("The plugins listed below are started by the webConsole client.")%> -

+

+
+ -


+
" /> -

<%=intl._("Plugin Installation")%>

+

+ +

<%=intl._("Plugin Installation")%>

<%=intl._("To install a plugin, enter the download URL:")%> -

+

+
+ +


" /> -
+
<% } %> - +