Merge branch 'master' of http://hylee@vcs.iten.co.kr:9999/2025_PROJECT/orgasis
@127858ae29e43ad96ac01d5e3e1c8bbf6525f9e8
--- src/main/webapp/WEB-INF/jsp/sym/log/clg/SelectWebLogList.jsp
+++ src/main/webapp/WEB-INF/jsp/sym/log/clg/SelectWebLogList.jsp
... | ... | @@ -300,20 +300,24 @@ |
| 300 | 300 |
<div class="search_type calendar_type calendar_wrap"> |
| 301 | 301 |
|
| 302 | 302 |
<%-- <input type="text" class="input calendar" id="startDate01" name="searchStartDt" value="${searchVO.searchStartDt}" autocomplete="off"> ~ <input type="text" class="input calendar" id="endDate" name="searchEndDt" value="${searchVO.searchEndDt}" autocomplete="off"> --%>
|
| 303 |
- |
|
| 304 |
- <input type="hidden" name="cal_url" id="cal_url" value="<c:url value='/sym/cmm/EgovNormalCalPopup.do'/>" > |
|
| 305 |
- <input type="text" class="date_format input calendar" name="ntceBgndeYYYMMDD" id="ntceBgndeYYYMMDD" size="10" maxlength="10" value="<c:out value="${searchVO.searchBgnDe}"/>" readonly >
|
|
| 306 |
- <a href="#" class="btn only_icon medium lightgray btn_calendar" onClick="javascript:fn_egov_NormalCalendar(document.forms.frm, document.forms.frm.ntceBgndeYYYMMDD);"><i class="icon calendar"></i></a> |
|
| 307 |
- ~ |
|
| 308 |
- <input type="text" class="date_format input calendar" name="ntceEnddeYYYMMDD" id="ntceEnddeYYYMMDD" size="10" maxlength="10" value="<c:out value="${searchVO.searchEndDe}"/>" readonly >
|
|
| 309 |
- <a href="#" class="btn only_icon medium lightgray btn_calendar" onClick="javascript:fn_egov_NormalCalendar(document.forms.frm, document.forms.frm.ntceEnddeYYYMMDD);"><i class="icon calendar"></i></a> |
|
| 310 |
- |
|
| 303 |
+ <div class="form_wrap"> |
|
| 304 |
+ <select name="accessDateType" id="accessDateType" class="search_select" style="width:150px;"> |
|
| 305 |
+ <option value="last">최종 접속일자</option> |
|
| 306 |
+ <option value="first">최초 접속일자</option> |
|
| 307 |
+ </select> |
|
| 308 |
+ <input type="hidden" name="cal_url" id="cal_url" value="<c:url value='/sym/cmm/EgovNormalCalPopup.do'/>" > |
|
| 309 |
+ <input type="text" class="date_format input calendar" name="ntceBgndeYYYMMDD" id="ntceBgndeYYYMMDD" size="10" maxlength="10" value="<c:out value="${searchVO.searchBgnDe}"/>" readonly >
|
|
| 310 |
+ <a href="#" class="btn only_icon medium lightgray btn_calendar" onClick="javascript:fn_egov_NormalCalendar(document.forms.frm, document.forms.frm.ntceBgndeYYYMMDD);"><i class="icon calendar"></i></a> |
|
| 311 |
+ ~ |
|
| 312 |
+ <input type="text" class="date_format input calendar" name="ntceEnddeYYYMMDD" id="ntceEnddeYYYMMDD" size="10" maxlength="10" value="<c:out value="${searchVO.searchEndDe}"/>" readonly >
|
|
| 313 |
+ <a href="#" class="btn only_icon medium lightgray btn_calendar" onClick="javascript:fn_egov_NormalCalendar(document.forms.frm, document.forms.frm.ntceEnddeYYYMMDD);"><i class="icon calendar"></i></a> |
|
| 314 |
+ </div> |
|
| 311 | 315 |
|
| 312 | 316 |
</div> |
| 313 | 317 |
</li> |
| 314 | 318 |
<li class="search_item"> |
| 315 | 319 |
<div class="form_wrap"> |
| 316 |
- <select name="searchCondition" id="searchCondition" class="search_select" title="검색조건선택" style="width:120px;margin:0 5px 0 0;"> |
|
| 320 |
+ <select name="searchCondition" id="searchCondition" class="search_select" title="검색조건선택" style="width:150px;"> |
|
| 317 | 321 |
<option value='' <c:if test="${searchVO.searchCondition == ''}">selected</c:if> >전체</option>
|
| 318 | 322 |
<option value='1' <c:if test="${searchVO.searchCondition == '1'}">selected</c:if>>메뉴명</option>
|
| 319 | 323 |
</select> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?