diff --git a/apps/routerconsole/jsp/config.jsp b/apps/routerconsole/jsp/config.jsp index c95a96d46..3ebd2c33e 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 96750c465..51af2011b 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 9a06aa4d2..43b2813fd 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 5f31e1b3b..6ccf69202 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 a3f854c0e..a00b36637 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 b465559cd..5efde38fa 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 e465757ff..3ebf8e9f9 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 e2dde4c44..36ee67afe 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 4a53940cd..9a1adc32a 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 8b2cfbc4b..e1da698fe 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 9127eaa9b..f1565c637 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 e0a5f6cda..100530f20 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 0fb5f9276..97eda87ed 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 8957d37e1..e389bb15b 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 12d1608f6..6677dc916 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 e63c1c2e2..e37b1e303 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 35b5667b0..000000000 --- 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 27c1cd2dd..d3c70811c 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 18fc955cc..e9a557380 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 43cf408fe..1ea280f4e 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 5131e3468..3d24ce65c 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 ade3b9d64..c9e673c79 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 d6852b72f..7f92aeaa4 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