post.html
Language: HyperText Markup Language
Last Modified: 2018-01-07 2:42:22 AM UTC
File Size: 754 bytes
Last Modified: 2018-01-07 2:42:22 AM UTC
File Size: 754 bytes
http://www.penguinstew.ca/templates/post.html
<div class="commentpad">
<div id="commentBox">
<h2 class="center underline"> Comments: </h2>
<!-- List of comments -->
<div class="commentpad" id="comentList">
</div>
<br>
<!-- comment form -->
<form action="" method="post">
<label for="name">Name</label>: <input type="text" id="name" name="name"/> <br>
<label for="text">Comment</label>: <br>
<textarea id="text" name="text" rows="5" cols="75"></textarea> <br>
<img style="padding:1px 0px 0px 0px;float:left"
src="captcha_image.php" alt="captcha" /> <input type="text" name="captcha_input" size="8" maxlength="5">
<input type="submit" id="scratch_submit" value="Post Comment"/> <input type="reset" />
</form>
</div>
</div>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20