Overhaul console layout. Add <h1> header to most pages. Etc.

This commit is contained in:
z3d
2009-07-06 13:29:35 +00:00
parent 37043195ba
commit 1c2cd4dcb2
24 changed files with 34 additions and 29 deletions

View File

@ -13,7 +13,7 @@
<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="writer" value="<%=out%>" />
<h1>I2P Router Statistics</h1>
<div class="main" id="main">
<jsp:getProperty name="oldhelper" property="stats" />
</div>