2009-07-28 12:49:53 -06:00
<hr>
2009-01-23 23:22:43 -07:00
2009-01-30 08:10:14 -07:00
% notices_handler
2009-01-10 20:03:46 -07:00
<form action="" method="post">
2009-01-30 08:10:14 -07:00
<textarea name="comment_text" id="comment_text" cols="80" rows="16">%($"saved_comment_text%)</textarea>
2009-07-28 12:49:53 -06:00
<br>
<input type="submit" name="bridge_post" value="Post a comment">
2009-01-30 08:10:14 -07:00
2009-10-19 18:09:55 -06:00
% if(~ $#logged_user 0) {
% if(~ $#allow_new_user_comments 1) {
2009-01-30 08:10:14 -07:00
<label>New user name:
2009-07-28 12:49:53 -06:00
<input type="text" name="comment_user" value="%($"post_arg_comment_user%)">
2009-01-30 08:10:14 -07:00
</label>
<label>Password:
2009-07-28 12:49:53 -06:00
<input type="password" name="comment_passwd" value="">
2009-01-30 08:10:14 -07:00
</label>
<label>Repeat password:
2009-07-28 12:49:53 -06:00
<input type="password" name="comment_passwd2" value="">
2009-01-30 08:10:14 -07:00
</label>
<div style="font-size: 70%">
2010-04-16 19:05:13 -06:00
Enter your desired user name/password and after your comment has been reviewed by an admin it will be posted and your account will be enabled. If you are already registered please <a href="/_users/login">login</a> before posting.
2009-01-30 08:10:14 -07:00
</div>
2009-10-19 18:09:55 -06:00
% }
% if not if(~ $#bridge_anon_comments 1) {
2009-10-19 18:28:10 -06:00
<label>Is <a href="http://glenda.cat-v.org">Glenda a cute bunny</a>?
<select name='ima_robot'>
<option value="yes">No</option>
<option value="not">Yes</option>
<option value="foobar">I hate bunnies!</option>
<option value="robot">I'm a robot!</option>
2009-10-19 18:09:55 -06:00
</select>
</label>
% }
2009-01-10 20:03:46 -07:00
% }
</form>