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

@ -17,6 +17,7 @@ if (System.getProperty("router.consoleNonce") == null) {
<%@include file="nav.jsp" %>
<%@include file="summary.jsp" %>
<h1>I2P Router Console</h1>
<div class="news" id="news">
<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"); %>