home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / dnew54c3.zip / POST.TPL < prev    next >
Text File  |  1999-01-26  |  1KB  |  33 lines

  1. <html><head>
  2. <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
  3. <META HTTP-EQUIV="cache-control" CONTENT="no-cache">
  4. <title>Post Followup to %%group%%</title>
  5. </head>
  6.  
  7. <body bgcolor="#808080" link="#ff0000" vlink="#0000ff">
  8.  
  9. <form ENCTYPE="multipart/form-data" method=post action="%%action%%"> 
  10. <input type="hidden" name="utag" value="%%utag%%">
  11. <input type=hidden name="cmd" value="post"> 
  12. <input type=hidden name="group" value="%%group%%"> 
  13. <input type=hidden name="ref" value="%%h_references%%"> 
  14. <table width="600" cellpadding=10>
  15. <tr>
  16. <td align="left" bgcolor="#C0C0C0">
  17.  
  18. Newsgroup: %%group%%<br>
  19. Your Name: <input name="from_name" value="%%from_name%%" size=20 > (Give Name, e.g. Fred Bloggs)<br>
  20. Your EMail: <input name="from" value="%%from%%" size=20 > (Give EMail address, e.g. you@your.domain)<br>
  21. Subject <input name="subject" size=50 value="%%h_subject%%"> (Required)<br>
  22. Attach <input type=file name="attach" value="" size=24"> (Requires Netscape 3.x)<br>
  23. Please enter your message text here: (press enter at the end of each line)<br>
  24. <textarea name="message" cols=65 rows=8>
  25. %%quote_body%%
  26. </textarea> <br>
  27. <input type=submit name="action" value="Post" >
  28. </td></tr></table>
  29. </form>
  30. <hr>
  31. %%copyright%%
  32. </body></html>
  33.