
사용 치환자
- <s_tblist>, </s_tblist> : 검색시 보여줄 트랙백 목록을 출력할 영역입니다
- <s_tblist_rep>, </s_tblist_rep> : 트랙백 목록을 반복하여 출력하는 기능을 수행합니다
- [##_tblist_conform_##] : 검색어
- [##_tblist_count_##] : 검색된 트랙백의 갯수
- [##_tblist_rep_link_##] : 트랙백의 고유 주소
- [##_tblist_rep_regdate_##] : 트랙백이 달린 날짜
- [##_tblist_rep_body_##] : 트랙백 내용의 일부
- [##_tblist_rep_subject_##] : 보낸 트랙백의 제목
사용예
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | < s_tblist > < div id = "searchTblist" > < h3 >'[##_tblist_conform_##]'에 해당되는 댓글 [##_tblist_count_##]건</ h3 > < ol > < s_tblist_rep > < li > < span class = "date" >[##_tblist_rep_regdate_##]</ span > < span class = "title" >< a href = "[##_tblist_rep_link_##]" >[##_tblist_rep_subject_##]</ a ></ span > < p >[##_tblist_rep_body_##]</ p > </ li > </ s_tblist_rep > </ ol > </ div > </ s_tblist > |