|
|
|
@ -86,8 +86,8 @@ Date Author Description
|
|
|
|
|
<td>
|
|
|
|
|
<span class="cal-box">
|
|
|
|
|
<input type="text" data-fmt-type="day" id="regltDe" name="regltDe" style="width: 50%" 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 type="button" name="regltDe" class="calendar">
|
|
|
|
|
<span class="ico far fa-calendar-alt"><em>달력</em></span>
|
|
|
|
|
</button>
|
|
|
|
|
</span>
|
|
|
|
|
</td>
|
|
|
|
@ -154,8 +154,8 @@ Date Author Description
|
|
|
|
|
<span class="cal-box">
|
|
|
|
|
<!-- FIXME: db data 형식과 pattern이 일치하지 않으면 JSP 생성시 에러 발생 -->
|
|
|
|
|
<input type="text" data-fmt-type="day" name="cvplProcessPd" style="width: 50%" class="inputText cal" title="답변기한 선택" placeholder="날짜를 선택하세요">
|
|
|
|
|
<button type="button" name="cvplProcessPd" 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 type="button" name="cvplProcessPd" class="calendar">
|
|
|
|
|
<span class="ico far fa-calendar-alt"><em>달력</em></span>
|
|
|
|
|
</button>
|
|
|
|
|
</span>
|
|
|
|
|
</td>
|
|
|
|
|