diff --git a/apps/routerconsole/jsp/config.jsp b/apps/routerconsole/jsp/config.jsp index c95a96d46d..3ebd2c33e6 100644 --- a/apps/routerconsole/jsp/config.jsp +++ b/apps/routerconsole/jsp/config.jsp @@ -6,7 +6,6 @@ <%@include file="css.jsp" %> -<%@include file="nav.jsp" %> <%@include file="summary.jsp" %> diff --git a/apps/routerconsole/jsp/configadvanced.jsp b/apps/routerconsole/jsp/configadvanced.jsp index 96750c4657..51af2011b7 100644 --- a/apps/routerconsole/jsp/configadvanced.jsp +++ b/apps/routerconsole/jsp/configadvanced.jsp @@ -7,7 +7,6 @@ <%@include file="css.jsp" %> -<%@include file="nav.jsp" %> <%@include file="summary.jsp" %> diff --git a/apps/routerconsole/jsp/configclients.jsp b/apps/routerconsole/jsp/configclients.jsp index 9a06aa4d20..43b2813fd9 100644 --- a/apps/routerconsole/jsp/configclients.jsp +++ b/apps/routerconsole/jsp/configclients.jsp @@ -12,7 +12,6 @@ button span.hide{ -<%@include file="nav.jsp" %> <%@include file="summary.jsp" %> diff --git a/apps/routerconsole/jsp/configkeyring.jsp b/apps/routerconsole/jsp/configkeyring.jsp index 5f31e1b3b7..6ccf69202f 100644 --- a/apps/routerconsole/jsp/configkeyring.jsp +++ b/apps/routerconsole/jsp/configkeyring.jsp @@ -7,7 +7,6 @@ <%@include file="css.jsp" %> -<%@include file="nav.jsp" %> <%@include file="summary.jsp" %>

I2P Keyring Configuration

diff --git a/apps/routerconsole/jsp/configlogging.jsp b/apps/routerconsole/jsp/configlogging.jsp index a3f854c0eb..a00b366372 100644 --- a/apps/routerconsole/jsp/configlogging.jsp +++ b/apps/routerconsole/jsp/configlogging.jsp @@ -9,7 +9,6 @@ " /> -<%@include file="nav.jsp" %> <%@include file="summary.jsp" %>

I2P Logging Configuration

diff --git a/apps/routerconsole/jsp/configpeer.jsp b/apps/routerconsole/jsp/configpeer.jsp index b465559cd1..5efde38faf 100644 --- a/apps/routerconsole/jsp/configpeer.jsp +++ b/apps/routerconsole/jsp/configpeer.jsp @@ -7,7 +7,6 @@ <%@include file="css.jsp" %> -<%@include file="nav.jsp" %> <%@include file="summary.jsp" %>

I2P Peer Configuration

diff --git a/apps/routerconsole/jsp/configservice.jsp b/apps/routerconsole/jsp/configservice.jsp index e465757fff..3ebf8e9f98 100644 --- a/apps/routerconsole/jsp/configservice.jsp +++ b/apps/routerconsole/jsp/configservice.jsp @@ -7,7 +7,6 @@ <%@include file="css.jsp" %> -<%@include file="nav.jsp" %> <%@include file="summary.jsp" %>

I2P Service Configuration

diff --git a/apps/routerconsole/jsp/configstats.jsp b/apps/routerconsole/jsp/configstats.jsp index e2dde4c444..36ee67afe1 100644 --- a/apps/routerconsole/jsp/configstats.jsp +++ b/apps/routerconsole/jsp/configstats.jsp @@ -52,7 +52,6 @@ function toggleAll(category) } -<%@include file="nav.jsp" %> <%@include file="summary.jsp" %>

I2P Stats Configuration

diff --git a/apps/routerconsole/jsp/configtunnels.jsp b/apps/routerconsole/jsp/configtunnels.jsp index 4a53940cd1..9a1adc32a9 100644 --- a/apps/routerconsole/jsp/configtunnels.jsp +++ b/apps/routerconsole/jsp/configtunnels.jsp @@ -7,7 +7,6 @@ <%@include file="css.jsp" %> -<%@include file="nav.jsp" %> <%@include file="summary.jsp" %> diff --git a/apps/routerconsole/jsp/configui.jsp b/apps/routerconsole/jsp/configui.jsp index 8b2cfbc4b2..e1da698feb 100644 --- a/apps/routerconsole/jsp/configui.jsp +++ b/apps/routerconsole/jsp/configui.jsp @@ -7,7 +7,6 @@ <%@include file="css.jsp" %> -<%@include file="nav.jsp" %> <%@include file="summary.jsp" %> diff --git a/apps/routerconsole/jsp/configupdate.jsp b/apps/routerconsole/jsp/configupdate.jsp index 9127eaa9b2..f1565c6377 100644 --- a/apps/routerconsole/jsp/configupdate.jsp +++ b/apps/routerconsole/jsp/configupdate.jsp @@ -7,7 +7,6 @@ <%@include file="css.jsp" %> -<%@include file="nav.jsp" %> <%@include file="summary.jsp" %>

I2P Update Configuration

diff --git a/apps/routerconsole/jsp/graphs.jsp b/apps/routerconsole/jsp/graphs.jsp index e0a5f6cda2..100530f20f 100644 --- a/apps/routerconsole/jsp/graphs.jsp +++ b/apps/routerconsole/jsp/graphs.jsp @@ -7,7 +7,6 @@ <%@include file="css.jsp" %> -<%@include file="nav.jsp" %> <%@include file="summary.jsp" %>

I2P Performance Graphs

diff --git a/apps/routerconsole/jsp/help.jsp b/apps/routerconsole/jsp/help.jsp index 0fb5f9276c..97eda87ed6 100644 --- a/apps/routerconsole/jsp/help.jsp +++ b/apps/routerconsole/jsp/help.jsp @@ -7,7 +7,6 @@ <%@include file="css.jsp" %> -<%@include file="nav.jsp" %> <%@include file="summary.jsp" %>

I2P Router Help & Support

@@ -186,7 +185,7 @@ client applications can be found on our d

Release history

- <% File fpath = new java.io.File(net.i2p.I2PAppContext.getGlobalContext().getBaseDir(), "history.txt"); %> + <% java.io.File fpath = new java.io.File(net.i2p.I2PAppContext.getGlobalContext().getBaseDir(), "history.txt"); %> diff --git a/apps/routerconsole/jsp/index.jsp b/apps/routerconsole/jsp/index.jsp index 8957d37e17..e389bb15b1 100644 --- a/apps/routerconsole/jsp/index.jsp +++ b/apps/routerconsole/jsp/index.jsp @@ -14,13 +14,12 @@ if (System.getProperty("router.consoleNonce") == null) { } %> -<%@include file="nav.jsp" %> <%@include file="summary.jsp" %>

I2P Router Console

- <% File fpath = new java.io.File(net.i2p.I2PAppContext.getGlobalContext().getRouterDir(), "docs/news.xml"); %> + <% java.io.File fpath = new java.io.File(net.i2p.I2PAppContext.getGlobalContext().getRouterDir(), "docs/news.xml"); %> diff --git a/apps/routerconsole/jsp/jobs.jsp b/apps/routerconsole/jsp/jobs.jsp index 12d1608f63..6677dc916d 100644 --- a/apps/routerconsole/jsp/jobs.jsp +++ b/apps/routerconsole/jsp/jobs.jsp @@ -7,7 +7,6 @@ <%@include file="css.jsp" %> -<%@include file="nav.jsp" %> <%@include file="summary.jsp" %>

I2P Router Job Queue

diff --git a/apps/routerconsole/jsp/logs.jsp b/apps/routerconsole/jsp/logs.jsp index e63c1c2e20..e37b1e3038 100644 --- a/apps/routerconsole/jsp/logs.jsp +++ b/apps/routerconsole/jsp/logs.jsp @@ -7,7 +7,6 @@ <%@include file="css.jsp" %> -<%@include file="nav.jsp" %> <%@include file="summary.jsp" %>

I2P Router Logs

diff --git a/apps/routerconsole/jsp/nav.jsp b/apps/routerconsole/jsp/nav.jsp deleted file mode 100644 index 35b5667b01..0000000000 --- a/apps/routerconsole/jsp/nav.jsp +++ /dev/null @@ -1,34 +0,0 @@ -<%@page import="java.io.File" %> - -
- <% File path = new File(net.i2p.I2PAppContext.getGlobalContext().getBaseDir(), "docs/toolbar.html"); - if (path.exists()) { %> - - - - -<% } else { %> - - Susimail | - SusiDNS | - - I2PSnark | - My Eepsite
- I2PTunnel | - Tunnels | - Profiles | - NetDB | - Logs | - Jobs | - Graphs | - Stats -<% } -// the following is unused and a candidate for removal -%> - - " /> - -
diff --git a/apps/routerconsole/jsp/netdb.jsp b/apps/routerconsole/jsp/netdb.jsp index 27c1cd2dd8..d3c70811cc 100644 --- a/apps/routerconsole/jsp/netdb.jsp +++ b/apps/routerconsole/jsp/netdb.jsp @@ -7,7 +7,6 @@ <%@include file="css.jsp" %> -<%@include file="nav.jsp" %> <%@include file="summary.jsp" %>

I2P Network Database Summary

diff --git a/apps/routerconsole/jsp/oldconsole.jsp b/apps/routerconsole/jsp/oldconsole.jsp index 18fc955cc1..e9a5573807 100644 --- a/apps/routerconsole/jsp/oldconsole.jsp +++ b/apps/routerconsole/jsp/oldconsole.jsp @@ -7,7 +7,6 @@ <%@include file="css.jsp" %> -<%@include file="nav.jsp" %> <%@include file="summary.jsp" %> diff --git a/apps/routerconsole/jsp/oldstats.jsp b/apps/routerconsole/jsp/oldstats.jsp index 43cf408fea..1ea280f4e5 100644 --- a/apps/routerconsole/jsp/oldstats.jsp +++ b/apps/routerconsole/jsp/oldstats.jsp @@ -7,7 +7,6 @@ <%@include file="css.jsp" %> -<%@include file="nav.jsp" %> <%@include file="summary.jsp" %> diff --git a/apps/routerconsole/jsp/peers.jsp b/apps/routerconsole/jsp/peers.jsp index 5131e3468e..3d24ce65c7 100644 --- a/apps/routerconsole/jsp/peers.jsp +++ b/apps/routerconsole/jsp/peers.jsp @@ -7,7 +7,6 @@ <%@include file="css.jsp" %> -<%@include file="nav.jsp" %> <%@include file="summary.jsp" %>

I2P Network Peers

diff --git a/apps/routerconsole/jsp/profiles.jsp b/apps/routerconsole/jsp/profiles.jsp index ade3b9d642..c9e673c79a 100644 --- a/apps/routerconsole/jsp/profiles.jsp +++ b/apps/routerconsole/jsp/profiles.jsp @@ -7,7 +7,6 @@ <%@include file="css.jsp" %> -<%@include file="nav.jsp" %> <%@include file="summary.jsp" %>

I2P Network Peer Profiles

diff --git a/apps/routerconsole/jsp/tunnels.jsp b/apps/routerconsole/jsp/tunnels.jsp index d6852b72f4..7f92aeaa4c 100644 --- a/apps/routerconsole/jsp/tunnels.jsp +++ b/apps/routerconsole/jsp/tunnels.jsp @@ -7,7 +7,6 @@ <%@include file="css.jsp" %> -<%@include file="nav.jsp" %> <%@include file="summary.jsp" %>

I2P Tunnel Summary