2024/03/06 공지사항 게시판 공지기간 텍스트 및 버튼 수정
This commit is contained in:
parent
5113be680e
commit
f418b160d2
@ -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>분
|
||||||
<!-- ~ -->
|
<!-- ~ -->
|
||||||
</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">
|
||||||
|
|||||||
@ -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: }
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user