diff --git a/apps/routerconsole/jsp/summarynoframe.jsp b/apps/routerconsole/jsp/summarynoframe.jsp
index 80ffda66a..c31297c08 100644
--- a/apps/routerconsole/jsp/summarynoframe.jsp
+++ b/apps/routerconsole/jsp/summarynoframe.jsp
@@ -1,7 +1,12 @@
<%@page import="net.i2p.router.web.SummaryHelper" %>
+<%
+/*
+ * Note:
+ * This is included almost 30 times, so keep whitespace etc. to a minimum.
+ */
+%>
" />
-
@@ -10,43 +15,42 @@
" />
-
-
- <% java.io.File lpath = new java.io.File(net.i2p.I2PAppContext.getGlobalContext().getBaseDir(), "docs/toolbar.html");
+
+
+<% java.io.File lpath = new java.io.File(net.i2p.I2PAppContext.getGlobalContext().getBaseDir(), "docs/toolbar.html");
// you better have target="_top" for the links in there...
if (lpath.exists()) { %>
-
-
-
-
+
+
+
+
<% } else { %>
- I2P Services
- Susimail
- SusiDNS
- I2PSnark
- Eepsite
- I2P Internals
- I2PTunnel
- Tunnels
- Profiles
- NetDB
- Logs
- Jobs
- Graphs
- Stats
- Configuration
- Help
+I2P Services
+Susimail
+SusiDNS
+I2PSnark
+Eepsite
+I2P Internals
+I2PTunnel
+Tunnels
+Profiles
+NetDB
+Logs
+Jobs
+Graphs
+Stats
+Configuration
+Help
<% } %>
-
-
- General
- Ident: ( , never reveal it to anyone" href="netdb.jsp?r=." target="_top">view)
- Version:
- Uptime:
- Now:
- Reachability:
- <%
+
+
+General
+Ident: ( , never reveal it to anyone" href="netdb.jsp?r=." target="_top">view)
+Version:
+Uptime:
+Now:
+Reachability:
+<%
if (helper.updateAvailable()) {
// display all the time so we display the final failure message
out.print(" " + update.getStatus());
@@ -62,17 +66,17 @@
out.print("
\n");
}
}
- %>
-
- <%=net.i2p.router.web.ConfigRestartBean.renderStatus(request.getRequestURI(), request.getParameter("action"), request.getParameter("consoleNonce"))%>
-
-
- Peers
- Active: /
- Fast:
- High capacity:
- Well integrated:
- Known: <%
+%>
+
+<%=net.i2p.router.web.ConfigRestartBean.renderStatus(request.getRequestURI(), request.getParameter("action"), request.getParameter("consoleNonce"))%>
+
+
+Peers
+Active: /
+Fast:
+High capacity:
+Well integrated:
+Known: <%
if (helper.getActivePeers() <= 0) {
%>check your NAT/firewall <%
}
@@ -101,26 +105,22 @@
}
}
%>
-
- Bandwidth in/out
- 1s: / KBps
- 5m: / KBps
- Total: / KBps
- Used: /
-
-
- Tunnels in/out
- Exploratory: /
- Client: /
- Participating:
-
-
- Congestion
- Job lag:
- Message delay:
- Tunnel lag:
- Handle backlog:
-
-
-
-
+Bandwidth in/out
+1s: / KBps
+5m: / KBps
+Total: / KBps
+Used: /
+
+Tunnels in/out
+Exploratory: /
+Client: /
+Participating:
+
+Congestion
+Job lag:
+Message delay:
+Tunnel lag:
+Handle backlog:
+
+
+