Advertisement
Guest User

Untitled

a guest
Oct 10th, 2017
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. <table>
  2. <tr>
  3. <td bgcolor="#00ff00">
  4. <span style="text-align:center;">Please fill out this form to register.</span>
  5. <form id="form" action="/?register" method="post">
  6. <p>Username: <input type="text" id="username" name="username"/></p>
  7. <p>Password: <input type="password" id="password" name="password"/></p>
  8. <p>Confirm Password: <input type="password" id="passwordconfirm" name="passwordconfirm"/></p>
  9. <p>Security Question: <input type="text" id="secque" name="secque"/>
  10. <input type="hidden" name="sent" value="true"/>
  11. <input type="submit" value="Register" onClick="clicked()"/>
  12. </form>
  13. <br><p style="text-align:center;">You will be able to set your nickname when you log in for the first time.</p>
  14. </td>
  15. <td id="explain" style="vertical-align:top;" bgcolor="#ccccff">
  16. <p style="font-weight:bold;text-align:center;">Explanation</p>
  17. <span>Username - This is what you will be logging in with.</span><br>
  18. <span>Password - This is what you'll type in when you log in.</span><br>
  19. <span>Confirm Password - This is to check that you've entered your password correctly.</span><br>
  20. <span>Security Question - Enter the sum of <br><?php printquestion(); ;?></span>
  21. </td>
  22. </tr>
  23. <tr>
  24. <td colspan="2" bgcolor="#000000">
  25. <span style="vertical-align:text-bottom;color:red;font-weight:bold;font-size:14pt;text-align:center;">PLEASE DO NOT REUSE PASSWORDS OR USE <a style="color:pink;text-decoration:none;"href="common.html">COMMON PASSWORDS.</a></span>
  26. </td>
  27. </tr>
  28. <!--
  29. <tr>
  30. <td colspan="2" bgcolor="#ff0000">
  31. {Insert Username and Nickname explanation}
  32. </td>
  33. </tr>
  34. -->
  35. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement