- Timestamp:
- 07/29/08 02:47:24 (16 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/Vanilla/templates/vanilla+authentication+comments/entry.mtml
r891 r916 20 20 <ol class="comments-content"> 21 21 </mt:CommentsHeader> 22 <li >22 <li id="comment-<$mt:CommentID$>"> 23 23 <div class="comment-header"> 24 24 <$mt:CommentAuthorIdentity$> … … 58 58 <div id="comments-open-data"> 59 59 <label for="comment-author"><__trans phrase="Name"></label> 60 <input id="comment-author" name="author" size="30" value=" <mt:If name="comment_preview"><$mt:CommentAuthor encode_html="1"$></mt:If>" onfocus="mtCommentFormOnFocus()" />60 <input id="comment-author" name="author" size="30" value="" onfocus="mtCommentFormOnFocus()" /> 61 61 62 62 <label for="comment-email"><__trans phrase="Email Address"></label> 63 <input id="comment-email" name="email" size="30" value=" <mt:If name="comment_preview"><$mt:CommentEmail encode_html="1"$></mt:If>" onfocus="mtCommentFormOnFocus()" />63 <input id="comment-email" name="email" size="30" value="" onfocus="mtCommentFormOnFocus()" /> 64 64 65 65 <label for="comment-url"><__trans phrase="URL"></label> 66 <input id="comment-url" name="url" size="30" value=" <mt:If name="comment_preview"><$mt:CommentURL encode_html="1"$></mt:If>" onfocus="mtCommentFormOnFocus()" />66 <input id="comment-url" name="url" size="30" value="" onfocus="mtCommentFormOnFocus()" /> 67 67 68 68 <input type="checkbox" id="comment-bake-cookie" name="bakecookie" onclick="mtRememberMeOnClick(this)" value="1" accesskey="r" /> 69 69 <label for="comment-bake-cookie"><__trans phrase="Remember personal info?"></label> 70 70 </div> 71 <div id="comment-form-reply" <mt:IfCommentParent><mt:Else> style="display:none"</mt:IfCommentParent>>72 <input type="checkbox" id="comment-reply" name="comment_reply" value="<$mt:CommentParentID$>" <mt:IfCommentParent> checked="checked"</mt:IfCommentParent>onclick="mtSetCommentParentID()" />73 <label for="comment-reply" id="comment-reply-label">< mt:IfCommentParent><__trans phrase="Replying to comment from [_1]" params="<mt:CommentParent><$mt:CommentAuthor$></mt:CommentParent>"></mt:IfCommentParent></label>71 <div id="comment-form-reply" style="display:none"> 72 <input type="checkbox" id="comment-reply" name="comment_reply" value="<$mt:CommentParentID$>" onclick="mtSetCommentParentID()" /> 73 <label for="comment-reply" id="comment-reply-label"></label> 74 74 </div> 75 75 <div id="comments-open-text"> 76 76 <label for="comment-text"><__trans phrase="Comments"> 77 77 <mt:IfAllowCommentHTML><__trans phrase="(You may use HTML tags for style)"></mt:IfAllowCommentHTML></label> 78 <textarea id="comment-text" name="text" rows="15" cols="50" onfocus="mtCommentFormOnFocus()">< mt:If name="comment_preview"><$mt:CommentBody autolink="0" sanitize="0" convert_breaks="0" encode_html="1"$></mt:If></textarea>78 <textarea id="comment-text" name="text" rows="15" cols="50" onfocus="mtCommentFormOnFocus()"></textarea> 79 79 </div> 80 80 <div id="comments-open-captcha"></div>
