강서- 대시보드 활동확인서 내역 퍼블
This commit is contained in:
parent
d059ceb746
commit
e486bef14c
@ -559,6 +559,72 @@
|
||||
</div>
|
||||
</c:if>
|
||||
</c:if>
|
||||
</form:form>
|
||||
|
||||
<div class="tb_tit01">
|
||||
<div class="tb_tit01_left">
|
||||
<p>활동확인서 내역</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tb_tit01">
|
||||
<div class="tb_tit01_left">
|
||||
</div>
|
||||
<div class="btn_wrap">
|
||||
<button type="button" class="btnType05" onclick="location.href='${pageContext.request.contextPath}/web/ve/instr/adultVisitEdu/instrInfo/instrPrflDetail.do'">강사활동확인서 신청</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tb_type02">
|
||||
<table>
|
||||
<caption>강의 설정 정보 번호, 요청일, 구분, 신청상태, 승인일(반려일), 비고 을/를 제공하는 표</caption>
|
||||
<colgroup>
|
||||
<col style="width: 10%;">
|
||||
<col style="width: 15%;">
|
||||
<%-- <col style="width: 15%;"> --%>
|
||||
<col style="width: 15%;">
|
||||
<col style="width: 15%;">
|
||||
<col style="width: auto;">
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">번호</th>
|
||||
<th scope="col">신청일</th>
|
||||
<th scope="col">발급일</th>
|
||||
<th scope="col">발급상태</th>
|
||||
<th scope="col">양식</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<c:set var="sbmtCnt" value="0"/>
|
||||
<c:forEach var="result" items="${vEInstrMdfyList}" varStatus="status">
|
||||
<tr>
|
||||
<td>
|
||||
${status.count}
|
||||
</td>
|
||||
<!-- 일시 > 일자로 변경-->
|
||||
<%-- <fmt:parseDate value="${result.sbmtPnttm}" var="sbmtPnttm" pattern="yyyy-MM-dd HH:mm"/> --%>
|
||||
<%-- <fmt:formatDate value="${sbmtPnttm}" var="sbmtPnttm" pattern="yyyy-MM-dd"/> --%>
|
||||
<td>
|
||||
2023-11-02
|
||||
</td>
|
||||
<%-- <td><c:out value="${result.apptDiv}"/></td> --%>
|
||||
<%-- <c:set var="aprvlCd" value=""></c:set> --%>
|
||||
<td>
|
||||
2023-11-03
|
||||
</td>
|
||||
<td>
|
||||
완료 / 처리중 / 반려
|
||||
</td>
|
||||
<td>
|
||||
<button class="btnType06 btn_list" onclick="fncMdfy(); return false;">신청서</button>
|
||||
<button class="btnType06 btn_list" onclick="fncMdfy(); return false;">확인서</button>
|
||||
<button class="btnType06 btn_list" onclick="fncMdfy(); return false;">반려</button>
|
||||
</td>
|
||||
</tr>
|
||||
</c:forEach>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<!-- 하단 버튼 -->
|
||||
<div class="btn_wrap btn_layout01">
|
||||
<div class="btn_left">
|
||||
@ -611,7 +677,6 @@
|
||||
</div>
|
||||
</div>
|
||||
<!-- //하단 버튼 -->
|
||||
</form:form>
|
||||
</div>
|
||||
<!-- //cont -->
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user