Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <form action="http://localhost/wordpress-dev/core.svn.wordpress.org/wp-comments-post.php"
- method="post" id="commentform">
- <p class="comment-notes">
- <label for="name">Your email address will not be published. Required fields are marked
- <span
- class="required">*</span>
- </label>
- </p>
- <p class="comment-form-author">
- <label for="author">Name <span class="required">*</span>
- </label>
- <input id="author" name="author" type="text" value="" size="30" aria-required="true">
- </p>
- <p class="comment-form-email">
- <label for="email">Email <span class="required">*</span>
- </label>
- <input id="email" name="email" type="text" value="" size="30" aria-required="true">
- </p>
- <p class="comment-form-url">
- <label for="url">Website</label>
- <input id="url" name="url" type="text" value="" size="30">
- </p>
- <p class="comment-form-comment">
- <label for="comment">Comment</label>
- <textarea id="comment" name="comment" cols="45" rows="8"
- aria-required="true"></textarea>
- </p>
- <p class="form-allowed-tags">
- <label for="name">You may use these <abbr title="HyperText Markup Language">HTML</abbr> tags
- and attributes: <code><a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> </code>
- </label>
- </p>
- <p class="form-submit">
- <input name="submit" type="submit" id="submit" value="Post Comment">
- <input type="hidden" name="comment_post_ID" value="10" id="comment_post_ID">
- <input type="hidden" name="comment_parent" id="comment_parent" value="0">
- </p>
- </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement