사용 치환자
- <s_article_protected>, </s_article_protected> : '보호글'이 출력되는 영역입니다
- [##_article_rep_link_##] : 보호글의 고유 주소
- [##_article_rep_title_##] : 보호글의 제목
- [##_article_rep_date_##] : 글쓴 날짜
- [##_article_password_##] : 비밀번호
- [##_article_dissolve_##] : 입력완료 온클릭 이벤트
- [##_article_rep_author_##] : 작성자 이름 (*팀블로그용 치환자)
사용예
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | < s_article_protected > < div class = "entryProtected" > < h2 >< a href = "[##_article_rep_link_##]" >[##_article_rep_title_##]</ a ></ h2 > < span class = "category" >보호글</ span > | < span class = "date" >[##_article_rep_date_##]</ span > < div class = "article" > < p > 보호되어 있는 글입니다. 내용을 보시려면 비밀번호를 입력하세요. </ p > </ div > < dl > < dt >< label for = "[##_article_password_##]" >비밀번호 </ label ></ dt > < dd >< input id = "[##_article_password_##]" class = "textField" name = "[##_article_password_##]" type = "password" maxlength = "16" onkeydown = "if (event.keyCode == 13) [##_article_dissolve_##]" /> < button type = "button" class = "btnSubmit" onclick = "[##_article_dissolve_##]" >< span >Submit</ span ></ button > </ dd > </ dl > </ div > </ s_article_protected > |