2025-02-25 16:32 gw연동 수동관리 수정

This commit is contained in:
myname 2025-02-25 16:33:00 +09:00
parent 2c8f516181
commit 3c01ddbcf6

View File

@ -243,6 +243,17 @@ function nanumChangeTmp(){
</div>
<!-- //list_top -->
<!-- list -->
<div class="table-layout mt15">
<table>
<colgroup>
<col style="width: 100%">
</colgroup>
<thead>
<tr>
<th scope="col">
<div class="btn_wrap">
<!--
@ -270,51 +281,19 @@ function nanumChangeTmp(){
<!-- <button type="button" class="btn-default btn btn_text btn_36 red_border" onclick="nanumHisDelTmp('R');">반려</button> -->
<!-- <button type="button" class="btn-default btn btn_text btn_36 red_border" onclick="nanumHisDelTmp('D');">삭제</button> -->
</div>
</div>
<!-- list -->
<div class="table-layout mt15">
<table>
<colgroup>
<col style="width: 25%">
<col style="width: 25%">
<col style="width: 25%">
<col style="width: 25%">
</colgroup>
<thead>
<tr>
<th scope="col">날짜</th>
<th scope="col">공휴일 이름</th>
<th scope="col">등록일</th>
<th scope="col">삭제</th>
</div>
</th>
</tr>
</thead>
<tbody>
<c:forEach var="result" items="${holidayList}" varStatus="status">
<tr>
<td><c:out value="${result.locdate}"/></td>
<td><c:out value="${result.dateName}"/></td>
<td><c:out value="${result.regDt}"/></td>
<td>
<button type="button" class="btn btn_text btn_30 orange_border btnType01" onclick="fn_delete('<c:out value="${result.locdate}"/>','<c:out value="${result.dateName}"/>'); return false;">삭제 </button>
</td>
</tr>
</c:forEach>
<c:if test="${empty holidayList}">
<tr><td colspan="4"><spring:message code="common.nodata.msg" /></td></tr>
</c:if>
</tbody>
</table>
</div>
<!-- //list -->
<!-- btn_wrap -->
<div class="btn_wrap">
<button type="button" class="btn btn_text btn_46 blue_fill" onclick="location.href='/uss/holiday/insertViewHoliday.do'; return false;">등록</button>
</div>
<!-- //btn_wrap -->
</div>
</div>