fix: 단속현황 관리 - 접수번호,차량번호 팝업창 아이콘 추가, 수정

게시판 > test > sampleform 필드셋 수정
main
psy 2 years ago
parent 2d92d0dc4f
commit ec93e17421

@ -56,10 +56,10 @@ Date Author Description
<table class="tbl03"> <table class="tbl03">
<caption>위반정보 상세</caption> <caption>위반정보 상세</caption>
<colgroup> <colgroup>
<col style="width: 15%;"/> <col style="width: 11%;"/>
<col style="width: 35%;"/> <col style="width: 40%;"/>
<col style="width: 15%;"/> <col style="width: 11%;"/>
<col style="width: 35%;"/> <col style="width: 40%;"/>
</colgroup> </colgroup>
<tbody> <tbody>
<tr> <tr>
@ -76,11 +76,13 @@ Date Author Description
<th>위반일</th> <th>위반일</th>
<td> <td>
<!-- FIXME : datepicker image ?? --> <!-- FIXME : datepicker image ?? -->
<span class="cal-box">
<fmt:parseDate value="${infoDTO.regltDe}" var="regltDe" pattern="yyyyMMdd"/> <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="날짜를 선택하세요"/> <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">--%> <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>--%> <img style="width:18px;" src="${ctx}/resources/biz/content/images/common/main/calendar.png"/><em>달력</em></span>
<%-- </button>--%> </button>
</span>
</td> </td>
<th>위반시간</th> <th>위반시간</th>
<td> <td>
@ -151,7 +153,7 @@ Date Author Description
<td> <td>
<input type="text" name="vhcleNo" value="${infoDTO.vhcleNo}" style="width: 60%" class="act_bg_color" readonly/> <input type="text" name="vhcleNo" value="${infoDTO.vhcleNo}" style="width: 60%" class="act_bg_color" readonly/>
<a id ="vhcleSearch"> <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> </a>
</td> </td>
<th>면제차량여부</th> <th>면제차량여부</th>
@ -192,7 +194,7 @@ Date Author Description
<td colspan="3"> <td colspan="3">
<input type="text" name="zip" value='${payerDTO.zip}' style="width: 30%" readonly/> <input type="text" name="zip" value='${payerDTO.zip}' style="width: 30%" readonly/>
<a id ="addrSearch"> <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> </a>
</td> </td>
</tr> </tr>
@ -220,10 +222,20 @@ Date Author Description
</form> </form>
<div class="popup_btn"> <div class="popup_btn">
<div class="flr p_flr"> <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"/>--%> <%-- <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">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> </div>
<a href="#" class="btn blue" id="btnModify">변경</a> <a href="#" class="btn blue" id="btnModify">변경</a>
<a href="#" class="btn red" id="btnRemove">삭제</a> <a href="#" class="btn red" id="btnRemove">삭제</a>

@ -4,13 +4,10 @@
<form id="frmSearch" name="frmSearch" method="get"> <form id="frmSearch" name="frmSearch" method="get">
<input type="hidden" id="searchGubun" name="searchGubun" value="excel"> <input type="hidden" id="searchGubun" name="searchGubun" value="excel">
<input type="hidden" id="sch_tab_id" name="sch_tab_id" value="0"/> <input type="hidden" id="sch_tab_id" name="sch_tab_id" value="0"/>
<div class="search"> <div class="search">
<div class="detail_02" style="display: block;"> <div class="detail_02" style="display: block;">
<fieldset class="frmSearch"> <p class="box_title">상세검색</p>
<legend>상세 검색</legend>
<ul class="detailGroup_02"> <ul class="detailGroup_02">
<li> <li>
<span class="title"><label style="padding-right: 26px;">조회일자 :</label></span> <span class="title"><label style="padding-right: 26px;">조회일자 :</label></span>
<select id="sch_date_opt" name="sch_date_opt" class="selectBox"> <select id="sch_date_opt" name="sch_date_opt" class="selectBox">
@ -48,7 +45,6 @@
<input type="text" id="sch_word" name="sch_word" value=""> <input type="text" id="sch_word" name="sch_word" value="">
<button type="button" class="btnSearch" id="btnSearch" name="btnSearch">검색</button> <button type="button" class="btnSearch" id="btnSearch" name="btnSearch">검색</button>
</ul> </ul>
</fieldset>
</div> </div>
</div> </div>
</form> </form>

@ -814,7 +814,7 @@ header {
.w_fix01 { .w_fix01 {
width: 75%; width: 75%;
min-width:600px; min-width:600px;
height: 690px; height: 570px;
} }
.w_fix02 { .w_fix02 {
@ -1218,7 +1218,7 @@ header {
-webkit-transform: translateY(-50%) rotate(-45deg); -webkit-transform: translateY(-50%) rotate(-45deg);
transform: translateY(-50%) rotate(-45deg); } transform: translateY(-50%) rotate(-45deg); }
.search .defalt, .search .detail_02, .search .defalt_03 { .search .defalt, .search .detail_02, .search .defalt_03 {
position: relative; /*position: relative;*/
text-align: left; text-align: left;
top:6px; top:6px;
} }

@ -853,7 +853,7 @@ select:enabled{
.tbl03 td { .tbl03 td {
background-color: #fff; background-color: #fff;
padding: 5px; padding: 1px;
} }
.tbl03 input[type=text], .tbl03 select, .tbl03 textarea { .tbl03 input[type=text], .tbl03 select, .tbl03 textarea {
border: 1px solid #d1d1d1; border: 1px solid #d1d1d1;
@ -1400,7 +1400,18 @@ input:read-only {
margin-right: 7px; margin-right: 7px;
width: 14px; width: 14px;
} }
.box_title{
width: 52px;
background: #f2f2f2;
position: absolute;
top: 3px;
left: 23px;
padding-left: 4px;
}
.detailGroup_02{
border: 1px solid #a3a3a3;
padding: 16px 0px 13px 12px;
}
/*등록,삭제,변경신청 버튼*/ /*등록,삭제,변경신청 버튼*/
/* .darkgray {border:0px solid red; width:55px;} */ /* .darkgray {border:0px solid red; width:55px;} */

Binary file not shown.

Before

Width:  |  Height:  |  Size: 313 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 247 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 311 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 249 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 296 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 442 B

Loading…
Cancel
Save