summaryrefslogtreecommitdiff
path: root/apps/bridge/foot.tpl
diff options
context:
space:
mode:
authorPeter Mikkelsen <petermikkelsen10@gmail.com>2024-04-07 13:25:49 +0200
committerPeter Mikkelsen <petermikkelsen10@gmail.com>2024-04-07 13:25:49 +0200
commit9cb56dabb676391a9382731347e8d2b07b9437a5 (patch)
tree95302f041497679202722d9896ec1386bed2d86c /apps/bridge/foot.tpl
parent0a37a1cc5909e11098963267edc9654b85e7ce16 (diff)
big cleanup
Diffstat (limited to 'apps/bridge/foot.tpl')
-rwxr-xr-xapps/bridge/foot.tpl37
1 files changed, 0 insertions, 37 deletions
diff --git a/apps/bridge/foot.tpl b/apps/bridge/foot.tpl
deleted file mode 100755
index 0dad21d..0000000
--- a/apps/bridge/foot.tpl
+++ /dev/null
@@ -1,37 +0,0 @@
-<hr>
-
-% 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">
-
-% 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">login</a> before posting.
- </div>
-% }
-% if not if(~ $#bridge_anon_comments 1) {
- <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>
- </select>
- </label>
-% }
-% }
-</form>