create.html 672 B

123456789101112131415161718
  1. <form method='post' action='.'><a name='create'></a>
  2. <input type='hidden' name='m' value='create'>
  3. <table style='width:420px'>
  4. <tr><td colspan='3' style='padding: 0.7em 0 0.7em 10%;
  5. background-color: #444; color: #efefef'>
  6. <b>Create a new thread</b>
  7. <tr><td style='width:18%'>
  8. Title: <td colspan='3'>
  9. <input type='text' name='title' maxlength='30' style='width:95%'>
  10. <tr><td>
  11. Name: <td>
  12. <input type='text' name='name' maxlength='18'
  13. placeholder="Anonymous" style="width:85%">
  14. <td colspan='2'><input type='submit' value='Post' />
  15. <tr><td colspan='3'><textarea name='content' rows='9' style='width:100%'></textarea>
  16. </table>
  17. </form>