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

@ -11,7 +11,7 @@
// pass the new delay parameter to the iframe
newDelay = "?refresh=" + d;
if (!"0".equals(d))
out.print("<iframe src=\"summaryframe.jsp" + newDelay + "\" height=\"1500\" width=\"200\" scrolling=\"auto\" frameborder=\"0\" allowtransparency=\"true\">\n");
out.print("<iframe src=\"summaryframe.jsp" + newDelay + "\" height=\"1500\" width=\"200\" scrolling=\"auto\" frameborder=\"0\" title=\"sidepanel\">\n");
%>
<div class="routersummary">
<%@include file="summarynoframe.jsp" %>
@ -28,4 +28,4 @@
out.print("</form></div>\n");
}
%>
</div></div>
</div>