Make comments form look less hideous

This commit is contained in:
Uriel 2009-01-24 07:22:43 +01:00
parent f87339e98b
commit 4b43af43ff

View file

@ -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>