
- 사용 치환자
- <s_rplist>, </s_rplist> : 검색시 보여줄 댓글 목록을 출력할 영역입니다
- <s_rplist_rep>, </s_rplist_rep> : 댓글 목록을 반복하여 출력하는 기능을 수행합니다
- [##_rplist_conform_##] : 검색어
- [##_rplist_count_##] : 검색된 댓글의 갯수
- [##_rplist_rep_link_##] : 댓글의 고유 주소
- [##_rplist_rep_regdate_##] : 댓글이 달린 날짜
- [##_rplist_rep_body_##] : 댓글 내용의 일부
- [##_rplist_rep_name_##] : 댓글을 쓴 사람의 이름
- [##_rplist_rep_rp_cnt_##]
사용예
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | < s_rplist > < div id = "searchRplist" > < h3 >'[##_rplist_conform_##]'에 해당되는 댓글 [##_rplist_count_##]건</ h3 > < ol > < s_rplist_rep > < li > < span class = "date" >[##_rplist_rep_regdate_##]</ span > < span class = "name" >[##_rplist_rep_name_##]</ span > < p >< a href = "[##_rplist_rep_link_##]" >[##_rplist_rep_body_##]</ a ></ p > </ li > </ s_rplist_rep > </ ol > </ div > </ s_rplist > |