Start of validation cleanup.

This commit is contained in:
z3d
2009-08-17 13:24:08 +00:00
parent f7af5e1329
commit 33a7f3351b
8 changed files with 17 additions and 17 deletions

View File

@ -54,7 +54,7 @@
<%
// d and shutdownSoon defined above
if (!shutdownSoon) {
out.print("<hr><p><form action=\"summaryframe.jsp\" method=\"GET\">\n");
out.print("<hr><form action=\"summaryframe.jsp\" method=\"GET\">\n");
if ("0".equals(d)) {
out.print("<b>Refresh (s):<b> <input size=\"3\" type=\"text\" name=\"refresh\" value=\"60\" align=\"right\" />\n");
out.print("<button type=\"submit\">Enable</button>\n");
@ -63,7 +63,7 @@
out.print("<input type=\"hidden\" name=\"refresh\" value=\"0\" />\n");
out.print("<button type=\"submit\">Disable " + d + "s Refresh</button>\n");
}
out.print("</form></p><hr>\n");
out.print("</form><hr>\n");
}
%>
</div></body></html>