]> git.plutz.net Git - busy/blobdiff - Tasks.page
implemented bitcoin donations and advertisement (via http://bitcoinadvertisers.com)
[busy] / Tasks.page
index 333efe43a0fe3ef8b3b739d055fc5132784b1f85..f36a969e2a2b66daf80f6a060ef438b7c493ca5c 100644 (file)
@@ -61,7 +61,7 @@ fi
 
 #create task main dialog
 [ -z "$info" -a -n "$new" ] && cat <<TaskEnd
-<form class="Task" style="height:20em;" method="post" action="write/taskmeta.cgi" accept-charset="UTF-8">
+<form class="Task" style="height:20em;" method="post" action="write/$($LOGIN && echo user_)taskmeta.cgi" accept-charset="UTF-8">
   <h1>$new</h1>
   <input type="hidden" name="headline" value="$new">
   <input type="hidden" name="status" value="new">
@@ -77,8 +77,9 @@ fi
     </select><br>
     <b>other section:</b><br>
     <input type="text" name="section">
-    <input type="submit" value="Robots click here" style="display:none;">
-    <input type="submit" value="Create Task">
+    <input type="submit" name="submit" value="Robots click here" style="display:none;">
+    <input type="submit" name="submit" value="Create Task">
+    <input type="submit" name="submit" value="Robots click here" style="display:none;">
   </div>
 </form>
 TaskEnd