swerc

anselm's simpler werc fork
git clone git://git.suckless.org/swerc
Log | Files | Refs | README

commit f6ce1c8d3bb2df527691bd3c353202f9bfc9cbfe
parent cc5e88069bbd84d7f958118b5b613498e49bae5a
Author: uriel@engel.se.cat-v.org <unknown>
Date:   Sat, 24 Jan 2009 07:22:43 +0100

Make comments form look less hideous
Diffstat:
Mapps/bridge/foot.tpl | 11++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/apps/bridge/foot.tpl b/apps/bridge/foot.tpl @@ -10,15 +10,16 @@ % } % } -<hr /><hr /> +<hr /> + <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) { User: <input type="text" name="comment_user_name" 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>