merge of '2cffbafe300f5dce55a82db20e2bf8f61ae8717f'

and 'b4f1b960a7d1bf1a3d5baaf9ddea72625177726a'
This commit is contained in:
z3d
2009-07-30 23:13:10 +00:00
11 changed files with 67 additions and 51 deletions

View File

@ -13,7 +13,6 @@
<title>Summary Bar</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<%
out.print("<center>\n");
// try hard to avoid an error page in the iframe after shutdown
String action = request.getParameter("action");
String d = request.getParameter("refresh");
@ -50,7 +49,6 @@
shutdownSoon = true;
}
}
out.print("</center>\n");
%>
<%@include file="css.jsp" %>
</head>