| 47 | | <label for="comment-author"><__trans phrase="Name"></label> |
| 48 | | <input id="comment-author" name="author" size="30" value="<mt:If name="comment_preview"><$mt:CommentAuthor encode_html="1"$></mt:If>" onfocus="mtCommentFormOnFocus()" /> |
| 49 | | |
| 50 | | <label for="comment-email"><__trans phrase="Email Address"></label> |
| 51 | | <input id="comment-email" name="email" size="30" value="<mt:If name="comment_preview"><$mt:CommentEmail encode_html="1"$></mt:If>" onfocus="mtCommentFormOnFocus()" /> |
| 52 | | |
| 53 | | <label for="comment-url"><__trans phrase="URL"></label> |
| 54 | | <input id="comment-url" name="url" size="30" value="<mt:If name="comment_preview"><$mt:CommentURL encode_html="1"$></mt:If>" onfocus="mtCommentFormOnFocus()" /> |
| | 55 | <div> |
| | 56 | <label for="comment-author"><__trans phrase="Name"></label> |
| | 57 | <input id="comment-author" name="author" size="30" value="" onfocus="mtCommentFormOnFocus()" /> |
| | 58 | </div> |
| | 59 | <div> |
| | 60 | <label for="comment-email"><__trans phrase="Email Address"></label> |
| | 61 | <input id="comment-email" name="email" size="30" value="" onfocus="mtCommentFormOnFocus()" /> |
| | 62 | </div> |
| | 63 | <div> |
| | 64 | <label for="comment-url"><__trans phrase="URL"></label> |
| | 65 | <input id="comment-url" name="url" size="30" value="" onfocus="mtCommentFormOnFocus()" /> |
| | 66 | </div> |