diff --git a/apps/routerconsole/jsp/configadvanced.jsp b/apps/routerconsole/jsp/configadvanced.jsp index 00e4a193a..cb023b1fc 100644 --- a/apps/routerconsole/jsp/configadvanced.jsp +++ b/apps/routerconsole/jsp/configadvanced.jsp @@ -2,8 +2,9 @@ <%@page pageEncoding="UTF-8"%> -I2P Router Console - config advanced + <%@include file="css.jsp" %> +<%=cssHelper.title("I2P Router Console - config advanced")%> <%@include file="summary.jsp" %> @@ -11,7 +12,7 @@ " /> -

I2P Advanced Configuration

+

<%=cssHelper._("I2P Advanced Configuration")%>

<%@include file="confignav.jsp" %> @@ -28,10 +29,10 @@ System.setProperty("net.i2p.router.web.ConfigAdvancedHandler.nonce", new java.util.Random().nextLong()+""); %> " /> -

Advanced I2P Configuration

+

<%=cssHelper._("Advanced I2P Configuration")%>




- NOTE: Some changes may require a restart to take effect. + <%=cssHelper._("NOTE")%>: <%=cssHelper._("Some changes may require a restart to take effect.")%>
diff --git a/apps/routerconsole/jsp/configkeyring.jsp b/apps/routerconsole/jsp/configkeyring.jsp index 6ac87f995..4286c9e02 100644 --- a/apps/routerconsole/jsp/configkeyring.jsp +++ b/apps/routerconsole/jsp/configkeyring.jsp @@ -2,12 +2,13 @@ <%@page pageEncoding="UTF-8"%> -I2P Router Console - config keyring + <%@include file="css.jsp" %> +<%=cssHelper.title("I2P Router Console - config keyring")%> <%@include file="summary.jsp" %> -

I2P Keyring Configuration

+

<%=cssHelper._("I2P Keyring Configuration")%>

<%@include file="confignav.jsp" %> @@ -17,9 +18,9 @@ " /> -

Keyring

- The router keyring is used to decrypt encrypted leaseSets. -The keyring may contain keys for local or remote encrypted destinations.

+

<%=cssHelper._("Keyring")%>

+ <%=cssHelper._("The router keyring is used to decrypt encrypted leaseSets.")%> + <%=cssHelper._("The keyring may contain keys for local or remote encrypted destinations.")%>

@@ -29,16 +30,16 @@ The keyring may contain keys for local or remote encrypted destinations.

if (prev != null) System.setProperty("net.i2p.router.web.ConfigKeyringHandler.noncePrev", prev); System.setProperty("net.i2p.router.web.ConfigKeyringHandler.nonce", new java.util.Random().nextLong()+""); %> " /> -

Manual Keyring Addition

- Enter keys for encrypted remote destinations here. +

<%=cssHelper._("Manual Keyring Addition")%>

+ <%=cssHelper._("Enter keys for encrypted remote destinations here.")%> Keys for local destinations must be entered on the I2PTunnel page.

- + - +
Dest. name, hash, or full key:<%=cssHelper._("Dest. name, hash, or full key")%>:
Encryption Key:<%=cssHelper._("Encryption Key")%>:
diff --git a/apps/routerconsole/jsp/tunnels.jsp b/apps/routerconsole/jsp/tunnels.jsp index 29c576d7c..152973456 100644 --- a/apps/routerconsole/jsp/tunnels.jsp +++ b/apps/routerconsole/jsp/tunnels.jsp @@ -4,7 +4,7 @@ <%@include file="css.jsp" %> -<%=cssHelper.title_("I2P Router Console - tunnel summary")%> +<%=cssHelper.title("I2P Router Console - tunnel summary")%> <%@include file="summary.jsp" %>

<%=cssHelper._("I2P Tunnel Summary")%>