http_fist_input.html 415 B

12345678910111213
  1. <html xmlns="http://www.w3.org/1999/xhtml">
  2. <head>
  3. <title>Test sync resources</title>
  4. </head>
  5. <body>
  6. <form method="post">
  7. <input type="hidden" name="uuid" value="$uuid"/>
  8. <input type="hidden" name="ant_target" value="http_first_output"/>
  9. Text<input type="text" name="text" />
  10. <input type="submit" />
  11. </form>
  12. </body>
  13. </html>