
사용 치환자
- <s_list>, </s_list> : 검색시 보여줄 글목록을 출력할 영역입니다
- <s_list_rep>, </s_list_rep> : 글목록을 반복하여 출력하는 기능을 수행합니다
- [##_list_conform_##] : 검색어
- [##_list_count_##] : 검색된 글의 갯수
- [##_list_rep_link_##] : 글의 고유 주소
- [##_list_rep_regdate_##] : 글이 작성된 날짜
- [##_list_rep_title_##] : 글의 제목
- [##_list_rep_rp_cnt_##] : 댓글 수
- [##_list_rep_name_##] : 작성자 이름
- [##_list_rep_author_##] : 작성자 이름 (*팀블로그용 치환자)
사용예
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | < s_list > < div class = "searchList" > < h3 >'[##_list_conform_##]'에 해당되는 글 [##_list_count_##]건</ h3 > < ol > < s_list_rep > < li > < span class = "date" >[##_list_rep_regdate_##]</ span > < span class = "name" >[##_list_rep_name_##]</ span > < a href = "[##_list_rep_link_##]" > [##_list_rep_title_##]</ a > < span class = "cnt" >[##_list_rep_rp_cnt_##]</ span > </ li > </ s_list_rep > </ ol > </ div > </ s_list > |