MTIfAllowCommentHTML
コメントの内容について、ブログのコメントポリシーの設定で一部の HTML タグの利用を許可している場合にのみ実行する条件タグです。
- 使い方
<form method="post" action="<$mt:CGIPath$><$mt:CommentScript$>" name="comments_form" id="comments-form" onsubmit="return mtCommentOnSubmit(this)">
<fieldset>
<legend>コメントの投稿</legend>
<input type="hidden" name="static" value="1">
<input type="hidden" name="armor" value="1">
<input type="hidden" name="entry_id" value="<$mt:EntryID$>">
<input type="hidden" name="__lang" value="<$mt:BlogLanguage$>">
<input type="hidden" name="parent_id" value="<$mt:CommentParentID escape="html"$>" id="comment-parent-id">
<input type="hidden" name="preview" value="<mt:if name="comment_preview">1</mt:if>">
<input type="hidden" name="sid" value="">
<p id="comment-form-reply" style="display:none">
<input type="checkbox" id="comment-reply" name="comment_reply" value="" onclick="mtSetCommentParentID()" /> <label for="comment-reply" id="comment-reply-label">コメントの返信</label>
</p>
<div id="comments-open-text">
<label for="comment-text">コメント<mt:IfAllowCommentHTML> (スタイル用のHTMLタグを使えます)</mt:IfAllowCommentHTML></label>
<textarea name="text" id="comment-text" class="text" onfocus="mtCommentFormOnFocus()"><mt:If name="comment_preview"><$mt:CommentBody autolink="0" sanitize="0" convert_breaks="0" encode_html="1"$></mt:If></textarea>
</div>
....