| 63 | | <label for="comment-author"><__trans phrase="Name"></label> |
| 64 | | <input id="comment-author" name="author" size="30" value="" onfocus="mtCommentFormOnFocus()" /> |
| 65 | | |
| 66 | | <label for="comment-email"><__trans phrase="Email Address"></label> |
| 67 | | <input id="comment-email" name="email" size="30" value="" onfocus="mtCommentFormOnFocus()" /> |
| 68 | | |
| 69 | | <label for="comment-url"><__trans phrase="URL"></label> |
| 70 | | <input id="comment-url" name="url" size="30" value="" onfocus="mtCommentFormOnFocus()" /> |
| 71 | | |
| 72 | | <input type="checkbox" id="comment-bake-cookie" name="bakecookie" onclick="mtRememberMeOnClick(this)" value="1" accesskey="r" /> |
| 73 | | <label for="comment-bake-cookie"><__trans phrase="Remember personal info?"></label> |
| | 71 | <div> |
| | 72 | <label for="comment-author"><__trans phrase="Name"></label> |
| | 73 | <input id="comment-author" name="author" size="30" value="" onfocus="mtCommentFormOnFocus()" /> |
| | 74 | </div> |
| | 75 | <div> |
| | 76 | <label for="comment-email"><__trans phrase="Email Address"></label> |
| | 77 | <input id="comment-email" name="email" size="30" value="" onfocus="mtCommentFormOnFocus()" /> |
| | 78 | </div> |
| | 79 | <div> |
| | 80 | <label for="comment-url"><__trans phrase="URL"></label> |
| | 81 | <input id="comment-url" name="url" size="30" value="" onfocus="mtCommentFormOnFocus()" /> |
| | 82 | </div> |
| | 83 | <div> |
| | 84 | <input type="checkbox" id="comment-bake-cookie" name="bakecookie" onclick="mtRememberMeOnClick(this)" value="1" accesskey="r" /> |
| | 85 | <label for="comment-bake-cookie"><__trans phrase="Remember personal info?"></label> |
| | 86 | </div> |