Changeset 639 for trunk/MTDefaultTemplateSet
- Timestamp:
- 05/12/08 23:12:41 (19 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/MTDefaultTemplateSet/plugins/MTDefaultTemplatesSet/templates/classic-blog-simple/comment_preview.mtml
r638 r639 70 70 <div id="comment-form-name"> 71 71 <label for="comment-author"><__trans phrase="Name"></label> 72 <input id="comment-author" name="author" size="30" value="<$MTCommentAuthor encode_html="1"$>" />72 <input id="comment-author" name="author" size="30" value="<$MTCommentAuthor encode_html="1"$>" onfocus="mtShowCaptcha()" /> 73 73 </div> 74 74 <div id="comment-form-email"> 75 75 <label for="comment-email"><__trans phrase="Email Address"></label> 76 <input id="comment-email" name="email" size="30" value="<$MTCommentEmail encode_html="1"$>" />76 <input id="comment-email" name="email" size="30" value="<$MTCommentEmail encode_html="1"$>" onfocus="mtShowCaptcha()" /> 77 77 </div> 78 78 <div id="comment-form-url"> 79 79 <label for="comment-url"><__trans phrase="URL"></label> 80 <input id="comment-url" name="url" size="30" value="<$MTCommentURL encode_html="1"$>" />80 <input id="comment-url" name="url" size="30" value="<$MTCommentURL encode_html="1"$>" onfocus="mtShowCaptcha()" /> 81 81 </div> 82 82 </div> 83 83 <div id="comments-open-text"> 84 84 <label for="comment-text"><__trans phrase="Comments"> <MTIfAllowCommentHTML><__trans phrase="(You may use HTML tags for style)"></MTIfAllowCommentHTML></label> 85 <textarea id="comment-text" name="text" rows="15" cols="50" ><$MTCommentBody autolink="0" sanitize="0" convert_breaks="0" encode_html="1"$></textarea>85 <textarea id="comment-text" name="text" rows="15" cols="50" onfocus="mtShowCaptcha()"><$MTCommentBody autolink="0" sanitize="0" convert_breaks="0" encode_html="1"$></textarea> 86 86 </div> 87 87 <div id="comments-open-captcha"></div>
