Просмотр файла fastwap/signup.htm

Размер файла: 2.33Kb
  1. <html>
  2.  
  3. <head>
  4.  
  5. <title>Login Fastwap</title>
  6.  
  7. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  8.  
  9. <link rel="STYLESHEET" media="screen" href="site.css" type="text/css">
  10.  
  11. </head>
  12.  
  13.  
  14.  
  15. <body bgcolor="#ffffff" text="#000000" marginwidth="3" marginheight="3">
  16.  
  17. <table width="700" border="0" cellspacing="7" cellpadding="0">
  18.  
  19. <tr>
  20.  
  21. <td valign="top" colspan="2" height="37">
  22.  
  23. <div class="content"> <b>
  24.  
  25. <div class="title">Fastwap Signup</div>
  26.  
  27. </b></div>
  28.  
  29. </td>
  30.  
  31. </tr>
  32.  
  33. <tr>
  34.  
  35. <td valign="top" colspan="2" height="57">
  36.  
  37. <form name="signform" method="post" action="signup.php">
  38.  
  39. <table width="400" border="0" cellspacing="0" cellpadding="0">
  40.  
  41. <tr>
  42.  
  43. <td height="33">Your prefered username<br>
  44.  
  45. <br>
  46.  
  47. </td>
  48.  
  49. <td height="33" valign="top">
  50.  
  51. <input type="text" name="username_sign" class="form">
  52.  
  53. </td>
  54.  
  55. </tr>
  56.  
  57. <tr>
  58.  
  59. <td>Password (case sensitive)</td>
  60.  
  61. <td valign="top">
  62.  
  63. <input type="password" name="password1" class="form">
  64.  
  65. </td>
  66.  
  67. </tr>
  68.  
  69. <tr>
  70.  
  71. <td>Confirm your password<br>
  72.  
  73. <br>
  74.  
  75. </td>
  76.  
  77. <td valign="top">
  78.  
  79. <input type="password" name="password2" class="form">
  80.  
  81. </td>
  82.  
  83. </tr>
  84.  
  85. <tr>
  86.  
  87. <td>Your Email [You'll get your login information to this adress,<span class="red">
  88.  
  89. if you leave it empty you'll get the info afterwards displayed</span>]</td>
  90.  
  91. <td valign="top">
  92.  
  93. <input type="text" name="email" class="form">
  94.  
  95. </td>
  96.  
  97. </tr>
  98.  
  99. <tr>
  100.  
  101. <td>&nbsp;</td>
  102.  
  103. <td valign="top">
  104.  
  105. <input type="submit" name="Signup" value="submit" class="button">
  106.  
  107. </td>
  108.  
  109. </tr>
  110.  
  111. </table>
  112.  
  113.  
  114. </form>
  115.  
  116. </td>
  117.  
  118. </tr>
  119.  
  120. <tr>
  121.  
  122. <td valign="top" colspan="2">
  123.  
  124. <div class="bottom"></div>
  125.  
  126. </td>
  127.  
  128. </tr>
  129.  
  130. </table>
  131.  
  132. <br><br><br><br><br><br><div class="bottom">fastwap by <a href="http://www.webdessert.ch" target="_blank">Nico Schefer, 2001</div>
  133.  
  134. </body>
  135.  
  136. </html>
  137.