%@page contentType="text/html" pageEncoding="UTF-8"%>
Magnetic Field One Wire
<%
HttpServletRequest httpReq = (HttpServletRequest) request;
HttpServletResponse httpRes = (HttpServletResponse) response;
HttpSession httpsession = httpReq.getSession(false);
if (httpsession == null || httpsession.getAttribute("auth") == null || (Boolean) httpsession.getAttribute("auth") == false) {
httpRes.sendRedirect(httpReq.getContextPath() + "/login/loginIndex.xhtml");
}
%>
Loop:
Result :
| Delete |
| x(m) |
| B1(T) |
| B2(T) |
| B3(T) |
| Bavg |
| ???B |