Make comments form look less hideous
This commit is contained in:
parent
f87339e98b
commit
4b43af43ff
1 changed files with 6 additions and 5 deletions
|
|
@ -10,15 +10,16 @@
|
||||||
% }
|
% }
|
||||||
% }
|
% }
|
||||||
|
|
||||||
<hr /><hr />
|
<hr />
|
||||||
|
|
||||||
<form action="" method="post">
|
<form action="" method="post">
|
||||||
|
<textarea name="comment_text" id="comment_text" cols="80" rows="16"></textarea>
|
||||||
|
<br />
|
||||||
|
<input type="submit" name="post_comment" value="Post a comment" />
|
||||||
% if(! check_user) {
|
% if(! check_user) {
|
||||||
User: <input type="text" name="comment_user_name" value="" />
|
User: <input type="text" name="comment_user_name" value="" />
|
||||||
Password: <input type="password" name="comment_user_password" value="" />
|
Password: <input type="password" name="comment_user_password" value="" />
|
||||||
<small>If you are not registered enter your desired user/password and your account will be created when your comment is approved.</small>
|
<div style="font-size: 70%">If you are not registered enter your desired user/password and your account will be created when your comment is approved.</div>
|
||||||
% }
|
% }
|
||||||
|
|
||||||
<textarea name="comment_text" id="comment_text" cols="80" rows="16"></textarea>
|
|
||||||
<input type="submit" name="post_comment" value="Post a comment" />
|
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue