Implementation of customisable summary bar via routerconsole.summaryBar property

The initial attempt using mapping of strings to methods is shorter and neater,
but also doesn't work so is commented out.
This commit is contained in:
str4d
2012-06-05 07:36:24 +00:00
parent 5699b4515b
commit 531c6c0f4c
3 changed files with 69 additions and 49 deletions

View File

@@ -56,7 +56,7 @@
<%
// d and shutdownSoon defined above
if (!shutdownSoon) {
out.print("<div class=\"refresh\"><form action=\"summaryframe.jsp\" method=\"POST\">\n");
out.print("<hr>\n<div class=\"refresh\"><form action=\"summaryframe.jsp\" method=\"POST\">\n");
if ("0".equals(d)) {
out.print("<b>");
out.print(intl._("Refresh (s)"));