2024-02-14 09:32 체험교실 수정 요청 사항 처리
This commit is contained in:
parent
6188e98daa
commit
35b8ce4377
@ -445,18 +445,21 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><p>서약서 제출</p></th>
|
<th scope="row"><p>서약서 제출</p></th>
|
||||||
<td>
|
<td>
|
||||||
|
|
||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="${info.oathAtchFileId ne null}">
|
<c:when test="${info.oathAtchFileId ne null}">
|
||||||
<c:import url="/cmm/fms/selectScholSealInfs.do" charEncoding="utf-8">
|
<c:import url="/cmm/fms/selectScholSealInfs.do" charEncoding="utf-8">
|
||||||
<c:param name="param_atchFileId" value="${info.oathAtchFileId}" />
|
<c:param name="param_atchFileId" value="${info.oathAtchFileId}" />
|
||||||
</c:import>
|
</c:import>
|
||||||
|
<button type="button" class="btnType01" onclick="location.href='${pageContext.request.contextPath}/cmm/fms/FileDown.do?atchFileId=FILE_000000000015299&fileSn=1'" title="서약서 양식 다운로드">서약서 양식 다운로드</button>
|
||||||
<button type="button" class="btnType01" data-tooltip="sub35_pop01" id="OATH" onclick="filePopupLayer('OATH')" title="팝업 열림">서약서 파일 변경</button>
|
<button type="button" class="btnType01" data-tooltip="sub35_pop01" id="OATH" onclick="filePopupLayer('OATH')" title="팝업 열림">서약서 파일 변경</button>
|
||||||
</c:when>
|
</c:when>
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
|
<button type="button" class="btnType01" onclick="location.href='${pageContext.request.contextPath}/cmm/fms/FileDown.do?atchFileId=FILE_000000000015299&fileSn=1'" title="서약서 양식 다운로드">서약서 양식 다운로드</button>
|
||||||
<button type="button" class="btnType01" data-tooltip="sub35_pop01" id="OATH" onclick="filePopupLayer('OATH')" title="팝업 열림">서약서 업로드</button>
|
<button type="button" class="btnType01" data-tooltip="sub35_pop01" id="OATH" onclick="filePopupLayer('OATH')" title="팝업 열림">서약서 업로드</button>
|
||||||
</c:otherwise>
|
</c:otherwise>
|
||||||
</c:choose>
|
</c:choose>
|
||||||
<button type="button" class="btnType01" onclick="location.href='${pageContext.request.contextPath}/cmm/fms/FileDown.do?atchFileId=FILE_000000000015299&fileSn=1'" title="서약서 양식 다운로드">서약서 양식 다운로드</button>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</c:if>
|
</c:if>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user