This commit is contained in:
myname 2024-03-06 15:57:16 +09:00
commit e422e6b3c5
3 changed files with 15 additions and 13 deletions

View File

@ -454,11 +454,11 @@ function fn_egov_regist_preview() {
<th> <th>
공지기간 공지기간
</th> </th>
<td> <td>시작일
<input type="hidden" name="cal_url" id="cal_url" value="${pageContext.request.contextPath}/sym/cmm/EgovNormalCalPopup.do"> <input type="hidden" name="cal_url" id="cal_url" value="${pageContext.request.contextPath}/sym/cmm/EgovNormalCalPopup.do">
<input style="width:auto;" type="text" class="date_format" name="ntceBgndeYYYMMDD" id="ntceBgndeYYYMMDD" size="10" maxlength="4" readonly=""> <input style="width:auto;" type="text" class="date_format" name="ntceBgndeYYYMMDD" id="ntceBgndeYYYMMDD" size="10" maxlength="4" readonly="">
<a href="#" onclick="javascript:fn_egov_NormalCalendar(document.forms.board, document.forms.board.ntceBgndeYYYMMDD);" style="display: inline"> <a href="#" onclick="javascript:fn_egov_NormalCalendar(document.forms.board, document.forms.board.ntceBgndeYYYMMDD);" style="display: inline">
<button type="button" class="calBtn btnType01">시작일</button> <button type="button" class="calBtn">시작일</button>
<!-- <input type="button" class="calBtn"> --> <!-- <input type="button" class="calBtn"> -->
</a> </a>
<select id="ntceBgndeHH" name="ntceBgndeHH" class="date_format sel_type1 da_fo"> <select id="ntceBgndeHH" name="ntceBgndeHH" class="date_format sel_type1 da_fo">
@ -473,9 +473,10 @@ function fn_egov_regist_preview() {
</select>분 </select>분
<!-- &nbsp;&nbsp;~&nbsp;&nbsp; --> <!-- &nbsp;&nbsp;~&nbsp;&nbsp; -->
</br> </br>
종료일
<input style="width:auto;" type="text" class="date_format" name="ntceEnddeYYYMMDD" id="ntceEnddeYYYMMDD" size="10" maxlength="4" readonly=""> <input style="width:auto;" type="text" class="date_format" name="ntceEnddeYYYMMDD" id="ntceEnddeYYYMMDD" size="10" maxlength="4" readonly="">
<a href="#" onclick="javascript:fn_egov_NormalCalendar(document.forms.board, document.forms.board.ntceEnddeYYYMMDD);" style="display: inline"> <a href="#" onclick="javascript:fn_egov_NormalCalendar(document.forms.board, document.forms.board.ntceEnddeYYYMMDD);" style="display: inline">
<button type="button" class="calBtn btnType01">종료일</button> <button type="button" class="calBtn">종료일</button>
<!-- <input type="button" class="calBtn"> --> <!-- <input type="button" class="calBtn"> -->
</a> </a>
<select id="ntceEnddeHH" name="ntceEnddeHH" class="date_format sel_type1 da_fo"> <select id="ntceEnddeHH" name="ntceEnddeHH" class="date_format sel_type1 da_fo">

View File

@ -232,16 +232,16 @@ function fnCheckAll(){
<thead> <thead>
<tr> <tr>
<!-- <th><input type="checkbox" id="checkAll" onclick="javascript:fnCheckAll();"><label for="checkAll"></label></th> --> <!-- <th><input type="checkbox" id="checkAll" onclick="javascript:fnCheckAll();"><label for="checkAll"></label></th> -->
<th>번호 <input type="button" class="sortBtn sort" id="sort_tempSortNum"></th> <th>번호 <button type="button" class="sortBtn sort" id="sort_tempSortNum">▲</button></th>
<th>메뉴명 <input type="button" class="sortBtn sort" id="sort_menuNm"></th> <th>메뉴명 <button type="button" class="sortBtn sort" id="sort_menuNm">▲</button></th>
<th>메소드명 <input type="button" class="sortBtn sort" id="sort_methodNm"></th> <th>메소드명 <button type="button" class="sortBtn sort" id="sort_methodNm">▲</button></th>
<th>기능명 <input type="button" class="sortBtn sort" id="sort_approNm"></th> <th>기능명 <button type="button" class="sortBtn sort" id="sort_approNm">▲</button></th>
<th>파라미터 <input type="button" class="sortBtn sort" id="sort_param"></th> <th>파라미터 <button type="button" class="sortBtn sort" id="sort_param">▲</button></th>
<th>개인정보여부 <input type="button" class="sortBtn sort" id="sort_privacy"></th> <th>개인정보여부 <button type="button" class="sortBtn sort" id="sort_privacy">▲</button></th>
<th>등록일자 <input type="button" class="sortBtn sort" id="sort_creatDt"></th> <th>등록일자 <button type="button" class="sortBtn sort" id="sort_creatDt">▲</button></th>
<th>사용자구분<input type="button" class="sortBtn sort" id="sort_method_cd"></th> <th>사용자구분<button type="button" class="sortBtn sort" id="sort_method_cd">▲</button></th>
<th>통계사용여부<input type="button" class="sortBtn sort" id="sort_use_yn"></th> <th>통계사용여부<button type="button" class="sortBtn sort" id="sort_use_yn">▲</button></th>
<th>통계순서<input type="button" class="sortBtn sort" id="sort_sort_num"></th> <th>통계순서<button type="button" class="sortBtn sort" id="sort_sort_num">▲</button></th>
<th>관리</th> <th>관리</th>
</tr> </tr>
</thead> </thead>

View File

@ -97,6 +97,7 @@
.calendar_in {display: inline-block; position: relative;} .calendar_in {display: inline-block; position: relative;}
.calBtn {padding: 0 10px; border: 0; background-color: inherit; background:url(../image/content/calendarIcon.png)no-repeat; background-position-x:2px; width:22px;} .calBtn {padding: 0 10px; border: 0; background-color: inherit; background:url(../image/content/calendarIcon.png)no-repeat; background-position-x:2px; width:22px;}
.calendar_in img {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%)} .calendar_in img {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%)}
a .calBtn {margin:0 5px 0 0; background:url(../image/content/calendarIcon.png)no-repeat; background-position-y:13px; text-indent:-9999px;}
.dateInput {width: } .dateInput {width: }