auditview.jsp 728 B

1234567891011121314151617
  1. <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
  2. <%@include file="/context/mytags.jsp"%>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <meta http-equiv="Cache-Control" content="no-cache"/>
  6. <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=2.0"/>
  7. </head>
  8. <c:if test="${not empty ReturnURL }">
  9. <%--<iframe src="${ReturnURL}" width="100%" height="100%" FRAMEBORDER=0></iframe>--%>
  10. <script>
  11. location = '${ReturnURL}';
  12. </script>
  13. </c:if>
  14. <c:if test="${empty ReturnURL }">
  15. <br> <br> <br> <br>
  16. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<t:mutiLang langKey="common.nodestart.no"/><br>"${empty errormsg }
  17. </c:if>