home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / dnew54c3.zip / FOLLOW.TPL < prev    next >
Text File  |  1999-01-26  |  1KB  |  32 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. <form name="form1" ENCTYPE="multipart/form-data" method=post action="%%action%%"> 
  9. <input type="hidden" name="utag" value="%%utag%%">
  10. <input type=hidden name="cmd" value="post"> 
  11. <input type=hidden name="group" value="%%group%%"> 
  12. <input type=hidden name="ref" value="%%h_references%%"> 
  13. <table width="500" cellpadding=10>
  14. <tr>
  15. <td align="left" bgcolor="#C0C0C0">
  16.  
  17. Newsgroup: %%group%%<br>
  18. Your Name: <input name="from_name" value="%%from_name%%" size=20 > (Give Name, e.g. Fred Bloggs)<br>
  19. Your EMail: <input name="from" value="%%from%%" size=20 > (Give EMail address, e.g. you@your.domain)<br>
  20. Subject <input name="subject" size=50 value="%%h_subject%%"> (Required)<br>
  21. Attach <input type=file name="attach" value="" size=24"> (Requires at least Netscape 3.x) <br>
  22. Please enter your message text here: (press enter at the end of each line)<br>
  23. <textarea name="message" cols=65 rows=8>
  24. %%quote_body%%
  25. </textarea> <br>
  26. <input type=submit name="action" value="Post" >
  27. </td></tr></table>
  28. </form>
  29. <hr>
  30. %%copyright%%
  31. </body></html>
  32.