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

  1. <html>
  2.  
  3. <head>
  4. <meta name="GENERATOR" content="Microsoft FrontPage 3.0">
  5. <title>Personal options for use %%user%%</title>
  6. </head>
  7.  
  8. <body bgcolor="#808080">
  9.  
  10. <form method="POST" action="%%b_action%%">
  11.   <input type="hidden" name="utag" value="%%utag%%">
  12. <table width="500">
  13.     <tr>
  14.       <td align="center" bgcolor="#c0c0c0">
  15. <h2>Personal config options for %%user%%</h2>
  16.       <table border="0" width="400">
  17.         <tr>
  18.           <th>Full Name</th>
  19.           <td><input type="text" value="%%conf_name%%" name="conf_name" size="14"></td>
  20.           <td><input name="save_config" type="submit" value="Save Changes"></td>
  21.         </tr>
  22.         <tr>
  23.           <th>Reply-To</th>          <td><input type="text" value="%%conf_reply%%" name="conf_reply" size="14"></td>
  24.           <td></td>
  25.         </tr>
  26.         <tr>
  27.           <th>Sort News</th>
  28.           <td><select name="conf_sort" size="1">
  29.             <option %%conf_sort_thread%% value="Thread">Thread</option>
  30.             <option %%conf_sort_subject%% value="Subject">Subject</option>
  31.             <option %%conf_sort_date%% value="Date">Date</option>
  32.           </select></td>
  33.           <td></td>
  34.         </tr>
  35.       </table>
  36.       <table border="0" width="400">
  37.         <tr>
  38.           <td>Signature</td>
  39.         </tr>
  40.         <tr>
  41.           <td><textarea rows="3" name="conf_sig" cols="41">%%conf_sig%%</textarea></td>
  42.         </tr>
  43.       </table>
  44.       <hr>
  45. %%copyright%%   
  46. </td>
  47.     </tr>
  48.   </table>
  49.   <input type="hidden" name="cmd" value="config">
  50. </form>
  51. </body>
  52. </html>