Created
October 23, 2008 19:31
-
-
Save baldur/19168 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form action="" method="post" id="commentform"> | |
<p><input type="text" name="wp[leyndo]" value="ruslarakki" /> | |
<p><input type="text" name="wp[author]" id="author" value="baldur" size="22" tabindex="1" /> | |
<label for="author"><small>Name </small></label></p> | |
<p><input type="text" name="wp[email]" id="email" value="[email protected]" size="22" tabindex="2" /> | |
<label for="email"><small>Mail (will not be published) </small></label></p> | |
<p><input type="text" name="wp[url]" id="url" value="http://a" size="22" tabindex="3" /> | |
<label for="url"><small>Website</small></label></p> | |
<!--<p><small><strong>XHTML:</strong> You can use these tags: <code><a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> </code></small></p>--> | |
<p><textarea name="wp[comment]" id="comment" cols="100%" rows="10" tabindex="4"></textarea></p> | |
<p><input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" /> | |
<input type="hidden" name="wp[comment_post_ID]" value="3" /> | |
</p> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment