diff --git a/apps/routerconsole/java/src/net/i2p/router/web/JobQueueHelper.java b/apps/routerconsole/java/src/net/i2p/router/web/JobQueueHelper.java index 18d448f65..62fd05be7 100644 --- a/apps/routerconsole/java/src/net/i2p/router/web/JobQueueHelper.java +++ b/apps/routerconsole/java/src/net/i2p/router/web/JobQueueHelper.java @@ -47,7 +47,7 @@ public class JobQueueHelper extends HelperBase { int numRunners = _context.jobQueue().getJobs(readyJobs, timedJobs, activeJobs, justFinishedJobs); StringBuilder buf = new StringBuilder(32*1024); - buf.append("
") + buf.append("
") .append("

") .append(_t("Job runners")).append(": ").append(numRunners) .append("

\n"); @@ -148,7 +148,7 @@ public class JobQueueHelper extends HelperBase { * @since 0.8.9 */ private void getJobStats(StringBuilder buf) { - buf.append("\n" + + buf.append("
\n" + "" + "" + "
").append(_t("Job")).append("").append(_t("Runs")).append("").append(_t("Dropped")).append("").append(_t("Time")).append("").append(_t("Avg")).append("") diff --git a/apps/routerconsole/java/src/net/i2p/router/web/SummaryBarRenderer.java b/apps/routerconsole/java/src/net/i2p/router/web/SummaryBarRenderer.java index f27a12b37..5dd21bcee 100644 --- a/apps/routerconsole/java/src/net/i2p/router/web/SummaryBarRenderer.java +++ b/apps/routerconsole/java/src/net/i2p/router/web/SummaryBarRenderer.java @@ -139,7 +139,7 @@ class SummaryBarRenderer { .append(_t("I2P Services")) .append("\n" + - "
" + + "
" + "
\n" + - "
\n" + + "
\n" + "
\n" + - "" + + "
" + "\n" + - "
" + // fix for some rows with a big left side and some with a big right side + "
" + // fix for some rows with a big left side and some with a big right side "" + @@ -288,7 +288,7 @@ class SummaryBarRenderer { .append(_helper.getVersion()) .append("\n" + - "
" + // fix for some rows with a big left side and some with a big right side + "
" + // fix for some rows with a big left side and some with a big right side "" + @@ -304,7 +304,7 @@ class SummaryBarRenderer { public String renderShortGeneralHTML() { if (_helper == null) return ""; StringBuilder buf = new StringBuilder(512); - buf.append("
" + + buf.append("
" + "" + @@ -387,7 +387,7 @@ class SummaryBarRenderer { .append(_t("Peers")) .append("
\n" + - "
\n" + + "
\n" + "") .append(_t("Bandwidth in/out")) .append("
" + - "
\n" + + "
\n" + "
") .append(DataHelper.formatDuration2(3 * 1000)) // lie and say 3 sec since 1 sec would appear as 1000 ms @@ -500,7 +500,7 @@ class SummaryBarRenderer { .append("\">") .append(_t("Tunnels")) .append("
" + - "\n" + + "
\n" + "") .append(_t("Congestion")) .append("
" + - "
\n" + + "
\n" + "").append(_t("Local Tunnels")) - .append("
"); + .append("
"); if (!clients.isEmpty()) { Collections.sort(clients, new AlphaComparator()); - buf.append("
"); + buf.append("
"); for (Destination client : clients) { String name = getName(client); @@ -478,7 +478,6 @@ public class SummaryHelper extends HelperBase { } else { buf.append("
").append(_t("none")).append("
"); } - buf.append("\n"); return buf.toString(); } @@ -697,7 +696,7 @@ public class SummaryHelper extends HelperBase { String status = NewsHelper.getUpdateStatus(); boolean needSpace = false; if (status.length() > 0) { - buf.append("

").append(status).append("

\n"); + buf.append("

").append(status).append("

\n"); needSpace = true; } String dver = NewsHelper.updateVersionDownloaded(); @@ -713,7 +712,7 @@ public class SummaryHelper extends HelperBase { buf.append("
"); else needSpace = true; - buf.append("

").append(_t("Update downloaded")).append("
"); + buf.append("

").append(_t("Update downloaded")).append("
"); if (_context.hasWrapper()) buf.append(_t("Click Restart to install")); else @@ -734,7 +733,7 @@ public class SummaryHelper extends HelperBase { buf.append("
"); else needSpace = true; - buf.append("

").append(_t("Update available")).append(":
"); + buf.append("

").append(_t("Update available")).append(":
"); buf.append(_t("Version {0}", getUpdateVersion())).append("
"); buf.append(constraint).append("

"); avail = false; @@ -746,7 +745,7 @@ public class SummaryHelper extends HelperBase { buf.append("
"); else needSpace = true; - buf.append("

").append(_t("Update available")).append(":
"); + buf.append("

").append(_t("Update available")).append(":
"); buf.append(_t("Version {0}", getUnsignedUpdateVersion())).append("
"); buf.append(unsignedConstraint).append("

"); unsignedAvail = false; @@ -758,7 +757,7 @@ public class SummaryHelper extends HelperBase { buf.append("
"); else needSpace = true; - buf.append("

").append(_t("Update available")).append(":
"); + buf.append("

").append(_t("Update available")).append(":
"); buf.append(_t("Version {0}", getDevSU3UpdateVersion())).append("
"); buf.append(devSU3Constraint).append("

"); devSU3Avail = false; @@ -821,7 +820,7 @@ public class SummaryHelper extends HelperBase { public String getFirewallAndReseedStatus() { StringBuilder buf = new StringBuilder(256); if (showFirewallWarning()) { - buf.append("

") .append(_t("Check network connection and NAT/firewall")) diff --git a/apps/routerconsole/jsp/certs.jsp b/apps/routerconsole/jsp/certs.jsp index 3c4e59cf6..1eba5d700 100644 --- a/apps/routerconsole/jsp/certs.jsp +++ b/apps/routerconsole/jsp/certs.jsp @@ -9,7 +9,7 @@ <%@include file="summaryajax.jsi" %> <%@include file="summary.jsi" %>

<%=intl._t("Certificates")%>

-
+
" /> <% certhelper.storeWriter(out); %> diff --git a/apps/routerconsole/jsp/config.jsp b/apps/routerconsole/jsp/config.jsp index e5a8ccc6a..44c1f10c1 100644 --- a/apps/routerconsole/jsp/config.jsp +++ b/apps/routerconsole/jsp/config.jsp @@ -15,7 +15,7 @@ " />

<%=intl._t("I2P Bandwidth Configuration")%>

-
+
<%@include file="confignav.jsi" %> diff --git a/apps/routerconsole/jsp/configadvanced.jsp b/apps/routerconsole/jsp/configadvanced.jsp index 3c496b989..a235bb3ab 100644 --- a/apps/routerconsole/jsp/configadvanced.jsp +++ b/apps/routerconsole/jsp/configadvanced.jsp @@ -16,7 +16,7 @@ " />

<%=intl._t("I2P Advanced Configuration")%>

-
+
<%@include file="confignav.jsi" %> diff --git a/apps/routerconsole/jsp/configclients.jsp b/apps/routerconsole/jsp/configclients.jsp index 0fffde2f2..d9cca3d4a 100644 --- a/apps/routerconsole/jsp/configclients.jsp +++ b/apps/routerconsole/jsp/configclients.jsp @@ -21,7 +21,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; } " /> " />

<%=intl._t("I2P Client Configuration")%>

-
+
<%@include file="confignav.jsi" %> diff --git a/apps/routerconsole/jsp/configfamily.jsp b/apps/routerconsole/jsp/configfamily.jsp index fcdadac21..501c0d076 100644 --- a/apps/routerconsole/jsp/configfamily.jsp +++ b/apps/routerconsole/jsp/configfamily.jsp @@ -14,7 +14,7 @@ " />

<%=intl._t("I2P Router Family Configuration")%>

-
+
<%@include file="confignav.jsi" %> diff --git a/apps/routerconsole/jsp/confighome.jsp b/apps/routerconsole/jsp/confighome.jsp index 87929bae0..c2d0a145d 100644 --- a/apps/routerconsole/jsp/confighome.jsp +++ b/apps/routerconsole/jsp/confighome.jsp @@ -18,7 +18,7 @@ input.default { <%@include file="summary.jsi" %>

<%=intl._t("I2P Home Page Configuration")%>

-
+
<%@include file="confignav.jsi" %> diff --git a/apps/routerconsole/jsp/configkeyring.jsp b/apps/routerconsole/jsp/configkeyring.jsp index afe0e3c51..c424f09a7 100644 --- a/apps/routerconsole/jsp/configkeyring.jsp +++ b/apps/routerconsole/jsp/configkeyring.jsp @@ -11,7 +11,7 @@ <%@include file="summary.jsi" %>

<%=intl._t("I2P Keyring Configuration")%>

-
+
<%@include file="confignav.jsi" %> diff --git a/apps/routerconsole/jsp/configlogging.jsp b/apps/routerconsole/jsp/configlogging.jsp index 9da8ad525..a899eb53a 100644 --- a/apps/routerconsole/jsp/configlogging.jsp +++ b/apps/routerconsole/jsp/configlogging.jsp @@ -14,7 +14,7 @@ <%@include file="summary.jsi" %>

<%=intl._t("I2P Logging Configuration")%>

-
+
<%@include file="confignav.jsi" %> diff --git a/apps/routerconsole/jsp/confignet.jsp b/apps/routerconsole/jsp/confignet.jsp index 11b3bcc89..923dbccc5 100644 --- a/apps/routerconsole/jsp/confignet.jsp +++ b/apps/routerconsole/jsp/confignet.jsp @@ -14,7 +14,7 @@ " />

<%=intl._t("I2P Network Configuration")%>

-
+
<%@include file="confignav.jsi" %> diff --git a/apps/routerconsole/jsp/configpeer.jsp b/apps/routerconsole/jsp/configpeer.jsp index cd2460703..0f9fa3fdc 100644 --- a/apps/routerconsole/jsp/configpeer.jsp +++ b/apps/routerconsole/jsp/configpeer.jsp @@ -11,7 +11,7 @@ <%@include file="summary.jsi" %>

<%=intl._t("I2P Peer Configuration")%>

-
+
<%@include file="confignav.jsi" %> diff --git a/apps/routerconsole/jsp/configreseed.jsp b/apps/routerconsole/jsp/configreseed.jsp index da82647b9..9ca861c4a 100644 --- a/apps/routerconsole/jsp/configreseed.jsp +++ b/apps/routerconsole/jsp/configreseed.jsp @@ -14,7 +14,7 @@ " />

<%=intl._t("I2P Reseeding Configuration")%>

-
+
<%@include file="confignav.jsi" %> diff --git a/apps/routerconsole/jsp/configservice.jsp b/apps/routerconsole/jsp/configservice.jsp index 7febe0e13..772323c13 100644 --- a/apps/routerconsole/jsp/configservice.jsp +++ b/apps/routerconsole/jsp/configservice.jsp @@ -11,7 +11,7 @@ <%@include file="summary.jsi" %>

<%=intl._t("I2P Service Configuration")%>

-
+
<%@include file="confignav.jsi" %> diff --git a/apps/routerconsole/jsp/configsidebar.jsp b/apps/routerconsole/jsp/configsidebar.jsp index 97b19c84f..9ac596667 100644 --- a/apps/routerconsole/jsp/configsidebar.jsp +++ b/apps/routerconsole/jsp/configsidebar.jsp @@ -18,7 +18,7 @@ input.default { <%@include file="summary.jsi" %>

<%=intl._t("I2P Summary Bar Configuration")%>

-
+
<%@include file="confignav.jsi" %> diff --git a/apps/routerconsole/jsp/configstats.jsp b/apps/routerconsole/jsp/configstats.jsp index 719295473..0b20c1133 100644 --- a/apps/routerconsole/jsp/configstats.jsp +++ b/apps/routerconsole/jsp/configstats.jsp @@ -62,7 +62,7 @@ function toggleAll(category) <%@include file="summary.jsi" %>

<%=intl._t("I2P Stats Configuration")%>

-
+
<%@include file="confignav.jsi" %> diff --git a/apps/routerconsole/jsp/configtunnels.jsp b/apps/routerconsole/jsp/configtunnels.jsp index de4a4a148..273758979 100644 --- a/apps/routerconsole/jsp/configtunnels.jsp +++ b/apps/routerconsole/jsp/configtunnels.jsp @@ -14,7 +14,7 @@ " />

<%=intl._t("I2P Tunnel Configuration")%>

-
+
<%@include file="confignav.jsi" %> <%@include file="formhandler.jsi" %> diff --git a/apps/routerconsole/jsp/configui.jsp b/apps/routerconsole/jsp/configui.jsp index bd7ac0a34..10bc86121 100644 --- a/apps/routerconsole/jsp/configui.jsp +++ b/apps/routerconsole/jsp/configui.jsp @@ -23,7 +23,7 @@ input.default { " />

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

-
+
<%@include file="confignav.jsi" %> diff --git a/apps/routerconsole/jsp/configupdate.jsp b/apps/routerconsole/jsp/configupdate.jsp index 7fb756272..5e0a326eb 100644 --- a/apps/routerconsole/jsp/configupdate.jsp +++ b/apps/routerconsole/jsp/configupdate.jsp @@ -12,7 +12,7 @@ <%@include file="summary.jsi" %>

<%=intl._t("I2P Update Configuration")%>

-
+
<%@include file="confignav.jsi" %> diff --git a/apps/routerconsole/jsp/debug.jsp b/apps/routerconsole/jsp/debug.jsp index 3c154d88c..cb55e8f2d 100644 --- a/apps/routerconsole/jsp/debug.jsp +++ b/apps/routerconsole/jsp/debug.jsp @@ -14,7 +14,7 @@ <%@include file="summary.jsi" %>

Router Debug

-
+
<% /* * Quick and easy place to put debugging stuff diff --git a/apps/routerconsole/jsp/logs.jsp b/apps/routerconsole/jsp/logs.jsp index 40a500c06..11eec9cbd 100644 --- a/apps/routerconsole/jsp/logs.jsp +++ b/apps/routerconsole/jsp/logs.jsp @@ -57,7 +57,7 @@

Encoding:<%=System.getProperty("file.encoding")%>
Charset:<%=java.nio.charset.Charset.defaultCharset().name()%>
-

<%=intl._t("Critical Logs")%>

+

<%=intl._t("Critical Logs")%>

@@ -78,7 +78,7 @@
-

<%=intl._t("Service (Wrapper) Logs")%>

+

<%=intl._t("Service (Wrapper) Logs")%>

diff --git a/apps/routerconsole/jsp/oldconsole.jsp b/apps/routerconsole/jsp/oldconsole.jsp index 8fe9e7914..f1799f0a1 100644 --- a/apps/routerconsole/jsp/oldconsole.jsp +++ b/apps/routerconsole/jsp/oldconsole.jsp @@ -17,6 +17,6 @@ " /> <% conhelper.storeWriter(out); %>

I2P Router » Old Console

-

+

diff --git a/apps/routerconsole/jsp/peers.jsp b/apps/routerconsole/jsp/peers.jsp index 8e6ac8da8..e1599e548 100644 --- a/apps/routerconsole/jsp/peers.jsp +++ b/apps/routerconsole/jsp/peers.jsp @@ -11,7 +11,7 @@ <%@include file="summary.jsi" %>

<%=intl._t("I2P Network Peers")%>

-
+
" /> <% peerHelper.storeWriter(out); %> diff --git a/apps/routerconsole/jsp/profiles.jsp b/apps/routerconsole/jsp/profiles.jsp index f3d11de19..bb31fdc59 100644 --- a/apps/routerconsole/jsp/profiles.jsp +++ b/apps/routerconsole/jsp/profiles.jsp @@ -11,7 +11,7 @@ <%@include file="summary.jsi" %>

<%=intl._t("I2P Network Peer Profiles")%>

-
+
" /> <% diff --git a/apps/routerconsole/jsp/proof.jsp b/apps/routerconsole/jsp/proof.jsp index 908136f48..c99c52eed 100644 --- a/apps/routerconsole/jsp/proof.jsp +++ b/apps/routerconsole/jsp/proof.jsp @@ -9,7 +9,7 @@ <%@include file="summaryajax.jsi" %> <%@include file="summary.jsi" %>

Proof of Ownership

-

+

" /> diff --git a/apps/routerconsole/jsp/torrents.jsp b/apps/routerconsole/jsp/torrents.jsp index 7ac23775c..fe642e698 100644 --- a/apps/routerconsole/jsp/torrents.jsp +++ b/apps/routerconsole/jsp/torrents.jsp @@ -31,7 +31,7 @@ <%@include file="summary.jsi" %>

<%=intl._t("I2P Torrent Downloader")%> ">images/newtab.png" />

-
+