| 1234567891011121314151617 |
- <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
- <%@include file="/context/mytags.jsp"%>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta http-equiv="Cache-Control" content="no-cache"/>
- <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=2.0"/>
- </head>
- <c:if test="${not empty ReturnURL }">
- <%--<iframe src="${ReturnURL}" width="100%" height="100%" FRAMEBORDER=0></iframe>--%>
- <script>
- location = '${ReturnURL}';
- </script>
- </c:if>
- <c:if test="${empty ReturnURL }">
- <br> <br> <br> <br>
- <t:mutiLang langKey="common.nodestart.no"/><br>"${empty errormsg }
- </c:if>
|