2024-02-14 09:32 체험교실 수정 요청 사항 처리

This commit is contained in:
myname 2024-02-14 09:32:58 +09:00
parent 6188e98daa
commit 35b8ce4377

View File

@ -445,18 +445,21 @@
<tr>
<th scope="row"><p>서약서 제출</p></th>
<td>
<c:choose>
<c:when test="${info.oathAtchFileId ne null}">
<c:import url="/cmm/fms/selectScholSealInfs.do" charEncoding="utf-8">
<c:param name="param_atchFileId" value="${info.oathAtchFileId}" />
</c:import>
<button type="button" class="btnType01" onclick="location.href='${pageContext.request.contextPath}/cmm/fms/FileDown.do?atchFileId=FILE_000000000015299&amp;fileSn=1'" title="서약서 양식 다운로드">서약서 양식 다운로드</button>
<button type="button" class="btnType01" data-tooltip="sub35_pop01" id="OATH" onclick="filePopupLayer('OATH')" title="팝업 열림">서약서 파일 변경</button>
</c:when>
<c:otherwise>
<button type="button" class="btnType01" onclick="location.href='${pageContext.request.contextPath}/cmm/fms/FileDown.do?atchFileId=FILE_000000000015299&amp;fileSn=1'" title="서약서 양식 다운로드">서약서 양식 다운로드</button>
<button type="button" class="btnType01" data-tooltip="sub35_pop01" id="OATH" onclick="filePopupLayer('OATH')" title="팝업 열림">서약서 업로드</button>
</c:otherwise>
</c:choose>
<button type="button" class="btnType01" onclick="location.href='${pageContext.request.contextPath}/cmm/fms/FileDown.do?atchFileId=FILE_000000000015299&amp;fileSn=1'" title="서약서 양식 다운로드">서약서 양식 다운로드</button>
</td>
</tr>
</c:if>