reply.html 755 B

1234567891011121314151617181920
  1. <a name="reply"></a><div class="reply">
  2. <form method='post' action='.' style='width:520px'>
  3. <input type='hidden' name='m' value='reply'>
  4. <input type='hidden' name='t' value='{0}'>
  5. <table style='width:480px'>
  6. <tr><td colspan='3' style='padding: 0.7em 0 0.7em 10%;
  7. background-color: #444; color: #efefef'>
  8. <b>Reply</b>
  9. <tr><td style='width:64%; height: 2.6em'>
  10. Name: &nbsp; <input type='text' name='name' maxlength='18'
  11. placeholder="Anonymous" style="width:69%;">
  12. <td style='width:22%'>
  13. Bump: <input type='checkbox' name='bump' checked>
  14. <td style='width:14%'>
  15. <input type='submit' value='Post'>
  16. <tr><td colspan='3'>
  17. <textarea name='comment' rows='9' style='width:100%' id='{1}'></textarea>
  18. </table>
  19. </form></div></div>