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

  1. <html><head>
  2. <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
  3. <META HTTP-EQUIV="cache-control" CONTENT="no-cache">
  4. <title>Post Status to %%group%%</title>
  5. </head>
  6.  
  7.  
  8.  
  9. <body bgcolor="#808080" link="#ff0000" vlink="#0000ff">
  10.  
  11. <form method="GET" action="%%b_action%%">
  12. <input type="hidden" name="utag" value="%%utag%%">
  13. <input type="hidden" name="group" value="%%group%%">
  14. <input type="hidden" name="xrelated" value="%%item%%">
  15. <table width="500" cellpadding=10>
  16.     <tr>
  17.       <td align="left" bgcolor="#C0C0C0"><h2>Items in %%group%%</h2>
  18.       <p>
  19. <input name="cmd_latest" type="submit" value="Latest Items">
  20. <input name="cmd_user"      type="submit" value="Groups">
  21. </p>
  22.       <table border="0" bgcolor="#00ff00">
  23.         <tr>
  24.           <td>
  25.  
  26.  
  27. %%ifdef%%ok%%
  28. <h4>Your message was successfully posted to %%group%%</h4>
  29. %%else%%
  30. <h4>Your message was rejected</h4>
  31. The news server responded with:
  32. <pre>
  33. %%post_status%%
  34. </pre>
  35. %%endif%%
  36.  
  37.  
  38.  
  39. </td>
  40.         </tr>
  41.       </table>
  42.       <hr>
  43.       <p>
  44. %%copyright%%
  45.  
  46. </td>
  47.     </tr>
  48.   </table>
  49. </form>
  50. </body>
  51. </html>
  52.  
  53.  
  54.