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

@ -29,7 +29,6 @@ public class StatsGenerator {
public void generateStatsPage(Writer out) throws IOException {
StringBuffer buf = new StringBuffer(16*1024);
buf.append("<h1>Router statistics</h1><hr />");
buf.append("<form action=\"/oldstats.jsp\">");
buf.append("<select name=\"go\" onChange='location.href=this.value'>");
out.write(buf.toString());