werc/apps/bridge/foot.tpl

36 lines
1.1 KiB
Smarty
Raw Normal View History

<hr>
2009-01-23 23:22:43 -07:00
% notices_handler
<form action="" method="post">
<textarea name="comment_text" id="comment_text" cols="80" rows="16">%($"saved_comment_text%)</textarea>
<br>
<input type="submit" name="bridge_post" value="Post a comment">
2009-10-19 18:09:55 -06:00
% if(~ $#logged_user 0) {
% if(~ $#allow_new_user_comments 1) {
<label>New user name:
<input type="text" name="comment_user" value="%($"post_arg_comment_user%)">
</label>
<label>Password:
<input type="password" name="comment_passwd" value="">
</label>
<label>Repeat password:
<input type="password" name="comment_passwd2" value="">
</label>
<div style="font-size: 70%">
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" rel="nofollow">login</a> before posting.
</div>
2009-10-19 18:09:55 -06:00
% }
% if not if(~ $#bridge_anon_comments 1) {
<label>Are you a robot?
<select>
<option value="yes">Yes</option>
<option value="no">No</option>
</select>
</label>
% }
% }
</form>