task-form-his.jsp 392 B

123456789
  1. <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
  2. <%@include file="/context/mytags.jsp"%>
  3. <c:if test="${not empty nodeStart }">
  4. <iframe src="${nodeStart}" width="100%" height="100%" FRAMEBORDER=0></iframe>
  5. </c:if>
  6. <c:if test="${empty nodeStart }">
  7. <br> <br> <br> <br>
  8. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<t:mutiLang langKey="common.nodestart.no"/>
  9. </c:if>