From bc49f51dbb122067a9227b306b0fe8f112eefd70 Mon Sep 17 00:00:00 2001 From: zzz Date: Fri, 17 Jul 2009 14:54:58 +0000 Subject: [PATCH] use custom toolbar.html in the summary bar if it exists --- apps/routerconsole/jsp/summarynoframe.jsp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/apps/routerconsole/jsp/summarynoframe.jsp b/apps/routerconsole/jsp/summarynoframe.jsp index cd099e98e..80ffda66a 100644 --- a/apps/routerconsole/jsp/summarynoframe.jsp +++ b/apps/routerconsole/jsp/summarynoframe.jsp @@ -12,6 +12,14 @@ " /> I2P Router Console
+ <% 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 @@ -29,6 +37,7 @@ Internals --> Configuration Help +<% } %>
General