home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / dnew54c3.zip / USER.TPL < prev    next >
Text File  |  1998-10-30  |  2KB  |  85 lines

  1. <html>
  2.  
  3. <head>
  4. <meta name="GENERATOR" content="Microsoft FrontPage 3.0">
  5. <title>Subscribed News Groups for %%user%%</title>
  6. </head>
  7.  
  8. <body  bgcolor="#808080">
  9.  
  10. <form method="GET" action="%%b_action%%">
  11.   <input type="hidden" name="utag" value="%%utag%%">
  12. <table width="500">
  13.     <tr>
  14.       <td align="center" bgcolor="#c0c0c0"><h2>Subscribed News Groups for %%user%%</h2>
  15.       <table border="2" bgcolor="#00ff00">
  16.         <tr>
  17.           <th align="center">Group Name</th>
  18.           <th align="center">Total Messages</th>
  19.           <th align="center">New Messages</th>
  20.         </tr>
  21. %%begin_groups%%
  22.         <tr>
  23.           <td><a href="%%b_action%%?cmd=xover&group=%%name%%&from=%%from%%&utag=%%utage%%">
  24.     %%name%%</a></td>
  25.           <td>%%total%%</td>
  26.           <td><strong>%%new%%</strong></td>
  27.         </tr>
  28. %%end_groups%%
  29.       </table>
  30.       <hr>
  31.       <table border="0" width="500">
  32.         <tr>
  33.           <td>List news groups containing</td>
  34.           <td><input type="text" name="wild" size="14"></td>
  35.           <td><input name="cmd_grpsearch" type="submit" value="Search"></td>
  36.         </tr>
  37.         <tr>
  38.           <td>Read a specfic news group</td>
  39.           <td><input type="text" name="group" size="14"></td>
  40.           <td><input name="cmd_read" type="submit" value="Read"></td>
  41.         </tr>
  42.         <tr>
  43.           <td>Unsubscribe from this group</td>
  44.           <td><select name="unsub" size="1">
  45.             <option value="(none)">(none)</option>
  46.         %%unsub_list%%
  47.           </select></td>
  48.           <td><input type="submit" value="UnSubscribe" name="cmd_unsub"></td>
  49.         </tr>
  50.         <tr>
  51.           <td>User Config Settings</td>
  52.           <td></td>
  53.           <td>
  54.         <input type="submit" value="Config" name="cmd_config">
  55.         <input type="submit" value="Catchup" name="cmd_catchup">
  56.       </td>
  57.         </tr>
  58. %%ifdef%%b_search%%
  59.         <tr>
  60.           <td></td>
  61.           <td><a href="%%b_search%%">Search Full Text Database</a>
  62.           <td></td>
  63.         </tr>
  64. %%endif%%
  65.  
  66.         <tr>
  67.           <td></td>
  68.           <td><a href="%%b_allgroups%%">Browse All Groups</a></td>
  69.           <td><input name="cmd_logout" type="submit" value="Logout"></td>
  70.         </tr>
  71.  
  72.       </table>
  73.       <hr>
  74. %%ifdef%%isquery%%
  75. <font size="-2">Bookmark this page!</font>
  76. %%endif%%
  77. <p>
  78. %%copyright%%
  79. </td>
  80.     </tr>
  81.   </table>
  82. </form>
  83. </body>
  84. </html>
  85.