home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / dnew54c3.zip / POSTFORM.TPL < prev    next >
Text File  |  1998-07-06  |  1KB  |  28 lines

  1. <html><head>
  2. <title>Post Followup to %%group%%</title>
  3. </head>
  4.  
  5. <body>
  6. <form method=post action="%%action%%"> 
  7. <input type=hidden name="cmd" value="post"> 
  8. <input type=hidden name="group" value="%%group%%"> 
  9. <input type=hidden name="required" value="os,version,reg"> 
  10. <input type=hidden name="optional" value="keywords"> 
  11. <input type=hidden name="template" value="postit.tpl"> 
  12. Newsgroup: %%group%%<br>
  13. From: <input name="from" size=20 > (Give EMail address, e.g. you@your.domain)<br>
  14. Subject <input name="subject" size=50 value="%%h_subject%%"> (Required)<br>
  15. Operating System <input name="os" size=50 > (Required)<br>
  16. Software Version <input name="version" size=50 > (Required)<br>
  17. Registration Number <input name="reg" size=50 > (Required)<br>
  18. Keywords <input name="keywords" size=50 > (Optional)<br>
  19. Please enter your message text here: (press enter at the end of each line)<br>
  20. <textarea name="message" cols=65 rows=8>
  21. %%quote_body%%
  22. </textarea> <br>
  23. <input type=submit name="action" value="Post" >
  24. </form>
  25. <hr>
  26. %%copyright%%
  27. </body></html>
  28.