Overhaul console layout. Add <h1> header to most pages. Etc.
This commit is contained in:
@ -6,7 +6,8 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>I2PTunnel Webmanager - List</title>
|
<title>I2PTunnel Webmanager - List</title>
|
||||||
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
<meta htt
|
||||||
|
p-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||||
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
|
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
|
||||||
|
|
||||||
<% if (indexBean.allowCSS()) {
|
<% if (indexBean.allowCSS()) {
|
||||||
@ -17,7 +18,7 @@
|
|||||||
%>
|
%>
|
||||||
</head>
|
</head>
|
||||||
<body id="tunnelListPage">
|
<body id="tunnelListPage">
|
||||||
<div id="pageHeader">
|
<div id="pageHeader">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="statusMessagePanel" class="panel">
|
<div id="statusMessagePanel" class="panel">
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
<jsp:useBean class="net.i2p.router.web.ConfigNetHelper" id="nethelper" scope="request" />
|
<jsp:useBean class="net.i2p.router.web.ConfigNetHelper" id="nethelper" scope="request" />
|
||||||
<jsp:setProperty name="nethelper" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" />
|
<jsp:setProperty name="nethelper" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" />
|
||||||
|
<h1>I2P Network Configuration</h1>
|
||||||
<div class="main" id="main">
|
<div class="main" id="main">
|
||||||
<%@include file="confignav.jsp" %>
|
<%@include file="confignav.jsp" %>
|
||||||
|
|
||||||
|
@ -13,7 +13,9 @@
|
|||||||
<jsp:useBean class="net.i2p.router.web.ConfigAdvancedHelper" id="advancedhelper" scope="request" />
|
<jsp:useBean class="net.i2p.router.web.ConfigAdvancedHelper" id="advancedhelper" scope="request" />
|
||||||
<jsp:setProperty name="advancedhelper" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" />
|
<jsp:setProperty name="advancedhelper" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" />
|
||||||
|
|
||||||
|
<h1>I2P Advanced Configuration</h1>
|
||||||
<div class="main" id="main">
|
<div class="main" id="main">
|
||||||
|
|
||||||
<%@include file="confignav.jsp" %>
|
<%@include file="confignav.jsp" %>
|
||||||
|
|
||||||
<jsp:useBean class="net.i2p.router.web.ConfigAdvancedHandler" id="formhandler" scope="request" />
|
<jsp:useBean class="net.i2p.router.web.ConfigAdvancedHandler" id="formhandler" scope="request" />
|
||||||
|
@ -17,7 +17,7 @@ button span.hide{
|
|||||||
|
|
||||||
<jsp:useBean class="net.i2p.router.web.ConfigClientsHelper" id="clientshelper" scope="request" />
|
<jsp:useBean class="net.i2p.router.web.ConfigClientsHelper" id="clientshelper" scope="request" />
|
||||||
<jsp:setProperty name="clientshelper" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" />
|
<jsp:setProperty name="clientshelper" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" />
|
||||||
|
<h1>I2P Client Configuration</h1>
|
||||||
<div class="main" id="main">
|
<div class="main" id="main">
|
||||||
<%@include file="confignav.jsp" %>
|
<%@include file="confignav.jsp" %>
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
<%@include file="nav.jsp" %>
|
<%@include file="nav.jsp" %>
|
||||||
<%@include file="summary.jsp" %>
|
<%@include file="summary.jsp" %>
|
||||||
|
<h1>I2P Keyring Configuration</h1>
|
||||||
<div class="main" id="main">
|
<div class="main" id="main">
|
||||||
<%@include file="confignav.jsp" %>
|
<%@include file="confignav.jsp" %>
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
<%@include file="nav.jsp" %>
|
<%@include file="nav.jsp" %>
|
||||||
<%@include file="summary.jsp" %>
|
<%@include file="summary.jsp" %>
|
||||||
|
<h1>I2P Logging Configuration</h1>
|
||||||
<div class="main" id="main">
|
<div class="main" id="main">
|
||||||
<%@include file="confignav.jsp" %>
|
<%@include file="confignav.jsp" %>
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
<%@include file="nav.jsp" %>
|
<%@include file="nav.jsp" %>
|
||||||
<%@include file="summary.jsp" %>
|
<%@include file="summary.jsp" %>
|
||||||
|
<h1>I2P Peer Configuration</h1>
|
||||||
<div class="main" id="main">
|
<div class="main" id="main">
|
||||||
<%@include file="confignav.jsp" %>
|
<%@include file="confignav.jsp" %>
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
<%@include file="nav.jsp" %>
|
<%@include file="nav.jsp" %>
|
||||||
<%@include file="summary.jsp" %>
|
<%@include file="summary.jsp" %>
|
||||||
|
<h1>I2P Service Configuration</h1>
|
||||||
<div class="main" id="main">
|
<div class="main" id="main">
|
||||||
<%@include file="confignav.jsp" %>
|
<%@include file="confignav.jsp" %>
|
||||||
|
|
||||||
|
@ -54,7 +54,7 @@ function toggleAll(category)
|
|||||||
</head><body onLoad="init();">
|
</head><body onLoad="init();">
|
||||||
<%@include file="nav.jsp" %>
|
<%@include file="nav.jsp" %>
|
||||||
<%@include file="summary.jsp" %>
|
<%@include file="summary.jsp" %>
|
||||||
|
<h1>I2P Stats Configuration</h1>
|
||||||
<div class="main" id="main">
|
<div class="main" id="main">
|
||||||
<%@include file="confignav.jsp" %>
|
<%@include file="confignav.jsp" %>
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
<jsp:useBean class="net.i2p.router.web.ConfigTunnelsHelper" id="tunnelshelper" scope="request" />
|
<jsp:useBean class="net.i2p.router.web.ConfigTunnelsHelper" id="tunnelshelper" scope="request" />
|
||||||
<jsp:setProperty name="tunnelshelper" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" />
|
<jsp:setProperty name="tunnelshelper" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" />
|
||||||
|
<h1>I2P Tunnel Configuration</h1>
|
||||||
<div class="main" id="main">
|
<div class="main" id="main">
|
||||||
<%@include file="confignav.jsp" %>
|
<%@include file="confignav.jsp" %>
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
<%@include file="nav.jsp" %>
|
<%@include file="nav.jsp" %>
|
||||||
<%@include file="summary.jsp" %>
|
<%@include file="summary.jsp" %>
|
||||||
|
<h1>I2P Update Configuration</h1>
|
||||||
<div class="main" id="main">
|
<div class="main" id="main">
|
||||||
<%@include file="confignav.jsp" %>
|
<%@include file="confignav.jsp" %>
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
<%@include file="nav.jsp" %>
|
<%@include file="nav.jsp" %>
|
||||||
<%@include file="summary.jsp" %>
|
<%@include file="summary.jsp" %>
|
||||||
|
<h1>I2P Performance Graphs</h1>
|
||||||
<div class="main" id="main">
|
<div class="main" id="main">
|
||||||
<jsp:useBean class="net.i2p.router.web.GraphHelper" id="graphHelper" scope="request" />
|
<jsp:useBean class="net.i2p.router.web.GraphHelper" id="graphHelper" scope="request" />
|
||||||
<jsp:setProperty name="graphHelper" property="*" />
|
<jsp:setProperty name="graphHelper" property="*" />
|
||||||
|
@ -9,13 +9,15 @@
|
|||||||
|
|
||||||
<%@include file="nav.jsp" %>
|
<%@include file="nav.jsp" %>
|
||||||
<%@include file="summary.jsp" %>
|
<%@include file="summary.jsp" %>
|
||||||
|
<h1>I2P Router Help & Support</h1>
|
||||||
<div class="main" id="main">
|
<div class="main" id="main">
|
||||||
<h2>Help</h2>
|
If you'd like to help improve the documentation, please
|
||||||
Sorry, there's not much help text here yet, so also check out the
|
<a href="http://www.i2p2.i2p/getinvolved.html"get in touch</a>
|
||||||
<a href="http://www.i2p2.i2p/faq.html">FAQ on www.i2p2.i2p</a>
|
with the project. For now, please see the following sites to augment
|
||||||
or the
|
the information available at the following sites:<br>
|
||||||
<a href="http://www.i2p2.i2p/faq_de.html">Deutsch FAQ</a>.
|
<li><a href="http://www.i2p2.i2p/faq.html">FAQ on www.i2p2.i2p</a>
|
||||||
|
<li><a href="http://www.i2p2.i2p/faq_de.html">Deutsch FAQ</a>.
|
||||||
|
<br><br>
|
||||||
You may also try the
|
You may also try the
|
||||||
<a href="http://forum.i2p/">forum</a>
|
<a href="http://forum.i2p/">forum</a>
|
||||||
or IRC.
|
or IRC.
|
||||||
|
@ -17,6 +17,7 @@ if (System.getProperty("router.consoleNonce") == null) {
|
|||||||
<%@include file="nav.jsp" %>
|
<%@include file="nav.jsp" %>
|
||||||
<%@include file="summary.jsp" %>
|
<%@include file="summary.jsp" %>
|
||||||
|
|
||||||
|
<h1>I2P Router Console</h1>
|
||||||
<div class="news" id="news">
|
<div class="news" id="news">
|
||||||
<jsp:useBean class="net.i2p.router.web.ContentHelper" id="newshelper" scope="request" />
|
<jsp:useBean class="net.i2p.router.web.ContentHelper" id="newshelper" scope="request" />
|
||||||
<% File fpath = new java.io.File(net.i2p.I2PAppContext.getGlobalContext().getRouterDir(), "docs/news.xml"); %>
|
<% File fpath = new java.io.File(net.i2p.I2PAppContext.getGlobalContext().getRouterDir(), "docs/news.xml"); %>
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
<%@include file="nav.jsp" %>
|
<%@include file="nav.jsp" %>
|
||||||
<%@include file="summary.jsp" %>
|
<%@include file="summary.jsp" %>
|
||||||
|
<h1>I2P Router Job Queue</h1>
|
||||||
<div class="main" id="main">
|
<div class="main" id="main">
|
||||||
<jsp:useBean class="net.i2p.router.web.JobQueueHelper" id="jobQueueHelper" scope="request" />
|
<jsp:useBean class="net.i2p.router.web.JobQueueHelper" id="jobQueueHelper" scope="request" />
|
||||||
<jsp:setProperty name="jobQueueHelper" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" />
|
<jsp:setProperty name="jobQueueHelper" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" />
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
<%@include file="nav.jsp" %>
|
<%@include file="nav.jsp" %>
|
||||||
<%@include file="summary.jsp" %>
|
<%@include file="summary.jsp" %>
|
||||||
|
<h1>I2P Router Logs</h1>
|
||||||
<div class="main" id="main">
|
<div class="main" id="main">
|
||||||
<h4>Version:</h4><a name="version"> </a>
|
<h4>Version:</h4><a name="version"> </a>
|
||||||
Please include this information in bug reports.
|
Please include this information in bug reports.
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
<%@include file="nav.jsp" %>
|
<%@include file="nav.jsp" %>
|
||||||
<%@include file="summary.jsp" %>
|
<%@include file="summary.jsp" %>
|
||||||
|
<h1>I2P Network Database Summary</h1>
|
||||||
<div class="main" id="main">
|
<div class="main" id="main">
|
||||||
<jsp:useBean class="net.i2p.router.web.NetDbHelper" id="netdbHelper" scope="request" />
|
<jsp:useBean class="net.i2p.router.web.NetDbHelper" id="netdbHelper" scope="request" />
|
||||||
<jsp:setProperty name="netdbHelper" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" />
|
<jsp:setProperty name="netdbHelper" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" />
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
<jsp:useBean class="net.i2p.router.web.OldConsoleHelper" id="conhelper" scope="request" />
|
<jsp:useBean class="net.i2p.router.web.OldConsoleHelper" id="conhelper" scope="request" />
|
||||||
<jsp:setProperty name="conhelper" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" />
|
<jsp:setProperty name="conhelper" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" />
|
||||||
<jsp:setProperty name="conhelper" property="writer" value="<%=out%>" />
|
<jsp:setProperty name="conhelper" property="writer" value="<%=out%>" />
|
||||||
|
<h1>I2P Router » Old Console</h1>
|
||||||
<div class="main" id="main">
|
<div class="main" id="main">
|
||||||
<jsp:getProperty name="conhelper" property="console" />
|
<jsp:getProperty name="conhelper" property="console" />
|
||||||
</div>
|
</div>
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
<jsp:useBean class="net.i2p.router.web.OldConsoleHelper" id="oldhelper" scope="request" />
|
<jsp:useBean class="net.i2p.router.web.OldConsoleHelper" id="oldhelper" scope="request" />
|
||||||
<jsp:setProperty name="oldhelper" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" />
|
<jsp:setProperty name="oldhelper" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" />
|
||||||
<jsp:setProperty name="oldhelper" property="writer" value="<%=out%>" />
|
<jsp:setProperty name="oldhelper" property="writer" value="<%=out%>" />
|
||||||
|
<h1>I2P Router Statistics</h1>
|
||||||
<div class="main" id="main">
|
<div class="main" id="main">
|
||||||
<jsp:getProperty name="oldhelper" property="stats" />
|
<jsp:getProperty name="oldhelper" property="stats" />
|
||||||
</div>
|
</div>
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
<%@include file="nav.jsp" %>
|
<%@include file="nav.jsp" %>
|
||||||
<%@include file="summary.jsp" %>
|
<%@include file="summary.jsp" %>
|
||||||
|
<h1>I2P Network Peers</h1>
|
||||||
<div class="main" id="main">
|
<div class="main" id="main">
|
||||||
<jsp:useBean class="net.i2p.router.web.PeerHelper" id="peerHelper" scope="request" />
|
<jsp:useBean class="net.i2p.router.web.PeerHelper" id="peerHelper" scope="request" />
|
||||||
<jsp:setProperty name="peerHelper" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" />
|
<jsp:setProperty name="peerHelper" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" />
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
<%@include file="nav.jsp" %>
|
<%@include file="nav.jsp" %>
|
||||||
<%@include file="summary.jsp" %>
|
<%@include file="summary.jsp" %>
|
||||||
|
<h1>I2P Network Peer Profiles</h1>
|
||||||
<div class="main" id="main">
|
<div class="main" id="main">
|
||||||
<jsp:useBean class="net.i2p.router.web.ProfilesHelper" id="profilesHelper" scope="request" />
|
<jsp:useBean class="net.i2p.router.web.ProfilesHelper" id="profilesHelper" scope="request" />
|
||||||
<jsp:setProperty name="profilesHelper" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" />
|
<jsp:setProperty name="profilesHelper" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" />
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<jsp:useBean class="net.i2p.router.web.ConfigUpdateHelper" id="uhelper" scope="request" />
|
<jsp:useBean class="net.i2p.router.web.ConfigUpdateHelper" id="uhelper" scope="request" />
|
||||||
<jsp:setProperty name="uhelper" property="*" />
|
<jsp:setProperty name="uhelper" property="*" />
|
||||||
<jsp:setProperty name="uhelper" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" />
|
<jsp:setProperty name="uhelper" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" />
|
||||||
<centre><a href="index.jsp" target="_top"><img src="i2plogo.png" alt="Router Console" title="I2P Router Console"/></a></centre><hr />
|
<centre><a href="index.jsp" target="_top"><img src="/themes/i2plogo.png" alt="Router Console" title="I2P Router Console"/></a></centre><hr />
|
||||||
<centre>
|
<centre>
|
||||||
<u><b>I2P Internals</b></u><br />
|
<u><b>I2P Internals</b></u><br />
|
||||||
<a href="i2ptunnel/index.jsp" target="_blank">I2PTunnel</a>
|
<a href="i2ptunnel/index.jsp" target="_blank">I2PTunnel</a>
|
||||||
@ -26,7 +26,7 @@
|
|||||||
<a href="help.jsp" target="_top">Help</a></b><hr />
|
<a href="help.jsp" target="_top">Help</a></b><hr />
|
||||||
<u><b>I2P Services</b></u><br />
|
<u><b>I2P Services</b></u><br />
|
||||||
<a href="susimail/susimail" target="blank">Susimail</a>
|
<a href="susimail/susimail" target="blank">Susimail</a>
|
||||||
<a href="susidns/index.jsp" target="_blaank">SusiDNS</a>
|
<a href="susidns/index.jsp" target="_blank">SusiDNS</a>
|
||||||
<a href="i2psnark/" target="_blank">I2PSnark</a>
|
<a href="i2psnark/" target="_blank">I2PSnark</a>
|
||||||
<a href="http://127.0.0.1:7658/" target="_blank">Eepsite</a>
|
<a href="http://127.0.0.1:7658/" target="_blank">Eepsite</a>
|
||||||
</center>
|
</center>
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
<%@include file="nav.jsp" %>
|
<%@include file="nav.jsp" %>
|
||||||
<%@include file="summary.jsp" %>
|
<%@include file="summary.jsp" %>
|
||||||
|
<h1>I2P Tunnel Summary</h1>
|
||||||
<div class="main" id="main">
|
<div class="main" id="main">
|
||||||
<jsp:useBean class="net.i2p.router.web.TunnelHelper" id="tunnelHelper" scope="request" />
|
<jsp:useBean class="net.i2p.router.web.TunnelHelper" id="tunnelHelper" scope="request" />
|
||||||
<jsp:setProperty name="tunnelHelper" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" />
|
<jsp:setProperty name="tunnelHelper" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" />
|
||||||
|
@ -29,7 +29,6 @@ public class StatsGenerator {
|
|||||||
|
|
||||||
public void generateStatsPage(Writer out) throws IOException {
|
public void generateStatsPage(Writer out) throws IOException {
|
||||||
StringBuffer buf = new StringBuffer(16*1024);
|
StringBuffer buf = new StringBuffer(16*1024);
|
||||||
buf.append("<h1>Router statistics</h1><hr />");
|
|
||||||
buf.append("<form action=\"/oldstats.jsp\">");
|
buf.append("<form action=\"/oldstats.jsp\">");
|
||||||
buf.append("<select name=\"go\" onChange='location.href=this.value'>");
|
buf.append("<select name=\"go\" onChange='location.href=this.value'>");
|
||||||
out.write(buf.toString());
|
out.write(buf.toString());
|
||||||
|
Reference in New Issue
Block a user