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="conhelper" scope="request" />
<jsp:setProperty name="conhelper" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" />
<jsp:setProperty name="conhelper" property="writer" value="<%=out%>" />
<h1>I2P Router &raquo; Old Console</h1>
<div class="main" id="main">
<jsp:getProperty name="conhelper" property="console" />
</div>