From 0a5e08382f34bd2e700fd5a783fa5d2f51dfbf64 Mon Sep 17 00:00:00 2001 From: str4d Date: Mon, 16 Jan 2012 02:39:14 +0000 Subject: [PATCH] Fix up use of

tags in a few routerconsole config pages, remove extra --- apps/routerconsole/jsp/config.jsp | 10 +++++----- apps/routerconsole/jsp/configkeyring.jsp | 8 ++++---- apps/routerconsole/jsp/confignet.jsp | 8 +++++--- 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/apps/routerconsole/jsp/config.jsp b/apps/routerconsole/jsp/config.jsp index ba783d37d..428933d51 100644 --- a/apps/routerconsole/jsp/config.jsp +++ b/apps/routerconsole/jsp/config.jsp @@ -29,7 +29,7 @@ <%=intl._("I2P will work best if you configure your rates to match the speed of your internet connection.")%>

-

" > +
<% /******** @@ -55,8 +55,8 @@
" > <%=intl._("KBps In")%> ()
<%=intl._("Share")%> () -

- <% int share = nethelper.getShareBandwidth(); +

+

<% int share = nethelper.getShareBandwidth(); if (share < 12) { out.print(""); out.print(intl._("NOTE")); @@ -73,11 +73,11 @@ out.print(intl._("The higher the share bandwidth the more you improve your anonymity and help the network.")); } - %> + %>

<%=intl._("Advanced network configuration page")%>


" > " >
- + diff --git a/apps/routerconsole/jsp/configkeyring.jsp b/apps/routerconsole/jsp/configkeyring.jsp index df49cfb08..57367780d 100644 --- a/apps/routerconsole/jsp/configkeyring.jsp +++ b/apps/routerconsole/jsp/configkeyring.jsp @@ -22,9 +22,9 @@

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

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

-

+

-

+
" > @@ -33,7 +33,7 @@ <%=intl._("Keys for local destinations must be entered on the")%> <%=intl._("I2PTunnel page")%>.

-

+
@@ -44,4 +44,4 @@ " > " > " > -
<%=intl._("Dest. name, hash, or full key")%>:

+ diff --git a/apps/routerconsole/jsp/confignet.jsp b/apps/routerconsole/jsp/confignet.jsp index e67f6fe3a..d11dfba91 100644 --- a/apps/routerconsole/jsp/confignet.jsp +++ b/apps/routerconsole/jsp/confignet.jsp @@ -122,6 +122,7 @@

<%=intl._("UPnP is used to communicate with Internet Gateway Devices (IGDs) to detect the external IP address and forward ports.")%> <%=intl._("UPnP support is beta, and may not work for any number of reasons")%>: +

-<%=intl._("Review the UPnP status here.")%> + +

<%=intl._("Review the UPnP status here.")%> <%=intl._("UPnP may be enabled or disabled above, but a change requires a router restart to take effect.")%>

<%=intl._("Hostnames entered above will be published in the network database.")%> <%=intl._("They are not private.")%> @@ -142,6 +143,7 @@ <%=intl._("While I2P will work fine behind most firewalls, your speeds and network integration will generally improve if the I2P port is forwarded for both UDP and TCP.")%> <%=intl._("If you think you have opened up your firewall and I2P still thinks you are firewalled, remember that you may have multiple firewalls, for example both software packages and external hardware routers.")%> <%=intl._("If there is an error, the logs may also help diagnose the problem.")%> +


+
<% /********