home *** CD-ROM | disk | FTP | other *** search
- <html>
-
- <head>
- <meta name="GENERATOR" content="Microsoft FrontPage 3.0">
- <title>Personal options for use %%user%%</title>
- </head>
-
- <body bgcolor="#808080">
-
- <form method="POST" action="%%b_action%%">
- <input type="hidden" name="utag" value="%%utag%%">
- <table width="500">
- <tr>
- <td align="center" bgcolor="#c0c0c0">
- <h2>Personal config options for %%user%%</h2>
- <table border="0" width="400">
- <tr>
- <th>Full Name</th>
- <td><input type="text" value="%%conf_name%%" name="conf_name" size="14"></td>
- <td><input name="save_config" type="submit" value="Save Changes"></td>
- </tr>
- <tr>
- <th>Reply-To</th> <td><input type="text" value="%%conf_reply%%" name="conf_reply" size="14"></td>
- <td></td>
- </tr>
- <tr>
- <th>Sort News</th>
- <td><select name="conf_sort" size="1">
- <option %%conf_sort_thread%% value="Thread">Thread</option>
- <option %%conf_sort_subject%% value="Subject">Subject</option>
- <option %%conf_sort_date%% value="Date">Date</option>
- </select></td>
- <td></td>
- </tr>
- </table>
- <table border="0" width="400">
- <tr>
- <td>Signature</td>
- </tr>
- <tr>
- <td><textarea rows="3" name="conf_sig" cols="41">%%conf_sig%%</textarea></td>
- </tr>
- </table>
- <hr>
- %%copyright%%
- </td>
- </tr>
- </table>
- <input type="hidden" name="cmd" value="config">
- </form>
- </body>
- </html>