|
|
|
@ -56,10 +56,10 @@ Date Author Description
|
|
|
|
|
<table class="tbl03">
|
|
|
|
|
<caption>위반정보 상세</caption>
|
|
|
|
|
<colgroup>
|
|
|
|
|
<col style="width: 15%;"/>
|
|
|
|
|
<col style="width: 35%;"/>
|
|
|
|
|
<col style="width: 15%;"/>
|
|
|
|
|
<col style="width: 35%;"/>
|
|
|
|
|
<col style="width: 11%;"/>
|
|
|
|
|
<col style="width: 40%;"/>
|
|
|
|
|
<col style="width: 11%;"/>
|
|
|
|
|
<col style="width: 40%;"/>
|
|
|
|
|
</colgroup>
|
|
|
|
|
<tbody>
|
|
|
|
|
<tr>
|
|
|
|
@ -76,13 +76,15 @@ Date Author Description
|
|
|
|
|
<th>위반일</th>
|
|
|
|
|
<td>
|
|
|
|
|
<!-- FIXME : datepicker image ?? -->
|
|
|
|
|
<fmt:parseDate value="${infoDTO.regltDe}" var="regltDe" pattern="yyyyMMdd"/>
|
|
|
|
|
<input type="text" data-fmt-type="day" id="regltDe" name="regltDe" style="width: 50%" value='<fmt:formatDate value="${regltDe}" pattern="yyyy-MM-dd"/>' class="inputText cal" title="위반일 선택" placeholder="날짜를 선택하세요"/>
|
|
|
|
|
<%-- <button type="button" name="regltDe" class="calendar"><span class="ico far fa-calendar-alt">--%>
|
|
|
|
|
<%-- <img style="width:18px;" src="${ctx}/resources/biz/content/images/common/main/calendar.png"/><em>달력</em></span>--%>
|
|
|
|
|
<%-- </button>--%>
|
|
|
|
|
<span class="cal-box">
|
|
|
|
|
<fmt:parseDate value="${infoDTO.regltDe}" var="regltDe" pattern="yyyyMMdd"/>
|
|
|
|
|
<input type="text" data-fmt-type="day" id="regltDe" name="regltDe" style="width: 50%" value='<fmt:formatDate value="${regltDe}" pattern="yyyy-MM-dd"/>' class="inputText cal" title="위반일 선택" placeholder="날짜를 선택하세요">
|
|
|
|
|
<button type="button" name="regltDe" class="calendar"><span class="ico far fa-calendar-alt">
|
|
|
|
|
<img style="width:18px;" src="${ctx}/resources/biz/content/images/common/main/calendar.png"/><em>달력</em></span>
|
|
|
|
|
</button>
|
|
|
|
|
</span>
|
|
|
|
|
</td>
|
|
|
|
|
<th>위반시간</th>
|
|
|
|
|
<th>위반시간</th>
|
|
|
|
|
<td>
|
|
|
|
|
<input type="text" data-fmt-type="time" name="regltBeginTime" class="act_bg_color" value="${infoDTO.regltBeginTime}" />
|
|
|
|
|
</td>
|
|
|
|
@ -151,7 +153,7 @@ Date Author Description
|
|
|
|
|
<td>
|
|
|
|
|
<input type="text" name="vhcleNo" value="${infoDTO.vhcleNo}" style="width: 60%" class="act_bg_color" readonly/>
|
|
|
|
|
<a id ="vhcleSearch">
|
|
|
|
|
<img src="<c:url value='/resources/images/btn/icon_zip_search.gif'/>" alt="우편번호검색" style="cursor: hand"/>
|
|
|
|
|
<img src="<c:url value='/resources/images/btn/search.png'/>" alt="우편번호검색" style="cursor: hand"/>
|
|
|
|
|
</a>
|
|
|
|
|
</td>
|
|
|
|
|
<th>면제차량여부</th>
|
|
|
|
@ -192,7 +194,7 @@ Date Author Description
|
|
|
|
|
<td colspan="3">
|
|
|
|
|
<input type="text" name="zip" value='${payerDTO.zip}' style="width: 30%" readonly/>
|
|
|
|
|
<a id ="addrSearch">
|
|
|
|
|
<img src="<c:url value='/resources/images/btn/icon_zip_search.gif'/>" alt="우편번호검색" style="cursor: hand"/>
|
|
|
|
|
<img src="<c:url value='/resources/images/btn/search.png'/>" alt="우편번호검색" style="cursor: hand"/>
|
|
|
|
|
</a>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
@ -220,10 +222,20 @@ Date Author Description
|
|
|
|
|
</form>
|
|
|
|
|
<div class="popup_btn">
|
|
|
|
|
<div class="flr p_flr">
|
|
|
|
|
<button type="button" id="prev" name="prev">prev</button>
|
|
|
|
|
<button type="button" id="double_prev" name="double_prev">
|
|
|
|
|
<img src="/resources/images/btn/double_prev.png"/>
|
|
|
|
|
</button>
|
|
|
|
|
<button type="button" id="prev" name="prev">
|
|
|
|
|
<img src="/resources/images/btn/btn_prev.png"/>
|
|
|
|
|
</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>
|
|
|
|
|
<button type="button" id="next" name="next">next</button>
|
|
|
|
|
<button type="button" id="next" name="next">
|
|
|
|
|
<img src="/resources/images/btn/btn_next.png"/>
|
|
|
|
|
</button>
|
|
|
|
|
<button type="button" id="double_next" name="double_next">
|
|
|
|
|
<img src="/resources/images/btn/double_next.png"/>
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
<a href="#" class="btn blue" id="btnModify">변경</a>
|
|
|
|
|
<a href="#" class="btn red" id="btnRemove">삭제</a>
|
|
|
|
|