addalias.htm 1.0 KB

123456789101112131415161718192021222324252627282930313233
  1. <html>
  2. <head>
  3. <title>IRC statistics - user addition page</title>
  4. </head>
  5. <body>
  6. <p>In this form you can enter the settings (aliases, link and user picture)
  7. for your nickname in the IRC-stats.<br> Nicknames are allowed only once.</p>
  8. <form action="../cgi-bin/addalias.pl" method="POST">
  9. <table>
  10. <tr>
  11. <td>Nickname: </td><td><input name="nick" type="text" width="30"></td>
  12. </tr>
  13. <tr>
  14. <td>Aliases:<sup>*</sup> </td><td><input name="alias" type="text" width="30"></td>
  15. </tr>
  16. <tr>
  17. <td>URL/Link: </td><td><input name="link" type="text" width="30"></td>
  18. </tr>
  19. <tr>
  20. <td>Userpic: </td><td><input name="pic" type="text" width="30"></td>
  21. </tr>
  22. <tr>
  23. <td><input type="checkbox" name="ignore"></td><td> Ignore?</td>
  24. </tr>
  25. <tr>
  26. <td colspan="2"><center><input type="submit" value="Submit"></center></td>
  27. </tr>
  28. </table>
  29. </form>
  30. <p><sup>*</sup>: If you want to set more then one alias, seperate them with
  31. a space... e.g. "Alias1 Alias2"</p>
  32. </body>
  33. </html>