|
|
@ -39,18 +39,17 @@ Date Author Description
|
|
|
|
<div class="popup_btn">
|
|
|
|
<div class="popup_btn">
|
|
|
|
<div class="flr p_flr">
|
|
|
|
<div class="flr p_flr">
|
|
|
|
<button type="button" id="double_prev" name="double_prev">
|
|
|
|
<button type="button" id="double_prev" name="double_prev">
|
|
|
|
<img src="/resources/images/btn/double_prev.png"/>
|
|
|
|
<i class="fa-solid fa-angles-left"></i>
|
|
|
|
</button>
|
|
|
|
</button>
|
|
|
|
<button type="button" id="prev" name="prev">
|
|
|
|
<button type="button" id="prev" name="prev">
|
|
|
|
<img src="/resources/images/btn/btn_prev.png"/>
|
|
|
|
<i class="fa-solid fa-angle-left"></i>
|
|
|
|
</button>
|
|
|
|
</button>
|
|
|
|
<%-- <img src="<c:url value='/resources/framework/images/common/btn_prev.png'/>" id="prev" alt="이전" style="cursor: hand"/>--%>
|
|
|
|
|
|
|
|
<span id="totCnt" style="padding: 0 10px;"></span>
|
|
|
|
<span id="totCnt" style="padding: 0 10px;"></span>
|
|
|
|
<button type="button" id="next" name="next">
|
|
|
|
<button type="button" id="next" name="next">
|
|
|
|
<img src="/resources/images/btn/btn_next.png"/>
|
|
|
|
<i class="fa-solid fa-angle-right"></i>
|
|
|
|
</button>
|
|
|
|
</button>
|
|
|
|
<button type="button" id="double_next" name="double_next">
|
|
|
|
<button type="button" id="double_next" name="double_next">
|
|
|
|
<img src="/resources/images/btn/double_next.png"/>
|
|
|
|
<i class="fa-solid fa-angles-right"></i>
|
|
|
|
</button>
|
|
|
|
</button>
|
|
|
|
<a href="#" class="btn blue" id="btnSave">변경</a>
|
|
|
|
<a href="#" class="btn blue" id="btnSave">변경</a>
|
|
|
|
<a href="#" id='btnClose' class="btn lightgray">닫기</a>
|
|
|
|
<a href="#" id='btnClose' class="btn lightgray">닫기</a>
|
|
|
|