Pastebin

Paste #464: form side

< previous paste - next paste>

Pasted by tdn

Download View as text

<pre class="debug_sql">SELECT * FROM job WHERE id = '2'</pre>
<form action="queue-job" method="post">
  path_in:
  <input type="text" name="path_in">
  <br>
  profile:
  <input type="text" name="profile">
  <br>
  <input type="submit" value="queue-job">
</form>

<form action="dequeue-job" method="post">
  jobid:
  <input type="text" name="jobid">
  <br>
  <input type="submit" value="dequeue-job">
</form>

<form action="get-job-status" method="get">
  jobid:
  <input type="text" name="jobid">
  <br>
  <input type="submit" value="get-job-status">

</form>
EOF

New Paste


Do not write anything in this field if you're a human.

Go to most recent paste.