게시판 리스트에서 날짜검색 만들기
list.skin.php 상단에 아래 코드를 넣으시면 리스트 상단 오른쪽에
노출이 됩니다.
<?php
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
// 선택옵션으로 인해 셀합치기가 가변적으로 변함
$colspan = 5;
if ($is_checkbox) $colspan++;
if ($is_good) $colspan++;
if ($is_nogood) $colspan++;
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
add_stylesheet('<link rel="stylesheet" href="'.$board_skin_url.'/style.css">', 0);
?>
<!-- ////////날짜 검색 시작 { -->
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="//code.jquery.com/ui/1.8.18/jquery-ui.min.js"></script>
<script>
$.datepicker.setDefaults({
dateFormat: 'yy-mm',
prevText: '이전 달',
nextText: '다음 달',
monthNames: ['1월', '2월', '3월', '4월', '5월', '6월', '7월', '8월', '9월', '10월', '11월', '12월'],
monthNamesShort: ['1월', '2월', '3월', '4월', '5월', '6월', '7월', '8월', '9월', '10월', '11월', '12월'],
dayNames: ['일', '월', '화', '수', '목', '금', '토'],
dayNamesShort: ['일', '월', '화', '수', '목', '금', '토'],
dayNamesMin: ['일', '월', '화', '수', '목', '금', '토'],
showMonthAfterYear: true,
yearSuffix: '년'
});
$(function() {
$("#stx2, #e_Date").datepicker({
dateFormat: 'yy-mm-dd'
});
});
</script>
<div style="width:<?php echo $width; ?>; text-align:right;">
<!-- 날짜 검색 시작 { -->
<form name="fsearch" method="get">
<input type="hidden" name="bo_table" value="<?php echo $bo_table ?>">
<input type="hidden" name="sca" value="<?php echo $sca ?>">
<input type="hidden" name="sop" value="and">
<input type="hidden" name="sfl" value="wr_datetime"<?php echo get_selected($sfl, 'wr_datetime'); ?>>
<i class="fa fa-calendar" aria-hidden="true"></i> <input type="text" name="stx" value="<?php echo stripslashes($stx) ?>" required id="stx2" class="sch_input" size="25" maxlength="20" placeholder="날짜검색">
<button type="submit" value="검색" class="sch_btn"><i class="fa fa-search" aria-hidden="true"></i><span class="sound_only">검색</span></button>
</form>
<!-- } 날짜검색 끝 -->
</div>
<!-- 날짜 검색 시작////// { -->
댓글 3개
게시판 목록
그누보드5 팁자료실
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 공지 | 3년 전 | 4413 | ||
| 1974 |
그누x즁딩
|
4년 전 | 4075 | |
| 1973 | 4년 전 | 4337 | ||
| 1972 | 4년 전 | 7720 | ||
| 1971 |
|
4년 전 | 3760 | |
| 1970 | 4년 전 | 2843 | ||
| 1969 |
|
4년 전 | 3889 | |
| 1968 | 4년 전 | 4620 | ||
| 1967 | 4년 전 | 11976 | ||
| 1966 | 4년 전 | 2668 | ||
| 1965 | 4년 전 | 3267 | ||
| 1964 |
honbab
|
4년 전 | 2610 | |
| 1963 |
|
4년 전 | 3726 | |
| 1962 | 4년 전 | 2447 | ||
| 1961 | 4년 전 | 2918 | ||
| 1960 | 4년 전 | 3290 | ||
| 1959 |
welcome
|
4년 전 | 3278 | |
| 1958 |
|
4년 전 | 5201 | |
| 1957 | 4년 전 | 3566 | ||
| 1956 |
몰라무서워
|
4년 전 | 3265 | |
| 1955 | 4년 전 | 3510 | ||
| 1954 | 4년 전 | 3083 | ||
| 1953 | 4년 전 | 2537 | ||
| 1952 |
|
4년 전 | 4867 | |
| 1951 |
|
4년 전 | 3345 | |
| 1950 |
|
4년 전 | 4019 | |
| 1949 |
|
4년 전 | 3784 | |
| 1948 |
|
4년 전 | 3412 | |
| 1947 |
|
4년 전 | 3107 | |
| 1946 | 4년 전 | 5790 | ||
| 1945 | 4년 전 | 2844 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기