fix : 셀렉트박스 클래스명 수정

main
이범준 2 years ago
parent 8562940bdc
commit aa4aa18aa0

@ -13,13 +13,13 @@
<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="form-select">
<option value="1">위반일자</option> <option value="1">위반일자</option>
<option value="2">등록일자</option> <option value="2">등록일자</option>
</select> </select>
<!-- tag lib sample --> <!-- tag lib sample -->
<code:select id="sch_date_opt1" name="sch_date_opt1" codeId="ENS003" title="시작날자선택" defaultSelect="99" cls="selectBox" alt="selectBox tag"/> <code:select id="sch_date_opt1" name="sch_date_opt1" codeId="ENS003" title="시작날자선택" defaultSelect="99" cls="form-select" alt="selectBox tag"/>
<code:radio id="sch_date_opt2" name="sch_date_opt2" codeId="ENS003" defaultSelect="02" alt="radio tag"/> <code:radio id="sch_date_opt2" name="sch_date_opt2" codeId="ENS003" defaultSelect="02" alt="radio tag"/>
</li> </li>
<li> <li>
@ -38,7 +38,7 @@
<li style="padding-bottom:10px; padding-left: 40px;"> <li style="padding-bottom:10px; padding-left: 40px;">
<span class="title">상태 : </span> <span class="title">상태 : </span>
<select id="sch_opt" name="sch_opt" class="selectBox"> <select id="sch_opt" name="sch_opt" class="form-select">
<option value="1">차량번호</option> <option value="1">차량번호</option>
<option value="2">소유자명</option> <option value="2">소유자명</option>
</select> </select>

@ -32,7 +32,7 @@ Date Author Description
<tbody> <tbody>
<tr> <tr>
<td> <td>
<code:select type="CMM_ETC2" id="regltSeCode" name="regltSeCode" codeId="FIM002" defaultSelect="01" onchange="fnBiz.onComboChange()" title="단속구분코드" cls="selectBoxTotal" alt="단속구분코드" /> <code:select type="CMM_ETC2" id="regltSeCode" name="regltSeCode" codeId="FIM002" defaultSelect="01" onchange="fnBiz.onComboChange()" title="단속구분코드" cls="form-select" alt="단속구분코드" />
</td> </td>
<td colspan="6"> <td colspan="6">
<input id="folder" type="file" webkitdirectory multiple="false"/> <input id="folder" type="file" webkitdirectory multiple="false"/>

@ -73,8 +73,8 @@ Date Author Description
<tr> <tr>
<th>처리사유</th> <th>처리사유</th>
<td> <td>
<code:select id="enlightResnCode" name="enlightResnCode" codeId="FIM025" defaultSelect="00" title="계도사유" cls="selectBoxTotal" alt="계도사유"/> <code:select id="enlightResnCode" name="enlightResnCode" codeId="FIM025" defaultSelect="00" title="계도사유" cls="form-select" alt="계도사유"/>
<code:select id="erppSeCode" name="erppSeCode" codeId="FIM021" title="서손구분" defaultSelect="01" cls="selectBoxTotal" alt="서손구분"/> <code:select id="erppSeCode" name="erppSeCode" codeId="FIM021" title="서손구분" defaultSelect="01" cls="form-select" alt="서손구분"/>
</td> </td>
</tr> </tr>
<tr id="trErpp"> <tr id="trErpp">

@ -74,11 +74,11 @@ Date Author Description
<tr> <tr>
<th>등록구분</th> <th>등록구분</th>
<td> <td>
<code:select id="registSeCode" name="registSeCode" codeId="FIM026" title="단속자료등록구분" cls="selectBoxTotal" alt="단속자료등록구분"/> <code:select id="registSeCode" name="registSeCode" codeId="FIM026" title="단속자료등록구분" cls="form-select" alt="단속자료등록구분"/>
</td> </td>
<th>자료출처</th> <th>자료출처</th>
<td> <td>
<code:select id="regltSeCode" name="regltSeCode" codeId="FIM002" title="자료출처" cls="selectBoxTotal" alt="자료출처" disabled="true"/> <code:select id="regltSeCode" name="regltSeCode" codeId="FIM002" title="자료출처" cls="form-select" alt="자료출처" disabled="true"/>
</td> </td>
</tr> </tr>
<tr id="t"> <tr id="t">
@ -99,11 +99,11 @@ Date Author Description
<tr> <tr>
<th>시스템구분</th> <th>시스템구분</th>
<td> <td>
<code:select id="sysCode" name="sysCode" codeId="FIM001" title="시스템구분" cls="selectBoxTotal" alt="시스템구분" disabled="true"/> <code:select id="sysCode" name="sysCode" codeId="FIM001" title="시스템구분" cls="form-select" alt="시스템구분" disabled="true"/>
</td> </td>
<th>영상매체</th> <th>영상매체</th>
<td> <td>
<code:select id="imageSeCode" name="imageSeCode" codeId="FIM027" title="영상매체" cls="selectBoxTotal" alt="영상매체"/> <code:select id="imageSeCode" name="imageSeCode" codeId="FIM027" title="영상매체" cls="form-select" alt="영상매체"/>
<input type="text" name="imageNmrs" data-fmt-type="number" style="width: 30%"/> <input type="text" name="imageNmrs" data-fmt-type="number" style="width: 30%"/>
</td> </td>
</tr> </tr>
@ -189,22 +189,22 @@ Date Author Description
<th>소유자(차종)</th> <th>소유자(차종)</th>
<td> <td>
<input type="text" name="payerNm" style="width:60%"/> <input type="text" name="payerNm" style="width:60%"/>
<code:select id="vhctyAsortCode" name="vhctyAsortCode" codeId="FIM009" title="차종" cls="selectBoxTotal" alt="차종"/> <code:select id="vhctyAsortCode" name="vhctyAsortCode" codeId="FIM009" title="차종" cls="form-select" alt="차종"/>
</td> </td>
<th>주민번호(구분)</th> <th>주민번호(구분)</th>
<td> <td>
<code:select id="payerSeCode" name="payerSeCode" codeId="FIM011" title="납부자구분" cls="selectBoxTotal" alt="납부자구분"/> <code:select id="payerSeCode" name="payerSeCode" codeId="FIM011" title="납부자구분" cls="form-select" alt="납부자구분"/>
<input type="text" name="payerNo" style="width:70%"/> <input type="text" name="payerNo" style="width:70%"/>
</td> </td>
</tr> </tr>
<tr> <tr>
<th>특별단속구역</th> <th>특별단속구역</th>
<td> <td>
<code:select id="regltSpeclZoneSeCode" name="regltSpeclZoneSeCode" codeId="FIM006" title="특별단속구역" cls="selectBoxTotal" alt="단속처리상태"/> <code:select id="regltSpeclZoneSeCode" name="regltSpeclZoneSeCode" codeId="FIM006" title="특별단속구역" cls="form-select" alt="단속처리상태"/>
</td> </td>
<th>위반내용</th> <th>위반내용</th>
<td> <td>
<code:select id="violtDtlsCode" name="violtDtlsCode" codeId="FIM004" title="위반내용" cls="selectBoxTotal" alt="위반내용"/> <code:select id="violtDtlsCode" name="violtDtlsCode" codeId="FIM004" title="위반내용" cls="form-select" alt="위반내용"/>
</td> </td>
</tr> </tr>
<tr> <tr>

@ -103,11 +103,11 @@ Date Author Description
<tr> <tr>
<th>등록구분</th> <th>등록구분</th>
<td> <td>
<code:select id="registSeCode" name="registSeCode" codeId="FIM026" title="단속자료등록구분" cls="selectBoxTotal" alt="단속자료등록구분" disabled="true"/> <code:select id="registSeCode" name="registSeCode" codeId="FIM026" title="단속자료등록구분" cls="form-select" alt="단속자료등록구분" disabled="true"/>
</td> </td>
<th>자료출처</th> <th>자료출처</th>
<td> <td>
<code:select id="regltSeCode" name="regltSeCode" codeId="FIM002" title="단속구분코드" cls="selectBoxTotal" alt="단속구분코드" disabled="true"/> <code:select id="regltSeCode" name="regltSeCode" codeId="FIM002" title="단속구분코드" cls="form-select" alt="단속구분코드" disabled="true"/>
</td> </td>
</tr> </tr>
<tr> <tr>
@ -241,13 +241,13 @@ Date Author Description
<th>처리상태</th> <th>처리상태</th>
<td colspan="2"> <td colspan="2">
<input type="text" data-fmt-type="dt" name="lastProcessDt" style="width: 69%" readonly/> <input type="text" data-fmt-type="dt" name="lastProcessDt" style="width: 69%" readonly/>
<code:select id="regltProcessSttusCode" name="regltProcessSttusCode" codeId="FIM010" title="단속처리상태" cls="selectBoxTotal" alt="단속처리상태" disabled="true"/> <code:select id="regltProcessSttusCode" name="regltProcessSttusCode" codeId="FIM010" title="단속처리상태" cls="form-select" alt="단속처리상태" disabled="true"/>
</td> </td>
</tr> </tr>
<tr> <tr>
<th>특별단속구역</th> <th>특별단속구역</th>
<td colspan="2"> <td colspan="2">
<code:select id="regltSpeclZoneSeCode" name="regltSpeclZoneSeCode" codeId="FIM010" title="특별단속구역" cls="selectBoxTotal" alt="단속처리상태" disabled="true"/> <code:select id="regltSpeclZoneSeCode" name="regltSpeclZoneSeCode" codeId="FIM010" title="특별단속구역" cls="form-select" alt="단속처리상태" disabled="true"/>
</td> </td>
<th>위반내용</th> <th>위반내용</th>
<td colspan="2"> <td colspan="2">

@ -20,7 +20,7 @@
<tbody> <tbody>
<tr> <tr>
<td> <td>
<code:select type="CMM_ETC2" id="regltSeCode" name="regltSeCode" codeId="FIM002" defaultSelect="01" onchange="fnBiz.onComboChange()" title="단속구분코드" cls="selectBoxTotal" alt="단속구분코드" /> <code:select type="CMM_ETC2" id="regltSeCode" name="regltSeCode" codeId="FIM002" defaultSelect="01" onchange="fnBiz.onComboChange()" title="단속구분코드" cls="form-select" alt="단속구분코드" />
</td> </td>
<td colspan="6"> <td colspan="6">
<input id="folder" type="file" webkitdirectory multiple="false"/> <input id="folder" type="file" webkitdirectory multiple="false"/>

@ -18,7 +18,7 @@
<tr> <tr>
<td colspan="5"> <td colspan="5">
<label for="sysCode">시스템 구분</label> <label for="sysCode">시스템 구분</label>
<code:select codeId="FIM001" defaultSelect="PVS" id="sysCode" name="sysCode" title="시스템구분" cls="selectBox" alt="selectBox tag" disabled="true"/> <code:select codeId="FIM001" defaultSelect="PVS" id="sysCode" name="sysCode" title="시스템구분" cls="form-select" alt="selectBox tag" disabled="true"/>
</td> </td>
<td colspan="6"> <td colspan="6">
<button type="button" id="btnSearch" class="btn btn-search" title="검색">검색</button> <button type="button" id="btnSearch" class="btn btn-search" title="검색">검색</button>

@ -63,15 +63,15 @@
<tr> <tr>
<th>시스템구분</th> <th>시스템구분</th>
<td> <td>
<code:select id="sysCode" name="sysCode" codeId="FIM001" defaultSelect="${extrDTO.sysCode}" title="시스템코드" cls="selectBoxTotal" alt="시스템코드" disabled="true"/> <code:select id="sysCode" name="sysCode" codeId="FIM001" defaultSelect="${extrDTO.sysCode}" title="시스템코드" cls="form-select" alt="시스템코드" disabled="true"/>
</td> </td>
<th>기관코드</th> <th>기관코드</th>
<td> <td>
<code:select id="insttCode" name="insttCode" codeId="XIT025" defaultSelect="${extrDTO.insttCode}" title="기관코드" cls="selectBoxTotal" alt="기관코드" disabled="true"/> <code:select id="insttCode" name="insttCode" codeId="XIT025" defaultSelect="${extrDTO.insttCode}" title="기관코드" cls="form-select" alt="기관코드" disabled="true"/>
</td> </td>
<th>단속구분</th> <th>단속구분</th>
<td> <td>
<code:select id="regltSeCode" name="regltSeCode" codeId="FIM002" defaultSelect="${extrDTO.regltSeCode}" title="단속구분" cls="selectBoxTotal" alt="단속구분" disabled="true"/> <code:select id="regltSeCode" name="regltSeCode" codeId="FIM002" defaultSelect="${extrDTO.regltSeCode}" title="단속구분" cls="form-select" alt="단속구분" disabled="true"/>
</td> </td>
</tr> </tr>
<tr> <tr>
@ -100,7 +100,7 @@
</td> </td>
<th>처리상태</th> <th>처리상태</th>
<td> <td>
<code:select id="extrlRegltCntcProcessSttus" name="extrlRegltCntcProcessSttus" codeId="FIM010" defaultSelect="${extrDTO.extrlRegltCntcProcessSttus}" title="처리상태" cls="selectBoxTotal" alt="처리상태" disabled="true"/> <code:select id="extrlRegltCntcProcessSttus" name="extrlRegltCntcProcessSttus" codeId="FIM010" defaultSelect="${extrDTO.extrlRegltCntcProcessSttus}" title="처리상태" cls="form-select" alt="처리상태" disabled="true"/>
</td> </td>
</tr> </tr>
<tr> <tr>

@ -27,7 +27,7 @@
<th>기관코드</th> <th>기관코드</th>
<td> <td>
<c:if test="${isUpdate}"> <c:if test="${isUpdate}">
<code:select id="insttCode" name="insttCode" codeId="XIT025" defaultSelect="${ansDTO.insttCode}" title="기관코드" cls="selectBoxTotal" alt="기관코드" disabled="true"/> <code:select id="insttCode" name="insttCode" codeId="XIT025" defaultSelect="${ansDTO.insttCode}" title="기관코드" cls="form-select" alt="기관코드" disabled="true"/>
</c:if> </c:if>
<c:if test="${!isUpdate}"> <c:if test="${!isUpdate}">
<input type="text" name="ancCodeV" value='<c:out value="${ansDTO.ancCodeV}"/>' readonly> <input type="text" name="ancCodeV" value='<c:out value="${ansDTO.ancCodeV}"/>' readonly>
@ -36,7 +36,7 @@
<th>시스템코드</th> <th>시스템코드</th>
<td> <td>
<c:if test="${isUpdate}"> <c:if test="${isUpdate}">
<code:select id="sysCode" name="sysCode" codeId="FIM001" defaultSelect="${ansDTO.sysCode}" title="시스템코드" cls="selectBoxTotal" alt="시스템코드" disabled="true"/> <code:select id="sysCode" name="sysCode" codeId="FIM001" defaultSelect="${ansDTO.sysCode}" title="시스템코드" cls="form-select" alt="시스템코드" disabled="true"/>
</c:if> </c:if>
<c:if test="${!isUpdate}"> <c:if test="${!isUpdate}">
<input type="text" name="sysGubunC" value='<c:out value="${ansDTO.sysGubunC}"/>' readonly> <input type="text" name="sysGubunC" value='<c:out value="${ansDTO.sysGubunC}"/>' readonly>
@ -52,7 +52,7 @@
<tr> <tr>
<th>민원구분</th> <th>민원구분</th>
<td> <td>
<code:select id="cvplSe" name="cvplSe" codeId="FIM016" defaultSelect="${ansDTO.cvplSe}" title="민원구분" cls="selectBoxTotal" alt="민원구분" disabled="true"/> <code:select id="cvplSe" name="cvplSe" codeId="FIM016" defaultSelect="${ansDTO.cvplSe}" title="민원구분" cls="form-select" alt="민원구분" disabled="true"/>
</td> </td>
<th>민원신청번호</th> <th>민원신청번호</th>
<td> <td>

@ -27,7 +27,7 @@
<tr> <tr>
<td colspan="5"> <td colspan="5">
<label for="sysCode">시스템 구분</label> <label for="sysCode">시스템 구분</label>
<code:select codeId="FIM001" defaultSelect="PVS" id="sysCode" name="sysCode" title="시스템구분" cls="selectBox" alt="selectBox tag" disabled="true"/> <code:select codeId="FIM001" defaultSelect="PVS" id="sysCode" name="sysCode" title="시스템구분" cls="form-select" alt="selectBox tag" disabled="true"/>
</td> </td>
<td colspan="6"> <td colspan="6">
<button type="button" id="btnSearch" class="btn btn-search" title="검색">검색</button> <button type="button" id="btnSearch" class="btn btn-search" title="검색">검색</button>

@ -202,17 +202,17 @@
</td> </td>
<th>기관코드</th> <th>기관코드</th>
<td> <td>
<code:select id="insttCode" name="insttCode" codeId="XIT025" defaultSelect="${dtlDTO.insttCode}" title="기관코드" cls="selectBoxTotal" alt="기관코드" disabled="true"/> <code:select id="insttCode" name="insttCode" codeId="XIT025" defaultSelect="${dtlDTO.insttCode}" title="기관코드" cls="form-select" alt="기관코드" disabled="true"/>
</td> </td>
</tr> </tr>
<tr> <tr>
<th>과태료코드</th> <th>과태료코드</th>
<td> <td>
<code:select id="sysCode" name="sysCode" codeId="FIM001" defaultSelect="${dtlDTO.sysCode}" title="과태료코드" cls="selectBoxTotal" alt="과태료코드" disabled="true"/> <code:select id="sysCode" name="sysCode" codeId="FIM001" defaultSelect="${dtlDTO.sysCode}" title="과태료코드" cls="form-select" alt="과태료코드" disabled="true"/>
</td> </td>
<th>처리상태</th> <th>처리상태</th>
<td> <td>
<code:select id="ctznSttemntDetailProcessSttus" codeId="FIM010" defaultSelect="${dtlDTO.ctznSttemntDetailProcessSttus}" title="처리상태" cls="selectBoxTotal" alt="처리상태" disabled="true"/> <code:select id="ctznSttemntDetailProcessSttus" codeId="FIM010" defaultSelect="${dtlDTO.ctznSttemntDetailProcessSttus}" title="처리상태" cls="form-select" alt="처리상태" disabled="true"/>
</td> </td>
<th>등록일시</th> <th>등록일시</th>
<td> <td>

@ -18,7 +18,7 @@
<tr> <tr>
<td colspan="5"> <td colspan="5">
<label for="sysCode">시스템 구분</label> <label for="sysCode">시스템 구분</label>
<code:select codeId="FIM001" defaultSelect="PVS" id="sysCode" name="sysCode" title="시스템구분" cls="selectBox" alt="selectBox tag" disabled="true"/> <code:select codeId="FIM001" defaultSelect="PVS" id="sysCode" name="sysCode" title="시스템구분" cls="form-select" alt="selectBox tag" disabled="true"/>
</td> </td>
<td colspan="6"> <td colspan="6">
<button type="button" id="btnSearch" class="btn btn-search" title="검색">검색</button> <button type="button" id="btnSearch" class="btn btn-search" title="검색">검색</button>

@ -13,7 +13,7 @@
<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="form-select">
<option value="1">단속일자</option> <option value="1">단속일자</option>
</select> </select>
</li> </li>
@ -33,7 +33,7 @@
<li style="padding-bottom:10px; padding-left: 40px;"> <li style="padding-bottom:10px; padding-left: 40px;">
<span class="title">상태 : </span> <span class="title">상태 : </span>
<select id="sch_opt" name="sch_opt" class="selectBox"> <select id="sch_opt" name="sch_opt" class="form-select">
<option value="1">차량번호</option> <option value="1">차량번호</option>
</select> </select>
</li> </li>

@ -13,13 +13,13 @@
<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="form-select">
<option value="1">단속일자</option> <option value="1">단속일자</option>
<option value="2">등록일자</option> <option value="2">등록일자</option>
</select> </select>
<!-- tag lib sample --> <!-- tag lib sample -->
<%--<code:select id="sch_date_opt1" name="sch_date_opt1" codeId="ENS003" title="시작날자선택" defaultSelect="99" cls="selectBox" alt="selectBox tag"/> <%--<code:select id="sch_date_opt1" name="sch_date_opt1" codeId="ENS003" title="시작날자선택" defaultSelect="99" cls="form-select" alt="selectBox tag"/>
<code:radio id="sch_date_opt2" name="sch_date_opt2" codeId="ENS003" defaultSelect="02" alt="radio tag"/>--%> <code:radio id="sch_date_opt2" name="sch_date_opt2" codeId="ENS003" defaultSelect="02" alt="radio tag"/>--%>
</li> </li>
<li> <li>
@ -38,7 +38,7 @@
<li style="padding-bottom:10px; padding-left: 40px;"> <li style="padding-bottom:10px; padding-left: 40px;">
<span class="title">상태 : </span> <span class="title">상태 : </span>
<select id="sch_opt" name="sch_opt" class="selectBox"> <select id="sch_opt" name="sch_opt" class="form-select">
<option value="1">차량번호</option> <option value="1">차량번호</option>
</select> </select>
</li> </li>

@ -13,7 +13,7 @@
<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="form-select">
<option value="regltDe">단속일자</option> <option value="regltDe">단속일자</option>
<option value="registDt">등록일자</option> <option value="registDt">등록일자</option>
</select> </select>
@ -34,7 +34,7 @@
<li style="padding-bottom:10px; padding-left: 40px;"> <li style="padding-bottom:10px; padding-left: 40px;">
<span class="title">상태 : </span> <span class="title">상태 : </span>
<select id="sch_opt" name="sch_opt" class="selectBox"> <select id="sch_opt" name="sch_opt" class="form-select">
<option value="vhcleNo">차량번호</option> <option value="vhcleNo">차량번호</option>
</select> </select>
</li> </li>

@ -31,11 +31,11 @@
<tbody> <tbody>
<tr> <tr>
<th>기관코드</th> <th>기관코드</th>
<td><code:select id="insttCode" name="insttCode" codeId="XIT025" defaultSelect="${dto.insttCode}" title="기관코드" cls="selectBoxTotal" alt="기관코드"/></td> <td><code:select id="insttCode" name="insttCode" codeId="XIT025" defaultSelect="${dto.insttCode}" title="기관코드" cls="form-select" alt="기관코드"/></td>
<th>과태료코드</th> <th>과태료코드</th>
<td><code:select id="sysCode" name="sysCode" codeId="FIM001" defaultSelect="${dto.sysCode}" title="과태료코드" cls="selectBoxTotal" alt="과태료코드"/></td> <td><code:select id="sysCode" name="sysCode" codeId="FIM001" defaultSelect="${dto.sysCode}" title="과태료코드" cls="form-select" alt="과태료코드"/></td>
<th>단속구분</th> <th>단속구분</th>
<td><code:select id="regltSeCode" name="regltSeCode" codeId="FIM002" defaultSelect="${dto.regltSeCode}" title="단속구분코드" cls="selectBoxTotal" alt="단속구분코드"/></td> <td><code:select id="regltSeCode" name="regltSeCode" codeId="FIM002" defaultSelect="${dto.regltSeCode}" title="단속구분코드" cls="form-select" alt="단속구분코드"/></td>
</tr> </tr>
<tr> <tr>
<th>차량번호</th> <th>차량번호</th>
@ -43,7 +43,7 @@
<th>단속일자</th> <th>단속일자</th>
<td><input type="text" id="regltDe" name="regltDe" value="${dto.regltDe }"></td> <td><input type="text" id="regltDe" name="regltDe" value="${dto.regltDe }"></td>
<th>입력구분</th> <th>입력구분</th>
<td><code:select id="violtDtlsCode" name="violtDtlsCode" codeId="FIM004" defaultSelect="${dto.violtDtlsCode}" title="위반내역코드" cls="selectBoxTotal" alt="위반내역코드"/></td> <td><code:select id="violtDtlsCode" name="violtDtlsCode" codeId="FIM004" defaultSelect="${dto.violtDtlsCode}" title="위반내역코드" cls="form-select" alt="위반내역코드"/></td>
</tr> </tr>
<tr> <tr>
<th>단속장소</th> <th>단속장소</th>
@ -55,9 +55,9 @@
</tr> </tr>
<tr> <tr>
<th>위반법규</th> <th>위반법규</th>
<td><code:select id="violtLrgCode" name="violtLrgCode" codeId="WEB002" defaultSelect="${dto.violtLrgCode}" title="위반내역코드" cls="selectBoxTotal" alt="위반내역코드"/></td> <td><code:select id="violtLrgCode" name="violtLrgCode" codeId="WEB002" defaultSelect="${dto.violtLrgCode}" title="위반내역코드" cls="form-select" alt="위반내역코드"/></td>
<th>위반내역</th> <th>위반내역</th>
<td><code:select id="violtDtlsCode" name="violtDtlsCode" codeId="FIM004" defaultSelect="${dto.violtDtlsCode}" title="위반내역코드" cls="selectBoxTotal" alt="위반내역코드"/></td> <td><code:select id="violtDtlsCode" name="violtDtlsCode" codeId="FIM004" defaultSelect="${dto.violtDtlsCode}" title="위반내역코드" cls="form-select" alt="위반내역코드"/></td>
<th>위반횟수</th> <th>위반횟수</th>
<td colspan=""><input type="text" id="violtCo" name="violtCo" value="${dto.violtCo }"></td> <td colspan=""><input type="text" id="violtCo" name="violtCo" value="${dto.violtCo }"></td>
</tr> </tr>
@ -82,7 +82,7 @@
</tr> </tr>
<tr> <tr>
<th>처리상태</th> <th>처리상태</th>
<td><code:select id="regltProcessSttusCode" name="regltProcessSttusCode" codeId="FIM010" defaultSelect="${dto.regltProcessSttusCode}" title="단속처리상태" cls="selectBoxTotal" alt="단속처리상태"/></td> <td><code:select id="regltProcessSttusCode" name="regltProcessSttusCode" codeId="FIM010" defaultSelect="${dto.regltProcessSttusCode}" title="단속처리상태" cls="form-select" alt="단속처리상태"/></td>
<th>등록일시</th> <th>등록일시</th>
<td><input type="text" id="registDt" name="registDt" value="${dto.registDt}"></td> <td><input type="text" id="registDt" name="registDt" value="${dto.registDt}"></td>
<th>등록자</th> <th>등록자</th>

@ -10,13 +10,13 @@
<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="form-select">
<option value="1">위반일자</option> <option value="1">위반일자</option>
<option value="2">등록일자</option> <option value="2">등록일자</option>
</select> </select>
<!-- tag lib sample --> <!-- tag lib sample -->
<code:select id="sch_date_opt1" name="sch_date_opt1" codeId="ENS003" title="시작날자선택" defaultSelect="99" cls="selectBox" alt="selectBox tag"/> <code:select id="sch_date_opt1" name="sch_date_opt1" codeId="ENS003" title="시작날자선택" defaultSelect="99" cls="form-select" alt="selectBox tag"/>
<code:radio id="sch_date_opt2" name="sch_date_opt2" codeId="ENS003" defaultSelect="02" cls="" alt="radio tag"/> <code:radio id="sch_date_opt2" name="sch_date_opt2" codeId="ENS003" defaultSelect="02" cls="" alt="radio tag"/>
</li> </li>
<li> <li>
@ -35,7 +35,7 @@
<li style="padding-bottom:10px; padding-left: 40px;"> <li style="padding-bottom:10px; padding-left: 40px;">
<span class="title">상태 : </span> <span class="title">상태 : </span>
<select id="sch_opt" name="sch_opt" class="selectBox"> <select id="sch_opt" name="sch_opt" class="form-select">
<option value="1">차량번호</option> <option value="1">차량번호</option>
<option value="2">소유자명</option> <option value="2">소유자명</option>
</select> </select>

@ -14,13 +14,13 @@
<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="form-select">
<option value="1">위반일자</option> <option value="1">위반일자</option>
<option value="2">등록일자</option> <option value="2">등록일자</option>
</select> </select>
<!-- tag lib sample --> <!-- tag lib sample -->
<code:select id="sch_date_opt1" name="sch_date_opt1" codeId="ENS003" title="시작날자선택" defaultSelect="99" cls="selectBox" alt="selectBox tag"/> <code:select id="sch_date_opt1" name="sch_date_opt1" codeId="ENS003" title="시작날자선택" defaultSelect="99" cls="form-select" alt="selectBox tag"/>
<code:radio id="sch_date_opt2" name="sch_date_opt2" codeId="ENS003" defaultSelect="02" cls="" alt="radio tag"/> <code:radio id="sch_date_opt2" name="sch_date_opt2" codeId="ENS003" defaultSelect="02" cls="" alt="radio tag"/>
</li> </li>
<li> <li>
@ -39,7 +39,7 @@
<li style="padding-bottom:10px; padding-left: 40px;"> <li style="padding-bottom:10px; padding-left: 40px;">
<span class="title">상태 : </span> <span class="title">상태 : </span>
<select id="sch_opt" name="sch_opt" class="selectBox"> <select id="sch_opt" name="sch_opt" class="form-select">
<option value="1">차량번호</option> <option value="1">차량번호</option>
<option value="2">소유자명</option> <option value="2">소유자명</option>
</select> </select>

@ -32,7 +32,7 @@ Date Author Description
<tr> <tr>
<td> <td>
<!-- 공통코드 select box JSTL : radio 버튼은 :radio 로 --> <!-- 공통코드 select box JSTL : radio 버튼은 :radio 로 -->
<code:select type="CMM_CFN" id="clCode" name="clCode" emptyMessageKey="table.select.clCode" title="분류코드" alt="selectBox tag" cls="selectBox"/> <code:select type="CMM_CFN" id="clCode" name="clCode" emptyMessageKey="table.select.clCode" title="분류코드" alt="selectBox tag" cls="form-select"/>
</td> </td>
<td> <td>
<label for="codeId">코드그룹ID</label> <label for="codeId">코드그룹ID</label>
@ -47,7 +47,7 @@ Date Author Description
<input name="codeNm" title="공통코드명" type="text" size="35" maxlength="35" id="codeNm"> <input name="codeNm" title="공통코드명" type="text" size="35" maxlength="35" id="codeNm">
</td> </td>
<td> <td>
<select name="useAt" title="사용여부" class="selectBox"> <select name="useAt" title="사용여부" class="form-select">
<option value=''>-- 사용여부 --</option> <option value=''>-- 사용여부 --</option>
<option value='Y'>사용</option> <option value='Y'>사용</option>
<option value='N'>미사용</option> <option value='N'>미사용</option>

@ -24,7 +24,7 @@
<option value="groupId">그룹</option> <option value="groupId">그룹</option>
</select> </select>
<input name="searchKeyword" title="검색어" type="text"/> <input name="searchKeyword" title="검색어" type="text"/>
<code:select type="AUTHOR_GRP" id="searchKeyword" name="searchKeyword" title="권한그룹" cls="selectBox" alt="selectBox tag" display="false" disabled="true"/> <code:select type="AUTHOR_GRP" id="searchKeyword" name="searchKeyword" title="권한그룹" cls="form-select" alt="selectBox tag" display="false" disabled="true"/>
</td> </td>
<td> <td>
<button type="button" id="btnSearch" class="btn btn-search" title="검색">검색</button> <button type="button" id="btnSearch" class="btn btn-search" title="검색">검색</button>

@ -38,7 +38,7 @@
<label>권한</label> <label>권한</label>
</th> </th>
<td nowrap="nowrap"> <td nowrap="nowrap">
<code:select type="AUTHOR" id="authorCode" name="authorCode" defaultSelect="${groupManage.authorCode}" title="권한" cls="selectBox" alt="selectBox tag"/> <code:select type="AUTHOR" id="authorCode" name="authorCode" defaultSelect="${groupManage.authorCode}" title="권한" cls="form-select" alt="selectBox tag"/>
</td> </td>
</tr> </tr>
<tr> <tr>

@ -53,7 +53,7 @@
<label class="required">롤타입</label> <label class="required">롤타입</label>
</th> </th>
<td nowrap="nowrap"> <td nowrap="nowrap">
<code:select id="roleTy" name="roleTy" codeId="XIT029" defaultSelect="${roleManage.roleTy}" title="롤타입" cls="selectBox" alt="롤타입"/> <code:select id="roleTy" name="roleTy" codeId="XIT029" defaultSelect="${roleManage.roleTy}" title="롤타입" cls="form-select" alt="롤타입"/>
</td> </td>
</tr> </tr>
<tr> <tr>

@ -45,7 +45,7 @@
<label for="bbsTyCode" class="required">게시판 유형</label> <label for="bbsTyCode" class="required">게시판 유형</label>
</th> </th>
<td> <td>
<code:select codeId="XIT004" id="bbsTyCode" name="bbsTyCode" title="게시판유형" cls="selectBox" alt="selectBox tag" defaultSelect="${boardMaster.bbsTyCode}" onchange=""/> <code:select codeId="XIT004" id="bbsTyCode" name="bbsTyCode" title="게시판유형" cls="form-select" alt="selectBox tag" defaultSelect="${boardMaster.bbsTyCode}" onchange=""/>
<form:errors path="bbsTyCode" /> <form:errors path="bbsTyCode" />
</td> </td>
@ -54,7 +54,7 @@
<label for="bbsAttrbCode" class="required">게시판 속성</label> <label for="bbsAttrbCode" class="required">게시판 속성</label>
</th> </th>
<td> <td>
<code:select codeId="XIT009" id="bbsAttrbCode" name="bbsAttrbCode" title="게시판유형" cls="selectBox" alt="selectBox tag" defaultSelect="${boardMaster.bbsAttrbCode}" onchange=""/> <code:select codeId="XIT009" id="bbsAttrbCode" name="bbsAttrbCode" title="게시판유형" cls="form-select" alt="selectBox tag" defaultSelect="${boardMaster.bbsAttrbCode}" onchange=""/>
<form:errors path="bbsAttrbCode"/> <form:errors path="bbsAttrbCode"/>
</td> </td>
</tr> </tr>

@ -17,12 +17,12 @@
<tbody> <tbody>
<tr> <tr>
<td colspan="5"> <td colspan="5">
<select name="searchCondition" id="searchCondition" title="조회조건" class="selectBox" onchange="fnBiz.onSearchChange()"> <select name="searchCondition" id="searchCondition" title="조회조건" class="form-select" onchange="fnBiz.onSearchChange()">
<option value="tmplatNm">템플릿명</option> <option value="tmplatNm">템플릿명</option>
<option value="tmplatSeCode">템플릿구분</option> <option value="tmplatSeCode">템플릿구분</option>
</select> </select>
<input name="searchKeyword" title="검색어" type="text"/> <input name="searchKeyword" title="검색어" type="text"/>
<code:select codeId="XIT005" id="searchKeyword" name="searchKeyword" title="템플릿구분" cls="selectBox" alt="selectBox tag" display="false" disabled="true"/> <code:select codeId="XIT005" id="searchKeyword" name="searchKeyword" title="템플릿구분" cls="form-select" alt="selectBox tag" display="false" disabled="true"/>
</td> </td>
<td colspan="6"> <td colspan="6">
<button type="button" id="btnSearch" class="btn btn-search" title="검색">검색</button> <button type="button" id="btnSearch" class="btn btn-search" title="검색">검색</button>

@ -35,7 +35,7 @@
<label for="tmplatSeCode" class="required">템플릿 구분</label> <label for="tmplatSeCode" class="required">템플릿 구분</label>
</th> </th>
<td> <td>
<code:select codeId="XIT005" id="tmplatSeCode" name="tmplatSeCode" title="템플릿구분" cls="selectBox" alt="selectBox tag" defaultSelect="${templateInf.tmplatSeCode}" onchange="fnBiz.onChangeTmplSeCode()"/> <code:select codeId="XIT005" id="tmplatSeCode" name="tmplatSeCode" title="템플릿구분" cls="form-select" alt="selectBox tag" defaultSelect="${templateInf.tmplatSeCode}" onchange="fnBiz.onChangeTmplSeCode()"/>
<span id="sometext"></span> <span id="sometext"></span>
<form:errors path="tmplatSeCode" /> <form:errors path="tmplatSeCode" />
</td> </td>

@ -17,7 +17,7 @@
<tbody> <tbody>
<tr> <tr>
<td> <td>
<code:select type="CMM_CFN" id="clCode" name="clCode" emptyMessageKey="table.select.clCode" title="분류코드" alt="selectBox tag" cls="selectBox"/> <code:select type="CMM_CFN" id="clCode" name="clCode" emptyMessageKey="table.select.clCode" title="분류코드" alt="selectBox tag" cls="form-select"/>
</td> </td>
<td> <td>
<label for="codeId">코드그룹ID</label> <label for="codeId">코드그룹ID</label>
@ -32,7 +32,7 @@
<input name="codeNm" title="공통코드명" type="text" size="35" maxlength="35" id="codeNm"> <input name="codeNm" title="공통코드명" type="text" size="35" maxlength="35" id="codeNm">
</td> </td>
<td> <td>
<select name="useAt" title="사용여부" class="selectBox"> <select name="useAt" title="사용여부" class="form-select">
<option value=''>-- 사용여부 --</option> <option value=''>-- 사용여부 --</option>
<option value='Y'>사용</option> <option value='Y'>사용</option>
<option value='N'>미사용</option> <option value='N'>미사용</option>

@ -17,7 +17,7 @@
<tbody> <tbody>
<tr> <tr>
<td> <td>
<code:select type="CMM_CFN" id="clCode" name="clCode" emptyMessageKey="table.select.clCode" title="분류코드" alt="selectBox tag" cls="selectBox"/> <code:select type="CMM_CFN" id="clCode" name="clCode" emptyMessageKey="table.select.clCode" title="분류코드" alt="selectBox tag" cls="form-select"/>
</td> </td>
<td> <td>
<label for="codeId">코드그룹ID</label> <label for="codeId">코드그룹ID</label>
@ -28,7 +28,7 @@
<input name="codeIdNm" title="코드그룹명" type="text" size="35" maxlength="35" id="codeIdNm"> <input name="codeIdNm" title="코드그룹명" type="text" size="35" maxlength="35" id="codeIdNm">
</td> </td>
<td> <td>
<select name="useAt" title="사용여부" class="selectBox"> <select name="useAt" title="사용여부" class="form-select">
<option value=''>-- 사용여부 --</option> <option value=''>-- 사용여부 --</option>
<option value='Y'>사용</option> <option value='Y'>사용</option>
<option value='N'>미사용</option> <option value='N'>미사용</option>

@ -26,7 +26,7 @@
<label for="clCode" class="required">분류코드</label> <label for="clCode" class="required">분류코드</label>
</th> </th>
<td nowrap colspan="3"> <td nowrap colspan="3">
<code:select type="CMM_CFN" id="clCode" name="clCode" defaultSelect="${cmmnCode.clCode}" title="분류코드" alt="selectBox tag" cls="selectBox" disabled="${isUpdate}"/> <code:select type="CMM_CFN" id="clCode" name="clCode" defaultSelect="${cmmnCode.clCode}" title="분류코드" alt="selectBox tag" cls="form-select" disabled="${isUpdate}"/>
<form:errors path="clCode"/> <form:errors path="clCode"/>
</td> </td>
</tr> </tr>

@ -18,8 +18,8 @@
<tbody> <tbody>
<tr> <tr>
<td> <td>
<code:select id="sbscrbSttus" name="sbscrbSttus" codeId="XIT013" title="사용자상태" cls="selectBox" alt="selectBox tag"/> <code:select id="sbscrbSttus" name="sbscrbSttus" codeId="XIT013" title="사용자상태" cls="form-select" alt="selectBox tag"/>
<select name="searchCondition" id="searchCondition" title="조회조건" class="selectBox"> <select name="searchCondition" id="searchCondition" title="조회조건" class="form-select">
<option value="userId">사용자ID</option> <option value="userId">사용자ID</option>
<option value="userNm">이름</option> <option value="userNm">이름</option>
</select> </select>

@ -68,7 +68,7 @@
<label class="required">비밀번호 힌트</label> <label class="required">비밀번호 힌트</label>
</th> </th>
<td> <td>
<code:select id="passwordHint" name="passwordHint" codeId="XIT022" defaultSelect="${userInfoVO.passwordHint}" title="비밀번호힌트" cls="selectBox" alt="비밀번호힌트"/> <code:select id="passwordHint" name="passwordHint" codeId="XIT022" defaultSelect="${userInfoVO.passwordHint}" title="비밀번호힌트" cls="form-select" alt="비밀번호힌트"/>
<form:errors path="passwordHint" cssClass="error" /></td> <form:errors path="passwordHint" cssClass="error" /></td>
<th height="23"> <th height="23">
<label class="required">비밀번호 정답</label> <label class="required">비밀번호 정답</label>
@ -92,7 +92,7 @@
<label>소속기관</label> <label>소속기관</label>
</th> </th>
<td> <td>
<code:select id="pstinstCode" name="pstinstCode" codeId="XIT025" defaultSelect="${userInfoVO.pstinstCode}" title="소속기관" cls="selectBox" alt="소속기관"/> <code:select id="pstinstCode" name="pstinstCode" codeId="XIT025" defaultSelect="${userInfoVO.pstinstCode}" title="소속기관" cls="form-select" alt="소속기관"/>
<form:errors path="pstinstCode" cssClass="error" /> <form:errors path="pstinstCode" cssClass="error" />
</td> </td>
</tr> </tr>
@ -102,7 +102,7 @@
<label class="required">조직코드</label> <label class="required">조직코드</label>
</th> </th>
<td> <td>
<code:select type="ORGN" id="orgnztId" name="orgnztId" defaultSelect="${userInfoVO.orgnztId}" title="부서" cls="selectBox" alt="부서"/> <code:select type="ORGN" id="orgnztId" name="orgnztId" defaultSelect="${userInfoVO.orgnztId}" title="부서" cls="form-select" alt="부서"/>
<form:errors path="orgnztId" cssClass="error" /> <form:errors path="orgnztId" cssClass="error" />
</td> </td>
<th height="23"> <th height="23">
@ -179,14 +179,14 @@
<label>사용자 상태</label> <label>사용자 상태</label>
</th> </th>
<td> <td>
<code:select id="userSttusCode" name="userSttusCode" codeId="XIT013" defaultSelect="${!isUpdate? 'A': userInfoVO.userSttusCode}" disabled="${!isUpdate}" title="사용자상태" cls="selectBox" alt="사용자상태"/> <code:select id="userSttusCode" name="userSttusCode" codeId="XIT013" defaultSelect="${!isUpdate? 'A': userInfoVO.userSttusCode}" disabled="${!isUpdate}" title="사용자상태" cls="form-select" alt="사용자상태"/>
<form:errors path="userSttusCode" cssClass="error" /> <form:errors path="userSttusCode" cssClass="error" />
</td> </td>
<th height="23"> <th height="23">
<label class="required">그룹 아이디</label> <label class="required">그룹 아이디</label>
</th> </th>
<td> <td>
<code:select type="GROUP" id="groupId" name="groupId" defaultSelect="${userInfoVO.groupId}" title="그룹아이디" cls="selectBox" alt="그룹아이디"/> <code:select type="GROUP" id="groupId" name="groupId" defaultSelect="${userInfoVO.groupId}" title="그룹아이디" cls="form-select" alt="그룹아이디"/>
<form:errors path="groupId" cssClass="error" /> <form:errors path="groupId" cssClass="error" />
</td> </td>
</tr> </tr>

@ -29,36 +29,20 @@
padding-left: 30px; } padding-left: 30px; }
.selectBox, .inputText {
height: 24px;
padding: 0 5px;
border: 1px solid #d0d0d0;
font-size: 12px;
letter-spacing: -0.6px; }
input[type=file] { input[type=file] {
height: 24px; height: 24px;
padding: 0 5px; } padding: 0 5px; }
.selectBox {
width: 120px;
margin-bottom: 1px;
padding: 1px 0 1px 5px; }
.selectBoxTotal{
border:1px solid #ababab;
width: 141px;
border-radius: 4px;
padding:6px;
}
.inputText { .inputText {
height: 24px;
width: 90%; width: 90%;
margin-top: -1px; margin-top: -1px;
padding: 0 5px;
border: 1px solid #d0d0d0;
font-size: 12px; font-size: 12px;
letter-spacing: -0.6px; } letter-spacing: -0.6px; }
/*2023.01.26 dataset css 추가*/ /*2023.01.26 dataset css 추가*/
input[data-fmt-type=number] { input[data-fmt-type=number] {
text-align: right; text-align: right;
@ -269,8 +253,7 @@ input[data-fmt-type=time], input[data-fmt-type=day] {
.search .inputText.cal { .search .inputText.cal {
text-align: center; text-align: center;
width: 6rem; } width: 6rem; }
.search .selectBox {
width: 93px; }
@ -324,8 +307,7 @@ input[data-fmt-type=time], input[data-fmt-type=day] {
width: 108px; } width: 108px; }
.search_02 .inputText.cal { .search_02 .inputText.cal {
width: 70px; } width: 70px; }
.search_02 .selectBox {
width: 93px; }
.search_02 .detail_02 { .search_02 .detail_02 {
@ -383,8 +365,7 @@ input[data-fmt-type=time], input[data-fmt-type=day] {
.search .cal-box { .search .cal-box {
display: inline-block; display: inline-block;
width: 100%; } width: 100%; }
.search .selectBox {
width: 100%; }

@ -46,7 +46,7 @@
display: inline-block; display: inline-block;
margin-right: 10px; margin-right: 10px;
} }
.search input[type=text], .search select { .search input[type=text]{
height: 30px; height: 30px;
width: 70%; width: 70%;
max-width: 205px; max-width: 205px;
@ -58,10 +58,6 @@
} }
.ui-datepicker-header>select{width:40px;}/* 2020.09.22 김동규 */
/*기본 테이블*/ /*기본 테이블*/
@ -222,8 +218,6 @@
.tbl03 input[type=text], .tbl03 select, .tbl03 textarea { .tbl03 input[type=text], .tbl03 select, .tbl03 textarea {
border: 1px solid #d1d1d1; border: 1px solid #d1d1d1;
min-height: 30px; min-height: 30px;
/* margin-top: -5px; */
/* margin-bottom: -5px; */
width: 100%; width: 100%;
height: 100%; height: 100%;
color: #515151; color: #515151;

Loading…
Cancel
Save