이지우 - 성인교육 강사참석확인서 작업중
This commit is contained in:
parent
78087cbd65
commit
a7161f52a8
@ -776,6 +776,8 @@
|
|||||||
, d.lctr_plan_atch_file_id AS lctrPlanAtchFileId
|
, d.lctr_plan_atch_file_id AS lctrPlanAtchFileId
|
||||||
, d.user_id AS instrCnfrmId
|
, d.user_id AS instrCnfrmId
|
||||||
, (SELECT COUNT(1) FROM ve_edu_chasi_instr_asgnm_hstry WHERE edu_aplct_ord = #eduAplctOrd# AND edu_chasi_ord = #eduChasiOrd#) AS hstryCnt
|
, (SELECT COUNT(1) FROM ve_edu_chasi_instr_asgnm_hstry WHERE edu_aplct_ord = #eduAplctOrd# AND edu_chasi_ord = #eduChasiOrd#) AS hstryCnt
|
||||||
|
, b.attend_atch_file_id AS attendAtchFileId
|
||||||
|
, b.pht_atch_file_id AS phtAtchFileId
|
||||||
FROM ve_edu_chasi a
|
FROM ve_edu_chasi a
|
||||||
JOIN ve_edu_aplct b
|
JOIN ve_edu_aplct b
|
||||||
ON a.edu_aplct_ord = b.edu_aplct_ord
|
ON a.edu_aplct_ord = b.edu_aplct_ord
|
||||||
|
|||||||
@ -21,12 +21,16 @@
|
|||||||
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
|
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
|
||||||
<%@ taglib prefix="kc" uri="/WEB-INF/tlds/kcc_tld.tld"%>
|
<%@ taglib prefix="kc" uri="/WEB-INF/tlds/kcc_tld.tld"%>
|
||||||
|
|
||||||
|
|
||||||
<!-- for validator #1 -->
|
<!-- for validator #1 -->
|
||||||
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
|
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
|
||||||
<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator"%>
|
<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator"%>
|
||||||
<!-- for validator #1 -->
|
<!-- for validator #1 -->
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||||
|
<spring:eval expression="@property['Globals.Innorix.License']" var="license"/>
|
||||||
|
<script src="<c:url value='/innorix/innorix_${license}.js' />"></script>
|
||||||
|
<script src="<c:url value='/js/kccadr/innorixCommon.js' />"></script>
|
||||||
|
|
||||||
<!-- for validator #2 -->
|
<!-- for validator #2 -->
|
||||||
<script type="text/javascript" src="<c:url value="/validator.do"/>"></script>
|
<script type="text/javascript" src="<c:url value="/validator.do"/>"></script>
|
||||||
@ -1022,6 +1026,7 @@
|
|||||||
<button type="button" class="btnType01 updownRoad" data-tooltip="sub35_pop01" id="ATTEND" onclick="filePopupLayer('ATTEND')" title="팝업 열림">강사 참석 확인서 업로드</button>
|
<button type="button" class="btnType01 updownRoad" data-tooltip="sub35_pop01" id="ATTEND" onclick="filePopupLayer('ATTEND')" 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>
|
||||||
|
|
||||||
|
|||||||
@ -294,6 +294,20 @@ $( document ).ready(function() {
|
|||||||
</th>
|
</th>
|
||||||
<td colspan="3"><c:out value="${cryptoUtil.decrypt(info.email)}"/></td>
|
<td colspan="3"><c:out value="${cryptoUtil.decrypt(info.email)}"/></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<p>강사 참석 확인서</p>
|
||||||
|
</th>
|
||||||
|
<td colspan="3"><c:out value="${cryptoUtil.decrypt(info.chrgNm)}"/></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<p>교육 사진</p>
|
||||||
|
</th>
|
||||||
|
<td colspan="3"><c:out value="${cryptoUtil.decrypt(info.chrgNm)}"/></td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user